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

Entries Tagged as 'Uncategorized'

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/