<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Robert's talk</title>
	
	<link>http://robertnyman.com</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Sun, 08 Nov 2009 09:09:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/RobertsTalkComments" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Comment on Posting styles, and why top-posting is just fine by iodiblelela</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/FQQJMn-yT9Y/</link>
		<dc:creator>iodiblelela</dc:creator>
		<pubDate>Sun, 08 Nov 2009 09:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/29/posting-styles-and-why-top-posting-is-just-fine/#comment-609327</guid>
		<description>Hey there everyone i actually purchased this e-book and have been useing it over the past few months to earn some cash! I figured with the current state of the economy everyone could use this book so im shareing it for free and you can download it right here! 

http://tinyurl.com/GetGoogleSniper</description>
		<content:encoded><![CDATA[<p>Hey there everyone i actually purchased this e-book and have been useing it over the past few months to earn some cash! I figured with the current state of the economy everyone could use this book so im shareing it for free and you can download it right here! </p>
<p><a href="http://tinyurl.com/GetGoogleSniper" rel="nofollow">http://tinyurl.com/GetGoogleSniper</a></p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2007/03/29/posting-styles-and-why-top-posting-is-just-fine/#comment-609327</feedburner:origLink></item>
	<item>
		<title>Comment on The Ultimate getElementsByClassName by Heinz Stapff</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/OjQfsCpEayI/</link>
		<dc:creator>Heinz Stapff</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608980</guid>
		<description>THE ONE THAT DID ONLY SHOWS HALF? I PUT &amp; L T  ; AT THE BEGINING OF THE SCRIPT AND &amp; G T ; AT THE END?</description>
		<content:encoded><![CDATA[<p>THE ONE THAT DID ONLY SHOWS HALF? I PUT &amp; L T  ; AT THE BEGINING OF THE SCRIPT AND &amp; G T ; AT THE END?</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608980</feedburner:origLink></item>
	<item>
		<title>Comment on The Ultimate getElementsByClassName by Heinz Stapff</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/8WfLlwHMnIY/</link>
		<dc:creator>Heinz Stapff</dc:creator>
		<pubDate>Thu, 05 Nov 2009 20:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608978</guid>
		<description>HAY I USED &amp; L T AT THE BEGINING OF EVERY LINE OF SCRIPT AND &amp; G T AT THE END OF EVERY LINE BUT IT DOESN'T LOOK LIKE THE POST MADE IT.</description>
		<content:encoded><![CDATA[<p>HAY I USED &amp; L T AT THE BEGINING OF EVERY LINE OF SCRIPT AND &amp; G T AT THE END OF EVERY LINE BUT IT DOESN&#8217;T LOOK LIKE THE POST MADE IT.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608978</feedburner:origLink></item>
	<item>
		<title>Comment on The Ultimate getElementsByClassName by Heinz Stapff</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/-ALFPCgwR10/</link>
		<dc:creator>Heinz Stapff</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608962</guid>
		<description>&lt;&lt; for
function getElementsByClassName(oElm, strTagName, strClassName){	
var arrElements = (strTagName == "*" &amp;&amp; oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
var arrReturnElements = new Array();
strClassName = strClassName.replace(/\-/g, "\\-");	
var oRegExp = new RegExp("(^|\\s)" + strClassName + "(\\s|$)");	
var oElement;	
for(var i=0; i.</description>
		<content:encoded><![CDATA[<p>&lt;&lt; for<br />
function getElementsByClassName(oElm, strTagName, strClassName){<br />
var arrElements = (strTagName == &quot;*&quot; &amp;&amp; oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);<br />
var arrReturnElements = new Array();<br />
strClassName = strClassName.replace(/\-/g, &quot;\\-&quot;);<br />
var oRegExp = new RegExp(&quot;(^|\\s)&quot; + strClassName + &quot;(\\s|$)&quot;);<br />
var oElement;<br />
for(var i=0; i.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608962</feedburner:origLink></item>
	<item>
		<title>Comment on The Ultimate getElementsByClassName by Heinz Stapff</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/qrXKsut95mU/</link>
		<dc:creator>Heinz Stapff</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608957</guid>
		<description>I JUST TRIED POSTING THE SCRIPT AGAIN USING



SCRIPT



BUT I DON'T SEE IT POSTED. MY SITE IS STILL IN MY DOCUMENTS FOLDER.</description>
		<content:encoded><![CDATA[<p>I JUST TRIED POSTING THE SCRIPT AGAIN USING</p>
<p>SCRIPT</p>
<p>BUT I DON&#8217;T SEE IT POSTED. MY SITE IS STILL IN MY DOCUMENTS FOLDER.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608957</feedburner:origLink></item>
	<item>
		<title>Comment on Impossible to uninstall Safari 4 in Mac OS X – Apple pretty much follows suit with Microsoft by Eric</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/RSZEsXBEwhc/</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/2009/06/11/impossible-to-uninstall-safari-4-in-mac-os-x-apple-pretty-much-follows-suit-with-microsoft/#comment-608948</guid>
		<description>I installed this, I have xp operating system. If you unistall this and your prior internet doesnt work, you will not get it back.. I also am stuck with this. Yes, this _________ !</description>
		<content:encoded><![CDATA[<p>I installed this, I have xp operating system. If you unistall this and your prior internet doesnt work, you will not get it back.. I also am stuck with this. Yes, this _________ !</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2009/06/11/impossible-to-uninstall-safari-4-in-mac-os-x-apple-pretty-much-follows-suit-with-microsoft/#comment-608948</feedburner:origLink></item>
	<item>
		<title>Comment on The Ultimate getElementsByClassName by Robert Nyman</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/Nh1-uzG4w-s/</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608947</guid>
		<description>Heinz,

I really can't say why the rest of your code doesn't work, especially not when I can't see it. This function works to select elements with a certain class.

To be able to even have a chance to say what's wrong, you need to post a URL to where I can see your code in action.</description>
		<content:encoded><![CDATA[<p>Heinz,</p>
<p>I really can&#8217;t say why the rest of your code doesn&#8217;t work, especially not when I can&#8217;t see it. This function works to select elements with a certain class.</p>
<p>To be able to even have a chance to say what&#8217;s wrong, you need to post a URL to where I can see your code in action.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608947</feedburner:origLink></item>
	<item>
		<title>Comment on An introduction to HTML5 by Robert Nyman</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/AjpECdsGxoE/</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1493#comment-608946</guid>
		<description>Andy,

Thank you!
And thanks for the tip, I will try it out!</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>Thank you!<br />
And thanks for the tip, I will try it out!</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2009/10/14/an-introduction-to-html5/#comment-608946</feedburner:origLink></item>
	<item>
		<title>Comment on The Ultimate getElementsByClassName by Heinz Stapff</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/KLkHUzFCsX4/</link>
		<dc:creator>Heinz Stapff</dc:creator>
		<pubDate>Thu, 05 Nov 2009 16:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608939</guid>
		<description>SORRY I GET THE BUTTON ELEMENTS WITH GETELEMENTS BY CLASS
USING ***VAR BUTTON=GET*** WITHOUT DOCUMENT?
THEN USE THE ADD EVENT TO ADD THE EVENT TO THE BUTTON. ONLY THING IS THAT THE GET USES OEL FOR ELEMENT? AND THE ADD USES EL?</description>
		<content:encoded><![CDATA[<p>SORRY I GET THE BUTTON ELEMENTS WITH GETELEMENTS BY CLASS<br />
USING ***VAR BUTTON=GET*** WITHOUT DOCUMENT?<br />
THEN USE THE ADD EVENT TO ADD THE EVENT TO THE BUTTON. ONLY THING IS THAT THE GET USES OEL FOR ELEMENT? AND THE ADD USES EL?</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608939</feedburner:origLink></item>
	<item>
		<title>Comment on The Ultimate getElementsByClassName by Heinz Stapff</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/eS5opQvKYZE/</link>
		<dc:creator>Heinz Stapff</dc:creator>
		<pubDate>Thu, 05 Nov 2009 15:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608938</guid>
		<description>THANKS ROBERT I'LL TRY IT AGAIN TODAY. I'M ALSO GUESSING THAT OEL
IS CLASHING WITH EL IN MY ADDEVENT HANDLER. I'M HAVING A HARD TIME WITH POSTING SCRIPT WITH &amp; LT FOR ETC.</description>
		<content:encoded><![CDATA[<p>THANKS ROBERT I&#8217;LL TRY IT AGAIN TODAY. I&#8217;M ALSO GUESSING THAT OEL<br />
IS CLASHING WITH EL IN MY ADDEVENT HANDLER. I&#8217;M HAVING A HARD TIME WITH POSTING SCRIPT WITH &amp; LT FOR ETC.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/07/the-ultimate-getelementsbyclassname/#comment-608938</feedburner:origLink></item>
	<item>
		<title>Comment on An introduction to HTML5 by Andy Halford</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/cZQEMANU7FU/</link>
		<dc:creator>Andy Halford</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1493#comment-608844</guid>
		<description>Nice article. You may wish to know that my Total Validator Tool now supports HTML5 validation as well. It's available as an online service like W3C, a desktop tool for use behind firewalls (and files still on your disk) and there's a Firefox extension as well.</description>
		<content:encoded><![CDATA[<p>Nice article. You may wish to know that my Total Validator Tool now supports HTML5 validation as well. It&#8217;s available as an online service like W3C, a desktop tool for use behind firewalls (and files still on your disk) and there&#8217;s a Firefox extension as well.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2009/10/14/an-introduction-to-html5/#comment-608844</feedburner:origLink></item>
	<item>
		<title>Comment on Proudly presenting AJAX-S! by 70????AJAX?????????? | ???????</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/2RLfjkN7CQc/</link>
		<dc:creator>70????AJAX?????????? | ???????</dc:creator>
		<pubDate>Wed, 04 Nov 2009 03:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/13/proudly-presenting-ajax-s/#comment-608761</guid>
		<description>[...] AJAX-S : An Ajax-based slideshow system. [...]</description>
		<content:encoded><![CDATA[<p>[...] AJAX-S : An Ajax-based slideshow system. [...]</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2005/11/13/proudly-presenting-ajax-s/#comment-608761</feedburner:origLink></item>
	<item>
		<title>Comment on I’m afraid of dying by Robert Nyman</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/UoAwmNXhHWg/</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 03 Nov 2009 23:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/04/22/im-afraid-of-dying/#comment-608727</guid>
		<description>Anon,

Do you find the thought of dying tragic, or being afraid of dying?

April,

I'm very happy to hear that it can be of any comfort to you!</description>
		<content:encoded><![CDATA[<p>Anon,</p>
<p>Do you find the thought of dying tragic, or being afraid of dying?</p>
<p>April,</p>
<p>I&#8217;m very happy to hear that it can be of any comfort to you!</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2006/04/22/im-afraid-of-dying/#comment-608727</feedburner:origLink></item>
	<item>
		<title>Comment on I’m afraid of dying by April</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/mRxynco4-Ds/</link>
		<dc:creator>April</dc:creator>
		<pubDate>Tue, 03 Nov 2009 23:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/04/22/im-afraid-of-dying/#comment-608725</guid>
		<description>Oh my.  Just reading that, and seeing that another person feel exactly the same as me so greatly quells my anxiety.  One thing that makes my anxiety about this increase is the feeling that I'm the only one who feels &lt;i&gt;this&lt;/i&gt; afraid of dying-- and if that's the case, then it must be because I'm psychic or something and I just &lt;i&gt;know&lt;/i&gt; I'm going to die soon, maybe in a year, maybe tomorrow... oh my god!

That's the usual thought process.  

Thank you.  I'm bookmarking this post for nights like these-- when I Google "I'm afraid of dying."</description>
		<content:encoded><![CDATA[<p>Oh my.  Just reading that, and seeing that another person feel exactly the same as me so greatly quells my anxiety.  One thing that makes my anxiety about this increase is the feeling that I&#8217;m the only one who feels <i>this</i> afraid of dying&#8211; and if that&#8217;s the case, then it must be because I&#8217;m psychic or something and I just <i>know</i> I&#8217;m going to die soon, maybe in a year, maybe tomorrow&#8230; oh my god!</p>
<p>That&#8217;s the usual thought process.  </p>
<p>Thank you.  I&#8217;m bookmarking this post for nights like these&#8211; when I Google &#8220;I&#8217;m afraid of dying.&#8221;</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2006/04/22/im-afraid-of-dying/#comment-608725</feedburner:origLink></item>
	<item>
		<title>Comment on Stop resizing my web browser window! by Joel</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/_u0Uum3iW1M/</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2007/03/30/stop-resizing-my-web-browser-window/#comment-608667</guid>
		<description>Thanks trovster-  I needed that content java script setting! Finally an answer to this resizing nonsense.
Hope it works every time</description>
		<content:encoded><![CDATA[<p>Thanks trovster-  I needed that content java script setting! Finally an answer to this resizing nonsense.<br />
Hope it works every time</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2007/03/30/stop-resizing-my-web-browser-window/#comment-608667</feedburner:origLink></item>
	<item>
		<title>Comment on I’m afraid of dying by Anon</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/St3a4NxNjQ0/</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Tue, 03 Nov 2009 04:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/04/22/im-afraid-of-dying/#comment-608603</guid>
		<description>I think it's all very tragic, personally.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s all very tragic, personally.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2006/04/22/im-afraid-of-dying/#comment-608603</feedburner:origLink></item>
	<item>
		<title>Comment on tumblrBadge – a Tumblr badge script by Robert Nyman</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/0NTjpzi5sJk/</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 03 Nov 2009 00:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=833#comment-608575</guid>
		<description>Rita, Forrest,

Glad that you like it!</description>
		<content:encoded><![CDATA[<p>Rita, Forrest,</p>
<p>Glad that you like it!</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2008/09/19/tumblrbadge-a-tumblr-badge-script/#comment-608575</feedburner:origLink></item>
	<item>
		<title>Comment on tumblrBadge – a Tumblr badge script by Forrest</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/C3ZW8MkkN3o/</link>
		<dc:creator>Forrest</dc:creator>
		<pubDate>Mon, 02 Nov 2009 23:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=833#comment-608564</guid>
		<description>Thanks a lot! To you too Hannes, I'm currently using the audio/video posting hack and it works great!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! To you too Hannes, I&#8217;m currently using the audio/video posting hack and it works great!</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2008/09/19/tumblrbadge-a-tumblr-badge-script/#comment-608564</feedburner:origLink></item>
	<item>
		<title>Comment on Apple to patent CSS transformations and animations by Robert Nyman</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/isuFpb_Z0O8/</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 02 Nov 2009 10:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1509#comment-608459</guid>
		<description>Morgan,

Good points, and I agree, you can't generally label an organization as just open, or just closed, although I would say other organizations (like Google) seem to succeed a lot better in being open (or at least how they are being perceived).

And what seems to be good business politics; one can't argue with Apple's success; it isn't necessarily good for an open web and a healthier development climate, which is what gets to me and what I care about.</description>
		<content:encoded><![CDATA[<p>Morgan,</p>
<p>Good points, and I agree, you can&#8217;t generally label an organization as just open, or just closed, although I would say other organizations (like Google) seem to succeed a lot better in being open (or at least how they are being perceived).</p>
<p>And what seems to be good business politics; one can&#8217;t argue with Apple&#8217;s success; it isn&#8217;t necessarily good for an open web and a healthier development climate, which is what gets to me and what I care about.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2009/10/29/apple-to-patent-css-transformations-and-animations/#comment-608459</feedburner:origLink></item>
	<item>
		<title>Comment on Apple to patent CSS transformations and animations by Morgan Roderick</title>
		<link>http://feedproxy.google.com/~r/RobertsTalkComments/~3/e3njdSlxr5Q/</link>
		<dc:creator>Morgan Roderick</dc:creator>
		<pubDate>Mon, 02 Nov 2009 09:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1509#comment-608452</guid>
		<description>@Robert: With organisations as big as Apple, Microsoft, Sun, IBM, HP, etc it's inaccurate to say that they're either open or closed.

They have so many teams and divisions, working under very different circumstances. So, while the OS X team might get away with licensing GCD openly, the iPhoto team has different circumstances, that might prevent them from opening up their work for the audience.

This is the same in all the monoliths, some are just more successful at finding good ways of opening up their stuff and benefit from "audience participation".

From a business perspective, I think that Apple's approach is sheer genius. They maintain control of their core products and still reap the benefits of having a strong following of people that subscribe to the open source ideas.

If I was was running a company like Apple, I would be doing exactly the same thing ... making sure that everything that was not the core of the business would be open sourced ... primarily for making sure that it improved over time, but also to be used as a marketing ploy to make the audience like my company.

Like it or not, the most profitable businesses these years work with a mixture of open and closed source / ideas / protocols / whatever.</description>
		<content:encoded><![CDATA[<p>@Robert: With organisations as big as Apple, Microsoft, Sun, IBM, HP, etc it&#8217;s inaccurate to say that they&#8217;re either open or closed.</p>
<p>They have so many teams and divisions, working under very different circumstances. So, while the OS X team might get away with licensing GCD openly, the iPhoto team has different circumstances, that might prevent them from opening up their work for the audience.</p>
<p>This is the same in all the monoliths, some are just more successful at finding good ways of opening up their stuff and benefit from &#8220;audience participation&#8221;.</p>
<p>From a business perspective, I think that Apple&#8217;s approach is sheer genius. They maintain control of their core products and still reap the benefits of having a strong following of people that subscribe to the open source ideas.</p>
<p>If I was was running a company like Apple, I would be doing exactly the same thing &#8230; making sure that everything that was not the core of the business would be open sourced &#8230; primarily for making sure that it improved over time, but also to be used as a marketing ploy to make the audience like my company.</p>
<p>Like it or not, the most profitable businesses these years work with a mixture of open and closed source / ideas / protocols / whatever.</p>
]]></content:encoded>
	<feedburner:origLink>http://robertnyman.com/2009/10/29/apple-to-patent-css-transformations-and-animations/#comment-608452</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.318 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-08 11:21:09 -->
