Blog

How to iterate directory streams in Linux

posted: 2010-04-25 11:55:29



I decided to add this tutorial as I have seen many people asking questions on iterate directories in linux. I will also combine this with how to implement the wxTree control. The wxWidgets framework i...

read more

How to implement jQuery accordion

posted: 2010-04-19 18:19:04



In this tutorial I will familiarize you with the jQuery accordion widget. This widget might not be as useless as it first appears. Firstly I can think of many occasions in the last year where I have...

read more

How to jQuery date picker

posted: 2010-04-16 18:36:14



The date picker jQuery class is by far one of the simplest and most impressive classes to implement. From one time or another one of your clients will ask you to implement a date picker. It's one of...

read more

Simple jQuery slider color picker

posted: 2010-04-15 20:39:42



I have decided to spend some time recently learning about jQuery. One of the cool aspects of Jquery is that you can either just can selectively use the core library, but when you need to, you can us...

read more

Remove index.php from your codeigniter url

posted: 2010-04-12 19:10:21



Want to make your CodeIgniter URL's a little friendlier on the eye? Then all you need to do is take 2 simple steps. Firstly open your application/config/config.php and set the index_page value to: ...

read more

Tunnel to your remote database

posted: 2010-04-11 21:19:17



One problem that developers often encounter is sometimes you need to test some code with live data. But you don't want to go through the hassle of copying huge amounts of data from your remote web ser...

read more

<< Previous | 1 | 2 | 3 | 4 | Next >>