September 2004
Mon Tue Wed Thu Fri Sat Sun
« Aug   Oct »
 12345
6789101112
13141516171819
20212223242526
27282930  

Month September 2004

WordPress

Yup! Theres a new blog engine in town boys!

Redesign

Colours and Fonts and Pictures. Oh my!

Practical WebObjects

A new WebObjects book by Charles (Chuck) Hill and Sacha Mallais arrived on my doorstep last week (literaly, Steve accidentally ordered two copies, and I benefited from his Amazon click happiness). Practical WebObjects is aimed at intermediate WebObjects developers and I think it succeeds nicely. From talking about integrating Unit testing and contract programming to [...]

Java 1.4 regex fun

I’m sure that everyone knows that Java 1.4 added regex capabilities through the java.util.regex package. I have existing applications using regex (from Jakarta Oro) that were built pre Java 1.4 so I haven’t looked at this support closely until now.
What I hadn’t realized was that you don’t need to use the Pattern or Matcher [...]