<?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 Tim Anderson's ITWriting</title>
	<atom:link href="http://www.itwriting.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Tue, 16 Mar 2010 23:26:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Martin Fowler on the ethics of software development &#8211; QCon report by Peter Headland</title>
		<link>http://www.itwriting.com/blog/2340-martin-fowler-on-the-ethics-of-software-development-qcon-report.html/comment-page-1#comment-173980</link>
		<dc:creator>Peter Headland</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2340-martin-fowler-on-the-ethics-of-software-development-qcon-report.html#comment-173980</guid>
		<description>Sean Josiah:
&gt; the lack of African descendants in IT

We are all African descendants; some of our ancestors left earlier than others...

The company I currently work for treats all employees equally, does not tolerate any form of harassment, and is very accommodating of individuals&#039; needs; in other words, there is zero barrier to women working here. Despite all that, we have very few female developers - we just can&#039;t find enough to recruit. The problem is a long way upstream from here, in career choices made by girls in high school, and I don&#039;t think that their perception is that IT is hostile to women, just dull, geeky, uncool, etc.</description>
		<content:encoded><![CDATA[<p>Sean Josiah:<br />
&gt; the lack of African descendants in IT</p>
<p>We are all African descendants; some of our ancestors left earlier than others&#8230;</p>
<p>The company I currently work for treats all employees equally, does not tolerate any form of harassment, and is very accommodating of individuals&#8217; needs; in other words, there is zero barrier to women working here. Despite all that, we have very few female developers &#8211; we just can&#8217;t find enough to recruit. The problem is a long way upstream from here, in career choices made by girls in high school, and I don&#8217;t think that their perception is that IT is hostile to women, just dull, geeky, uncool, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft playing HTML 5 standards game alongside Silverlight game by ahmoy</title>
		<link>http://www.itwriting.com/blog/2365-microsoft-playing-html-5-standards-game-alongside-silverlight-game.html/comment-page-1#comment-173975</link>
		<dc:creator>ahmoy</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2365-microsoft-playing-html-5-standards-game-alongside-silverlight-game.html#comment-173975</guid>
		<description>The image for Acid3 shows that the current build for ie9 is only scored 55/100, pathetic!!!</description>
		<content:encoded><![CDATA[<p>The image for Acid3 shows that the current build for ie9 is only scored 55/100, pathetic!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No native code development on Windows Phone 7 says Microsoft &#8211; so what about Flash? by Fabio Ceconello</title>
		<link>http://www.itwriting.com/blog/2361-no-native-code-on-windows-phone-7-says-microsoft-so-what-about-flash.html/comment-page-1#comment-173950</link>
		<dc:creator>Fabio Ceconello</dc:creator>
		<pubDate>Tue, 16 Mar 2010 20:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2361-no-native-code-on-windows-phone-7-says-microsoft-so-what-about-flash.html#comment-173950</guid>
		<description>Microsoft is wrong, wrong, wrong!

They started a new product marketing effort by alienating all the developers for Windows Mobile/CE/PPC which will have to ditch their codebase and start from scratch. That&#039;s the first big mistake.

They are forcing them to use only one platform/language, second big mistake. If you have native code support you could have VMs and runtimes for all the major languages, and I&#039;m sure the open source community would be eager to make ports. And this would benefit anyone who had written code for such languages before and would have now a new platform to compete.

They are trying to attract new developers with a dev environment that is simple to use and RAD-oriented. Wrong! They should court the hardcore developers, those that don&#039;t mind to spend some time to port their code if the platform is powerful and attractive. The result? Many small apps with a questionable utility, and no serious apps, which are those that really attract the users. Although this is not a case so serious as the ridiculous WebOS (.net is quite more powerful than some souped-up Javascript code).

Apple tried this and learned quickly. Palm blindly repeated the same error and is already a failure. Even Android already supports native code.

The irony is that the company that&#039;s most reviled for being &#039;closed&#039; (Apple) is the only major smartphone manufacturer now that gives a native-friendly environment, and therefore gives the developers more freedom to choose their development tool. Although most people write iPhone apps in Objective-C, this is not mandatory at least. Of course to have the approval to go to the app store is another story. But given that it&#039;s the most successful platform, MS should get the hint.</description>
		<content:encoded><![CDATA[<p>Microsoft is wrong, wrong, wrong!</p>
<p>They started a new product marketing effort by alienating all the developers for Windows Mobile/CE/PPC which will have to ditch their codebase and start from scratch. That&#8217;s the first big mistake.</p>
<p>They are forcing them to use only one platform/language, second big mistake. If you have native code support you could have VMs and runtimes for all the major languages, and I&#8217;m sure the open source community would be eager to make ports. And this would benefit anyone who had written code for such languages before and would have now a new platform to compete.</p>
<p>They are trying to attract new developers with a dev environment that is simple to use and RAD-oriented. Wrong! They should court the hardcore developers, those that don&#8217;t mind to spend some time to port their code if the platform is powerful and attractive. The result? Many small apps with a questionable utility, and no serious apps, which are those that really attract the users. Although this is not a case so serious as the ridiculous WebOS (.net is quite more powerful than some souped-up Javascript code).</p>
<p>Apple tried this and learned quickly. Palm blindly repeated the same error and is already a failure. Even Android already supports native code.</p>
<p>The irony is that the company that&#8217;s most reviled for being &#8216;closed&#8217; (Apple) is the only major smartphone manufacturer now that gives a native-friendly environment, and therefore gives the developers more freedom to choose their development tool. Although most people write iPhone apps in Objective-C, this is not mandatory at least. Of course to have the approval to go to the app store is another story. But given that it&#8217;s the most successful platform, MS should get the hint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cannot open the Outlook window &#8211; what sort of error message is that? by Steve Parkin</title>
		<link>http://www.itwriting.com/blog/1342-cannot-open-the-outlook-window-what-sort-of-error-message-is-that.html/comment-page-5#comment-173883</link>
		<dc:creator>Steve Parkin</dc:creator>
		<pubDate>Tue, 16 Mar 2010 16:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/1342-cannot-open-the-outlook-window-what-sort-of-error-message-is-that.html#comment-173883</guid>
		<description>It works! - which is more than can said for Microsoft advice. Well done. 

PS I cut and paste the link so I didn&#039;t foprget the space.</description>
		<content:encoded><![CDATA[<p>It works! &#8211; which is more than can said for Microsoft advice. Well done. </p>
<p>PS I cut and paste the link so I didn&#8217;t foprget the space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The two specifications of HTML 5.0: WHAT WG vs W3C by Molly Holzschlag</title>
		<link>http://www.itwriting.com/blog/2353-the-two-specifications-of-html-5-0-what-wg-vs-w3c.html/comment-page-1#comment-173866</link>
		<dc:creator>Molly Holzschlag</dc:creator>
		<pubDate>Tue, 16 Mar 2010 15:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2353-the-two-specifications-of-html-5-0-what-wg-vs-w3c.html#comment-173866</guid>
		<description>&quot;The goalposts keep moving on this one&quot; - truer words never typed :)</description>
		<content:encoded><![CDATA[<p>&#8220;The goalposts keep moving on this one&#8221; &#8211; truer words never typed <img src='http://www.itwriting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft copies Apple with Windows Phone app lock-in? by tim</title>
		<link>http://www.itwriting.com/blog/2359-microsoft-copies-apple-with-windows-phone-app-lock-in.html/comment-page-1#comment-173846</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2359-microsoft-copies-apple-with-windows-phone-app-lock-in.html#comment-173846</guid>
		<description>Roman

Answers to your questions:

app on your web site - no
certified in this case - n/a
native code (C+) - no

OEMs will have access for drivers at least.

Tim

Tim</description>
		<content:encoded><![CDATA[<p>Roman</p>
<p>Answers to your questions:</p>
<p>app on your web site &#8211; no<br />
certified in this case &#8211; n/a<br />
native code (C+) &#8211; no</p>
<p>OEMs will have access for drivers at least.</p>
<p>Tim</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No native code development on Windows Phone 7 says Microsoft &#8211; so what about Flash? by Peter Ibbotson</title>
		<link>http://www.itwriting.com/blog/2361-no-native-code-on-windows-phone-7-says-microsoft-so-what-about-flash.html/comment-page-1#comment-173806</link>
		<dc:creator>Peter Ibbotson</dc:creator>
		<pubDate>Tue, 16 Mar 2010 09:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2361-no-native-code-on-windows-phone-7-says-microsoft-so-what-about-flash.html#comment-173806</guid>
		<description>I suspect this won&#039;t last long. Personally I don&#039;t care if you can&#039;t get stuff in the app store that calls native, providing it&#039;s still there as an option. For the most part this probably doesn&#039;t matter but if I wanted to produce a background service or do some cryptography then I might care.

Wait and see what happens when the MS sales team ends up talking to corporate developers I suppose. (Since it&#039;s CE6 under the covers I&#039;d have thought a CE6 dev kit would work around this)</description>
		<content:encoded><![CDATA[<p>I suspect this won&#8217;t last long. Personally I don&#8217;t care if you can&#8217;t get stuff in the app store that calls native, providing it&#8217;s still there as an option. For the most part this probably doesn&#8217;t matter but if I wanted to produce a background service or do some cryptography then I might care.</p>
<p>Wait and see what happens when the MS sales team ends up talking to corporate developers I suppose. (Since it&#8217;s CE6 under the covers I&#8217;d have thought a CE6 dev kit would work around this)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No native code development on Windows Phone 7 says Microsoft &#8211; so what about Flash? by Jonathan Allen</title>
		<link>http://www.itwriting.com/blog/2361-no-native-code-on-windows-phone-7-says-microsoft-so-what-about-flash.html/comment-page-1#comment-173792</link>
		<dc:creator>Jonathan Allen</dc:creator>
		<pubDate>Tue, 16 Mar 2010 08:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2361-no-native-code-on-windows-phone-7-says-microsoft-so-what-about-flash.html#comment-173792</guid>
		<description>You don&#039;t need to use native code to support Java. IKVM has proven that you can build a JVM using the CLR. Of course there is an open question as to whether or not IKVM can be ported to Silverlight.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to use native code to support Java. IKVM has proven that you can build a JVM using the CLR. Of course there is an open question as to whether or not IKVM can be ported to Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Microsoft copies Apple with Windows Phone app lock-in? by Roman Vasin</title>
		<link>http://www.itwriting.com/blog/2359-microsoft-copies-apple-with-windows-phone-app-lock-in.html/comment-page-1#comment-173773</link>
		<dc:creator>Roman Vasin</dc:creator>
		<pubDate>Tue, 16 Mar 2010 06:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2359-microsoft-copies-apple-with-windows-phone-app-lock-in.html#comment-173773</guid>
		<description>Tim, I don&#039;t understand the apps must be certified to be placed on Windows Phone Marketplace?
Can independent developer make an app and put it on his own web site, so customers can simply download and use it without visiting Windows Phone Marketplace?
Must be the app is certified in this case?
Can we use native code (C++) for such app?
I have heard that native code will be possible to use only for OEM vendors/publishers.</description>
		<content:encoded><![CDATA[<p>Tim, I don&#8217;t understand the apps must be certified to be placed on Windows Phone Marketplace?<br />
Can independent developer make an app and put it on his own web site, so customers can simply download and use it without visiting Windows Phone Marketplace?<br />
Must be the app is certified in this case?<br />
Can we use native code (C++) for such app?<br />
I have heard that native code will be possible to use only for OEM vendors/publishers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The two specifications of HTML 5.0: WHAT WG vs W3C by John Dowdell</title>
		<link>http://www.itwriting.com/blog/2353-the-two-specifications-of-html-5-0-what-wg-vs-w3c.html/comment-page-1#comment-173746</link>
		<dc:creator>John Dowdell</dc:creator>
		<pubDate>Tue, 16 Mar 2010 03:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/2353-the-two-specifications-of-html-5-0-what-wg-vs-w3c.html#comment-173746</guid>
		<description>&lt;em&gt;&quot;I do see Adobe as an entity being a more closed company than open, with the exception of some wonderful folks. So I apologize for spreading any FUD, not my intention, just my perception.&quot;&lt;/em&gt;

No worries on the latter in this case! :) But note that the core here is a &quot;feeling of closedness&quot;, rather than an objective objection. The goalposts keep moving on this one. It&#039;s as much a function of the feeling and the marketing as it is of any real thing that affects peoples&#039; lives, at least from what I&#039;ve been able to draw out of prior online conversation.

jd/adobe</description>
		<content:encoded><![CDATA[<p><em>&#8220;I do see Adobe as an entity being a more closed company than open, with the exception of some wonderful folks. So I apologize for spreading any FUD, not my intention, just my perception.&#8221;</em></p>
<p>No worries on the latter in this case! <img src='http://www.itwriting.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But note that the core here is a &#8220;feeling of closedness&#8221;, rather than an objective objection. The goalposts keep moving on this one. It&#8217;s as much a function of the feeling and the marketing as it is of any real thing that affects peoples&#8217; lives, at least from what I&#8217;ve been able to draw out of prior online conversation.</p>
<p>jd/adobe</p>
]]></content:encoded>
	</item>
</channel>
</rss>
