Genesis said:
I'm curious. Are you using a dedicated computer for it, or a separate laptop/desktop?
What has been holding me back has been the safety and security of Gigarank and other Websites where I have a higher degree of security clearance. Having XAMPP and MAMP unless one is a security specialist may add a measure of risk. That is how I argue it for myself any way. When I get XAMPP I'd like it to be a stand alone dedicated computer for a home server. Perhaps Linux only as well. I'll still take all precautions, but it would feel less vulnerable than mixing everything up on a desktop computer.
For local testing, install WAMPServer (Windows only I'm pretty sure). When it's running, you can click the icon in the taskbar and make sure at the bottom it says "Put Online". What this means is that the webserver is currently in offline mode, which prevents access from anywhere other than localhost (your computer). Even computers on the local network won't be able to see it.
Also - if you're behind a router (most people are) even if it is currently online you have to log into the router and set up port forwarding to enable people from the outside to see it.
This will make it so that you can open files in your editor, change and save - and they are instantly viewable to test by pointing your web browser to localhost.
This is faster and easier to develop, especially if you're using a database and making changes there. When you're satisfied - just dump the whole thing on the hosted server