the web, mobile technology and location based services as I see it
Sometimes, an auto-generated number isn’t enough and what you really need is a unique identifier. Several people have different techniques for generating their unique identifiers. My favorite has been generating a random number and then hashing it through the md5 hash generator. Here’s an example I was once using: <?php $unique_identifier = md5(rand(100000, 999999)); ?> [...]
In: General
20 Nov 2009I was really excited this morning when I read about the new Google Latitude apps (Location History and Alerts) on the Official Google Mobile Blog. In case you’re not so conversant with Google Latitude, it’s a location based service that runs on top of Google Maps allowing you to track your geographical location and that [...]
In: Gadgets
19 Nov 2009This is hot! Just got an email from Amazon announcing the availability of a free download of the Kindle for PC. Ok like I just explained to a colleague, the Kindle is a device from Amazon that allows you to carry around and read ebooks that you download from the Amazon store. The Kindle for [...]
I spent last week in the city of Jos where I went to spend some time with my family and also attend my class reunion. I had an idea to organize a seminar where I’ll teach and talk about anything I thought would be cool and constitute new knowledge. So I went about contacting some [...]
Tim Akinbo's Weblog is the personal weblog of Tim Akinbo. Here he discusses issues relating to technology. Special interests include the web, mobile technology and location based services.