Archive for the ‘Development’ Category:
Dojo 0.9 released
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
Nifty and useful little Apollo-AIR-whatever you want to call it app.
http://www.withincode.com/ProjectTracker.air
Moock’s EAS3 Now Available
Colin Moock’s Essential Actionscript 3 is now available. You can order your copy here.
Script.aculo.us Effect.Tooltip
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
htsh is an http shell written with php and the jQuery javascript library. Very cool… Check out the demo
Firebug for iPhone
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
jQuery 1.1.3 has been released. It’s small, and faster than ever - 800+% faster!
1.1.3 Features:
- New Selectors (unicode, escape, inequality)
- Animation Improvements : Faster and smoother.
- New events system
- New effects system with test suite
