Archive for August, 2007

tdroza

Solar-powered WiFi

Ever feel guilty about leaving your broadband router and wireless access point turned on 24/7? I use mine pretty heavily but I reckon that’s still only about 25% of the time at most. Solis Energy offer a solar panel and array of batteries designed to power a WiFi access point. Apart from its green credentials, I can see this would be great for remote areas or in the aftermath of disasters (floods/earthquakes etc) where communication lines have been destroyed. Maybe this company should link up with NickNeg to help setup internet access in 3rd world countries for the olpc. I hope it’s not long before affordable consumer versions of this kit are available.

[More]

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
tdroza

Tell’M

Tell’M is an app I’ve been working on in the background for a few weeks. The idea is that it becomes a kind of online version of the announcement pages from the local newspaper but with all the usual web2.o goodness of tagging, data feeds (rss and kml so far) and comments. A location is specified for each new announcement which allows us to produce a rolling map of posts, twittervision style (yes, on a google map, and yes I know, everything I’ve done recently has involved google maps!). I’ve also recently added the ability to associate a photo when making a new announcement: We decided not to let users upload their images to us because there are already tons of sites that do a great job of online photo storage (and who wants to have another place to upload pics to, right?) so instead we let users search flickr by tag, location or flickr username. To do this I’ve used the (very cool) flickr JSON API and I’ve also played around with Google’s picasaweb api to see if I could do something similar with their site.

As well as allowing users to keep up with Tell’M in their favourite feed reader, the rss feeds allow us (or anyone else) to consume Tell’M data in other apps. Along these lines a colleague has already created a widsets application for Tell’M to allow posts (including images) to be viewed on a mobile phone (go to the widsets library and search for “BT”), and I’ve created a google gadget (more on this in a later blog post).

So far this one seems to have generated quite a bit of interest amongst our team and everyone seems to have feature suggestions, which has to be a positive sign. Also, Mike Pegg from the GoogleMapsMania blog covered Tell’M here, and it’s also been featured by BTInnovations.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Despite sounding like a mouthwash, Plaxo is a nifty tool that can be embedded in any site to allow a user to select contacts stored in their address book on Yahoo! Mail, GMail, Hotmail and others. Plaxo interfaces to all of these sites for you so that you don’t have to write code for several different APIs. Perfect for situations where you want to offer users the ability to send emails from within your application (e.g. “recommend to a friend”, “share this page” etc).

Plaxo do some clever javascript/iframe jiggery pokery to circumvent the browser’s cross-domain restriction. The only issues that I can with this approach is that your users have to submit their username/password via plaxo (although they do promise not to store these details and the calls back to plaxo are over https). I’ve knocked together a quick demo.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]