<?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 on: 10 Reasons Why Flash Is Better Than Silverlight</title>
	<atom:link href="http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/</link>
	<description>Updated daily with the latest news, tips, tweaks, social networking, wordpress tips &#38; tweaks, windows optimization help and more.</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:53:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Hire .Net Developer</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-624922</link>
		<dc:creator>Hire .Net Developer</dc:creator>
		<pubDate>Wed, 30 Nov 2011 07:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-624922</guid>
		<description>Flash is better option to silverlight that i believe. Flash make much visualize your website, her some very nice points which are sharing for more knowledge about Flash. </description>
		<content:encoded><![CDATA[<p>Flash is better option to silverlight that i believe. Flash make much visualize your website, her some very nice points which are sharing for more knowledge about Flash. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kipster</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-184948</link>
		<dc:creator>Kipster</dc:creator>
		<pubDate>Wed, 21 Jul 2010 04:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-184948</guid>
		<description>It&#039;s &quot;jibe...&quot;, not &quot;jive... with&quot;.</description>
		<content:encoded><![CDATA[<p>It&#39;s &#8220;jibe&#8230;&#8221;, not &#8220;jive&#8230; with&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny Randolph</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-174162</link>
		<dc:creator>Ronny Randolph</dc:creator>
		<pubDate>Fri, 04 Dec 2009 14:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-174162</guid>
		<description>&quot;Just to clarify, 8 of your 10 points are incorrect. Maybe you wrote the article based on a previous version of Silverlight which could explain some of the disparity.&quot;&lt;br&gt;&lt;br&gt;Great pitch...   Try Silverlight!!! it&#039;s 80% as good as flash.</description>
		<content:encoded><![CDATA[<p>&#8220;Just to clarify, 8 of your 10 points are incorrect. Maybe you wrote the article based on a previous version of Silverlight which could explain some of the disparity.&#8221;</p>
<p>Great pitch&#8230;   Try Silverlight!!! it&#39;s 80% as good as flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Schluper</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-230769</link>
		<dc:creator>Marc Schluper</dc:creator>
		<pubDate>Tue, 25 Aug 2009 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-230769</guid>
		<description>I only read this article because Tim Heuer took it seriously. Normally I would just shrug after the first paragraph and focus on what&#039;s important. Now that I have read it I&#039;d like to comment on your question &quot;Why use a proprietary delivery format if you can use simple markup, and be assured that every user with a Mozilla or Webkit based browser will get the same experience?&quot; 

I have been a web application developer for seven years now. When I heard about Silverlight (or XAML rendered in the browser, 2003) I knew I&#039;d be happy to drop HTML and JavaScript instantly. Here is why.

&gt; Until recently, with the advent of AJAX, web applications displayed a page from scratch upon every postback. (Sure there are various ways to cache information, but basically displaying a page starts from ground zero every time). This is incredibly wasteful. AJAX has improved things but looks like a patch. The &quot;simple markup&quot; is not as simple as we&#039;d like. You cannot make a cripple run by giving him a crutch. 

&gt; Browsers can only display so much information on a page because rendering all the HTML (text!) takes time. DOM manipulations are also notoriously slow. Consequently, web application developers either produce pages that are slow or limit the information they put on a page and force the user to click many times for simple tasks (the worst example: item details on a different page than the item list). In both cases the user is robbed of precious time (and forced to switch context repeatedly and unnecessarily). 

&gt; The support for decent basic UI elements (like a splitter, menus, scrollbars) is awful. After more than a decade of HTML there still is no splitter control.  Many websites have menus that do not work properly. And scrollbars, why do I need to spend even a minute on getting proper scrollbars, while there is actual work to be done?! Silverlight comes out of the box with a splitter. Adding scrollbars is a breeze. Free working menus are available. After just two years there are more controls available than the HTML community was able to produce in a decade. And animations make my user interfaces so much more easeful to work with. Instead of compromise on compromise, bandaid over bandaid, I am finally producing user interfaces that are limited by my imagination, not by the technology. As a matter of fact, the biggest limitation I have to cope with is my seven years of experience with HTML, as it has made me used to compromises and thinking inside a small box. 

I am not interested in whether a technology is proprietary or not. I am interested in solving business needs in as little time as possible. If Microsoft offers the best solutions for this, three hurrays for them. </description>
		<content:encoded><![CDATA[<p>I only read this article because Tim Heuer took it seriously. Normally I would just shrug after the first paragraph and focus on what&#8217;s important. Now that I have read it I&#8217;d like to comment on your question &#8220;Why use a proprietary delivery format if you can use simple markup, and be assured that every user with a Mozilla or Webkit based browser will get the same experience?&#8221; </p>
<p>I have been a web application developer for seven years now. When I heard about Silverlight (or XAML rendered in the browser, 2003) I knew I&#8217;d be happy to drop HTML and JavaScript instantly. Here is why.</p>
<p>&gt; Until recently, with the advent of AJAX, web applications displayed a page from scratch upon every postback. (Sure there are various ways to cache information, but basically displaying a page starts from ground zero every time). This is incredibly wasteful. AJAX has improved things but looks like a patch. The &#8220;simple markup&#8221; is not as simple as we&#8217;d like. You cannot make a cripple run by giving him a crutch. </p>
<p>&gt; Browsers can only display so much information on a page because rendering all the HTML (text!) takes time. DOM manipulations are also notoriously slow. Consequently, web application developers either produce pages that are slow or limit the information they put on a page and force the user to click many times for simple tasks (the worst example: item details on a different page than the item list). In both cases the user is robbed of precious time (and forced to switch context repeatedly and unnecessarily). </p>
<p>&gt; The support for decent basic UI elements (like a splitter, menus, scrollbars) is awful. After more than a decade of HTML there still is no splitter control.  Many websites have menus that do not work properly. And scrollbars, why do I need to spend even a minute on getting proper scrollbars, while there is actual work to be done?! Silverlight comes out of the box with a splitter. Adding scrollbars is a breeze. Free working menus are available. After just two years there are more controls available than the HTML community was able to produce in a decade. And animations make my user interfaces so much more easeful to work with. Instead of compromise on compromise, bandaid over bandaid, I am finally producing user interfaces that are limited by my imagination, not by the technology. As a matter of fact, the biggest limitation I have to cope with is my seven years of experience with HTML, as it has made me used to compromises and thinking inside a small box. </p>
<p>I am not interested in whether a technology is proprietary or not. I am interested in solving business needs in as little time as possible. If Microsoft offers the best solutions for this, three hurrays for them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elisy</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-230768</link>
		<dc:creator>Elisy</dc:creator>
		<pubDate>Tue, 25 Aug 2009 06:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-230768</guid>
		<description>.xap (zip) Silverlight package content can be generated on the server side using standard technologies. It allows dynamically creatable Silverlight applications that is more simple than create Flash applications dynamically.</description>
		<content:encoded><![CDATA[<p>.xap (zip) Silverlight package content can be generated on the server side using standard technologies. It allows dynamically creatable Silverlight applications that is more simple than create Flash applications dynamically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-230767</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 25 Aug 2009 04:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-230767</guid>
		<description>Michael,

With all due respect, I would like to say that Mindset is a dangerous thing. You have made up your mind, Flash is better than Silverlight. You&#039;ll always go for Flash no matter how well we try to explain the advantages of Silverlight.
But my opinion is, It would be better if you did a little homework on Silverlight before writing this article.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>With all due respect, I would like to say that Mindset is a dangerous thing. You have made up your mind, Flash is better than Silverlight. You&#8217;ll always go for Flash no matter how well we try to explain the advantages of Silverlight.<br />
But my opinion is, It would be better if you did a little homework on Silverlight before writing this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Roussel</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-230766</link>
		<dc:creator>Marc Roussel</dc:creator>
		<pubDate>Tue, 25 Aug 2009 01:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-230766</guid>
		<description>Long live to BING, man this search engine is the way I would like to search until I&#039;m dead.
</description>
		<content:encoded><![CDATA[<p>Long live to BING, man this search engine is the way I would like to search until I&#8217;m dead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ted</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-172050</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Sat, 22 Aug 2009 05:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172050</guid>
		<description>I&#039;ve worked with both Flash and Silverlight due to nature of my work environment. My company uses both Microsoft and Unix products. If you&#039;re connecting with a lot of Microsoft products (asp.net, SQL server, Sharepoint) I would say it&#039;s better to stick with Silverlight as the IDE and terminology will pretty much remain the same. If you use a lot of Open source products (PHP, Linux, Apache) then I would stick with Flash as a lot of people paved the way for combining these technologies. Silverlight has been implemented in a very quick pace, something to expect from multi billion dollar Microsoft. Flash has been around for a long time, ActionScript has matured and is a versitile language. It&#039;s very dad that for the passed decade Microsoft hasn&#039;t released any original technologies (not saying that Zune, Xbox and Silverlight are not good products). SharePoint is probably the only recent Microsoft technology that got me excited.
I wonder how long Microsoft will be satisified with being 2nd place when developing new product lines. Bing and the Yahoo tie up is another classic example of Microsoft being 2nd place though this time it&#039;s Internet Search, which I do think Google will dominate for a very long te as Google is a very original and innovative company.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with both Flash and Silverlight due to nature of my work environment. My company uses both Microsoft and Unix products. If you&#8217;re connecting with a lot of Microsoft products (asp.net, SQL server, Sharepoint) I would say it&#8217;s better to stick with Silverlight as the IDE and terminology will pretty much remain the same. If you use a lot of Open source products (PHP, Linux, Apache) then I would stick with Flash as a lot of people paved the way for combining these technologies. Silverlight has been implemented in a very quick pace, something to expect from multi billion dollar Microsoft. Flash has been around for a long time, ActionScript has matured and is a versitile language. It&#8217;s very dad that for the passed decade Microsoft hasn&#8217;t released any original technologies (not saying that Zune, Xbox and Silverlight are not good products). SharePoint is probably the only recent Microsoft technology that got me excited.<br />
I wonder how long Microsoft will be satisified with being 2nd place when developing new product lines. Bing and the Yahoo tie up is another classic example of Microsoft being 2nd place though this time it&#8217;s Internet Search, which I do think Google will dominate for a very long te as Google is a very original and innovative company.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ted</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-8/#comment-218232</link>
		<dc:creator>ted</dc:creator>
		<pubDate>Sat, 22 Aug 2009 05:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218232</guid>
		<description>I&#039;ve worked with both Flash and Silverlight due to nature of my work environment. My company uses both Microsoft and Unix products. If you&#039;re connecting with a lot of Microsoft products (asp.net, SQL server, Sharepoint) I would say it&#039;s better to stick with Silverlight as the IDE and terminology will pretty much remain the same. If you use a lot of Open source products (PHP, Linux, Apache) then I would stick with Flash as a lot of people paved the way for combining these technologies. Silverlight has been implemented in a very quick pace, something to expect from multi billion dollar Microsoft. Flash has been around for a long time, ActionScript has matured and is a versitile language. It&#039;s very dad that for the passed decade Microsoft hasn&#039;t released any original technologies (not saying that Zune, Xbox and Silverlight are not good products). SharePoint is probably the only recent Microsoft technology that got me excited.
I wonder how long Microsoft will be satisified with being 2nd place when developing new product lines. Bing and the Yahoo tie up is another classic example of Microsoft being 2nd place though this time it&#039;s Internet Search, which I do think Google will dominate for a very long te as Google is a very original and innovative company.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve worked with both Flash and Silverlight due to nature of my work environment. My company uses both Microsoft and Unix products. If you&#8217;re connecting with a lot of Microsoft products (asp.net, SQL server, Sharepoint) I would say it&#8217;s better to stick with Silverlight as the IDE and terminology will pretty much remain the same. If you use a lot of Open source products (PHP, Linux, Apache) then I would stick with Flash as a lot of people paved the way for combining these technologies. Silverlight has been implemented in a very quick pace, something to expect from multi billion dollar Microsoft. Flash has been around for a long time, ActionScript has matured and is a versitile language. It&#8217;s very dad that for the passed decade Microsoft hasn&#8217;t released any original technologies (not saying that Zune, Xbox and Silverlight are not good products). SharePoint is probably the only recent Microsoft technology that got me excited.<br />
I wonder how long Microsoft will be satisified with being 2nd place when developing new product lines. Bing and the Yahoo tie up is another classic example of Microsoft being 2nd place though this time it&#8217;s Internet Search, which I do think Google will dominate for a very long te as Google is a very original and innovative company.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Bugnion (Silverlight MVP)</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-172047</link>
		<dc:creator>Laurent Bugnion (Silverlight MVP)</dc:creator>
		<pubDate>Sat, 22 Aug 2009 04:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172047</guid>
		<description>Michael,

I came to this article late, because I am travelling in Asia (to teach WPF and Silverlight to employees of a wel known firm who, like many others, understood that this is the future). Many others already stated what I want to tell you, so I won&#039;t repeat. The bottom line is, your article is just plain wrong and you need to do your research before you write.

What I don&#039;t understand, though, is why the article is still online. The way that you refute it now is not even close to what needs to be done. You need to either take the article down, or (even better) add the disclaimer at the top of the article. People need to know that this is a flawed article, that you didn&#039;t do your research. Yes, this is &quot;just a blog article&quot;, but no, it doesn&#039;t make it acceptable to write just what&#039;s on your mind. Especially not on a community blog like this one.

I saw that you now understood that you are totally wrong about Silverlight (you wrote this http://www.connectedinternet.co.uk/2009/08/21/blog-writing-101-get-your-facts-straight/). May I strongly suggest that you add the disclaimer as well as a link to that article at the top of the offending page, to give a warning to people who start to read the article. The way it is done now is not satisfying by a long way.

Thanks,
Laurent
.-= Laurent Bugnion (Silverlight MVP)´s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/galasoft/~3/FIyRHSxkLOg/polymorphic-podcast-mvvm-blend-integrator-in-wpf-and-silverlight.aspx&quot; rel=&quot;nofollow&quot;&gt;Polymorphic Podcast: MVVM, Blend, Integrator in WPF and Silverlight&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I came to this article late, because I am travelling in Asia (to teach WPF and Silverlight to employees of a wel known firm who, like many others, understood that this is the future). Many others already stated what I want to tell you, so I won&#8217;t repeat. The bottom line is, your article is just plain wrong and you need to do your research before you write.</p>
<p>What I don&#8217;t understand, though, is why the article is still online. The way that you refute it now is not even close to what needs to be done. You need to either take the article down, or (even better) add the disclaimer at the top of the article. People need to know that this is a flawed article, that you didn&#8217;t do your research. Yes, this is &#8220;just a blog article&#8221;, but no, it doesn&#8217;t make it acceptable to write just what&#8217;s on your mind. Especially not on a community blog like this one.</p>
<p>I saw that you now understood that you are totally wrong about Silverlight (you wrote this <a href="http://www.connectedinternet.co.uk/2009/08/21/blog-writing-101-get-your-facts-straight/" rel="nofollow">http://www.connectedinternet.co.uk/2009/08/21/blog-writing-101-get-your-facts-straight/</a>). May I strongly suggest that you add the disclaimer as well as a link to that article at the top of the offending page, to give a warning to people who start to read the article. The way it is done now is not satisfying by a long way.</p>
<p>Thanks,<br />
Laurent<br />
.-= Laurent Bugnion (Silverlight MVP)´s last blog ..<a href="http://feedproxy.google.com/~r/galasoft/~3/FIyRHSxkLOg/polymorphic-podcast-mvvm-blend-integrator-in-wpf-and-silverlight.aspx" rel="nofollow">Polymorphic Podcast: MVVM, Blend, Integrator in WPF and Silverlight</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Bugnion (Silverlight M</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-218231</link>
		<dc:creator>Laurent Bugnion (Silverlight M</dc:creator>
		<pubDate>Sat, 22 Aug 2009 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218231</guid>
		<description>Michael,

I came to this article late, because I am travelling in Asia (to teach WPF and Silverlight to employees of a wel known firm who, like many others, understood that this is the future). Many others already stated what I want to tell you, so I won&#039;t repeat. The bottom line is, your article is just plain wrong and you need to do your research before you write.

What I don&#039;t understand, though, is why the article is still online. The way that you refute it now is not even close to what needs to be done. You need to either take the article down, or (even better) add the disclaimer at the top of the article. People need to know that this is a flawed article, that you didn&#039;t do your research. Yes, this is &quot;just a blog article&quot;, but no, it doesn&#039;t make it acceptable to write just what&#039;s on your mind. Especially not on a community blog like this one.

I saw that you now understood that you are totally wrong about Silverlight (you wrote this http://www.connectedinternet.co.uk/2009/08/21/blog-writing-101-get-your-facts-straight/). May I strongly suggest that you add the disclaimer as well as a link to that article at the top of the offending page, to give a warning to people who start to read the article. The way it is done now is not satisfying by a long way.

Thanks,
Laurent
.-= Laurent Bugnion (Silverlight MVP)´s last blog ..&lt;a href=&quot;http://feedproxy.google.com/~r/galasoft/~3/FIyRHSxkLOg/polymorphic-podcast-mvvm-blend-integrator-in-wpf-and-silverlight.aspx&quot; rel=&quot;nofollow&quot;&gt;Polymorphic Podcast: MVVM, Blend, Integrator in WPF and Silverlight&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>I came to this article late, because I am travelling in Asia (to teach WPF and Silverlight to employees of a wel known firm who, like many others, understood that this is the future). Many others already stated what I want to tell you, so I won&#8217;t repeat. The bottom line is, your article is just plain wrong and you need to do your research before you write.</p>
<p>What I don&#8217;t understand, though, is why the article is still online. The way that you refute it now is not even close to what needs to be done. You need to either take the article down, or (even better) add the disclaimer at the top of the article. People need to know that this is a flawed article, that you didn&#8217;t do your research. Yes, this is &#8220;just a blog article&#8221;, but no, it doesn&#8217;t make it acceptable to write just what&#8217;s on your mind. Especially not on a community blog like this one.</p>
<p>I saw that you now understood that you are totally wrong about Silverlight (you wrote this <a href="http://www.connectedinternet.co.uk/2009/08/21/blog-writing-101-get-your-facts-straight/" rel="nofollow">http://www.connectedinternet.co.uk/2009/08/21/blog-writing-101-get-your-facts-straight/</a>). May I strongly suggest that you add the disclaimer as well as a link to that article at the top of the offending page, to give a warning to people who start to read the article. The way it is done now is not satisfying by a long way.</p>
<p>Thanks,<br />
Laurent<br />
.-= Laurent Bugnion (Silverlight MVP)´s last blog ..<a href="http://feedproxy.google.com/~r/galasoft/~3/FIyRHSxkLOg/polymorphic-podcast-mvvm-blend-integrator-in-wpf-and-silverlight.aspx" rel="nofollow">Polymorphic Podcast: MVVM, Blend, Integrator in WPF and Silverlight</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-172041</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 22 Aug 2009 00:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172041</guid>
		<description>I have to say that there is quite a bit of inaccurate information in this article.  Most others have pointed out its shortcomings, including Tim Heuer.

There is something I would like to point out though, with regards as to why Silverlight will grow in user base and why it may be accepted faster.

First of all, there is a large base of .NET application developers.  I don&#039;t know how this compares to Adobe&#039;s AS4 script, but I tend to think that Flash was mainly designed to be used in Web-based applications, not desktop apps.

.NET application developers have not tied themselves down to a proprietary language.  The Microsoft development tools support fairly easy development (use of an external application for developing the UI [i.e. Expression Blend] is an annoyance) and debugging of Silverlight applications using a familiar integrated development environment is a bonus.  (I think that Visual Studio 2010, when released, will make things much easier.)

I own both Adobe CS4 Production Premium and Visual Studio 2008 Professional and I must say that I am more inclined to use Adobe for my content and Silverlight for my application code.  Not to say I may not try AS4 at some point; but I code where I&#039;m most comfortable.  I use both tools in tandem and they do play well together.

Cheers!</description>
		<content:encoded><![CDATA[<p>I have to say that there is quite a bit of inaccurate information in this article.  Most others have pointed out its shortcomings, including Tim Heuer.</p>
<p>There is something I would like to point out though, with regards as to why Silverlight will grow in user base and why it may be accepted faster.</p>
<p>First of all, there is a large base of .NET application developers.  I don&#8217;t know how this compares to Adobe&#8217;s AS4 script, but I tend to think that Flash was mainly designed to be used in Web-based applications, not desktop apps.</p>
<p>.NET application developers have not tied themselves down to a proprietary language.  The Microsoft development tools support fairly easy development (use of an external application for developing the UI [i.e. Expression Blend] is an annoyance) and debugging of Silverlight applications using a familiar integrated development environment is a bonus.  (I think that Visual Studio 2010, when released, will make things much easier.)</p>
<p>I own both Adobe CS4 Production Premium and Visual Studio 2008 Professional and I must say that I am more inclined to use Adobe for my content and Silverlight for my application code.  Not to say I may not try AS4 at some point; but I code where I&#8217;m most comfortable.  I use both tools in tandem and they do play well together.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-218230</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 22 Aug 2009 00:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218230</guid>
		<description>I have to say that there is quite a bit of inaccurate information in this article.  Most others have pointed out its shortcomings, including Tim Heuer.

There is something I would like to point out though, with regards as to why Silverlight will grow in user base and why it may be accepted faster.

First of all, there is a large base of .NET application developers.  I don&#039;t know how this compares to Adobe&#039;s AS4 script, but I tend to think that Flash was mainly designed to be used in Web-based applications, not desktop apps.

.NET application developers have not tied themselves down to a proprietary language.  The Microsoft development tools support fairly easy development (use of an external application for developing the UI [i.e. Expression Blend] is an annoyance) and debugging of Silverlight applications using a familiar integrated development environment is a bonus.  (I think that Visual Studio 2010, when released, will make things much easier.)

I own both Adobe CS4 Production Premium and Visual Studio 2008 Professional and I must say that I am more inclined to use Adobe for my content and Silverlight for my application code.  Not to say I may not try AS4 at some point; but I code where I&#039;m most comfortable.  I use both tools in tandem and they do play well together.

Cheers!</description>
		<content:encoded><![CDATA[<p>I have to say that there is quite a bit of inaccurate information in this article.  Most others have pointed out its shortcomings, including Tim Heuer.</p>
<p>There is something I would like to point out though, with regards as to why Silverlight will grow in user base and why it may be accepted faster.</p>
<p>First of all, there is a large base of .NET application developers.  I don&#8217;t know how this compares to Adobe&#8217;s AS4 script, but I tend to think that Flash was mainly designed to be used in Web-based applications, not desktop apps.</p>
<p>.NET application developers have not tied themselves down to a proprietary language.  The Microsoft development tools support fairly easy development (use of an external application for developing the UI [i.e. Expression Blend] is an annoyance) and debugging of Silverlight applications using a familiar integrated development environment is a bonus.  (I think that Visual Studio 2010, when released, will make things much easier.)</p>
<p>I own both Adobe CS4 Production Premium and Visual Studio 2008 Professional and I must say that I am more inclined to use Adobe for my content and Silverlight for my application code.  Not to say I may not try AS4 at some point; but I code where I&#8217;m most comfortable.  I use both tools in tandem and they do play well together.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UI Engineer</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-172028</link>
		<dc:creator>UI Engineer</dc:creator>
		<pubDate>Fri, 21 Aug 2009 22:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172028</guid>
		<description>Wow...the author of this article needs a little more experience before making comparisons of software products he obviously knows nothing about.  The title of the article should be changed to &quot;The 10 Reasons Why I Cannot Get a Programming Job&quot;</description>
		<content:encoded><![CDATA[<p>Wow&#8230;the author of this article needs a little more experience before making comparisons of software products he obviously knows nothing about.  The title of the article should be changed to &#8220;The 10 Reasons Why I Cannot Get a Programming Job&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UI Engineer</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-218229</link>
		<dc:creator>UI Engineer</dc:creator>
		<pubDate>Fri, 21 Aug 2009 22:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218229</guid>
		<description>Wow...the author of this article needs a little more experience before making comparisons of software products he obviously knows nothing about.  The title of the article should be changed to &quot;The 10 Reasons Why I Cannot Get a Programming Job&quot;</description>
		<content:encoded><![CDATA[<p>Wow&#8230;the author of this article needs a little more experience before making comparisons of software products he obviously knows nothing about.  The title of the article should be changed to &#8220;The 10 Reasons Why I Cannot Get a Programming Job&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-172024</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Fri, 21 Aug 2009 22:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172024</guid>
		<description>Um as a coder and AV PROFESSIONAL myself- with over ten years experience in multimedia...I can say that this guy doesn&#039;t know what he&#039;s talking about. Flas is great , and ubiquitous, but Silverlight is more</description>
		<content:encoded><![CDATA[<p>Um as a coder and AV PROFESSIONAL myself- with over ten years experience in multimedia&#8230;I can say that this guy doesn&#8217;t know what he&#8217;s talking about. Flas is great , and ubiquitous, but Silverlight is more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-218228</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Fri, 21 Aug 2009 22:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218228</guid>
		<description>Um as a coder and AV PROFESSIONAL myself- with over ten years experience in multimedia...I can say that this guy doesn&#039;t know what he&#039;s talking about. Flas is great , and ubiquitous, but Silverlight is more</description>
		<content:encoded><![CDATA[<p>Um as a coder and AV PROFESSIONAL myself- with over ten years experience in multimedia&#8230;I can say that this guy doesn&#8217;t know what he&#8217;s talking about. Flas is great , and ubiquitous, but Silverlight is more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Graham</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-172023</link>
		<dc:creator>John Graham</dc:creator>
		<pubDate>Fri, 21 Aug 2009 21:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172023</guid>
		<description>If you want to see an example of real 3d into Silverlight you can take a look at this:

http://www.innoveware.com/quakelight.html

So yea, unfortunately it is another flaw in your article.</description>
		<content:encoded><![CDATA[<p>If you want to see an example of real 3d into Silverlight you can take a look at this:</p>
<p><a href="http://www.innoveware.com/quakelight.html" rel="nofollow">http://www.innoveware.com/quakelight.html</a></p>
<p>So yea, unfortunately it is another flaw in your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Graham</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-7/#comment-218227</link>
		<dc:creator>John Graham</dc:creator>
		<pubDate>Fri, 21 Aug 2009 21:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218227</guid>
		<description>If you want to see an example of real 3d into Silverlight you can take a look at this:

http://www.innoveware.com/quakelight.html

So yea, unfortunately it is another flaw in your article.</description>
		<content:encoded><![CDATA[<p>If you want to see an example of real 3d into Silverlight you can take a look at this:</p>
<p><a href="http://www.innoveware.com/quakelight.html" rel="nofollow">http://www.innoveware.com/quakelight.html</a></p>
<p>So yea, unfortunately it is another flaw in your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ujeen</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-172021</link>
		<dc:creator>ujeen</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172021</guid>
		<description>The most stupid and useless article I&#039;ve ever read since working with RIA. And I found it thanks to timheuer. Thanks for showing how far somebody can be from understanding...</description>
		<content:encoded><![CDATA[<p>The most stupid and useless article I&#8217;ve ever read since working with RIA. And I found it thanks to timheuer. Thanks for showing how far somebody can be from understanding&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ujeen</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-218226</link>
		<dc:creator>ujeen</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218226</guid>
		<description>The most stupid and useless article I&#039;ve ever read since working with RIA. And I found it thanks to timheuer. Thanks for showing how far somebody can be from understanding...</description>
		<content:encoded><![CDATA[<p>The most stupid and useless article I&#8217;ve ever read since working with RIA. And I found it thanks to timheuer. Thanks for showing how far somebody can be from understanding&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Roussel</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-172020</link>
		<dc:creator>Marc Roussel</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172020</guid>
		<description>One reason why Silverlight for MANY people is that it brings people that are developers with Microsoft tools to be able to work on the web.  I would have never learn FLASH, SCRIPT, JAVA specially wich I hate so much, just because I sould go develop FLASH web thingy !

So everything said, there&#039;s something for everybody.  If you don&#039;t like red wine you may like white wine.

There&#039;s no comparison to do between FLASH and SILVERLIGHT so this article is useless.

Use the platform you feel better to develop with and whoever is looking at your work by the window will see a similar result but don&#039;t blame developers who comes from Microsoft background instead of ADOBE and the whole world of SCRIPTING, and JAVAING !

Do your job, and we&#039;ll do ours.  There&#039;s no need to battle in there. You seem the only one whishing to have a war but there&#039;s none.

Thank you.</description>
		<content:encoded><![CDATA[<p>One reason why Silverlight for MANY people is that it brings people that are developers with Microsoft tools to be able to work on the web.  I would have never learn FLASH, SCRIPT, JAVA specially wich I hate so much, just because I sould go develop FLASH web thingy !</p>
<p>So everything said, there&#8217;s something for everybody.  If you don&#8217;t like red wine you may like white wine.</p>
<p>There&#8217;s no comparison to do between FLASH and SILVERLIGHT so this article is useless.</p>
<p>Use the platform you feel better to develop with and whoever is looking at your work by the window will see a similar result but don&#8217;t blame developers who comes from Microsoft background instead of ADOBE and the whole world of SCRIPTING, and JAVAING !</p>
<p>Do your job, and we&#8217;ll do ours.  There&#8217;s no need to battle in there. You seem the only one whishing to have a war but there&#8217;s none.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Roussel</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-218225</link>
		<dc:creator>Marc Roussel</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218225</guid>
		<description>One reason why Silverlight for MANY people is that it brings people that are developers with Microsoft tools to be able to work on the web.  I would have never learn FLASH, SCRIPT, JAVA specially wich I hate so much, just because I sould go develop FLASH web thingy !

So everything said, there&#039;s something for everybody.  If you don&#039;t like red wine you may like white wine.

There&#039;s no comparison to do between FLASH and SILVERLIGHT so this article is useless.

Use the platform you feel better to develop with and whoever is looking at your work by the window will see a similar result but don&#039;t blame developers who comes from Microsoft background instead of ADOBE and the whole world of SCRIPTING, and JAVAING !

Do your job, and we&#039;ll do ours.  There&#039;s no need to battle in there. You seem the only one whishing to have a war but there&#039;s none.

Thank you.</description>
		<content:encoded><![CDATA[<p>One reason why Silverlight for MANY people is that it brings people that are developers with Microsoft tools to be able to work on the web.  I would have never learn FLASH, SCRIPT, JAVA specially wich I hate so much, just because I sould go develop FLASH web thingy !</p>
<p>So everything said, there&#8217;s something for everybody.  If you don&#8217;t like red wine you may like white wine.</p>
<p>There&#8217;s no comparison to do between FLASH and SILVERLIGHT so this article is useless.</p>
<p>Use the platform you feel better to develop with and whoever is looking at your work by the window will see a similar result but don&#8217;t blame developers who comes from Microsoft background instead of ADOBE and the whole world of SCRIPTING, and JAVAING !</p>
<p>Do your job, and we&#8217;ll do ours.  There&#8217;s no need to battle in there. You seem the only one whishing to have a war but there&#8217;s none.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhaval Faria</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-172017</link>
		<dc:creator>Dhaval Faria</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172017</guid>
		<description>man ur soooo wrong.. I am nvr going to read ur stuff again :P

get things clear before publishing anything. best of luck.
.-= Dhaval Faria´s last blog ..&lt;a href=&quot;http://www.yahoo.com/&quot; rel=&quot;nofollow&quot;&gt;Managed DirectX&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>man ur soooo wrong.. I am nvr going to read ur stuff again <img src="http://www.connectedinternet.co.uk/wp-includes/images/smilies/icon_razz.gif?6dc32e" alt=':P' class='wp-smiley' /> </p>
<p>get things clear before publishing anything. best of luck.<br />
.-= Dhaval Faria´s last blog ..<a href="http://www.yahoo.com/" rel="nofollow">Managed DirectX</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhaval Faria</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-218224</link>
		<dc:creator>Dhaval Faria</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218224</guid>
		<description>man ur soooo wrong.. I am nvr going to read ur stuff again :P

get things clear before publishing anything. best of luck.
.-= Dhaval Faria´s last blog ..&lt;a href=&quot;http://www.yahoo.com/&quot; rel=&quot;nofollow&quot;&gt;Managed DirectX&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>man ur soooo wrong.. I am nvr going to read ur stuff again <img src="http://www.connectedinternet.co.uk/wp-includes/images/smilies/icon_razz.gif?6dc32e" alt=':P' class='wp-smiley' /> </p>
<p>get things clear before publishing anything. best of luck.<br />
.-= Dhaval Faria´s last blog ..<a href="http://www.yahoo.com/" rel="nofollow">Managed DirectX</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Martinsen</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-172016</link>
		<dc:creator>Thomas Martinsen</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172016</guid>
		<description>You&#039;re so wrong!!!</description>
		<content:encoded><![CDATA[<p>You&#8217;re so wrong!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Martinsen</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-218223</link>
		<dc:creator>Thomas Martinsen</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218223</guid>
		<description>You&#039;re so wrong!!!</description>
		<content:encoded><![CDATA[<p>You&#8217;re so wrong!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-172015</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172015</guid>
		<description>Michael needs to either go to journalism school or stop writing. With this type of BS, he will simply devalue the quality of connectedinternet.co.uk .</description>
		<content:encoded><![CDATA[<p>Michael needs to either go to journalism school or stop writing. With this type of BS, he will simply devalue the quality of connectedinternet.co.uk .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-6/#comment-218222</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218222</guid>
		<description>Michael needs to either go to journalism school or stop writing. With this type of BS, he will simply devalue the quality of connectedinternet.co.uk .</description>
		<content:encoded><![CDATA[<p>Michael needs to either go to journalism school or stop writing. With this type of BS, he will simply devalue the quality of connectedinternet.co.uk .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timheuer</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-172014</link>
		<dc:creator>timheuer</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172014</guid>
		<description>Michael - bravo for owning up.  Again, the offer is there to have a conversation about the facts/capabilities of Silverlight if you want to, feel free to reach out.

-th
Microsoft</description>
		<content:encoded><![CDATA[<p>Michael &#8211; bravo for owning up.  Again, the offer is there to have a conversation about the facts/capabilities of Silverlight if you want to, feel free to reach out.</p>
<p>-th<br />
Microsoft</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: timheuer</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-218221</link>
		<dc:creator>timheuer</dc:creator>
		<pubDate>Fri, 21 Aug 2009 19:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218221</guid>
		<description>Michael - bravo for owning up.  Again, the offer is there to have a conversation about the facts/capabilities of Silverlight if you want to, feel free to reach out.

-th
Microsoft</description>
		<content:encoded><![CDATA[<p>Michael &#8211; bravo for owning up.  Again, the offer is there to have a conversation about the facts/capabilities of Silverlight if you want to, feel free to reach out.</p>
<p>-th<br />
Microsoft</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lankton</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-172011</link>
		<dc:creator>Michael Lankton</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172011</guid>
		<description>Obviously with this kind of negative reaction there are some serious issues with the content of my article this week.

I write a 1000 word article for this site, weekly. I&#039;m not trying to reinvent the wheel, and I can&#039;t be Ars Technica on a given topic with 1000 words. 

This kind of reaction would not have occured over an opinion, so obviously my postition was seriously flawed. I apologize. I wrote a &quot;10 things&quot; blog article over a topic I lacked your expertise in, and you exposed my lack of knowledge in the area. This was not my intention, and I genuinely believed in the points I was advancing, but I was mistaken about a great deal it seems.

I will correct this with a properly researched comparison. Until then, please accept my apology for this article. I generally write on topics that I have a firm grasp of, but this week I went out on a limb with minimal research, and it bit me in the ass. I will not delete this article, because I feel that your comments are valid, and frankly I deserve it if I was so wrong in my assertions.

Thanks for straightening me out.</description>
		<content:encoded><![CDATA[<p>Obviously with this kind of negative reaction there are some serious issues with the content of my article this week.</p>
<p>I write a 1000 word article for this site, weekly. I&#8217;m not trying to reinvent the wheel, and I can&#8217;t be Ars Technica on a given topic with 1000 words. </p>
<p>This kind of reaction would not have occured over an opinion, so obviously my postition was seriously flawed. I apologize. I wrote a &#8220;10 things&#8221; blog article over a topic I lacked your expertise in, and you exposed my lack of knowledge in the area. This was not my intention, and I genuinely believed in the points I was advancing, but I was mistaken about a great deal it seems.</p>
<p>I will correct this with a properly researched comparison. Until then, please accept my apology for this article. I generally write on topics that I have a firm grasp of, but this week I went out on a limb with minimal research, and it bit me in the ass. I will not delete this article, because I feel that your comments are valid, and frankly I deserve it if I was so wrong in my assertions.</p>
<p>Thanks for straightening me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lankton</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-218219</link>
		<dc:creator>Michael Lankton</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218219</guid>
		<description>Obviously with this kind of negative reaction there are some serious issues with the content of my article this week.

I write a 1000 word article for this site, weekly. I&#039;m not trying to reinvent the wheel, and I can&#039;t be Ars Technica on a given topic with 1000 words. 

This kind of reaction would not have occured over an opinion, so obviously my postition was seriously flawed. I apologize. I wrote a &quot;10 things&quot; blog article over a topic I lacked your expertise in, and you exposed my lack of knowledge in the area. This was not my intention, and I genuinely believed in the points I was advancing, but I was mistaken about a great deal it seems.

I will correct this with a properly researched comparison. Until then, please accept my apology for this article. I generally write on topics that I have a firm grasp of, but this week I went out on a limb with minimal research, and it bit me in the ass. I will not delete this article, because I feel that your comments are valid, and frankly I deserve it if I was so wrong in my assertions.

Thanks for straightening me out.</description>
		<content:encoded><![CDATA[<p>Obviously with this kind of negative reaction there are some serious issues with the content of my article this week.</p>
<p>I write a 1000 word article for this site, weekly. I&#8217;m not trying to reinvent the wheel, and I can&#8217;t be Ars Technica on a given topic with 1000 words. </p>
<p>This kind of reaction would not have occured over an opinion, so obviously my postition was seriously flawed. I apologize. I wrote a &#8220;10 things&#8221; blog article over a topic I lacked your expertise in, and you exposed my lack of knowledge in the area. This was not my intention, and I genuinely believed in the points I was advancing, but I was mistaken about a great deal it seems.</p>
<p>I will correct this with a properly researched comparison. Until then, please accept my apology for this article. I generally write on topics that I have a firm grasp of, but this week I went out on a limb with minimal research, and it bit me in the ass. I will not delete this article, because I feel that your comments are valid, and frankly I deserve it if I was so wrong in my assertions.</p>
<p>Thanks for straightening me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-172006</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172006</guid>
		<description>Incredibly poor journalism here.

If Flash does have any advantages over the competition, this type of trolling hides them instead of stating them.

Terrible job.</description>
		<content:encoded><![CDATA[<p>Incredibly poor journalism here.</p>
<p>If Flash does have any advantages over the competition, this type of trolling hides them instead of stating them.</p>
<p>Terrible job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-218218</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218218</guid>
		<description>Incredibly poor journalism here.

If Flash does have any advantages over the competition, this type of trolling hides them instead of stating them.

Terrible job.</description>
		<content:encoded><![CDATA[<p>Incredibly poor journalism here.</p>
<p>If Flash does have any advantages over the competition, this type of trolling hides them instead of stating them.</p>
<p>Terrible job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lankton</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-172005</link>
		<dc:creator>Michael Lankton</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172005</guid>
		<description>You are absolutely right. Quite a large oversight on my part, and certainly not acceptable to drag Shockwave into a discussion of Flash vs Silverlight. Retracted, and apologies.</description>
		<content:encoded><![CDATA[<p>You are absolutely right. Quite a large oversight on my part, and certainly not acceptable to drag Shockwave into a discussion of Flash vs Silverlight. Retracted, and apologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lankton</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-218217</link>
		<dc:creator>Michael Lankton</dc:creator>
		<pubDate>Fri, 21 Aug 2009 17:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218217</guid>
		<description>You are absolutely right. Quite a large oversight on my part, and certainly not acceptable to drag Shockwave into a discussion of Flash vs Silverlight. Retracted, and apologies.</description>
		<content:encoded><![CDATA[<p>You are absolutely right. Quite a large oversight on my part, and certainly not acceptable to drag Shockwave into a discussion of Flash vs Silverlight. Retracted, and apologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANaimi</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-172004</link>
		<dc:creator>ANaimi</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172004</guid>
		<description>You, my friend, are stupid.</description>
		<content:encoded><![CDATA[<p>You, my friend, are stupid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ANaimi</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-218216</link>
		<dc:creator>ANaimi</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218216</guid>
		<description>You, my friend, are stupid.</description>
		<content:encoded><![CDATA[<p>You, my friend, are stupid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Gavin</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-172003</link>
		<dc:creator>Shawn Gavin</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172003</guid>
		<description>I will simply say that it kills me to read an article, not only filled with inaccuracies, but that comes across as a complete bashing against competition. I actually look forward to what Adobe has in store for Flash because of SilverLight. And lets not forget that a lot of what HTML5 is to become is being driven by current RIA technologies.</description>
		<content:encoded><![CDATA[<p>I will simply say that it kills me to read an article, not only filled with inaccuracies, but that comes across as a complete bashing against competition. I actually look forward to what Adobe has in store for Flash because of SilverLight. And lets not forget that a lot of what HTML5 is to become is being driven by current RIA technologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Gavin</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-5/#comment-218215</link>
		<dc:creator>Shawn Gavin</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218215</guid>
		<description>I will simply say that it kills me to read an article, not only filled with inaccuracies, but that comes across as a complete bashing against competition. I actually look forward to what Adobe has in store for Flash because of SilverLight. And lets not forget that a lot of what HTML5 is to become is being driven by current RIA technologies.</description>
		<content:encoded><![CDATA[<p>I will simply say that it kills me to read an article, not only filled with inaccuracies, but that comes across as a complete bashing against competition. I actually look forward to what Adobe has in store for Flash because of SilverLight. And lets not forget that a lot of what HTML5 is to become is being driven by current RIA technologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-172001</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172001</guid>
		<description>Jaw-droppingly inept, even for those of us who prefer Flash over Silverlight. Silverlight guys - just letting you know, this guy doesn&#039;t speak for me. 

Michael Lankton: when you try to cover up your profound lack of knowledge with blustering and evasion in the comments, it&#039;s just slimy. 

You were completely and totally wrong on so many levels. Have the balls to admit it. The internet has a long memory.</description>
		<content:encoded><![CDATA[<p>Jaw-droppingly inept, even for those of us who prefer Flash over Silverlight. Silverlight guys &#8211; just letting you know, this guy doesn&#8217;t speak for me. </p>
<p>Michael Lankton: when you try to cover up your profound lack of knowledge with blustering and evasion in the comments, it&#8217;s just slimy. </p>
<p>You were completely and totally wrong on so many levels. Have the balls to admit it. The internet has a long memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-218214</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218214</guid>
		<description>Jaw-droppingly inept, even for those of us who prefer Flash over Silverlight. Silverlight guys - just letting you know, this guy doesn&#039;t speak for me. 

Michael Lankton: when you try to cover up your profound lack of knowledge with blustering and evasion in the comments, it&#039;s just slimy. 

You were completely and totally wrong on so many levels. Have the balls to admit it. The internet has a long memory.</description>
		<content:encoded><![CDATA[<p>Jaw-droppingly inept, even for those of us who prefer Flash over Silverlight. Silverlight guys &#8211; just letting you know, this guy doesn&#8217;t speak for me. </p>
<p>Michael Lankton: when you try to cover up your profound lack of knowledge with blustering and evasion in the comments, it&#8217;s just slimy. </p>
<p>You were completely and totally wrong on so many levels. Have the balls to admit it. The internet has a long memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mknopf</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-172000</link>
		<dc:creator>mknopf</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-172000</guid>
		<description>Michael

Your argument is seriously flawed, you have failed in providing accurate information in which to compare and it only leads the reader to conclude that your opinion (and entire website) are not credible. 

Before you speak up do your homework, unless of course you actually want to be like the individuals at the recent Health Care Town Hall meetings who scream ridiculous fabrications in an attempt to prevent relevant debate over the topic. 

In addition, based on your Bio, it is obvious that you are not a developer and have never been one. You should leave the debate up to those who understand the technologies your comparing.</description>
		<content:encoded><![CDATA[<p>Michael</p>
<p>Your argument is seriously flawed, you have failed in providing accurate information in which to compare and it only leads the reader to conclude that your opinion (and entire website) are not credible. </p>
<p>Before you speak up do your homework, unless of course you actually want to be like the individuals at the recent Health Care Town Hall meetings who scream ridiculous fabrications in an attempt to prevent relevant debate over the topic. </p>
<p>In addition, based on your Bio, it is obvious that you are not a developer and have never been one. You should leave the debate up to those who understand the technologies your comparing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mknopf</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-218213</link>
		<dc:creator>mknopf</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218213</guid>
		<description>Michael

Your argument is seriously flawed, you have failed in providing accurate information in which to compare and it only leads the reader to conclude that your opinion (and entire website) are not credible. 

Before you speak up do your homework, unless of course you actually want to be like the individuals at the recent Health Care Town Hall meetings who scream ridiculous fabrications in an attempt to prevent relevant debate over the topic. 

In addition, based on your Bio, it is obvious that you are not a developer and have never been one. You should leave the debate up to those who understand the technologies your comparing.</description>
		<content:encoded><![CDATA[<p>Michael</p>
<p>Your argument is seriously flawed, you have failed in providing accurate information in which to compare and it only leads the reader to conclude that your opinion (and entire website) are not credible. </p>
<p>Before you speak up do your homework, unless of course you actually want to be like the individuals at the recent Health Care Town Hall meetings who scream ridiculous fabrications in an attempt to prevent relevant debate over the topic. </p>
<p>In addition, based on your Bio, it is obvious that you are not a developer and have never been one. You should leave the debate up to those who understand the technologies your comparing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ely</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-171999</link>
		<dc:creator>Ely</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-171999</guid>
		<description>This article is Epic.  I needed a good laugh today.
.-= Ely´s last blog ..&lt;a href=&quot;http://www.elylucas.net/post/Upgraded-to-BlogEngineNet-15.aspx&quot; rel=&quot;nofollow&quot;&gt;Upgraded to BlogEngine.Net 1.5&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>This article is Epic.  I needed a good laugh today.<br />
.-= Ely´s last blog ..<a href="http://www.elylucas.net/post/Upgraded-to-BlogEngineNet-15.aspx" rel="nofollow">Upgraded to BlogEngine.Net 1.5</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ely</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-218212</link>
		<dc:creator>Ely</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218212</guid>
		<description>This article is Epic.  I needed a good laugh today.
.-= Ely´s last blog ..&lt;a href=&quot;http://www.elylucas.net/post/Upgraded-to-BlogEngineNet-15.aspx&quot; rel=&quot;nofollow&quot;&gt;Upgraded to BlogEngine.Net 1.5&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>This article is Epic.  I needed a good laugh today.<br />
.-= Ely´s last blog ..<a href="http://www.elylucas.net/post/Upgraded-to-BlogEngineNet-15.aspx" rel="nofollow">Upgraded to BlogEngine.Net 1.5</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dudley</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-171997</link>
		<dc:creator>Dudley</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-171997</guid>
		<description>This article has to go down as one of the worst informed pieces of rubbish I have ever seen. What an amateur.</description>
		<content:encoded><![CDATA[<p>This article has to go down as one of the worst informed pieces of rubbish I have ever seen. What an amateur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dudley</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-218211</link>
		<dc:creator>Dudley</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-218211</guid>
		<description>This article has to go down as one of the worst informed pieces of rubbish I have ever seen. What an amateur.</description>
		<content:encoded><![CDATA[<p>This article has to go down as one of the worst informed pieces of rubbish I have ever seen. What an amateur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Reiss</title>
		<link>http://www.connectedinternet.co.uk/2009/08/20/10-reasons-why-flash-is-better-than-silverlight/comment-page-4/#comment-171996</link>
		<dc:creator>Bill Reiss</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.connectedinternet.co.uk/?p=6527#comment-171996</guid>
		<description>Ok so you&#039;ve updated the one about packaging by adding the following:

&quot;However, it’s been pointed out to me that you can store the Silverlight content on the server as a .zip file. As an afterthought. Touche.&quot;

An afterthought? The XAP file deployment is *the preferred method* of deployment in Silverlight and has been since the Silverlight 2 Beta just months after the initial Silverlight 1 release. I don&#039;t even know how you would easily create a Silverlight 2 or 3 application that *doesn&#039;t* package to a XAP file.

Can you tell me how Flash still barely has an advantage on that point?</description>
		<content:encoded><![CDATA[<p>Ok so you&#8217;ve updated the one about packaging by adding the following:</p>
<p>&#8220;However, it’s been pointed out to me that you can store the Silverlight content on the server as a .zip file. As an afterthought. Touche.&#8221;</p>
<p>An afterthought? The XAP file deployment is *the preferred method* of deployment in Silverlight and has been since the Silverlight 2 Beta just months after the initial Silverlight 1 release. I don&#8217;t even know how you would easily create a Silverlight 2 or 3 application that *doesn&#8217;t* package to a XAP file.</p>
<p>Can you tell me how Flash still barely has an advantage on that point?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 1/56 queries in 0.043 seconds using apc
Object Caching 1101/1111 objects using apc

Served from: www.connectedinternet.co.uk @ 2012-02-10 18:59:30 -->
