I’ve started working on a gitignore file for Phonegap projects. The .gitignore file can be used with the folder structure explained in Phonegap and multiple platforms. But also with projects only containing one platform. If you have any improvements to … Continue reading
Phonegap and multiple platforms
This post provides an example of how to work with phonegap and multiple platforms. What folder structure to use and how to share the www folder between projects. Platforms used are iOS and Android. This example project can be downloaded … Continue reading
Phonegap and Google maps
How to show a Google map in your Phonegap app using Google Map api V3, and what whitelist urls to add to your project. This post expect you know how to set up a new Phonegap project. 1. Start by … Continue reading
Continuing in English
From now on posts will be in English. Hopefully my posts can provide help for more people that way. The posts will be translated one by on but let me know if i forgot to translate something on the site.
Schemalägga php-script i OSX Lion
För att schemalägga script i OSX Lion används launchd. Lägg till ett jobb genom att spara en .plist i mappen /Users/%användare%/Library/LaunchAgents. Ett exempel på en .plist är: Under Label namnger man sitt jobb, som man sedan kan se genom att … Continue reading