<?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; cms</title>
	<atom:link href="http://www.nezmar.com/category/cms/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>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>Un forum alla vaniglia, grazie</title>
		<link>http://www.nezmar.com/un-forum-alla-vaniglia-grazie/</link>
		<comments>http://www.nezmar.com/un-forum-alla-vaniglia-grazie/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 17:01:49 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[appunti]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[segnalazioni]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/un-forum-alla-vaniglia-grazie/</guid>
		<description><![CDATA[Noto con piacere che sia delicious che i Mozilla Labs hanno adottato, come software per forum via web, Lussumo Vanilla invece del solito phpBB.
È una scelta apprezzabile: Vanilla ha un&#8217;interfaccia molto pulita e usabile e le discussioni sono, stranamente, leggibili. Sono insomma sgombre da quell&#8217;inutile bagaglio di iconine, avatar, status, firme, quoting chilometrici e tricchetracche [...]]]></description>
			<content:encoded><![CDATA[<p>Noto con piacere che sia <a href="http://support.delicious.com/forum/">delicious</a> che i <a href="https://labs.mozilla.com/forum/categories.php">Mozilla Labs</a> hanno adottato, come software per forum via web, <a href="http://lussumo.com/">Lussumo</a> <a href="http://getvanilla.com/">Vanilla</a> invece del solito phpBB.</p>
<p>È una scelta apprezzabile: Vanilla ha un&#8217;interfaccia molto pulita e usabile e le discussioni sono, stranamente, leggibili. Sono insomma sgombre da quell&#8217;inutile bagaglio di iconine, avatar, status, firme, quoting chilometrici e tricchetracche assortiti che appesantiscono inutilmente le discussioni abbassando la proporzione tra segnale e rumore e rendendo in generale frustrante le <u>discussioni</u> su web.</p>
<p>Se ci fosse anche il <em>threading</em> (tipo nei commenti di LiveJournal e in futuro anche <a href="http://intensedebate.com/features#li1">su WordPress</a>, pare) riuscirebbe a riconciliarmi con le discussioni via web, ma forse sono il solito rompiscatole esigente&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/un-forum-alla-vaniglia-grazie/feed/</wfw:commentRss>
		<slash:comments>1</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>Spazio sprecato</title>
		<link>http://www.nezmar.com/spazio-sprecato/</link>
		<comments>http://www.nezmar.com/spazio-sprecato/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:53:08 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[segnalazioni]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/spazio-sprecato/</guid>
		<description><![CDATA[Pregasi notare la differenza tra l&#8217;interfaccia di amministrazione di un noto CMS sistema per gestire blog:

e un nuovo e ambizioso sistema: 

La differenza che vedete tra il primo e il secondo nella parte alta in inglese viene chiamata &#8220;administrative debris&#8221; io mi limito a dire che è uno spreco di spazio utile, soprattutto su schermi [...]]]></description>
			<content:encoded><![CDATA[<p>Pregasi notare la differenza tra l&#8217;interfaccia di amministrazione di un noto <s>CMS</s> <a href="http://wordpress.org/">sistema per gestire blog</a>:</p>
<p><a href="http://www.flickr.com/photos/nda/2620104489/" title="WordPress admin user interface by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3019/2620104489_996fd5f5d8.jpg" width="400" height="192" alt="WordPress admin user interface" vspace="12" /></a></p>
<p>e un <a href="http://www.habariproject.org/en/">nuovo e ambizioso sistema</a>: </p>
<p><a href="http://www.flickr.com/photos/nda/2620104493/" title="Habari admin user interface by nicoladagostino, on Flickr"><img src="http://farm4.static.flickr.com/3102/2620104493_6fa10877a5.jpg" width="400" height="198" alt="Habari admin user interface" vspace="12" /></a></p>
<p>La differenza che vedete tra il primo e il secondo nella parte alta in inglese viene chiamata <a href="http://tomayko.com/writings/administrative-debris">&#8220;administrative debris&#8221;</a> io mi limito a dire che è uno spreco di spazio utile, soprattutto su schermi piccoli come quelli dei portatili (eeePC anyone?).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/spazio-sprecato/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;del.icio.us as a cms&#8221;</title>
		<link>http://www.nezmar.com/delicious-as-a-cms/</link>
		<comments>http://www.nezmar.com/delicious-as-a-cms/#comments</comments>
		<pubDate>Mon, 26 May 2008 20:07:10 +0000</pubDate>
		<dc:creator>nda</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[idee]]></category>
		<category><![CDATA[informazioni]]></category>
		<category><![CDATA[soluzioni]]></category>

		<guid isPermaLink="false">http://www.nezmar.com/delicious-as-a-cms/</guid>
		<description><![CDATA[<p>Here&#8217;s the translation in english of my presentation at the <a href="http://barcamp.org/microcamp">microcamp 2008</a> which took place in Milan last saturday.</p>
<p>Altough the most of my background material (here on <a href="http://nezmar.com" title="http://nezmar.com" target="_blank">nezmar.com</a>) is in Italian I tought I could at the least make the effort to publish an english version of the slideshow I did on <strong>how to use <a href="http://del.icio.us" title="http://del.icio.us" target="_blank">del.icio.us</a>&#8216; bookmarking to manage, share and easily publish you (micro)content</strong>.<br />
Here it is:<br />
<br />&nbsp;</p>
<p><iframe src='http://docs.google.com/EmbedSlideshow?docid=d4nkcfw_205cnpxxb4m' frameborder='0' width='410' height='342'></iframe><br />
<br />&nbsp;</p>
<p>Feel free to use (and inspect the HTML code in the linked webpages)<br />
If you have any questions use the comments and I&#8217;ll try to answer or to point you in the right direction.</p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the translation in english of my presentation at the <a href="http://barcamp.org/microcamp">microcamp 2008</a> which took place in Milan last saturday.</p>
<p>Altough the most of my background material (here on <a href="http://nezmar.com" title="http://nezmar.com" target="_blank">nezmar.com</a>) is in Italian I tought I could at the least make the effort to publish an english version of the slideshow I did on <strong>how to use <a href="http://del.icio.us" title="http://del.icio.us" target="_blank">del.icio.us</a>&#8216; bookmarking to manage, share and easily publish you (micro)content</strong>.<br />
Here it is:<br />
<br />&nbsp;</p>
<p><iframe src='http://docs.google.com/EmbedSlideshow?docid=d4nkcfw_205cnpxxb4m' frameborder='0' width='410' height='342'></iframe><br />
<br />&nbsp;</p>
<p>Feel free to use (and inspect the HTML code in the linked webpages)<br />
If you have any questions use the comments and I&#8217;ll try to answer or to point you in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nezmar.com/delicious-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

