Do you ever get fed up with creating a dynamic page, uploading it, finding it has an error, correcting the error, uploading again and so on? A simple solution is to install a local development server! I know that may sound like overkill, but it doesn’t have to be and their relatively painless to install (although skype can cause problems).
Why Install A Local Development Server?
Lets get the obvious out of the way first - it’s more convienient, it save you as a developer time - instead of creating a file then uploading it then testing it and finding an error, correcting the file, uploading it again, testing again and then finding another error and so on you can simply create the file save it on your local servers folder and test the page locally - no uploadi...