<?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>My Web Experiences &#187; AJAX</title>
	<atom:link href="http://www.mywebexperiences.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebexperiences.com</link>
	<description>A web development blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 14:56:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Prototype Compressed</title>
		<link>http://www.mywebexperiences.com/2008/06/28/prototype-compressed/</link>
		<comments>http://www.mywebexperiences.com/2008/06/28/prototype-compressed/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 02:25:42 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=40</guid>
		<description><![CDATA[I am a prototype user, but i want to save some bandwidth using a compressed version, so i start looking for it and i found a compressed version called protopack it includes different versions, just spaces removed ( no eval required ), encrypted(eval required) and gziped version for both. i prefere the just spaces removed [...]]]></description>
			<content:encoded><![CDATA[<p>
I am a <a href="http://www.prototypejs.org/">prototype</a> user, but i want to save some bandwidth using a compressed version, so i start looking for it and i found a compressed version called 
<a href="http://groups.google.com/group/prototype-core/files">protopack</a> it includes different versions, just spaces removed ( no eval required ), encrypted(eval required) and gziped version for both. i prefere the just spaces removed version since it dosen&#8217;t require use of eval.
</p>
<p>
Another good option is to use the <a href="http://code.google.com/apis/ajaxlibs/">Google AJAX Libraries API </a> that serves a compressed version of prototype that will be cached by a year and sent with compression headers , you can include it using the full url or the Googles&#8217;s API
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/script.html"><span class="kw2">&lt;script</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/javascript&quot;</span> <span class="kw3">src</span>=<span class="st0">&quot;http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1">OR</div></li>
<li class="li2"><div class="de2">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/script.html"><span class="kw2">&lt;script</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/javascript&quot;</span> <span class="kw3">src</span>=<span class="st0">&quot;http://www.google.com/jsapi&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/script.html"><span class="kw2">&lt;script</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/javascript&quot;</span><span class="kw2">&gt;</span></span></div></li>
<li class="li1"><div class="de1">google.load(&quot;prototype&quot;, &quot;1.6.0.2&quot;);</div></li>
<li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div></li>
<li class="li2"><div class="de2">&nbsp;</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>
<p>
You can find compressed versions of <a href="http://script.aculo.us/">scriptaculous</a>,  <a href="http://jquery.com/">jQuery</a>, <a href="http://mootools.net/">MooTools</a>, <a href="http://dojotoolkit.org/">dojo</a> as well.
The bad thing is there are no https support so it wont work for secure sites.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/06/28/prototype-compressed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

