Fullasagoog

Rich Internet Applications and other topics from the Flex Technical Evangleist.

Show all feed information | Ping Blog Update

Creating a REST API using Node.js, Express, and MongoDB 8 months ago

I recently used Node.js, Express, and MongoDB to rewrite a RESTful API I had previously written in Java and PHP with MySQL (Java version, PHP version), and I thought I’d share the experience… Here is a quick guide showing how to build a RESTful API using Node.js, Express, and MongoDB. …

PhoneGap API Explorer for Android now on Google Play 9 months ago

After I published the iOS version on the Apple App Store, a number of people asked for an Android version. I just published it on Google Play. PhoneGap API Explorer is an API reference application for PhoneGap device integration capabilities. The application clearly presents the syntax for each …

New PhoneGap API Explorer available on the App Store 9 months ago

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 …

Simple Mobile UI Patterns: Page Swipe with iScroll and PhoneGap 11 months ago

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 …
keywords createelement, getelementbyid, implementation, insertbefore, previous version, swipe, target, uncategorized, user experience, widgets

Simple Mobile UI Patterns: Page Swipe with Zepto.js and PhoneGap 11 months ago

As I’m working on improving the user experience of some of my recent mobile appliations, I thought it could be useful to start documenting some basic UI patterns for mobile apps. The goal is not to provide yet another UI framework, but rather to document the basic/raw approach (or different …
keywords createelement, getelementbyid, insertbefore, js, mobile apps, phonegap, swipe, user experience, widgets

PhoneGap Live API Explorer 11 months ago

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 …
keywords apis, createelement, documentation, insertbefore, phonegap, widgets

Employee Directory is now available on the App Store 11 months ago

My employee directory app is now available on the App Store. The application allows you to synchronize with your own data, look for employees by name, view their details, add them to your contacts, and see their manager and direct reports, as well as call, text, or email them. You can watch a …

Upcoming Speaking Engagements last year

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 …
keywords amsterdam, conferences, createelement, insertbefore, jax, las vegas, london, meetups, mobile development, uncategorized, upcoming speaking engagements, widgets

Simple Offline Data Synchronization for Mobile Web and PhoneGap Applications last year

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 …
keywords android, application data, createelement, data synchronization, driven applications, html 5, insertbefore, ios, mobile, mobile applications, mobile data, mobile web, offline data, phonegap, subset, sync, web applications, widgets

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

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 …