help with html and jquery

bastic

A star
Suspended / Banned
Messages
3,809
Name
Lukas
Edit My Images
Yes
Hey
Some of you remember I am fighting with my web page...
Basically I have to learn html php css etc from beginning :)
So...have my page divided in to 3 parts: header,content and footer.
Plan is to have content changing on content part depending on what content is chosen ie gallery etc...
Question 1: how the hell do I put jquery plugin in to it...have tried everything...
Do I use include ( still have no idea how it works lol ) and use this java plugin on smaller separate html page and load it in to main window?

Any help welcome
 
Hey
Some of you remember I am fighting with my web page...
Basically I have to learn html php css etc from beginning :)
So...have my page divided in to 3 parts: header,content and footer.
Plan is to have content changing on content part depending on what content is chosen ie gallery etc...
Question 1: how the hell do I put jquery plugin in to it...have tried everything...
Do I use include ( still have no idea how it works lol ) and use this java plugin on smaller separate html page and load it in to main window?

Any help welcome

It sounds like you're hell-bent on inflicting as much pain on yourself as possible. ;)

I would strongly recommend against trying to learn a ton of programming if you don't need to. From what you've just posted, you'll need to know about a half-dozen different languages.

Try looking at a CMS (content management system) instead. It can make your life a LOT easier.

Some good one are:


I would recommend DotNetNuke as the administration is MUCH easier than in Joomla, and it's much more powerful than WordPress.

You can get a decent hosting package for it at GoDaddy.

You can then use modules (plugins) that do all the hard work for you. That frees you up to focus on the more important issues, like what content to put on on your web site.

Also, you can purchase templates very cheaply to give you a nice design. You can then tweak the template as you like with 99% of the work already done.

I run a few WordPress and DotNetNuke sites. Here's 1 DNN site:

http://www.supersimple.me/

The site template I purchased then customized a little. I could do more, but it's good enough for now, especially for a site with free software.

I use WordPress here:

http://cynic.me/

The template there was free.

WordPress, in my experience, is better for blogs, and DNN is better for web sites. WP can be a pain to hammer into shape to get it to do what you want. For the Super Simple web site, I originally started out with a WP site during development, but quickly ran into problems and went back to DNN as it's much easier, more flexible, and all round just better for web sites than WP.

Anyways, I hope that helps a little bit. It should save you a lot of time and a lot of pain.
 
Hey,
Had a go on Wordpress but don't like it...
Last night managed to get my idea running :) so have managed to include web page with only jquery into my main web page :)
Now need to u.understand how to load different pages on button press ie gallery or info etc.
 
Yes,that's what I was looking for :)
Time to try to implement it :)
 
Let me know if you're struggling and I'll be happy to help :)
 
Oh *** and I will :)
Be ready for many questions send via pm :)
I already had a go at frames but it was a failure :)

Will just stay at keep my site divided with divs and just try to use this load command in my 'container' bit ;)
 
Back
Top