As with any new technology, getting started is often the hardest part. With this frustration in mind, we have put together some of my handiest tips, tricks and code snippets related to thejQuery Mobile library.
Category Archives: Mobile / Tablet
jQuery Mobile PHP MVC Framework
In my Introduction to jQuery Mobile, I mentioned that I had plans for a simple MVC framework using jQuery Mobile and that I would release it if there was enough interest (there was!). While it’s not completely finished yet, I’ve decided to release it in hopes that others find use in it and can perhaps even …
Become An Xcoder free ebook
Bert Altenburg, author of AppleScript for Absolute Starters, in co-operation with Alex Clarke and Philippe Mougin, has released a book for newcomers to Cocoa programming using Objective-C and XCode.
Objective-C 2.0 Essentials
The Objective-C 2.0 Essentials online book contains 34 chapters of detailed information intended to provide everything necessary to gain proficiency as an Objective-C programmer for both Mac OS X and iPhone development.
Xcode phonegap White list rejection
Based on another message I remember reading you should be able to open the phonegap.plist and look for ExternalHost and add *.mydomain.com. Again, I’m not the iOS expert so someone else will probably have a better solution.
LOADING EXTERNAL DATA INTO AN IOS PHONEGAP APP USING JQUERY 1.5
My 2010 post about loading data into a PhoneGap application is by far the most viewed page of my blog so I thought I’d revisit it and write an article about a more efficient method I have been using, following the release of jQuery 1.5.