Awesome Mobile Image Gallery Web AppMay 27, 2010

With more and more users browsing the web with a mobile device, it's time to begin with mobile web development. In this tutorial we are going to develop a simple mobile image gallery using the amazing jQTouch jQuery plugin for mobile web development. jQTouch is a jQue...

read more

How To Play Looping Sound In Your iPhone AppSeptember 15, 2009

Here is a very useful code snippet for playing your own sound file continuously in your iPhone application. The example uses a .caf file and is based on the AVAudioPlayer Class. You can find the class reference of Apple here: http://developer.apple.com/iPhone/library/documentation/AVFoundation/...

read more

Checking Network Reachability on the iPhoneSeptember 14, 2009

In some iPhone apps you need to check if there is a connection to the outside world. If the application depends on a connection to the internet, we will want to warn the user of the app, if he cannot connect currently. In programming your app you can for example make sure that a certain view is push...

read more

9 Valuable and Working iPhone Programming TutorialsSeptember 3, 2009

Here is a list of some highly valueable and functioning iPhone programming tutorials (list is open): iPhone View Switching Tutorial iPhone Coding – Learning About UIWebViews by Creating a Web Browser iPhone Dev Sessions: Create a Navigation-Based Application Tutorial: JSON Over HTTP On...

read more

JavaScript: Changing location or stylesheet according to device or browserAugust 26, 2009

Developing web applications for mobile phones sometimes brings the need to just create separate content for different devices. Some time ago I had to create a web app that would look pretty on both, the iPhone and some Windows Mobile based device by HTC! In the end it came out to be simpler just ...

read more