<?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>Mirko Bonadei&#039;s Personal Blog</title>
	<atom:link href="http://mirkobonadei.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mirkobonadei.wordpress.com</link>
	<description>My life on record</description>
	<lastBuildDate>Tue, 24 May 2011 08:16:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mirkobonadei.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mirko Bonadei&#039;s Personal Blog</title>
		<link>http://mirkobonadei.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mirkobonadei.wordpress.com/osd.xml" title="Mirko Bonadei&#039;s Personal Blog" />
	<atom:link rel='hub' href='http://mirkobonadei.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Grow Up your Linux Security</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/24/grow-up-your-linux-security/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/24/grow-up-your-linux-security/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:02:33 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[Linux Rootkit]]></category>
		<category><![CDATA[Rootkit]]></category>
		<category><![CDATA[RKHunter]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=270</guid>
		<description><![CDATA[Hi people&#8230; Nice picture, isn&#8217;t it? By the way, this isn&#8217;t completely true&#8230; Now I would explain in a better way my thoughts. If you are a Linux user you are protected from virus but you should be aware from rootkits&#8230; They are worst than virus, because they could working for open some backdoors that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=270&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption aligncenter" style="width: 510px"><img title="Linux Security" src="http://farm1.static.flickr.com/32/94489996_771686ad91.jpg" alt="" width="500" height="441" /><p class="wp-caption-text">Thanks to nitot for this nice picture</p></div>
<p>Hi people&#8230; Nice picture, isn&#8217;t it? By the way, this isn&#8217;t completely true&#8230; Now I would explain in a better way my thoughts.</p>
<p>If you are a <strong>Linux user you are protected from virus but you should be aware from rootkits</strong>&#8230; They are worst than virus, because they could working for open some backdoors that malicious people could use to read your data, delete some precious files and in the worst cases they could retrieve your account passwords and became root, using the full power of you PC.</p>
<p>For example, if you aren&#8217;t able to check your logs (because they were deleted), it would be an alarm bell&#8230; Something is trying to hide its actions to your eyes.</p>
<p>The best way is to prevent these situations, setting up a good firewall policy, using software like <strong>Fail2Ban </strong>(to make an auto-checking of your logs, looking for some log in errors or other strange situations) and using a software for rootkit checking, like <strong>RKHunter</strong>.</p>
<p><strong>RKHunter </strong>is able to scan your system looking for rootkits and other types of exploits. It could make the following useful things:</p>
<ul>
<li>Hash MD5 check</li>
<li>Looking for files often used by rootkits</li>
<li>Looking for wrong binary file permissions</li>
<li>Looking for suspicius strings into LKM and KLD modules</li>
<li>Looking for hidden files</li>
</ul>
<p>So that, my advice is to install <strong>RKHunter</strong> after a clean installation of your Linux System, and after that you should plan some auto-update and auto-check up. You can simply do it editing <em>/etc/crontab</em> to program routine actions.</p>
<p><strong>Install RKHunter:</strong></p>
<pre class="brush: bash;">
# cd /opt
# wget http://sourceforge.net/progects/rkhunter/files/rkhunter/1.3.6/rkhunter-1.3.6.tar.gz/download?use_mirror=autoselect
# tar xfvz rkhunter-1.3.6.tar.gz
# cd rkhunter-1.3.6
# ./installer.sh --layout default --install
# cd ..
# rmdir rkhunter-1.3.6</pre>
<p><strong>Update RKHunter</strong></p>
<pre class="brush: bash;">
# rkhunter --update
# rkhunter --propupd
</pre>
<p><strong>RKHunter Scan</strong></p>
<pre class="brush: bash;">
# rkhunter -c [--createlog ] [--skip-keypress]</pre>
<p><strong>Some Links:</strong></p>
<p><a title="RKHunter Official Site" href="http://www.rootkit.nl/" target="_blank">RKHunter Official Site</a></p>
<p><a title="CHKRootkit Official Site" href="http://www.chkrootkit.org/" target="_blank">CHKRootkit (Another great tool, you can use it with RKHunter)</a></p>
<p><a title="Nitot Flickr" href="http://www.flickr.com/photos/nitot/" target="_blank">Author of the picture below (Nitot)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=270&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/24/grow-up-your-linux-security/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>

		<media:content url="http://farm1.static.flickr.com/32/94489996_771686ad91.jpg" medium="image">
			<media:title type="html">Linux Security</media:title>
		</media:content>
	</item>
		<item>
		<title>Share your Trips</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/20/share-your-trips/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/20/share-your-trips/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 15:42:27 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Dopplr]]></category>
		<category><![CDATA[Share your trips]]></category>
		<category><![CDATA[Smart Travellers]]></category>
		<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Trips]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=267</guid>
		<description><![CDATA[Hi readers&#8230; In this post I will show you how to share and plan your trips around the world, you could say: &#8220;Let me know Mirko&#8230; What&#8217;s about share some trips? I can share my entire life on Facebook, trips included&#8221;. But you are wrong, we are into the social network&#8217;s era and facebook is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=267&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi readers&#8230; In this post I will show you how to share and plan your trips around the world, you could say: &#8220;Let me know Mirko&#8230; What&#8217;s about share some trips? I can share my entire life on Facebook, trips included&#8221;. But you are wrong, we are into the social network&#8217;s era and facebook is the largest social network all over the world, but it is the most generic.</p>
<p style="text-align:center;"><img class="aligncenter" title="dopplr_logo" src="http://mirkobonadei.files.wordpress.com/2010/02/dopplr_logo.png?w=190&#038;h=35" alt="" width="190" height="35" /></p>
<p>If you want to share something about your job you surely use <a title="Mirko Bonadei on Linkedln" href="http://it.linkedin.com/pub/mirko-bonadei/17/545/2aa" target="_blank">Linkedln</a> and equally, if you want to share and plan (paying attenction that they don&#8217;t overlap) your trips you must use <a title="Dopplr" href="http://www.dopplr.com" target="_blank">Dopplr</a>.</p>
<p>Nice experience, a very good service and most of all it is simple to use.</p>
<p><a title="Mirko Bonadei on Dopplr" href="http://www.dopplr.com/traveller/MirkoBonadei/public" target="_blank">Here you can find my public profile</a>. If you start to use it from this post, let me know what do you think and if you want&#8230; Why not? Share your trips with me&#8230;</p>
<p>Oh, I forget&#8230; Within your Dopplr account, you can surely connect your account with your Facebook, Twitter, Ning and Flickr accounts, that&#8217;s nice.</p>
<div><span style="color:#551a8b;"><br />
</span></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=267&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/20/share-your-trips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>

		<media:content url="http://mirkobonadei.files.wordpress.com/2010/02/dopplr_logo.png" medium="image">
			<media:title type="html">dopplr_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Next Trip: Madrid</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/18/next-trip-madrid/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/18/next-trip-madrid/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:29:27 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[About Me]]></category>
		<category><![CDATA[Trips]]></category>
		<category><![CDATA[Madrid Trip]]></category>
		<category><![CDATA[Mirko Bonadei]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=263</guid>
		<description><![CDATA[I have just bought 2 return tickets for Madrid. I will be there with my girlfriend  from 1 May to 3 May 2010. It is a great trip, because in Madrid there is my friend Gabriele, he is studying veterinary medicine in Parma, but for the year 2009/2010 he is in Madrid cause he won [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=263&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have just bought 2 return tickets for Madrid. I will be there with my girlfriend  from 1 May to 3 May 2010.</p>
<div class="wp-caption aligncenter" style="width: 510px"><img class=" " title="Madrid" src="http://farm4.static.flickr.com/3574/3799725093_d9aa855323.jpg" alt="" width="500" height="332" /><p class="wp-caption-text">Thanks for this picture to marcp_dmoz</p></div>
<p>It is a great trip, because in Madrid there is my friend Gabriele, he is studying veterinary medicine in Parma, but for the year 2009/2010 he is in Madrid cause he won a scolarship.</p>
<p>Yeah, now it is time to back to study and work hard, until the 1st of May, where I will finally have some rest.</p>
<p>Author of the image in this post: <a rel="dc:creator cc:attributionURL" href="http://www.flickr.com/photos/marcp_dmoz/" target="_blank"><strong>marcp_dmoz</strong></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/263/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/263/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/263/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=263&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/18/next-trip-madrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3574/3799725093_d9aa855323.jpg" medium="image">
			<media:title type="html">Madrid</media:title>
		</media:content>
	</item>
		<item>
		<title>Hungry of Information Technology?</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/18/hungry-of-information-technology/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/18/hungry-of-information-technology/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:34:24 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[Friends]]></category>
		<category><![CDATA[Marco Capoferri]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=261</guid>
		<description><![CDATA[Here the answer&#8230; During these days my firend Marco Capoferri is starting his personal blog on wordpress. It is all about technology, programming and coding tips. You can find this source (that it is programmed to became awesome in few months) directly in my BlogRoll, in the right side of my page&#8230; Or you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=261&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here the answer&#8230; During these days my firend Marco Capoferri is starting his personal blog on wordpress. It is all about technology, programming and coding tips.</p>
<p>You can find this source (that it is programmed to became awesome in few months) directly in my BlogRoll, in the right side of my page&#8230; Or you can simply click onto the link below and add it to your Feed.</p>
<p><a title="Marco Capoferri's Blog" href="http://marcocapoferri.wordpress.com/" target="_blank">Marco Capoferri&#8217;s Blog</a> (it is written in Italian)</p>
<p>Enjoy his knowledge <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=261&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/18/hungry-of-information-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>
	</item>
		<item>
		<title>Google will stop supporting old browsers</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/15/google-will-stop-supporting-old-browsers/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/15/google-will-stop-supporting-old-browsers/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 19:56:21 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Stops Old Browsers]]></category>
		<category><![CDATA[Stop IE6]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=257</guid>
		<description><![CDATA[This is a great news for all the developers around the world; in fact, Google is planning to stop supporting legacy browsers from the 1st of march 2010.Here a list of these browsers: Internet Explorer 6 (YEAH!!!! nananana nananana ehyehyehy goodbyeeeeee) Firefox 2.x Google Chrome 3 Safari 2 So that from the next month, Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=257&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Stop IE6" src="http://fortysevenmedia.com/images/uploads/internet_explorer.gif" alt="" width="139" height="139" />This is a great news for all the developers around the world; in fact, Google is planning to stop supporting legacy browsers from the 1st of march 2010.Here a list of these browsers:</p>
<ul>
<li><strong>Internet Explorer 6 (YEAH!!!! nananana nananana ehyehyehy goodbyeeeeee) <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</strong></li>
<li>Firefox 2.x</li>
<li>Google Chrome 3</li>
<li>Safari 2</li>
</ul>
<p>So that from the next month, Google Docs and Google Sites editor will not work anymore. This is good, because IE 6 is here with us only because lazy people don&#8217;t update their PC (because they haven&#8217;t got a regular Windows Licence&#8230;), it is a big problem for Web developers around the world because IE6 is too much out of standards, and now, after 10 years to pain, Big G is trying to take away the rubbish!</p>
<p><strong>Thanks Big G</strong></p>
<p>PS: if you are an old man, <a title="Stop IE6" href="http://www.stopie6.com/" target="_blank">here</a> there is the link to do some upgrades</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=257&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/15/google-will-stop-supporting-old-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>

		<media:content url="http://fortysevenmedia.com/images/uploads/internet_explorer.gif" medium="image">
			<media:title type="html">Stop IE6</media:title>
		</media:content>
	</item>
		<item>
		<title>Superbowl XLIV &#8211; Saints in Heaven</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/08/superbowl-xliv-saints-in-heaven/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/08/superbowl-xliv-saints-in-heaven/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:07:43 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[NFL]]></category>
		<category><![CDATA[New Orleans Saints]]></category>
		<category><![CDATA[Superbowl]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=253</guid>
		<description><![CDATA[Here in Italy it is early morning (about 4 a.m.), and I&#8217;m awake&#8230; I&#8217;m proud of myself, because I&#8217;ve just watched The Superbowl XLIV! Saints are in Heaven, New Orleans is in Heaven&#8230; After Catrina Hurricane they have finally won the big one!!! What a game, it started in the worst way (10-0 for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=253&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here in Italy it is early morning (about 4 a.m.), and I&#8217;m awake&#8230; I&#8217;m proud of myself, because I&#8217;ve just watched The Superbowl XLIV!</p>
<p>Saints are in Heaven, New Orleans is in Heaven&#8230; After Catrina Hurricane they have finally won the big one!!!</p>
<p><a href="http://mirkobonadei.files.wordpress.com/2010/02/superbowl44.jpg"><img class="aligncenter size-full wp-image-254" title="superbowl44" src="http://mirkobonadei.files.wordpress.com/2010/02/superbowl44.jpg?w=550&#038;h=250" alt="SuperBowl XLIV" width="550" height="250" /></a></p>
<p>What a game, it started in the worst way (10-0 for the Colts), but with an awesome tenancy they started to learn how to win the chess game against Payton Manning&#8230; And with a strong second half they (great start of the second half, thanks to the Special Team, absolutely superior copared with the Colts&#8217;one) reached up the goal.</p>
<p>The memorable moment was the interception on Manning in the 4th quarter, that clearly ended the game! It&#8217;s over, it&#8217;s over&#8230;</p>
<p>The MVP is Drew Brees (voted by me <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p style="text-align:center;"><strong>NEW ORLEANS SAINTS ARE WORLD CHAMPIONS!!!</strong></p>
<p style="text-align:left;">ps: honor to the Colts, great team with a great quarterback</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=253&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/08/superbowl-xliv-saints-in-heaven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>

		<media:content url="http://mirkobonadei.files.wordpress.com/2010/02/superbowl44.jpg" medium="image">
			<media:title type="html">superbowl44</media:title>
		</media:content>
	</item>
		<item>
		<title>Kobe Bryant &#8211; L.A. Lakers all-time scoring leader</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/02/kobe-bryant-l-a-lakers-all-time-scoring-leader/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/02/kobe-bryant-l-a-lakers-all-time-scoring-leader/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 23:43:53 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[NBA]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Kobe Bryant]]></category>
		<category><![CDATA[Kobe passes Jerry West]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=251</guid>
		<description><![CDATA[Last night, against the Memphis Grizzlies Kobe reached the top of the ladder, becoming the ALL-TIME scoring leader in the history of Los Angeles Lakers (passing Jerry West, the man in the NBA logo). Thanks Kobe&#8230; Leggend in the making!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=251&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last night, against the Memphis Grizzlies Kobe reached the top of the ladder, becoming the ALL-TIME scoring leader in the history of Los Angeles Lakers (passing Jerry West, the man in the NBA logo).</p>
<p>Thanks Kobe&#8230; Leggend in the making!</p>
<span style="text-align:center; display: block;"><a href="http://mirkobonadei.wordpress.com/2010/02/02/kobe-bryant-l-a-lakers-all-time-scoring-leader/"><img src="http://img.youtube.com/vi/ynnuD2ROQt4/2.jpg" alt="" /></a></span>
<span style="text-align:center; display: block;"><a href="http://mirkobonadei.wordpress.com/2010/02/02/kobe-bryant-l-a-lakers-all-time-scoring-leader/"><img src="http://img.youtube.com/vi/XQVnYOMHZOs/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/251/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/251/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/251/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=251&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/02/kobe-bryant-l-a-lakers-all-time-scoring-leader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>
	</item>
		<item>
		<title>Yes, Kobe did it again&#8230;</title>
		<link>http://mirkobonadei.wordpress.com/2010/02/01/yes-kobe-did-it-again/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/02/01/yes-kobe-did-it-again/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 19:34:21 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[NBA]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Boston]]></category>
		<category><![CDATA[Kobe Bryant]]></category>
		<category><![CDATA[Lakers]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=249</guid>
		<description><![CDATA[Great game yesterday night in NBA. Lakers @ TD Bank North Garden (Boston) versus the Boston Celtics&#8230; Both two awesome teams, but on the clutch plays Ron Artest defended hard on Paul Pierce, and after that&#8230; Kobe Bryant&#8230; After Kobe&#8230; Only silence&#8230;. Enjoy&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=249&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Great game yesterday night in NBA.</p>
<p>Lakers @ TD Bank North Garden (Boston) versus the Boston Celtics&#8230; Both two awesome teams, but on the clutch plays Ron Artest defended hard on Paul Pierce, and after that&#8230; Kobe Bryant&#8230;</p>
<p>After Kobe&#8230;</p>
<p>Only silence&#8230;. Enjoy&#8230;</p>
<span style="text-align:center; display: block;"><a href="http://mirkobonadei.wordpress.com/2010/02/01/yes-kobe-did-it-again/"><img src="http://img.youtube.com/vi/nzkffOLUuyQ/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=249&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/02/01/yes-kobe-did-it-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>
	</item>
		<item>
		<title>Smart Thoughts &#8211; Me and Steve Jobs together</title>
		<link>http://mirkobonadei.wordpress.com/2010/01/30/smart-thoughts-me-and-steve-jobs-together/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/01/30/smart-thoughts-me-and-steve-jobs-together/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 19:51:50 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[Actuality]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad review]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=242</guid>
		<description><![CDATA[24 hours later my cyanide post about iPad, it is now time to explain my smart thoughts and put my hate for the &#8220;Fan Boys&#8221; in the wardrobe. I think that slacabos will enjoy this post, after the little storm that I&#8217;ve unleashed with the last one&#8230; PERFACE (Me and Steve Jobs together): I hate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=242&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>24 hours later my cyanide post about iPad, it is now time to explain my smart thoughts and put my hate for the &#8220;Fan Boys&#8221; in the wardrobe. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div id="attachment_243" class="wp-caption aligncenter" style="width: 478px"><a href="http://mirkobonadei.files.wordpress.com/2010/01/steve-ipad.jpg"><img class="size-full wp-image-243" title="Steve Jobs iPad" src="http://mirkobonadei.files.wordpress.com/2010/01/steve-ipad.jpg?w=468&#038;h=511" alt="Steve Jobs iPad" width="468" height="511" /></a><p class="wp-caption-text">27 January 2010</p></div>
<p>I think that <a title="Slacabos Blog" href="http://slacabos.wordpress.com" target="_blank"><strong>slacabos</strong></a> will enjoy this post, after the little storm that I&#8217;ve unleashed with the last one&#8230;</p>
<p><strong>PERFACE (Me and Steve Jobs together):</strong></p>
<p>I hate Netbooks&#8230; Yes, it is true. I know that you can&#8217;t believe it (yes guys, I&#8217;m in accord with Steve), but this is it. Why? Because they are too small, the keyboard is too small for me, and it is very hard for me try to write some code with a Netbook.</p>
<p><strong>WHERE JOBS IS WRONG:</strong></p>
<p><strong>Steve is wrong because he compares Netbook to iPad</strong>. These are 2 different types of products. Ipad is the device in the middle, between MacBooks and iPhone; Netbook is only a mini-laptop. He can&#8217;t compare them! He can&#8217;t talk trash about them, because, in this way, he made us think to the comparison&#8230; <strong>And the result of the comparison </strong>(that isn&#8217;t right to do) <strong>is the last post&#8217;s image</strong>. And&#8230; Steve, not all the netbooks are slow&#8230;</p>
<p><strong>APPLE DIDN&#8217;T CLONE P88:</strong><strong> </strong></p>
<p>In the last hours a Chinese company show how Apple cloned P88, a device similar to the iPad but on the market from about 6 months. <strong>Apple didn&#8217;t clone P88!</strong> The iPad design is the classic Apple&#8217;s devices design, so that I&#8217;m thinking that the Chinese company has tried to clone something. So that, I hope that this talk won&#8217;t be on the newspapers in the future!</p>
<p><strong>HOW TO INCREASE:</strong></p>
<p><strong>Apple must stop to go beyond the physical limit</strong>! iPad could be awesome with 2 USB, a web-cam, and HDMI out and if it is possible&#8230; multitasking to make the user experience more ﻿astonishing. Think about a similar iPad and dream&#8230; Yes, you can only dream, because the real iPad is a luxury device (<strong>only because they are looking to pass the physical limit</strong>). It is too expensive, and it is just for browsing Internet, e-mails, newspaper, e-books (nut for the e-books i prefer the Kindle) and watch TV and photos.</p>
<p><strong>The right one is an iPad not in the middle between iPhone and MacBook, but an iPad next to the MacBook&#8230; iPhone is totally another business in my opinion.<br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=242&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/01/30/smart-thoughts-me-and-steve-jobs-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>

		<media:content url="http://mirkobonadei.files.wordpress.com/2010/01/steve-ipad.jpg" medium="image">
			<media:title type="html">Steve Jobs iPad</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you call it &#8220;Tablet&#8221;?</title>
		<link>http://mirkobonadei.wordpress.com/2010/01/29/ipad-do-you-call-it-tablet/</link>
		<comments>http://mirkobonadei.wordpress.com/2010/01/29/ipad-do-you-call-it-tablet/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 23:42:32 +0000</pubDate>
		<dc:creator>wormpress80s</dc:creator>
				<category><![CDATA[Actuality]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad review]]></category>
		<category><![CDATA[Netbook]]></category>

		<guid isPermaLink="false">http://mirkobonadei.wordpress.com/?p=235</guid>
		<description><![CDATA[This image is shocking. Ok, I&#8217;m not an Apple addict, but I recognize some merit to Apple when they make something awesome. Unfortunately Apple is going totally crazy in the last month&#8230; Rumors about a possible Tablet destabilized Steve and Co. and this is the result&#8230; A poor device with a &#8220;cool&#8221; (if is it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=235&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_236" class="wp-caption aligncenter" style="width: 547px"><a href="http://mirkobonadei.files.wordpress.com/2010/01/ipad-netbook.png"><img class="size-full wp-image-236" title="iPad vs Netbook" src="http://mirkobonadei.files.wordpress.com/2010/01/ipad-netbook.png?w=537&#038;h=928" alt="iPad vs Netbook" width="537" height="928" /></a><p class="wp-caption-text">iPad vs Netbook</p></div>
<p>This image is shocking. Ok, I&#8217;m not an Apple addict, but I recognize some merit to Apple when they make something awesome.</p>
<p>Unfortunately Apple is going totally crazy in the last month&#8230; Rumors about a possible Tablet destabilized Steve and Co. and this is the result&#8230; A poor device with a &#8220;cool&#8221; (if is it possible to define cool a three years old iPhone enlarged design), and a stupid name&#8230; iPad (after iPod, iPhone&#8230; yeah, fantasy take me away&#8230; lol).</p>
<p>Guys, look at the reality; Apple has created a &#8220;cool&#8221; notepad. And after months and months of waiting this is so unsatisfying.</p>
<p>A lot of people talks about &#8220;an awesome device&#8221; or &#8220;I must have to had it&#8221;&#8230; They looks like stupid addicted people that must open up their eyes and take a look at the image above.</p>
<p>500 $ for the entry level iPad&#8230; Oh God&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It is the right way to spend your money&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let go Apple, you can so something better than this device&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mirkobonadei.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mirkobonadei.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mirkobonadei.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mirkobonadei.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mirkobonadei.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mirkobonadei.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mirkobonadei.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mirkobonadei.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mirkobonadei.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mirkobonadei.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mirkobonadei.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mirkobonadei.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mirkobonadei.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mirkobonadei.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mirkobonadei.wordpress.com&amp;blog=10326314&amp;post=235&amp;subd=mirkobonadei&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mirkobonadei.wordpress.com/2010/01/29/ipad-do-you-call-it-tablet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fabc89d3820fa4d0cc5854344de00a1d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wormpress80s</media:title>
		</media:content>

		<media:content url="http://mirkobonadei.files.wordpress.com/2010/01/ipad-netbook.png" medium="image">
			<media:title type="html">iPad vs Netbook</media:title>
		</media:content>
	</item>
	</channel>
</rss>
