<?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; Toolkit Profile</title>
	<atom:link href="http://www.ajaxbestiary.com/tag/toolkit-profile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxbestiary.com</link>
	<description>AJAX Development, News, Techniques &#38; More</description>
	<lastBuildDate>Sat, 19 Jun 2010 13:43:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why WebRunner Should Be On Your Radar.</title>
		<link>http://www.ajaxbestiary.com/2007/10/18/why-webrunner-should-be-on-your-radar/</link>
		<comments>http://www.ajaxbestiary.com/2007/10/18/why-webrunner-should-be-on-your-radar/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 16:20:27 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Desktop Integration]]></category>
		<category><![CDATA[Handy Scripts]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/10/18/why-webrunner-should-be-on-your-radar/</guid>
		<description><![CDATA[

What is WebRunner:
WebRunner is a simple XULRunner based browser that hosts web applications without the normal web browser user interface. WebRunner is based on a concept called Site Specific Browsers (SSB). An SSB is an application with an embedded browser designed to work exclusively with a single web application. It doesn’t have the menus, toolbars [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><strong>What is WebRunner:</strong></p>
<p>WebRunner is a simple XULRunner based browser that hosts web applications without the normal web browser user interface. WebRunner is based on a concept called Site Specific Browsers (SSB). An SSB is an application with an embedded browser designed to work exclusively with a single web application. It doesn’t have the menus, toolbars and accoutrement&#8217;s of a normal web browser. Some people have called it a &#8220;<a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/" class="external text" title="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/" rel="nofollow">distraction free browser</a>&#8221; because none of the typical browser chrome is used. An SSB also has a tighter integration with the OS and desktop than a typical web application running through a web browser. (From <a href="http://wiki.mozilla.org/WebRunner#Latest_version">Wiki.Mozilla.Org </a>)</p>
<p><strong>What This Means For You </strong></p>
<p>A webapp packaged with WebRunner looks and acts more like a native desktop application than a traditional web application.  It provides a streamlined deployment environment and allows you to dramatically reduce the visual noise a browser provides.</p>
<p><strong>Low Cost of Entry<br />
</strong></p>
<p>At a bare minimum, a WebRunner app is simply a file that describes the url of your web application and a few basic settings.  Your existing apps will port to the WebRunner environment without any changes at the server.</p>
<p><strong>Added Functionality </strong></p>
<p>Since a WebRunner app is executing in a known browser environment.  Many additional capabilities are available.  Using the XUL &amp; XBL capabilities of firefox, Applications can take advantage of the OS native widget set.  Firefox&#8217;s excellent native SVG support can be harnessed for powerful visuals &amp; the relaxed security environment can allow for greater integration between the web application and client desktop.</p>
<p>Read More:</p>
<ul>
<li>L<a href="http://lifehacker.com/software/featured-download/access-webapps-in-a-distraction+free-browser-with-webrunner-306444.php">ifeHacker Article<br />
</a></li>
<li><a href="http://starkravingfinkle.org/blog/2007/06/webrunner-gears-offline-desktop-reader/">WebRunner + Google Gears</a></li>
</ul>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/10/18/why-webrunner-should-be-on-your-radar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Milescript:  Compiled, Strongly Typed Javascript</title>
		<link>http://www.ajaxbestiary.com/2007/10/12/milescript-compiled-strongly-typed-javascript/</link>
		<comments>http://www.ajaxbestiary.com/2007/10/12/milescript-compiled-strongly-typed-javascript/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 14:34:38 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[milescript]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/10/12/milescript-compiled-strongly-typed-javascript/</guid>
		<description><![CDATA[


Milescript is really two things.

A compiler that takes a strongly-typed variation of ECMA script and reduces it to cross-browser ECMAscript
A CrossBrowser Utility Library (LibDom)

While I strongly applaud the effort to overcome the shortcomings of javascript with a higher level language / compiler system, I don&#8217;t find any immediate utility in the current incarnation of the [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><img src="http://www.ajaxbestiary.com/wp-content/uploads/2007/10/milescriptlogocropped.thumbnail.png" alt="Milescript Logo" /></p>
<p>Milescript is really two things.</p>
<ol>
<li>A compiler that takes a strongly-typed variation of ECMA script and reduces it to cross-browser ECMAscript</li>
<li>A CrossBrowser Utility Library (LibDom)</li>
</ol>
<p>While I strongly applaud the effort to overcome the shortcomings of javascript with a higher level language / compiler system, I don&#8217;t find any immediate utility in the current incarnation of the software for a few reasons:</p>
<ul>
<li>The compiler is cumbersome and doesn&#8217;t integrate with existing IDE technologies.</li>
<li>There is no debugger for the pre-compiled code.</li>
<li>IDE&#8217;s aren&#8217;t yet aware of the unique restrictions on the code which reduces their usefulness</li>
<li>LibDom isn&#8217;t as robust as existing javascript toolkits.</li>
</ul>
<p>That said:  I really do admire a lot of what&#8217;s been accomplished with this software and hope that as more powerful tools are released in the future, it becomes an increasingly more valuable platform for robust AJAX development.</p>
<p>Check it out online here:</p>
<p><a href="http://milescript.org/">http://milescript.org/ </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/10/12/milescript-compiled-strongly-typed-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roll Your Own JS Framework: Is It Necessary?</title>
		<link>http://www.ajaxbestiary.com/2007/10/08/roll-your-own-js-framework-is-it-necessary/</link>
		<comments>http://www.ajaxbestiary.com/2007/10/08/roll-your-own-js-framework-is-it-necessary/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 15:47:04 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/10/08/roll-your-own-js-framework-is-it-necessary/</guid>
		<description><![CDATA[

Dustin Diaz recently posted about Rolling out your own javascript interface in his blog.
http://www.dustindiaz.com/roll-out-your-own-interface/ 
While his code is nice and clean and it does provide what he was hoping to achieve:
There are times when using a JavaScript library is called for. Building large web applications that use a wide array of utility functions that help aid [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>Dustin Diaz recently posted about Rolling out your own javascript interface in his blog.</p>
<p><a href="http://www.dustindiaz.com/roll-out-your-own-interface/">http://www.dustindiaz.com/roll-out-your-own-interface/ </a></p>
<p>While his code is nice and clean and it does provide what he was hoping to achieve:</p>
<blockquote><p>There are times when using a JavaScript library is called for. Building large web applications that use a wide array of utility functions that help aid in developing multi-tiered class systems, advanced UI components, complex event models, and heavy use of DOM scripting helpers. Yep. Those are all great.<br />
However, there are other times when you don’t need all that. And often what we end up doing is just importing a few of our favorite functions as globals, and work off those. But what ends up happening in this case is that we lose the particular style that these libraries offer.</p></blockquote>
<p>In essence, he&#8217;s offering a light weight solution to the fundamental issue persistent to all javascript development: (&#8220;javascript sucks&#8221;). His solution is to coble together a light weight version of prototype containing only what he needs.</p>
<p>My questions are three fold:</p>
<ol>
<li>Is rolling your own framework worth it? The new generation of code profilers for the various toolkits can dramatically decrease download size and focus on the functionality needed.</li>
<li>Is there sufficient demand for a new ultra light weight toolkit to address these issues?</li>
<li>Why not use full toolkits:  Many of them are small enough in compressed form not to make a noticeable difference in load times.</li>
</ol>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/10/08/roll-your-own-js-framework-is-it-necessary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Ready for jQuery UI</title>
		<link>http://www.ajaxbestiary.com/2007/09/11/get-ready-for-jquery-ui/</link>
		<comments>http://www.ajaxbestiary.com/2007/09/11/get-ready-for-jquery-ui/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 16:24:02 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Toolkit Profile]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/09/11/get-ready-for-jquery-ui/</guid>
		<description><![CDATA[

The new jQuery UI will be landing on Sunday, September 16th.  This will provide a powerful new set of widget tools to the jQuery toolkit.

What to Expect:

Draggables
Droppables
Resizables
Shadows
Sliders
Sortables
Tabs
Accordions
Selectables
Trees
Modals

Coverage and tutorials of the new features will be published next week.  In the meantime, check out the latest jQuery 1.2


]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>The new jQuery UI will be landing on Sunday, September 16th.  This will provide a powerful new set of widget tools to the jQuery toolkit.</p>
<p><img src="http://www.ajaxbestiary.com/wp-content/uploads/2007/09/jqueryuitease.png" title="jQuery UI Preview" alt="jQuery UI Preview" class="middle" /></p>
<p>What to Expect:</p>
<ul>
<li>Draggables</li>
<li>Droppables</li>
<li>Resizables</li>
<li>Shadows</li>
<li>Sliders</li>
<li>Sortables</li>
<li>Tabs</li>
<li>Accordions</li>
<li>Selectables</li>
<li>Trees</li>
<li>Modals</li>
</ul>
<p>Coverage and tutorials of the new features will be published next week.  In the meantime, check out the latest <a href="http://www.ajaxbestiary.com/2007/09/11/jquery-12-released/">jQuery 1.2</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/09/11/get-ready-for-jquery-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery 1.2 Released</title>
		<link>http://www.ajaxbestiary.com/2007/09/11/jquery-12-released/</link>
		<comments>http://www.ajaxbestiary.com/2007/09/11/jquery-12-released/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 16:17:38 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.ajaxbestiary.com/2007/09/11/jquery-12-released/</guid>
		<description><![CDATA[

The JQuery Team just realesed JQuery 1.2.&#160; A major new revision to the JQuery toolkit.&#160; While there are many major revisions to the software.&#160; Some features have been removed, many others added or updated.
Some Key revisions include improvements to the ability to use custom namespaces &#38; queueing for animations.
Other New Features:


 Selectors

&#160;:has(selector)

&#160;:header

&#160;:animated

 XPath Selector Plugin



 [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>The JQuery Team just realesed JQuery 1.2.&nbsp; A major new revision to the JQuery toolkit.&nbsp; While there are many major revisions to the software.&nbsp; Some features have been removed, many others added or updated.</p>
<p>Some Key revisions include improvements to the ability to use custom namespaces &amp; queueing for animations.</p>
<p>Other New Features:</p>
<div style="margin: 0pt; float: left; width: 50%;">
<ul>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Selectors" title="Release:jQuery 1.2/Selectors">Selectors</a></b></p>
<ul>
<li>&nbsp;:has(selector)
</li>
<li>&nbsp;:header
</li>
<li>&nbsp;:animated
</li>
<li> XPath Selector Plugin
</li>
</ul>
</li>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Attributes" title="Release:jQuery 1.2/Attributes">Attributes</a></b>
<ul>
<li> .val() Overhaul
</li>
</ul>
</li>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Traversing" title="Release:jQuery 1.2/Traversing">Traversing</a></b>
<ul>
<li> .map()
</li>
<li> .prevAll() / .nextAll()
</li>
<li> .slice()
</li>
<li> .hasClass()
</li>
<li> .andSelf()
</li>
<li> .contents()
</li>
</ul>
</li>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Manipulation" title="Release:jQuery 1.2/Manipulation">Manipulation</a></b>
<ul>
<li> .wrapInner() / .wrapAll()
</li>
<li> .replaceWith() / .replaceAll()
</li>
<li> Event Cloning
</li>
</ul>
</li>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/CSS" title="Release:jQuery 1.2/CSS">CSS</a></b>
<ul>
<li> .offset()
</li>
<li> .height() / .width() for document and window
</li>
</ul>
</li>
</ul>
</div>
<ul>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Ajax" title="Release:jQuery 1.2/Ajax">Ajax</a></b></p>
<ul>
<li> Partial .load()
</li>
<li> Cross-Domain getScript
</li>
<li> JSONP
</li>
<li> .serialize() Overhaul
</li>
<li> Disable Caching
</li>
</ul>
</li>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Effects" title="Release:jQuery 1.2/Effects">Effects</a></b>
<ul>
<li> .stop()
</li>
<li> %/em Animations
</li>
<li> Color Animations
</li>
<li> Relative Animations
</li>
<li> Queue Control
</li>
<li>&nbsp;:animated
</li>
<li> step: Function
</li>
</ul>
</li>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Events" title="Release:jQuery 1.2/Events">Events</a></b>
<ul>
<li> Namespaced Events
</li>
<li> .triggerHandler()
</li>
</ul>
</li>
<li> <b><a href="http://docs.jquery.com/Release:jQuery_1.2/Internals" title="Release:jQuery 1.2/Internals">Internals</a></b>
<ul>
<li> Documentation Move
</li>
<li> Expando Management
</li>
</ul>
</li>
</ul>
<p>Find out more at <a href="http://jquery.com/blog/">jQuery.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/09/11/jquery-12-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EXT JS</title>
		<link>http://www.ajaxbestiary.com/2007/08/29/ext-js/</link>
		<comments>http://www.ajaxbestiary.com/2007/08/29/ext-js/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 16:59:27 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[extjs]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Toolkit Profile]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.dademsolutions.com/ajaxbeast/?p=19</guid>
		<description><![CDATA[

Name: ext Javascript Library
URL: http://extjs.com
Native Server Environment: None
Included Widgets: Grids, Layouts, Panels, Menus, Buttons, Form, Tree, ComboBox, Dialog, Tab Panel
Download Size: VariableOriginally developed as an add on library for the YUI toolkit, ext has emerged as a powerful and capable toolkit in its own right.  Ext has a powerful focus on widgets and application [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p xmlns="http://www.w3.org/1999/xhtml"><span style="font-weight: bold">Name:</span> ext Javascript Library<br />
<span style="font-weight: bold">URL:</span> <a href="http://extjs.com">http://extjs.com</a><br />
<span style="font-weight: bold">Native Server Environment:</span> None<br />
<span style="font-weight: bold">Included Widgets:</span> Grids, Layouts, Panels, Menus, Buttons, Form, Tree, ComboBox, Dialog, Tab Panel<br />
<span style="font-weight: bold">Download Size:</span> VariableOriginally developed as an add on library for the YUI toolkit, ext has emerged as a powerful and capable toolkit in its own right.  Ext has a powerful focus on widgets and application construction similar to Dojo&#8217;s dijit system.  It&#8217;s biggest strength, however, is the fact that it can float on top of just about any underlying AJAX library or stand on its own.</p>
<p><span style="font-weight: bold">Some Highlights</span></p>
<ul>
<li>Powerful animation &amp; effect tools<span style="font-weight: bold"></span></li>
<li>Excellent editable grid widget</li>
<li>Compatible with several major AJAX libraries
<ul>
<li>YUI</li>
<li> Scriptaculous / Prototype</li>
<li>jQuery</li>
</ul>
</li>
<li>Powerful Skinning System</li>
</ul>
<p><span style="font-weight: bold">Some Drawbacks</span></p>
<ul>
<li>A bit of a learning curve</li>
<li>Demo&#8217;s &amp; tutorials may not work due because they were coded for different underlying library</li>
<li>Depends on underlying library for many key functions, some features don&#8217;t work well with all libraries.</li>
<li>Focus on XML or JSON for some tasks &amp; in documentation</li>
</ul>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/08/29/ext-js/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What To Expect From An AJAX toolkit</title>
		<link>http://www.ajaxbestiary.com/2007/08/22/what-to-expect-from-an-ajax-toolkit/</link>
		<comments>http://www.ajaxbestiary.com/2007/08/22/what-to-expect-from-an-ajax-toolkit/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 13:52:13 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.dademsolutions.com/ajaxbeast/?p=18</guid>
		<description><![CDATA[

There&#8217;s a myriad of AJAX frameworks out there to streamline the development of interactive sites.  While methods of implementation vary and the functionality toolkits offer can vary dramatically.  All toolkits fundamentally provide you with certain key features.
Basic Features

Simplified AJAX calls.  All frameworks streamline the way in which you process POST and GET [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>There&#8217;s a myriad of AJAX frameworks out there to streamline the development of interactive sites.  While methods of implementation vary and the functionality toolkits offer can vary dramatically.  All toolkits fundamentally provide you with certain key features.<br />
Basic Features</p>
<ul>
<li><span style="font-weight: bold">Simplified AJAX calls</span>.  All frameworks streamline the way in which you process POST and GET requests by abstracting away the cross browser descrepancies.</li>
<li><span style="font-weight: bold">Improved DOM Access.</span>  All frameworks improve interactions with the DOM through performance benefits and improved API calls.</li>
<li><span style="font-weight: bold">Object Orientation / Elements</span>.  All frameworks provide a level of object oriented abstraction to simplify and structure coding as well as some level of abstraction for DOM nodes.</li>
<li><span style="font-weight: bold">JSON Support. </span> Most if not all frameworks provide strong support for the JSON data interchange standard.</li>
</ul>
<p><big style="font-weight: bold">Advanced Features<br />
</big>There are also some advanced features common to most if not all frameworks.<big style="font-weight: bold"><br />
</big></p>
<ul>
<li><span style="font-weight: bold">Drag &amp; Drop. </span> Most frameworks provide tools for manipulating elements via drag &amp; drop.</li>
<li><span style="font-weight: bold">Animation. </span> Many frameworks provide animation tools to enhance the interface.  These can vary dramatically between toolkits in performance &amp; available effects, however.</li>
<li><span style="font-weight: bold">Event Handling.</span>  Since the default javascript event model can be slow and buggy at times.  Most frameworks abstract away the default event system with a new slots &amp; sockets approach.</li>
</ul>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/08/22/what-to-expect-from-an-ajax-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rico JavaScript Library</title>
		<link>http://www.ajaxbestiary.com/2007/08/03/rico-javascript-library/</link>
		<comments>http://www.ajaxbestiary.com/2007/08/03/rico-javascript-library/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 17:06:00 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Rico]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.dademsolutions.com/ajaxbeast/?p=12</guid>
		<description><![CDATA[

Name: Rico JavaScript LibraryURL: http://openrico.orgNative Server Environment: NoneIncluded Widgets: Accordion, Live GridDownload Size: 22 KB (compressed)Rico is a useful JavaScript Library built on the back of Prototype.  Similar to Scriptaculous, the library provides a set of visual effects, Ajax tools, and Drag &#38; Drop Support.  Long thought Dead, the Rico project recently regained [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<div xmlns='http://www.w3.org/1999/xhtml'><span style='font-weight: bold;'>Name:</span> Rico JavaScript Library<br/><span style='font-weight: bold;'>URL:</span> http://openrico.org<br/><span style='font-weight: bold;'>Native Server Environment:</span> None<br/><span style='font-weight: bold;'>Included Widgets:</span> Accordion, Live Grid<br/><span style='font-weight: bold;'>Download Size:</span> 22 KB (compressed)<br/><br/>Rico is a useful JavaScript Library built on the back of Prototype.  Similar to Scriptaculous, the library provides a set of visual effects, Ajax tools, and Drag &amp; Drop Support.  Long thought Dead, the Rico project recently regained life &amp; inertia with the addition of a new developer and Rico 2.0 Beta is on the horizon.<br/><br/>Unique to Rico is its concept of Behaviors as well as Livegrid.  Rico behaviors are similar to dojo widgets in that they dynamically enhance existing html elements on a page with interactivity.  The most popular Rico behavior is probably the accordion which provides an accordion pane similar to those offered in Adobe Flash, Flex &amp; Open Lazlo.<br/><br/>Perhaps the most interesting of Rico&#8217;s features is the Livegrid.  This is a powerful AJAX widget designed to be plumbed to a server side data source.  The live grid replaces traditional paged data with a powerful sort tool &amp; the ability to load data as needed by a scroll.  This prevents the need to ever click on a &#8220;next page&#8221; allowing datasets greater than 1 thousand rows to appear as a single html page.<br/><br/><span style='font-weight: bold;'>Some Highlights</span><br/>
<ul>
<li>Powerful animation &amp; effect tools<span style='font-weight: bold;'/></li>
<li>Unique Live Grid Widget</li>
<li>Accordion Widget</li>
<li>Shape &amp; Color tools</li>
<li>Concept of Abstracted Behaviors<br/></li>
</ul>
<p><span style='font-weight: bold;'>Some Drawbacks</span><br/>
<ul>
<li>Requires Prototype<br/></li>
<li>Development occurs in fits and starts</li>
<li>Limited advanced widgets<br/></li>
<li>Lacking in API&#8217;s for data &amp; date manipulation<br/></li>
<li>Doesn&#8217;t always play well with other JS scripts on a page.<br/></li>
</ul>
</div>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/08/03/rico-javascript-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery JavaScript Library</title>
		<link>http://www.ajaxbestiary.com/2007/08/03/jquery-javascript-library/</link>
		<comments>http://www.ajaxbestiary.com/2007/08/03/jquery-javascript-library/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 15:55:00 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.dademsolutions.com/ajaxbeast/?p=11</guid>
		<description><![CDATA[

Name: jQuery JavaScript LibraryURL: http://jquery.comNative Server Environment: NoneIncluded Widgets: NoneDownload Size: 22 KB (compressed)jQuery is an extremely powerful way to access and manipulate the DOM.  Fundamentally, jQuery is a query tool that encapsulates DOM elements &#38; provides hooks for events, effects and many other useful things.  It is this fast and simple way [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<div xmlns='http://www.w3.org/1999/xhtml'><span style='font-weight: bold;'>Name:</span> jQuery JavaScript Library<br/><span style='font-weight: bold;'>URL:</span> http://jquery.com<br/><span style='font-weight: bold;'>Native Server Environment:</span> None<br/><span style='font-weight: bold;'>Included Widgets:</span> None<br/><span style='font-weight: bold;'>Download Size:</span> 22 KB (compressed)<br/><br/>jQuery is an extremely powerful way to access and manipulate the DOM.  Fundamentally, jQuery is a query tool that encapsulates DOM elements &amp; provides hooks for events, effects and many other useful things.  It is this fast and simple way of querying a document for given nodes &amp; manipulating the nodes that gives jQuery it&#8217;s power &amp; name.<br/><br/>The fundamental drawback of jQuery is the long and rather convoluted syntax that can emerge as one tries to navigate more complex action and events.   Also, although the library is excellent for accessing the DOM, The same syntax can be quite cumbersome when applied to AJAX requests.<br/><br/><br/><span style='font-weight: bold;'>Some Highlights</span><br/>
<ul>
<li>Tiny download size<br/></li>
<li>Extremely Flexible<br/></li>
<li>Powerful animation &amp; effect tools</li>
<li>Unique and poweful manipulation &amp; traversal of the DOM<br/>  </li>
</ul>
<p><span style='font-weight: bold;'>Some Drawbacks</span><br/>
<ul>
<li>Command Strings can be long &amp; difficult to debug<br/></li>
<li>No Advanced widgets.</li>
<li>Lacking in API&#8217;s for date manipulation<br/></li>
<li>Utilities class, while useful, doesn&#8217;t contain much.<br/></li>
</ul>
</div>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/08/03/jquery-javascript-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scriptaculous JavaScript Library</title>
		<link>http://www.ajaxbestiary.com/2007/08/03/scriptaculous-javascript-library/</link>
		<comments>http://www.ajaxbestiary.com/2007/08/03/scriptaculous-javascript-library/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 15:27:00 +0000</pubDate>
		<dc:creator>Don Albrecht</dc:creator>
				<category><![CDATA[Scriptaculous]]></category>
		<category><![CDATA[Toolkit Profile]]></category>

		<guid isPermaLink="false">http://www.dademsolutions.com/ajaxbeast/?p=10</guid>
		<description><![CDATA[

Name: Scriptaculous JavaScript LibraryURL: http://www.script.aculo.usNative Server Environment: RubyIncluded Widgets: Drag &#38; Drop, Draggables, Droppables, Sortables, Slider, Autocompletion, In Place EditingDownload Size: 96 KB (uncompressed)Scriptaculousis a powerful extension to the prototype JS library.  Prototype +Scriptaculous provides a functionality set comparable to the othermajor toolkits.  The clear focus of Scriptaculous is on visualeffects and low [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<div xmlns='http://www.w3.org/1999/xhtml'><span style='font-weight: bold;'>Name:</span> Scriptaculous JavaScript Library<br/><span style='font-weight: bold;'>URL:</span> http://www.script.aculo.us<br/><span style='font-weight: bold;'>Native Server Environment:</span> Ruby<br/><span style='font-weight: bold;'>Included Widgets:</span> Drag &amp; Drop, Draggables, Droppables, Sortables, Slider, Autocompletion, In Place Editing<br/><span style='font-weight: bold;'>Download Size:</span> 96 KB (uncompressed)<br/><br/>Scriptaculous<br />is a powerful extension to the prototype JS library.  Prototype +<br />Scriptaculous provides a functionality set comparable to the other<br />major toolkits.  <br/><br/>The clear focus of Scriptaculous is on visual<br />effects and low level functionality. It doesn&#8217;t support complex widgets<br />readily and can be cumbersome for complex data manipulation.<br/><br /><br/><span style='font-weight: bold;'>Some Highlights</span><br/>
<ul>
<li>Tiny download size<br/></li>
<li>Highly flexible</li>
<li>Powerful animation &amp; effect tools</li>
<li>Excellent Drag &amp; Drop support</li>
<li>Excellent in-place editing<br/>  </li>
</ul>
<p><span style='font-weight: bold;'>Some Drawbacks</span><br/>
<ul>
<li>Requires prototype<br/></li>
<li>No Advanced widgets.</li>
<li>No Manipulation API&#8217;s or data types</li>
<li>Download isn&#8217;t compressed by default<br/></li>
</ul>
<p><br/></div>
<p><img src="http://www.ajaxbestiary.com/?voyeur=1"></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxbestiary.com/2007/08/03/scriptaculous-javascript-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
