It’s a music experiment and I love music! Search the public web for songs, add them to your own personal playlist on the site and listen to them whenever you want.
Work/Projects

Steve’s Playlist

WP-MySpaceID WordPress Plugin
This plug-in adds a `Login with MySpaceID’ button to the login page.
Adding MySpaceID to a blog allows bloggers and commenters to log in using their MySpace credentials rather than having to set up and remember yet another username and password.
To log in, a user clicks on the “Login with MySpaceID” button, which brings up a popup window with a special MySpace login page. If the user is already logged in to MySpace, the popup will show which account they are using and the name of the blog, and ask them to confirm that they want to use their MySpaceID to log in. If they are not logged in, it will show the blog name, give them a place to enter their MySpace credentials, and ask for confirmation. If the user logs in successfully, the popup closes, and the plugin either creates a new account on the blog for them, or logs them in with their existing account.
This plug-in depends on the MySpaceID PHP SDK, which requires PHP 5 or later. It is not compatible with PHP 4.

SPCleanup jQuery Plugin
Many developers who have worked with SharePoint realize that it tends to generate alot of extraneous markup (sometimes invalid markup) and nested tables. My first goal is to write a jQuery plugin that will replace these tables by converting them to simple unordered lists. Simplifiying the markup obviously will help developers, designers and integrators with styling.