ActiveRecord.js, new JavaScript ORM

Aptana has released ActiveRecord.js, an open source object relational mapper (ORM) that supports multiple JavaScript environments, including: Google Gears, In Memory (if no SQL server is available on the client), Adobe AIR (client-side persistence) and on the server-side SQLite and MySQL (via Aptana Jaxer, the open source Ajax server).
www.activerecordjs.org

Top 7 Fonts Used In Graphic Design

Came across this perusing the web… great round-up of the fonts most commonly used by professional designers. Check it out over at Jacob Cass’s site:
Top 7 Fonts Used By Professionals In Graphic Design

PHP to JavaScript

Really cool project for porting PHP functions to JS… 198 so far. A lot of really handy string and array functions, definitely worth a look.
PHP to JavaScript Project

SOA PHP

I’ve been toying with REST and other SOA kinda things lately, and stumbled across these links in my research:
SOA PHP Homepage
SCA_SDO PECL Extension

Firebug Lite 1.2 Released

If you’ve ever used Firebug for JS development, you know how indisposable it is. If you haven’t, you’re insane, and you need to start using it now! Firebug Lite was created to be able to embed a more limited version of the library in non-firefox browsers. Previously, you couldn’t do much with it outside of the console. functions and use a JS command-line. Looks like that’s a thing of the past with the new release. It’s pretty much as functional as the actual Firefox extension, and is well worth checking out:
Firebug Lite 1.2 Released (via Ajaxian)