Tag Archive for 'Safari'

AIR 2 runtime and SDK beta released

Adobe released a beta of AIR 2.

New Features in AIR 2

Continue reading ‘AIR 2 runtime and SDK beta released’

ExtJS 3.1 released

The Ext team has released ExtJS version 3.1.

Ext JS is a cross-browser JavaScript library for building rich internet applications.

Release notes

Continue reading ‘ExtJS 3.1 released’

Dojo 1.4 released

Dojo Toolkit 1.4 has been released.

Dojo is an Open Source DHTML toolkit written in JavaScript.

Browser support:

  • Firefox 2 support dropped. Firefox V3 and V3.5 supported.
  • Latest Safari (Safari v4) and latest Chrome (Chrome v3) supported, but not previous versions.
  • IE6, IE7, IE8 all supported.
  • Latest Opera (Opera v10) (Dojo core only).
  • Keyboard now supported in all supported browsers (previously it didn’t work on Safari and on Chrome)

Key updates mentioned are:

  • IO Pipeline topics
  • dojo.cache
  • dojo.contentHandlers
  • dojo.hash with native HTML5 onhashchange event support where available
  • Traversal and manipulation for NodeLists (the return value for dojo.query)
  • dojo.ready (easier to type than dojo.addOnLoad)
  • Hundreds of refinements to the Dijit API and collection of Dijits, and a few new widgets in DojoX
  • DataChart widget and other improvements to charting
  • dojox.drawing lands!
  • Editor improvements and new plug-ins in both Dijit and DojoX
  • Grid is faster, and the EnhancedGrid lands!
  • ForestStoreModel for the TreeGrid
  • GFX improvements
  • dojox.jq, a very experimental module aimed at trying to match the jQuery API as close as possible, but using Dojo underneath
  • Dojo build system optionally supports the Google Closure Tools compiler
  • Significant speed improvements, especially in IE

Downloads can be found at http://www.dojotoolkit.org/downloads

Adobe AIR 2 beta released

Adobe released a beta of Adobe AIR.

New Features in AIR 2

Continue reading ‘Adobe AIR 2 beta released’

Raphaël 1.0 released

Raphaël 1.0 has been released.

Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web.
Raphaël uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy.
Raphaël currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.

Releasenotes are currently unavailable.

Download: http://github.com/DmitryBaranovskiy/raphael/blob/master/raphael-min.js?raw=true