Archive for September, 2009
Tuesday, September 29th, 2009
Just as a reminder: If you participated in the error tracking challenge and haven't yet mailed your results to me, please do so ASAP. The address is jani at codeutopia net
I will be posting some results next week.
Posted in Programming | 1 Comment »
Thursday, September 24th, 2009
So I got a Google Wave developer sandbox account. If you don't know what Google Wave is, you've probably been living under a rock, and you should go check out the aforementioned link. It has a nifty video demonstrating various parts of it.
I've had time to play with it for ...
Posted in Web | 3 Comments »
Saturday, September 12th, 2009
If you've written code, you've probably used the value null to indicate some variable is not set. This is perfectly good, but did you know there's more to nulls than just the value null?
There is also a null object, which doesn't really have anything to do with the value null, ...
Posted in Programming | 15 Comments »
Monday, September 7th, 2009
Today I'll share a fun story with you. Would you like to get free publicity? Go ahead and make a poor friendly URL implementation, like the Finnish Broadcasting Corporation, or YLE - the national broadcasting company of Finland - did.
YLE had a very naive friendly URL algorithm on their web ...
Posted in Web | 12 Comments »
Tuesday, September 1st, 2009
Peer reviewing is the practice of looking at code written by others to find errors or ways to improve the code. Sometimes also called desktop reviewing, this approach can be useful for various reasons:
If you have a coworker who is more experienced than you, you can learn from him/her
It's often ...
Posted in Programming | 1 Comment »