JavaScriptr

A blog about JavaScript and other web development technologies

Avatar

JQuery on Rails

The JRails library is a useful tool for programmers working on Rails. jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for JavaScript functionality using the lighter jQuery library. I plan to start programming with Rails soon so I'll definitely be adding this to my arsenal.

Learning Adobe Air

Jonathan Snook has a great article on 24ways.org about creating an Adobe Air application using JavaScript, HTML and CSS. This is a great way for web developers who don't know much or don't care about Flash to get started. I'd like to push this further by creating a desktop app that can also live on the web. Maybe even communicate with the desktop version. You can check out Snook's article ...

Tips to Build PHP Web App in 66.5hrs

Here's a blog post about one guy building an full blown dating site called Mingle2 in 66.5 hours. I'm not sure how good the application is but the tips are pretty good.

YUI Theater

Checkout this post on the YUI blog about JavaScript videos in the YUI Theater. Its a great intro to the fundamentals of JavaScript and some more advanced topics if you check out the related videos also presented by Douglas Crockford.