<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Il web, l'universo e tutto quanto</title>
	
	<link>http://agiardina.net</link>
	<description>Andrea Giardina</description>
	<lastBuildDate>Wed, 12 Jan 2011 19:12:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/agiardina" /><feedburner:info uri="agiardina" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>JavaScript rule number one</title>
		<link>http://agiardina.net/javascript-rule-number-one.html</link>
		<comments>http://agiardina.net/javascript-rule-number-one.html#comments</comments>
		<pubDate>Wed, 12 Jan 2011 18:56:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://agiardina.net/?p=374</guid>
		<description><![CDATA[Forget everything you know about OOP. var mammal = {getName:function(){console.log("I am a mammal")}}; var Cat = function() {this.getName = function() {console.log("I am a cat")}}; Cat.prototype = mammal; var Man = function() {this.getName = function() {console.log("I am a man")}} Man.prototype = mammal; luke = new Man(); luke.getName(); >>> I am a man luke instanceof Cat >>> [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Forget everything you know about OOP.</strong></p>
<pre class="brush: js">
var mammal = {getName:function(){console.log("I am a mammal")}};

var Cat = function() {this.getName = function() {console.log("I am a cat")}};
Cat.prototype = mammal;

var Man = function() {this.getName = function() {console.log("I am a man")}}
Man.prototype = mammal;

luke = new Man();
luke.getName();

>>> I am a man

luke instanceof Cat
>>> true
</pre>
<p>If you are thinking &#8220;WTF???&#8221; you are wrong. JavaScript objects are decoupled from constructors and <strong>instanceof</strong> is just a unlucky naming to say something as simple as:</p>
<p>luke.__proto__ == Cat.prototype;</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/javascript-rule-number-one.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>English?</title>
		<link>http://agiardina.net/englis.html</link>
		<comments>http://agiardina.net/englis.html#comments</comments>
		<pubDate>Sat, 24 Jul 2010 02:52:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[English]]></category>

		<guid isPermaLink="false">http://agiardina.net/?p=364</guid>
		<description><![CDATA[For a little bit of time this blog will be not anymore in an almost correct Italian but in a seriously broken English. Yes, it&#8217;s time to give me a try about English blogging. I&#8217;ve decided also to use a new theme for this blog. I really like the old one, but it&#8217;s not the [...]]]></description>
			<content:encoded><![CDATA[<p>For a little bit of time this blog will be not anymore in an almost correct Italian but in a seriously broken English.<br />
Yes, it&#8217;s time to give me a try about English blogging. </p>
<p>I&#8217;ve decided also to use a new theme for this blog. I really like the old one, but it&#8217;s not the best one to show &#8220;lines of codes&#8221; and nerd stuff&#8230; and in the next future I&#8217;d like to talk a lot about web code, and forget for a time &#8220;the Universe and Everything&#8221;.</p>
<p>Please, say me good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/englis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my last Labor http://github.co…</title>
		<link>http://agiardina.net/my-last-labor-httpgithub-co.html</link>
		<comments>http://agiardina.net/my-last-labor-httpgithub-co.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 23:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/my-last-labor-httpgithub-co/</guid>
		<description><![CDATA[my last Labor http://github.com/agiardina/Fango]]></description>
			<content:encoded><![CDATA[<p>my last Labor <a href="http://github.com/agiardina/Fango" rel="nofollow">http://github.com/agiardina/Fango</a></p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/my-last-labor-httpgithub-co.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bellissimo :) http://www.ilpen…</title>
		<link>http://agiardina.net/bellissimo-httpwww-ilpen.html</link>
		<comments>http://agiardina.net/bellissimo-httpwww-ilpen.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 23:35:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/bellissimo-httpwww-ilpen/</guid>
		<description><![CDATA[bellissimo http://www.ilpenemidailpane.it/]]></description>
			<content:encoded><![CDATA[<p>bellissimo <img src='http://agiardina.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.ilpenemidailpane.it/" rel="nofollow">http://www.ilpenemidailpane.it/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/bellissimo-httpwww-ilpen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>medioevo informatico, ovvero c…</title>
		<link>http://agiardina.net/medioevo-informatico-ovvero-c.html</link>
		<comments>http://agiardina.net/medioevo-informatico-ovvero-c.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 12:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/medioevo-informatico-ovvero-c/</guid>
		<description><![CDATA[medioevo informatico, ovvero come ti tutelo gli interessi del berlusca http://tinyurl.com/yenwvem]]></description>
			<content:encoded><![CDATA[<p>medioevo informatico, ovvero come ti tutelo gli interessi del berlusca <a href="http://tinyurl.com/yenwvem" rel="nofollow">http://tinyurl.com/yenwvem</a></p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/medioevo-informatico-ovvero-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>clean the house or don't clean…</title>
		<link>http://agiardina.net/clean-the-house-or-dont-clean.html</link>
		<comments>http://agiardina.net/clean-the-house-or-dont-clean.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 13:22:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/clean-the-house-or-dont-clean/</guid>
		<description><![CDATA[clean the house or don&#8217;t clean the house, that&#8217;s the problem!]]></description>
			<content:encoded><![CDATA[<p>clean the house or don&#8217;t clean the house, that&#8217;s the problem!</p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/clean-the-house-or-dont-clean.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>neve e armageddon a dublino so…</title>
		<link>http://agiardina.net/neve-e-armageddon-a-dublino-so.html</link>
		<comments>http://agiardina.net/neve-e-armageddon-a-dublino-so.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 20:53:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/neve-e-armageddon-a-dublino-so/</guid>
		<description><![CDATA[neve e armageddon a dublino sono sinonimi]]></description>
			<content:encoded><![CDATA[<p>neve e armageddon a dublino sono sinonimi</p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/neve-e-armageddon-a-dublino-so.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rispolvera la digital ixus</title>
		<link>http://agiardina.net/rispolvera-la-digital-ixus.html</link>
		<comments>http://agiardina.net/rispolvera-la-digital-ixus.html#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:19:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/rispolvera-la-digital-ixus/</guid>
		<description><![CDATA[rispolvera la digital ixus]]></description>
			<content:encoded><![CDATA[<p>rispolvera la digital ixus</p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/rispolvera-la-digital-ixus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>e gli errori necessari</title>
		<link>http://agiardina.net/e-gli-errori-necessari.html</link>
		<comments>http://agiardina.net/e-gli-errori-necessari.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:35:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/e-gli-errori-necessari/</guid>
		<description><![CDATA[e gli errori necessari]]></description>
			<content:encoded><![CDATA[<p>e gli errori necessari</p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/e-gli-errori-necessari.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>che c'e' di meglio di un trasl…</title>
		<link>http://agiardina.net/che-ce-di-meglio-di-un-trasl.html</link>
		<comments>http://agiardina.net/che-ce-di-meglio-di-un-trasl.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 22:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cinguettii]]></category>

		<guid isPermaLink="false">http://ilgattodelvicino.net/archivio/che-ce-di-meglio-di-un-trasl/</guid>
		<description><![CDATA[che c&#8217;e&#8217; di meglio di un trasloco a Natale?]]></description>
			<content:encoded><![CDATA[<p>che c&#8217;e&#8217; di meglio di un trasloco a Natale?</p>
]]></content:encoded>
			<wfw:commentRss>http://agiardina.net/che-ce-di-meglio-di-un-trasl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

