Drink or code ... Why should you choose ?

HTML5 Drag & Drop

In this article, we're gonna see one of the awesome new features of HTML 5 : moving elements in the page and tracking it in javascript. A demonstration of what we're gonna do is available online .

How and why we've moved fro...

After quite some hesitations and discussions, we've decided to migrate our application from CouchDB to MongoDB. I'll try, in that article, to explain why and how we've decided to do so.

Add TinyMCE to a Django adm...

The Django's automatic administration generator is nice. With three lines, you have an interface to add, update and delete datas. However with textareas, it might be useful to have a more advanced editor. So we're going to see here, how to implemen...