<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tools and technologies</title>
	<atom:link href="http://12412.org/2012/01/tools-and-technologies/feed/" rel="self" type="application/rss+xml" />
	<link>http://12412.org/2012/01/tools-and-technologies/</link>
	<description>Experience and learn 12 new web technologies during 2012.</description>
	<lastBuildDate>Sat, 18 Aug 2012 15:57:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Baswazz</title>
		<link>http://12412.org/2012/01/tools-and-technologies/#comment-52</link>
		<dc:creator>Baswazz</dc:creator>
		<pubDate>Tue, 10 Jan 2012 13:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://12412.org/?p=88#comment-52</guid>
		<description>What about HTML5 Boilerplate

http://html5boilerplate.com/

I did not have time to do research about it, but maybey a good topic for 12412</description>
		<content:encoded><![CDATA[<p>What about HTML5 Boilerplate</p>
<p><a href="http://html5boilerplate.com/" rel="nofollow">http://html5boilerplate.com/</a></p>
<p>I did not have time to do research about it, but maybey a good topic for 12412</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert O'Rourke</title>
		<link>http://12412.org/2012/01/tools-and-technologies/#comment-48</link>
		<dc:creator>Robert O'Rourke</dc:creator>
		<pubDate>Mon, 09 Jan 2012 12:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://12412.org/?p=88#comment-48</guid>
		<description>Just as another resource for using LESS that may be worth mentioning (plus shameless self promotion) - I put together a compiler that can be used in WordPress themes or plugins as an include.

http://github.com/sanchothefat/wp-less

You include the script in your theme and then use wp_enqueue_style() to reference .less files. The compiling happens automatically so it removes an extra step from your development cycle - just edit the LESS then refresh the browser :)</description>
		<content:encoded><![CDATA[<p>Just as another resource for using LESS that may be worth mentioning (plus shameless self promotion) &#8211; I put together a compiler that can be used in WordPress themes or plugins as an include.</p>
<p><a href="http://github.com/sanchothefat/wp-less" rel="nofollow">http://github.com/sanchothefat/wp-less</a></p>
<p>You include the script in your theme and then use wp_enqueue_style() to reference .less files. The compiling happens automatically so it removes an extra step from your development cycle &#8211; just edit the LESS then refresh the browser <img src='http://12412.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aprillins</title>
		<link>http://12412.org/2012/01/tools-and-technologies/#comment-17</link>
		<dc:creator>aprillins</dc:creator>
		<pubDate>Tue, 03 Jan 2012 13:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://12412.org/?p=88#comment-17</guid>
		<description>The references being spread here are very time savers. Especially the JSBin and Dabblet. Thanks a lot! 

For HTML5 and CSS3 I would like to let you know that HTML5 &amp; CSS3 For The Real World (Sitepoint) book by Alexis Goldstein is very comprehensive. I admit HTML5 section on the book is not too rich to learn, but when you see CSS3 section you&#039;ll find the gold there.

Oh, the Canvas, SVG, and Drag and Drop is available on page 265 and It&#039;s particular part.</description>
		<content:encoded><![CDATA[<p>The references being spread here are very time savers. Especially the JSBin and Dabblet. Thanks a lot! </p>
<p>For HTML5 and CSS3 I would like to let you know that HTML5 &amp; CSS3 For The Real World (Sitepoint) book by Alexis Goldstein is very comprehensive. I admit HTML5 section on the book is not too rich to learn, but when you see CSS3 section you&#8217;ll find the gold there.</p>
<p>Oh, the Canvas, SVG, and Drag and Drop is available on page 265 and It&#8217;s particular part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sniffer</title>
		<link>http://12412.org/2012/01/tools-and-technologies/#comment-15</link>
		<dc:creator>sniffer</dc:creator>
		<pubDate>Mon, 02 Jan 2012 11:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://12412.org/?p=88#comment-15</guid>
		<description>2012 is all about JavaScript for me. From learning the advantages and disadvantages of new libraries such as Knockout, Underscore, Backbone &amp; Spine, to teaching myself how these libraries work by writing performant object-orientated JS, to finally unit-testing my JS using QUnit or Jasmine. 

First stop for me is the second section. Learning how to write OO JS by deconstructing other libraries. A couple of resources I&#039;ll be using to get started:

JS libs deconstructed: http://www.keyframesandcode.com/resources/javascript/deconstructed/

Paul Irish: 10 things I learned from the JQuery source:
http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source/

Paul Irish: 11 more things I learned from the JQuery source:
http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source/

If anyone has any more resources, please let me know!

Finally, I haven&#039;t really found a series of articles that teach you how to write OO JS in an way that easily makes sense to me. If this project can help in this, it&#039;ll be one (of hopefully many) major success(es).</description>
		<content:encoded><![CDATA[<p>2012 is all about JavaScript for me. From learning the advantages and disadvantages of new libraries such as Knockout, Underscore, Backbone &amp; Spine, to teaching myself how these libraries work by writing performant object-orientated JS, to finally unit-testing my JS using QUnit or Jasmine. </p>
<p>First stop for me is the second section. Learning how to write OO JS by deconstructing other libraries. A couple of resources I&#8217;ll be using to get started:</p>
<p>JS libs deconstructed: <a href="http://www.keyframesandcode.com/resources/javascript/deconstructed/" rel="nofollow">http://www.keyframesandcode.com/resources/javascript/deconstructed/</a></p>
<p>Paul Irish: 10 things I learned from the JQuery source:<br />
<a href="http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source/" rel="nofollow">http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source/</a></p>
<p>Paul Irish: 11 more things I learned from the JQuery source:<br />
<a href="http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source/" rel="nofollow">http://paulirish.com/2011/11-more-things-i-learned-from-the-jquery-source/</a></p>
<p>If anyone has any more resources, please let me know!</p>
<p>Finally, I haven&#8217;t really found a series of articles that teach you how to write OO JS in an way that easily makes sense to me. If this project can help in this, it&#8217;ll be one (of hopefully many) major success(es).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
