<?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>Huy Dinh &#187; Silverlight</title>
	<atom:link href="http://huydinh.co.uk/blog/category/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://huydinh.co.uk/blog</link>
	<description>Just 8 bit crazy about coding</description>
	<lastBuildDate>Sat, 23 Jan 2010 11:47:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Income Calculator (Silverlight)</title>
		<link>http://huydinh.co.uk/blog/2009/12/13/income-calculator-silverlight/</link>
		<comments>http://huydinh.co.uk/blog/2009/12/13/income-calculator-silverlight/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 14:50:27 +0000</pubDate>
		<dc:creator>Huy Dinh</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[income tax]]></category>
		<category><![CDATA[income tax 2007]]></category>
		<category><![CDATA[income tax 2008]]></category>
		<category><![CDATA[income tax 2009]]></category>
		<category><![CDATA[income tax 2010]]></category>
		<category><![CDATA[national insurance]]></category>

		<guid isPermaLink="false">http://huydinh.co.uk/blog/?p=75</guid>
		<description><![CDATA[Yup, it&#8217;s the same income calculator that I wrote a while back&#8230; this time, written for Silverlight 3 and in the style of Prism.
One thing that took me a long long time to realise was that XamlReader.Load will convert floating point values in XAML to double, and since I had used float/single throughout my app, [...]]]></description>
			<content:encoded><![CDATA[<p>Yup, it&#8217;s the same income calculator that I wrote a while back&#8230; this time, written for Silverlight 3 and in the style of Prism.</p>
<p>One thing that took me a long long time to realise was that XamlReader.Load will convert floating point values in XAML to <strong>double</strong>, and since I had used <strong>float</strong>/<strong>single </strong>throughout my app, I kept getting AG_E_PARSER_BAD_PROPERTY_VALUE.</p>
<p>So, lesson learned the hard way, but, anyway, check it out!<br />
<a href=" http://www.huydinh.co.uk/demo/incomecalculator/" target="_blank">http://www.huydinh.co.uk/demo/incomecalculator/</a></p>
<p>Join the conversation with google wave:<br />

		<div id="waveframe-1" style="width:100%;height:500px;" ></div>
		 <script type="text/javascript">

				add_wave("waveframe-1",{
					bgcolor:"#ffffff",
					color:"#000000",
					font:"",
					font_size:"1em",
					width:"100%",
					height:"500px",
					server:"https://wave.google.com/wave/",
					id:"googlewave.com!w+RGUN4yN3B"		});

		</script>
		</p>
]]></content:encoded>
			<wfw:commentRss>http://huydinh.co.uk/blog/2009/12/13/income-calculator-silverlight/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
