MAMP for Mac users
When it comes time to start building a website for your client (or yourself), where do you do the build-out? On the client’s server? On your server? What if the client already has a live site, and you need to make major changes/additions but you don’t want to interfere with the site. What do you do? What do you do???
MAMP for Mac users
If you’re a Mac user, you can build the site on your own machine, for you have a built-in Apache web server as part of the Apple operating system. To be perfectly honest, I switched to the Mac world 9 years ago, and haven’t owned a Windows box since, so I have no idea what PC folks have pre-installed, but I do know you can install PWS (Personal Web Server) or IIS.
I choose not to use the built-in in server on my Macbook because it requires some tinkering with to use MySQL, something I use frequently. Instead, I choose to use a free, stand-alone application called MAMP, which is a PHP development environment that includes MySQL. It allows me to build a website on my laptop, so I can test layout and functionality without uploading anything to a live server, or running the risk of screwing up anything on a live site. The video explains it.
MAMP is a Mac-only product, but Windows, Linux, Solaris, and Mac users can use the equally free alternative application called XAMPP to accomplish the same goal of building and testing sites locally.
Click on the image to view the video. Flash 9 player or higher is required.




