A pretty basic mobile messaging application. Data is stored on a server, options are displayed, content is loaded and sent, etc, etc. Nothing really special.
Some of my biggest hurdles faced so far:
- After days of banging my head against a wall, I learned HTML5's sessionStorage doesn't actually store objects - just single key/value pairs.
- Minor jQuery typos that didn't register an error, but never did what it was supposed to.
- (ongoing) Dealing with jQuery Mobile weirdness when loading dynamic content when an AJAX call has yet to complete.
I'm also looking at incorporating the PhoneGap framework so I can access some of the mobile hardware. We'll take that when we get to it.