<?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>Alkampfer&#039;s Place&#187; General</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog</link>
	<description>Wrecks of code floating in the sea of Internet By Ricci Gian Maria</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:49:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>visifire chart hung</title>
		<link>http://www.codewrecks.com/blog/index.php/2012/01/12/visifire-chart-hung/</link>
		<comments>http://www.codewrecks.com/blog/index.php/2012/01/12/visifire-chart-hung/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 12:11:25 +0000</pubDate>
		<dc:creator>alkampfer</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2012/01/12/visifire-chart-hung/</guid>
		<description><![CDATA[Today I lost a lot of time diagnosing a problematic Visifire Silverlight chart. If you own 3.X version of the visifirechart and you experience some Chart to completely hung the browser you should update to the 4.x version, as described in this article. I’ve found it after a couple of hour of diagnosing why the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2012%2F01%2F12%2Fvisifire-chart-hung%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2012%2F01%2F12%2Fvisifire-chart-hung%2F&amp;source=alkampfer&amp;style=normal&amp;hashtags=silverlight&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Today I lost a lot of time diagnosing a problematic Visifire <a target="_blank" title="Silverlight" href="http://www.codewrecks.com/blog/index.php/category/net-framework/silverlight/">Silverlight</a> chart. If you own 3.X version of the visifirechart and you experience some Chart to completely hung the browser you should update to the 4.x version, as described in <a href="http://www.visifire.com/blog/2011/12/23/visifire-silverlight-wpf-wp7-charts-gauges-v4-5-0-5-beta-released/">this article</a>.</p>
<p>I’ve found it after a couple of hour of diagnosing why the page hung, actually I hit two of the bug, the last one that makes chart crash when dataseries was empty, and the first one.</p>
<ul>
<li>Chart was crashing when only one DataPoint was present inside the series with larger YValue.</li>
</ul>
<p>God only knows why the chart should hang with only one value and large Y value <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Gian Maria.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codewrecks.com/blog/index.php/2012/01/12/visifire-chart-hung/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metro like powerpoint deck</title>
		<link>http://www.codewrecks.com/blog/index.php/2011/12/16/metro-like-powerpoint-deck/</link>
		<comments>http://www.codewrecks.com/blog/index.php/2011/12/16/metro-like-powerpoint-deck/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 09:08:01 +0000</pubDate>
		<dc:creator>alkampfer</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MetroUi]]></category>
		<category><![CDATA[Slide]]></category>

		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2011/12/16/metro-like-powerpoint-deck/</guid>
		<description><![CDATA[I’ve just uploaded to SlideShare a presentation created with Metro Interface in mind. It is a draft on a presentation for a course on Unit Testing and I wanted to spend some time to design it to resemble a Metro interface, because I liked it really much . Feel free to give me any comments/suggestion/critics [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F12%2F16%2Fmetro-like-powerpoint-deck%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F12%2F16%2Fmetro-like-powerpoint-deck%2F&amp;source=alkampfer&amp;style=normal&amp;hashtags=MetroUi,Slide&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I’ve just uploaded to SlideShare a <a target="_blank" href="http://www.slideshare.net/alkampfer/unit-testing-10611545">presentation</a> created with Metro Interface in mind. It is a draft on a presentation for a course on Unit <a title="Testing" href="http://www.codewrecks.com/blog/index.php/category/programming/testing/">Testing</a> and I wanted to spend some time to design it to resemble a Metro interface, because I liked it really much <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Feel free to give me any comments/suggestion/critics on the appearance of the <a title="slide" href="http://www.codewrecks.com/blog/index.php/tag/slide/">slide</a>, and feel free to use it as a base for your presentation if you liked the appearance.</p>
<p>Gian Maria.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codewrecks.com/blog/index.php/2011/12/16/metro-like-powerpoint-deck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract the maximum from your Hardware</title>
		<link>http://www.codewrecks.com/blog/index.php/2011/09/23/extract-the-maximum-from-your-hardware/</link>
		<comments>http://www.codewrecks.com/blog/index.php/2011/09/23/extract-the-maximum-from-your-hardware/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 11:09:00 +0000</pubDate>
		<dc:creator>alkampfer</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2011/09/23/extract-the-maximum-from-your-hardware/</guid>
		<description><![CDATA[I used to be a hardware enthusiast in the past, I start overclocking PC in the old day of 486, and I loved to tweak my system to squeeze out the most I can. After lots of years are passed, I have no time to follow overclocking forum, and I do not want to risk [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F09%2F23%2Fextract-the-maximum-from-your-hardware%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F09%2F23%2Fextract-the-maximum-from-your-hardware%2F&amp;source=alkampfer&amp;style=normal&amp;hashtags=Hardware&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I used to be a <a title="hardware" href="http://www.codewrecks.com/blog/index.php/tag/hardware/">hardware</a> enthusiast in the past, I start overclocking PC in the old day of 486, and I loved to tweak my system to squeeze out the most I can. After lots of years are passed, I have no time to follow overclocking forum, and I do not want to risk system stability to have a little increase in <a title="performance" href="http://www.codewrecks.com/blog/index.php/tag/performance/">performance</a>.</p>
<p>In the last post I <a href="http://www.codewrecks.com/blog/index.php/2011/09/22/benchmarking-your-disks/">show the benchmark for all of my disks units</a>, and after the benchmark I got a suggestion of running the Intel Solid State Drive Toolbox to verify that my settings makes my ssd disk operates at maximum speed. </p>
<p>It tells me to disable Superfetch/Prefetch o_O</p>
<p><a href="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/image10.png"><img style="border: 0px currentcolor; display: inline; background-image: none;" title="image" border="0" alt="image" src="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/image_thumb10.png" width="630" height="124" /></a></p>
<p>After telling the toolbox to change all settings for optimum <a title="performance" href="http://www.codewrecks.com/blog/index.php/tag/performance/">performance</a> I pass from this score</p>
<p><a href="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML811650.png"><img style="border: 0px currentcolor; display: inline; background-image: none;" title="SNAGHTML811650" border="0" alt="SNAGHTML811650" src="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML811650_thumb.png" width="416" height="378" /></a></p>
<p>To this one</p>
<p><a href="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML81517b.png"><img style="border: 0px currentcolor; display: inline; background-image: none;" title="SNAGHTML81517b" border="0" alt="SNAGHTML81517b" src="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML81517b_thumb.png" width="416" height="378" /></a></p>
<p>I ran the <a title="test" href="http://www.codewrecks.com/blog/index.php/2007/09/03/test/">test</a> several times, and the result are consistent, actually I have a good improvement in sequential and 512k tests. </p>
<p>The old days when tweaking your <a title="hardware" href="http://www.codewrecks.com/blog/index.php/tag/hardware/">hardware</a> requires a good knowledge of what you are doing are gone <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  in these days you can simply fire a tool, asking him to do optimization for you, and you got better performance for almost free.</p>
<p>Gian Maria</p>]]></content:encoded>
			<wfw:commentRss>http://www.codewrecks.com/blog/index.php/2011/09/23/extract-the-maximum-from-your-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benchmarking your disks</title>
		<link>http://www.codewrecks.com/blog/index.php/2011/09/22/benchmarking-your-disks/</link>
		<comments>http://www.codewrecks.com/blog/index.php/2011/09/22/benchmarking-your-disks/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 11:07:55 +0000</pubDate>
		<dc:creator>alkampfer</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2011/09/22/benchmarking-your-disks/</guid>
		<description><![CDATA[I love Fast Hard Disks and in the last month I bought an SSD and a replacement 2TB disk for my Virtual Machine disk that failed last week. Today I wanted to do a little benchmark on all the disks that are inside my machine to verify the differencies between the various units. These are [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F09%2F22%2Fbenchmarking-your-disks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F09%2F22%2Fbenchmarking-your-disks%2F&amp;source=alkampfer&amp;style=normal&amp;hashtags=Hardware&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I love Fast Hard Disks and in the last month I bought an SSD and a replacement 2TB disk for my <a title="Virtual Machine" href="http://www.codewrecks.com/blog/index.php/tag/virtual-machine/">Virtual Machine</a> disk that failed last week. Today I wanted to do a little benchmark on all the disks that are inside my machine to verify the differencies between the various units.</p>
<p>These are the results from my Intel-X25 M disk</p>
<p><a href="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML635062.png"><img style="border: 0px currentcolor; display: inline; background-image: none;" title="SNAGHTML635062" border="0" alt="SNAGHTML635062" src="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML635062_thumb.png" width="416" height="378" /></a></p>
<p>These ones are for RAID-0 of two WD Velociraptor 10K RPM (150 GB each)</p>
<p><a href="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML5ab655.png"><img style="border: 0px currentcolor; display: inline; background-image: none;" title="SNAGHTML5ab655" border="0" alt="SNAGHTML5ab655" src="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML5ab655_thumb.png" width="416" height="378" /></a></p>
<p>These ones are for my single WD Caviar Green EARX 2TB 7200 RPM</p>
<p><a href="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML601b7d.png"><img style="border: 0px currentcolor; display: inline; background-image: none;" title="SNAGHTML601b7d" border="0" alt="SNAGHTML601b7d" src="http://www.codewrecks.com/blog/wp-content/uploads/2011/09/SNAGHTML601b7d_thumb.png" width="416" height="378" /></a></p>
<p>What conclusion I had from this simple <a title="test" href="http://www.codewrecks.com/blog/index.php/2007/09/03/test/">test</a>? The SSD completely outperform all other configuration in 4K and 4k QD32. The <strong>Big Surprise</strong> was the Caviar Green, a really inexpensive disk (64€ for 2T of space) can compare with 2 Velociraptor on RAID-0, and in 512k <a title="test" href="http://www.codewrecks.com/blog/index.php/2007/09/03/test/">test</a> it is actually faster. This will makes me to entire reconsider the expense of buying a 10K RPM unit right now, because it seems to me that new 7200 RPM disks are cheaper and faster <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Gian Maria.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codewrecks.com/blog/index.php/2011/09/22/benchmarking-your-disks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>This post is a test to force feed regeneration</title>
		<link>http://www.codewrecks.com/blog/index.php/2011/07/14/this-post-is-a-test-to-force-feed-regeneration/</link>
		<comments>http://www.codewrecks.com/blog/index.php/2011/07/14/this-post-is-a-test-to-force-feed-regeneration/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 08:40:29 +0000</pubDate>
		<dc:creator>alkampfer</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2011/07/14/this-post-is-a-test-to-force-feed-regeneration/</guid>
		<description><![CDATA[For some reasons it seems that my wordpress does not update the feed until I post something to the blog, this is a test post to force feed regeneration. alk.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F07%2F14%2Fthis-post-is-a-test-to-force-feed-regeneration%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F07%2F14%2Fthis-post-is-a-test-to-force-feed-regeneration%2F&amp;source=alkampfer&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>For some reasons it seems that my wordpress does not update the feed until I post something to the blog, <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  this is a <a title="test post" href="http://www.codewrecks.com/blog/index.php/2008/03/30/test-post/">test post</a> to force feed regeneration.</p>
<p>alk.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codewrecks.com/blog/index.php/2011/07/14/this-post-is-a-test-to-force-feed-regeneration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changed the feed to show only excerpt</title>
		<link>http://www.codewrecks.com/blog/index.php/2011/07/14/changed-the-feed-to-show-only-excerpt/</link>
		<comments>http://www.codewrecks.com/blog/index.php/2011/07/14/changed-the-feed-to-show-only-excerpt/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 07:49:21 +0000</pubDate>
		<dc:creator>alkampfer</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2011/07/14/changed-the-feed-to-show-only-excerpt/</guid>
		<description><![CDATA[It seems that my feed become too big for Feedburner , this is a standard issue, so I decided to show only the most recent 10 post in the feed, but strangely enough, wordpress ignore that settings and my feed continue to show latest 15 blog entry . To keep the feed updated I decided [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F07%2F14%2Fchanged-the-feed-to-show-only-excerpt%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F07%2F14%2Fchanged-the-feed-to-show-only-excerpt%2F&amp;source=alkampfer&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It seems that my feed become too big for Feedburner <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , this is a standard issue, so I decided to show only the most recent 10 post in the feed, but strangely enough, wordpress ignore that settings and my feed continue to show latest 15 blog entry <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>To keep the feed updated I decided to include only an excerpt in the feed, trying to understand how to tell wordpress to use only 10 latest posts for the feed. Until now, please excuse me if you have not the full content on the feed <img src='http://www.codewrecks.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Alk.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codewrecks.com/blog/index.php/2011/07/14/changed-the-feed-to-show-only-excerpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test posts on the new host</title>
		<link>http://www.codewrecks.com/blog/index.php/2011/05/28/test-posts-on-the-new-host/</link>
		<comments>http://www.codewrecks.com/blog/index.php/2011/05/28/test-posts-on-the-new-host/#comments</comments>
		<pubDate>Sat, 28 May 2011 09:04:42 +0000</pubDate>
		<dc:creator>alkampfer</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2011/05/28/test-posts-on-the-new-host/</guid>
		<description><![CDATA[My blog is moved to another host, the old one was dismissed, this is a test post to verify that everything is ok. Alk.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F05%2F28%2Ftest-posts-on-the-new-host%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.codewrecks.com%2Fblog%2Findex.php%2F2011%2F05%2F28%2Ftest-posts-on-the-new-host%2F&amp;source=alkampfer&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My blog is moved to another host, the old one was dismissed, this is a <a title="test post" href="http://www.codewrecks.com/blog/index.php/2008/03/30/test-post/">test post</a> to verify that everything is ok.</p>
<p>Alk.</p>]]></content:encoded>
			<wfw:commentRss>http://www.codewrecks.com/blog/index.php/2011/05/28/test-posts-on-the-new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

