Archive for May, 2003

The Digester component of the Jakarta Commons project is an extremely useful and well-designed package that allows you to parse XML files at a higher level of abstraction in Java. This allows developers to concentrate on processing XML rather than get unnecessarily involved in parsing functions. With Digester, you can use simple matching patterns and [...]

  • Comments Off

I came across a project called simkin today that is really interesting. For a demonstration, go here. Reminds you of XUL, doesn’t it? Only it uses XML files to allow an easy way to customise your application. XML isn’t the only way that’s available, as the script can be stored in something called a TreeNode [...]

  • Comments Off

Code block and music

In: Personal

26 May 2003

Well I had code block today, believe it or not. It’s that state of mind where you can’t make much (or any) progress in your development – a highly frustrating exercise. To sooth my troubled mind, I got on a bus (I wasn’t sure if it’d take me to where I wanted to go, but [...]

Championship Manager 4, the newest installation in the Championship Manager series of football management simulation games, uses XML-based skinning. It may be old news, CM4 being released 2 or 3 months ago, but I didn’t realise that until I checked out the sources for some CM4 skins, and much to my surprise, the only files [...]

  • Comments Off

There’re some interesting threads over at SitePoint Forums: Java or .NET — What to Learn?? Head-to-Head: PHP vs. ASP.NET Also, Harry Fuecks from phpPatterns() has recently written an article on XUL entitled Introducing XUL – The ‘Net’s Biggest Secret: Part 1 for SitePoint. Nice introductory article, but he does seem to make it (XUL programming) [...]