Archive for the ‘Misc’ Category

11.07.2010 11:37

The OpenQRM installation is quite difficult if you ask me. I have tried installing on both Debian and Ubuntu with the precompiled .deb packages and directly from the Debian and Ubuntu repository. Everything seems to fail in one way or the other. But I finally got it working and here…

read on
16.05.2010 23:25

How do you keep track of your code changes? What do you do, if you want to go back to how your code was yesterday? What if you by mistake has deleted a file from your code. Well, I though it would be a great time to get some control…

read on
22.03.2010 00:21

I just started reading the Beginning Android by Mark L. Murphy and it seems like a very easy to read book.

The Android platform is very new to me, so I wanted to read about some of the basics before starting to develop Android software. I know the Internet…

read on
22.11.2009 13:07

The jQuery UI sortable widget offers a great interface for listing and moving element around.

I have been working on a small project of mine and figured that the sortable widget could be a great feature. I then started to output the list and the element that should be…

read on
09.10.2009 19:45

With this guide I will try to go through the very basic techniques of making a simple php script that can handle login authorization of website users.

The guide will be based on common Linux installations of both MySQL and PHP.

Step 1 – the database

Create a table…

read on
16.07.2009 12:52

I’ve been experimenting with some iframe-manipulation with jQuery, but this was not as easy as I have hoped for. There is not much help on jquery.com and a Google search just found others with the same kind of problem.

My setup is very basic. An iframe loading a page like…

read on