LATEST POST: April 26

Ext JS License change and personal attacks

by Jack Slocum | 119 Comments »

It’s not right the amount of personal attacks I have been receiving lately. I have people questioning my ethics, business practices and saying we changed Ext JS to GPL v3 because my (and I quote) “greed for money came before your moral ethics”. This post will hopefully clarify my personal stand on all this.

Vista Gadget with Ext JS

February 15, 2008 by Jack Slocum | 23 Comments »

A while back in the Ext forums I mentioned a Forum Gadget I was working on for Windows Vista created with Ext 2.0. The gadget gives the ability to monitor the Ext JS forums (all posts or by individual forum), perform fast searches and supports both docked and undocked mode.

Ext 2.0 API Docs on AIR

February 14, 2008 by Jack Slocum | 32 Comments »

I have been asked quite a few times recently about how difficult it is to take an existing Ext JS application and convert it to Adobe AIR. My answer - theoretically it should be pretty easy if you aren’t using any AIR specific features. However, I thought I would see for myself, using the soon to be available Ext AIR adapter that allows Ext JS to run in the AIR application sandbox.

IDEs and tools for Ext JS 2.0

February 7, 2008 by Jack Slocum | 23 Comments »

The Ext 2.0 API is very extensive and remembering all of the functions, properties or configs available is virtually impossible. The API documentation is very thorough, but it would be nice if IDEs would provide code assist options in JavaScript as they do in other languages such as Java and C#. Luckily, there are some IDEs and plugins available that do just that — and also have direct support for Ext 2.0.

Ext v1.1 Released

August 1, 2007 by Jack Slocum | 17 Comments »

The Ext team is proud to announce the immediate availability of Ext v1.1 for download. The 1.1 version includes the new stand-alone version of Ext, a lightweight HTML editor, a new Ext.Ajax utility class, enhancements to DateField and DatePicker, expanded documentation and bug fixes.

CSS Selectors - Speed Myths

July 10, 2007 by Jack Slocum | 8 Comments »

On of the things updated in Ext 1.1 RC1 was DomQuery, the CSS selector implementation in Ext. There seems to be a trend sweeping through all of the popular JavaScript libraries of implementing or improving existing DOM querying using CSS selectors. In fact, since my original post with querying benchmarks for the various selector implementations, overall selector processing power has gone from Pinto power to a Mustang GT 500.

Building a desktop application with Ext, AIR, Aptana and Red Bull

June 29, 2007 by Jack Slocum | 30 Comments »

Ext JS is an excellent framework for building web applications that have desktop like functionality in a web browser. But what if you could take your JavaScript powered application and run on the desktop like any other native application? The launch of Adobe AIR (formerly Apollo) has made this not only a reality, but extremely easy. Armed with early access Ext 2.0, Aptana IDE and a 4 pack of Red Bull  I set out to build my first AIR application.