<?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>Simon&#039;s Mess &#187; utils</title>
	<atom:link href="http://www.simonsmess.com/category/utils/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonsmess.com</link>
	<description>A mess of ideas and things I want to share</description>
	<lastBuildDate>Sat, 10 Dec 2011 14:46:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How I moved a blog from Serendipity to WordPress</title>
		<link>http://www.simonsmess.com/2007/11/13/how-i-moved-a-blog-from-serendipity-to-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-i-moved-a-blog-from-serendipity-to-wordpress</link>
		<comments>http://www.simonsmess.com/2007/11/13/how-i-moved-a-blog-from-serendipity-to-wordpress/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 08:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[utils]]></category>

		<guid isPermaLink="false">http://www.simonsmess.com/simonsmess/?p=54</guid>
		<description><![CDATA[I had a blog using the S9Y framework aka Serendipity but obviously since WordPress is THE blogging framework around I had to move to it. Unfortunately S9Y is not one of the supported import modes of WordPress. Fortunately, a quick Google search pointed me to the following page, which gives one ! You just need [...]]]></description>
			<content:encoded><![CDATA[<p>I had a blog using the <a href="http://www.s9y.org/">S9Y </a>framework aka Serendipity but obviously since <a href="http://www.wordpress.org/">WordPress </a>is THE blogging framework around <span style="font-weight:bold">I had to move to it</span>.</p>
<p>Unfortunately S9Y is not one of the supported import modes of WordPress. Fortunately, a quick Google search pointed me to the following <a href="http://technosailor.com/2007/01/02/new-version-of-serendipity-s9y-to-wordpress-importer-available/">page</a>, which gives one ! You just need to drop the file in the wp-admin/import directory of your wordpress installation, and use the standard import mechanism.</p>
<p>After that, <span style="font-weight:bold">I ran into the following error beause of my hosting provider</span> (<a href="http://www.free.fr">free.fr</a>) : &#8220;failed to delete and flush buffer. No buffer to delete or flush&#8221;. After lots of goggle search which led nowhere since this is a classic PHP error happening on lots of blogs, I decided to tackle the problem myself. After some good old &#8220;echo debugging&#8221;, I found out, that the problem was the following line of the serendipity.php file :
<pre>$cats = $this-&gt;get_s9y_cat_assoc($ret_id);</pre>
<p>I commented it out and replaced it by :
<pre>$cats = array();</pre>
<p>Now, you might say &#8220;cool, but this has to have some side effects!&#8221;. And you&#8217;re right. Apparently with the posts category, but since there was none on the imported blogs&#8230; Who cares <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Don&#8217;t hesitate to post, if you know a better solution !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonsmess.com/2007/11/13/how-i-moved-a-blog-from-serendipity-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>To WordPress or not ?</title>
		<link>http://www.simonsmess.com/2007/06/09/to-wordpress-or-not/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=to-wordpress-or-not</link>
		<comments>http://www.simonsmess.com/2007/06/09/to-wordpress-or-not/#comments</comments>
		<pubDate>Sat, 09 Jun 2007 21:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[techno]]></category>
		<category><![CDATA[utils]]></category>

		<guid isPermaLink="false">http://www.simonsmess.com/simonsmess/?p=16</guid>
		<description><![CDATA[When I started this blog, I clearly did not search around for the various blogging platforms available out there. I followed Sebz instincts although I had a previous experience with Serendipity with my son&#8217;s blog.Blogger seemed like a good platform (aren&#8217;t all Google tools one of the best ones ever ?), and I had previously [...]]]></description>
			<content:encoded><![CDATA[<p>When I started this blog, I clearly did not search around for the various <span style="font-weight: bold">blogging platforms</span> available out there. I followed <a href="http://sebzen.blogspot.com/">Sebz</a> instincts although I had a previous experience with <a href="http://www.s9y.org/">Serendipity</a> with my <a href="http://celian.bretin.free.fr/serendipity/">son&#8217;s blog</a>.<br />Blogger seemed like a good platform (aren&#8217;t all Google tools one of the best ones ever ?), and I had previously chosen s9y only because it was easily installable on <a href="http://www.free.fr/">Free</a>. And since I mainly use Google Reader to read my blog feeds, I do not often see the real platforms being the blogs I read.<br />However I have been quite disappointed with the platform. First of <span style="font-weight: bold">the preview is really lame</span> since it does not take into account the template chosen for the blog, and so alignment and spacing often need some fixup once a message published. The <span style="font-weight: bold">HTML edition feature is nice</span> although it seems that there always is some reprocessing once you edit the code. Another thing that troubles me is the lack of possibility to <span style="font-weight: bold">reference posts via meta keywords</span>. This means that visibility of your blog is not really controllable and I would like to have better control over that.<br />As a result, I have been looking for <span style="font-weight: bold">other platforms available</span> out there. <a href="http://www.wordpress.org/">WordPress </a>seems to be plebiscited as one of the best ones. Vince has recently made this choice, and so did <a href="http://www.guykawasaki.com/">Guy </a>! (Vince you can thank me later for the comparison <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ). So my question is simple : <span style="font-weight: bold">should I switch over to a WordPress platform ?</span><br />I already do like the multi-tab possibility which allows to go beyond blogging and add extra functionalities. This might be why WordPress defines itself as a &#8220;semantic personal publishing platform&#8221;, not only blogging platform ! It seems that on the edition side, it is more than OK. The missing thing might be the limit on the images (50Mb) although I&#8217;m not sure about the limit in Blogger. One <span style="font-weight: bold">deal breaker</span> seems to be the <span style="font-weight: bold">impossibility to add flash content</span> on the hosted platform wordpress.com <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> <br />Anyhow <span style="font-weight: bold">I&#8217;ll continue to look into this</span>&#8230; If you have any comment to make,<span style="font-weight: bold"> do not hesitate</span> ! And you might see some changes in the near future !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonsmess.com/2007/06/09/to-wordpress-or-not/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>At last &#8230; A network enabled screensaver</title>
		<link>http://www.simonsmess.com/2007/05/12/at-last-a-network-enabled-screensaver/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=at-last-a-network-enabled-screensaver</link>
		<comments>http://www.simonsmess.com/2007/05/12/at-last-a-network-enabled-screensaver/#comments</comments>
		<pubDate>Sat, 12 May 2007 20:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[multimedia]]></category>
		<category><![CDATA[utils]]></category>

		<guid isPermaLink="false">http://www.simonsmess.com/simonsmess/?p=4</guid>
		<description><![CDATA[I currently have a bunch of computers at home, including one directly connected to my TV in the living room.I&#8217;ve always wanted to use this display as a photo frame during idle hours, party times, &#8230; But I never found a screensaver that would allow me to get pictures from my home network, and plus [...]]]></description>
			<content:encoded><![CDATA[<p>I currently have a bunch of computers at home, including one directly connected to my TV in the living room.<br />I&#8217;ve always wanted to use this display as a photo frame during idle hours, party times, &#8230; But I never found a screensaver that would allow me to get pictures from my home network, and plus ! (Granted, I did not look too much around <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  ).<br />Anyway, I just came across the <a href="http://pack.google.com/intl/en/screensaver.html">Google Screensaver</a> (Aaah Google !). This tools lets you display photo coming from your computer <span style="font-weight: bold">or your home network</span>, your picasa account, or any other photo feed available out there !</p>
<p>Once you installed the software, just go to the standard place where you configure your screensaver, and select the one entitled &#8220;Gphotos&#8221;. You may also run the shortcut installed on your standard Windows programs. You may then configure the screensaver by configuring your Picasa account, the folders containing pictures, as well as RSS feeds containing images.</p>
<p>Unfortunately it seems that Google only provides this util as part of the Google Pack, but you may still download directly the screensaver from <a href="http://pack.google.com/intl/en/installer_eula.html?ciNum=10&amp;cinst=on&amp;ci_ss=on">here</a> or <a href="http://gpdl.google.com/installers/ci_ss/en/2.2007.0323.1359/gpscrsav.msi">here</a> (4,5Mb) although URLs may change in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonsmess.com/2007/05/12/at-last-a-network-enabled-screensaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

