Archives for: December 2009
Simplifying Logging for Blackberry Development, Part 2
December 30th, 2009In Part 1, I talked about how to simplify logging to System.out, by creating a set of convenience methods. In Part 2, I will discuss logging to Blackberry's Event Log. The Event Log is a log on the Blackberry device itself and is the place, as the name… more »
Simplifying Logging for Blackberry Development, Part 1
December 18th, 2009I have recently started developing a version of PWMinder, for the Blackberry, using the JDE plugin for Eclipse. When developing applications, especially when starting out, developers often like to send debug/log statements to System.out, to test or chec… more »
Calling Javascript from a Java Applet
December 8th, 2009While creating the UTM Coordinate Converter applet, I was looking for examples on how to get a Java Applet, to call a Javascript function in the html. I found various bits of information and some examples (that didn't always work), and so decided I would… more »
UTM Coordinate Converter Available
December 7th, 2009
Another free online tools is now available: UTM Coordinate Converter. This tool converts Geographic Locations into various fomats and displays the location on a Google Map. The tool supports Decimal Degrees, Degree Minutes, Degree Minutes Seconds a… more »

