HTML5 Applications for iOS

B
TimeSheet App: I developed this app as a proof of concept for my HTML5 mobile application framework Chaka. Chaka allows to develop jQuery Mobile apps using Visual Studio 2010 and provides a WinForm like development experience.

The app provides an iOS like CRUD functionalities for a patient visit entity. The data is stored in NoSQL database named Artemia which I extended to support encryption.

The HTML5 application is then transfered to a Mac, and compiled with xCode using PhoneGap.

Live Demo
C
iWINTR: Experimental application to manage personal data in a secured fashion on an iPhone.

This application was developed with the library iui to test table view scrolling possibilities.

I also used my HTML5 Chaka application compiler and Visual Studio 2010.

The HTML5 application is then transfered to a Mac, and compiled with xCode using PhoneGap.

Others Libraries:
  • iScroll : Smooth scrolling for iOS iScroll
  • Zepto : Ligth jQuery for mobile development Zepto
  • Artemia : An object oriented, NoSQL, document database in the way of MongoDB. Artemia
  • TEA : "Tiny Encryption Algorithm" to decrypt data saved in the database
  • Chaka.LocalDB : Add encryption to the Artemia database.
A
Tip Calculator: A first app developed with jQuery Mobile and my framework chaka.