<?xml version="1.0" encoding="utf-8" ?>

<rdf:RDF xmlns:cc="http://web.resource.org/cc/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
    <title>Emanuele Turella</title>
    <link>http://eturella.altervista.org/serendipity/</link>
    <description>laureato in ingegneria informatica</description>
    <dc:language>en</dc:language>

    <image rdf:resource="http://eturella.altervista.org/serendipity/templates/default/img/s9y_banner_small.png" />

    <items>
      <rdf:Seq>
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/8-guid.html" />
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/7-guid.html" />
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/6-guid.html" />
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/5-guid.html" />
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/4-guid.html" />
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/3-guid.html" />
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/2-guid.html" />
        <rdf:li resource="http://eturella.altervista.org/serendipity/index.php?/archives/1-guid.html" />
      </rdf:Seq>
    </items>
</channel>

<image rdf:about="http://eturella.altervista.org/serendipity/templates/default/img/s9y_banner_small.png">
        <url>http://eturella.altervista.org/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Emanuele Turella - laureato in ingegneria informatica</title>
        <link>http://eturella.altervista.org/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>
<cc:License rdf:about="http://creativecommons.org/licenses/by/3.0/"><cc:requires rdf:resource="http://web.resource.org/cc/Attribution" /><cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits rdf:resource="http://web.resource.org/cc/Distribution" /><cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /><cc:requires rdf:resource="http://web.resource.org/cc/Notice" /></cc:License>

<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/8-guid.html">
    <title>4 righe per invertire il formato data</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/8-4-righe-per-invertire-il-formato-data.html</link>
    <description>
    Come passare dal formato anno-mese-giorno al formato giorno-mese-anno ??? 4 righe !!!&lt;br /&gt;
(la funzione prevede anche la presenza dell&#039;ora, classico datatime di mySql)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;php&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;function&lt;/span&gt; invertDate&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;$string&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp&lt;/span&gt; = &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php.net/explode&#039;);&quot;  href=&quot;http://www.php.net/explode&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;explode&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&#039; &#039;&lt;/span&gt;, &lt;span style=&quot;color: #0000ff;&quot;&gt;$string&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; ;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp2&lt;/span&gt; = &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php.net/explode&#039;);&quot;  href=&quot;http://www.php.net/explode&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;explode&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;-&#039;&lt;/span&gt;, &lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; ;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp2&lt;/span&gt; = &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php.net/array_reverse&#039;);&quot;  href=&quot;http://www.php.net/array_reverse&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;array_reverse&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp2&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; ;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt; = &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php.net/implode&#039;);&quot;  href=&quot;http://www.php.net/implode&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;implode&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;-&#039;&lt;/span&gt;, &lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp2&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &lt;span style=&quot;color: #b1b100;&quot;&gt;return&lt;/span&gt; &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php.net/implode&#039;);&quot;  href=&quot;http://www.php.net/implode&quot;&gt;&lt;span style=&quot;color: #000066;&quot;&gt;implode&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&#039; &#039;&lt;/span&gt;, &lt;span style=&quot;color: #0000ff;&quot;&gt;$tmp&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; ;&lt;br /&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt; 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    PHP, </dc:subject>
    <dc:date>2008-06-04T18:21:54Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=8</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/7-guid.html">
    <title>overdrive - cool animated car race</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/7-overdrive-cool-animated-car-race.html</link>
    <description>
    ferrari o lamborghini: meglio di need for speed&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Uiz7pfuCayM&amp;hl=it&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/Uiz7pfuCayM&amp;hl=it&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt; 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    Curiosità, </dc:subject>
    <dc:date>2008-06-04T16:21:27Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=7</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/6-guid.html">
    <title>simon's cat</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/6-simons-cat.html</link>
    <description>
    mai prendere un gatto a casa !!!!!&lt;br /&gt;
&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;hl=it&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/4rb8aOzy9t4&amp;hl=it&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt; 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    Curiosità, </dc:subject>
    <dc:date>2008-06-04T16:15:18Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=6</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/5-guid.html">
    <title>Google page-rank</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/5-Google-page-rank.html</link>
    <description>
    Il pagerank è un valore fra 0 e 10 che lo spider di google assegna alle pagine secondo un semplice schema: una pagine generica eredita il pagerank dalle pagine che la linkano, bilanciando in base al numero di link di ciascuna di esse; ovvero PR è la somma di PR(i)/N(i), dove N è il numero di link che si possono contare nellla pagina I.&lt;br /&gt;
&lt;br /&gt;
Alcune pagine note ed importanti hanno il massimo pagerank (i primi portali, il sito della Casa Bianca etc.) e sono quelle da cui si parte per calcolare i pagerank di ogni pagina nel web.&lt;br /&gt;
&lt;br /&gt;
Nel rank tendono a salire le pagine che sono collegate spesso in pagine con pochi link e a loro volta importanti.&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellspacing=&quot;1&quot; cellpadding=&quot;5&quot; border=&quot;0&quot; bgcolor=&quot;#C0C0C0&quot;&gt;&lt;br /&gt;
&lt;tr bgcolor=&quot;#FFFFFF&quot;&gt;&lt;td&gt;&lt;font style=&quot;font-size: 11px; font-family: Verdana;&quot;&gt;&lt;b&gt;Check Page Rank of any web site pages instantly:&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;br /&gt;
&lt;form action=&quot;http://www.prchecker.info/check_page_rank.php&quot; method=&quot;post&quot;&gt;&lt;br /&gt;
&lt;tr bgcolor=&quot;#FFFFFF&quot;&gt;&lt;td&gt;&lt;input type=hidden name=&quot;action&quot; value=&quot;docheck&quot;&gt;&lt;br /&gt;
&lt;input type=&quot;text&quot; value=&quot;http://&quot; name=&quot;urlo&quot; size=&quot;30&quot; maxlength=&quot;300&quot;&gt;   &lt;br /&gt;
&lt;input type=&quot;submit&quot; name=&quot;do_it_now&quot; value=&quot; Check PR &quot;&gt;&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/form&gt;&lt;tr bgcolor=&quot;#FFFFFF&quot;&gt;&lt;td&gt;&lt;br /&gt;
&lt;font style=&quot;font-size: 9px; font-family: Verdana;&quot;&gt;This free page rank checking tool is powered by &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.prchecker.info/&#039;);&quot;  href=&quot;http://www.prchecker.info/&quot; target=&quot;_blank&quot;&gt;Page Rank Checker&lt;/a&gt; service&lt;/font&gt;&lt;br /&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
Per chi preferisce avere uno strumento integrato potete scaricare una estensione firefox da &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/pizzaseo.com/firefox-pagerank&#039;);&quot;  href=&quot;http://pizzaseo.com/firefox-pagerank&quot; title=&quot;pagerank firefox extension&quot;&gt;qui&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Spero chei prossimi articoli sul SEO di spiegare come il Web 2.0 permette di rendere un sito particolarmente noto lasciano il suo pagerank a 0 o quasi grazie al social bookmarking 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    Curiosità, </dc:subject>
    <dc:date>2008-05-29T12:16:40Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=5</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/4-guid.html">
    <title>Web 2.0: le abitudini cambiano</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/4-Web-2.0-le-abitudini-cambiano.html</link>
    <description>
    ...il concetto di Internet è definitivamente cambiato: la rete non è più il mondo in cui gli utenti fruiscono contenuti immessi dai webmaster.&lt;br /&gt;
Internet non è più riservato alla classe di persone intenzionata a fruire informazione, adesso è un mezzo completamente libero, utilizzato da &quot;tutti&quot;.&lt;br /&gt;
&lt;blockquote&gt;I maggiori esperti della rete si sono scervellati per trovare delle definizioni tecniche quanto più complesse ed esaurienti, parlando nella più semplice delle ipotesi di &lt;u&gt;“stato di evoluzione più dinamico ed interattivo del world wide web”&lt;/u&gt; o di &lt;u&gt;“tecnologie che permettono ai dati di diventare indipendenti dalla persona che li produce“&lt;/u&gt;.&lt;br /&gt;
&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.pensierineccesso.it/2007/01/11/che-cose-il-web-20/&#039;);&quot;  href=&quot;http://www.pensierineccesso.it/2007/01/11/che-cose-il-web-20/&quot; title=&quot;che cos&#039;è il web 2.0?&quot;&gt;Da PensieriInEccesso&lt;/a&gt;&lt;/blockquote&gt;&lt;br /&gt;
Nel Web2.0 nascono strumenti che permettono agli utenti di &lt;strong&gt;collaborare, partecipare, competere e, soprattutto, &lt;strong&gt;condividere&lt;/strong&gt;&lt;/strong&gt;.&lt;br /&gt;
Condividere... immagini, pensieri, link, contenuti... ipoteticamente qualsiasi cosa.&lt;br /&gt;
Nasce una società nella società e tutto evolve in modo collaborativo: le enciclopedie diventano wikipedia, le pagine personali diventano blog (magari we-blog) e &lt;u&gt;le web-directory diventano del.icio.us&lt;/u&gt;.&lt;br /&gt;
&lt;br /&gt;
Nasce di conseguenza una nuova opportunità per le aziende: sfruttare questo sistema per guadagnare mercato.&lt;br /&gt;
Lo schema è relativamente semplice: conquista alcuni clienti e fai in modo che il &lt;em&gt;social networking&lt;/em&gt; agisca.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;!--&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/StgfyyXEy2g&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/StgfyyXEy2g&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;--&gt; 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    Web2.0, </dc:subject>
    <dc:date>2008-05-29T09:47:36Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=4</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/3-guid.html">
    <title>SEO: introduzione</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/3-SEO-introduzione.html</link>
    <description>
    Dopo cinque mesi sono finalmente riuscito a trovare il tempo di cimentarmi con questa novità: vendere un prodotto... meglio, pubblicizzarlo.&lt;br /&gt;
Chiaro che non basta creare un sito e lasciarlo lì: qualcos&#039;altro bisogna inventarsi.&lt;br /&gt;
&lt;br /&gt;
Basta fare una piccolissima ricerca per scoprire che i &#039;concorrenti&#039; sono centinaia, anche se devono pagare diverse centinaia di euro per un sito da 5-6 pagine statiche.&lt;br /&gt;
&lt;br /&gt;
A meno di non spendere migliardi è il caso di imparare qualcosina sui motori di ricerca e sul Seach Engine Optimization.&lt;br /&gt;
&lt;br /&gt;
Questo articolo nasce come un remind personale, una specie di ricetta di cucina, nel caso un giorno di dovesse servire ancora....&lt;br /&gt;
&lt;br /&gt;
Da qua in poi diamo per scontato che gli utenti di un motore si ricerca sono abbastanza svogliati: pochi scorrono le pagine dei risultati alla ricerca di qualcosa di interessante, tantissimi affinano la ricerca (magari usando &lt;em&gt;+, - e le virgolette&lt;/em&gt;). Il lavoro che ho fatto è mirato ad avere un posizionamento buono (entro i primi 10 risultati) per query un po&#039; più che generiche (almeno 2 parole, meglio se presente un elemento geografico)&lt;br /&gt;
&lt;br /&gt;
alla prossima.... 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    SEO:tool,tips,tricks, Web2.0, </dc:subject>
    <dc:date>2008-05-29T08:57:12Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=3</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/2-guid.html">
    <title>Io mi lamentavo del mio gatto</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/2-Io-mi-lamentavo-del-mio-gatto.html</link>
    <description>
    Come un felino può trattare il suo padrone...&lt;br /&gt;
&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;hl=en&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/w0ffwDYo00Q&amp;hl=en&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt; 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    Curiosità, </dc:subject>
    <dc:date>2008-05-28T13:58:33Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=2</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>
<item rdf:about="http://eturella.altervista.org/serendipity/index.php?/archives/1-guid.html">
    <title>Ciao a tutti</title>
    <link>http://eturella.altervista.org/serendipity/index.php?/archives/1-Ciao-a-tutti.html</link>
    <description>
    Sarà almeno la quarta volta (più probabile la quinta) che inizio un blog ma d&#039;altronde...&lt;br /&gt;
&lt;br /&gt;
...sfruttare le feature di un blog è abbastanza interessante&lt;br /&gt;
&lt;br /&gt;
Certo che scegliere il software per un semplicissimo blog è tutt&#039;altro che semplicissimo: questo mi sembra abbastanza elegante e funzionale, senza eccessivi fronzoli. 
    </description>

    <dc:publisher>Emanuele Turella</dc:publisher>
    <dc:creator>nospam@example.com (Emanuele Turella)</dc:creator>
    <dc:subject>
    </dc:subject>
    <dc:date>2008-05-28T10:59:38Z</dc:date>
    <wfw:comment>http://eturella.altervista.org/serendipity/wfwcomment.php?cid=1</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://eturella.altervista.org/serendipity/rss.php?version=1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
    <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
</item>

</rdf:RDF>
