by Mobiledev | Aug 28, 2011 | Wordpress
Backing up a complete WordPress site can be done with a bash script. This script has been created and described by Konstantin at http://theme.fm/2011/06/a-shell-script-for-a-complete-wordpress-backup-4/ Mobiledev.nl added some extra’s to the script. Script...
by Mobiledev | Aug 27, 2011 | iOS, iPad, iPhone, XCode
In iOS 5 “ARC” has been introduced. ARC stands for Automatic Reference Counting. The posting below is still valid for iOS < 5. In iOS 5 the there still is reference counting, but it is automatic. Therefore ARC is no garbage collection. -----------...
by Mobiledev | Aug 26, 2011 | iOS, XCode
If you just want to show a popup message without responding to the buttons pressed look at the snippet : “Popup message in iOS” If you want to respond to a popup message the popup message probable has more than 1 button. To figure out what button got...
by Mobiledev | Aug 26, 2011 | iOS, XCode
Showing a popup message to a user in iOS is not very difficult. The code below shows a popup message with 1 button. If the user presses the button the popup message disappears. No code is executed when the uses pushes the button. (For an example with delegates look at...
by Mobiledev | Aug 23, 2011 | iOS, iPad, iPhone, XCode
There are a few reasons why you would not want your app to run in the background, for example: During development it is easier not to run in the background. The default situation is that when you quit an app in the simulator, the app continues running in the...
Recent Comments