<?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 Akash Kava</title>
	<atom:link href="http://akashkava.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://akashkava.com/blog</link>
	<description>Founder of NeuroSpeech</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:04:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Setup MySQL 5.1 Replication on Windows Servers by Muhammad Tausif</title>
		<link>http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/comment-page-1/#comment-2629</link>
		<dc:creator>Muhammad Tausif</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/#comment-2629</guid>
		<description>me using mysql workbench 5.2 CE .here on this .could not see the options uhave for the configurations.kindly send me the web path to download the apporiate mysql and mysql workbench tool version

Regards

Muhammad Tausif</description>
		<content:encoded><![CDATA[<p>me using mysql workbench 5.2 CE .here on this .could not see the options uhave for the configurations.kindly send me the web path to download the apporiate mysql and mysql workbench tool version</p>
<p>Regards</p>
<p>Muhammad Tausif</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup MySQL 5.1 Replication on Windows Servers by Muhammad Tausif</title>
		<link>http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/comment-page-1/#comment-2627</link>
		<dc:creator>Muhammad Tausif</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/#comment-2627</guid>
		<description>unable to replicate the database please tell me  in detail</description>
		<content:encoded><![CDATA[<p>unable to replicate the database please tell me  in detail</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple&#8217;s iPad risks RIA Technologies (Flex/Silverlight) by Justin L</title>
		<link>http://akashkava.com/blog/222/apples-ipad-risks-ria-technologies-flexsilverlight/comment-page-1/#comment-2608</link>
		<dc:creator>Justin L</dc:creator>
		<pubDate>Thu, 29 Jul 2010 03:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=222#comment-2608</guid>
		<description>the day apple makes good on its intention to kill every programming language but javascript and objective-C is the day I stop programming</description>
		<content:encoded><![CDATA[<p>the day apple makes good on its intention to kill every programming language but javascript and objective-C is the day I stop programming</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup MySQL 5.1 Replication on Windows Servers by Another Mike</title>
		<link>http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/comment-page-1/#comment-2295</link>
		<dc:creator>Another Mike</dc:creator>
		<pubDate>Wed, 21 Jul 2010 18:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/#comment-2295</guid>
		<description>Thanks!
I&#039;d like to see the steps of getting the Master position, export/import, and setting Slave position added into the tutorial (or at least linked/referenced).</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I&#8217;d like to see the steps of getting the Master position, export/import, and setting Slave position added into the tutorial (or at least linked/referenced).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UI Delegation Pattern for Data Controls in WPF/Silverlight by Akash Kava</title>
		<link>http://akashkava.com/blog/258/ui-delegation-pattern-for-data-controls-in-wpfsilverlight/comment-page-1/#comment-2019</link>
		<dc:creator>Akash Kava</dc:creator>
		<pubDate>Thu, 15 Jul 2010 07:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=258#comment-2019</guid>
		<description>Thanks David, I dont know what do you mean by blendability, but your comment has certainly given me heads up to write part 2 of this article, I am focusing on reducing markup noise, ofcourse this pattern can certainly be used along MVVM to. Suppose if you want to pick up list from the model, then all you can do is, create a custom control, pass model to control and let control load and configure itself. My point is to delegate as much as possible instead of creating huge markup.</description>
		<content:encoded><![CDATA[<p>Thanks David, I dont know what do you mean by blendability, but your comment has certainly given me heads up to write part 2 of this article, I am focusing on reducing markup noise, ofcourse this pattern can certainly be used along MVVM to. Suppose if you want to pick up list from the model, then all you can do is, create a custom control, pass model to control and let control load and configure itself. My point is to delegate as much as possible instead of creating huge markup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UI Delegation Pattern for Data Controls in WPF/Silverlight by David Kossoglyad</title>
		<link>http://akashkava.com/blog/258/ui-delegation-pattern-for-data-controls-in-wpfsilverlight/comment-page-1/#comment-1960</link>
		<dc:creator>David Kossoglyad</dc:creator>
		<pubDate>Tue, 13 Jul 2010 20:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=258#comment-1960</guid>
		<description>I don&#039;t think that it&#039;s good pattern. First, what&#039;s about blendability? Second, what will happen, if I need to change look-up data? Really good to hold look-up data in appropriate ViewModel class. I&#039;m also using some static methods in collection classes and use ObjectDataProvider in WPF (good for dialogs and small apps).</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that it&#8217;s good pattern. First, what&#8217;s about blendability? Second, what will happen, if I need to change look-up data? Really good to hold look-up data in appropriate ViewModel class. I&#8217;m also using some static methods in collection classes and use ObjectDataProvider in WPF (good for dialogs and small apps).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup MySQL 5.1 Replication on Windows Servers by Mike</title>
		<link>http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/comment-page-1/#comment-1806</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 08 Jul 2010 13:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/321/setup-mysql-5-1-replication-on-windows-servers/#comment-1806</guid>
		<description>Works great.

I needed to restart both server before starting the slave with: “START SLAVE”.

Thanks for the great work!
Mike</description>
		<content:encoded><![CDATA[<p>Works great.</p>
<p>I needed to restart both server before starting the slave with: “START SLAVE”.</p>
<p>Thanks for the great work!<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enabling Tracing in Silverlight with UI Atoms by Tweets that mention Enabling Tracing in Silverlight with UI Atoms &#124; Akash Kava -- Topsy.com</title>
		<link>http://akashkava.com/blog/307/enabling-tracing-in-silverlight-with-ui-atoms/comment-page-1/#comment-1747</link>
		<dc:creator>Tweets that mention Enabling Tracing in Silverlight with UI Atoms &#124; Akash Kava -- Topsy.com</dc:creator>
		<pubDate>Sat, 19 Jun 2010 16:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/307/enabling-tracing-in-silverlight-with-ui-atoms/#comment-1747</guid>
		<description>[...] This post was mentioned on Twitter by UI Atoms and Dev Info, Akash Kava. Akash Kava said: Enabling Tracing in Silverlight with UI Atoms http://bit.ly/adKDOX [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by UI Atoms and Dev Info, Akash Kava. Akash Kava said: Enabling Tracing in Silverlight with UI Atoms <a href="http://bit.ly/adKDOX" rel="nofollow">http://bit.ly/adKDOX</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Measurement Unit Conversion for WPF and Silverlight by Tweets that mention Measurement Unit Conversion for WPF and Silverlight &#124; Akash Kava -- Topsy.com</title>
		<link>http://akashkava.com/blog/300/measurement-unit-conversion-for-wpf-and-silverlight/comment-page-1/#comment-1712</link>
		<dc:creator>Tweets that mention Measurement Unit Conversion for WPF and Silverlight &#124; Akash Kava -- Topsy.com</dc:creator>
		<pubDate>Fri, 11 Jun 2010 16:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/300/measurement-unit-conversion-for-wpf-and-silverlight/#comment-1712</guid>
		<description>[...] This post was mentioned on Twitter by Akash Kava and Akash Kava, UI Atoms. UI Atoms said: Measurement Unit Conversion for WPF and Silverlight http://bit.ly/aZsIfY [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Akash Kava and Akash Kava, UI Atoms. UI Atoms said: Measurement Unit Conversion for WPF and Silverlight <a href="http://bit.ly/aZsIfY" rel="nofollow">http://bit.ly/aZsIfY</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RIA &#8211; Why? Which One? How? by Tweets that mention RIA – Why? Which One? How? &#124; Akash Kava -- Topsy.com</title>
		<link>http://akashkava.com/blog/41/ria-why-which-one-how/comment-page-1/#comment-1682</link>
		<dc:creator>Tweets that mention RIA – Why? Which One? How? &#124; Akash Kava -- Topsy.com</dc:creator>
		<pubDate>Thu, 03 Jun 2010 14:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=41#comment-1682</guid>
		<description>[...] This post was mentioned on Twitter by msafdel, nmrao.b. nmrao.b said: RIA – Why? Which One? How? http://bit.ly/dml0bF [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by msafdel, nmrao.b. nmrao.b said: RIA – Why? Which One? How? <a href="http://bit.ly/dml0bF" rel="nofollow">http://bit.ly/dml0bF</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
