Web browsers have built-in logic that determines when linked resources such as JavaScript and CSS are downloaded. Because of the nature of JavaScript execution and CSS rendering, the browser may delay it's request for each resource, even when that's detrimental...
Read More
MemCached is a free "distributed memory object caching system" that can work wonders on your application's responsiveness and server load. If your application does not need "instantaneous" data calculations for every user, you can use MemCached to greatly reduce your...
Read More
I've been a professional PHP developer for almost 3 years now. My first site was a humble project that included a simple dynamic menu system. My latest project is a full fleged auction site almost rivaling E-bay in features. I've...
Read More