<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Nafurai</title>
	
	<link>http://blog.nafurai.com</link>
	<description>Build your own internet</description>
	<lastBuildDate>Thu, 11 Feb 2010 20:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Nafurai" /><feedburner:info uri="nafurai" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Nafurai</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Back online</title>
		<link>http://feedproxy.google.com/~r/Nafurai/~3/PPf2sd9iR00/</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><img src="http://feeds.feedburner.com/~r/Nafurai/~4/PPf2sd9iR00" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2010/02/back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.nafurai.com/2010/02/back-online/</feedburner:origLink></item>
		<item>
		<title>How to create (nice) charts</title>
		<link>http://feedproxy.google.com/~r/Nafurai/~3/0B1AhL1SXn4/</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><img src="http://feeds.feedburner.com/~r/Nafurai/~4/0B1AhL1SXn4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2008/05/how-to-create-nice-charts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.nafurai.com/2008/05/how-to-create-nice-charts/</feedburner:origLink></item>
		<item>
		<title>Back again!</title>
		<link>http://feedproxy.google.com/~r/Nafurai/~3/aj6GsksiYH4/</link>
		<comments>http://blog.nafurai.com/2008/05/back-again/#comments</comments>
		<pubDate>Mon, 19 May 2008 19:14:50 +0000</pubDate>
		<dc:creator>maurizio</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://blog.nafurai.com/?p=264</guid>
		<description><![CDATA[I am back again!
After more than 6 months, here I am. I spent the last 6 month moving to another (big) city. Actually I spent less than a week doing that and the rest of the time I just tried to get used to my new home city.
Now I decided to go back to my [...]]]></description>
			<content:encoded><![CDATA[<p>I am back again!<br />
After more than 6 months, here I am. I spent the last 6 month moving to another (big) city. Actually I spent less than a week doing that and the rest of the time I just tried to get used to my new home city.<br />
Now I decided to go back to my blog because I can&#8217;t wait until I&#8217;m used to here before writing something again. And it will probably takes me decades to get used to here.</p>
<p>I&#8217;ve noticed that my blog receives more or less 30 users every day even if I&#8217;m not posting a single new thing. Most of them are just reading &#8220;my&#8221; <a href="http://blog.nafurai.com/2007/06/funny-haiku/">funny haiku</a> post. Which is in some way sad because I haven&#8217;t written that haiku myself; but at least I can prove that funny posts are a good thing.</p>
<p class="akst_link"><a href="http://blog.nafurai.com/?p=264&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_264" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/Nafurai/~4/aj6GsksiYH4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2008/05/back-again/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.nafurai.com/2008/05/back-again/</feedburner:origLink></item>
		<item>
		<title>MyBlogLog is getting dumber</title>
		<link>http://feedproxy.google.com/~r/Nafurai/~3/Dhg1NEV8HgE/</link>
		<comments>http://blog.nafurai.com/2007/11/mybloglog-is-getting-dumber/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 15:16:53 +0000</pubDate>
		<dc:creator>maurizio</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://blog.nafurai.com/2007/11/mybloglog-is-getting-dumber/</guid>
		<description><![CDATA[I already hate the fact that I had to open (another) Yahoo account to be able to use MyBlogLog again, but the stupid thing is that I can&#8217;t upload my old image. Every time I try it ask me to crop it. if I put a 4&#215;4 pixel image it still ask to crop it. [...]]]></description>
			<content:encoded><![CDATA[<p>I already hate the fact that I had to open (another) Yahoo account to be able to use MyBlogLog again, but the stupid thing is that I can&#8217;t upload my old image. Every time I try it ask me to crop it. if I put a 4&#215;4 pixel image it still ask to crop it. What&#8217;s happening? I thought they get better with Yahoo&#8230;</p>
<p class="akst_link"><a href="http://blog.nafurai.com/?p=263&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_263" class="akst_share_link" rel="nofollow">Share This</a>
</p><img src="http://feeds.feedburner.com/~r/Nafurai/~4/Dhg1NEV8HgE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.nafurai.com/2007/11/mybloglog-is-getting-dumber/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://blog.nafurai.com/2007/11/mybloglog-is-getting-dumber/</feedburner:origLink></item>
	</channel>
</rss>
