I really should say this
Mark Goodall - ATL - tooljunkie
>Perhaps this is not necessary, but I forget sometimes that other people besides the main responders are readign these threads, so I'll say it JUST in case it helps anyone......
All this talk about installing Web Servers for testing isn't necessary if all you are writing/creating are client side type files. This includes HTML, CSS and JS (javascript) files.
It certainly is great to be able to test your web pages locally on your PC or at least in your network without having to upload them to your web hostign server. And modern tools like Dreamweaver and FrontPage (gasp) have a facility to "test" pages by showing you how they would come if they were on a server.
But these are some people who don't realize that you can simply open files in a web browser on your PC.
Instead of putting http://www.mydomain.com/mycoolpage.html in your browsers address bar, you can put file:\\C:\MyFolder\mycoolpage.html and it will work just the same.
As logn as you're writing files that are client side files, like HTML,CSS and JS then you web browser has everything it needs to display it properly. In fact your web browser doesn't care WHERE the files come from, server or otehrwise.
Now any files you may create that REQUIRE a server, like .ASP or .PHP files, then your Browser can't use them properly.
I hope this makes sense. Ask if it doesn't.
And likely everyone reading this already knows this, but I can remember sitting in my office back in the 90's and hitting my forehead and say HEY, OF COURSE I CAN DO THAT, when I figured that out ;)
Happy Woodworking!