loading content into div tags!

You can code it in your favorite text editor just fine although you won't be able to actually view the pages locally without installing some software. You can easily upload them to your host though where they will display fine.

There are some instructions on how to install them seperately here.

Alternatively, there are all-in-one bundles which will get you up and running quickly and easily. XAMPP is a good one as it's actually intended for development only.
 
Last edited:
Yeah... the JS-only option is pretty bad for accessibility. You could have all the <div>s in one page and show and hide them using CSS, but that also requires JS and falls over on browsers without proper CSS support. Server-side is better.

It still shocks me how many sites core functionality relies on javascript, I can't even do internet banking without it turned on!
 
Back
Top Bottom