<?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>Il blog di Gas &#187; wordpress</title>
	<atom:link href="http://www.lucagasperini.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucagasperini.com/blog</link>
	<description>Solo un altro sito WordPress</description>
	<lastBuildDate>Fri, 04 Nov 2011 15:04:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Me Live!</title>
		<link>http://www.lucagasperini.com/blog/2007-me-live/</link>
		<comments>http://www.lucagasperini.com/blog/2007-me-live/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 20:35:15 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[social_networking]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-me-live/</guid>
		<description><![CDATA[Insipired by mugshot and Matt Brubeck I&#8217;ve made a similar thing for my blog. It uses venus for all the fetching and parsing (as planetlarry does ) and then I&#8217;ve used feed2js to embed it in my blog. Here&#8217;s the source planet that generates the feed , here&#8217;s the page of my blog that uses [...]]]></description>
			<content:encoded><![CDATA[<p>Insipired by <a href="http://mugshot.org/">mugshot</a> and <a href="http://limpet.net/mbrubeck/">Matt Brubeck</a> I&#8217;ve made a similar thing for my blog. It uses <a href="http://www.planetplanet.org/">venus</a> for all the fetching and parsing (as <a href="http://larrythecow.org/">planetlarry</a> does ) and then I&#8217;ve used feed2js to embed it in my blog.</p>
<p>Here&#8217;s the <a href="http://www.lucagasperini.com/gaslive/gaslive/output/">source planet</a> that generates the feed , here&#8217;s <a href="/blog/live">the page of my blog</a> that uses that feed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-me-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kiss WordPress Upgrade Script</title>
		<link>http://www.lucagasperini.com/blog/2007-kiss-wordpress-upgrade-script/</link>
		<comments>http://www.lucagasperini.com/blog/2007-kiss-wordpress-upgrade-script/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 20:26:52 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-kiss-wordpress-upgrade-script/</guid>
		<description><![CDATA[Description This is a KISS ( Keep It Simple Stupid ) script to backup and upgrade to the latest version your wordpress blog.You will need a shell / ssh to run this script ( tested on standard linux bash ). Features No configuration needed Full Database Backup Full blog root backup excluding the backup directory [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Description</strong></p>
<p>This is a KISS ( Keep It Simple Stupid ) script to backup and upgrade to the latest version your wordpress blog.You will need a shell / ssh to run this script ( tested on standard linux bash ).</p>
<p><strong>Features</strong></p>
<ul>
<li>No configuration needed</li>
<li>Full Database Backup</li>
<li>Full blog root backup excluding the backup directory</li>
<li>Automagic blog upgrade</li>
<li>Easily written and hence easily adaptable</li>
</ul>
<p><strong>Installation</strong></p>
<p>open a shell and &#8220;cd&#8221; to your wordpress blog root path ( the one that contains wp-admin directory or wp-config.php for example)<br />
<code>wget http://www.lucagasperini.com/wpautoupgrade.sh<br />
chmod u+x wpautoupgrade.sh</code></p>
<p><strong>Usage</strong></p>
<p>open a shell and &#8220;cd&#8221; to your wordpress blog root path<br />
<code>sh wpautoupgrade.sh</code><br />
Now point your browser to http://www.example.com/wp-admin/upgrade.php</p>
<p><strong>Restore</strong></p>
<p>I have an idea for doing things the KISS way but no time for now so you have to do things manually . The backup performed is standard so you can simply follow the <a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">codex</a>.</p>
<p><strong>Notes</strong></p>
<ul>
<li>Two different backups are made , content and sql table, they are stored in /pathtoblog/backup.</li>
<li>To download your blog backup file point your browser to http://www.example.com/backup/files.tar.gz. </li>
<li>To download your sql table backup point your browser to http://www.example.com/backup/sql.gz</li>
<li>All backups are kept and are not backed-up ( buckups don&#8217;t contain older backups). This mean that over time the backup directory can potentially become huge.Check it and delete older ones</li>
<li>I didn&#8217;t want this script to call the upgrade.php autamatically cause it means no feedback at all.</li>
<li>If you don&#8217;t have a standard wordpress install don&#8217;t use this script. For example if you use a Debian package to install wordpress this script won&#8217;t work because the deb has been debianized and all config have been moved to /etc/wordpress rather than standard /blogroot</li>
<li>If it doesn&#8217;t work is your fault <img src='http://www.lucagasperini.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-kiss-wordpress-upgrade-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Riricambiato tema</title>
		<link>http://www.lucagasperini.com/blog/2007-riricambiato-tema/</link>
		<comments>http://www.lucagasperini.com/blog/2007-riricambiato-tema/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 22:38:08 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-riricambiato-tema/</guid>
		<description><![CDATA[Forse Ã¨ l&#8217;ultimo&#8230; e non sarebbe male. Ho mixxato il tema di tango con quello di prima e ricordandomi di Ernest sono venuto fuori con questo tema, l&#8217;idea Ã¨ di mantenere &#8220;stilositÃ &#8221; e guadagnare in chiarezza ovvero di trovare il Santo Graal. Da (ri)fare aka Lista di sbatta per gas. Archivio Pagina Generale Tags La [...]]]></description>
			<content:encoded><![CDATA[<p>Forse Ã¨ l&#8217;ultimo&#8230; e non sarebbe male.</p>
<p>Ho mixxato il tema di tango con quello di prima e ricordandomi di Ernest sono venuto fuori con questo tema, l&#8217;idea Ã¨ di mantenere &#8220;stilositÃ &#8221; e guadagnare in chiarezza ovvero di trovare il Santo Graal. <img src='http://www.lucagasperini.com/blog/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>Da (ri)fare aka Lista di sbatta per gas.</p>
<ul>
<li><strike>Archivio</strike></li>
<li><strike>Pagina Generale Tags</strike></li>
<li><strike>La ricerca ( form</strike> , metabox e numero risultati ricerca)</li>
<li><strike>condizioni sul menu nell&#8217;header per vedere in che pagina si Ã¨</strike></li>
<li><strike>footer</strike></li>
<li>test su IE ( layout , caratteri)</li>
<li>validare tutte le pagine</li>
<li><strike>perchÃ¨ non viene fuori il numero di commenti in homepage (sotto recent comments) mentre viene fuori in archivio?</strike></li>
<li>s<strike>istemare gli ultimi articoli perchÃ¨ nella pagina singola viene fuori lo stesso per piÃ¹ volte, o metto un if o uso direttamente una funzione di wordpress tanto il numero di commenti non riesco a farlo uscire. </strike>Alla fine funzione wordpress banale</li>
<li>statistiche se serve o meglio counter per ogni post</li>
<li>mapstat in homepage</li>
<li>ajax :decidere se sia il caso di obbligare gli utenti a scaricare 100KB di script solo per 4 cagate</li>
<li>rivedere i commenti perchÃ¨ non convincono</li>
<li><strike>mettere l&#8217;icon dei feed a destra ( e che cacchio!!!!! )</strike> Secondo me Ã¨ impossibile con la funzione wp_list_categories, serve altro.L&#8217;errore Ã¨ il solito di quando si fa il float, il container risulta vuoto e la cosa che dovrebbe contenere vien fuori la riga sotto.In genere basta specificare le dimensioni del container e mettergli un float (non so perchÃ¨).</li>
<li>le date , <strike>forse non serve una mazza sapere il minuto</strike> &#8230;.riguardo alle date:no plugin per filosofia , l&#8217;idea Ã¨ di mostrare solo l&#8217;ora nei commenti quando il commento Ã¨ stato scritto lo stesso giorno e via dicendo per mese e anno.</li>
<li>rivedere il blogroll e aggiungere la data di ultimo aggiornamento.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-riricambiato-tema/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Akismet</title>
		<link>http://www.lucagasperini.com/blog/2007-akismet/</link>
		<comments>http://www.lucagasperini.com/blog/2007-akismet/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 15:48:30 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-akismet/</guid>
		<description><![CDATA[Secondo con me [tag]akismet[/tag] c&#8217;Ã¨ qualcosa che non va&#8230;iniziamo cosÃ¬&#8230;. Con [tag]wordpress[/tag] 2.1 in amministrazione c&#8217;Ã¨ la sezione &#8220;commenti&#8221; ed in questa se si usa akismet c&#8217;Ã¨ la sezione &#8220;Spam Akismet&#8221; che contiene i messaggi spam delle ultime due settimane , quelli piÃ¹ vecchi di 14 giorni vengono cancellati. Una volta quei messaggi erano 100 [...]]]></description>
			<content:encoded><![CDATA[<p>Secondo con me [tag]akismet[/tag] c&#8217;Ã¨ qualcosa che non va&#8230;iniziamo cosÃ¬&#8230;.</p>
<p>Con [tag]wordpress[/tag] 2.1 in amministrazione c&#8217;Ã¨ la sezione &#8220;commenti&#8221; ed in questa se si usa akismet c&#8217;Ã¨ la sezione &#8220;Spam Akismet&#8221; che contiene i  messaggi spam delle ultime due settimane , quelli piÃ¹ vecchi di 14 giorni vengono cancellati. Una volta quei messaggi erano 100 , poi sono diventati 300 ed ora sono 1000!!!!! Questo vuol dire che ricevo un po meno di 100 messaggi di spam al giorno e rispetto ai 10 di qualche mese fa sono un bel cambiamento.</p>
<p>Un po di tempo fa , superata quota 1000 di spam avevo messo <a href="http://www.lucagasperini.com/blog/2007-quota-1000-spam/">un post qui</a> , ora siamo quai a 4000 e son passati due mesi.</p>
<p><img src="http://www.lucagasperini.com/blog/wp-content/uploads/2007/03/spamakismet1.png" title="akismet screenshot" alt="akismet screenshot" /></p>
<p>Secondo me non tutti i bot degli spammer controllano effettivamente se il loro messaggio Ã¨ uscito o Ã¨ stato bloccato ma piuttosto controllano la risposta che gli da il blog/server. Gli sviluppatori di akismet avranno creato una cosa silenziosa, i messaggi vengono segnalati come spam senza darne un avviso a chi li manda (sarebbe da provare)  fondamentalmente perchÃ¨ Ã¨ stupido avvisare gli spammer che le loro tecniche non funzionano, meglio  se ne accorgano da soli e non subito.Se il bot dello spammer arriva sul mio blog , prova a postare e non si accorge che il messaggio Ã¨ stato bloccato allora sicuramente si &#8220;segnerÃ &#8221; da qualche parte che il mio sito Ã¨ aperto allo spam.Un po quello che succede con le email :se si risponde ad una email spam lo spammer si rende conto che effettivamente quell&#8217;email Ã¨ vera , che non Ã¨ stata filtrata e sopratutto che quell&#8217;account di posta Ã¨ effettivamente usato e non solo come scudo antispam.</p>
<p>Se io fossi uno spammer probabilmente il mio problema piÃ¹ grosso sarebbe il tempo perso, perchÃ¨ spendere tempo e risorse spam preziose a cercare di inondare blog e siti protetti piuttosto che concentrarmi su quelli con cui so di aver successo?</p>
<p>Sul forum di wordpress.org uno/a ( <a href="http://www.anekostudios.com/index.php">doodlebee</a> ) mi consiglia di dare un occhiata a <a href="http://error.wordpress.com/2006/07/04/bad-behavior-2/">Bad Behavior 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-akismet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delicious e WordPress Feed</title>
		<link>http://www.lucagasperini.com/blog/2007-delicious-e-wordpress-feed/</link>
		<comments>http://www.lucagasperini.com/blog/2007-delicious-e-wordpress-feed/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 14:18:41 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-delicious-e-wordpress-feed/</guid>
		<description><![CDATA[Stavo leggendo il blog di krome che si lamentava di quanto sia brutto aprire l&#8217;aggregatore e trovarsi una valanga di blog aggiornati da delicious e non dall&#8217;effettivo autore del blog, i blog sono blog e il social bookmarking Ã¨ social bookmarking, tenere le cose separate effettivamente puÃ² essere una bella cosa. Per fare fronte a [...]]]></description>
			<content:encoded><![CDATA[<p>Stavo leggendo il blog di <a href="http://kromeblog.kromeboy.net/index.php/2007/01/29/delicious-rss-spam/">krome</a> che si lamentava di quanto sia brutto aprire l&#8217;aggregatore e trovarsi una valanga di blog aggiornati da delicious e non dall&#8217;effettivo autore del blog, i blog sono blog e il social bookmarking Ã¨ social bookmarking, tenere le cose separate effettivamente puÃ² essere una bella cosa.</p>
<p>Per fare fronte  a questo problema ci sono due strade,  la prima la puo prendere l&#8217;autore del blog la seconda chi che legge il feed del blog e non vuole vedere i link di delicious, in entrambi i casi il blog deve essere su wordpress</p>
<p><span id="more-344"></span></p>
<p><strong>Prima strada</strong></p>
<p>Con in nuovo wordpress 2.1 Ã¨ cambiato qualcosa ed il fatto che firefox si ostini a leggere da cache non aiuta a fare tentativi,  ho testato il tutto usando Reblog e funziona , il funziona/non funziona dipende dal tipo di richiesta che fa l&#8217;aggregatore ( di tipo GET?) e se il blog usa permalink strani.</p>
<p>I post di delicious devono essere raggruppati in una singola categoria,i post di quella categoria verrano esclusi dal feed e dalla homepage (in teoria , non ho testato perchÃ¨  li escludo giÃ  col tema).Da Gestione&#8211;&gt; Categorie si puo controllare l&#8217;id corrispondente alla categoria per poi modificare il file index.php nella directory di installazione di wordpress (non nella directory del tema corrente).La categoria del mio blog per delicious Ã¨ la numero 8 ed il mio index.php</p>
<p><code><br />
< ?php<br />
/* Short and sweet */<br />
define('WP_USE_THEMES', true);<br />
$cat=-8;<br />
require('./wp-blog-header.php');<br />
?><br />
</code></p>
<p>Ho provato anche la forma con piÃ¹ controlli ma sulla mia installazione di wordpress forse c&#8217;Ã¨ qualche problema :</p>
<p><code><br />
< ?php<br />
/* Short and sweet */<br />
define('WP_USE_THEMES', true);<br />
if(empty($_SERVER['QUERY_STRING']) || (isset($_GET['feed']) &amp;&amp; !(isset($_GET['cat']) || isset($_GET['category_name'])))) {<br />
$cat=-8;<br />
}<br />
require('./wp-blog-header.php');<br />
?><br />
</code></p>
<p>buttata li cosÃ¬&#8230;.</p>
<p><strong>Seconda strada</strong></p>
<p>Beh&#8230;banale e non sempre fattibile, ogni blog di wordpress ha il feed genereale in questa forma:</p>
<p>http://www.esempio.com/index.php?feed=<em>tipo</em></p>
<p>con <em>tipo:</em> rss , rss2 , atom &#8230;</p>
<p>Se il blog che volete leggere non usa i permalink non dovrebbe essere difficile trovare l&#8217;id della categoria (ammesso che usi una singola categoria per i post di delicious) e da li</p>
<p>http://www.esempio.com/index.php?feed=<em>tipo<strong>&#038;cat=-8</strong></em></p>
<p>Sempre id categoria 8 come esempio.</p>
<p>I permalink sono gestiti all&#8217;interno di wordpress e non dall&#8217;.htaccess di apache , forse un modo per trovare l&#8217;id della categoria senza chiederelo all&#8217;autore del blog c&#8217;Ã¨&#8230;..mah</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-delicious-e-wordpress-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lavori in Corso</title>
		<link>http://www.lucagasperini.com/blog/2007-lavori-in-corso/</link>
		<comments>http://www.lucagasperini.com/blog/2007-lavori-in-corso/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 16:57:13 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-lavori-in-corso/</guid>
		<description><![CDATA[Nuovo tema e nuovi lavori , per fortuna sto perdento poco tempo&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Nuovo tema e nuovi lavori , per fortuna sto perdento poco tempo&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-lavori-in-corso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostmonster and email sender</title>
		<link>http://www.lucagasperini.com/blog/2007-hostmonster-and-email-sender/</link>
		<comments>http://www.lucagasperini.com/blog/2007-hostmonster-and-email-sender/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 20:39:53 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-hostmonster-and-email-sender/</guid>
		<description><![CDATA[I just found out that my [tag]wordpress[/tag] blog hosted at Hostmonster.com doesn&#8217;t send out mail as I want. Hostmonster lets you connect to your account through ssh and it&#8217;s my experience that any hosting company that doesn&#8217;t provides you with this kind of connection turns out to be shitty after a while. So after you [...]]]></description>
			<content:encoded><![CDATA[<p>I just found out that my [tag]wordpress[/tag] blog hosted at Hostmonster.com doesn&#8217;t send out mail as I want.</p>
<p>Hostmonster lets you connect to your account through ssh and it&#8217;s my experience that any hosting company that doesn&#8217;t provides you with this kind of connection turns out to be shitty after a while.</p>
<p>So after you have sent your an id card copy to the hostmonster guys ( and gals )  connect to your account with ssh.Now you have to look for a &#8220;php.ini&#8221; file under &#8220;~/public_html/&#8221;. That&#8217;s an already made php.ini that&#8217;s good for hostmonster, copy it to your wordpress root directory and then modify it.</p>
<p>Change line 604 from:</p>
<p><code>sendmail_path = /usr/sbin/sendmail -t -i</code></p>
<p>to</p>
<p><code> sendmail_path = /usr/sbin/sendmail -t -i  -fuser@example.com </code></p>
<p>The second line will make &#8220;<strong>user@example.com</strong>&#8221; the sender of all wordpress emails.(It&#8217;s not a typo, -f in the above command is the command option, hence the email address will be &#8220;user@example.com&#8221; and <strong>not</strong> &#8220;fuser@example.com)</p>
<p><a href="http://www.hostmonster.com/track/gasparov/text1"><br />
CLICK HERE TO SIGNUP FOR HostMonster.COM NOW.<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-hostmonster-and-email-sender/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snap Preview Anywhere</title>
		<link>http://www.lucagasperini.com/blog/2007-snap-preview-anywhere/</link>
		<comments>http://www.lucagasperini.com/blog/2007-snap-preview-anywhere/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 11:29:17 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-snap-preview-anywhere/</guid>
		<description><![CDATA[E&#8217; un [tag]plugin[/tag] per [tag]wordpress[/tag] e per molti altri [tag]blog[/tag] che per ogni link fa vedere una finestrella con il &#8220;preview&#8221; collegamento. Ad esempio, lasciando il puntatore del mouse su questo collegamento per piÃ¹ di un secondo dovrebbe venire fuori la preview della mia home page. Installazione: occorre iscirversi al sito per ottenere la chiave [...]]]></description>
			<content:encoded><![CDATA[<p>E&#8217; un [tag]plugin[/tag] per [tag]wordpress[/tag] e per molti altri [tag]blog[/tag] che per ogni link fa vedere una finestrella con il &#8220;preview&#8221; collegamento.</p>
<p>Ad esempio, <a href="http://www.lucagasperini.com">lasciando il puntatore del mouse su questo collegamento per piÃ¹ di un secondo</a> dovrebbe venire fuori la preview della mia home page.</p>
<p>Installazione: occorre <a href="http://www.snap.com">iscirversi al sito</a> per ottenere la chiave e poi installare <a href="http://ajaydsouza.com/wordpress/plugins/snap-preview-anywhere/">questo plugin.</a></p>
<p>Poi nelle Opzioni si puo inserire la chiave corretta.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-snap-preview-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.1</title>
		<link>http://www.lucagasperini.com/blog/2007-wordpress-21/</link>
		<comments>http://www.lucagasperini.com/blog/2007-wordpress-21/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 18:10:46 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-wordpress-21/</guid>
		<description><![CDATA[E&#8217; uscito wordpress 2.1 e promette molte novitÃ  Tanto per ricordare i passaggi per fare l&#8217;upgrade: Fare Backup sia dei file che delle tabelle sql Disabilitare i plugin Sostituire tutti i file a parte la cartella wp-content e il file wp-config.php Script di upgrade (andare sul browser alla &#8220;Bacheca&#8221; e sostituire nella barra dell&#8217;indirizzo &#8220;index.php&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>E&#8217; uscito wordpress 2.1 e promette <a href="http://wordpress.org/development/2007/01/ella-21/">molte novitÃ </a></p>
<p>Tanto per ricordare i passaggi per fare l&#8217;upgrade:</p>
<ul>
<li>Fare Backup sia dei file che delle tabelle sql</li>
<li>Disabilitare i plugin</li>
<li>Sostituire tutti i file a parte la cartella wp-content e il file wp-config.php</li>
<li>Script di upgrade (andare sul browser alla &#8220;Bacheca&#8221; e sostituire nella barra dell&#8217;indirizzo &#8220;index.php&#8221; con &#8220;upgrade.php&#8221;</li>
<li>Riattivare i plugin</li>
</ul>
<p>Io non ho avuto problemi di plugin:</p>
<ul>
<li>Akismet</li>
<li>CountPost</li>
<li>Google Analyticator e Sitemap</li>
<li>Preserve Code Formatting</li>
<li>Text Control</li>
<li>Ultimate Tag Warrior</li>
<li>wp-slimstat</li>
<p>In bocca al Lupo</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-wordpress-21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress</title>
		<link>http://www.lucagasperini.com/blog/2007-wordpress/</link>
		<comments>http://www.lucagasperini.com/blog/2007-wordpress/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 15:07:19 +0000</pubDate>
		<dc:creator>gas</dc:creator>
				<category><![CDATA[Generale]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.lucagasperini.com/blog/2007-wordpress/</guid>
		<description><![CDATA[E&#8217; uscito [tag]wordpress[/tag] 2.0.6 Ci sono fix di sicurezza e sarÃ  l&#8217;ultima prima di wordpress 2.1]]></description>
			<content:encoded><![CDATA[<p>E&#8217; uscito [tag]wordpress[/tag] 2.0.6</p>
<p>Ci sono fix di sicurezza e sarÃ  l&#8217;ultima prima di wordpress 2.1</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lucagasperini.com/blog/2007-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

