<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Why I Like Spry</title>
	<atom:link href="http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/</link>
	<description>Music, Politics and Code</description>
	<pubDate>Fri, 25 Jul 2008 10:51:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ashwin</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-85</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Sun, 25 Nov 2007 23:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-85</guid>
		<description>Depends on what you want to achieve, Michael - I think Spry and the new ColdFusion 8 AJAX tags offer solutions for almost all needs a normal AJAX application will need. However, if you need to customize application behaviour in highly specialized ways (e.g., control particular animations, transparencies, etc.) then something like Dojo, Prototype, or MooTools might be a better choice.</description>
		<content:encoded><![CDATA[<p>Depends on what you want to achieve, Michael - I think Spry and the new ColdFusion 8 AJAX tags offer solutions for almost all needs a normal AJAX application will need. However, if you need to customize application behaviour in highly specialized ways (e.g., control particular animations, transparencies, etc.) then something like Dojo, Prototype, or MooTools might be a better choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-84</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sun, 25 Nov 2007 23:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-84</guid>
		<description>so now there is a dojo 1.0 and spry 1.6 do you still think it's a better method ?

 I am looking at both at the current time, Dojo seems to be a little more comprehensive but far more work to get the job done. Spry seems to be a little more straight forward. but I have only been looking at them for a week now.</description>
		<content:encoded><![CDATA[<p>so now there is a dojo 1.0 and spry 1.6 do you still think it&#8217;s a better method ?</p>
<p> I am looking at both at the current time, Dojo seems to be a little more comprehensive but far more work to get the job done. Spry seems to be a little more straight forward. but I have only been looking at them for a week now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashwin</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-83</link>
		<dc:creator>ashwin</dc:creator>
		<pubDate>Wed, 15 Nov 2006 05:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-83</guid>
		<description>I haven't tried that combination myself, Najier. You might want to check the &lt;a href="http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&#038;catid=602" rel="nofollow"&gt;Spry forums&lt;/a&gt; to see whether other people have gone that route.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried that combination myself, Najier. You might want to check the <a href="http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&#038;catid=602" rel="nofollow">Spry forums</a> to see whether other people have gone that route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Najier</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-82</link>
		<dc:creator>Najier</dc:creator>
		<pubDate>Tue, 14 Nov 2006 16:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-82</guid>
		<description>Do u have an example of how to use both Dojo and Spry together?</description>
		<content:encoded><![CDATA[<p>Do u have an example of how to use both Dojo and Spry together?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Camden</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-81</link>
		<dc:creator>Raymond Camden</dc:creator>
		<pubDate>Sun, 13 Aug 2006 19:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-81</guid>
		<description>Hey Sam, don't forget that in cf7, if you use returnType="xml", CF will NOT wddx-ify your result.</description>
		<content:encoded><![CDATA[<p>Hey Sam, don&#8217;t forget that in cf7, if you use returnType=&#8221;xml&#8221;, CF will NOT wddx-ify your result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashwin</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-80</link>
		<dc:creator>ashwin</dc:creator>
		<pubDate>Fri, 04 Aug 2006 09:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-80</guid>
		<description>Well said, Sam! As a workaround, you could use a CFM to generate your output, which would be a good deal easier and cleaner than constructing an output string inside a CFC - all you need to do is stick CFML inside and around your JSON/XML. If you really need output from a CFC, perhaps &lt;a target="_blank" href="http://www.coldspringframework.org/"&gt;ColdSpring&lt;/a&gt; is your friend; add an output formatter advice to your CFC functions that will turn your CFML types in XML/JSON.</description>
		<content:encoded><![CDATA[<p>Well said, Sam! As a workaround, you could use a CFM to generate your output, which would be a good deal easier and cleaner than constructing an output string inside a CFC - all you need to do is stick CFML inside and around your JSON/XML. If you really need output from a CFC, perhaps <a target="_blank" href="http://www.coldspringframework.org/">ColdSpring</a> is your friend; add an output formatter advice to your CFC functions that will turn your CFML types in XML/JSON.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Curren</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-79</link>
		<dc:creator>Sam Curren</dc:creator>
		<pubDate>Thu, 03 Aug 2006 15:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-79</guid>
		<description>I wish we had a way to specify returntype encoding for remote CFC calls. WDDX isn't bad, but a JSON option would be nice, or better yet, the ability to specify a function that does the output formatting, so that we could define our own XML formatting function, and then use it to format the output of many remote methods.</description>
		<content:encoded><![CDATA[<p>I wish we had a way to specify returntype encoding for remote CFC calls. WDDX isn&#8217;t bad, but a JSON option would be nice, or better yet, the ability to specify a function that does the output formatting, so that we could define our own XML formatting function, and then use it to format the output of many remote methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teddy R Payne</title>
		<link>http://blogs.sanmathi.org/ashwin/2006/08/03/why-i-like-spry/#comment-78</link>
		<dc:creator>Teddy R Payne</dc:creator>
		<pubDate>Thu, 03 Aug 2006 13:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.sanmathi.org/ashwin/?p=39#comment-78</guid>
		<description>Spry in a very simple approach is the ColdFusion for AJAX.  Spry is creating approachable AJAX code that will help bridge the gap between structure language people and the design communities.

Spry is an exciting opportunity to really get ColdFusion centric people into yet another avenue to create immersive web experiences.</description>
		<content:encoded><![CDATA[<p>Spry in a very simple approach is the ColdFusion for AJAX.  Spry is creating approachable AJAX code that will help bridge the gap between structure language people and the design communities.</p>
<p>Spry is an exciting opportunity to really get ColdFusion centric people into yet another avenue to create immersive web experiences.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
