<?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>nezmar.com &#187; WordPress</title>
	<atom:link href="http://www.nezmar.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nezmar.com</link>
	<description></description>
	<lastBuildDate>Sat, 02 Jan 2010 13:10:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='www.nezmar.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How to remove wpautop in WordPress</title>
		<link>http://www.nezmar.com/how-to-remove-wpautop-in-wordpress/</link>
		<comments>http://www.nezmar.com/how-to-remove-wpautop-in-wordpress/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 16:03:53 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[appunti]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/?p=1806</guid>
		<description><![CDATA[Note to myself: when upgrading your WordPress installation always, alway, always remember to add back the

function remove_wpautop_content_filter() {
	remove_filter('the_content','wpautop');
}

function at the end of /wp-includes/functions.php
Otherwise the handy line

add_action('loop_start','remove_wpautop_content_filter');

you have in your theme PHP files and which removes WordPress&#8217; automatic inserting of &#60;P&#62; (paragraphs) not only won&#8217;t work but it will also ruin your nice layout and spit [...]]]></description>
			<content:encoded><![CDATA[<p>Note to myself: when upgrading your WordPress installation always, alway, always remember to add back the<br />
<code><br />
function remove_wpautop_content_filter() {<br />
	remove_filter('the_content','wpautop');<br />
}<br />
</code><br />
function at the end of /wp-includes/functions.php</p>
<p>Otherwise the handy line<br />
<code><br />
add_action('loop_start','remove_wpautop_content_filter');<br />
</code><br />
you have in your theme PHP files and which <strong>removes WordPress&#8217; automatic inserting of &lt;P&gt; (paragraphs)</strong> not only won&#8217;t work but it will also ruin your nice layout and spit a ton of errors.<br />
And you don&#8217;t want that, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/how-to-remove-wpautop-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your own url shortener: the way to go?</title>
		<link>http://www.nezmar.com/your-own-url-shortener-the-way-to-go/</link>
		<comments>http://www.nezmar.com/your-own-url-shortener-the-way-to-go/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 11:40:09 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[informazioni]]></category>
		<category><![CDATA[risorse]]></category>
		<category><![CDATA[segnalazioni]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/?p=1655</guid>
		<description><![CDATA[An url shortener allows you to create shorter URL&#8217;s and (sometimes) keeps track of how many times a link has been clicked. On the other hand, relying on third party services may have quite a few side effects.
According to Jeffrey Zeldman the solution is rolling your own mini-URLs [which]

lessens the chance that your carefully cultivated [...]]]></description>
			<content:encoded><![CDATA[<p>An url shortener allows you to create shorter URL&#8217;s and (sometimes) keeps track of how many times a link has been clicked. On the other hand, relying on third party services may have <a href="http://joshua.schachter.org/2009/04/on-url-shorteners.html">quite a few side effects</a>.</p>
<p><a href="http://www.zeldman.com/2009/08/10/shorten-this/">According to Jeffrey Zeldman</a> the solution is <strong>rolling your own mini-URLs</strong> [which]<br />
<blockquote>
lessens the chance that your carefully cultivated links will rot if the third-party URL shortening site goes down or goes out of business
</p></blockquote>
<p>If you are running <strong>for Wordpress there are two solutions available</strong>, both in the form of installable plug-ins. </p>
<p>One is the <a href="http://wordpress.org/extend/plugins/short-url-plugin/">Short URL Plugin</a> which Zeldman recommends.</p>
<p>The other is <a href="http://extrafuture.com/projects/la-petite-url/">La Petite Url</a> which, <a href="http://daringfireball.net/linked/2009/08/11/la-petite-url">John Gruber notes</a>, includes support for <a href="http://sites.google.com/a/snaplog.com/wiki/short_url">Short URL Auto-Discovery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/your-own-url-shortener-the-way-to-go/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Niente WordCamp (e niente intervento)</title>
		<link>http://www.nezmar.com/niente-wordcamp-e-niente-intervento/</link>
		<comments>http://www.nezmar.com/niente-wordcamp-e-niente-intervento/#comments</comments>
		<pubDate>Tue, 19 May 2009 16:36:44 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[eventi]]></category>
		<category><![CDATA[informazioni]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/?p=1365</guid>
		<description><![CDATA[Dopo averci riflettuto per alcuni giorni avviso che per vari motivi ho deciso di non partecipare al WordCamp che si terrà il 22 e 23 maggio 2009 a Melà^^Milano.
Ho quindi cambiato in &#8220;no&#8221; le voci Partecipo e Speech (sic) nel mio profilo e rimosso  l&#8217;intervento, che volevo fare, intitolato &#8220;Da WordPress a boo.kmark.it: come [...]]]></description>
			<content:encoded><![CDATA[<p>Dopo averci riflettuto per alcuni giorni avviso che per vari motivi ho deciso di <strong>non partecipare al <a href="http://www.wordcamp.it">WordCamp</a></strong> che si terrà il 22 e 23 maggio 2009 a Melà^^Milano.</p>
<p>Ho quindi cambiato in &#8220;no&#8221; le voci <em>Partecipo</em> e <em>Speech</em> (sic) nel mio profilo e <strong>rimosso  l&#8217;intervento, che volevo fare</strong>, intitolato &#8220;Da WordPress a boo.kmark.it: come trasformare un cms in uno spazio di e sul bookmarking&#8221;.</p>
<p>Spero di poter parlare di boo.kmark.it più avanti, condividendo magari in altra sede esperienze ed informazioni accumulate. Per questa volta passo e preferisco dedicarmi ad altro.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/niente-wordcamp-e-niente-intervento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E se cambiassi tema?</title>
		<link>http://www.nezmar.com/e-se-cambiassi-tema/</link>
		<comments>http://www.nezmar.com/e-se-cambiassi-tema/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 01:28:35 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[appunti]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[grafica]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/e-se-cambiassi-tema/</guid>
		<description><![CDATA[Da più di un anno (grossomodo dall&#8217;aprile 2007) l&#8217;aspetto di nezmar.com è basato sul tema di WordPress FirstD: prima ancora ha adottato i temi Fixed Width Simple, oppure Bionic Jive (scelto anche perché usava in clamorosa controtendenza le tabelle) e persino l&#8217;abusato Hemingway Reloaded. 
In previsione di un riassetto delle priorità e dei siti che [...]]]></description>
			<content:encoded><![CDATA[<p>Da più di un anno (grossomodo dall&#8217;<a href="http://web.archive.org/web/20070425101129/http://www.nezmar.com/">aprile 2007</a>) l&#8217;aspetto di <a href="http://nezmar.com" title="http://nezmar.com" target="_blank">nezmar.com</a> è basato sul tema di WordPress <a href="http://www.wpthemesbox.com/wordpress/FirstD/">FirstD</a>: prima ancora <a href="http://web.archive.org/web/20070329063310/http://www.nezmar.com/">ha adottato</a> i temi <a href="http://km.lqz.ca/fws/"title="km.lqz.com" rel="follow">Fixed Width Simple</a>, <a href="http://web.archive.org/web/20070128105354/http://www.nezmar.com/">oppure</a> <a href="http://www.thoughtmechanics.com/blog/2005/01/03/bionic-jive/">Bionic Jive</a> (scelto anche perché usava in clamorosa controtendenza le tabelle) e persino l&#8217;abusato <a href="http://startup365.com/blog/hemingway-reloaded/wordpress/">Hemingway Reloaded</a>. </p>
<p>In previsione di un riassetto delle priorità e dei siti che curo <strong>urge anche un segnale visivo</strong> a sottolineare che qualcosa è cambiato.</p>
<p>A dire il vero nel <em>backend</em> (scusate per la parolaccia) di temi in prova ce ne sono da sempre tanti. Mentre scrivo sono all&#8217;incirca un&#8217;ottantina e visitando di notte questo sito può esservi capitato di vederne qualcuno in azione o più probabilmente avrete ammirato un errore del server a causa di smanettamenti dal vivo col PHP del sottoscritto. ;-)</p>
<p>Ma non divaghiamo: questi di seguito sono <strong>i sei più papabili</strong> e in diversi casi il grosso del lavoro di adattamento e personalizzazione è fatto.</p>
<div align="center">
<br />&nbsp;<br />
<a href="http://www.flickr.com/photos/nda/3076163202/" title="t01 by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3185/3076163202_7247e8cc81_m.jpg" width="192" height="186" hspace="7" alt="t01" /></a><a href="http://www.flickr.com/photos/nda/3075331917/" title="t02 by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3156/3075331917_6df2f1294c_m.jpg" width="192" height="186" hspace="7" alt="t02" /></a><br />&nbsp;<br />
<span id="more-666"></span><br />
<a href="http://www.flickr.com/photos/nda/3076163730/" title="t03 by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3285/3076163730_eed822a25b_m.jpg" width="192" height="186" hspace="7" alt="t03" /></a><a href="http://www.flickr.com/photos/nda/3075332337/" title="t04 by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3153/3075332337_13deff034d_m.jpg" width="192" height="186" hspace="7" alt="t04" /></a><br />&nbsp;</p>
<p><a href="http://www.flickr.com/photos/nda/3075332605/" title="t05 by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3179/3075332605_6181b05851_m.jpg" width="192" height="186" hspace="7" alt="t05" /></a><a href="http://www.flickr.com/photos/nda/3075331465/" title="t06 by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3200/3075331465_9c94c795ff_m.jpg" width="192" height="186" hspace="7" alt="t06" /></a><br />
<br />&nbsp;
</div>
<p>Tra qualche settimana potrebbe trovare uno di questi temi.<br />
Oppure qualcosa di radicalmente diverso&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/e-se-cambiassi-tema/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Feed tematici su WordPress anche senza plugin</title>
		<link>http://www.nezmar.com/feed-tematici-su-wordpress-anche-senza-plugin/</link>
		<comments>http://www.nezmar.com/feed-tematici-su-wordpress-anche-senza-plugin/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 06:15:29 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[informazioni]]></category>
		<category><![CDATA[risorse]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/feed-tematici-su-wordpress-anche-senza-plugin/</guid>
		<description><![CDATA[Non capisco l&#8217;esigenza del plugin &#8220;More Feeds&#8221; per WordPress. Secondo la descrizione servirebbe a &#8220;generate RSS feeds for category and tag archive pages&#8221; e cioé fornire dei feed per le liste di post organizzate in base a tag e categorie.
Non uso i tag (ho un vecchio Wordpress) quindi su questi non mi posso esprimere ma [...]]]></description>
			<content:encoded><![CDATA[<p>Non capisco l&#8217;esigenza del <a href="http://wordpress.org/extend/plugins/wp-more-feeds/">plugin &#8220;More Feeds&#8221;</a> per WordPress. Secondo la descrizione servirebbe a &#8220;generate RSS feeds for category and tag archive pages&#8221; e cioé fornire dei feed per le liste di post organizzate in base a tag e categorie.<br />
Non uso i tag (ho un vecchio Wordpress) quindi su questi non mi posso esprimere ma il feed per categoria (o tematica, che dir si voglia) c&#8217;è eccome e da sempre. </p>
<p>Ad esempio per il feed dei soli post con <a href="http://www.nezmar.com/category/Apple/"><em>category</em> &#8220;Apple&#8221;</a> qui su <a href="http://nezmar.com" title="http://nezmar.com" target="_blank">nezmar.com</a> l&#8217;indirizzo è <a href="http://www.nezmar.com/category/apple/feed" title="http://www.nezmar.com/category/apple/feed" target="_blank">www.nezmar.com/category/apple/feed</a> [1] e cioé aggiungendo semplicemente &#8220;feed&#8221; alla fine.</p>
<p>Ergo, se la categoria/tematica/argomento è del tipo<br />
<code></p>
<p><a href="http://www.sito.xyz/category/qualcosa/" title="http://www.sito.xyz/category/qualcosa/" target="_blank">www.sito.xyz/category/qualcosa/</a></p>
<p></code></p>
<p>Il feed automaticamente generato da Wordpress sarà:<br />
<code></p>
<p><a href="http://www.sito.xyz/category/qualcosa/feed" title="http://www.sito.xyz/category/qualcosa/feed" target="_blank">www.sito.xyz/category/qualcosa/feed</a></p>
<p></code></p>
<p>O sbaglio? :?</p>
<p>[1] che diventa <a href="feed://www.nezmar.com/category/apple/feed" title="feed://www.nezmar.com/category/apple/feed" target="_blank">www.nezmar.com/category/apple/feed</a> (cioé con protocollo feed:// invece che http://) nell&#8217;interpretazione un po&#8217; particolare di Safari e del PubSub di Mac OS X</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/feed-tematici-su-wordpress-anche-senza-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prove tecniche di manomissione</title>
		<link>http://www.nezmar.com/-2/</link>
		<comments>http://www.nezmar.com/-2/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 10:14:03 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[appunti]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ignorate i vari post vuoti grazie: sto cercando di riattivare lo script che trasforma bookmark di del.icio.us in post di WordPress.
In informatica si conferma la regola che due anni equivalgono a due secoli e il corollario che se qualcsiasi cosa funzionava in passato non lo farà più.
]]></description>
			<content:encoded><![CDATA[<p>Ignorate i vari <em>post</em> vuoti grazie: sto cercando di riattivare <a href="http://www.nezmar.com/delicious-al-servizio-di-wordpress/">lo script</a> che trasforma bookmark di <a href="http://del.icio.us" title="http://del.icio.us" target="_blank">del.icio.us</a> in post di WordPress.<br />
In informatica si conferma la regola che due anni equivalgono a due secoli e il corollario che se qualcsiasi cosa funzionava in passato non lo farà più.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please do not adjust you browser set&#8230;</title>
		<link>http://www.nezmar.com/-3/</link>
		<comments>http://www.nezmar.com/-3/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 09:55:13 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[appunti]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#8230;and don&#8217;t mind the empty posts, thank you.
I&#8217;m trying to reactivate Nozell&#8217;s DailyDelicious hack for Wordpress that I used a couple of years ago and that (of course) doesn&#8217;t work properly no mre.
]]></description>
			<content:encoded><![CDATA[<p>&#8230;and don&#8217;t mind the empty posts, thank you.<br />
I&#8217;m trying to reactivate <a href="http://nozell.com">Nozell</a>&#8217;s DailyDelicious hack for Wordpress that I used a couple of years ago and that (of course) doesn&#8217;t work properly no mre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

