Category Archives: Mobile

Book Review: Creating Mobile Apps with jQuery Mobile

Today I’ll be reviewing the eBook version of Creating Mobile Apps with jQuery Mobile authored by Shane Gliser and published by Packtpub. You can check out Shane’s blog here.

Posted in Android, HTML5, iPhone, JavaScript, Mobile, Open Source, Reviews | Leave a comment

Book Review: PhoneGap 2.x Mobile Application Development

Today I’ll be reviewing the eBook version of PhoneGap 2.x Mobile Application Development authored by Kerri Shotts and published by Packtpub.

Posted in Android, HTML5, iPhone, Mobile, Reviews | Leave a comment

Getting started with Atomic and Atomic-AR (a project using jQuery Mobile) for Atom Hopper

Last month I introduced a new open source ATOM Pub server called: Atom Hopper (source code available on GitHub). I did a small demo of Atom Hopper and had to quickly build a user interface to show off what exactly … Continue reading

Posted in Atom Hopper, Java, JavaScript, Mobile, Open Source | Comments Off

Book Review: jQuery Mobile First Look

Today I’m going to review the first edition (published June 2011) of jQuery Mobile First Look by Giulio Bai. I’ve read the eBook version of this publication.

Posted in JavaScript, Mobile, Open Source, Reviews | Comments Off

Creating real-time games and web apps with the HTML5 Canvas, JQuery and the Union Platform

The HTML5 Canvas element opens up a whole new world in regards to what can be done in the browser especially for things like multi-player games. I’ve taken a couple of my previous articles: here and here and combined them … Continue reading

Posted in Android, HTML5, JavaScript, Mobile, Online Games, Union Framework | 2 Comments

Using JQuery with the Union Platform and build a chat server and client

The recently released Union Platform has been anticipated by many developers including myself. One of the cool new features is the ability to use the Union Server with a pure JavaScript based client using their OrbiterMicro library (you can also … Continue reading

Posted in HTML5, JavaScript, Mobile, Online Games, Union Framework | 3 Comments

Getting AdSense working with JQuery Mobile and PHP

I’ve been working on a fun little project using JQuery Mobile and PHP in which I wanted to integrate Google’s Adsense as well as Google’s Mobile AdSense (not AdMob) depending on what device was visiting the site. Today I’m going … Continue reading

Posted in JavaScript, Mobile, PHP | 1 Comment

Using JQuery Mobile with the HTML5 canvas element to listen for touch events on the iPad and Android browsers

Lately I’ve been messing around with JQuery Mobile, the HTML5 canvas element as well as my Droid X and iPad 2. The nice thing is JQuery Mobile supports numerous touch events and makes life a lot easier. In fact, JQuery … Continue reading

Posted in HTML5, JavaScript, Mobile | 3 Comments

Submit a JQuery Mobile form via AJAX with PHP

I have a previous article on how to use JQuery Mobile (and PHP) to submit some data via AJAX. With a little modification you can take that code and make it so you can submit an entire form. Today I’ll … Continue reading

Posted in AJAX, HTML5, Mobile, PHP | 11 Comments

Build a simple chat web app with JQuery Mobile and NowJS (a module for NodeJS)

I was playing around with NowJS (makes realtime web apps easy and it uses NodeJS). I setup NodeJS along with NPM on Ubuntu 10.10 (see previous my article if you need help with getting NodeJS and NPM installed on Ubuntu) … Continue reading

Posted in HTML5, Mobile, Node.js, Ubuntu | 5 Comments