This concept may be more academic than practical, but it may prove useful in some situations where you want simple support for high resolution background images on modern devices.
Geolocation & Company Locations Listing on Mobile Sites
One of the most common functions of a mobile site is to provide a quick list of locations for the company you're interested in. Ideally,…
Making the most of HTML 5 Web Storage
HTML 5 Web Storage is a big deal for any developer with even a hint of JavaScript know-how. It means client-side storage, and client-side storage…
Text to Lips – Put a Face on Speech Synthesis
Text to Speech is becoming not only more popular, but easier to implement. Android devices have a built in TTS library and tools like Emscripten…
Mobile development – tiny screen, big headaches
I've been creating mobile sites on a regular basis for over two years now and I still don't feel like I've gotten it 100% right.…
Mobile redirection using only Apache
With a few mobile sites under my belt over the past couple years, the mobile development process has become easier. Naturally, with each new site,…
SQLite dates and JavaScript formatting
If I were to guess, I'd say that at least 50% of all database tables I create for any system contain a timestamp field. I…
XCode Cordova based application
Today I'd like to talk about the image at the bottom of this post. What are we looking at here? If you've opened up XCode…
PhoneGap / Cordova and iAd integration
PhoneGap (Cordova) users, you are no doubt used to dealing with PhoneGap plugins to interact with frameworks, to keep your distance from having to dive…
Mobile CSS tip – padding is your friend
After getting more serious about mobile design myself, I started noticing a few things that irked me on a few mobile sites. One of them…