From the category archives:

Web Development

Setting up App Engine Patch Locally on Ubuntu

August 2, 2009

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 [...]

Read the full article →

Speeding Up the Experience of Your Website

June 6, 2009

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 [...]

Read the full article →