We're working on a new community-driven website and one of the required features is the ability for users to crop and scale an uploaded image live in their browser.
When you run a web server on your personal machine, you can access your web documents a few ways: using http://localhost or http://127.0.0.1 , virtual hosts ( http://whatever ), and the internal IP...
On a recent project, I ran into an issue where the main navigation needed to be centered and flexible enough to add and remove menu items through a CMS. For those of you not familiar with CSS, this...