<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<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>Web Info &#038; Tutorials</title>
	<link>http://www.tutorials4html.com</link>
	<description></description>
	<pubDate>Mon, 08 Mar 2010 11:28:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>MODULR: A COMMONJS MODULE IMPLEMENTATION IN RUBY FOR CLIENT-SIDE JAVASCRIPT</title>
		<link>http://www.tutorials4html.com/2010/03/08/modulr-a-commonjs-module-implementation-in-ruby-for-client-side-javascript/</link>
		<comments>http://www.tutorials4html.com/2010/03/08/modulr-a-commonjs-module-implementation-in-ruby-for-client-side-javascript/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 11:28:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Ajax</category>
		<guid isPermaLink="false">http://ajaxian.com/?p=8688</guid>
		<description><![CDATA[
modulr is a CommonJS module implementation in Ruby for client-side JavaScript

Ruby? what does that have anything to do with it? Ah, its from one of those Prototype guys isn't it.... Yup, Tobie is at it again, this time with modulr:

modulr accepts a singular file as input (the program) on which is does static analysis to [...]]]></description>
		<wfw:commentRSS>http://www.tutorials4html.com/2010/03/08/modulr-a-commonjs-module-implementation-in-ruby-for-client-side-javascript/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>FRIDAY FUN: LET’S TRANSLATE YUI3 TO JQUERY</title>
		<link>http://www.tutorials4html.com/2010/03/05/friday-fun-let%e2%80%99s-translate-yui3-to-jquery/</link>
		<comments>http://www.tutorials4html.com/2010/03/05/friday-fun-let%e2%80%99s-translate-yui3-to-jquery/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Ajax</category>
		<guid isPermaLink="false">http://ajaxian.com/?p=8685</guid>
		<description><![CDATA[I just came across this wonderful Gist on gitHub:
PLAIN TEXT
JAVASCRIPT:




&#160;


var $;


YUI&#40;&#41;.use&#40;'*', function&#40;Y&#41;&#123;


&#160; $ = Y.get;


&#160; for&#40;var p in Y&#41; &#123;


&#160; &#160; &#160; $&#91;p&#93; = Y&#91;p&#93;;


&#160; &#125;


&#125;&#41;;


&#160;


// test


$&#40;'body'&#41;.append&#40;"boo!"&#41;;


&#160;





In case you want to use YUI3 but really really like jQuery syntax :) OK, it breaks the whole sandboxing idea of YUI3, but that's a small price to [...]]]></description>
		<wfw:commentRSS>http://www.tutorials4html.com/2010/03/05/friday-fun-let%e2%80%99s-translate-yui3-to-jquery/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>FIREFOX GETS HARDWARE ACCELERATION IN EARLY STAGE</title>
		<link>http://www.tutorials4html.com/2010/03/05/firefox-gets-hardware-acceleration-in-early-stage/</link>
		<comments>http://www.tutorials4html.com/2010/03/05/firefox-gets-hardware-acceleration-in-early-stage/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:25:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Ajax</category>
		<guid isPermaLink="false">http://ajaxian.com/?p=8683</guid>
		<description><![CDATA[Bass Schouten is a cool name, and the Mozillan has presented Direct2D hardware acceleration.
You have to grab Firefox nightly, do the about:config / gfx.font_rendering.directwrite.enabled game, but then you get to see it in action.
IE9 showed off how they will support hardware rendering, and I am sure we will see more at MIX, but it is [...]]]></description>
		<wfw:commentRSS>http://www.tutorials4html.com/2010/03/05/firefox-gets-hardware-acceleration-in-early-stage/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>COLOR PICKER: WORKS EVEN IN IE6</title>
		<link>http://www.tutorials4html.com/2010/03/04/color-picker-works-even-in-ie6/</link>
		<comments>http://www.tutorials4html.com/2010/03/04/color-picker-works-even-in-ie6/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 11:02:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Ajax</category>
		<guid isPermaLink="false">http://ajaxian.com/?p=8680</guid>
		<description><![CDATA[
Works even in IE6

Love that quote from the color picker over at RaphaelJS land. This plugin by Dmitry Baranovskiy gives you an easy color picker in short order:
PLAIN TEXT
JAVASCRIPT:




&#160;


var icon = Raphael&#40;"picker", 23, 23&#41;.colorPickerIcon&#40;11, 11, 10&#41;;


&#160;


icon.attr&#40;&#123;cursor: "pointer"&#125;&#41;.node.onclick = function &#40;&#41; &#123;


&#160; &#160; document.getElementById&#40;"benefits"&#41;.style.visibility = "visible";


&#160; &#160; var out = document.getElementById&#40;"output"&#41;;


&#160; &#160; out.style.visibility = "visible";


&#160; &#160; [...]]]></description>
		<wfw:commentRSS>http://www.tutorials4html.com/2010/03/04/color-picker-works-even-in-ie6/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>TOUCHING CLOTH; CANVAS FU</title>
		<link>http://www.tutorials4html.com/2010/03/03/touching-cloth-canvas-fu/</link>
		<comments>http://www.tutorials4html.com/2010/03/03/touching-cloth-canvas-fu/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 11:12:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Ajax</category>
		<guid isPermaLink="false">http://ajaxian.com/?p=8677</guid>
		<description><![CDATA[Andrew Hoyer shows his canvas Fu with Cloth, a great experiment using nice physics.


What makes this simulation special is the speed at which everything is computed. Javascript (the language this is written in) is not exactly the most efficient language for this type of computation. This being said, much time was spent squeezing out every [...]]]></description>
		<wfw:commentRSS>http://www.tutorials4html.com/2010/03/03/touching-cloth-canvas-fu/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
