Its a call you never, ever want to get. “My server is down!” or “Our website has been hacked!” As a developer, there are few things that make you look worse than getting a call from your client letting you know that their site is down, or worse yet, hacked. Even if you’re not directly involved with hosting their website, they look to you to be on top of the game.
Making the Leap to All-CSS Website Layout
If you’ve been designing sites for a while, you probably started off designing using tables for layouts. Using tables for page layout has gone against W3C standards for several years now, but it wasn’t until the last few years that browser-support for CSS had really come far enough to give you any choice in the matter.
Using IP Geolocation and Radius Searching with PHP/MySQL
Delivering content relative to the physical location of your users is an excellent (and fairly easy) way to fine-tune the content you’re delivering to be most relevent to the people visiting your site. Two simple ways of doing this are to use an IP-based geolocation lookup, or to do a manual radius search (like a “store finder” type of functionality), where the user manually...