Archive for the 'Ivan' Category

How to set up a Django friendly development environment on a Mac

Thursday, February 1st, 2007

Needless to say that ever since I bought my MacBook Pro, I don't develop on my desktop computer anymore. A DVI cable goes straight into my 26" wide screen monitor and I have all the power in the world.
jEdit was for awhile my editor of choice. It has a nice layout, secure ftp client and supports all the languages I need. The down side is it eats up too much memory and crashes quite often.
(more…)

How to implement Drag and Drop lists with Django and Dojo

Wednesday, July 5th, 2006

Our application manages news items which can be assigned to any number of topics. The sequencing of the news items within each topic can be set independently of the sequencing of items in other topics. We wanted a simple drag-and-drop interface that would allow us to set the order of items in a topic.
(more…)