A few days ago I blogged about the update to Spry. I've updated my demo. You can see two AJAX-ified Blog demos:
Demo 1 is the same as the last one. View source to see how the mark up has changed.
Demo 2 is a slightly more powerful demo. It lets you sort the results (although date sorting is broken now).
Also - both demos now call the CFC directly. Thanks to the tip from Mike Nimer, I'm now using a returnType of XML in my CFC files. I've packaged everything up into a zip. You can download the code by clicking the Download link below. I did not include the Spry JavaScript libraries however. You can download them from the site.
All in all - I continue to be extremely impressed with Spry.
Comment 1 written by Dan Sorensen on 12 June 2006, at 5:53 PM
Comment 2 written by Rob Gonda on 12 June 2006, at 7:14 PM
Comment 3 written by Raymond Camden on 12 June 2006, at 7:26 PM
Rob: Both work just fine for me.
Comment 4 written by Rob Gonda on 12 June 2006, at 10:27 PM
Cheers.
Comment 5 written by Brian on 20 September 2006, at 1:39 PM
I do have a question and maybe this is best served as a Jedi question. When you build up your xml string is there any reason to do it the way in this example over something like this?
<cfxml variable="mydoc">
<categories>
<cfoutput query="xml">
<category>
<foo1>#foo1#</foo1>
</category>
</cfoutput>
<categories>
</cfxml>
Comment 6 written by Raymond Camden on 20 September 2006, at 1:47 PM
Comment 7 written by Brian on 20 September 2006, at 2:03 PM
Comment 8 written by Raymond Camden on 20 September 2006, at 2:08 PM
Comment 9 written by Bob Flynn on 27 September 2007, at 4:17 PM
Your demo links appear to be broken.
Comment 10 written by Raymond Camden on 27 September 2007, at 5:23 PM
Comment 11 written by Bob Flynn on 28 September 2007, at 10:56 AM
Cheers,
B
Comment 12 written by Raymond Camden on 28 September 2007, at 10:58 AM
Comment 13 written by SEO Guy on 4 March 2009, at 10:04 PM
Comment 14 written by Raymond Camden on 5 March 2009, at 6:04 AM
[Add Comment] [Subscribe to Comments]