<?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>mFabrik - web and mobile development &#187; blogging</title>
	<atom:link href="http://blog.mfabrik.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Thu, 02 Sep 2010 13:25:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sharing RSS feeds from the feed reader</title>
		<link>http://blog.mfabrik.com/2007/11/10/sharing-rss-feed/</link>
		<comments>http://blog.mfabrik.com/2007/11/10/sharing-rss-feed/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 14:49:10 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[opml]]></category>
		<category><![CDATA[opml-blogroll]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/2007/11/10/sharing-rss-feed/</guid>
		<description><![CDATA[I am following pretty many good web technology blogs in my Google Reader. Compiling this RSS feed list has taken few hours and I&#8217;d like to share the fruits of my hard work. Luckily in our beautiful world of Web 2.0 this is easy. Use Google Reader Manage subscriptions -&#62; Export function to export your [...]]]></description>
			<content:encoded><![CDATA[<p>I am following pretty many good web technology blogs in my <a href="http://google.com/reader">Google Reader</a>. Compiling this RSS feed list has taken few hours and I&#8217;d like to share the fruits of my hard work. Luckily in our beautiful world of Web 2.0 this is easy.</p>
<ol>
<li>Use Google Reader Manage subscriptions -&gt; Export function to export your RSS feed list in OPML format</li>
<li>Upload this file to your server</li>
<li>Install <a href="http://www.chipstips.com/?p=159">OPML Blogroll</a> widget, by fabulous Sterling Camden, to WordPress</li>
<li>That&#8217;s it!</li>
</ol>
<p>You should see the results on the right &#8212;&gt;</p>
<p>The next step is to get auto export URL (via Google API keys?) to Google Reader so that I don&#8217;t have to manually sync the OPML file on my server.</p>
<p>I also recommend sharing your RSS feed list in <a href="http://share.opml.org">Share Your OPML</a> service.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2007/11/10/sharing-rss-feed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gravatars = Globally recognized avatars</title>
		<link>http://blog.mfabrik.com/2007/07/20/gravatars-globally-recognized-avatars/</link>
		<comments>http://blog.mfabrik.com/2007/07/20/gravatars-globally-recognized-avatars/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 10:32:00 +0000</pubDate>
		<dc:creator>Mikko Ohtamaa</dc:creator>
				<category><![CDATA[Red innovation]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[gravatar]]></category>

		<guid isPermaLink="false">http://blog.redinnovation.com/2007/07/20/gravatars-globally-recognized-avatars/</guid>
		<description><![CDATA[When travelling in Blogosphere you will be recognized, besides by your nick, by your avatar. Avatar is &#8220;user icon&#8221;, an user chosen image shown next to his/her comments. This little cheerful image brings a whole new dimension of feeling into otherwise so dull textual messages. In the past, it has been a problem to register [...]]]></description>
			<content:encoded><![CDATA[<p>When travelling in <a href="http://en.wikipedia.org/wiki/Blogosphere">Blogosphere</a> you will be recognized, besides by your nick, by your <a href="http://en.wikipedia.org/wiki/Avatar_%28icon%29">avatar</a>. Avatar is &#8220;user icon&#8221;, an user chosen image shown next to his/her comments. This little cheerful image brings a whole new dimension of feeling into otherwise so dull textual messages.</p>
<p>In the past, it has been a problem to register and upload your image to every site you visit. Not anymore. <a href="http://site.gravatar.com">Gravatar</a> is a service where one can register <strong>g</strong>lobally <strong>r</strong>ecognized <strong>avatar </strong>for himself/herself. An image is associated to an email address and every time you post somewhere with this email services, your avatar image is automatically fetched from gravatar.com. Simple and cool. The Gravatar images have even age limits!</p>
<p>Of course, this requires Gravatar  support from the service you are posting into. But since the service is free and has received good community feedback, we can expect seeing more Gravatars in the future. To help the progress of the world, I added Gravatar support for blog.redinnovation.com. You are welcome to comment our blog with your Gravatar image to see whether this service works.</p>
<p>Also, I found a little bug from ZenPax&#8217;s <a href="http://zenpax.com/gravatars2/">Gravatar2 plug-in for WordPress</a>. WordPress 2.2 rich text editor was sanitizing XML mark-up used in blog posts. Gravatar2 plug-in used misformed syntax in its &#8220;place your Gravatar to post&#8221; code. Gravatar2 was cleaned away. Here is required changes you need to do to make the plug-in work with WordPress 2.2.</p>
<p>In function gravatars_in_post() change line (1055) beginning with <code>preg_match_all</code> to</p>
<pre>preg_match_all("/&lt;gravatar&gt;([^&lt;]+)&lt;/gravatar&gt;/", $content, $matches);</pre>
<p>Now you can place Gravatar images to the blog post. In the WordPress rich-text editor, toggle <em>Code view</em> and use following tag:</p>
<pre>&lt;gravatar&gt;youremailaddress@internet.com&lt;/gravatar&gt;</pre>
<p>Voilá!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mfabrik.com/2007/07/20/gravatars-globally-recognized-avatars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
