BlueChannel
September 12th, 2007 Posted in creativity, design, ideas, business, code, web aps, news, agi, technology, mac, software, google, development, django |
2 Comments »
Well, it has been 2 months of work. Lots of weekends and 2 in the morning nights. BlueChannel is here. This would also explain my complete lack of posts in the past few weeks.
BlueChannel is a content management system built on Django. It is being used by one of my clients now and will be deployed by AGI and another clients in the coming weeks.
The name comes from the channel that is created by surf as it interacts with the shore. You use the channel to get out through the waves quickly, and often without even getting your hair wet! A good channel can make a great surf trip. If you follow the analogy, Blue Channel will help your project get it’s content on the web with ease.
Django is an amazing framework for development. They have not even hit 1.0 yet, and they already are an incredibly powerful, fast, and flexible platform for developing applications. Adding features to BlueChannel is simple and quick.
For instance, Jason DeMoe came to me the other day and said that he wanted to change the sort order for a given page of staff descriptions. I could have written a custom SQL statement to sort the results. However, I don’t need to be involved if he wants to change his mind later on. So instead, I added a field to the data model called order. Now, he just changes the number in the order box and the system will show his new order. It took me less than 5 minutes to add.
I am so excited about both Django and BlueChannel. As I hinted at earlier this summer, I have two more ideas coming… but it will be fall at this point. But the fact that I know what is involved, it is just finding the time, is thrilling. It helpss take creativity to a whole new level.
If you are interested in using BlueChannel, I have released the code under a MIT license at Google Code. Please post any questions on the Google Code site.

