<?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>Nafurai &#187; Uncategorized</title>
	<atom:link href="http://blog.nafurai.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nafurai.com</link>
	<description>Build your own internet</description>
	<lastBuildDate>Thu, 25 Mar 2010 18:11:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Back online</title>
		<link>http://blog.nafurai.com/2010/02/back-online/</link>
		<comments>http://blog.nafurai.com/2010/02/back-online/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 15:32:57 +0000</pubDate>
		<dc:creator>maurizio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nafurai.com/?p=265</guid>
		<description><![CDATA[Back online!
Here I am, again trying to write down my thoughts on a blog. I missed
it a bit. Writing is a good exercise in ordering thoughts and ideas. I
have lots of thoughts and ideas running on my mind; what I really
miss(ed) is the force to write them down.
Last time I was writing on my blog [...]]]></description>
			<content:encoded><![CDATA[<p>Back online!<br />
Here I am, again trying to write down my thoughts on a blog. I missed<br />
it a bit. Writing is a good exercise in ordering thoughts and ideas. I<br />
have lots of thoughts and ideas running on my mind; what I really<br />
miss(ed) is the force to write them down.</p>
<p>Last time I was writing on my blog I was basically unemployed. After<br />
I&#8217;ve found a job ( waay away from home) I stopped writing for a while.<br />
I was too busy organizing my life and trying to figure out how to feel<br />
less lonely here. I always had thoughts on my mind, some I would have<br />
loved to share, some not. What I usually had on my mind where great<br />
ideas, at least that&#8217;s what they seemed to me, but too big or<br />
cumbersome to be done by myself alone. Even now I have some big thing<br />
I&#8217;d like to develop.</p>
<p>ooh. it&#8217;s very hard to order thoughts on a piece of (virtual) paper. I<br />
should start again to write more often.</p>
<p class="akst_link"><a href="http://blog.nafurai.com/?p=265&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_265" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2010/02/back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create (nice) charts</title>
		<link>http://blog.nafurai.com/2008/05/how-to-create-nice-charts/</link>
		<comments>http://blog.nafurai.com/2008/05/how-to-create-nice-charts/#comments</comments>
		<pubDate>Thu, 22 May 2008 18:36:56 +0000</pubDate>
		<dc:creator>maurizio</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nafurai.com/?p=261</guid>
		<description><![CDATA[NOTE this is an old post I wrote more than 6 months ago. I haven&#8217;t finished it and I am not planning to finish it. I am posting it to see if someone is interested. If there is some interest I will go on. (I know how it will end.. :-) )
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
I promised to write [...]]]></description>
			<content:encoded><![CDATA[<p>NOTE this is an old post I wrote more than 6 months ago. I haven&#8217;t finished it and I am not planning to finish it. I am posting it to see if someone is interested. If there is some interest I will go on. (I know how it will end.. :-) )</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
I promised to write about that and here it is. There are many possibilities to create nice charts for your blogs; you can create a chart with a programming language of choice and then put it in an image that you will load on your posts or you can create the chart on the fly. You can also use a flash based empty chart and put the data later. I prefer to use the latter option because it&#8217;s easy to learn and you can reuse your code easily. If you check my latest two graphs about the &#8220;John Chow vs. Shoemoney&#8221; competition, I wrote the HTML code once and I just copy&#038;pasted it on the second post.</p>
<p><strong>How does the flash based charts works?</strong> A flash chart is a program that is just waiting for data. When you give it your data path, the software will read them and create all the information needed and then it shows them on the provided space.</p>
<p>The charting software I used on my previous posts is <a href="http://www.fusioncharts.com/free/">FusionCharts</a>. They offer a free version that&#8217;s perfect for my experiments.</p>
<p>The best way to learn how to use this kind of stuff is to look at some examples. In my case I wanted to create a line chart with 2 different lines, so <a href="http://www.fusioncharts.com/free/Docs/?gMenuItemId=19">this example</a> on the documentation was very handy. On that page you have a big button called Show XML. Press it and you will see the core of the chart. The file that will open is an XML file with all the datas needed by the chart application to create a nice looking chart of the data.<br />
If you watch the xml AND the resulting chart at the same time, it shouldn&#8217;t be difficult to understand how the data are divided. The chart shows 4 different lines (Offline Marketing,Search,Paid Search and From Mail). It&#8217;s not difficult to discover on the XML that there are 4 different &#8220;things&#8221; that have those 4 names on it. ( If you know a bit of HTML you will understand XML in seconds, since XML could be considered a very clean HTML with your own tags.) If you are seeing the XML inside Firefox (and even in IE if I remenber correctly) you are lucky because the  browser print the XML with a nice indentation that allow you to spot on the fly how object are built. Starting from the four names above, you&#8217;ll discover that those &#8220;object&#8221; are called <strong>dataset</strong> which means that are build inside their own Xml Tag ( &lt;dataset> &#8230;. &lt;/dataset> ). </p>
<p class="akst_link"><a href="http://blog.nafurai.com/?p=261&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_261" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2008/05/how-to-create-nice-charts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Technorati</title>
		<link>http://blog.nafurai.com/2007/03/technorati/</link>
		<comments>http://blog.nafurai.com/2007/03/technorati/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 11:12:46 +0000</pubDate>
		<dc:creator>maurizio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nafurai.com/archives/12</guid>
		<description><![CDATA[I was browsing google and I discovered that someone is already linking me.
Technorati Profile
:)
Share This
]]></description>
			<content:encoded><![CDATA[<p>I was browsing google and I discovered that someone is already linking me.<br />
<a href="http://technorati.com/claim/5f6afieh9f" rel="me">Technorati Profile</a><br />
:)</p>
<p class="akst_link"><a href="http://blog.nafurai.com/?p=12&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_12" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2007/03/technorati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Friends</title>
		<link>http://blog.nafurai.com/2007/02/my-friends/</link>
		<comments>http://blog.nafurai.com/2007/02/my-friends/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 23:02:23 +0000</pubDate>
		<dc:creator>maurizio</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nafurai.com/archives/9</guid>
		<description><![CDATA[Today no posts. I spent my time coding in php. I&#8217;m going on with my idea of a simple friendlist.Now I&#8217;m tired so I will not post anything.
Share This
]]></description>
			<content:encoded><![CDATA[<p>Today no posts. I spent my time coding in php. I&#8217;m going on with my idea of a simple friendlist.Now I&#8217;m tired so I will not post anything.</p>
<p class="akst_link"><a href="http://blog.nafurai.com/?p=9&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_9" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2007/02/my-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
