Google Reader is a great web-based application used to keep up with RSS feeds. I've released the library I wrote to interact with Google Reader (used on the front-page of the site). One can use it to get shared items, unread items, and much more from their Google Reader account. Newest version lets one share/star items and mark them as read and unread.
You can get more information, learn how to use it, and download the library on the project's page.
A continuation of the Code Igniter library I wrote earlier, this plugin gives an ExpressionEngine site access to a user's feeds from Google Reader. It has all the same read capabilities of the CI libary (shared items, starred items, and all items), only lacking the ability to submit items to Google Reader.
You can get more information, learn how to use it, and download the plugin on the project's page.
I made a few adjustments to the jQuery Date Picker by Stefan Petre. Firstly the plugin now plays well with people who use the tab button to cycle between inputs within a form. The version by Stefan only disappeared when one clicked outside of the input box, now if you tabbed out. The second issue was that if the input box was pre-populated with a date occurring in January the popup would show December selected.
Download my modified version here: jQuery Date Picker