Main

New PhoneGap API Explorer available on the App Store

I created a new version of PhoneGap API Explorer that is now available on the App Store. PhoneGap API Explorer is an API reference application for PhoneGap device integration capabilities. The application clearly presents the syntax for each function, and allows you to provide values for the function’s arguments, invoke the function from within the [...]

22 commentsContinue Reading

Simple Mobile UI Patterns: Page Swipe with iScroll and PhoneGap

After the Zepto.js swipe event version, here is another implementation of the “Page Swipe” UI pattern. This version is implemented with iScroll and its “snap” feature. Watch a short video here: Notice that the user experience is slightly different compared to the previous version: the content of the target page is revealed as you swipe. [...]

9 commentsContinue Reading

PhoneGap Live API Explorer

During my still ongoing PhoneGap tour, I wrote “PhoneGap Live API Explorer”, a new tablet application that gives you access to documentation for the PhoneGap Device Integration APIs, and allows you to experiment with these APIs inside the application. You can watch a short video below. Go full screen for a better viewing experience.

15 commentsContinue Reading

Upcoming Speaking Engagements

I’m looking forward to speaking about HTML 5 Mobile Development, PhoneGap, JavaScript frameworks, REST with Java (JAX-RS) and PHP, and other topics at some great conferences and Meetups in the coming weeks. Here is the list so far: Amsterdam May 24th GOTO conference more info London May 24th Skillsmatter more info Las Vegas May 30th [...]

6 commentsContinue Reading

Simple Offline Data Synchronization for Mobile Web and PhoneGap Applications

Being able to work offline is an expected feature of mobile applications. For data-driven applications, it means that you — the developer — will have to store (a subset of) your application data locally, and implement a data synchronization mechanism that keeps your local and server data in sync. In this article, I describe a [...]

37 commentsContinue Reading

Single-Page CRUD Application with Backbone.js and Twitter Bootstrap

A few weeks weeks ago, I posted a first Backbone.js and Twitter Bootstrap sample application. While interesting, “Employee Directory” is a read-only application. As such, it doesn’t show off the full power of Backbone’s models or the coolness of some of Bootstrap’s data entry features such as forms, validation, etc. To demonstrate these features, I [...]

36 commentsContinue Reading

Powered by WordPress. Designed by Woo Themes