Development
Testing with "latest"
Amateurs vs. Experts
If you think experts are expensive, you should see how much amateurs cost.
Don't be too clever...
Debugging is twice as hard as writing code. Therefore, if you write the code as cleverly as possible, you are not smart enough to debug it.
Man I love ePub
Pick of the week: xScope
Intelligent life...
It would seem that there really is some intelligent life somewhere… If you are serious about web development, you too would use this browser. The reason? - Firefox has a super cool extention system for which some must have/can’t live without extentions exist. The most notable being these two:
Ant sucks, and doesn't respect symlinks...
Man I hate Ant! So I was working on this project, in which Ant generates a build directory. - I created a symlink inside the build dir for something that was not quite ready to be build for real just yet. That way ant could do what ever it wanted to, my code was stored safely in another location. Or so i thought… ant clean ant build