From the category archives:

Web Development

Since the latest release of Google App Engine SDK, Django 1.0 is officially supported by Google App Engine and in the article Unleash Django with app-engine-patch the advantages of using App Engine Patch (which allows you to use more Django functionality on Google App Engine) are well described. However the documentation of App Engine Patch [...]

Speeding Up the Experience of Your Website

June 6, 2009

in Web Development

Nowadays websites contain a lot of elements, like images, videos, CSS style sheets, Javascript (including AJAX), etc. And with HTML 5 being supported by the newer browsers, it seems that the number of elements in a single page is only likely to increase in the near future. With that in mind, it is important to [...]