<?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>Andata e ritorno</title>
	<atom:link href="http://bigonazzi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigonazzi.wordpress.com</link>
	<description>Di ritorno da un viaggio, in partenza per uno nuovo...</description>
	<lastBuildDate>Mon, 21 Sep 2009 15:36:37 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bigonazzi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Andata e ritorno</title>
		<link>http://bigonazzi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bigonazzi.wordpress.com/osd.xml" title="Andata e ritorno" />
	<atom:link rel='hub' href='http://bigonazzi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Android: ddms on Snow Leopard</title>
		<link>http://bigonazzi.wordpress.com/2009/09/06/android-ddms-on-snow-leopard/</link>
		<comments>http://bigonazzi.wordpress.com/2009/09/06/android-ddms-on-snow-leopard/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 20:43:58 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[OSS]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[ddms]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[jvm]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[64]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[java 1.6]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=340</guid>
		<description><![CDATA[This weekend I got over my fear to update to the latest big cat: Snow Leopard. I have to say that almost everything worked smoothly. It feels like a new clean system, even tough I merely run the upgrade! Anyway, thanks to the new 64-bit JVM and carbon being 32-bit only, ddms tool from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=340&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This weekend I got over my fear to update to the latest big cat: Snow Leopard. I have to say that almost everything worked smoothly. It feels like a new clean system, even tough I merely run the upgrade!</p>
<p>Anyway, thanks to the new 64-bit JVM and carbon being 32-bit only, ddms tool from the Android SDK stubbornly refused to start even after half an hour of tweaking the java params. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So I decided to go the hacky way (follow at your own risk):</p>
<ol>
<li>download the cocoa 64 bit version of <a style="text-decoration:line-through;" href="http://eclipse.cdpa.nsysu.edu.tw/downloads/drops/S-3.6M1-200908061400/download.php?dropFile=eclipse-SDK-3.6M1-macosx-cocoa-x86_64.tar.gz">SWT</a> <a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.6M1-200908061400/download.php?dropFile=swt-3.6M1-cocoa-macosx-x86_64.zip">SWT</a> (update: corrected the link)</li>
<li>download the cocoa 64 bit versions of libswt-cocoa-3610.jnilib (<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.cocoa.macosx.x86_64/libswt-cocoa-3610.jnilib?revision=1.1">download</a>) and  libswt-pi-cocoa-3610.jnilib (<a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.cocoa.macosx.x86_64/libswt-pi-cocoa-3610.jnilib?revision=1.1">download</a>)  from  the swt 3.6M1 branch</li>
<li>now go inside the android sdk folder and inside the tools &gt; lib folder substitute swt.jar, libswt-carbon-3236.jnilib and libswt-pi-carbon-3236.jnilib with the corresponding version you just downloaded, having care to rename the new ones to match the old filenames</li>
</ol>
<p>Et voila, ddms running in 64 bit on Snow Leopard! Enjoy! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>dArio</p>
<div id="attachment_341" class="wp-caption alignnone" style="width: 642px"><img class="size-full wp-image-341 " title="ddms_64bit" src="http://bigonazzi.files.wordpress.com/2009/09/ddms_64bit.jpg?w=632&#038;h=404" alt="Android ddms cocoa 64 bit" width="632" height="404" /><p class="wp-caption-text">Android ddms cocoa 64 bit, seeing is believing</p></div>
<p><strong>UPDATE: The new 1.6 r1 SDK</strong> is out and is using cocoa swt, but it is still trying to use the 1.5 JVM which is not working for me. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  The solution is pretty simple:</p>
<p>Edit the ddms script (in /sdk-path/tools/), find the following lines:</p>
<p style="padding-left:30px;"><code> if [ `uname` = "Darwin" ]; then<br />
os_opts="-XstartOnFirstThread"<br />
#because Java 1.6 is 64 bits only and SWT doesn't support this, we force the usage of java 1.5<br />
java_cmd="/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands/java"<br />
else<br />
</code></p>
<p>and substitute with:</p>
<p style="padding-left:30px;"><code> if [ `uname` = "Darwin" ]; then<br />
os_opts="-XstartOnFirstThread -d64"<br />
#because Java 1.6 is 64 bits only and SWT doesn't support this, we force the usage of java 1.5<br />
# java_cmd="/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Commands/java"<br />
java_cmd="java"<br />
else<br />
</code></p>
<p>This way we use the default JVM (specified trough the Java Preferences.app) forcing the use of the 64bit version, with the -d64 (remove it to use the default or use -d32 to force 32bit)</p>
<p>now export a shell variable (I do it in ~/.profile, but you can put anywhere you please) to tell ddms where to find your custom swt.jar lib. Using bash:</p>
<p style="padding-left:30px;"><code>export ANDROID_SWT="/path-to-custom-swt.jar/"</code></p>
<p>Of course the architecture of your swt must match the architecture of the JVM you are using. Currently I&#8217;m using the 64 bit 1.6 JVM with the 3.6M1 swt jar (<a href="http://download.eclipse.org/eclipse/downloads/drops/S-3.6M1-200908061400/download.php?dropFile=swt-3.6M1-cocoa-macosx-x86_64.zip">get it here</a>).</p><br /> Tagged: 10.6, 64, 64bit, android, ddms, hack, java, java 1.6, jvm, OSX, sdk, snow leopard <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=340&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/09/06/android-ddms-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>

		<media:content url="http://bigonazzi.files.wordpress.com/2009/09/ddms_64bit.jpg" medium="image">
			<media:title type="html">ddms_64bit</media:title>
		</media:content>
	</item>
		<item>
		<title>Dropbox &amp; Xubuntu</title>
		<link>http://bigonazzi.wordpress.com/2009/08/03/dropbox-xubuntu/</link>
		<comments>http://bigonazzi.wordpress.com/2009/08/03/dropbox-xubuntu/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 10:41:00 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[OSS]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xfce]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=338</guid>
		<description><![CDATA[I&#8217;m trying out Xubuntu Jaunty on a small atom server and needed to setup dropbox (get it here) but the default dropbox package needs gnome! Fortunately I found a simple workaround on the inter-tubes: Download the closed source Dropbox Linux client from http://www.getdropbox.com/download?plat=lnx.x86 (x86_64 for 64 bit) Extract the contents and you should get a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=338&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying out Xubuntu Jaunty on a small atom server and needed to setup dropbox (<a href="https://www.getdropbox.com/referrals/NTEzMjA3OQ">get it here</a>) but the default dropbox package needs gnome!</p>
<p>Fortunately I found a simple workaround on the inter-tubes:</p>
<ul>
<li>Download the closed source Dropbox Linux client from <a href="http://www.getdropbox.com/download?plat=lnx.x86">http://www.getdropbox.com/download?plat=lnx.x86</a> (x86_64 for 64 bit)</li>
<li>Extract the contents and you should get a .dropbox-dist folder out of the archive. Move the folder to $HOME</li>
<li>Run &#8220;~/.dropbox-dist/dropboxd &amp;&#8221; (without the quotes), wait a sec and you&#8217;ll get the config wizard.</li>
<li>Now add the same &#8220;~/.dropbox-dist/dropboxd &amp;&#8221; to the session auto-start program list and your set!</li>
</ul>
<p>[original: <a href="http://antrix.net/journal/techtalk/dropbox_kde.html">http://antrix.net/journal/techtalk/dropbox_kde.html</a>]</p><br /> Tagged: dropbox, guide, howto, jaunty, linux, ubuntu, xfce, xubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/338/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=338&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/08/03/dropbox-xubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
		<item>
		<title>rossi vs lorenzo barcelona 09ultima vuelta</title>
		<link>http://bigonazzi.wordpress.com/2009/06/14/rossi-vs-lorenzo-barcelona-09ultima-vuelta/</link>
		<comments>http://bigonazzi.wordpress.com/2009/06/14/rossi-vs-lorenzo-barcelona-09ultima-vuelta/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 14:54:01 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[Sport]]></category>
		<category><![CDATA[barcelona]]></category>
		<category><![CDATA[last lap]]></category>
		<category><![CDATA[lorenzo]]></category>
		<category><![CDATA[motogp]]></category>
		<category><![CDATA[Motorsport]]></category>
		<category><![CDATA[spain]]></category>
		<category><![CDATA[vale]]></category>
		<category><![CDATA[valentino rossi]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Yamaha]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=334</guid>
		<description><![CDATA[more about &#8220;rossi vs lorenzo barcelona 09ultima v&#8230;&#8220;, posted with vodpod Tagged: barcelona, last lap, lorenzo, motogp, Motorsport, spain, vale, valentino rossi, Video, Yamaha, YouTube<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=334&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="display:block;width:425px;margin:0 auto;"> <embed src='http://widgets.vodpod.com/w/video_embed/ExternalVideo.838177' type='application/x-shockwave-flash' AllowScriptAccess='sameDomain' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent' flashvars='&rel=0&border=0&' width='425' height='350' /> </span></p>
<div style="font-size:10px;">more about &#8220;<a href="http://vodpod.com/watch/1760626-rossi-vs-lorenzo-barcelona-09ultima-vuelta">rossi vs lorenzo barcelona 09ultima v&#8230;</a>&#8220;, posted with <a href="http://vodpod.com/wordpress">vodpod</a></div><br /> Tagged: barcelona, last lap, lorenzo, motogp, Motorsport, spain, vale, valentino rossi, Video, Yamaha, YouTube <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/334/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/334/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/334/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=334&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/06/14/rossi-vs-lorenzo-barcelona-09ultima-vuelta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
		<item>
		<title>Elezioni europee, circoscrizione centro</title>
		<link>http://bigonazzi.wordpress.com/2009/06/03/liste-elezioni-europee-circoscrizione-italia-centrale/</link>
		<comments>http://bigonazzi.wordpress.com/2009/06/03/liste-elezioni-europee-circoscrizione-italia-centrale/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 22:27:33 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[candidati]]></category>
		<category><![CDATA[elenco candidati]]></category>
		<category><![CDATA[europee 2009]]></category>
		<category><![CDATA[italia centrale]]></category>
		<category><![CDATA[lazio]]></category>
		<category><![CDATA[liste elettorali]]></category>
		<category><![CDATA[marche]]></category>
		<category><![CDATA[politica]]></category>
		<category><![CDATA[toscana]]></category>
		<category><![CDATA[umbria]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=324</guid>
		<description><![CDATA[Visto che non sono riuscito a trovare online una lista esaustiva e chiara di tutti i candidati per le europee ho fatto un po&#8217; di copia e incolla per conto mio. Spero di non aver commesso errori, cmq per ogni lista ho messo anche il link al sito giusto per non avere dubbi. Di seguito, ed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=324&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Visto che non sono riuscito a trovare online una lista esaustiva e chiara di tutti i candidati per le europee ho fatto un po&#8217; di copia e incolla per conto mio. Spero di non aver commesso errori, cmq per ogni lista ho messo anche il link al sito giusto per non avere dubbi. Di seguito, ed in nessun ordine particolare, le <strong>liste per le elezioni europee, circoscrizione III per l&#8217;Italia centrale (Lazio, Marche, Toscana e Umbria)</strong>:</p>
<p><a href="http://www.partitodemocratico.it/gw/producer/producer.aspx?t=/speciali/elezioni09/europee09/home.htm"><strong>Partito Democratico:</strong></a></p>
<ol>
<li>David SASSOLI CAPOLISTA</li>
<li>Leonardo DOMENICI sindaco di Firenze</li>
<li>Silvia COSTA assessore reg. Istruzione-diritto allo studio-formazione</li>
<li>Catiuscia MARINI europarlamentare uscente</li>
<li>Palmiro UCCHIELLI Presidente Provincia Pesaro e Urbino</li>
<li>Monica GIUNTINI europarlamentare uscente</li>
<li>Giampiero CIOFFREDI coordinatore eventi internazionali Provincia di Roma</li>
<li>Luisa LAURELLI consigliere reg. – Pres. Commissione sicurezza</li>
<li>Francesco DE ANGELIS assessore reg. Piccola e media impresa-commercio e artigianato</li>
<li>Alessandra SENSINI campionessa olimpico di windsurf</li>
<li>Roberto GUALTIERI ricercatore universitario</li>
<li>Guido MILANA presidente consiglio regionale</li>
<li>Gabriele MORI ex parlamentare direttore generale enpaia</li>
<li>Franco VACCARI psicologo – presidente comunità rondine</li>
</ol>
<p><a href="http://www.ilpopolodellaliberta.it/elezioni-europee-2009/"><strong>Popolo Della Libertà:</strong></a></p>
<ol>
<li>Silvio Berlusconi</li>
<li>Roberta Angelilli</li>
<li>Stefano Zappalà</li>
<li>Alfredo Antoniozzi</li>
<li>Lucio Barani</li>
<li>Paolo bartolozzi</li>
<li>Alessandra Calcagno</li>
<li>Carlo De Romanis</li>
<li>Federico Eichberg detto Federico</li>
<li>Barbara Mannucci</li>
<li>Alfredo Pallone</li>
<li>Mariarosaria Rossi</li>
<li>Potito Salatto</li>
<li>Marco Scurria</li>
</ol>
<p><a href="http://www.udc-italia.it/?page=front/pageref&amp;pageref=%3C?REFtype:vpage;src:candidati_europee_2009;?%3E"><strong>Unione Di Centro:</strong></a></p>
<ol>
<li>Carlo Casini</li>
<li>Luciano Ciocchetti</li>
<li>Giovanni Rivera</li>
<li>Luca Marconi</li>
<li>Marco Andreani</li>
<li>Anna Borgia</li>
<li>Roberto Carlino</li>
<li>Clemente Carta</li>
<li>Mariolina Ciarnella</li>
<li>Giulio Cozzari</li>
<li>Paolo Maria Floris</li>
<li>Sara Occhipinti</li>
<li>Clara Podda</li>
<li>Cinzia Santinelli</li>
</ol>
<p><a href="http://www.leganord.name/elezioni/2009/europee/default.asp"><strong>LEGA NORD:</strong></a></p>
<ol>
<li>Bossi Umberto</li>
<li>Borghezio Mario</li>
<li>Miroballo Francesco</li>
<li>Morganti Claudio</li>
<li>Stella Gabriella</li>
<li>Infriccioli Pietro</li>
<li>Salmoiraghi Elisabetta</li>
<li>Canepa Emanuele</li>
<li>Bellocchi Giuliana</li>
<li>Bertelli Simona</li>
<li>Di Berardino Bruna</li>
<li>Demontis Pietro</li>
<li>Frezza Paolo</li>
<li>Bergolini Michela</li>
</ol>
<p><a href="http://italiadeivalori.antoniodipietro.com/elezioni/candidati.php?dato=1"><strong>Italia Dei Valori:</strong></a></p>
<ol>
<li>Antonio Di Pietro</li>
<li>Niccolò Rinaldi</li>
<li>Luigi de Magistris</li>
<li>Sonia Alfano</li>
<li>Paolo Brutti</li>
<li>Nicola Tranfaglia</li>
<li>Pietro Adami</li>
<li>Luisa Capelli</li>
<li>Anna Maria Colocci</li>
<li>Dringa Milito Pagliara (detta Dringa)</li>
<li>Carlo Rossetti</li>
<li>Cristina Scaletti</li>
<li>Gianteresio Vattimo (detto Gianni)</li>
<li>Carlo Vulpio</li>
</ol>
<p><a href="http://www.sinistraeliberta.it/candidati/"><strong>Sinistra e Libertà:</strong></a></p>
<ol>
<li>Giuliana Sgrena</li>
<li>Nichi Vendola</li>
<li>Claudio Fava</li>
<li>Umberto Guidoni</li>
<li>Sergio Staino</li>
<li>Roberto Musacchio</li>
<li>Simonetta Salacone</li>
<li>Alessandro Battilocchio</li>
<li>Elisabetta Ballini</li>
<li>Luca Cefisi</li>
<li>Giovanni Cimini</li>
<li>Martina Nardi</li>
<li>Daniela Rosati</li>
<li>Mauro Palma</li>
</ol>
<p><a href="http://www.unaltraeuropa.eu/candidati.php"><strong>Lista comunista e anticapitalista:</strong></a></p>
<ol>
<li>OLIVIERO DILIBERTO – Segretario nazionale PdCI</li>
<li>FABIO AMATO – Responsabile Esteri PRC</li>
<li>MARIA ROSARIA MARELLA – Umbria (PG) – Docente Universita’ Perugia</li>
<li>RANIERO LA VALLE – Sinistra cristiana</li>
<li>ANDREA CAVOLA – Lazio – Rappresentante sindacale SDL, cassintegrato Alitalia</li>
<li>ROSA (ROSI) RINALDI – Lazio (RM) – Direzione nazionale PRC</li>
<li>PAULA BEATRIZ AMADIO – Segretaria provinciale PRC Ascoli Piceno</li>
<li>NICOLETTA BRACCI – Toscana – Bracciante agricola</li>
<li>ORFEO GORACCI – Umbria (PG) – Sindaco di Gubbio</li>
<li>GIUSEPPE MASCIO – Umbria (TR) – Assessore regionale Lavoro</li>
<li>MARIO MICHELANGELI – Lazio (FR) – Segretario regionale PdCI, ex assessore regionale</li>
<li>BASSAM SALEH – Lazio (RM) – Comunità palestinese</li>
<li>VINCENZO SIMONI – Toscana (FI) &#8211; Presidente Unione Inquilini</li>
<li>LUIGI TAMBORRINO – Lazio (RM) – Centro sociale Rialto</li>
</ol>
<p><a href="http://www.radicali.it/download/htm/candidati_europee.htm"><strong>Bonino e Pannella:</strong></a></p>
<ol>
<li>PANNELLA Giacinto detto Marco</li>
<li>BONINO Emma</li>
<li>CAPPATO Marco</li>
<li>ROSSI Aldo Loris</li>
<li>VECELLIO Valter</li>
<li>SCHETT WELBY Wilhelmine detta Mina Welby</li>
<li>PAGANO Giorgio</li>
<li>PARACHINI Mirella</li>
<li>PULLIA Francesco Maria</li>
<li>ROVASIO Sergio</li>
<li>SIMI Giulia</li>
<li>STADERINI Mario</li>
<li>BERNARDINI Rita</li>
<li>SPADACCIA Gianfranco</li>
</ol>
<p><a href="http://www.lautonomia.it/attivita-politica/"><strong>LISTA  MPA/ALLEANZA DI CENTRO/LA DESTRA:</strong></a></p>
<ol>
<li>MONICA STEFANIA BALDI</li>
<li>STEFANO BENEDETTI</li>
<li>MAURIZIO BRUGIATELLI</li>
<li>TEODORO BUONTEMPO</li>
<li>FRANCESCA MARIA CANTALAMESSA</li>
<li>GRAZIANO CECCHINI</li>
<li>COSIMO CHIARELLI</li>
<li>CARLO FATUZZO</li>
<li>UMBERTO NARDINOCCHI</li>
<li>MONICA NASSISI</li>
<li>PAOLO RICCIOTTI</li>
<li>FRANCESCO SAPONARO</li>
<li>STEFANO TODINI</li>
<li>ALDO TRACCHEGIANI</li>
</ol>
<p><a href="http://www.ld-maie.com/modules.php?name=Content&amp;pa=showpage&amp;pid=4"><strong>LIBERAL DEMOCRATICI – MAIE:</strong></a></p>
<ol>
<li>Daniela MELCHIORRE</li>
<li>Antonio RAIMONDI</li>
<li>Carlo FANTOZZI</li>
<li>Piera LEVI-MONTALCINI</li>
<li>Clemente POTENZA</li>
<li>Gherardo GUAZZINI</li>
<li>Cristina GORAJSKI detta Cristina VISCONTI GORAJSKI</li>
<li>Nadia BOBINI</li>
<li>Francesco GARDENGHI</li>
<li>Ennio MUCCIO</li>
<li>Daniele PINNA</li>
<li>Tommaso RIGHI</li>
<li>Stefania TRABALZA</li>
<li>Gianfranco ZICCARO</li>
</ol>
<p><a href="http://www.fiammatricolore.com/"><strong>FIAMMA TRICOLORE – DESTRA SOCIALE:</strong></a></p>
<ol>
<li>ROMAGNOLI  Luca</li>
<li>DI MARCO Alfio</li>
<li>NUCCI Maurizio</li>
<li>DE MARCO Giovanni</li>
<li>CALISTI Marco</li>
<li>MACCHETTA Milena in MARZANI</li>
<li>ROSSI Augusto</li>
<li>TOZZI Sergio</li>
<li>SPERDUTO Simone</li>
<li>TRAVAGLIATI Sergio</li>
<li>BERNACCHI Alessandro</li>
<li>GAMBERALE Adele</li>
<li>CHIALASTRI Mauro</li>
<li>CONFORTI Armando</li>
</ol>
<p><a href="http://www.pclavoratori.it/files/index.php?c3:o1314"><strong>PARTITO COMUNISTA DEI LAVORATORI:</strong></a></p>
<ol>
<li>Ferrando Marco, Genova, 18-07-1954</li>
<li>Mantovani Tiziana, Milano, 11-07-1960</li>
<li>Gemmo Eugenio, Roma, 15-02-1978</li>
<li>Desideri Nazarena, Poggio Bustone (RI), 30-06-49</li>
<li>Marsili Domenico, Forte dei Marmi (LU), 16-03-1948</li>
<li>Lascialfari Maria detta Cristina, Firenze, 01-07-1948</li>
<li>Rognoni Ruggero, Milano, 24-07-1954</li>
<li>Pereira Leila detta Leila Daianis, Sorocaba (Brasile),15-03-1955</li>
</ol><br /> Tagged: candidati, elenco candidati, europee 2009, italia centrale, lazio, liste elettorali, marche, politica, toscana, umbria <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/324/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/324/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/324/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=324&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/06/03/liste-elezioni-europee-circoscrizione-italia-centrale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails &#8211; number format hack</title>
		<link>http://bigonazzi.wordpress.com/2009/03/25/rails-number-format-hack/</link>
		<comments>http://bigonazzi.wordpress.com/2009/03/25/rails-number-format-hack/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:08:33 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[I18n]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=322</guid>
		<description><![CDATA[Ciao, il supporto all&#8217;internazionalizzazione (wow, spero di averlo scritto giusto!) di Rails ha fatto incredibili passi avanti nelle ultime versioni. Purtroppo al momento non tutto il framework utilizza il nuovo modulo I18n. In particolare i form helpers non lo usano. Ho dato un&#8217;occhiata in giro (google) e non sono riuscito a trovare una soluzione semplice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=322&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ciao, il supporto all&#8217;internazionalizzazione (wow, spero di averlo scritto giusto!) di Rails ha fatto incredibili passi avanti nelle ultime versioni. Purtroppo al momento non tutto il framework utilizza il nuovo modulo I18n. In particolare i form helpers non lo usano. Ho dato un&#8217;occhiata in giro (google) e non sono riuscito a trovare una soluzione semplice (i dati vanno comunque salvati sul db), quindi ho deciso di scrivere una piccola libreria che risolva il problema temporaneamente. Per ogni campo vengono creati due attributi virtuali (eg: formatted_decimal :total =&gt; &#8220;formatted_total&#8221;, &#8220;formatted_total=&#8221; ) da usare nelle viste al posto dell&#8217;attributo vero e proprio. Serve solo definire il formato numerico per il &#8220;locale&#8221; corrente (eg: config/locale/it.yml).</p>
<p>Scrivere un plugin per un semplice file mi pareva eccessivo. <a href="http://github.com/bigonazzi/formatted_decimal/tree/master">Eccovelo</a>.</p>
<p>dArio</p><br /> Tagged: github, I18n, ruby, ruby on rails, Software <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/322/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/322/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/322/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=322&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/03/25/rails-number-format-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
		<item>
		<title>KML + MarkerManager</title>
		<link>http://bigonazzi.wordpress.com/2009/03/16/kmlmmanager/</link>
		<comments>http://bigonazzi.wordpress.com/2009/03/16/kmlmmanager/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 21:57:52 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[OSS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Gmaps]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[kml]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=319</guid>
		<description><![CDATA[I'm releasing a little javascript lib to use MarkerManager with public KML files. Get it while its hot: http://wiki.github.com/bigonazzi/kmlmmanager!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=319&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a little Google maps mashup and I could not find anywhere a way to efficiently manage multiple markers coming from external kml files (think my maps kml files). Of course you can render them easily with GGeoXml, but then you cannot use MarkerManager. Of course you can use MarkerManager with KML files (trough EGeoXml and others), but you are limited to local files, due to the infamous same origin policy of ajax requests.</p>
<p>What to do?? Write my own library: <a href="http://wiki.github.com/bigonazzi/kmlmmanager">http://wiki.github.com/bigonazzi/kmlmmanager</a> get it while its hot! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I don&#8217;t know exactly how GGeoXml works its magic (iframe?) but instead of reinventing the wheel&amp;amp;copy; I decided to piggyback GGeoXml&#8230; at least until I find a better way to do it!</p>
<p>Note: please be gentle, I&#8217;m pretty new to Javascript</p><br /> Tagged: ajax, Gmaps, google maps, javascript, kml, library, manager, mashup, open source <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=319&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/03/16/kmlmmanager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
		<item>
		<title>Il TG1 sei tu (?!?)</title>
		<link>http://bigonazzi.wordpress.com/2009/02/16/il-tg1-sei-tu/</link>
		<comments>http://bigonazzi.wordpress.com/2009/02/16/il-tg1-sei-tu/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 12:00:55 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[TV]]></category>
		<category><![CDATA[RAI]]></category>
		<category><![CDATA[Televisione]]></category>
		<category><![CDATA[TG1]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=316</guid>
		<description><![CDATA[Che la televisione italiana fosse messa male lo sapevo, ma non fino a questo punto!!! dArio Tagged: RAI, Televisione, TG1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=316&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span class='embed-youtube' style='text-align:center; display:block;'><object width='632' height='386'><param name='movie' value='http://www.youtube.com/v/4m1DY7Np07A?version=3&rel=1&fs=1&showsearch=0&showinfo=1&iv_load_policy=1' /> <param name='allowfullscreen' value='true' /> <param name='wmode' value='opaque' /> <embed src='http://www.youtube.com/v/4m1DY7Np07A?version=3&rel=1&fs=1&showsearch=0&showinfo=1&iv_load_policy=1' type='application/x-shockwave-flash' allowfullscreen='true' width='632' height='386' wmode='opaque'></embed> </object></span>
<p>Che la televisione italiana fosse messa male lo sapevo, ma non fino a questo punto!!! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>dArio</p><br /> Tagged: RAI, Televisione, TG1 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=316&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/02/16/il-tg1-sei-tu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
		<item>
		<title>Satira libera(?)</title>
		<link>http://bigonazzi.wordpress.com/2009/02/14/satira-libera/</link>
		<comments>http://bigonazzi.wordpress.com/2009/02/14/satira-libera/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 11:36:49 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[annozero]]></category>
		<category><![CDATA[Gasparri]]></category>
		<category><![CDATA[satira politica]]></category>
		<category><![CDATA[Vauro]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=311</guid>
		<description><![CDATA[(AGI) - Roma, 13 feb. -ANNOZERO: GASPARRI, SANTORO E VAURO DUE VOLGARI SCIACALLI<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=311&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 360px"><a href="http://www.annozero.rai.it/R2_HPprogramma/0,,1067115,00.html"><img title="Vauro-Gasparri" src="http://www.annozero.rai.it/Static/immagine/323/VIGNETTAVAURO2.jpg" alt="Vauro vs Gasparri" width="350" height="331" /></a><p class="wp-caption-text">Vauro vs Gasparri</p></div>
<p>Un po&#8217; di satira non ha mai fatto male a nessuno. Il fatto che un rappresentante del governo non l&#8217;accetti ma risponda ad una vignetta con minacce&#8230; ognuno giudichi per se (finche&#8217; ancora si puo&#8217;!):</p>
<blockquote><p>(AGI) &#8211; Roma, 13 feb. -ANNOZERO: GASPARRI, SANTORO E VAURO DUE VOLGARI SCIACALLI &#8211; &#8220;Santoro e il presunto comico Vauro sono due volgari sciacalli che vomitano insulti con le tasche piene di soldi dei cittadini. Gente cosi&#8217; offende la verita&#8217;, alimenta odio e merita solo disprezzo totale della gente perbene. L&#8217;insulto e&#8217; la loro regola. Colpa di gestori della Rai che per fortuna stanno per essere cacciati come meritano&#8221;.</p>
<p>Lo dichiara in una nota il presidente dei senatori del Pdl, Maurizio Gasparri, in riferimento alla puntata di &#8216;Anno Zero&#8217; andata in onda ieri sera.</p></blockquote>
<p>dArio</p>
<p>[<a href="http://www.repubblica.it/2009/02/sezioni/politica/gasparri-annozero/gasparri-annozero/gasparri-annozero.html?rss">dalla repubblica</a>]</p><br /> Tagged: annozero, Gasparri, satira politica, Vauro <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=311&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/02/14/satira-libera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>

		<media:content url="http://www.annozero.rai.it/Static/immagine/323/VIGNETTAVAURO2.jpg" medium="image">
			<media:title type="html">Vauro-Gasparri</media:title>
		</media:content>
	</item>
		<item>
		<title>Stand-alone ActiveRecord</title>
		<link>http://bigonazzi.wordpress.com/2009/02/09/stand-alone-activerecord/</link>
		<comments>http://bigonazzi.wordpress.com/2009/02/09/stand-alone-activerecord/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 18:08:14 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ActiveRecord]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=307</guid>
		<description><![CDATA[Good thing the intertubes still are delivering vital hints even during this bleak times&#8230; I was trying to use ActiveRecord inside a small script of mine and I ran into some issues. I&#8217;m using OSX 10.5.6 &#8220;Leopard&#8221; and MacPorts. First I needed to install activerecord, easy: sudo gem install activerecord I used mac port to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=307&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Good thing the intertubes still are delivering vital hints even during this bleak times&#8230; I was trying to use ActiveRecord inside a small script of mine and I ran into some issues. I&#8217;m using OSX 10.5.6 &#8220;Leopard&#8221; and MacPorts.</p>
<p>First I needed to install activerecord, easy:</p>
<blockquote><p>sudo gem install activerecord</p></blockquote>
<p>I used mac port to install mysql:</p>
<blockquote><p>sudo port install mysql5 +server</p></blockquote>
<p>now the triky part, installing the mysql gem. First download and modify the mysql gem:</p>
<blockquote><p>sudo gem install mysql</p></blockquote>
<p>this will fail. Now you need to navigate to the gem cache dir:</p>
<blockquote><p>cd /opt/local/lib/ruby/gems/1.8/cache</p></blockquote>
<p>then unpack the gem</p>
<blockquote><p>sudo gem unpack mysql-2.7.gem</p></blockquote>
<blockquote><p>cd mysql-2.7</p></blockquote>
<p>with your favourite editor add this line to mysql.c.in</p>
<blockquote><p>#define ulong unsigned long</p></blockquote>
<p>now rebuild the gem and install it</p>
<blockquote><p>sudo gem build mysql.gemspec</p></blockquote>
<blockquote><p>sudo mv mysql-2.7.gem ../mysql-2.7-CUSTOM.gem</p></blockquote>
<p>Almost there, we need to install our shiny-new gem:</p>
<blockquote><p>sudo env ARCHFLAGS=&#8221;-arch i386&#8243; gem install mysql-2.7-CUSTOM.gem &#8212; \</p>
<p>&#8211;with-mysql-config=/opt/local/bin/mysql_config5</p></blockquote>
<p>Ok, all is done (u might need to install some missing parts) now all you need to do is to add some requires to your script and remember to always establish a connection before using any ActiveRecord resources:</p>
<blockquote><p>require &#8216;rubygems&#8217;<br />
require &#8216;active_record&#8217;</p>
<p>&#8230;</p>
<p>dbConfig = {&#8220;adapter&#8221; =&gt; &#8220;sqlite3&#8243;, &#8220;dbfile&#8221; =&gt;  &#8216;./file.db&#8217;}</p>
<p>ActiveRecord::Base.establish_connection(dbConfig)</p>
<p>&#8230;</p>
<p>class Stuff &lt; ActiveRecord::Base</p>
<p>&#8230;</p></blockquote>
<p>Hope somebody finds this usefull!</p>
<p>dArio</p>
<p>[thanks to kpumuk.info/ and http://www.kudelabs.com/2008/09/12/installing-mysql-gem-on-macos-x-leopard ]</p><br /> Tagged: ActiveRecord, howto, mysql, ruby <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=307&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/02/09/stand-alone-activerecord/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
		<item>
		<title>Slashdot &#124; Google Tells Users To Drop IE6</title>
		<link>http://bigonazzi.wordpress.com/2009/01/01/slashdot-google-tells-users-to-drop-ie6/</link>
		<comments>http://bigonazzi.wordpress.com/2009/01/01/slashdot-google-tells-users-to-drop-ie6/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 21:55:33 +0000</pubDate>
		<dc:creator>bigonazzi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://bigonazzi.wordpress.com/?p=305</guid>
		<description><![CDATA[Finally!! It&#8217;s since IE 6 came out I was dreaming this day would finally arrive!! Kelly writes &#8220;Google is now urging Gmail users to drop Internet Explorer 6 IE6 in favor of Firefox or Chrome. Google recently removed Firefox from the Google Pack bundle, replaced it with Chrome, then added a direct download link for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=305&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally!! It&#8217;s since IE 6 came out I was dreaming this day would finally arrive!! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>Kelly writes &#8220;Google is now urging Gmail users to drop Internet Explorer 6 IE6 in favor of Firefox or Chrome. Google recently removed Firefox from the Google Pack bundle, replaced it with Chrome, then added a direct download link for Chrome on Google and YouTube. Google&#8217;s decision to list IE6 as an unsupported Gmail browser does not affect just consumers: Tens of thousands of small- and mid-sized businesses that run Google Apps hosted services may dump IE6 as well. What&#8217;s especially interesting is the fact that Mozilla is picking up two out of three browser users that Microsoft surrenders.&#8221;</p>
<p>via <a href="http://tech.slashdot.org/article.pl?sid=09%2F01%2F01%2F145231&amp;from=rss">Slashdot | Google Tells Users To Drop IE6</a>.</p></blockquote><br /> Tagged: browser, Google, IE6 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bigonazzi.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bigonazzi.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bigonazzi.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bigonazzi.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bigonazzi.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bigonazzi.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bigonazzi.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bigonazzi.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bigonazzi.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bigonazzi.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bigonazzi.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bigonazzi.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bigonazzi.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bigonazzi.wordpress.com/305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bigonazzi.wordpress.com&amp;blog=1028796&amp;post=305&amp;subd=bigonazzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bigonazzi.wordpress.com/2009/01/01/slashdot-google-tells-users-to-drop-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4d5ac0ad8dcdc69ad069d6b869e6c0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bigonazzi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
