Tag Archives: Geolocation
Adding Location to a non-GPS Phone – Part II
October 20, 2008, by tomsoft
In the first part of this article, we introduced the concept of CellID, and OpenCellID – an open source database of CellIDs that can be used to build location based services, and we created a small program to determine location from CellID information. This time, we will go a step further and display a map on a mobile device, using the open source "OpenStreetMap", and we position the map using the device's location. This will deliver an experience similar to that offered by the Google Maps for Mobile "MyLocation" feature, and will run on top of JavaME... Read More
Open source LBS
September 24, 2008, by Ruadhán O'Donoghue
Location based services are becoming more and more prevalent every day, with innovative applications that make use of location, like FireEagle, and Google Maps for Mobile, popping up all the time. We've just published the first part of a two-part piece on Location via CellID, and the open source database of CellIDs, OpenCellID... Read More
Adding location to a non GPS phone: introducing CellID
September 23, 2008, by tomsoft
In this two part article (see part II here), we will introduce mobile positioning based on CellID, and we will take a look at OpenCellID, the open source database of CellIDs. We will demonstrate how to use OpenCellID through some simple examples... Read More
LBS in Opera Mini?
February 22, 2008, by ronan
Random thought: if Google can manage to make cell ID-based location information work in its J2ME map applications, couldn't Opera do the same with Opera Mini?... Read More
Mobile Web Design – Beyond Simple XHTML Pages II
December 10, 2007, by cameronmoll
SVG, or Scalable Vector Graphics, is "a language for describing two-dimensional graphics and graphical applications in XML."3 Or in English, SVG enables a designer to render vector images and animations within the browser using numerical coordinates rather than pixels. SVG Tiny is a baseline profile of SVG, implementable on a range of devices, and described by the W3C thusly:... Read More