<?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/"
	>

<channel>
	<title>demetrio.it blog &#187; londra</title>
	<atom:link href="http://blog.demetrio.it/category/londra/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.demetrio.it</link>
	<description>nessun limite all'immaginazione</description>
	<lastBuildDate>Thu, 15 Jul 2010 15:42:55 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JBoss RichFaces 3.3 &#8211; My book has been published!</title>
		<link>http://blog.demetrio.it/2009/11/07/jboss-richfaces-3-3/</link>
		<comments>http://blog.demetrio.it/2009/11/07/jboss-richfaces-3-3/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 00:41:09 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[londra]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[3.3]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[demetrio]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[facelets]]></category>
		<category><![CDATA[filocamo]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[richfaces]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[seam]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/?p=131</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Hi all,<br />
<strong>the book I&#8217;ve worked on the last months has finally been published!!</strong></p>
<p style="text-align: center;"><a title="JBoss RichFaces 3.3" rel="lightbox[pics131]" href="http://blog.demetrio.it/wp-content/uploads/JBoss-RichFaces.jpg"><img class="attachment wp-att-133 aligncenter" src="http://blog.demetrio.it/wp-content/uploads/JBoss-RichFaces.jpg" alt="JBoss RichFaces 3.3" width="300" height="370" /></a></p>
<p style="text-align: left;">JBoss RichFaces is a rich component library for JavaServer Faces and an AJAX framework that allows easy integration of Ajax capabilities into complex business applications. Do you wish to eliminate the time involved in writing JavaScript code and managing JavaScript-compatibility between browsers to build an Ajax web application quickly?</p>
<p>This book goes beyond the documentation to teach you how to do that. It will show you how to get the most out of JBoss RichFaces by explaining the key components and how you can use them to enhance your applications. Most importantly, you will learn how to integrate Ajax into your applications without using JavaScript, but only standard JSF components. You will learn how to create and customize your own components and add them to your new or existing applications.</p>
<p>First, the book introduces you to JBoss RichFaces and its components. It uses many examples of Ajax components which, among others, include: Calendar, Data Table, ToolTip, ToolBar, Menu, RichEditor, and Drag &#8216;n&#8217; Drop. All these components will help you create the web site you always imagined. Key aspects of the RichFaces framework such as the Ajax framework, skinnability, and Component Development Kit (CDK) will help you customize the look of your web application. As you progress through the book, you will see a sample application that shows you how to build an advanced contact manager. You&#8217;re also going to be amazed to know about the advanced topics you will learn such as developing new components, new skins, optimizing a web application, inserting components dynamically using Java instead of XHTML, and using JavaScript to manage components. This book is more than a reference with component example code: it&#8217;s a manual that will guide you, step by step, through the development of a real Ajax JSF web application.</p>
<p><strong>What This Book Covers</strong></p>
<ul>
<li>Chapter 1: <em>What is RichFaces</em> covers the aims of the RichFaces framework, its components, and what you can do by using it in a web application.</li>
<li>Chapter 2: <em>Getting Ready</em> explains how to configure your environment by creating a simple project using the seam-gen tool, adding support to Seam and Facelets, and the manual configuration for the RichFaces libraries. We will understand the IDE that we can use while developing with the framework.</li>
<li>In Chapter 3: <em>First Steps</em>, you will learn to build Ajax applications by developing a simple example, the basics of RichFaces step by step, from creating the project to editing the code, using very important components and their Ajax properties.</li>
<li>Chapter 4:<em> The Application</em> covers how to create the basics of our project by having a look at the side technologies we might know, in order to build good applications. It will cover templating with Facelets, JBoss Seam authentication, and customization of the entities.</li>
<li>Chapter 5: <em>Making the Application Structure</em> explains us how to create the login and registration system of the website. We&#8217;ll look at all the features that a real application might have.</li>
<li>In Chapter 6: <em>Making the Contacts List and Detail</em>, we will develop the core feature of our application—contact management. We&#8217;ll learn about Ajax interaction and containers, and about new Ajax components that RichFaces offers.</li>
<li>Chapter 7: <em>Finishing the Application</em> explains how to finish building the application using the RichFaces components, and about customizing them.</li>
<li>In Chapter 8: <em>Skin Customization</em>, we&#8217;ll see all the powerful customization capabilities that the RichFaces framework offers.</li>
<li>Chapter 9: <em>Creating a New plug &#8216;n&#8217; skin</em> covers how to create, customize, and package and deploy a new pluggable skin.</li>
<li>Chapter 10: <em>Advanced Techniques</em> explains you how to use and implement pushing, partial updates, and session expiration handling in order to develop advanced applications.</li>
<li>In Chapter 11: <em>Component Development Kit</em>, we&#8217;ll see how to start a project in order to develop a simple JSF Ajax component in a simple and effective way using the features the CDK offers.</li>
<li>Appendix: <em>RichFaces Components Overview</em> covers a list of all the components of RichFaces with their functionalities.</li>
</ul>
<p><strong>Example chapter</strong><br />
You can download a sample chapter, Chapter 8: <em>Skin Customization</em>,  by clicking <a href="http://blog.demetrio.it/wp-content/uploads/Chapter-8-Skin-Customization.pdf">here</a>.</p>
<p><strong>Where to buy it</strong><br />
You can buy JBoss RichFaces 3.3 from the <a href="http://www.packtpub.com/jboss-richfaces-3-3/mid/031109dmdusq?utm_source=Blog.demetrio.it&#038;utm_medium=affiliate&#038;utm_content=authorsite&#038;utm_campaign=mdb_001309" target="_blank">Packt Publishing website</a>.</p>
<p>Free shipping to the US, UK, Europe and selected Asian countries. For more information, please read the <a href="http://www.packtpub.com/Shippingpolicy" target="_blank">Packt Publishing shipping policy</a>.<br />
Alternatively, you can buy the book from Amazon, BN.com, Computer Manuals and most internet book retailers.</p>
<p>Thank you!</p>
<p>Demetrio</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2009/11/07/jboss-richfaces-3-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying a JSF 1.1 app (+ Facelets) on Google App</title>
		<link>http://blog.demetrio.it/2009/03/10/deploying-a-jsf-11-app-on-google-app/</link>
		<comments>http://blog.demetrio.it/2009/03/10/deploying-a-jsf-11-app-on-google-app/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:44:09 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>
		<category><![CDATA[facelets]]></category>
		<category><![CDATA[google app]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsf]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/?p=121</guid>
		<description><![CDATA[Hi,
As you know yesterday Google enabled Java as the second language on Google App.
I registered to the test version and I want to try to run JSF&#8230;I started with Jsf 1.1 and it worked perfectly!!
I tried the JSF example that come with JBoss Tools, try it at:
http://2.latest.demetrio81280.appspot.com/pages/inputUserName.jsf
If you want to try it, these are the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>As you know yesterday Google enabled Java as the second language on Google App.</p>
<p>I registered to the test version and I want to try to run JSF&#8230;I started with Jsf 1.1 and it worked perfectly!!</p>
<p>I tried the JSF example that come with JBoss Tools, try it at:</p>
<p><a href="http://2.latest.demetrio81280.appspot.com/pages/inputUserName.jsf" target="_blank">http://2.latest.demetrio81280.appspot.com/pages/inputUserName.jsf</a></p>
<p>If you want to try it, these are the simple steps:</p>
<ol>
<li>Register to <a href="http://code.google.com/intl/it-IT/appengine/" target="_blank">Google App</a> (they says just 10000 ppl initially!)</li>
<li>Download and install <a href="http://code.google.com/intl/it-IT/appengine/downloads.html#Download_the_Google_Plugin_for_Eclipse" target="_blank">Google App plugin for Eclipse</a></li>
<li>Create a Google App project with Eclipse</li>
<li>Create a JSF 1.1 project using the template using JBoss Tools Eclipse plugin (or make your own JSF demo)</li>
<li>Copy all the libraries of the JSF demo into the war/WEB-INF/lib/ directory of Google App project</li>
<li>Copy the src java file of the JSF demo into the src directory of Google App project</li>
<li>Copy the WebContent java file of the JSF demo into the war directory of Google App project</li>
<li>Add this string:<br />
<strong>&lt;sessions-enabled&gt;true&lt;/sessions-enabled&gt;</strong><br />
on the appengine-web.xml file to enable the session</li>
<li>If you used the JSF 1.1 JBoss Tools template you have to make the User bean serializable just adding <strong>implements Serializable</strong> to the User class</li>
</ol>
<p>Done! You can now deploy and test it!!</p>
<p>When I&#8217;ll have more time I want to try JSF 1.2 and RichFaces, I think there will be more problems trying to run JBoss Seam (we&#8217;ll see! <img src='http://blog.demetrio.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
<p><strong>UPDATE</strong>: Facelets works perfectly in JSF 1.1, JSF 1.2 has a problem during startup (see <a href="http://seamframework.org/Community/SeamGoogleAppEngine#comment71623" target="_blank">here</a>)</p>
<p>Demetrio</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2009/03/10/deploying-a-jsf-11-app-on-google-app/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Old posts</title>
		<link>http://blog.demetrio.it/2009/01/12/old-posts/</link>
		<comments>http://blog.demetrio.it/2009/01/12/old-posts/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 00:46:29 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/?p=138</guid>
		<description><![CDATA[I&#8217;m moving my blog here, anyway you can find my old posts at the blogspot address (maybe one day I&#8217;ll find the time to pass them here):
http://demetrio812.blogspot.com/
Thanks!
Demetrio
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m moving my blog here, anyway you can find my old posts at the blogspot address (maybe one day I&#8217;ll find the time to pass them here):</p>
<p><a href="http://demetrio812.blogspot.com/" target="_blank">http://demetrio812.blogspot.com/</a></p>
<p>Thanks!</p>
<p>Demetrio</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2009/01/12/old-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notte bianca, coca cola e inciviltà</title>
		<link>http://blog.demetrio.it/2008/09/14/notte-bianca-coca-cola-e-incivilta/</link>
		<comments>http://blog.demetrio.it/2008/09/14/notte-bianca-coca-cola-e-incivilta/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 19:00:47 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>
		<category><![CDATA[coca cola]]></category>
		<category><![CDATA[inciviltà]]></category>
		<category><![CDATA[notte bianca]]></category>
		<category><![CDATA[reggio calabria]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/2008/09/14/notte-bianca-coca-cola-e-incivilta/</guid>
		<description><![CDATA[Questo è quello che succede quando una compagnia (the coca cola company) regala mini lattine di alluminio (quanto spreco!) senza prevedere dei cestini capienti e un popolo di tamarri le prende e le butta dove capita, purtroppo non ho fatto le foto ai giardini pieni di lattine&#8230;
Evviva il rispetto dell&#8217;ambiente!
Demetrio

]]></description>
			<content:encoded><![CDATA[<p>Questo è quello che succede quando una compagnia (the coca cola company) regala mini lattine di alluminio (quanto spreco!) senza prevedere dei cestini capienti e un popolo di tamarri le prende e le butta dove capita, purtroppo non ho fatto le foto ai giardini pieni di lattine&#8230;</p>
<p>Evviva il rispetto dell&#8217;ambiente!</p>
<p>Demetrio</p>
<p><a href="http://blog.demetrio.it/wp-content/uploads/p-640-480-3705b84f-7eb0-4668-bfdd-ed2fab49e0bd.jpeg"><img src="http://blog.demetrio.it/wp-content/uploads/p-640-480-3705b84f-7eb0-4668-bfdd-ed2fab49e0bd.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2008/09/14/notte-bianca-coca-cola-e-incivilta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paese che vai&#8230;compagnia telefonica (ladra) che trovi!</title>
		<link>http://blog.demetrio.it/2008/08/25/paese-che-vaicompagnia-telefonica-ladra-che-trovi/</link>
		<comments>http://blog.demetrio.it/2008/08/25/paese-che-vaicompagnia-telefonica-ladra-che-trovi/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 15:58:44 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/?p=86</guid>
		<description><![CDATA[Ciao a tutti,
scusate per l&#8217;assenza&#8230;non avevo neppure finito di lodare l&#8217;O2 per i &#8220;minuti per chiamare l&#8217;estero che regala&#8221; e per &#8220;internet illimitato&#8221; che è successo un casino&#8230;
In realtà illimitato in inghilterra significa 500MB e quindi questi porci dopo 500MB hanno iniziato a scalarmi il credito senza neppure informarmi, risultato: 26 sterline buttate per qualche [...]]]></description>
			<content:encoded><![CDATA[<p>Ciao a tutti,<br />
scusate per l&#8217;assenza&#8230;non avevo neppure finito di lodare l&#8217;O2 per i &#8220;minuti per chiamare l&#8217;estero che regala&#8221; e per &#8220;internet <strong>illimitato</strong>&#8221; che è successo un casino&#8230;</p>
<p>In realtà illimitato in inghilterra significa 500MB e quindi questi porci dopo 500MB hanno iniziato a scalarmi il credito senza neppure informarmi, risultato: 26 sterline buttate per qualche mega (al modifico costo di £ 3 al mega!)&#8230;cercando una soluzione controllo i minuti gratis per chiamare all&#8217;estero che, dato il mio piano avrei dovuto accumulare ad ogni ricarica, e la voce mi dice £ 0!!!!!!</p>
<p>Chiamo l&#8217;assistenza (ogni chiamata costa £ 0,25) e mi dicono che ho consumato i 100 minuti iniziali (impossibile, maria chiara che parla più di me ha ancora più di 50 minuti&#8230;) e che gli altri me li accreditano il 12 settembre!!!</p>
<p>Grazie O2 ma io partirò il 6!!</p>
<p>Ovviamente vi chiederete perché non sono andato al negozio, in realtà ci sono andato ma quelli ne sanno meno di me e l&#8217;unica cosa che hanno saputo fare è comporre il numero dell&#8217;assistenza!!! </p>
<p>Senza parole&#8230;</p>
<p>Dem</p>
<p>P.S.: comunque oggi sono stato al carnevale di Notting Hill e ho fatto qualche bella foto, posterò una galleria presto!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2008/08/25/paese-che-vaicompagnia-telefonica-ladra-che-trovi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus con ragazza annessa!</title>
		<link>http://blog.demetrio.it/2008/08/22/lotus-con-ragazza-annessa/</link>
		<comments>http://blog.demetrio.it/2008/08/22/lotus-con-ragazza-annessa/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 23:04:05 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/?p=80</guid>
		<description><![CDATA[Mentre aspettavamo maria chiara, oggi pomeriggio, si ferma al semaforo una lotus guidata da una ragazza molto figa, ovviamente prendo l&#8217;iphone (dato che non avevo la macchina fotografica) e la fotografo, lei mi guarda ridendo per la foto, io continuo a guardarla e ad un certo punto abbassa il finestrino e dice che se voglio [...]]]></description>
			<content:encoded><![CDATA[<p>Mentre aspettavamo maria chiara, oggi pomeriggio, si ferma al semaforo una lotus guidata da una ragazza molto figa, ovviamente prendo l&#8217;iphone (dato che non avevo la macchina fotografica) e la fotografo, lei mi guarda ridendo per la foto, io continuo a guardarla e ad un certo punto abbassa il finestrino e dice che se voglio farle una foto mi fa un sorriso <img src='http://blog.demetrio.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ecco il risultato:</p>
<p><img src="http://blog.demetrio.it/wp-content/uploads/img_0174.jpg" alt="" class="alignnone size-full wp-image-364" /></p>
<p><img src="http://blog.demetrio.it/wp-content/uploads/img_0175.jpg" alt="" class="alignnone size-full wp-image-364" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2008/08/22/lotus-con-ragazza-annessa/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Caffè Nero!</title>
		<link>http://blog.demetrio.it/2008/08/21/caffe-nero/</link>
		<comments>http://blog.demetrio.it/2008/08/21/caffe-nero/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 16:01:29 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/2008/08/21/caffe-nero/</guid>
		<description><![CDATA[L&#8217;unico posto serio per un caffè! Inoltre il bar sotto casa mia ha pure un piano inferiore dove roccare anche per 2 ore   

]]></description>
			<content:encoded><![CDATA[<p>L&#8217;unico posto serio per un caffè! Inoltre il bar sotto casa mia ha pure un piano inferiore dove roccare anche per 2 ore <img src='http://blog.demetrio.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p><a href="http://blog.demetrio.it/wp-content/uploads/p-640-480-c3ef7ef6-ab7b-4cd0-abdd-b61ca06a8cbf.jpeg"><img src="http://blog.demetrio.it/wp-content/uploads/p-640-480-c3ef7ef6-ab7b-4cd0-abdd-b61ca06a8cbf.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2008/08/21/caffe-nero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National Gallery</title>
		<link>http://blog.demetrio.it/2008/08/20/national-gallery/</link>
		<comments>http://blog.demetrio.it/2008/08/20/national-gallery/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 20:34:25 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/2008/08/20/national-gallery/</guid>
		<description><![CDATA[Oggi siamo stati alla National Gallery, stupenda!
Io, Landre e Mc abbiamo preso le audio guide, il tirchiazzo di Romanetto si sentiva la musica con l&#8217;ipod!
Giorgio e Daniela sono arrivati in ritardo e ci siamo beccati fuori!
All&#8217;interno ha suonato un pianista e due devastate si sono pure messe a ballare! (posterò foto più dettagliate)
Ora siamo in [...]]]></description>
			<content:encoded><![CDATA[<p>Oggi siamo stati alla National Gallery, stupenda!</p>
<p>Io, Landre e Mc abbiamo preso le audio guide, il tirchiazzo di Romanetto si sentiva la musica con l&#8217;ipod!</p>
<p>Giorgio e Daniela sono arrivati in ritardo e ci siamo beccati fuori!</p>
<p>All&#8217;interno ha suonato un pianista e due devastate si sono pure messe a ballare! (posterò foto più dettagliate)</p>
<p>Ora siamo in un pub a &#8220;cercare di mangiare&#8221; dato che tutte le cucine sono chiuse!</p>
<p>Dem</p>
<p><a href="http://blog.demetrio.it/wp-content/uploads/p-640-480-b9b39fe2-cbe6-448f-82e2-2c6d062e86f2.jpeg"><img src="http://blog.demetrio.it/wp-content/uploads/p-640-480-b9b39fe2-cbe6-448f-82e2-2c6d062e86f2.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2008/08/20/national-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Andrea e i bagni!</title>
		<link>http://blog.demetrio.it/2008/08/19/andrea-e-i-bagni/</link>
		<comments>http://blog.demetrio.it/2008/08/19/andrea-e-i-bagni/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 20:04:19 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/2008/08/19/andrea-e-i-bagni/</guid>
		<description><![CDATA[Siamo in un pub e Andrea è stato scambiato per un bagno da una ragazza!  
Vedi foto&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Siamo in un pub e Andrea è stato scambiato per un bagno da una ragazza! <img src='http://blog.demetrio.it/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Vedi foto&#8230;</p>
<p><a href="http://blog.demetrio.it/wp-content/uploads/p-640-480-804754c2-b2e3-4315-b8b0-3a02d7492d6d.jpeg"><img src="http://blog.demetrio.it/wp-content/uploads/p-640-480-804754c2-b2e3-4315-b8b0-3a02d7492d6d.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2008/08/19/andrea-e-i-bagni/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apple Store!</title>
		<link>http://blog.demetrio.it/2008/08/18/apple-store/</link>
		<comments>http://blog.demetrio.it/2008/08/18/apple-store/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 18:32:24 +0000</pubDate>
		<dc:creator>Demetrio Filocamo</dc:creator>
				<category><![CDATA[londra]]></category>

		<guid isPermaLink="false">http://blog.demetrio.it/?p=60</guid>
		<description><![CDATA[Ciao ragazzi!
Da veri nerd non potevamo non andare all&#8217;Apple Store di Londra!
(E ovviamente Andrea ha beccato via Internet dall&#8217;Apple Store)  

P.S.: la foto e&#8217; stata fatta con un iMac 20&#8243; utilizzando Photo Booth!

]]></description>
			<content:encoded><![CDATA[<p>Ciao ragazzi!</p>
<p>Da veri nerd non potevamo non andare all&#8217;Apple Store di Londra!</p>
<p>(E ovviamente Andrea ha beccato via Internet dall&#8217;Apple Store) <img src='http://blog.demetrio.it/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a title="photo-1" rel="lightbox[pics60]" href="http://blog.demetrio.it/wp-content/uploads/photo-1.jpg"><img class="attachment wp-att-61 centered" src="http://blog.demetrio.it/wp-content/uploads/photo-1.thumbnail.jpg" alt="photo-1" width="200" height="150" /></a></p>
<p>P.S.: la foto e&#8217; stata fatta con un iMac 20&#8243; utilizzando Photo Booth!</p>
<p><a href="http://blog.demetrio.it/wp-content/uploads/p-640-480-268f92f9-2d83-406f-b065-2fcd5103bbb3.jpeg"><img src="http://blog.demetrio.it/wp-content/uploads/p-640-480-268f92f9-2d83-406f-b065-2fcd5103bbb3.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.demetrio.it/2008/08/18/apple-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
