Do’s and Don’ts..
Do this:
if (a == b) {
doSomething();
} else {
doSomethingElse();
}
Do NOT do this:
if (a == b)
{
doSomething();
}
else
{
doSomethingElse();
}
or for the LOVE OF GOD, do NOT do this:
if (a == b)
doSomething();
else
doSomethingElse();
Got it? Good. Failure to comply may result in personal loss of limb.
Don’t curse the darkness, o blind one..
It isn’t very often that something worthy of my ridicule presents itself so brazenly to me. However, when it does I’m compelled to take advantage of it in every way possible. I can’t help it, it’s just my nature.
Oh yes, I am speaking of Netbeans 6…
Again…
This time it is their much touted additions [...]
Development News
A few new things have come across my desk relating to the development world. Some of them encouraging, some of them not.
Netbeans 6.0 is final. I am installing it as I type this, and wait to see if it is actually, I don’t know, worth a damn. It’s the IDE of choice [...]
Slowly but surely
The “migration” as I call it is coming along, albeit at a snail pace. There are things about Wordpress that I like, and things that I do not, but that can be said for any blog package that I have tried (and I have looked at several). One nice feature is a Firefox [...]


































