RSS

Dojo 0.9 released

0 Comments | This entry was posted on Jul 04 2007

Although still in beta, the Dojo Foundation has released v0.9.
http://dojotoolkit.org/2007/07/03/dojo-0-9-lands-softly

Noteworthy improvements:

Speed : Redundant, excessive and backwards-compatible code stripped.

Accessibility: Dijit, the widget system, adds more support for accessibility from keyboards, accommodation for screen readers, and high-contrast mode.

Theming: Digit is totally customizable. Per-page, per-node and per-widget level support is all CSS-based. See some examples .

Project Tracker - Apollo Application

0 Comments | This entry was posted on Jul 03 2007

Nifty and useful little Apollo-AIR-whatever you want to call it app.
http://www.withincode.com/ProjectTracker.air

Moock’s EAS3 Now Available

0 Comments | This entry was posted on Jul 03 2007

Colin Moock’s Essential Actionscript 3 is now available. You can order your copy here.

Script.aculo.us Effect.Tooltip

0 Comments | This entry was posted on Jul 03 2007

A pretty nice tooltip built on Script.aculo.us.
http://www.illustate.com/playground/scriptaculous/tooltip/

Example:
new Effect.Tooltip(element, content, {title : 'title', className: 'class', offset: {x:0, y:0}});

htsh: http shell

0 Comments | This entry was posted on Jul 02 2007

htsh is an http shell written with php and the jQuery javascript library. Very cool… Check out the demo

Firebug for iPhone

0 Comments | This entry was posted on Jul 02 2007

Firebug, one of the greatest extensions for Firefox ever (IMO), has been released for iPhone. Runs as a proxy so all of your debug messages can be sent to a slightly larger screen =). Read more here.

jQuery 1.1.3 Released

0 Comments | This entry was posted on Jul 02 2007

jQuery 1.1.3 has been released. It’s small, and faster than ever - 800+% faster!

1.1.3 Features:

  1. New Selectors (unicode, escape, inequality)
  2. Animation Improvements : Faster and smoother.
  3. New events system
  4. New effects system with test suite