March 2nd, 2009 by Eric
When developing a web application using PHP, it is important to follow best practices for optimizing memory usage, database access, and file sizes. All these thing taken into account for, you will likely still find parts of an application to be bulky, or you may find repeated data calls an unnecessary overhead. When you need [...]
February 1st, 2009 by Eric
After last week’s post highlighting the YSlow Firefox extension, I’ve decided to follow up on the topic of best practices with a brief post on the Minify Library. The Library was discovered when one of my coworkers was tasked with reducing the http requests of our various sites. Minify takes cares of that, and much [...]
January 24th, 2009 by Eric
As I was working on editing the new theme for my blog, I downloaded the Firebug developer’s toolkit to inspect an HTML element on my screen. After installing Firebug I got a series of other Add-on recommendations, most of which were tools that embedded into the Firebug interface. Once such tool was called YSlow.