Monthly Archives: October 2008

2-legged OAuth Javascript Function for YQL

Here is a 2-legged OAuth Javascript function that makes it easy to get YQL results into your Javascript application.
First we want to include the oauth javascript libraries obtained from http://oauth.googlecode.com.

<script type="text/javascript" src="http://oauth.googlecode.com/svn/code/javascript/oauth.js"></script>
<script type="text/javascript" src="http://oauth.googlecode.com/svn/code/javascript/sha1.js"></script>

It’s probably best to download those files to your local server, instead of calling them directly from googlecode in this example.
We then [...]

Posted in yahoo | Tagged , , | 5 Comments

visual music.

just in time for Halloween..

Posted in music | Tagged , | Leave a comment

YQL launches!

After many months of work, YQL has finally launched. It’s exciting to see such a powerful tool released that unifies many of Yahoo’s web services and allows mash ups from external sources.
I created the console part of YQL, which is a small part in the YQL picture – but it allows developers to test out  [...]

Posted in yahoo | Tagged | Leave a comment