Monthly Archives: February 2008

JavaOne 2008 Sessions

I was reading over the descriptions for the currently scheduled sessions for JavaOne 2008. Here is a short list of the sessions that seem interesting to me in no particular order. BOF-5110: Extending Groovys Swing User Interface in Builder to Build Richer Applications BOF-5998: Meet the Java Posse BOF-6229: Cutting-Edge Productivity with RIFE and Web [...]

Posted in Conference, Java, JavaScript, Ruby, TechKnow | Leave a comment

Reading Client-side Files with XPCOM

Recently I wrote a tutorial on how to use XPCOM in FireFox to access the user’s disk drive. With XPCOM you can access core browser functionality and with the right permissions can even read files and data off the user’s disk drive, access the network, and much more. In this code walk through we will [...]

Posted in JavaScript, TechKnow | Leave a comment

VMWare Fusion – Virtualization Software

After seeing a Google tech talk on VMWare Fusion, I thought I give it a try. VMWare Fusion is a virtualization software for the Mac OS X that allows you to run additional Operating Systems such as Windows XP or Ubuntu while running Mac OS X at the same time. Basically you can run an [...]

Posted in Programming, Rant, TechKnow, Tools | 1 Comment