Library
SproutCore: From MobileMe to 1.0
Tagged in - Posted November 5th, 2008SproutCore drove onto the scene when MobileMe launched using it.
Since that blast, the team has been diligently working on getting a 1.0 release, and Charles Jolley has
posted on the future of SproutCore:
Peppy: New CSS 3 selector engine
Tagged in - Posted October 21st, 2008James Donaghue has released Peppy, the first release of his CSS 3 compliant selector engine that runs independent of one particular library (and can thus be used with any of them).
He has some bold claims on speed:
js.io: client library for networking
Tagged in - Posted October 6th, 2008
Michael Carter et al have been working on js.io, a client library that gives you networking, including Comet like support, via JavaScript.
The low level work can sit upon Comet APIs, and in the future, Web Sockets, and you get high level APIs to protocols such as:
Thinking about the difference between frameworks
Tagged in - Posted October 3rd, 2008I got to meet Aaron Newton at The Ajax Experience, and he is a thinker. He was really taking in the various talks, and interactions, and you could tell that he was trying to work out various angles on the frameworks. What makes them different? What makes them popular? Where are they going?
Making creating DOM-based applications less of a hassle
Tagged in - Posted August 20th, 2008Creating a lot of HTML using DOM methods can be a real pain. This is what students of the Juku training course that I held two weeks ago found out quite quickly and complained about the verbosity of it all. I listened to their concerns and came up with a framework for JavaScript applications called
ViewsHandler.
Reading ID3 tags with JavaScript
Tagged in - Posted August 19th, 2008Jacob Seidelin is up to more tricks, this time playing with the binary side of life and writing a library that can reading ID3 tags from MP3 files and such.
Ajax-Alexa-Thumbnails: API to get site thumbnails
Tagged in - Posted July 29th, 2008Have you ever wanted to be able to easily grab a thumbnail image that represents a website?
Eric Ferraiuolo has created Ajax-Alexa-Thumbnails on Google Code, a library that builds on YUI to do just that.
The project consists of a server-side component written in PHP which makes the cross-domain request to Amazon's Alexa Site Thumbnail web service, and a JavaScript component which makes Ajax requests to configured server-side component and caches the results.
How do you call it?
ProtoChart: Using Canvas to give you good looking charts
Tagged in - Posted July 29th, 2008ProtoChart is a new opensource library using Prototype and Canvas to create good looking charts.
Features
YPulse: Fades and Pulsations Library
Tagged in - Posted July 11th, 2008Kent Johnson has released YPulse a simple open source wrapper for the YUI Animation library that makes creating highlight fades and pulsing button glows a bit easier.
You pulse away with something like:

