<?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>Newest Industry &#187; Javascript</title>
	<atom:link href="http://newestindustry.org/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org</link>
	<description>Web Performance, Branding, and Social Media</description>
	<lastBuildDate>Sat, 20 Mar 2010 18:36:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://newestindustry.org/?pushpress=hub'/>
<cloud domain='newestindustry.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Compression and the Browser &#8211; Who Supports What?</title>
		<link>http://newestindustry.org/2010/02/10/compression-and-the-browser-who-supports-what/</link>
		<comments>http://newestindustry.org/2010/02/10/compression-and-the-browser-who-supports-what/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 17:44:25 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Effective Web Performance]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web performance concepts]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Cross-browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP compression]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 5]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Markup languages]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2711</guid>
		<description><![CDATA[
			
				
			
		
The title is a question I ask because I hear so many different views and perspectives about HTTP compression from the people I work with, colleagues and customers alike.
There appears to be no absolute statement about the compression capabilities of all current (or in-use) browsers anywhere on the Web.
My standard line is: If your customers [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a style="float: left; padding: 4px;" title="Come Together" href="http://flickr.com/photos/16230215@N08/2898797929"><img src="http://farm4.static.flickr.com/3282/2898797929_f209eeb4a4_t.jpg" alt="" /></a>The title is a question I ask because I hear so many different views and perspectives about HTTP compression from the people I work with, colleagues and customers alike.</p>
<p>There appears to be no absolute statement about the compression capabilities of all current (or in-use) browsers anywhere on the Web.</p>
<p>My standard line is: If your customers are using modern browsers, compress all text content &#8212; HTML (dynamic and static), CSS, XML, and Javascript. If you find that a subset of your customers have challenges with compression (I suggest using a cross-browser testing tool to determine this <strong>before</strong> your customers do), write very explicit regular expressions into your Web server or compression device configuration to filter the user-agent string in a targeted, not a global, way.</p>
<p>For example, last week I was on a call with a customer and they disabled compression for all versions of Internet Explorer 6, as the Windows XP pre-SP2 version (which they say you could not easily identify) did not handle it well. My immediate response (in my head, not out loud) was that if you had customers using Window XP pre-SP2, those machines were likely <em>pwned</em> by the Russian Mob. I find it very odd that an organization would disable HTTP compression for all Internet Explorer 6 visitors for the benefit of a very small number of ancient Windows XP installations.</p>
<p>Feedback from readers, experts, and browser manufacturers that would allow me to compile a list of compatible browsers, and any known issues or restrictions with browsers, would go a long way to resolving this ongoing debate.</p>
<p><strong>UPDATE:</strong> <a title="Aaron Peters - Twitter" href="http://twitter.com/aaronpeters" target="_blank">Aaron Peters</a> pointed me in the direction of <a title="BrowserScope - www.browserscope.org" href="http://www.browserscope.org/" target="_blank">BrowserScope</a> which has an extensive (exhaustive?) list of browsers and their capabilities. If you are seeking the final word, this is a good place to start, as it tests real browsers being used by real people in the real world.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;t=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;body=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;bodytext=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F&amp;title=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;notes=The%20title%20is%20a%20question%20I%20ask%20because%20I%20hear%20so%20many%20different%20views%20and%20perspectives%20about%20HTTP%20compression%20from%20the%20people%20I%20work%20with%2C%20colleagues%20and%20customers%20alike.%0D%0A%0D%0AThere%20appears%20to%20be%20no%20absolute%20statement%20about%20the%20compression%20capabilities%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Compression%20and%20the%20Browser%20-%20Who%20Supports%20What%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2010%2F02%2F10%2Fcompression-and-the-browser-who-supports-what%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2010/02/10/compression-and-the-browser-who-supports-what/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Performance: The Rise of Browser Computing</title>
		<link>http://newestindustry.org/2009/03/27/web-performance-the-rise-of-browser-computing/</link>
		<comments>http://newestindustry.org/2009/03/27/web-performance-the-rise-of-browser-computing/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:39:13 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[users and developers tools]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[Web performance focus]]></category>
		<category><![CDATA[Web performance measurement]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2433</guid>
		<description><![CDATA[
			
				
			
		
The next generation of browser all tout that they are able to more effectively deliver on the concept of cloud computing and Web applications. That may be the case, but it changes the entire world of Web performance measurement and monitoring.
The Web performance focus for most firms is simple: How quickly can code/text/images/flash can be [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="The Hidden Buddhist Temple of Borobudur at Sunrise" href="http://flickr.com/photos/95572727@N00/2336220351"><img style="float:left;padding:4px;" src="http://farm3.static.flickr.com/2242/2336220351_825a1b92d3_m.jpg" alt="" /></a>The next generation of browser all tout that they are able to more effectively deliver on the concept of <em>cloud computing</em> and <em>Web applications</em>. That may be the case, but it changes the entire world of Web performance measurement and monitoring.</p>
<p>The Web performance focus for most firms is simple: How quickly can code/text/images/flash can be transferred to the desktop?</p>
<p>The question that needs to be asked now is: What effect does my content have on the browser and the underlying OS when it arrives at the desktop?</p>
<p>Emphasis is now put on the speed and efficiency of Web pages inside browsers. How much CPU/RAM does the browser consume? Are some popular pages more efficient than others? Does continuous use of a browser for 8-12 hours a day cripple a computers ability to do other tasks?</p>
<p>The performance measurement will include instrumenting of the browser. This will not be to capture the content performance, but the <em>browser</em> performance. Through extensions, plugins, accelerators, whatever browsers will be able to report the effect of long-term use of the health of the computer and how it degrades the perceived performance over time.</p>
<p>Many solutions for page-performance tracking have been implemented using Javascript tags, etc. What would be interesting to many developer is to see the long-term effects of the Web on certain browsers. This information could be tagged with specific event markers, DOM events, plugin usage (Flash, Silverlight, Java), and other items that indicate what events truly effect the browser.</p>
<p>Most browsers provide users and developers tools to debug pages. But what if this data was made globally available? What would it tell us about the containers we use to interact with our world?</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;t=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing&amp;body=The%20next%20generation%20of%20browser%20all%20tout%20that%20they%20are%20able%20to%20more%20effectively%20deliver%20on%20the%20concept%20of%20cloud%20computing%20and%20Web%20applications.%20That%20may%20be%20the%20case%2C%20but%20it%20changes%20the%20entire%20world%20of%20Web%20performance%20measurement%20and%20monitoring.%0D%0A%0D%0AThe" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing&amp;bodytext=The%20next%20generation%20of%20browser%20all%20tout%20that%20they%20are%20able%20to%20more%20effectively%20deliver%20on%20the%20concept%20of%20cloud%20computing%20and%20Web%20applications.%20That%20may%20be%20the%20case%2C%20but%20it%20changes%20the%20entire%20world%20of%20Web%20performance%20measurement%20and%20monitoring.%0D%0A%0D%0AThe" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20next%20generation%20of%20browser%20all%20tout%20that%20they%20are%20able%20to%20more%20effectively%20deliver%20on%20the%20concept%20of%20cloud%20computing%20and%20Web%20applications.%20That%20may%20be%20the%20case%2C%20but%20it%20changes%20the%20entire%20world%20of%20Web%20performance%20measurement%20and%20monitoring.%0D%0A%0D%0AThe" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F&amp;title=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing&amp;notes=The%20next%20generation%20of%20browser%20all%20tout%20that%20they%20are%20able%20to%20more%20effectively%20deliver%20on%20the%20concept%20of%20cloud%20computing%20and%20Web%20applications.%20That%20may%20be%20the%20case%2C%20but%20it%20changes%20the%20entire%20world%20of%20Web%20performance%20measurement%20and%20monitoring.%0D%0A%0D%0AThe" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Web%20Performance%3A%20The%20Rise%20of%20Browser%20Computing&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F27%2Fweb-performance-the-rise-of-browser-computing%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/03/27/web-performance-the-rise-of-browser-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSIE8 QOTD and other browser war comments</title>
		<link>http://newestindustry.org/2009/03/20/msie8-qotd-and-other-browser-war-comments/</link>
		<comments>http://newestindustry.org/2009/03/20/msie8-qotd-and-other-browser-war-comments/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:47:45 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[browser war]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Corporation]]></category>
		<category><![CDATA[Stephen Shankland]]></category>
		<category><![CDATA[Web application portal/container]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2405</guid>
		<description><![CDATA[
			
				
			
		
Here&#8217;s what the difference between the companies boils down to: Microsoft is focusing on today&#8217;s Web, and the rivals are focusing on tomorrow&#8217;s.
Stephen Shankland via Browser war centers on once-obscure JavaScript
This sums up many of the comments that I have made about browsers over the months [see Does the browser really matter?]. The browser is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p style="padding-left: 30px;">Here&#8217;s what the difference between the companies boils down to: Microsoft is focusing on today&#8217;s Web, and the rivals are focusing on tomorrow&#8217;s.</p>
<p style="padding-left: 30px;"><a title="Cnet - Stephen Shankland" href="http://www.cnet.com/profile/Shankland/" target="_blank">Stephen Shankland</a> via <a title="Cnet - Browser war centers on once-obscure JavaScript" href="http://news.cnet.com/8301-17939_109-10200329-2.html" target="_blank">Browser war centers on once-obscure JavaScript</a></p>
<p>This sums up many of the comments that I have made about browsers over the months [see <a title="Newest Industry - Does the browser really matter?" href="http://newestindustry.org/2009/02/25/does-the-browser-really-matter/" target="_self"><em>Does the browser really matter?</em></a>]. The browser is not a passive browser any more. It is a Web application portal/container. With MSIE8, Microsoft has not made the leap into the future web.</p>
<p>It has produced more of the same, and will likely continue to see its percentage of the market drop, at least until Windows 7 rolls with MSIE8 installed as the base browser.</p>
<p>My final comment is that Windows 7 may not be enough to save Microsoft entirely due to the economic downturn and its effect on the upgrade process within households and corporations.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;t=MSIE8%20QOTD%20and%20other%20browser%20war%20comments" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=MSIE8%20QOTD%20and%20other%20browser%20war%20comments%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments&amp;body=Here%27s%20what%20the%20difference%20between%20the%20companies%20boils%20down%20to%3A%20Microsoft%20is%20focusing%20on%20today%27s%20Web%2C%20and%20the%20rivals%20are%20focusing%20on%20tomorrow%27s.%0D%0AStephen%20Shankland%20via%20Browser%20war%20centers%20on%20once-obscure%20JavaScript%0D%0A%0D%0AThis%20sums%20up%20many%20of%20the%20comment" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments&amp;bodytext=Here%27s%20what%20the%20difference%20between%20the%20companies%20boils%20down%20to%3A%20Microsoft%20is%20focusing%20on%20today%27s%20Web%2C%20and%20the%20rivals%20are%20focusing%20on%20tomorrow%27s.%0D%0AStephen%20Shankland%20via%20Browser%20war%20centers%20on%20once-obscure%20JavaScript%0D%0A%0D%0AThis%20sums%20up%20many%20of%20the%20comment" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Here%27s%20what%20the%20difference%20between%20the%20companies%20boils%20down%20to%3A%20Microsoft%20is%20focusing%20on%20today%27s%20Web%2C%20and%20the%20rivals%20are%20focusing%20on%20tomorrow%27s.%0D%0AStephen%20Shankland%20via%20Browser%20war%20centers%20on%20once-obscure%20JavaScript%0D%0A%0D%0AThis%20sums%20up%20many%20of%20the%20comment" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F&amp;title=MSIE8%20QOTD%20and%20other%20browser%20war%20comments&amp;notes=Here%27s%20what%20the%20difference%20between%20the%20companies%20boils%20down%20to%3A%20Microsoft%20is%20focusing%20on%20today%27s%20Web%2C%20and%20the%20rivals%20are%20focusing%20on%20tomorrow%27s.%0D%0AStephen%20Shankland%20via%20Browser%20war%20centers%20on%20once-obscure%20JavaScript%0D%0A%0D%0AThis%20sums%20up%20many%20of%20the%20comment" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=MSIE8%20QOTD%20and%20other%20browser%20war%20comments&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F20%2Fmsie8-qotd-and-other-browser-war-comments%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/03/20/msie8-qotd-and-other-browser-war-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does the browser really matter?</title>
		<link>http://newestindustry.org/2009/02/25/does-the-browser-really-matter/</link>
		<comments>http://newestindustry.org/2009/02/25/does-the-browser-really-matter/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:36:26 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[Browser neutral]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[code processing]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox 3.1]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[MSIE8]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Safari 4]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web standards]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2286</guid>
		<description><![CDATA[
			
				
			
		
Last fall it was Chrome. Now it&#8217;s Safari 4 Beta. Soon it will be Firefox 3.1 and IE 8.
Each browser has its harsh critics and fervent supporters. But in the end, does the browser really matter?
The answer to this question depends on who you speak to. Developers will say yes, because browsers make their lives [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Fat Lip" href="http://flickr.com/photos/22339026@N00/158700807"><img style="float:left;padding:4px;" src="http://farm1.static.flickr.com/77/158700807_a3fe47103f_s.jpg" alt="" /></a>Last fall it was Chrome. Now it&#8217;s Safari 4 Beta. Soon it will be Firefox 3.1 and IE 8.</p>
<p>Each browser has its harsh critics and fervent supporters. But in the end, does the browser really matter?</p>
<p>The answer to this question depends on who you speak to. Developers will say yes, because browsers make their lives hell, as none of them subscribe to the same set of standards for display, rendering, or code processing. I would bet that if you asked any developer, they would prefer that only one browser existed and was used by everyone.</p>
<p>The people at the end of the browser chain, you and I, don&#8217;t really care either. We only care when the browser drops an unexpected rendering surprise on us, or doesn&#8217;t work because the Javascript functions were designed with Browser A and B in mind and we use C and the submit button on our purchase doesn&#8217;t work.</p>
<p>The question isn&#8217;t <em>Does the browser matter? </em>but <em>Why does the browser still matter?</em></p>
<p>There is no reason to have five large browsers out there. There is no reason why they should all behave differently, render pages in their own unique way.</p>
<p>And while people will say that having multiple versions of multiple generations of uniquely developed browsers drives innovation and prevent stagnation in Web development, I say enough is enough.</p>
<p>There is no reason to have yet another browser. The browser doesn&#8217;t matter.</p>
<p>The content matters.</p>
<p>And when you switch the perspective around to that view, you should easily realize that the browser, any browser, is simply a window into the content being created for and by us. It should not matter to anyone that I use Opera, Safari, Firefox, IE, Camino, Chrome, or Lynx.</p>
<p>What does matter is that the content can be delivered to me the way I want it. Not the way the browser wants it.</p>
<p>What we need to realize is that browsers no longer matter. They are software. They are portals into what we are trying to do and say.</p>
<p>The browser is not the application; the Web is the application.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;t=Does%20the%20browser%20really%20matter%3F" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Does%20the%20browser%20really%20matter%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;body=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;bodytext=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Does%20the%20browser%20really%20matter%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F&amp;title=Does%20the%20browser%20really%20matter%3F&amp;notes=Last%20fall%20it%20was%20Chrome.%20Now%20it%27s%20Safari%204%20Beta.%20Soon%20it%20will%20be%20Firefox%203.1%20and%20IE%208.%0D%0A%0D%0AEach%20browser%20has%20its%20harsh%20critics%20and%20fervent%20supporters.%20But%20in%20the%20end%2C%20does%20the%20browser%20really%20matter%3F%0D%0A%0D%0AThe%20answer%20to%20this%20question%20depends%20on%20who%20you%20spe" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Does%20the%20browser%20really%20matter%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F02%2F25%2Fdoes-the-browser-really-matter%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/02/25/does-the-browser-really-matter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Chrome and Advertising &#8211; Google&#8217;s Plan</title>
		<link>http://newestindustry.org/2008/09/03/chrome-and-advertising-googles-plan/</link>
		<comments>http://newestindustry.org/2008/09/03/chrome-and-advertising-googles-plan/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 14:12:59 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Adblock]]></category>
		<category><![CDATA[Adblock Plus]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[advertising environment]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[context Web]]></category>
		<category><![CDATA[contextual advertising]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[doubleclick]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Forrester]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hosted 
desktop-like
 applications]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Internet security]]></category>
		<category><![CDATA[Internet users]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[online advertisers using end-user proxies]]></category>
		<category><![CDATA[online advertising]]></category>
		<category><![CDATA[online advertising market]]></category>
		<category><![CDATA[online platform]]></category>
		<category><![CDATA[online Web applications]]></category>
		<category><![CDATA[pre-fetching algorithm]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[search ads]]></category>
		<category><![CDATA[Stephen Noble]]></category>
		<category><![CDATA[targeted advertising]]></category>
		<category><![CDATA[targeted and contextual advertising market]]></category>
		<category><![CDATA[Web application environment]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1909</guid>
		<description><![CDATA[
			
				
			
		
Since I downloaded and started using Chrome yesterday, I have had to rediscover the world of online advertising. Using Firefox and Adblock Plus for nearly three years has shielded from their existence for the most part.
Stephen Noble, in a post on the Forrester Blog for Interactive Marketing Professionals, seems to discover that Chrome will be [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Since I downloaded and started using <a title="Google - Chrome" href="http://www.google.com/chrome" target="_blank">Chrome</a> yesterday, I have had to rediscover the world of online advertising. Using <a title="Firefox - Home Page" href="http://www.firefox.com/" target="_blank">Firefox</a> and <a title="Firefox Extensions - Adblock Plus" href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">Adblock Plus</a> for nearly three years has shielded from their existence for the most part.</p>
<p><a title="Forrester - Stephen Noble" href="http://www.forrester.com/rb/analyst/steven_noble" target="_blank">Stephen Noble</a>, in <a title="Forrester - Google Chrome will boost pre-emptive contextual advertising" href="http://blogs.forrester.com/marketing/2008/09/google-chrome-w.html" target="_blank">a post</a> on the <a title="Forrester - Marketing Blog" href="http://blogs.forrester.com/marketing/" target="_blank">Forrester Blog for Interactive Marketing Professionals</a>, seems to discover that Chrome will be a source for injecting greater personalization and targeting into the online advertising market.</p>
<p>This is the key reason Chrome exists, right now.</p>
<p>While their may be discussions about the online platform and hosted applications, there are only a small percentage of Internet users who rely on hosted <em>desktop-like</em> applications, <strong>excluding email</strong>, in their daily work and life.</p>
<p>However, Google&#8217;s biggest money-making ventures are advertising and search. With control of <a title="Google - AdSense" href="https://www.google.com/adsense/" target="_blank">AdSense</a> and <a title="DoubleClick - A Google Company" href="http://www.doubleclick.com/" target="_blank">DoubleClick</a>, there is no doubt that Google controls a vast majority of the targeted and contextual advertising market, around the world.</p>
<p>One of the greatest threats to this money-making is a lack of control of the platform through which ads are delivered. There is talk of <a title="Microsoft - Internet Explorer 8 Beta" href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx" target="_blank">IE8</a> blocking ads (well, non-Microsoft ads anyway), and one of the more popular extensions for Firefox is Adblock Plus. While Safari doesn&#8217;t have this ability natively built in, it can be supported by any number of applications that, in the name of Internet security, filter and block online advertisers using end-user proxies.</p>
<p>This threat to Google&#8217;s core revenue source was not ignored in the development of Chrome. One of the options is the use of DNS pre-fetching. Now I haven&#8217;t thrown up a packet sniffer, but what&#8217;s to prevent a part of the pre-fetching algorithm to go beyond DNS for certain content, and pre-fetch the whole object, so that the ads load really fast, and in that way are seen as less intrusive.</p>
<p>Ok, so I am noted for having a paraoid streak.</p>
<p>However, using the fastest rendering engine and a rocket-ship fast Javascript VM is not only good for the new generation of online Web applications, but plays right into the hands of improved ad-delivery.</p>
<p>So, while Chrome is being hailed as the first Web application environment, it is very much a context Web advertising environment as well.</p>
<p>It&#8217;s how it was built.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;t=Chrome%20and%20Advertising%20-%20Google%27s%20Plan" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Chrome%20and%20Advertising%20-%20Google%27s%20Plan%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;body=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;bodytext=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F&amp;title=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;notes=Since%20I%20downloaded%20and%20started%20using%20Chrome%20yesterday%2C%20I%20have%20had%20to%20rediscover%20the%20world%20of%20online%20advertising.%20Using%20Firefox%20and%20Adblock%20Plus%20for%20nearly%20three%20years%20has%20shielded%20from%20their%20existence%20for%20the%20most%20part.%0D%0A%0D%0AStephen%20Noble%2C%20in%20a%20post%20on" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Chrome%20and%20Advertising%20-%20Google%27s%20Plan&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fchrome-and-advertising-googles-plan%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/03/chrome-and-advertising-googles-plan/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress.com: BUILD A SKYPE WIDGET!</title>
		<link>http://newestindustry.org/2006/12/07/wordpresscom-build-a-skype-widget/</link>
		<comments>http://newestindustry.org/2006/12/07/wordpresscom-build-a-skype-widget/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 21:53:10 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2006/12/07/wordpresscom-build-a-skype-widget/</guid>
		<description><![CDATA[
			
				
			
		
I do not want to host my own blog.
Even if I wanted to, Wordpress.com does not make it easy to export content. This, however, is a separate discussion.
Skype and Web 2.0 (I hate the term, but I am using it) are inextricably linked.
Wordpress and Web 2.0 are inextricably linked.
Wordpress.com hates Skype. It&#8217;s that simple.
According to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I do not want to host my own blog.</p>
<p>Even if I wanted to, Wordpress.com does not make it easy to export content. This, however, is a separate discussion.</p>
<p>Skype and Web 2.0 (I hate the term, but I am using it) are inextricably linked.</p>
<p>Wordpress and Web 2.0 are inextricably linked.</p>
<p>Wordpress.com hates Skype. It&#8217;s that simple.</p>
<p>According to a Wordpress.com forum post:</p>
<blockquote><p>Actually in this case it&#8217;s because skype and callme are being stripped. They&#8217;re not XML recognized tags and staff has stated that they won&#8217;t be supported.</p></blockquote>
<p>And</p>
<blockquote><p>Fraid not. Javascripts are still removed from input for security concerns. If you really need Skype, I would suggest getting a paid host.</p></blockquote>
<p>See <a href="http://wordpress.com/forums/topic.php?id=1213">here</a>.</p>
<p>Wordpress.com: <b>BUILD A SKYPE WIDGET!</b></p>
<p>Thank you.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Wordpress.com" rel="tag">Wordpress.com</a>, <a class="performancingtags" href="http://technorati.com/tag/skype" rel="tag">skype</a>, <a class="performancingtags" href="http://technorati.com/tag/widgets" rel="tag">widgets</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;t=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21%20-%20http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21&amp;body=I%20do%20not%20want%20to%20host%20my%20own%20blog.Even%20if%20I%20wanted%20to%2C%20Wordpress.com%20does%20not%20make%20it%20easy%20to%20export%20content.%20This%2C%20however%2C%20is%20a%20separate%20discussion.Skype%20and%20Web%202.0%20%28I%20hate%20the%20term%2C%20but%20I%20am%20using%20it%29%20are%20inextricably%20linked.Wordpress%20and%20Web%202.0" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21&amp;bodytext=I%20do%20not%20want%20to%20host%20my%20own%20blog.Even%20if%20I%20wanted%20to%2C%20Wordpress.com%20does%20not%20make%20it%20easy%20to%20export%20content.%20This%2C%20however%2C%20is%20a%20separate%20discussion.Skype%20and%20Web%202.0%20%28I%20hate%20the%20term%2C%20but%20I%20am%20using%20it%29%20are%20inextricably%20linked.Wordpress%20and%20Web%202.0" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20do%20not%20want%20to%20host%20my%20own%20blog.Even%20if%20I%20wanted%20to%2C%20Wordpress.com%20does%20not%20make%20it%20easy%20to%20export%20content.%20This%2C%20however%2C%20is%20a%20separate%20discussion.Skype%20and%20Web%202.0%20%28I%20hate%20the%20term%2C%20but%20I%20am%20using%20it%29%20are%20inextricably%20linked.Wordpress%20and%20Web%202.0" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21&amp;url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F&amp;title=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21&amp;notes=I%20do%20not%20want%20to%20host%20my%20own%20blog.Even%20if%20I%20wanted%20to%2C%20Wordpress.com%20does%20not%20make%20it%20easy%20to%20export%20content.%20This%2C%20however%2C%20is%20a%20separate%20discussion.Skype%20and%20Web%202.0%20%28I%20hate%20the%20term%2C%20but%20I%20am%20using%20it%29%20are%20inextricably%20linked.Wordpress%20and%20Web%202.0" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Wordpress.com%3A%20BUILD%20A%20SKYPE%20WIDGET%21&amp;body=http%3A%2F%2Fnewestindustry.org%2F2006%2F12%2F07%2Fwordpresscom-build-a-skype-widget%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2006/12/07/wordpresscom-build-a-skype-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compressing Web Output Using mod_gzip for Apache 1.3.x and 2.0.x</title>
		<link>http://newestindustry.org/2005/04/30/compressing-web-output-using-mod_gzip-for-apache-13x-and-20x/</link>
		<comments>http://newestindustry.org/2005/04/30/compressing-web-output-using-mod_gzip-for-apache-13x-and-20x/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[smp]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[busiest Web servers]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[compressing]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[even Internet Explorer]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[graceful solution]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[maintain]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mod_gzip]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[the Origin]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web client]]></category>
		<category><![CDATA[Web page compression]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[Web server platforms]]></category>
		<category><![CDATA[Web server using WGET]]></category>
		<category><![CDATA[Web servers]]></category>
		<category><![CDATA[WGET]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2005/04/30/compressing-web-output-using-mod_gzip-for-apache-13x-and-20x/</guid>
		<description><![CDATA[
			
				
			
		
Web page compression is not a new technology, but it has just recently gained higher recognition in the minds of IT administrators and managers because of the rapid ROI it generates. Compression extensions exist for most of the major Web server platforms, but in this article I will focus on the Apache and mod_gzip solution.
The [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Web page compression is not a new technology, but it has just recently gained higher recognition in the minds of IT administrators and managers because of the rapid <strong>ROI</strong> it generates. Compression extensions exist for most of the major Web server platforms, but in this article I will focus on the Apache and <em>mod_gzip</em> solution.</p>
<p>The idea behind GZIP-encoding documents is very straightforward. Take a file that is to be transmitted to a Web client, and send a compressed version of the data, rather than the raw file as it exists on the filesystem. Depending on the size of the file, the compressed version can run anywhere from 50% to 20% of the original file size.</p>
<p>In Apache, this can be achieved using a couple of different methods. Content Negotiation, which requires that two separate sets of HTML files be generated &#8212; one for clients that can handle GZIP-encoding, and one for those who can&#8217;t &#8212; is one method. The problem with this solution should be readily apparent: there is no provision in this methodology for GZIP-encoding dynamically-generated pages.</p>
<p>The more graceful solution for administrators who want to add GZIP-encoding to Apache is the use of <em>mod_gzip</em>. I consider it one of the overlooked gems for designing a high-performance Web server. Using this module, configured file types &#8212; based on file extension or MIME type &#8212; will be compressed using GZIP-encoding after they have been processed by all of Apache&#8217;s other modules, and before they are sent to the client. The compressed data that is generated reduces the number of bytes transferred to the client, without any loss in the structure or content of the original, uncompressed document.</p>
<p><em>mod_gzip</em> can be compiled into Apache as either a static or dynamic module; I have chosen to compile it as a dynamic module in my own server (more compile instructions <a href="http://www.newestindustry.org/index.php/2005/04/30/mod_gzip_compile_instructions">here</a>). The advantage of using <em>mod_gzip</em> is that this method requires that nothing be done on the client side to make it work. All current browsers &#8212; Mozilla, Opera, and even Internet Explorer &#8212; understand and can process GZIP-encoded text content.</p>
<p>On the server side, all the server or site administrator has to do is compile the module, edit the appropriate configuration directives that were added to the httpd.conf file, enable the module in the httpd.conf file, and restart the server. In less than 10 minutes, you can be serving static and dynamic content using GZIP-encoding without the need to maintain multiple codebases for clients that can or cannot accept GZIP-encoded documents.</p>
<p>When a request is received from a client, Apache determines if <em>mod_gzip</em> should be invoked by noting if the &#8220;Accept-Encoding: gzip&#8221; HTTP request header has been sent by the client. If the client sends the header, <em>mod_gzip</em> will automatically compress the output of all configured file types when sending them to the client.</p>
<p>This client header announces to Apache that the client will understand files that have been GZIP-encoded. <em>mod_gzip</em> then processes the outgoing content and includes the following server response headers.</p>
<blockquote>
<pre>
		Content-Type: text/html
		Content-Encoding: gzip
		</pre>
</blockquote>
<p>These server response headers announce that the content returned from the server is GZIP-encoded, but that when the content is expanded by the client application, it should be treated as a standard HTML file. Not only is this successful for static HTML files, but this can be applied to pages that contain dynamic elements, such as those produced by Server-Side Includes (SSI), PHP, and other dynamic page generation methods. You can also use it to compress your Cascading Stylesheets (CSS) and plain text files. As well, a whole range of application file types can be compressed and sent to clients. My httpd.conf file sets the following configuration for the file types handled by <em>mod_gzip</em>:</p>
<blockquote>
<pre>
		mod_gzip_item_include mime ^text/.*
		mod_gzip_item_include mime ^application/postscript$
		mod_gzip_item_include mime ^application/ms.*$
		mod_gzip_item_include mime ^application/vnd.*$
		mod_gzip_item_exclude mime ^application/x-javascript$
		mod_gzip_item_exclude mime ^image/.*$
		</pre>
</blockquote>
<p>This allows Microsoft Office and Postscript files to be GZIP-encoded, while not affecting PDF files. PDF files should not be GZIP-encoded, as they are already compressed in their native format, and compressing them leads to issues when attempting to display the files in Adobe Acrobat Reader.<sup>[1]</sup> For the paranoid system administrator, you may want to explicitly exclude PDF files.</p>
<blockquote>
<pre>
		mod_gzip_item_exclude mime ^application/pdf$
		</pre>
</blockquote>
<p>Another side-note is that nothing needs to be done to allow the GZIP-encoding of OpenOffice (and presumably, StarOffice) documents. Their MIME-type is already set to text-plain, allowing them to be covered by one of the default rules.</p>
<p>How beneficial is sending GZIP-encoded content? In some simple tests I ran on my Web server using WGET, GZIP-encoded documents showed that even on a small Web server, there is the potential to produce a substantial savings in bandwidth usage.</p>
<table border="1">
<tr>
<td>http://www.pierzchala.com/bio.html</td>
<td>Uncompressed File Size: 3122 bytes</td>
</tr>
<tr>
<td>http://www.pierzchala.com/bio.html</td>
<td>Compressed File Size: 1578 bytes</td>
</tr>
<tr>
<td>http://www.pierzchala.com/compress/homepage2.html</td>
<td>Uncompressed File Size: 56279 bytes</td>
</tr>
<tr>
<td>http://www.pierzchala.com/compress/homepage2.html</td>
<td>Compressed File Size: 16286 bytes</td>
</tr>
</table>
<p>Server administrators may be concerned that <em>mod_gzip</em> will place a heavy burden on their systems as files are compressed on the fly. I argue against that, pointing out that this does not seem to concern the administrators of <a href="http://slashdot.org/">Slashdot</a>, one of the busiest Web servers on the Internet, who use <em>mod_gzip</em> in their very high-traffic environment.</p>
<p>The <em>mod_gzip</em> project page for Apache 1.3.x is located at <a href="http://sourceforge.net/projects/mod-gzip/">SourceForge</a>. The Apache 2.0.x version is available from <a href="http://www.gknw.de/development/apache/httpd-2.0/unix/modules/">here</a>.</p>
<hr />
<p>[1] From <a href="http://www.15seconds.com/issue/020314.htm">http://www.15seconds.com/issue/020314.htm</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;t=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x&amp;body=Web%20page%20compression%20is%20not%20a%20new%20technology%2C%20but%20it%20has%20just%20recently%20gained%20higher%20recognition%20in%20the%20minds%20of%20IT%20administrators%20and%20managers%20because%20of%20the%20rapid%20ROI%20it%20generates.%20Compression%20extensions%20exist%20for%20most%20of%20the%20major%20Web%20server%20platf" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x&amp;bodytext=Web%20page%20compression%20is%20not%20a%20new%20technology%2C%20but%20it%20has%20just%20recently%20gained%20higher%20recognition%20in%20the%20minds%20of%20IT%20administrators%20and%20managers%20because%20of%20the%20rapid%20ROI%20it%20generates.%20Compression%20extensions%20exist%20for%20most%20of%20the%20major%20Web%20server%20platf" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Web%20page%20compression%20is%20not%20a%20new%20technology%2C%20but%20it%20has%20just%20recently%20gained%20higher%20recognition%20in%20the%20minds%20of%20IT%20administrators%20and%20managers%20because%20of%20the%20rapid%20ROI%20it%20generates.%20Compression%20extensions%20exist%20for%20most%20of%20the%20major%20Web%20server%20platf" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F&amp;title=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x&amp;notes=Web%20page%20compression%20is%20not%20a%20new%20technology%2C%20but%20it%20has%20just%20recently%20gained%20higher%20recognition%20in%20the%20minds%20of%20IT%20administrators%20and%20managers%20because%20of%20the%20rapid%20ROI%20it%20generates.%20Compression%20extensions%20exist%20for%20most%20of%20the%20major%20Web%20server%20platf" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Compressing%20Web%20Output%20Using%20mod_gzip%20for%20Apache%201.3.x%20and%202.0.x&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F04%2F30%2Fcompressing-web-output-using-mod_gzip-for-apache-13x-and-20x%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2005/04/30/compressing-web-output-using-mod_gzip-for-apache-13x-and-20x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
