<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Alex in a nutshell</title>
	<atom:link href="http://salamakha.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://salamakha.com/blog</link>
	<description>Random thoughts on IT</description>
	<lastBuildDate>Thu, 10 Jun 2010 09:13:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Setting up home media centre with PlayStation 3 by Makeup mirror guide</title>
		<link>http://salamakha.com/blog/2008/02/10/setting-up-home-media-centre-with-playstation-3/comment-page-1/#comment-199</link>
		<dc:creator>Makeup mirror guide</dc:creator>
		<pubDate>Thu, 10 Jun 2010 09:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2008/02/10/setting-up-home-media-centre-with-playstation-3/#comment-199</guid>
		<description>&lt;strong&gt;...&lt;/strong&gt;

1st factor , A big thanks to you to open my eyes....</description>
		<content:encoded><![CDATA[<p><strong>&#8230;</strong></p>
<p>1st factor , A big thanks to you to open my eyes&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Macbook Pro and Vista by Myra Jameson</title>
		<link>http://salamakha.com/blog/2007/07/20/macbook-pro-and-vista/comment-page-1/#comment-197</link>
		<dc:creator>Myra Jameson</dc:creator>
		<pubDate>Sun, 03 Jan 2010 23:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2007/07/20/macbook-pro-and-vista/#comment-197</guid>
		<description>That&#039;s unthinkable, right?! Macs never used to be quite that. I am experienced enough to think back to the very first one that even had pointer recognition AND two clicker buttons, nevermind all this stuff they have.</description>
		<content:encoded><![CDATA[<p>That&#8217;s unthinkable, right?! Macs never used to be quite that. I am experienced enough to think back to the very first one that even had pointer recognition AND two clicker buttons, nevermind all this stuff they have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decimal in c# attributes by Chris Smith</title>
		<link>http://salamakha.com/blog/2007/09/21/decimal-in-c-attributes/comment-page-1/#comment-196</link>
		<dc:creator>Chris Smith</dc:creator>
		<pubDate>Fri, 04 Dec 2009 10:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2007/09/21/decimal-in-c-attributes/#comment-196</guid>
		<description>Argh same trouble.  DecimalRangeValidator.  This is an unacceptable crock of shit.</description>
		<content:encoded><![CDATA[<p>Argh same trouble.  DecimalRangeValidator.  This is an unacceptable crock of shit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Decimal in c# attributes by Bruce Boughton</title>
		<link>http://salamakha.com/blog/2007/09/21/decimal-in-c-attributes/comment-page-1/#comment-195</link>
		<dc:creator>Bruce Boughton</dc:creator>
		<pubDate>Mon, 23 Nov 2009 12:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2007/09/21/decimal-in-c-attributes/#comment-195</guid>
		<description>The answer can be found in this Stack Overflow thread: http://stackoverflow.com/questions/507528/use-decimal-values-as-attribute-params-in-c

&quot;This is a CLR restriction. Only primitive constants or arrays of primitives can be used as attribute parameters. The reason why is that an attribute must be encoded entirely in metadata. This is different than a method body which is coded in IL. Using MetaData only severely restricts the scope of values that can be used. In the current version of the CLR, metadata values are limited to primitives, null, types and arrays of primitives (may have missed a minor one).

Decimals while a basic type are not a primitive type and hence cannot be represented in metadata which prevents it from being an attribute parameter.&quot;
-- JaredPar, http://stackoverflow.com/questions/507528/use-decimal-values-as-attribute-params-in-c/507533#507533</description>
		<content:encoded><![CDATA[<p>The answer can be found in this Stack Overflow thread: <a href="http://stackoverflow.com/questions/507528/use-decimal-values-as-attribute-params-in-c" rel="nofollow">http://stackoverflow.com/questions/507528/use-decimal-values-as-attribute-params-in-c</a></p>
<p>&#8220;This is a CLR restriction. Only primitive constants or arrays of primitives can be used as attribute parameters. The reason why is that an attribute must be encoded entirely in metadata. This is different than a method body which is coded in IL. Using MetaData only severely restricts the scope of values that can be used. In the current version of the CLR, metadata values are limited to primitives, null, types and arrays of primitives (may have missed a minor one).</p>
<p>Decimals while a basic type are not a primitive type and hence cannot be represented in metadata which prevents it from being an attribute parameter.&#8221;<br />
&#8211; JaredPar, <a href="http://stackoverflow.com/questions/507528/use-decimal-values-as-attribute-params-in-c/507533#507533" rel="nofollow">http://stackoverflow.com/questions/507528/use-decimal-values-as-attribute-params-in-c/507533#507533</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .Net 4, Azure SDK and WCF HTTP Activation by Ruby</title>
		<link>http://salamakha.com/blog/2009/09/23/net-4-azure-sdk-and-wcf-http-activation/comment-page-1/#comment-194</link>
		<dc:creator>Ruby</dc:creator>
		<pubDate>Thu, 29 Oct 2009 08:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/?p=74#comment-194</guid>
		<description>So ar eyou saying a .Net4 application and Azure SDK will work together after this...I would be so happy if this is true. Just finished a great .Net4 application only to read from some blogs that Azure is currently only supports .Net 3.5

Please confirm. Thanks</description>
		<content:encoded><![CDATA[<p>So ar eyou saying a .Net4 application and Azure SDK will work together after this&#8230;I would be so happy if this is true. Just finished a great .Net4 application only to read from some blogs that Azure is currently only supports .Net 3.5</p>
<p>Please confirm. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone wireless sync with multiple PCs by Alex Salamakha</title>
		<link>http://salamakha.com/blog/2008/08/18/iphone-wireless-sync-with-multiple-pcs/comment-page-1/#comment-162</link>
		<dc:creator>Alex Salamakha</dc:creator>
		<pubDate>Fri, 19 Sep 2008 23:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2008/08/18/iphone-wireless-sync-with-multiple-pcs/#comment-162</guid>
		<description>oh, yes, it will overwrite your existing calendar on your phone. But your phone isn&#039;t really a source of truth...or is it?
It didn&#039;t matter in my case.</description>
		<content:encoded><![CDATA[<p>oh, yes, it will overwrite your existing calendar on your phone. But your phone isn&#8217;t really a source of truth&#8230;or is it?<br />
It didn&#8217;t matter in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone wireless sync with multiple PCs by lkp</title>
		<link>http://salamakha.com/blog/2008/08/18/iphone-wireless-sync-with-multiple-pcs/comment-page-1/#comment-144</link>
		<dc:creator>lkp</dc:creator>
		<pubDate>Fri, 05 Sep 2008 23:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2008/08/18/iphone-wireless-sync-with-multiple-pcs/#comment-144</guid>
		<description>dude,

these instructions trashed all my calendars!?! im now lost..........</description>
		<content:encoded><![CDATA[<p>dude,</p>
<p>these instructions trashed all my calendars!?! im now lost&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dopod d810 by Alex in a nutshell &#187; iPhone wireless sync with multiple PCs</title>
		<link>http://salamakha.com/blog/2007/07/22/dopod-d810/comment-page-1/#comment-143</link>
		<dc:creator>Alex in a nutshell &#187; iPhone wireless sync with multiple PCs</dc:creator>
		<pubDate>Tue, 19 Aug 2008 00:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2007/07/22/dopod-d810/#comment-143</guid>
		<description>[...] my Dopod d810 died as a result of an accident, I needed to get a new smartphone. The choice is obvious - iPhone [...]</description>
		<content:encoded><![CDATA[<p>[...] my Dopod d810 died as a result of an accident, I needed to get a new smartphone. The choice is obvious &#8211; iPhone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox the memory hog by enigma</title>
		<link>http://salamakha.com/blog/2007/12/17/firefox-the-memory-hog/comment-page-1/#comment-135</link>
		<dc:creator>enigma</dc:creator>
		<pubDate>Thu, 10 Apr 2008 05:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2007/12/17/firefox-the-memory-hog/#comment-135</guid>
		<description>I suggest people look for enigma browser and download it from http://store.democratz.org

You can find the link just above the products and you can download it for free.

Engima runs faster than Firefox and you can easily run 32 tabs and not slow down the machine.</description>
		<content:encoded><![CDATA[<p>I suggest people look for enigma browser and download it from <a href="http://store.democratz.org" rel="nofollow">http://store.democratz.org</a></p>
<p>You can find the link just above the products and you can download it for free.</p>
<p>Engima runs faster than Firefox and you can easily run 32 tabs and not slow down the machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cool OSX Software by Fred[dy]</title>
		<link>http://salamakha.com/blog/2008/03/12/cool-osx-software/comment-page-1/#comment-125</link>
		<dc:creator>Fred[dy]</dc:creator>
		<pubDate>Tue, 25 Mar 2008 13:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://salamakha.com/blog/2008/03/12/cool-osx-software/#comment-125</guid>
		<description>Consider &lt;a href=&quot;www.virtualbox.org&quot; rel=&quot;nofollow&quot;&gt;VirtualBox&lt;/a&gt; as a replacement for VMWare Fusion and Parrallels Desktop, it&#039;s $80 cheaper and does the same.</description>
		<content:encoded><![CDATA[<p>Consider <a href="www.virtualbox.org" rel="nofollow">VirtualBox</a> as a replacement for VMWare Fusion and Parrallels Desktop, it&#8217;s $80 cheaper and does the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
