Categories

Converting Opera contacts file

After using Operas mail client since 2003, I have become tired of the mess in the configuration files during the many upgrades between the versions. I have spent many hours trying to figure out things, but you need to be an expert to sort it out. The mail is stored in *.mbs files, right now I have 36502 of them. I easily imported them into Thunderbird, wich is my email client of choice this time. I will continue using Opera as my #1 web browser, but I think I have given Opera enough time trying to prove their email client is something for me.

Read more…

ADOdb and XML schemas (AXMLS)

A good number of applications use database abstraction layer, so that by using one interface (abstraction layer) in the application, the user can choose his favourite database to store the data.

Read more…

MySQL fulltext search example

At my work I was set to the task of making a search page for an PHP application we have made. The search page was to search text fields in a table in an MySQL database and return results.

Read more…

Dual layered toilet paper out of sync

Isn’t this annoying, or am I the only geek noticing?

Seems like there is always someone getting the dual layered toilet paper out of sync at work. Like today, I also had to turn the roll making the loose end hang outwards, and not inwards.

There should be a toilet paper dispencer not allowing people to ruin the system.

Read more…

Recover deleted contacts after synchronization

Guess what? I just managed to delete all my contacts on my new Windows Mobile 6.1 cellphone! A search on Google tells me I am not the only one, and Microsoft ActiveSync gets a lot of the blame for this mistake to be possible among various web forums (I have been searcing for a solution for some hours, so I have read enough to say this).

Read more…

Simple CellEditorListener example in Java

JFrameThis is an easy example on how to detect changes to data in a JTable.

Read more…

Simple JFrame and JTable example in Java

JFrameThis is a very simple example on how to show a javax.swing.JFrame (JFrame) with a javax.swing.JTable (JTable) on.

Read more…

Changing Skype video snapshot folder

How often haven’t you been irritated because different software save their data to different folders? Skype is no exception. When you make video snapshots, they are saved to a hidden folder. Making most imaging software, among them Picasa, read the folder is then not possible.

Read more…

Converting ANSEL character set to Unicode

I have been working with genealogy since I was 14 years old. Being an software developer I recently started making some software that supports the standard format for genealogy data exchange, GEDCOM. The most common character encoding for these files are something called ANSEL (American National Standard Extended Latin), and is also known as ANSI/NISO Z39.47.

Read more…

Simple timer example in Java

This Java code illustrates the use of two timers running at the same time using java.util.Timer and java.util.TimerTask.

Read more…