Skip to content

{ Tag Archives } development

Besides the fact it doesn’t work, it’s perfectly fine

I’ve said this a few times in response to people asking me to look into issues, let me explain what that means (or at least how I use it). In general, a feature requires a number of pieces to work in symphony in order to function correctly. If one of those things is incorrect, the [...]

Also tagged

You Broke It You Bought It

There needs to be some type of “You Broke It You Bought It” policy in software engineering. I just encountered a situation where a developer deleted a piece of my code in a later release, either on accident or on purpose, and somehow I’m roped back into it. I’m getting emails telling me “You need [...]

Also tagged ,

Top 10 New Java Features in NetBeans IDE 6.5

Top 10 New Java Features in NetBeans IDE 6.5 (Part 1) | Javalobby.
Netbeans has come a long way and I’m getting quite fed up with eclipse. I might spend a weekend and look at switching over.

Also tagged , ,

Announcing my Todo manager project

I’ve started a simple TODO type application, basically a task manager that goes something like this:

Project

Tasks

Task Items

Milestones (which are a collection of Tasks)

It’s being developed for a few reasons, none of them involve filling a niche in the commercial arena (there are a ton of these type of apps). First, I need to get more [...]

Also tagged