Archive for the ‘development’ Category

20.11.2011 22:23

Today was the day where I finally released the new extension feuserreg to Typo3 Extension Repository (TER). The extension is developed as an easy, quick and flexible solution to implement …

17.11.2010 22:17

Getting peoples attention is sometimes needed, although it is often quite annoying when other people does it. You know. Shakes things on their webpages. Almost as annoying as webpages with …

30.05.2010 14:58

Intents can among many things be used to start op a new user interface in your Android App. If you are using a MVC technique, you would like the view …

29.04.2010 14:46

So, how do you use the SQLite database from your Android App? Go google! – well, been there done that. It took me many hours getting it to work – …

19.04.2010 21:41

Float left. Float right. What to do and why? Well read on …

How to float it

Well – it can sometimes be quite difficult to understand how the float …

11.04.2010 13:43

The progress bar is useful for telling users that your Android Application is working on a task that might take a little longer than the usual tasks.

A progress bar …

02.04.2010 15:58

Dialog boxes

Showing dialog boxes from an android application can be usefull.

This article will be using a layout like this – 4 buttons with their own function (complete code …

01.04.2010 16:08

How to read and write files in you Android Application

When coding an application for the Android system, you will eventually need to store some data on the phones for …

28.03.2010 16:45

I have updated the EasyJSCSS plugin for WordPress with some bugfixes and some backend improvements.

Version 1.4 is now available here or at http://wordpress.org/extend/plugins/easyjscss/

Please post any comments regarding version …

27.03.2010 12:55

Just like HTML Tables on webpages the TableLayout on Android gives you the option to align Views in a table order with rows and columns.

My development setup is:

IDE: …

26.03.2010 23:54

So – how do one make a simple rotations function in jquery? There are many ways to do this, so I will just demonstrate one of them here:

Example code

21.03.2010 17:14

The first step to get an application (program, website etc.) to work against a database is knowing the 5 basic SQL commands. The following examples is based on MySQL, but …