Sunday, May 20, 2012    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< May 2006 >>
S M T W T F S
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Search

Categories
 • Acrobat (5) [RSS]
 • Adobe (117) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (34) [RSS]
 • AdobeMAX11 (28) [RSS]
 • AdobeMAX13 (1) [RSS]
 • AIR (299) [RSS]
 • Appearances (217) [RSS]
 • Books (86) [RSS]
 • CFEclipse (15) [RSS]
 • Cloud (1) [RSS]
 • ColdFusion (1482) [RSS]
 • ColdFusion Builder (23) [RSS]
 • Data Services (43) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (368) [RSS]
 • Flex (565) [RSS]
 • Home Automation (5) [RSS]
 • HTML5 (35) [RSS]
 • JavaScript (3) [RSS]
 • Jobs (133) [RSS]
 • jQuery (15) [RSS]
 • JRun (14) [RSS]
 • Labs (63) [RSS]
 • LiveCycle (37) [RSS]
 • MAX (285) [RSS]
 • Mobile (257) [RSS]
 • PhoneGap (17) [RSS]
 • Regular Expressions (19) [RSS]
 • RIA (21) [RSS]
 • SQL (45) [RSS]
 • Stuff (554) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (167) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
May 10, 2006

Spry Ajax Library Available On Labs

Spry is a JavaScript framework for creating Ajax applications, a library that makes it easy to incorporate XML data into HTML pages using HTML, CSS, and JavaScript.

Want to learn more? Paul Gubbay has written an introduction to Spry. Spry examples are posted on Labs. And you can download Spry from Labs.

Comments
Ben: I'm somewhat interested personally, but I'm betting Adobe will take a beating from the web standards folks over this.

@spryrepeat? @spryregion? Yikes! People who care about valid HTML are gonna run far and fast. And throw rocks once they're at a safe distance. :)
# Posted By Roger Benningfield | 5/11/06 12:47 AM
I'm not worried about it. Honestly, I think web standards are far too over emphasized to the point where it makes the internet become impractical...Having functionality like this is far more important to me than if I get a W3C Complaint sticker, oh boy!
# Posted By Derek P. | 5/11/06 1:21 AM
Practical? That's what "web standards" are all about, making the web practical for _everyone_. In fact, Spry uses three of them, HTML, CSS and JavaScript.

Now, accessibility is a different issue and exactly how you cater to non-Javascript enabled user-agents will depend on your application, intended audience and legal requirements.
# Posted By Ben Bishop | 5/11/06 2:26 AM
Ben -

I like the XSLT framework, but its code doesn't seem to have a open source license.
# Posted By Patrick Whittingham | 5/11/06 7:20 AM
This is probably the most impressive AJAX framework I have ever seen. The sick thing is that it reads like ColdFusion code.
# Posted By tony petruzzi | 5/11/06 10:09 AM
Tony... envy will make you sick! (Sorry you don't get to use ColdFusion enough to delight in it!)

Ben,

I like another reader would like to know how the lisc. on this library is going to run. Will this be an open community project or what?
# Posted By John Farrar | 5/11/06 11:24 AM
John and Patrick, I'll see what I can find out.

--- Ben
# Posted By Ben Forta | 5/11/06 10:08 PM
Is this part of the future for CF? If it is that is great... if they build it extensible. So far when technology is ingrained into the CF interface it is fixed features. Letting us modify the experience of features like this (truly open source on this type of thing) is the way to go.
# Posted By John Farrar | 5/19/06 11:00 AM
Is there a way to make spy look at an asp page instead of an xml page in the attribute:

var dsEmployees = new Spry.Data.XMLDataSet("emp.xml", "employees/employee");

I would like to have an asp page dynamically create the xml based on a query at runtime and use

var dsEmployees = new Spry.Data.XMLDataSet("emp.asp", "employees/employee");

I tried this but my test page won't read teh asp page even though it is identical to the xml page.

Thanks -
# Posted By chris | 5/22/06 9:33 AM
Ignore previous post - but I do have another question. Can you sort numeric data? I looks like sort() method supports a string only.
# Posted By Chris | 5/22/06 10:51 AM

  © Copyright 1997-2009 Ben Forta, All Rights Reserved