Wednesday, 29 January 2014

Mobile Web and Hybird Development

HTML and CSS
http://www.wowebook.com/book/html-and-css/

Eloquent JavaScript 2nd Edition
http://eloquentjavascript.net/2nd_edition/preview/

Secrets of the the JavaScript Ninja
http://www.wowebook.com/book/secrets-of-the-javascript-ninja/

ECMAScript 6
https://www.sencha.com/blog/toward-modern-web-apps-with-ecmascript-6/

Mastering AngularJS
http://www.wowebook.com/book/mastering-web-application-development-angularjs/

Pro JQuery 2.0, 2nd Edition
http://www.wowebook.com/book/pro-jquery-2-0-2nd-edition/

Node.js in Action

http://www.amazon.com/Node-js-Action-Mike-Cantelon/dp/1617290572/ref=sr_1_1?ie=UTF8&qid=1390311344&sr=8-1&keywords=node.js

Mongoose Application Development

http://www.wowebook.com/book/mongoose-application-development/

JavaScript Testing with Jasmine
http://www.wowebook.com/book/javascript-testing-with-jasmine/

Android Development:

Building Android Apps with Java and JavaScript
http://www.wowebook.com/book/building-hybrid-android-apps-with-java-and-javascript/

PhoneGap 3 Beginners Guide
http://www.amazon.com/PhoneGap-Beginners-Guide-2nd-Edition/dp/1782160981/ref=sr_1_2?ie=UTF8&qid=1390312120&sr=8-2&keywords=phonegap

Windows 8.1 Development:

Windows 8.1 Apps with HTML5 and JavaScript Unleashed
http://www.amazon.com/Windows-Apps-HTML5-JavaScript-Unleashed/dp/0672337118/ref=sr_1_1?s=books&ie=UTF8&qid=1390313138&sr=1-1&keywords=windows+8.1+development+javascript

Sunday, 19 January 2014

Developing PhoneGap Applications


Workflow for Developing PhoneGap Applications


http://www.tricedesigns.com/2013/01/18/my-workflow-for-developing-phonegap-applications/

Saturday, 14 December 2013

Provisioning Profiles menu item missing from Xcode 5


Provisioning Profiles menu item missing from Xcode 5

  1. XCode menu=>Preferences=>Accounts
  2. Select the Apple ID in the left panel.
  3. Click the View Details button on the right.
  4. In the pop-over that follows click the round refresh arrow. The lists will refresh after the download from the Member Center finishes, this can take a few minutes.
  5. The provisioning profiles can then be selected in a Mac project under Build Settings=>Code Signing=>Provisioning Profile.


Provisioning files are located in:
/Users/$(username)/Library/MobileDevice/Provisioning Profiles/
Just remove the out-of-date files.


http://stackoverflow.com/questions/18041267/provisioning-profiles-menu-item-missing-from-xcode-5

Tuesday, 10 December 2013

Install Mavericks on older Mac Pro 1,1 & 2,1



Install Mavericks on older Mac Pro 1,1 & 2,1

http://www.reddit.com/r/apple/comments/1rsp3q/install_mavericks_on_older_mac_pro_11_21_20062007/

Cross-Platform Mobile App Development


The HTML5 Vs. Native Apps Battle Broken Down 

Business Insider:  Jul. 1, 2013, 2:15 PM

http://www.businessinsider.com/battle-between-html5-vs-native-apps-2013-7


Native vs. HTML5 – looked at objectively, the debate is over

Posted by Jonathan Rende on Fri, Apr 12, 2013
 
http://thinkmobile.appcelerator.com/blog/bid/284174/Native-vs-HTML5-looked-at-objectively-the-debate-is-over

Development benefits, and security risks, of HTML5 'hybrid' mobile apps

By John Cox on Mon, 07/11/11


http://www.networkworld.com/community/blog/development-benefits-and-security-risks-html5

 

Cross-Platform Hybrid Mobile Application Development – a Tool Comparison

Posted by Udayan Banerjee on February 20, 2012

http://setandbma.wordpress.com/2012/02/20/mobile-hybrid-tool-comparison/

 

Cross-Platform App Development for iPhone, Android & Co. — A Comparison I Presented at MobileTechCon 2010


http://heikobehrens.net/2010/10/11/cross-platform-app-development-for-iphone-android-co-%E2%80%94-a-comparison-i-presented-at-mobiletechcon-2010/



Wednesday, 12 December 2012

Tuesday, 11 December 2012

iCloud Display Sets



What's the use of iCloud Display Sets?

 

When adding iCloud support to iOS app one can configure iCloud Display Set and link it with an app by specifying NSUbiquitousDisplaySet. But iCloud works even without it, so my question is: what's the purpose of iCloud Display Sets at all?
Couldn't find any clear answer anywhere in the docs. And what's more, based on the Apple docs it seems as if specifying Display Set for your app was mandatory if you use iCloud. That did confuse me a bit.
It is so that one might want to share the same Display Set for multiple applications or for iOS and Mac app versions?
 
 
 
NSUbiquitousDisplaySet (String - iOS, Mac OS X) contains the identifier string that you configured in iTunesConnect for managing your application’s storage. The assigned display set determines from which mobile data folder (in the user’s mobile account) the application retrieves its data files.
If you create multiple applications, you can use the same display set for your applications or assign different display sets to each. For example, if you create a lite version of your application, in addition to a full-featured version, you might use the same display set for both versions because they create and use the same basic data files. Each application should recognize the file types stored in its mobile data folder and be able to open them.



http://www.scribd.com/doc/72156702/84/Creating-iCloud-Display-Sets