Time after time I find JavaScript code that has bugs caused by lack of proper understanding of how functions work in JavaScript (a lot of that code has been written by me, by the way.) JavaScript has functional programming characteristics, and that can get in our way until we decide to face and learn it.
Author Archives: Prosoxi.com Webmaster
10 handy jQuery mobile tips and snippets to get you started
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.
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.