<?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>Le mani come nuvole</title>
	<atom:link href="http://yunshou.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yunshou.wordpress.com</link>
	<description>vola sopra a quell'idea di equilibrio e simmetria dove il tempo svanirà</description>
	<lastBuildDate>Mon, 17 Mar 2008 21:58:22 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yunshou.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Le mani come nuvole</title>
		<link>http://yunshou.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yunshou.wordpress.com/osd.xml" title="Le mani come nuvole" />
	<atom:link rel='hub' href='http://yunshou.wordpress.com/?pushpress=hub'/>
		<item>
		<title>magic method in Javascript</title>
		<link>http://yunshou.wordpress.com/2008/03/17/magic-method-in-javascript/</link>
		<comments>http://yunshou.wordpress.com/2008/03/17/magic-method-in-javascript/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 21:58:22 +0000</pubDate>
		<dc:creator>yoghi2000</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://yunshou.wordpress.com/?p=9</guid>
		<description><![CDATA[Avete presente i magic method presenti in php e python che permettono di gestire l&#8217;eccezione che si prsenta quando viene invocato un metodo o una propietà di un oggetto che non esistono? I metodi __get __set e __call? Javascript non supporta nativamente questa capacità, ma grazie alla flessibilità di questo linguaggio è possibile simularla. Ecco [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=9&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Avete presente i magic method presenti in php e python che permettono di gestire l&#8217;eccezione che si prsenta quando viene invocato un metodo o una propietà di un oggetto che non esistono? I metodi __get __set e __call?</p>
<p>Javascript non supporta nativamente questa capacità, ma grazie alla flessibilità di questo linguaggio è possibile simularla.</p>
<p>Ecco un semplice esempio per creare un wrapper per chiamare i metodi dell&#8217;oggetto document:</p>
<p>document.myAlert=function(txt)  {<br />
alert(txt)<br />
}</p>
<p>$w=function(fn)  {<br />
return document[fn]<br />
}</p>
<p>$w(&#8220;myAlert&#8221;)(&#8220;messaggio di alert!&#8221;)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/yunshou.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/yunshou.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yunshou.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yunshou.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yunshou.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yunshou.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yunshou.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yunshou.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yunshou.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yunshou.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yunshou.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yunshou.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yunshou.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yunshou.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yunshou.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yunshou.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=9&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yunshou.wordpress.com/2008/03/17/magic-method-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc36c22354567d1347f56d31979ed983?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yoghi2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Alice &#8211; La recessione</title>
		<link>http://yunshou.wordpress.com/2007/12/28/alice-la-recessione/</link>
		<comments>http://yunshou.wordpress.com/2007/12/28/alice-la-recessione/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 16:49:53 +0000</pubDate>
		<dc:creator>yoghi2000</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[alice]]></category>
		<category><![CDATA[la recessione]]></category>
		<category><![CDATA[pasolini]]></category>

		<guid isPermaLink="false">http://yunshou.wordpress.com/2007/12/28/alice-la-recessione/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=7&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://yunshou.wordpress.com/2007/12/28/alice-la-recessione/"><img src="http://img.youtube.com/vi/tYJF5DBBHZE/2.jpg" alt="" /></a></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/yunshou.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/yunshou.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yunshou.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yunshou.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yunshou.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yunshou.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yunshou.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yunshou.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yunshou.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yunshou.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yunshou.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yunshou.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yunshou.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yunshou.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yunshou.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yunshou.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=7&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yunshou.wordpress.com/2007/12/28/alice-la-recessione/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc36c22354567d1347f56d31979ed983?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yoghi2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Giordano Bruno</title>
		<link>http://yunshou.wordpress.com/2007/12/28/giordano-bruno/</link>
		<comments>http://yunshou.wordpress.com/2007/12/28/giordano-bruno/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 16:19:06 +0000</pubDate>
		<dc:creator>yoghi2000</dc:creator>
				<category><![CDATA[giordano bruno]]></category>

		<guid isPermaLink="false">http://yunshou.wordpress.com/2007/12/28/giordano-bruno/</guid>
		<description><![CDATA[Verrà un giorno che l&#8217;uomo si sveglierà dall&#8217;oblio e finalmente comprenderà chi è veramente e a chi ha ceduto le redini della sua esistenza, a una mente fallace, menzognera, che lo rende e lo tiene schiavo&#8230; l&#8217;uomo non ha limiti e quando un giorno se ne renderà conto, sarà libero anche qui in questo mondo. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=6&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Verrà un giorno che l&#8217;uomo si sveglierà dall&#8217;oblio e finalmente comprenderà chi è veramente e a chi ha ceduto le redini della sua esistenza, a una mente fallace, menzognera, che lo rende e lo tiene schiavo&#8230; l&#8217;uomo non ha limiti e quando un giorno se ne renderà conto, sarà libero anche qui in questo mondo.</p>
<p>[splashcast MUJF5423JC]</p>
<p><a href="http://it.wikiquote.org/wiki/Giordano_Bruno">http://it.wikiquote.org/wiki/Giordano_Bruno</a><br />
<a href="http://it.wikiquote.org/wiki/Giordano_Bruno">http://www.giordanobruno.info</a><br />
<a href="http://it.wikiquote.org/wiki/Giordano_Bruno">http://www.giordanobruno.biz</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/yunshou.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/yunshou.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yunshou.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yunshou.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yunshou.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yunshou.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yunshou.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yunshou.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yunshou.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yunshou.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yunshou.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yunshou.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yunshou.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yunshou.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yunshou.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yunshou.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=6&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yunshou.wordpress.com/2007/12/28/giordano-bruno/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc36c22354567d1347f56d31979ed983?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yoghi2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Piramidi cinesi</title>
		<link>http://yunshou.wordpress.com/2007/12/24/piramidi-cinesi/</link>
		<comments>http://yunshou.wordpress.com/2007/12/24/piramidi-cinesi/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 17:02:16 +0000</pubDate>
		<dc:creator>yoghi2000</dc:creator>
				<category><![CDATA[cina]]></category>
		<category><![CDATA[piramidi]]></category>

		<guid isPermaLink="false">http://yunshou.wordpress.com/2007/12/24/piramidi-cinesi/</guid>
		<description><![CDATA[http://www.edicolaweb.net/edic150a.htm PIRAMIDI CINESI SU GOOGLE MAPS PIRAMIDI CINESI SU GOOGLE EARTH<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=5&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.edicolaweb.net/edic150a.htm" target="_blank">http://www.edicolaweb.net/edic150a.htm</a></p>
<p><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=http:%2F%2Fbbs.keyhole.com%2Fubb%2Fplacemarks%2F764821-chinapyramids.kmz&amp;ie=UTF8&amp;t=h&amp;z=11&amp;om=1" target="_blank">PIRAMIDI CINESI SU GOOGLE MAPS</a></p>
<p><a href="http://bbs.keyhole.com/ubb/placemarks/764821-chinapyramids.kmz">PIRAMIDI CINESI SU GOOGLE EARTH</a><a href="http://www.edicolaweb.net/edic150a.htm" target="_blank"></a></p>
<p><a href="http://www.edicolaweb.net/edic150a.htm" target="_blank"><span style="text-align:center; display: block;"><a href="http://yunshou.wordpress.com/2007/12/24/piramidi-cinesi/"><img src="http://img.youtube.com/vi/UCAyg3-R9Aw/2.jpg" alt="" /></a></span></a></p>
<p><a href="http://bbs.keyhole.com/ubb/placemarks/764821-chinapyramids.kmz"></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/yunshou.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/yunshou.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yunshou.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yunshou.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yunshou.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yunshou.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yunshou.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yunshou.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yunshou.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yunshou.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yunshou.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yunshou.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yunshou.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yunshou.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yunshou.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yunshou.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=5&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yunshou.wordpress.com/2007/12/24/piramidi-cinesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc36c22354567d1347f56d31979ed983?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yoghi2000</media:title>
		</media:content>
	</item>
		<item>
		<title>Gesù in oriente</title>
		<link>http://yunshou.wordpress.com/2007/12/24/gesu-in-oriente/</link>
		<comments>http://yunshou.wordpress.com/2007/12/24/gesu-in-oriente/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 16:37:38 +0000</pubDate>
		<dc:creator>yoghi2000</dc:creator>
				<category><![CDATA[gesù]]></category>
		<category><![CDATA[kashmir]]></category>
		<category><![CDATA[oriente]]></category>

		<guid isPermaLink="false">http://yunshou.wordpress.com/2007/12/24/gesu-in-oriente/</guid>
		<description><![CDATA[http://www.politicaonline.net/forum/showthread.php?t=253985<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=4&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.politicaonline.net/forum/showthread.php?t=253985" target="_blank">http://www.politicaonline.net/forum/showthread.php?t=253985</a></p>
<span style="text-align:center; display: block;"><a href="http://yunshou.wordpress.com/2007/12/24/gesu-in-oriente/"><img src="http://img.youtube.com/vi/9DXCZFRsyl8/2.jpg" alt="" /></a></span>
<span style="text-align:center; display: block;"><a href="http://yunshou.wordpress.com/2007/12/24/gesu-in-oriente/"><img src="http://img.youtube.com/vi/T340DUSq9SY/2.jpg" alt="" /></a></span>
<span style="text-align:center; display: block;"><a href="http://yunshou.wordpress.com/2007/12/24/gesu-in-oriente/"><img src="http://img.youtube.com/vi/8cy8M4VzU-Y/2.jpg" alt="" /></a></span>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/yunshou.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/yunshou.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yunshou.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yunshou.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yunshou.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yunshou.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yunshou.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yunshou.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yunshou.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yunshou.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yunshou.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yunshou.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yunshou.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yunshou.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yunshou.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yunshou.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yunshou.wordpress.com&amp;blog=2278490&amp;post=4&amp;subd=yunshou&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yunshou.wordpress.com/2007/12/24/gesu-in-oriente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc36c22354567d1347f56d31979ed983?s=96&#38;d=identicon" medium="image">
			<media:title type="html">yoghi2000</media:title>
		</media:content>
	</item>
	</channel>
</rss>
