<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0" -->
<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/"
	>

<channel>
	<title>Ajaxsicle</title>
	<link>http://www.ajaxsicle.com</link>
	<description>Juicy AJAX goodness on a virtual stick</description>
	<pubDate>Fri, 03 Feb 2006 02:50:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>Open AJAX: taking Ajax mainstream</title>
		<link>http://www.ajaxsicle.com/2006/02/02/open-ajax-taking-ajax-mainstream/</link>
		<comments>http://www.ajaxsicle.com/2006/02/02/open-ajax-taking-ajax-mainstream/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 13:57:22 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
	<category>AJAX</category>
	<category>Libraries</category>
	<category>Links</category>
		<guid isPermaLink="false">http://www.ajaxsicle.com/2006/02/02/open-ajax-taking-ajax-mainstream/</guid>
		<description><![CDATA[&#8220;The project, called Open Ajax, aims to create a single framework that standardizes development and debugging on a common library of Ajax widgets that could run on multiple Ajax runtimes.&#8221;
The goal of OAJAX (Open Ajax), is to create a framework that standardizes development and debugging of a common library of widgets, that can run with [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;The project, called Open Ajax, aims to create a single framework that standardizes development and debugging on a common library of Ajax widgets that could run on multiple Ajax runtimes.&#8221;</p>
<p>The goal of OAJAX (Open Ajax), is to create a framework that standardizes development and debugging of a common library of widgets, that can run with multiple Ajax runtimes. Really it means having a standard set of widgets for use in the Eclipse development environment. It is neat to see the convergence anyway.</p>
<p>Besides IBM, there are several players already pledging their endorsement: BEA, Borland, the Dojo Foundation, Eclipse Foundation, Laszlo Systems, Mozilla, Novell, Oracle, Openwave, Red Hat, Yahoo, Zend, Zimbra and Google.</p>
<p><a href="http://www.cbronline.com/article_news.asp?guid=97D640A5-48E2-4078-A131-D7256CA376DC">http://www.cbronline.com/article_news.asp?guid=97D640A5-48E2-4078-A131-D7256CA376DC</a></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ajaxsicle.com/2006/02/02/open-ajax-taking-ajax-mainstream/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Libraries: That is a ton of them!</title>
		<link>http://www.ajaxsicle.com/2006/02/02/libraries-that-is-a-ton-of-them/</link>
		<comments>http://www.ajaxsicle.com/2006/02/02/libraries-that-is-a-ton-of-them/#comments</comments>
		<pubDate>Thu, 02 Feb 2006 11:52:57 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
	<category>AJAX</category>
	<category>Libraries</category>
	<category>Links</category>
		<guid isPermaLink="false">http://www.ajaxsicle.com/2006/02/02/libraries-that-is-a-ton-of-them/</guid>
		<description><![CDATA[I was thinking of writing a post that tried to highlight the countless number of Javascript Library/Frameworks available. A very daunting task for sure.
Turns out, somebody has already done it: http://edevil.wordpress.com/2005/11/14/javascript-libraries-roundup/.
I have used several of them mentioned, including Prototype, Rico, Behavior, Scriptaculous and AJAX.NET.
Be sure to check them out. You never know how easy it [...]]]></description>
			<content:encoded><![CDATA[<p>I was thinking of writing a post that tried to highlight the countless number of Javascript Library/Frameworks available. A very daunting task for sure.</p>
<p>Turns out, somebody has already done it: <a href="http://edevil.wordpress.com/2005/11/14/javascript-libraries-roundup/">http://edevil.wordpress.com/2005/11/14/javascript-libraries-roundup/</a>.</p>
<p>I have used several of them mentioned, including <a href="http://prototype.conio.net/">Prototype</a>, <a href="http://openrico.org/rico/home.page">Rico</a>, <a href="http://bennolan.com/behaviour/">Behavior</a>, <a href="http://script.aculo.us/">Scriptaculous</a> and <a href="http://weblogs.asp.net/mschwarz/archive/2005/04/07/397504.aspx">AJAX.NET</a>.</p>
<p>Be sure to check them out. You never know how easy it may be to implement something in one of your projects.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ajaxsicle.com/2006/02/02/libraries-that-is-a-ton-of-them/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Library: Prototype</title>
		<link>http://www.ajaxsicle.com/2006/02/01/library-prototype/</link>
		<comments>http://www.ajaxsicle.com/2006/02/01/library-prototype/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 14:13:27 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
		
	<category>JavaScript</category>
	<category>AJAX</category>
	<category>Libraries</category>
		<guid isPermaLink="false">http://www.ajaxsicle.com/2006/02/01/library-prototype/</guid>
		<description><![CDATA[As far as Javascript frameworks go, it really is hard to beat Prototype by Sam Stephenson. Dubbed as a &#8220;framework that aims to ease development of dynamic web applications&#8221;, Prototype is quickly becoming the library of choice for Web 2.0 developers.
Several prominent web projects, currently rely on, or are heavily based on Prototype:

Ruby on Rails
script.aculo.us
Rico
Behaviour

* [...]]]></description>
			<content:encoded><![CDATA[<p>As far as Javascript frameworks go, it really is hard to beat Prototype by <a href="http://conio.net/">Sam Stephenson</a>. Dubbed as a &#8220;framework that aims to ease development of dynamic web applications&#8221;, Prototype is quickly becoming the library of choice for Web 2.0 developers.</p>
<p>Several prominent web projects, currently rely on, or are heavily based on Prototype:</p>
<ul>
<li><a href="http://">Ruby on Rails</a></li>
<li><a href="http://script.aculo.us/">script.aculo.us</a></li>
<li><a href="http://openrico.org/">Rico</a></li>
<li><a href="http://www.ripcord.co.nz/behaviour/">Behaviour</a></li>
</ul>
<p><i>* Look for reviews on each of these libraries very soon&#8230;</i></p>
<p>Although, AJAX is not the primary goal of the Prototype framework, it certainly has a very nice implementation. And through JavaScript classes, it also makes extended in your own projects, a piece of cake (relatively speaking of course).</p>
<p>Prototype is available here: <a href="http://prototype.conio.net/">http://prototype.conio.net</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.ajaxsicle.com/2006/02/01/library-prototype/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
