Ajax Bestiary: A Javascript Field Guide
 
Ajax Bestiary: A Javascript Field Guide
 
 

ExtJS 2.0 Released

Posted by Don Albrecht

It’s official, ExtJS 2.0 has landed.  ExtJS is one of the best toolkits out there for achieving ajax applications that rival desktop applications in interface richness.  Some of the new features in 2.0.

  •  Grouping & Group Summary fields: Allows you to group related grid items and create summary rows.  Data sorts within each group set instead of across the grid.
  • Scrolling tabs: You can now optimize screen Real Estate by allowing tabs to scroll off the tab par (Ala firefox)
  • Anchor Layouts: Tack the dimensions of form elements to their parent container.
  • Column Tree: The best of both worlds, integrate the powerful extjs grid & tree widgets

I should also point out that ExtJS continues its tradition of excellent documentation with a new API documentation center and rich set of demo applications to work from.   Check out ExtJS 2.0 here:http://extjs.com/blog/2007/12/04/ext-20-final-released/

ExtJS in Action: The ExtJS Wordpress Theme

Posted by Don Albrecht

Wordpress Ext

Here’s a great example of an ExtJS interface to a real application.  While Ext is much better suited to RIA’s and admin screens than a full blown website frontend.  This is an admirable and polished attempt to build an interface to a well known tool using a powerful Javascript framework.  It’s also a great thing to disect and understand.

Find the Theme Here: http://extjswordpress.net/ 

Via   Weblog Tools Collection