Entries
-
Aug082010
RIP Google Wave

Since Google Wave was announced, I was really excited about the product. I could already see vast use cases for this technology, and started thinking of the different ways I could include this in my day to day business activities.
Last week we were all shocked by the announcement that Google Wave will be closed. This came as a real surprise to me, as I only just managed to convince people to use Wave as a discussion tool for planning project sprints etc.
One would …
-
Jul282010
Consequence of Choice?
I was watching the TED talk by Sheena Iyengar last night and it prompted a couple of thoughts about Open Source, Linux and choices.
Before I continue, have a look at the video below:
Are we overwhelmed by choice?
In the Linux and Open Source world we are saturated by choices all around us. The …
-
Jun192010
Unifying Django Pluggable Apps?

So I have been thinking about this for a while now. I love Django and one of the features I enjoy most is the ability to easily plug in any third party app. But there has always been one issue that I'm sure many of us have thought about.
1. Different App, Different Author, Different Approach
The biggest issue I have with re-usable apps, is that every author uses a different naming scheme, and not only that, they may also use a completely different widget for a …
-
Jun022010
django-video: A long overdue update
When I first developed django-video, it was mainly for personal use, and to plug a gap in django re-usable apps (there was no open and freely available video apps for django at the time). Shortly after I released my app, I discovered that another app exists by the name of django-videologue.
I have not tested django-videologue because the app I created suited my personal needs perfectly. It is my understanding hower that django-videologue was created by the django-photologue author (please correct me if I'm wrong) and if so, I believe that django-videologue will be an excellent application.
…
-
Apr272010
Switching Themes in Gnome Shell
As many of you may know, Gnome3 is due for release later this year, and with it's release, we will see Gnome-Shell become the new window manager for many Linux distributions based on Gnome. I have played around with Gnome-Shell and I have to say that I really like how it's making everyday tasks something that feels natural and simple. I really look forward to the end result.
I did however have one initial complaint about Gnome-Shell, and that was that it's not easy to change themes, yet. What I do like, is that the gnome developers decided …
-
Apr242010
Open Standards in Digital Design
Though I consider myself a mediocre designer, I have long held the opinion that, good design is not limited by the tools the individual uses, but by the mind of the individual using the tools. What this means is that, using certain “industry standard” tools, does not necessarily make you a better designer.
For this reason I have long been in strong opposition of certain “industry standard” design tools, like for example Photoshop. Don't get me wrong, I think the guys at Adobe have done a phenomenal job and created one of the best tools for digital design. …
-
Apr222010
Hosting a Git Repo on Dropbox

Since my laptop is in for repairs, Chris de Bruyne from DesignWave agreed to help me put together the image above.
UPDATE: After using git on dropbox for a week now, I would recommend against using git in this way. I find I'm having far too much trouble for what it's worth, especially when using it on multiple machines. I feel that it's better to use normal git protocols and hosting solutions.
I have been using Git for quite some time …
-
Apr172010
Animated PNG on the web
I'm slowly getting more excited about the new web technologies. One of these is the move to support animated PNG in browsers. Animated pictures are nothing new, we've had GIF for ages now, but the problem with GIF have always been that it only has 1 bit transparency. Which means, if you have a transparent background, you will see nasty edges.
PNG's on the other hand are much higher quality images. Here is a quick example of an animated PNG that I quickly made this evening. Note that this picture wont work in all browsers. You can have …
-
Apr132010
Google Draw Added to Docs

A new application have recently made it into the Google Docs suite. The app is a drawing application that enables users to make various type of drawings.
Although the current set of features and tools are very basic, they are more than enough to perform most basic kinds of drawings.
Combine to that the fact that it's collaborative, and it opens up a lot of new possibilities.
Here are a couple of screenshots.


-
Apr122010
Integrating CKEditor into Django

After writing a post on my reasons for writing my own blogging app, I received a couple of questions on how to integrate CKEditor into Django.
I thought I would write a tutorial post on how to do this, but a friend have since developed a great application that works brilliantly. Shaun's django-ckeditor can be found on github. (Note that we have since found out that django-ckeditor has a name conflict, and will probably be renamed soon)
The app provides 2 methods to integrate the editor, either …
