Archive for the ‘development’ Category

03.02.2010 00:25

Here is a quick guide on installing a development environment (using the Eclipse IDE) for Android applications on Ubuntu 9.10.

1. Open the Synaptic package manager and install the sun-java6-jdk

24.10.2009 12:54

With jQuery it is quick and easy to access and modify elements in a select dropdown box. There are of course several ways of doing thing and I will try …

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 …

03.10.2009 11:27

Have you ever had the need to check if a specific coordinate (point) is located inside or outside a polygon shaped area? I never did, so I had to found …

21.08.2009 22:28

During the development of a gallery extension for TYPO3, I was having some performance issues when during the on-the-fly image scaling.

When displaying the images in the frontend, I would …

28.07.2009 12:10

If you want to reuse your jQuery code, it can be a good idea to make the code into a jQuery Plugin. This makes it easier to use on different …

23.07.2009 23:10

The WordPress Theme Kickstarter is now ready in the first beta release. It is a tool for doing the initial file splitting when creating a new WordPress Theme.

More info

05.07.2009 15:38

When posting website code and features it is nice to have the option to add some specific examples for demonstration usage. In WordPress I couldn’t find any options to easily …

28.06.2009 22:55

Hit statistics from visiting website users stored in a database. Then what? How do I list these log entries in a very simple way. The only important thing for now, …

26.06.2009 22:38

There are many of these “insert your very-long-link here, and you will get a nice and short one in return”-webpages and the are all more or less the same.

I’m …