<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Infrequently Noted &#187; tech</title>
	<atom:link href="http://infrequently.org/tag/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://infrequently.org</link>
	<description></description>
	<lastBuildDate>Tue, 01 May 2012 11:30:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Browser Wars: A Style Guide</title>
		<link>http://infrequently.org/2009/12/the-browser-wars-a-style-guide/</link>
		<comments>http://infrequently.org/2009/12/the-browser-wars-a-style-guide/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 02:19:28 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=1209</guid>
		<description><![CDATA[Dear Tech Journalist and/or Editor: Thank you for covering the browser market. Many users don&#8217;t understand that they have a choice of browser and by discussing the alternatives you help promote a healthy ecosystem and honest competition. In covering this important topic it&#8217;s easy to be loose with terms, but some shortcuts cross a bridge [...]]]></description>
			<content:encoded><![CDATA[<div style="margin: 1em; padding: 1em; font-family: Consolas, Courier New, mono; background-color: #f7f8d2; -webkit-border-radius: 10px;">
Dear Tech Journalist and/or Editor:</p>
<p>Thank you for covering the browser market. Many users don&#8217;t understand that they have a choice of browser and by discussing the alternatives you help promote a healthy ecosystem and honest competition. In covering this important topic it&#8217;s easy to be loose with terms, but some shortcuts cross a bridge too far. A few are listed here here along with a rubric to help you understand why they make you (and your esteemed publication) seem less interested in hard facts than I&#8217;m sure you are.</p>
<dl>
<dt>&#8220;JavaScript rendering&#8221;</dt>
<dd>As I&#8217;m sure you know, JavaScript (aka &#8220;ECMAScript&#8221;, aka &#8220;JScript&#8221;) is a programming language, not a UI toolkit or rendering technology. Yes, JavaScript drives the UI of many modern web apps like GMail and Google Maps, but it does so through a technology called DOM. DOM is not a part of JavaScript, it is instead bolted on to JavaScript by the browsers. &#8220;JavaScript rendering&#8221; would be a non-sensical thing to say even if you <em>were</em> describing the time it takes to build up a user interface. But I rarely (if ever) see such a story. Instead, this rhetorical abomination most often shows up in discussions of JavaScript benchmarks. These benchmarks work very hard to ensure that they <em>aren&#8217;t affected by any DOM or UI operations</em>. They test everything <em>but</em> rendering. In your defense, there is a strong correlation between faster JavaScript execution and faster rendering. But they are not the same thing. Best to just stay out of this particular gutter.</p>
<p><em>Acceptable alternatives: &#8220;javascript execution&#8221;, &#8220;javascript performance&#8221;, &#8220;DOM rendering&#8221; (but only when discussing things that measure DOM performance).</em></dd>
<dt>&#8220;Plugin&#8221;</dt>
<dd>Strictly speaking, a browser plugin is a bit of native code (written in C or C++) that speaks a particular set of ActiveX and NPAPI interfaces and registers itself with browsers in a particular way. This definition might as well be written as &#8220;plugins are magic&#8221;. The best known items of this class are Flash and Silverlight. </p>
<p>What you need to know is that there is an emerging class of things that users can install into their browsers which are similarly magical but which are <em>not</em> plugins. These things go by different names: &#8220;extensions&#8221;, &#8220;add-ons&#8221;, and (confusingly) &#8220;toolbars&#8221;. I&#8217;m sure there will be others. You can think of these things as being interchangeable with each other but not with &#8220;plugins&#8221;. So how do you tell which is which? A good rule of thumb is that if a web page works fine without you installing it, it&#8217;s an extension. Otherwise, if you need to install something for the page to work, it&#8217;s a plugin.</p>
<p><em>Acceptable alternatives: &#8220;extensions&#8221; (preferred), &#8220;add-ons&#8221;, &#8220;toolbars&#8221; (overly specific, may confuse).</em></dd>
<dt>&#8220;HTML 5 support&#8221;</dt>
<dd>This is one for the nag file since you&#8217;ll need to revisit this topic in the future. The important thing for now is to be cognizant that there isn&#8217;t yet a real &#8220;HTML 5&#8243;. Yes, there are various drafts, and yes, some browsers are doing a great job of implementing these new features ahead of formal standardization. But it&#8217;s not done yet. Saying today that something is an &#8220;HTML 5 application&#8221; or that a browser has &#8220;HTML 5 support&#8221; will cause you problems. Nobody wants to explain how what was touted as being &#8220;standard&#8221; one day became &#8220;proprietary&#8221; the next. The safest course of action here is to simply talk about &#8220;the upcoming HTML 5 standard&#8221; or &#8220;advanced web applicatons&#8221;. HTML 5 is a powerful brand and there&#8217;s going to be an enormous amount of haggling over its meaning for years to come. Best that discussion not include references to your stories.</dd>
</dl>
<p>Regards,</p>
<p>Alex Russell
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://infrequently.org/2009/12/the-browser-wars-a-style-guide/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Appalling State of Tech Journalism: Reflected in the Chrome</title>
		<link>http://infrequently.org/2008/09/the-appalling-state-of-tech-journalism-reflected-in-the-chrome/</link>
		<comments>http://infrequently.org/2008/09/the-appalling-state-of-tech-journalism-reflected-in-the-chrome/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 04:09:46 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[openweb]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=754</guid>
		<description><![CDATA[Taking a page (or is it a post?) from Brad DeLong&#8217;s long-running laments on the state of journalism in general, I have been reading the coverage of the Chrome announcement and keep asking myself &#8220;why, oh why, can&#8217;t we have better tech journalism?&#8221; Take, for example, ZDNet&#8217;s gutter-to-gutter coverage which, I&#8217;m afraid, simply ends in [...]]]></description>
			<content:encoded><![CDATA[<p>Taking a page (or is it a post?) from Brad DeLong&#8217;s <a href="http://delong.typepad.com/">long-running laments on the state of journalism in general</a>, I have been reading the coverage of the Chrome announcement and keep asking myself &#8220;why, oh why, can&#8217;t we have better tech journalism?&#8221;</p>
<p>Take, for example, ZDNet&#8217;s gutter-to-gutter coverage which, I&#8217;m afraid, simply ends in the intellectual gutter. <a href="http://blogs.zdnet.com/BTL/?p=9855">Larry Dignan&#8217;s piece</a> does the profession no favors by simply recycling the tried-and-true blogger formula for traffic generation:</p>
<pre>
I know about X, Google did Y, which is clearly *all about* X
</pre>
<p>The best of this flavor of &#8220;story&#8221; approaches the quality level of a plausible but objectively outlandish conspiracy theory, often pulling together bits of fact with a healthy dose of wild speculation (journalistically couched as the unfounded and unquestioned opinion of some supposedly credible third party).</p>
<p>ZDNet piles all aboard the loony-bin express with <a href="http://blogs.zdnet.com/open-source/?p=2842">Paula Rooney&#8217;s &#8220;analysis&#8221; piece</a>, helpfully asking the non-question &#8220;is this a prelude to Google acquiring Mozilla?&#8221;. In what twisted alternate universe would this wild, hair-brained straw-man garner a full &#8216;graf in a legit online publication, let alone a respected print daily? A small, tiny dig into the strategy of Google&#8217;s Mozilla search placement deal and the infrastructure of the Chrome browser would lead anyone (and everyone) to conclude that Google&#8217;s interest here is in keeping the browser a viable platform by any means necessary, not that they would ever gain anything by &#8220;acquiring&#8221; MoCo or MoFo (an even more nutty idea, since it would be difficult for a 501(c)3 organization to transfer resources and assets to a for-profit entity anyway).</p>
<p>The strategic and tactical incoherence continues with the daringly dumb quote:</p>
<blockquote><p>
Larry Dignan of ZDnet suggests that perhaps Google and Mozilla are working together as a tag team to defeat Microsoft’s Internet Explorer, and that Google may perhaps purchase the Mozilla Firefox crew and integrate the two code bases to deliver a kock out punch to Microsoft’s IE. Will Mozilla become Google browser labs? Given the close cooperation of the two projects, it’s more than possible.
</p></blockquote>
<p>Ignoring the incestuous and dubious use of a fellow reporter&#8217;s speculation as a source for an article, the idea that the Google would want much (if any) of the Firefox team (or vice versa) beyond those which they already pulled away. It does Google no good to reduce competition in the browser space, and one can imagine that there&#8217;s no love lost at Mozilla over Chrome, particularly after Google shunned the Firefox rendering engine, replaced the JavaScript engine, and re-built the entire visual and end-user experience from-scratch with completely different technology (i.e., not <a href="http://www.mozilla.org/projects/xul/">XUL</a>). Good sourcing might have fleshed out the idea and perhaps even made a case for the theory, but alas, that seems far too much for ZDNet to produce on deadline. I mean, it&#8217;s not like they cover technology <em>for a living</em>&#8230;gosh, that&#8217;d be embarrassing. Quick tip for the next time they want to write this story: <em>Google</em> just became &#8220;Google&#8217;s browser labs&#8221; after giving Mozilla a <a href="http://thetruthaboutmozilla.wordpress.com/2008/02/25/the-google-browser/">good long run at it</a>. They&#8217;re still strategically aligned, but Google seems impatient and is likely most interested in having direct leverage in the browser space (first via Gears and now Chrome) instead of the indirect influence they exerted over Firefox when it was still &#8220;Plan A&#8221;.</p>
<p>The coupe-de-disgrace belongs to PC World, though. After laying out 7 sensible, but &#8220;<a href="http://www.pcworld.com/article/150585/googles_chrome_7_reasons_for_it_and_7_reasons_against_it.html">we&#8217;re just cribbing this from the press release, really</a>&#8221; reasons to like Chrome they proceed to <a href="http://www.pcworld.com/article/150585-2/googles_chrome_7_reasons_for_it_and_7_reasons_against_it.html">indulge in 7 forehead-slappingly idiotic reasons why you might consider something announced as a Beta to be&#8230;well&#8230;a beta</a>. It feels kinda dirty just linking to it. Luckily, the PC World crew was able to get it together enough to publish a scoop-free &#8220;I played with it for 5 minutes&#8221; piece <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/09/02/AR2008090202840.html">that WaPo wasn&#8217;t embarrassed to run</a>, although the &#8220;like being there!&#8221; aspect really looses it&#8217;s punch when anyone can download the beta and, well, <a href="http://www.google.com/chrome">be there</a>.</p>
<p>At least with <a href="http://www.wired.com/techbiz/it/magazine/16-10/mf_chrome">Wired</a> you know you&#8217;ll be getting fawning access journalism without the pretense of objectivity, but damnit, it&#8217;ll be well written and vaguely cogent.</p>
<p>I won&#8217;t even start on the blags. It&#8217;s to depressing. I&#8217;ll except <a href="http://ajaxian.com/archives/google-chrome-chromium-and-v8">Ajaxian</a> and <a href="http://blogoscoped.com/">Philipp Lenssen</a> here as they added some useful background from the inside perspective and scooped the story (respectively). &#8220;Citizen journalism&#8221; has a loooong way to go before it earns a place in the 4th estate, though.</p>
<p>Why, oh why, can&#8217;t we have better tech journalists?</p>
]]></content:encoded>
			<wfw:commentRss>http://infrequently.org/2008/09/the-appalling-state-of-tech-journalism-reflected-in-the-chrome/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

