Published by joost, May 21st, 2008
So.. I saw the homepage of Tijs Teulings and got inspired with his ‘my current location’ thingy. As you can see on the map, it uses an Iphone (I guess).
Now..this is the way to create something like that:
Install the Navizon application on your Iphone. Using installer.
Create the needed account for it.
Start Navizon and set ‘Appear […]
Published by joost, March 5th, 2008
Hyves (the #1 social network in The Netherlands) released their API v1.0 a few weeks ago. We already created some kind of Ruby wrapper some time ago (for the old API), but now we have a (very quickly created) wrapper for v1.0.
It works as follows:
1
2
3
4
5
6
7
8
9
10
require ‘hyves_api/hyves_api’
# You need to apply for a key via http://www.hyves.nl/api/apply/
key […]