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.
Daily Archives: October 8, 2011
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.