goo.gl URL Shortener Bookmarklet via YQL

January 16, 2010 · Posted in Programming · Comments 

goo.gl_yqlLast month we saw a new Google URL shortening service that will be used for Feedburner and the Google Toolbar. It wasn’t long before the URL shortening code in the toolbar was dissected, and subsequent APIs developed. I managed to put together my own by using YQL.

Read more…

Make Cross-Domain AJAX Requests with xdRequest

October 15, 2009 · Posted in Programming · Comments 

xdRequest is an open-source JavaScript library that I’ve developed for making cross-domain AJAX requests. In this day and age, with web browsers becoming very fast and powerful, it has become quite possible to build web applications with much of the work performed by the client. xdRequest makes it possible to easily pull data from other sources and manipulate it all on the client-side. With xdRequest, you will no longer need to perform data extractions/manipulations from other sources on a server. It can all happen right in the browser.

Read more…