Directing mobile users to mobile site

It is becoming increasingly popular to automatically redirect mobile users to a mobile optimised site when accessing a desktop web url. This is usually done server side. For the more advanced browsers, the Safari on iPhone or Androids for example, you can also use a javascript to redirect the user. Such a script could look […]

mobile lbs, js library to the rescue

I while back I wrote a blog post on Mobiforge on different ways of getting location information from the user/device (which by the way made it all the way to the mobiforge newsletter :)). Not surprisingly, our friend device fragmentation has joined the party. For many reasons, this kind of stuff is not so easy […]

Playing with geoip

Have been playing with MaxMinds free geoip lookup tool. Its pretty OK. The quality, as far as I have tested, is pretty good! More than good enough to use in location aware mobile services. Ofcourse you have the issue with looking up location of the operators gateway when the user is connected throgh the telco network… […]

Shorter URLs for mobile

Have been using twitter for a while now, and was annoyed by the tinyurls being useless on my mobile. So, I thought; how hard can it be? and made this one: mtny.mobi mtny.mobi works as all other tiny url creators, but this has a mobile touch to it. You can specify if the target url […]

The under estimated element in xhtml mp

The object element is an extremely powerful element when used in a mobile context. I have made a collection of ways to use it. Her’s an index of some ways to use the element. Images Images with fallback svg with fallback flash video audio svg and svgz text or html inline data definition Use of […]

Mobile ajax

Mobile Ajax and the so called “mobile web 2.0” is a hot issue now adays with the iphone and all… I have done some testing just to learn how much ajax one really can expect on current mobile devices. Hope your device supports ajax now then… The web browser on newer nokias should support most […]

gzip test for mobiles

Data cost is known to be one of the main reasons for not using mobile internet. Or that is; the uncertainty of the data cost. So, why not help the user by doing as much as possible to cut the data transfer?? I have made a simple test site to illustrate the importance of this […]