Jun 09
Mozilla Firefox 0.9 is out, take a tour
General No Comments »A Release Candidate of the latest version of my favorite browser (Firefox) is out and Neil Turner has written a great article describing all the new features.
A Release Candidate of the latest version of my favorite browser (Firefox) is out and Neil Turner has written a great article describing all the new features.
Saw a great article on running Apache Ant without putting the entire build file in XML. Why would you want to do this? Read this. It talks about how to “employ Ant programmatically in Java code without the constraints of XML for easier customization.” If you like this model of writing Ant tasks without XML, but don’t like the verbosity of Java for doing so, take a look at the Groovy scripting language which allows Ant build files to be written in Groovy.