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

Entries Tagged as 'Uncategorized'

Offline For A Few Days Due To Minor Emergency.

Posted by Don Albrecht

Hi everyone,  I won’t be posting much over the next few days.  I was burgled yesterday and lost my laptop workstation, development server,  personal archives and cable modem among other things.  I will be offline until after the holiday & my insurance settlement.

I hope to resume regular posting by monday, November 26th.

Dojo 1.0 has landed

Posted by Don Albrecht

Sitepen has announced the release of Dojo 1.0 (not RC).  It’s a major new platform for us to work with and features some incredible new capabilities.

  • ccessibility including keyboard navigation, low vision support, and ARIA markup for assistive technologies
  • High performance grid widget supporting 100,000+ rows of data
  • Browser-native 2-D and 3-D charting
  • A full library of easy-to-use, attractive UI controls
  • Universal data access for simple and fast data-driven widget development
  • Internationalization with localizations provided for 13 major languages
  • CSS-driven themes to make customization and extension simple
  • Dojo Offline, based on Google Gears, which makes offline applications easy to build
  • Support for the OpenAjax Alliance Hub 1.0 to guarantee interoperability with other toolkits
  • Native 2-D and 3-D vector graphics drawing
  • Access to many more widgets and extensions through the Dojo package system

 http://www.sitepen.com/blog/2007/11/05/announcing-dojo-10/

A Look Ahead at Script.aculo.us 1.8

Posted by Don Albrecht

Scriptaculous 1.8 is in beta and offers several remarkable new features:

  • Complete rewrite of Ajax.InPlaceEditor and Ajax.InPlaceCollectionEditor
  • Full CSS inheritance in Effect.Morph
  • New core effect: Effect.Tween
  • Sound: play mp3 files for sound effects; uses native playback on IE and available plugins

We’ll be looking at all of these in more depth soon.

Upcoming Javascript Carnival

Posted by Don Albrecht

Ajax Bestiary will be hosting a Blog Carnival titled “Getting It Done With Javascript”  next Monday, October 29th.

If you are interested in participating please submit your articles at BlogCarnival.com

Although, links back to Ajax Bestiary are appreciated, they are by no means necessary.

We Now Resume Our Regular Updates

Posted by Don Albrecht

I apologize for the rather low volume of posts over the past few days.  Some circumstances beyond my control kept me away from my writing.

We will now resume regular updates!

Blueprint CSS Framework

Posted by Don Albrecht
Frameworks can be a powerful tool when doing CSS layouts. They handle the type setting, give you tools to rapidly build cross platform layouts and generally remove a lot of the headaches that happen. Blueprint is one of the most powerful tools available to do grid based layouts as endorsed by Khoi Vinh.

How it works. Blueprint provides a basic 14 column layout grid with all styles reset. It also gives powerful support for an 18px baseline and several useful CSS tweaks.

The true power of Blueprint is the grid. It allows you to simply define blocks based on how many grid units they should occupy & then blueprint handles the rest. Blocks can be nested within each other which allows for the creation of extremely complex layouts without needing to resort to complex CSS hacks or overly baroque markup.

You can download Blueprint at http://code.google.com/p/blueprintcss/