OpenID would be much easier to implement and use if the big-guns who’ve all promised support over a year ago actually have working production environments. Yahoo! is currently the only one of the big three who properly support OpenID. Google, Microsoft, where are you? Enough with the usability testing – lets roll this shit out.
Posts Tagged ‘Google’
GeoLocation Technology is Frightening Me.
Firefox 3.5 added support for “My Location”; Google Maps added a feature “Show My Location.” One random day I thought I’d try it out and see how well it does. I’m only using a laptop with no real GPS technology built in. I have a phone, but it doesn’t support anything fancy. It’s just a [...]
Google Wave Preview – Holy Shit
I think Google has managed to create the most powerful multi-platform collaborative tool ever known to man. This demo is long and very detailed but Google Wave implements so many different tools and concepts into one single point — it’s jaw dropping. The craziest part of it is the near real-time updates, as well as [...]
Geocodes Made Easy
Using my Google Maps API key I can geocode almost anything*. And with Zend Framework, it’s f’n damn simple! Zend_Loader::loadClass(‘Zend_Rest_Client’); $rest = new Zend_Rest_Client(‘http://maps.google.com/maps/geo’); //?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&output=json&oe=utf8&sensor=true_or_false&key=your_api_key $rest->key(‘YOUR_API_KEY’); $rest->q(’1600 Amphitheatre Parkway, Mountain View, CA’); $rest->output(‘xml’); $rest->oe(‘utf8′); $result = $rest->get(); // the whole $result is a SimpleXML object print_r((string)$result->Response->Placemark->Point->coordinates); And that’s it. Save the results someplace useful so [...]
Google I/O 2008
I had the pleasure of attending Google I/O in San Francisco this year. I’m only getting to posting about it now because work has been far too insane for me to even stop and think about all the glorious things I heard about during the conference. In fact, I still find it hard to come [...]

