Just a quick reminder how easy xml transformation with xslt can be. Originally I used the libxml-ruby bindings but they threw a NoMethodException from deep inside the libxml.
After switching to nokogiri the code looked like this and worked as expected.
xslt = Nokogiri::XSLT.parse(File.open('some_xslt.xsl'))
result = xslt.transform(Nokogiri::XML.parse(xmlString))
Nearly all talks from the jQuery conference could be found at jQuery.com
Nice idea for the google search ignorant ! Just prepare and provide them a search…
Extreme vanity search alert !!! ;-)
The article “Good” Lessons on How To Fail a RIA Project on infoQ is imho also 100% true for RCP Applications.
get the new book “free” as a free audiobook from wired.
this topic reminds me of reading “free culture” again…
97 Things Every Software Architect Should Know
My unordered top 3:
- Everything will ultimately fail
- Avoid “Good Ideas”
- Try before choosing
very good offer of free talks. my favorite class at the moment: iphone application programming :-)

Celebrating the 10th anniversary of innoQ, Michael Nygard held four extremely fascinating talks. Topics were near at the topic of his track at qcon this year, “systems that never stop” !
nice video from Tim !