May 03

XML based frameworks harmful?

Posted by James Netherton | Thursday 03 May 2007 9:26 PM | In Programming,Java

There has been some debate recently on the merits of using XML as a means of framework configuration.

I think XML has both positive and negative aspects to it. I came across this interesting blog post:

XML-based J2EE frameworks considered harmful

There are some interesting points in there, some only relevant to Java / J2EE but others cross over into ColdFusion.

 

Mar 01

A couple of blasts from the past

Posted by James Netherton | Thursday 01 March 2007 1:24 PM | In Programming

I stumbled upon a couple of Visual Basic apps that I wrote just after I started programming in 2001:

http://www.a1vbcode.com/author.asp?name=James+Netherton

I was learning VB at college and fiddling around with windows API stuff.

The first application demonstrates window enumeration and lets you manipulate all of the windows that are currently loaded.

The second application was supposed to be a utility that allowed you to add commonly used applications to a list which could be accessed via the systray. There's a bad bug in it which means it crashes when it first runs!

Happy to say I've learned from my mistakes 6 years on :)