Archive for January, 2008

Charting with JFreeChart

Sunday, January 27th, 2008

I’ve been coding dashboard applications lately with Java SE. I have used JFreeChart library to generate all pie, line and bar charts. The library is awesome and is also Open Source. It would be very nice to see similar projects in the .NET world.
It was very easy to create first charts with JFreeChart mostly because [...]

Fix for Sony Ericsson phones (MTE Beta)

Wednesday, January 9th, 2008

Lots of Mobile Trail Explorer users have complained that application doesn’t work with Sony Ericcson phones. Latest version (1.8) doesn’t even seem to start. Phone only displays “Operation Failed” error message.

Fortunately there are some active people in the community as one of the users discovered the source for the problem. He wrote the solution to [...]