JavaScript addicts

October 21, 2008

Home for the Dojo Foundation

Filed under: django, dojango, dojo, uxebu — Tobias Klipstein @ 8:19 pm

Finally the Dojo Foundation Web Site, a joined work of people from SitePen and uxebu, has launched. The main purpose of the site is explaining the intention of the Dojo Foundation, decluttering the Foundation from the Dojo Toolkit and giving all the other interesting projects under the hood of the Dojo Foundation a corporate presentation location.

You can visit the site, that was build on top of dojango (wohooo) at http://dojofoundation.org.

It was great to work together with the people of SitePen and I hope there will be more things in the future where we can join our forces.

September 10, 2008

Make “easy_install PIL” work

Filed under: Tumbles, django — Tags: , , — Wolfram Kriesing @ 8:32 pm

September 9, 2008

Dojo namespacing with dojango

Filed under: django, dojango, dojo — Tobias Klipstein @ 9:01 pm

This article describes, how you can create your own dojo namespace within a reusable django application when using dojango. It should give you an idea, where you place your javascript files and how you could structure your dojo namespace directory. When using dojango, where you are able to switch the source of dojo (a remote CDN or a local version), there are several things to consider when creating your own namespace. (more…)

July 26, 2008

Ajax with dojango (dojo+django)

Filed under: django, dojango, dojo — Tags: , , , — Wolfram Kriesing @ 9:40 pm

Ok, now you got dojango and you want to write an AJAX app. There are some basics that just need to be provided in order to make that a piece of cake. Dojango offers them. And this article will show you how to best plug those pieces together and get up and running with ajax and dojango.
This article will show you how to simply pass data properly from the backend to the client.
(more…)

July 23, 2008

Dojango version 0.3 released

Filed under: django, dojango, dojo — Tags: , , , — Tobias Klipstein @ 10:58 pm

Now it is official! We released Dojango on google code today and you can get details about it and download it from there.
Dojango provides a dojo integration as a reusable app. Download it, copy it into your django project and you have dojo included into django.


(more…)

July 22, 2008

Django 1.0 alpha released!

Filed under: Tumbles, django — Tags: , , — Wolfram Kriesing @ 9:24 am

July 14, 2008

DjangoCon 2008

Filed under: Tumbles, django — Tags: , , — Wolfram Kriesing @ 11:03 am

June 30, 2008

Django and Memcached

Filed under: django — Tobias Klipstein @ 6:21 pm

I just ran into several problems while setting up memcached for a django installation, that is replicated over several servers. One of the problems was the compiling of cmemcache, a python extension for libmemcache, where I received the following error:

‘CmemcacheObject’ has no member named ‘mc_ctxt’

(more…)

Copyright 2008 - Uxebu, Ltd.
All Rights Reserved