<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ajax Bestiary &#187; Release</title>
	<atom:link href="http://www.ajaxbestiary.com/tag/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxbestiary.com</link>
	<description>AJAX Development, News, Techniques &#38; More</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:46:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why I&#8217;m Excited about SproutCore 2.0</title>
		<link>http://www.ajaxbestiary.com/2011/05/31/why-im-excited-about-sproutcore-2-0/</link>
		<comments>http://www.ajaxbestiary.com/2011/05/31/why-im-excited-about-sproutcore-2-0/#comments</comments>
		<pubDate>Tue, 31 May 2011 11:39:33 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SproutCore]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/?p=404</guid>
		<description><![CDATA[If you&#8217;ve never seen it, SproutCore is a gorgeous framework for developing desktop style apps with rich user experiences and a robust data model. In particular, the apps it produces are pretty gorgeous, especially in comparison to what would be created from a default dojo or ext.js approach. Unfortunately, this like the other desktop app [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>If you&#8217;ve never seen it, SproutCore is a gorgeous framework for developing desktop style apps with rich user experiences and a robust data model.</p>
<p>In particular, the apps it produces are pretty gorgeous, especially in comparison to what would be created from a default dojo or ext.js approach.</p>
<p>Unfortunately, this like the other desktop app style frameworks, was incredibly limiting for those of us looking to build rich web experiences that resemble traditional web content instead of recreating the desktop app experience on the web.  A great example of this is the difference between Google&#8217;s search app and gmail.  While the two applications are both rich and complex user experiences, Google Search is definitely more &#8220;web like&#8221; in its user experience.</p>
<p>SproutCore 2.0 is really making an effort to support the &#8220;web like&#8221; style of rich web development.  Something much more conducive to the more &#8220;web like&#8221; user experience needed for most consumer facing web apps.  From the developer release announcement:</p>
<blockquote><p>Today we’re announcing SproutCore 2.0: a rebuilt SproutCore, designed  from the ground up to support every kind of web application. SproutCore  2.0 is highly modular and decoupled, allowing you just to opt in to the  features you need.</p></blockquote>
<p>By removing the need to opt into SproutCore&#8217;s view layer, you gain an ability to do complex data driven web front end with a lighter weight view perfect for a significantly greater number of projects.</p>
<p>Read the full announcment here:</p>
<p><a title="http://blog.sproutcore.com/announcing-sproutcore-2-0/" href="http://blog.sproutcore.com/announcing-sproutcore-2-0/">http://blog.sproutcore.com/announcing-sproutcore-2-0/</a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2011/05/31/why-im-excited-about-sproutcore-2-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DOMAssistant 2.7 Has Landed</title>
		<link>http://www.ajaxbestiary.com/2008/04/09/domassistant-27-has-landed/</link>
		<comments>http://www.ajaxbestiary.com/2008/04/09/domassistant-27-has-landed/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 13:45:19 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DOMAssistant]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/?p=319</guid>
		<description><![CDATA[DOMAssitant 2.7 is a solid improvement to the DOMAssistant framework with a clear focus on CSS. New functions: cssSelect AJAX setStyle setErrorHandling first Other Improvements Dramatic Improvements to the CSS Selector performance: I personally consider CSS selectors the most important feature of a framework so the dramatic improvements really help sell me the benefits of [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>DOMAssitant 2.7 is a solid improvement to the DOMAssistant framework with a clear focus on CSS.</p>
<p><strong>New functions:</strong></p>
<ul>
<li><a href="http://www.domassistant.com/documentation/DOMAssistantCore-module.php#cssSelect"><code>cssSelect</code></a></li>
<li><a href="http://www.domassistant.com/documentation/DOMAssistantAJAX-module.php#ajax"><code><acronym title="Asynchronous Javascript and XML">AJAX</acronym></code></a></li>
<li><a href="http://www.domassistant.com/documentation/DOMAssistantCSS-module.php#setStyle"><code>setStyle</code></a></li>
<li><a href="http://www.domassistant.com/documentation/DOMAssistantLoad-module.php#setErrorHandling"><code>setErrorHandling</code></a></li>
<li><a href="http://www.domassistant.com/documentation/DOMAssistantCore-module.php#first"><code>first</code></a></li>
</ul>
<h2>Other Improvements</h2>
<ul>
<li>Dramatic Improvements to the CSS Selector performance: I personally consider CSS selectors the most important feature of a framework so the dramatic improvements really help sell me the benefits of the 2.7 release.</li>
<li>Unicode Support.  This can be a really big one for a variety of reasons.  Personally, I think it should be built into all frameworks from day one (It is built into javascript after all).</li>
</ul>
<p>You can find out more about the new release here:</p>
<p><a href="http://www.robertnyman.com/2008/04/09/domassistant-27-released-better-faster-slimmer-new-features/">http://www.robertnyman.com/2008/04/09/domassistant-27-released-better-faster-slimmer-new-features/</a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2008/04/09/domassistant-27-has-landed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meet Base2, A Javascript Reset from Dean Edwards</title>
		<link>http://www.ajaxbestiary.com/2007/12/21/meet-base2-a-javascript-reset-from-dean-edwards/</link>
		<comments>http://www.ajaxbestiary.com/2007/12/21/meet-base2-a-javascript-reset-from-dean-edwards/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:08:05 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Misc Toolkits]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[base2]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/21/meet-base2-a-javascript-reset-from-dean-edwards/</guid>
		<description><![CDATA[Base2 is exactly what the title says,  Unlike the major libraries that strive to enhance javascript with shiny new features, Base2 strives to achieve a clean, browser independent execution environment.  In many ways base2 does for javascript what Blueprint, Tripoli et al. do for CSS. Key Features: Inconsistent enumeration across platforms instanceof doesn’t always work [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Base2 is exactly what the title says,  Unlike the major libraries that strive to enhance javascript with shiny new features, Base2 strives to achieve a clean, browser independent execution environment.  In many ways base2 does for javascript what Blueprint, Tripoli et al. do for CSS.</p>
<p>Key Features:</p>
<ul>
<li>Inconsistent enumeration across platforms</li>
<li><code>instanceof</code> <a href="http://bigdingus.com/2007/12/08/just-what-is-this-javascript-object-you-handed-me/">doesn’t always work</a></li>
<li><code>typeof</code> is inconsistent (RegExps identify as type “function” in Mozilla browsers)</li>
<li>Consistent object/platform detection</li>
<li>Other various bugs</li>
</ul>
<p>And the sugar:</p>
<ul>
<li>A <a href="http://dean.edwards.name/weblog/2006/03/base/">mechanism for inheritance</a></li>
<li>A <a href="http://wiki.ecmascript.org/doku.php?id=proposals:dictionary">decent hash object</a></li>
<li><a href="http://developer.mozilla.org/en/docs/New_in_JavaScript_1.6#Array_and_String_generics">Array and String generics</a></li>
<li><a href="http://developer.mozilla.org/en/docs/New_in_JavaScript_1.6#Array_extras">Array extras</a></li>
<li>Support for <a href="http://wiki.ecmascript.org/doku.php?id=proposals:date_and_time#iso_date_strings">ISO date parsing</a></li>
</ul>
<p>Playing with the library, it really is a breath of fresh air in many respects.  It&#8217;s lightweight (20kb compessed &amp; 6kb) gziped and loaded with features that make day to day javascript development faster and easier.  Most importantly, it raises the bar for all browsers by providing Javascript 1.6 features to browsers other than Firefox.</p>
<p>You can get it online at</p>
<p><a href="http://code.google.com/p/base2/">http://code.google.com/p/base2/ </a></p>
<p>and there&#8217;s an excellent introduction at</p>
<p><a href="http://dean.edwards.name/weblog/2007/12/base2-intro/">http://dean.edwards.name/weblog/2007/12/base2-intro/ </a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/12/21/meet-base2-a-javascript-reset-from-dean-edwards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing SilkSprite 2.0 Same Great Icons, 46% less Bandwidth</title>
		<link>http://www.ajaxbestiary.com/2007/12/17/introducing-silksprite-20-same-great-icons-46-less-bandwidth/</link>
		<comments>http://www.ajaxbestiary.com/2007/12/17/introducing-silksprite-20-same-great-icons-46-less-bandwidth/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:44:09 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SilkSprite]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/17/introducing-silksprite-20-same-great-icons-46-less-bandwidth/</guid>
		<description><![CDATA[Today I&#8217;m pleased to announce the release of SilkSprite 2.0.  Everything about SilkSprite stays the same but the decompressed file size drops by an astounding 46%. Key Improvements 11% decrease in size for sprite.css 50% decrease in size for sprites.png My special thanks go out to Andrew France for achieving such amazing compression of the [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Today I&#8217;m pleased to announce the release of SilkSprite 2.0.  Everything about SilkSprite stays the same but the decompressed file size drops by an astounding 46%.</p>
<p><strong>Key Improvements </strong></p>
<ul>
<li>11% decrease in size for sprite.css</li>
<li>50% decrease in size for sprites.png</li>
</ul>
<p>My special thanks go out to <a href="http://avito.co.uk/">Andrew France</a> for achieving such amazing compression of the png file.</p>
<p>You can find the new version here:</p>
<p><a href="http://www.ajaxbestiary.com/Labs/SilkSprite/">http://www.ajaxbestiary.com/Labs/SilkSprite/ </a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/12/17/introducing-silksprite-20-same-great-icons-46-less-bandwidth/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flot 0.2 Released</title>
		<link>http://www.ajaxbestiary.com/2007/12/08/flot-02-released/</link>
		<comments>http://www.ajaxbestiary.com/2007/12/08/flot-02-released/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 04:19:06 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[charting]]></category>
		<category><![CDATA[Flot]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/08/flot-02-released/</guid>
		<description><![CDATA[Ole Larson has released a new version of Flot: Key Changes Added support for putting a background behind the default legend. The default is the partly transparent background color. Added backgroundColor and backgroundOpacity to the legend options to control this. The ticks options can now be a callback function that takes one parameter, an object [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Ole Larson has released a new version of Flot:<br />
<strong>Key Changes</strong></p>
<ul>
<li>Added support for putting a background behind the default legend.<br />
The default is the partly transparent background color. Added<br />
backgroundColor and backgroundOpacity to the legend options to control<br />
this.</li>
<li>The ticks options can now be a callback function that takes one<br />
parameter, an object with the attributes min and max. The function<br />
should return a ticks array.</li>
<li>Added labelFormatter option in legend, useful for turning the legend<br />
labels into links.</li>
<li>Fixed a couple of bugs.</li>
<li>The API should now be fully documented.</li>
<li>Patch from Guy Fraser to make parts of the code smaller.</li>
<li>API changes: Moved labelMargin option to grid from x/yaxis.</li>
</ul>
<p>Most notably, the new packaging includes the modified excanvas script in the zip download to greatly simplify deploying with IE support.</p>
<p>Read about it here:</p>
<p><a href="http://ole-laursen.blogspot.com/2007/12/flot-02-released.html">http://ole-laursen.blogspot.com/2007/12/flot-02-released.html </a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/12/08/flot-02-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI 2.4 has landed</title>
		<link>http://www.ajaxbestiary.com/2007/12/05/yui-24-has-landed/</link>
		<comments>http://www.ajaxbestiary.com/2007/12/05/yui-24-has-landed/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 15:59:44 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[YUI]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/05/yui-24-has-landed/</guid>
		<description><![CDATA[YUI has announced a major new release with the  immediate availability of YUI 2.4. Key Features: Selector Utility: Following in the footsteps of most other toolkits, YUI now includes a CSS Selector.  This beta component includes much of the standard CSS3 selector syntax including the proposed Selector extensions. Charting: Using a hybrid Flash / Javascript [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>YUI has announced a major new release with the  immediate availability of YUI 2.4.</p>
<p><strong>Key Features:</strong></p>
<ul>
<li><strong>Selector Utility:</strong> Following in the footsteps of most other toolkits, YUI now includes a CSS Selector.  This beta component includes much of the standard CSS3 selector syntax including the proposed Selector extensions.</li>
<li><strong>Charting: </strong>Using a hybrid Flash / Javascript model, a new charting component has been released with support for bar, line and pie charts.  Of special note is the fact that the charting utility utilizes the same data model as the data table implementation allowing hybrid chart / table interfaces.</li>
<li><strong>Get:</strong> dynamically load scripts and nodes via the new Get tools.</li>
<li><strong>Profiler:</strong> This combined with YUI Test will allow you to quickly and efficiently determine profiles and unit tests.  Most notably, profiler allows unit tests based on performance to be performed.</li>
<li><strong>JSON Utility:</strong> dramatically improved JSON support.</li>
</ul>
<p>Behind the scenes:</p>
<p>Incremental improvments to: Calendar, Drag &amp; Drop &amp; Button controls.</p>
<p>Dramatic enhancements &amp; customization support added to the Rich Text Editor:</p>
<p>Read about the release here:</p>
<p><a href="http://yuiblog.com/blog/2007/12/04/yuii-240/">http://yuiblog.com/blog/2007/12/04/yuii-240/</a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/12/05/yui-24-has-landed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS 2.0 Released</title>
		<link>http://www.ajaxbestiary.com/2007/12/04/extjs-20-released/</link>
		<comments>http://www.ajaxbestiary.com/2007/12/04/extjs-20-released/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 15:01:47 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[extjs]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/12/04/extjs-20-released/</guid>
		<description><![CDATA[It&#8217;s official, ExtJS 2.0 has landed.  ExtJS is one of the best toolkits out there for achieving ajax applications that rival desktop applications in interface richness.  Some of the new features in 2.0.  Grouping &#38; Group Summary fields: Allows you to group related grid items and create summary rows.  Data sorts within each group set [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>It&#8217;s official, ExtJS 2.0 has landed.  ExtJS is one of the best toolkits out there for achieving ajax applications that rival desktop applications in interface richness.  Some of the new features in 2.0.
<ul>
<li> Grouping &amp; Group Summary fields: Allows you to group related grid items and create summary rows.  Data sorts within each group set instead of across the grid.</li>
<li>Scrolling tabs: You can now optimize screen Real Estate by allowing tabs to scroll off the tab par (Ala firefox)</li>
<li>Anchor Layouts: Tack the dimensions of form elements to their parent container.</li>
<li>Column Tree: The best of both worlds, integrate the powerful extjs grid &amp; tree widgets</li>
</ul>
<p>I should also point out that ExtJS continues its tradition of excellent documentation with a new API documentation center and rich set of demo applications to work from.   Check out ExtJS 2.0 here:<a href="http://extjs.com/blog/2007/12/04/ext-20-final-released/">http://extjs.com/blog/2007/12/04/ext-20-final-released/</a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/12/04/extjs-20-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coda Slider 1.1.1 Has Landed</title>
		<link>http://www.ajaxbestiary.com/2007/11/29/coda-slider-111-has-landed/</link>
		<comments>http://www.ajaxbestiary.com/2007/11/29/coda-slider-111-has-landed/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 16:01:24 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[CodaSlider]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/29/coda-slider-111-has-landed/</guid>
		<description><![CDATA[Niall Doherty just released a minor update to the powerful &#38; sexy jQuery CodaSlider widget. The version 1.1.1 release increases the visual styling capabilities of the widget by adding more css support. Not a major update, but the drop in nature and dramatically increased styling ability make this an obvious addition to any projects currently [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p> <img src="http://www.ajaxbestiary.com/wp-content/uploads/2007/11/coda111.png" alt="Coda 1.1.1" /></p>
<p>Niall Doherty just released a minor update to the powerful &amp; sexy jQuery CodaSlider widget.  The version 1.1.1 release increases the visual styling capabilities of the widget by adding more css support.</p>
<p>Not a major update, but the drop in nature and dramatically increased styling ability make this an obvious addition to any projects currently using the widget.</p>
<p>Get it at <a href="http://www.ndoherty.com/blog/2007/11/28/a-quick-update-to-coda-slider-unique-classes-for-navigation-tabs/">ndoherty.com</a>:</p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/11/29/coda-slider-111-has-landed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmartClient is going Open Source</title>
		<link>http://www.ajaxbestiary.com/2007/11/08/smartclient-is-going-open-source/</link>
		<comments>http://www.ajaxbestiary.com/2007/11/08/smartclient-is-going-open-source/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 13:29:45 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Misc Toolkits]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[DataBinding]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[SmartClient]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/08/smartclient-is-going-open-source/</guid>
		<description><![CDATA[The SmartClient library is based on databinding &#38; presentation widgets (Similar to Spry).&#160; And is being released as an OpenSource LGPL product.&#160; The LGPL Version is feature complete for client side development but lacks the presentation server &#38; visual IDE included in the full premium version. Check it out online&#160; here: http://www.smartclient.com/product/download.jsp]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><a href="http://www.ajaxbestiary.com/wp-content/uploads/2007/11/smartclient.jpg"><img style="border-right: 0px; border-top: 0px; margin: 18px 20px 18px 0px; border-left: 0px; border-bottom: 0px" height="64" alt="smartclient" src="http://www.ajaxbestiary.com/wp-content/uploads/2007/11/smartclient-thumb.jpg" width="247" border="0"></a> The SmartClient library is based on databinding &amp; presentation widgets (Similar to Spry).&nbsp; And is being released as an OpenSource LGPL product.&nbsp; </p>
<p>The LGPL Version is feature complete for client side development but lacks the presentation server &amp; visual IDE included in the full premium version.</p>
<p>Check it out online&nbsp; here:</p>
<p><a title="http://www.smartclient.com/product/download.jsp" href="http://www.smartclient.com/product/download.jsp">http://www.smartclient.com/product/download.jsp</a></p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/11/08/smartclient-is-going-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype 1.6 &amp; Scriptaculous 1.8 Have Landed</title>
		<link>http://www.ajaxbestiary.com/2007/11/08/prototype-16-scriptaculous-18-have-landed/</link>
		<comments>http://www.ajaxbestiary.com/2007/11/08/prototype-16-scriptaculous-18-have-landed/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 13:24:03 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/11/08/prototype-16-scriptaculous-18-have-landed/</guid>
		<description><![CDATA[Prototype 1.6 has landed and is available here Prototype 1.6 final Scriptaculous 1.8 (based on prototype 1.6) is available here script.aculo.us 1.8 final Both releases help to dramatically simplify the task of writing AJAX applications.]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Prototype 1.6 has landed and is available here <a title="Prototype 1.6 final" href="http://prototypejs.org/2007/11/7/prototype-1-6-0-script-aculo-us-1-8-0-and-the-bungee-book-now-available">Prototype 1.6 final</a></p>
<p>Scriptaculous 1.8 (based on prototype 1.6) is available here <a title="script.aculo.us 1.8 final" href="http://mir.aculo.us/2007/11/7/script-aculo-us-1-8-prototype-1-6-and-the-book-released">script.aculo.us 1.8 final</a></p>
<p>Both releases help to dramatically simplify the task of writing AJAX applications.</p>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/11/08/prototype-16-scriptaculous-18-have-landed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

