<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/serendipity/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://eturella.altervista.org/serendipity/index.php?/feeds/atom.xml" rel="self" title="Emanuele Turella" type="application/atom+xml" />
    <link href="http://eturella.altervista.org/serendipity/"                        rel="alternate"    title="Emanuele Turella" type="text/html" />
    <link href="http://eturella.altervista.org/serendipity/rss.php?version=2.0"     rel="alternate"    title="Emanuele Turella" type="application/rss+xml" />
    <title type="html">Emanuele Turella</title>
    <subtitle type="html">laureato in ingegneria informatica</subtitle>
    <icon>http://eturella.altervista.org/serendipity/templates/default/img/s9y_banner_small.png</icon>
    <id>http://eturella.altervista.org/serendipity/</id>
    <updated>2008-06-04T18:33:40Z</updated>
    <generator uri="http://www.s9y.org/" version="1.3.1">Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/8-4-righe-per-invertire-il-formato-data.html" rel="alternate" title="4 righe per invertire il formato data" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-06-04T18:21:54Z</published>
        <updated>2008-06-04T18:33:40Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/4-PHP" label="PHP" term="PHP" />
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/8-guid.html</id>
        <title type="html">4 righe per invertire il formato data</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Come passare dal formato anno-mese-giorno al formato giorno-mese-anno ??? 4 righe !!!<br />
(la funzione prevede anche la presenza dell'ora, classico datatime di mySql)<br />
<br />
<div class="php" style="text-align: left"><br /><span style="color: #000000; font-weight: bold;">function</span> invertDate<span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$string</span><span style="color: #66cc66;">&#41;</span><br /><span style="color: #66cc66;">&#123;</span><br />&#160; &#160; &#160; <span style="color: #0000ff;">$tmp</span> = <a onclick="javascript: pageTracker._trackPageview('/extlink/www.php.net/explode');"  href="http://www.php.net/explode"><span style="color: #000066;">explode</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">' '</span>, <span style="color: #0000ff;">$string</span><span style="color: #66cc66;">&#41;</span> ;<br />&#160; &#160; &#160; <span style="color: #0000ff;">$tmp2</span> = <a onclick="javascript: pageTracker._trackPageview('/extlink/www.php.net/explode');"  href="http://www.php.net/explode"><span style="color: #000066;">explode</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'-'</span>, <span style="color: #0000ff;">$tmp</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span> ;<br />&#160; &#160; &#160; <span style="color: #0000ff;">$tmp2</span> = <a onclick="javascript: pageTracker._trackPageview('/extlink/www.php.net/array_reverse');"  href="http://www.php.net/array_reverse"><span style="color: #000066;">array_reverse</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$tmp2</span><span style="color: #66cc66;">&#41;</span> ;<br />&#160; &#160; &#160; <span style="color: #0000ff;">$tmp</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #66cc66;">&#93;</span> = <a onclick="javascript: pageTracker._trackPageview('/extlink/www.php.net/implode');"  href="http://www.php.net/implode"><span style="color: #000066;">implode</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'-'</span>, <span style="color: #0000ff;">$tmp2</span><span style="color: #66cc66;">&#41;</span>;<br />&#160; &#160; &#160; <span style="color: #b1b100;">return</span> <a onclick="javascript: pageTracker._trackPageview('/extlink/www.php.net/implode');"  href="http://www.php.net/implode"><span style="color: #000066;">implode</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">' '</span>, <span style="color: #0000ff;">$tmp</span><span style="color: #66cc66;">&#41;</span> ;<br /><span style="color: #66cc66;">&#125;</span><br />&#160;</div> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/7-overdrive-cool-animated-car-race.html" rel="alternate" title="overdrive - cool animated car race" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-06-04T16:21:27Z</published>
        <updated>2008-06-04T16:23:04Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/3-Curiosita" label="Curiosità" term="Curiosità" />
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/7-guid.html</id>
        <title type="html">overdrive - cool animated car race</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                ferrari o lamborghini: meglio di need for speed<br />
<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Uiz7pfuCayM&hl=it"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Uiz7pfuCayM&hl=it" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/6-simons-cat.html" rel="alternate" title="simon's cat" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-06-04T16:15:18Z</published>
        <updated>2008-06-04T16:15:18Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/3-Curiosita" label="Curiosità" term="Curiosità" />
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/6-guid.html</id>
        <title type="html">simon's cat</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                mai prendere un gatto a casa !!!!!<br />
<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/4rb8aOzy9t4&hl=it"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/4rb8aOzy9t4&hl=it" type="application/x-shockwave-flash" wmode="transparent" width="425" height="344"></embed></object> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/5-Google-page-rank.html" rel="alternate" title="Google page-rank" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-05-29T12:16:40Z</published>
        <updated>2008-05-29T12:16:40Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/3-Curiosita" label="Curiosità" term="Curiosità" />
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/5-guid.html</id>
        <title type="html">Google page-rank</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                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.<br />
<br />
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.<br />
<br />
Nel rank tendono a salire le pagine che sono collegate spesso in pagine con pochi link e a loro volta importanti.<br />
<br />
<table align="center" cellspacing="1" cellpadding="5" border="0" bgcolor="#C0C0C0"><br />
<tr bgcolor="#FFFFFF"><td><font style="font-size: 11px; font-family: Verdana;"><b>Check Page Rank of any web site pages instantly:</b></font></td></tr><br />
<form action="http://www.prchecker.info/check_page_rank.php" method="post"><br />
<tr bgcolor="#FFFFFF"><td><input type=hidden name="action" value="docheck"><br />
<input type="text" value="http://" name="urlo" size="30" maxlength="300">   <br />
<input type="submit" name="do_it_now" value=" Check PR "><br />
</td></tr></form><tr bgcolor="#FFFFFF"><td><br />
<font style="font-size: 9px; font-family: Verdana;">This free page rank checking tool is powered by <a onclick="javascript: pageTracker._trackPageview('/extlink/www.prchecker.info/');"  href="http://www.prchecker.info/" target="_blank">Page Rank Checker</a> service</font><br />
</td></tr></table><br />
<br />
Per chi preferisce avere uno strumento integrato potete scaricare una estensione firefox da <a onclick="javascript: pageTracker._trackPageview('/extlink/pizzaseo.com/firefox-pagerank');"  href="http://pizzaseo.com/firefox-pagerank" title="pagerank firefox extension">qui</a><br />
<br />
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 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/4-Web-2.0-le-abitudini-cambiano.html" rel="alternate" title="Web 2.0: le abitudini cambiano" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-05-29T09:47:36Z</published>
        <updated>2008-05-29T09:47:36Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/5-Web20" label="Web2.0" term="Web2.0" />
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/4-guid.html</id>
        <title type="html">Web 2.0: le abitudini cambiano</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                ...il concetto di Internet è definitivamente cambiato: la rete non è più il mondo in cui gli utenti fruiscono contenuti immessi dai webmaster.<br />
Internet non è più riservato alla classe di persone intenzionata a fruire informazione, adesso è un mezzo completamente libero, utilizzato da "tutti".<br />
<blockquote>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 <u>“stato di evoluzione più dinamico ed interattivo del world wide web”</u> o di <u>“tecnologie che permettono ai dati di diventare indipendenti dalla persona che li produce“</u>.<br />
<a onclick="javascript: pageTracker._trackPageview('/extlink/www.pensierineccesso.it/2007/01/11/che-cose-il-web-20/');"  href="http://www.pensierineccesso.it/2007/01/11/che-cose-il-web-20/" title="che cos'è il web 2.0?">Da PensieriInEccesso</a></blockquote><br />
Nel Web2.0 nascono strumenti che permettono agli utenti di <strong>collaborare, partecipare, competere e, soprattutto, <strong>condividere</strong></strong>.<br />
Condividere... immagini, pensieri, link, contenuti... ipoteticamente qualsiasi cosa.<br />
Nasce una società nella società e tutto evolve in modo collaborativo: le enciclopedie diventano wikipedia, le pagine personali diventano blog (magari we-blog) e <u>le web-directory diventano del.icio.us</u>.<br />
<br />
Nasce di conseguenza una nuova opportunità per le aziende: sfruttare questo sistema per guadagnare mercato.<br />
Lo schema è relativamente semplice: conquista alcuni clienti e fai in modo che il <em>social networking</em> agisca.<br />
<br />
<br />
<br />
<!--<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/StgfyyXEy2g"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/StgfyyXEy2g" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>--> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/3-SEO-introduzione.html" rel="alternate" title="SEO: introduzione" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-05-29T08:57:12Z</published>
        <updated>2008-05-29T08:57:12Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/6-SEOtool,tips,tricks" label="SEO:tool,tips,tricks" term="SEO:tool,tips,tricks" />
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/5-Web20" label="Web2.0" term="Web2.0" />
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/3-guid.html</id>
        <title type="html">SEO: introduzione</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Dopo cinque mesi sono finalmente riuscito a trovare il tempo di cimentarmi con questa novità: vendere un prodotto... meglio, pubblicizzarlo.<br />
Chiaro che non basta creare un sito e lasciarlo lì: qualcos'altro bisogna inventarsi.<br />
<br />
Basta fare una piccolissima ricerca per scoprire che i 'concorrenti' sono centinaia, anche se devono pagare diverse centinaia di euro per un sito da 5-6 pagine statiche.<br />
<br />
A meno di non spendere migliardi è il caso di imparare qualcosina sui motori di ricerca e sul Seach Engine Optimization.<br />
<br />
Questo articolo nasce come un remind personale, una specie di ricetta di cucina, nel caso un giorno di dovesse servire ancora....<br />
<br />
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 <em>+, - e le virgolette</em>). Il lavoro che ho fatto è mirato ad avere un posizionamento buono (entro i primi 10 risultati) per query un po' più che generiche (almeno 2 parole, meglio se presente un elemento geografico)<br />
<br />
alla prossima.... 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/2-Io-mi-lamentavo-del-mio-gatto.html" rel="alternate" title="Io mi lamentavo del mio gatto" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-05-28T13:58:33Z</published>
        <updated>2008-05-28T14:03:25Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
            <category scheme="http://eturella.altervista.org/serendipity/index.php?/categories/3-Curiosita" label="Curiosità" term="Curiosità" />
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/2-guid.html</id>
        <title type="html">Io mi lamentavo del mio gatto</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Come un felino può trattare il suo padrone...<br />
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/w0ffwDYo00Q&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/w0ffwDYo00Q&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://eturella.altervista.org/serendipity/index.php?/archives/1-Ciao-a-tutti.html" rel="alternate" title="Ciao a tutti" />
        <author>
            <name>Emanuele Turella</name>
                    </author>
    
        <published>2008-05-28T10:59:38Z</published>
        <updated>2008-05-28T14:37:09Z</updated>
        <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=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
    
        <id>http://eturella.altervista.org/serendipity/index.php?/archives/1-guid.html</id>
        <title type="html">Ciao a tutti</title>
        <content type="xhtml" xml:base="http://eturella.altervista.org/serendipity/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Sarà almeno la quarta volta (più probabile la quinta) che inizio un blog ma d'altronde...<br />
<br />
...sfruttare le feature di un blog è abbastanza interessante<br />
<br />
Certo che scegliere il software per un semplicissimo blog è tutt'altro che semplicissimo: questo mi sembra abbastanza elegante e funzionale, senza eccessivi fronzoli. 
            </div>
        </content>
        
    </entry>

</feed>