Monthly Archives: March 2009

Because I don’t use a social bookmarking service…

Nothing against them, but my blog is the most useful thing at present to record interesting sites that I may or may not read later. To have hope that Scala can work in the enterprise: The Book Of JOSH – but … Continue reading

Posted in Java, Scala, Software Development | Leave a comment

How to find Memory Leaks In Java

Enough Said, this is a good article and will come in handy soon I’m sure.

Posted in Java | Leave a comment

Want AJAX, why not try GWT?

GWT or Google Web Toolkit, is a platform that lets Java developers write Java apps and have them compiled in native javascript to run in the browser.  There are a lot of neat optimisations and support for RPC.  Although I’ve … Continue reading

Posted in Java | Leave a comment

Blank PDF tabs in Firefox

If you ever have issues with PDF’s not displaying correctly in your browser then this Adobe support link appears quite helpful. I installed Foxit Reader then uninstalled it on my Windows 7 box and now my Firefox wont open PDF’s.  … Continue reading

Posted in Windows | Leave a comment

A look to the past to see where you are going

I read a great article just now by Bruce Eckel ‘The Positive Legacy of C++ and Java’.  Bruce talks about Java as a language gettings stuck (complicated Generics, etc) but paving the way via the efficient JVM to develop and … Continue reading

Posted in Java, Software Development | Leave a comment

Easy Peasy ISO burning – Win 7

From Lifehacker: How to Burn ISOs in Windows 7 Supposedly, if I couldn’t get the damn thing to work It keeps saying my disks aren’t blank! Edit: After a reboot, aok.

Posted in Windows | Leave a comment

Easily Unhide an NTFS partition with included Windows Tools

Make sure you the hidden partition is NTFS!!!!  No responsibility taken if you follow these instructions and you fubar your disk.  If in doubt, use a graphical tool like Partition Magic to help you out. Open a cmd window Type … Continue reading

Posted in Windows | Leave a comment

Its all Greek to me

Ok, so I’m learning Greek right now.  When venturing onto a colleagues PC, I noticed he was running Firefox in French.  So I thought what a great opportunity to expose myself to the Greek language by running my apps in … Continue reading

Posted in Greek, Windows | Leave a comment

Groovy 1.6

You could read thru the Jira release notes for 1.6 and 1.6rc1-3 or you could just read this infoq article which provides a summary of all the good stuff in the new Groovy release. I dont think the Groovy home … Continue reading

Posted in Groovy | Leave a comment