<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Eddyatlab's Weblog</title>
	<atom:link href="http://eddyatlab.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eddyatlab.wordpress.com</link>
	<description>Just another EDDY's weblog</description>
	<lastBuildDate>Sat, 26 Jun 2010 21:54:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eddyatlab.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Eddyatlab's Weblog</title>
		<link>http://eddyatlab.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eddyatlab.wordpress.com/osd.xml" title="Eddyatlab&#039;s Weblog" />
	<atom:link rel='hub' href='http://eddyatlab.wordpress.com/?pushpress=hub'/>
		<item>
		<title>JavaScript Default operator</title>
		<link>http://eddyatlab.wordpress.com/2010/06/26/javascript-note/</link>
		<comments>http://eddyatlab.wordpress.com/2010/06/26/javascript-note/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 21:23:41 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[JS]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=188</guid>
		<description><![CDATA[this.init(wrapper, handle, options &#124;&#124; {}); ใน input parameters ของ function สามารถเขียนแบบนี้ได้ เรียกว่าการใช้ trusty กับ falsy var A = 0, B = NaN, C = 1, D = "hi"; var RESULT = ( A &#124;&#124; B &#124;&#124; C &#124;&#124; D ); alert("Result = " + RESULT); RESULT = ( D &#38;&#38; C &#38;&#38; B &#38;&#38; A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=188&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>this.init(wrapper, handle, <span style="color:#ff6600;">options || {}</span>);</pre>
<p>ใน input parameters ของ function สามารถเขียนแบบนี้ได้ เรียกว่าการใช้ trusty กับ falsy</p>
<pre>var A = 0, B = NaN, C = 1, D = "hi";
var RESULT = ( A || B || C || D );
alert("Result = " + RESULT);

RESULT = ( D &amp;&amp; C &amp;&amp; B &amp;&amp; A );
alert("Result = " + RESULT);</pre>
<p>ถ้าเอามาต่อกันด้วย or operator จะหาอันที่เป็น true จากซ้ายไปขวาอันไหนที่ให้เป็น true อันแรกก็จะเป็นค่านั้น<br />
แต่ถ้าเอามาต่อด้วย and operator จะหาอันที่เป็น false อันแรกจากซ้ายไปขวา ถ้าเจอ false อันไหนก็เป็นค่านั้น</p>
<p><a href="http://www.learn-javascript-tutorial.com/AdvancedTechniques.cfm"><code>http://www.learn-javascript-tutorial.com/AdvancedTechniques.cfm</code></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=188&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/06/26/javascript-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>http://slides.html5rocks.com/ note</title>
		<link>http://eddyatlab.wordpress.com/2010/06/23/httpslides-html5rocks-com-note/</link>
		<comments>http://eddyatlab.wordpress.com/2010/06/23/httpslides-html5rocks-com-note/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 16:34:31 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=183</guid>
		<description><![CDATA[JS APIs finding elements by class -&#62; document.getElementsByClassName(&#8216;section&#8217;) finding elements by CSS syntax web storage -&#62; window.localStorage['value'] = area.value; web SQL database openDatabase db.transaction(function(tx){tx.executeSql(sqlinside)}); Application Cache API Web Workers Web Sockets new WebSocket onopen postMessage onmessage onclose Drag and drop -&#62; text can be drag and transfer between element Geolocation HTML New semantic tags header [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=183&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>JS APIs</strong></p>
<ul>
<li>finding elements by class -&gt; document.getElementsByClassName(&#8216;section&#8217;)</li>
<li>finding elements by CSS syntax</li>
<li>web storage -&gt; window.localStorage['value'] = area.value;</li>
<li>web SQL database</li>
<blockquote>
<li>openDatabase</li>
<li>db.transaction(function(tx){tx.executeSql(sqlinside)});</li>
</blockquote>
<li>Application Cache API</li>
<li>Web Workers</li>
<li>Web Sockets</li>
<blockquote>
<li>new WebSocket</li>
<li>onopen</li>
<li>postMessage</li>
<li>onmessage</li>
<li>onclose</li>
</blockquote>
<li>Drag and drop -&gt; text can be drag and transfer between element</li>
<li>Geolocation</li>
</ul>
<p><strong>HTML</strong></p>
<ul>
<li>New semantic tags</li>
<blockquote>
<li>header</li>
<li>hgroup</li>
<li>nav</li>
<li>section</li>
<li>article</li>
<li>header</li>
<li>aside</li>
<li>footer</li>
</blockquote>
<li>New link relation (rel)</li>
<blockquote>
<li>icon</li>
<li>pingback</li>
<li>prefetch</li>
<li>archives</li>
<li>external</li>
<li>license</li>
<li>nofollow</li>
<li>tag</li>
</blockquote>
<li>Microdata -&gt; enhance search results by marking up web pages with microformats, RDFa or Microdata</li>
<li>ARIA attributes ???</li>
<li>New form field types</li>
<blockquote>
<li>range</li>
<li>search</li>
<li>placeholder</li>
<li>color</li>
<li>number</li>
<li>email</li>
<li>tel</li>
</blockquote>
<li>Audio + Video</li>
<li>Canvas</li>
<li>Canvas 3D</li>
<li>SVG</li>
</ul>
<p><strong>CSS</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=183&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/06/23/httpslides-html5rocks-com-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>change your terminal theme in mac</title>
		<link>http://eddyatlab.wordpress.com/2010/06/15/change-your-terminal-theme-in-mac/</link>
		<comments>http://eddyatlab.wordpress.com/2010/06/15/change-your-terminal-theme-in-mac/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 08:00:49 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=159</guid>
		<description><![CDATA[http://blog.infinitered.com/entries/show/6<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=159&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://blog.infinitered.com/entries/show/6</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=159&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/06/15/change-your-terminal-theme-in-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>Free online courses on the internet</title>
		<link>http://eddyatlab.wordpress.com/2010/06/09/free-online-courses-on-the-internet/</link>
		<comments>http://eddyatlab.wordpress.com/2010/06/09/free-online-courses-on-the-internet/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 18:21:05 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=155</guid>
		<description><![CDATA[http://education-portal.com/articles/Universities_with_the_Best_Free_Online_Courses.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=155&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://education-portal.com/articles/Universities_with_the_Best_Free_Online_Courses.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=155&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/06/09/free-online-courses-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: My 24th plan</title>
		<link>http://eddyatlab.wordpress.com/2010/05/28/my-24th-plan/</link>
		<comments>http://eddyatlab.wordpress.com/2010/05/28/my-24th-plan/#comments</comments>
		<pubDate>Fri, 28 May 2010 19:39:34 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=153</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=153&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post is password protected. You must visit the website and enter the password to continue reading.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=153&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/05/28/my-24th-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Mining Resources</title>
		<link>http://eddyatlab.wordpress.com/2010/05/27/data-mining-resources/</link>
		<comments>http://eddyatlab.wordpress.com/2010/05/27/data-mining-resources/#comments</comments>
		<pubDate>Thu, 27 May 2010 12:40:31 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=150</guid>
		<description><![CDATA[After doing some researches, i come up with these books, Introduction to data mining http://www-users.cs.umn.edu/~kumar/dmbook/index.php and Programming collective intelligence http://books.google.de/books?id=fEsZ3Ey-Hq4C&#38;printsec=frontcover&#38;dq=programming+collective+intelligence&#38;cd=1#v=onepage&#38;q&#38;f=false<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=150&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After doing some researches, i come up with these books,</p>
<p>Introduction to data mining</p>
<p><a href="http://books.google.de/books?id=fEsZ3Ey-Hq4C&amp;printsec=frontcover&amp;dq=programming+collective+intelligence&amp;cd=1#v=onepage&amp;q&amp;f=false">http://www-users.cs.umn.edu/~kumar/dmbook/index.php</a></p>
<p>and Programming collective intelligence</p>
<p><a href="http://books.google.de/books?id=fEsZ3Ey-Hq4C&amp;printsec=frontcover&amp;dq=programming+collective+intelligence&amp;cd=1#v=onepage&amp;q&amp;f=false">http://books.google.de/books?id=fEsZ3Ey-Hq4C&amp;printsec=frontcover&amp;dq=programming+collective+intelligence&amp;cd=1#v=onepage&amp;q&amp;f=false</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=150&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/05/27/data-mining-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>WebSocket HTML5 Note</title>
		<link>http://eddyatlab.wordpress.com/2010/05/26/websocket-html5-note/</link>
		<comments>http://eddyatlab.wordpress.com/2010/05/26/websocket-html5-note/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:06:11 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=147</guid>
		<description><![CDATA[a single-socket full-duplex -&#62; full-duplex real-time communication on the web web socket the message sent by the server is the same message delivered to the browser<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=147&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>a single-socket full-duplex -&gt; full-duplex real-time communication on the web</p>
<p>web socket the message sent by the server is the same message delivered to the browser</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=147&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/05/26/websocket-html5-note/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>face.com API</title>
		<link>http://eddyatlab.wordpress.com/2010/05/25/face-com-api/</link>
		<comments>http://eddyatlab.wordpress.com/2010/05/25/face-com-api/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:06:18 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[API internet]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/2010/05/25/face-com-api/</guid>
		<description><![CDATA[gotta try this<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=146&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>gotta try this</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=146&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/05/25/face-com-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>formatting HTML and JS code</title>
		<link>http://eddyatlab.wordpress.com/2010/05/21/formatting-html-and-js-code/</link>
		<comments>http://eddyatlab.wordpress.com/2010/05/21/formatting-html-and-js-code/#comments</comments>
		<pubDate>Fri, 21 May 2010 22:06:40 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=138</guid>
		<description><![CDATA[http://www.mycoolform.com/ http://jsbeautifier.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=138&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mycoolform.com/">http://www.mycoolform.com/</a></p>
<p><a href="http://jsbeautifier.org/">http://jsbeautifier.org/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=138&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/05/21/formatting-html-and-js-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
		<item>
		<title>Play audio using JavaScript</title>
		<link>http://eddyatlab.wordpress.com/2010/05/21/play-audio-using-javascript/</link>
		<comments>http://eddyatlab.wordpress.com/2010/05/21/play-audio-using-javascript/#comments</comments>
		<pubDate>Fri, 21 May 2010 16:59:20 +0000</pubDate>
		<dc:creator>eddyatlab</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://eddyatlab.wordpress.com/?p=135</guid>
		<description><![CDATA[http://www.schillmania.com/projects/soundmanager2/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=135&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.schillmania.com/projects/soundmanager2/">http://www.schillmania.com/projects/soundmanager2/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/eddyatlab.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/eddyatlab.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/eddyatlab.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/eddyatlab.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/eddyatlab.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/eddyatlab.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/eddyatlab.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/eddyatlab.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/eddyatlab.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/eddyatlab.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/eddyatlab.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/eddyatlab.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/eddyatlab.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/eddyatlab.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eddyatlab.wordpress.com&amp;blog=3052888&amp;post=135&amp;subd=eddyatlab&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://eddyatlab.wordpress.com/2010/05/21/play-audio-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f88edba466ceec64c6ee1fa672fedd0c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eddyatlab</media:title>
		</media:content>
	</item>
	</channel>
</rss>
