<?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; HTML</title>
	<atom:link href="http://newestindustry.org/tag/html/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>GrabPERF: What and Why</title>
		<link>http://newestindustry.org/2008/12/01/grabperf-what-and-why/</link>
		<comments>http://newestindustry.org/2008/12/01/grabperf-what-and-why/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:00:15 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[experimental tool]]></category>
		<category><![CDATA[GrabIT2]]></category>
		<category><![CDATA[GrabPERF.org]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux: Server]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web performance industry]]></category>
		<category><![CDATA[Web performance measurement platform]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2227</guid>
		<description><![CDATA[
			
				
			
		
Why GrabPERF?
About four years ago, I had a bright idea that I would like to learn more about how to build and scale a small Web performance measurement platform. I&#8217;ve worked in the Web performance industry for nearly a decade now, and this was an experimental platform for me to examine and encounter many of [...]]]></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%2F12%2F01%2Fgrabperf-what-and-why%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<h3>Why GrabPERF?</h3>
<p>About four years ago, I had a bright idea that I would like to learn more about how to build and scale a small Web performance measurement platform. I&#8217;ve worked in the Web performance industry for nearly a decade now, and this was an experimental platform for me to examine and encounter many of the challenges that I see on a daily basis.</p>
<p>The effort was so successful and garnered enough attention during the initial blogging boom that I was able to sell the whole platform for a tiny (that is not a typo) sum to Technorati.</p>
<p>The name is taken from another experimental tool I wrote called <a title="GrabIT2" href="http://grabit2.pierzchala.com/" target="_blank">GrabIT2</a> which uses the PHP cURL libraries to capture timings and HTML data for HTTP requests. It is an extension of my articles and writings on Web performance that started at <a title="Webperformance.org" href="http://webperformance.org/" target="_blank">Webperformance.org</a>, and that have since moved to <a title="Newest Industry - Webperformance.org Category" href="http://newestindustry.org/category/webperformanceorg/" target="_blank">this blog</a>.</p>
<h3>What is GrabERF?</h3>
<p>GrabPERF is a multi-location measurement platform, based on PERL, cURL, PHP, and MySQL that is designed to</p>
<ul>
<li>Measure the base HTML or a single-object target using HTTP or HTTPS</li>
<li>Report the data to a central database (located in the San Francisco Area)</li>
<li>Report the data using a GUI or through text based download</li>
</ul>
<h3>Why not Full Pages with all Objects?</h3>
<p><strong>Reason 1:<em> </em></strong>I work for a company that already does that. Lawyers and MBAs among you, do the math.</p>
<p><strong>Reason 2:</strong> I am an analyst, not a programmer. The best I can say about my measurement script is <em>hack job</em>.</p>
<h3>Why is the GrabPERF interface so clunky?</h3>
<p>See reason 2 above.</p>
<p>If you want to write your own interface to the data, <a title="GrabPERF: Contact" href="http://grabperf.org/contact.php" target="_blank">let me know</a>.</p>
<h3>Why has the interface not changed in nearly three years?</h3>
<p>The current interface works. It&#8217;s simple, clean, and delivers the data that I and the regular users need to analyze performance issues. If there is something more that you would like to see, <a title="GrabPERF: Contact" href="http://grabperf.org/contact.php" target="_blank">let me know</a>!</p>
<h3>I like what I see. How can I host a measurement location?</h3>
<p>Just contact me, and I can provide you with a list of PERL modules you will need to install on your linux server. In return, I need a static IP address of the machine hosting the measurement agent.</p>
<h3>How stable is GrabPERF?</h3>
<p>Most of the time, I forget it&#8217;s even running. I have logged onto the servers and typed in <em>uptime</em> and discovered that it&#8217;s been 6 months or more since the servers have been re-booted.</p>
<p>It was designed to be simple, because that&#8217;s all I know how to do. The lack of complexity makes it effectively self-managing.</p>
<p>Shouldn&#8217;t all systems be that way?</p>
<h3>What if my question isn&#8217;t asked / answered here?</h3>
<p>Your should know the answer to this by now: <a title="GrabPERF: Contact" href="http://grabperf.org/contact.php" target="_blank">contact me</a>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;t=GrabPERF%3A%20What%20and%20Why" 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=GrabPERF%3A%20What%20and%20Why%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%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%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;body=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" 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%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;bodytext=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" 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%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why" 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%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" 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%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why" 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=GrabPERF%3A%20What%20and%20Why&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%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%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&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%2F12%2F01%2Fgrabperf-what-and-why%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%2F12%2F01%2Fgrabperf-what-and-why%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%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;notes=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" 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=GrabPERF%3A%20What%20and%20Why&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%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/12/01/grabperf-what-and-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black Friday 2008: The pain, the horror, the suffering</title>
		<link>http://newestindustry.org/2008/11/29/black-friday-2008-the-pain-the-horror-the-suffering/</link>
		<comments>http://newestindustry.org/2008/11/29/black-friday-2008-the-pain-the-horror-the-suffering/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 17:08:29 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Black Friday]]></category>
		<category><![CDATA[Black Friday 2008]]></category>
		<category><![CDATA[HP Shopping]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Lands End]]></category>
		<category><![CDATA[Sears]]></category>
		<category><![CDATA[Web performance challenge]]></category>
		<category><![CDATA[Web performance measurement]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2218</guid>
		<description><![CDATA[
			
				
			
		
The GrabPERF Black Friday Dashboard is done for another year and there were two performance victims that suffered the most at the hands of the onslaught of bargain-hunters in the area of Web performance.
Some caveats that I need to mention about the GrabPERF measurement methodology.

Only the base HTML file of each site is measured.
Only 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%2F2008%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The GrabPERF Black Friday Dashboard is done for another year and there were two performance victims that suffered the most at the hands of the onslaught of bargain-hunters in the area of Web performance.</p>
<p>Some caveats that I need to mention about the GrabPERF measurement methodology.</p>
<ol>
<li>Only the base HTML file of each site is measured.</li>
<li>Only the base HTML of the homepage is measured. This means that any issues that arose in the shopping process were not captured.</li>
</ol>
<p>All of the sites in the GrabPERF Holiday Retail Measurement Index can be continually monitored on the GrabPERF <em><a title="GrabPERF: Black Friday Dashboard" href="http://grabperf.org/blackfriday_dash.php" target="_blank">Black Friday Dashboard</a>.</em> This page will be available until January 1 2009.</p>
<p>That said, the two primary performance victims this year are HP Shopping and Sears. We focus here on those that did not do that well because sites who have met the Web performance challenge and survived to fight another year are not as interesting from a learning perspective.</p>
<h3>HP Shopping</h3>
<div style="float:left;border:0;padding:4px;"><a title="hp-shopping-blackfriday-2008 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3068576262/"><img src="http://farm4.static.flickr.com/3062/3068576262_985119e90e_m.jpg" alt="hp-shopping-blackfriday-2008" width="240" height="120" /></a></div>
<p>HP Suffered the greatest response time problems, by effectively becoming unresponsive as of 09:00 EST. The greates affect on overall response time came as a result of the First Byte time metric which is a solid proxy for measuring the server or application load, as it is the time between the initial client HTTP request and the server&#8217;s HTTP response.</p>
<p>Factored into the poor performance analysis is the fact that GrabPERF only captures data for the base HTML object. If the performance seen here is carried over to the download of all of the graphical content on the page, I would be surprised if anyone was able to make any kind of purchases on the HP web site on Black Friday.</p>
<p>Today, performance has returned to substantially lower levels, indicating that this application was simply not ready for the amount of traffic it received, or ran into a completely unexpected issue when the load increased.</p>
<p><strong>Recommendation for 2009:</strong> Load Test the application using this year&#8217;s traffic metrics as a baseline for validating the scalability of the application.</p>
<h3>Sears</h3>
<div style="float:left;border:0;padding:4px;"><a title="sears-shopping-blackfriday-2008 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3068576274/"><img src="http://farm4.static.flickr.com/3206/3068576274_d1690503cd_m.jpg" alt="sears-shopping-blackfriday-2008" width="240" height="120" /></a></div>
<p>Sears is a returning visitor from last year&#8217;s Black Friday measurements. Unfortunately, they return for exactly the same reason that they were on last year &#8211; scaling/capacity issues that appear as errors.</p>
<p>And these are the worst kind of errors. As can be seen in the graphic below, the Sears Web site announced to the whole world that they had over-reached and that they could not handle the incoming volume of traffic.</p>
<p>What is interesting is that Sears <em>owns</em> properties that survived the day very well, namely Lands End. The question that must be posed is why does the parent site fail so badly when the child sites handle the traffic without difficulty?</p>
<div style="float:right;border:0;padding:4px;"><a title="sears-error-image-blackfriday by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/3068612500/"><img src="http://farm4.static.flickr.com/3164/3068612500_fa51611243_m.jpg" alt="sears-error-image-blackfriday" width="240" height="142" /></a></div>
<p><strong>Recommendation for 2009:</strong> Load testing for capacity, and meeting with the Lands End team to understand what they are doing to handle the load.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;t=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering" 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=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;title=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering&amp;body=The%20GrabPERF%20Black%20Friday%20Dashboard%20is%20done%20for%20another%20year%20and%20there%20were%20two%20performance%20victims%20that%20suffered%20the%20most%20at%20the%20hands%20of%20the%20onslaught%20of%20bargain-hunters%20in%20the%20area%20of%20Web%20performance.%0D%0A%0D%0ASome%20caveats%20that%20I%20need%20to%20mention%20about%20t" 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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;title=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering&amp;bodytext=The%20GrabPERF%20Black%20Friday%20Dashboard%20is%20done%20for%20another%20year%20and%20there%20were%20two%20performance%20victims%20that%20suffered%20the%20most%20at%20the%20hands%20of%20the%20onslaught%20of%20bargain-hunters%20in%20the%20area%20of%20Web%20performance.%0D%0A%0D%0ASome%20caveats%20that%20I%20need%20to%20mention%20about%20t" 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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;title=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering" 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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;title=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20GrabPERF%20Black%20Friday%20Dashboard%20is%20done%20for%20another%20year%20and%20there%20were%20two%20performance%20victims%20that%20suffered%20the%20most%20at%20the%20hands%20of%20the%20onslaught%20of%20bargain-hunters%20in%20the%20area%20of%20Web%20performance.%0D%0A%0D%0ASome%20caveats%20that%20I%20need%20to%20mention%20about%20t" 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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;title=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering" 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=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;title=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering&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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%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%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%2F&amp;title=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering&amp;notes=The%20GrabPERF%20Black%20Friday%20Dashboard%20is%20done%20for%20another%20year%20and%20there%20were%20two%20performance%20victims%20that%20suffered%20the%20most%20at%20the%20hands%20of%20the%20onslaught%20of%20bargain-hunters%20in%20the%20area%20of%20Web%20performance.%0D%0A%0D%0ASome%20caveats%20that%20I%20need%20to%20mention%20about%20t" 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=Black%20Friday%202008%3A%20The%20pain%2C%20the%20horror%2C%20the%20suffering&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F11%2F29%2Fblack-friday-2008-the-pain-the-horror-the-suffering%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/11/29/black-friday-2008-the-pain-the-horror-the-suffering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Metrics in Conversational and Community Marketing</title>
		<link>http://newestindustry.org/2008/09/20/metrics-in-conversational-and-community-marketing/</link>
		<comments>http://newestindustry.org/2008/09/20/metrics-in-conversational-and-community-marketing/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 13:00:35 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[ad network]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising model]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[attention]]></category>
		<category><![CDATA[audience]]></category>
		<category><![CDATA[b5 Media]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog advertising]]></category>
		<category><![CDATA[BuzzLogic]]></category>
		<category><![CDATA[BuzzMachine]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[conversation]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[disqus]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[Fred Wilson]]></category>
		<category><![CDATA[friendfeed]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[interactions]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Jeff Jarvis]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Lookery]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[Newest Industry]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[online world]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social media advertising]]></category>
		<category><![CDATA[social media advertising model turns]]></category>
		<category><![CDATA[social media mavens]]></category>
		<category><![CDATA[social media providers]]></category>
		<category><![CDATA[Steven Hodson]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[The Inquisitr]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Union Square]]></category>
		<category><![CDATA[Union Square Ventures]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2054</guid>
		<description><![CDATA[
			
				
			
		
There is clear dissatisfaction with the current state of marketing among the social media mavens.

Fred Wilson and Union Square Ventures are looking for companies to invest in to take advantage of this.
BuzzLogic releases their conversational ad service.
The Inquisitr moves from AdSense to Technorati Media, indicating a potential shift at b5 Media.
Lookery is providing demographic information [...]]]></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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>There is clear dissatisfaction with the current state of marketing among the social media mavens.</p>
<ul>
<li>Fred Wilson and Union Square Ventures are <a title="Fred Wilson - It's Time To Open Up The Feeds To Marketers" href="http://www.avc.com/a_vc/2008/09/its-time-to-ope.html" target="_blank">looking for companies to invest in</a> to take advantage of this.</li>
<li>BuzzLogic releases their <a title="BuzzLogic Announces Conversation Ad Network" href="http://www.buzzlogic.com/blog/2008/09/buzzlogic_announces_coversatio.html" target="_blank">conversational ad service</a>.</li>
<li>The Inquisitr moves from <a title="The Inquisitr teams with Technorati Media for ad sales " href="http://www.inquisitr.com/3510/the-inquisitr-teams-with-technorati-media-for-ad-sales/" target="_blank">AdSense to Technorati Media</a>, indicating a potential shift at b5 Media.</li>
<li><a title="Lookery - Demographic Data" href="http://blog.lookery.com/2008/09/19/want-access-to-more-lookery-data/" target="_blank">Lookery is providing demographic information</a> that is relevant to social media providers and shaping ad presentation that way</li>
<li>A completely off-the-radar person such as myself <a title="Newest Industry - Blog Advertising: Toward a better model" href="http://newestindustry.org/2008/09/18/blog-advertising-toward-a-better-model/" target="_blank">realizes that there is gold in what holds the attention</a>, and that&#8217;s not always the latest and greatest</li>
</ul>
<p>So what can be done? Jeff Jarvis points out that <a title="BuzzMachine - The problem with measurement" href="http://www.buzzmachine.com/2007/07/11/the-problem-with-measurement/" target="_blank">the problem lies with measurement</a>. I agree, as there is only value in a system where all of the people involved agree on what the metric of record will be, and how it can be validly captured.</p>
<p>Currently CPM is the agreed upon metric. In a feed based online world, how does a CPM model work? And, most importantly, why would I continue to place your ads on my site if all your doing is advertising to people based on the words on the page, rather than who is looking at the page and how often that page is looked at.</p>
<p>In effect, advertisers should be the ones thrying to figure out how to get into the community, get into the conversation. As an advertiser, don&#8217;t you want to be where the action is? But how do you find an engaged audience in an online world that makes a sand castle on the beach in a hurricane look stable?</p>
<p>The challenge for advertisers is to be able to find the active communities and conversations effectively. The challenge for content creators and communities is to understand the value of their conversations, the interactions that people who visit the site have with the content.</p>
<p>In effect, a social media advertising model turns the current model on its head. Site owners and community creators gain the benefit of being attractive to advertisers because of the community, not because of the content. And site owners who understand who visits their site, what content most engages them, how they interact with the system will be able to reap the greatest rewards by selling their community as a marketable entity.</p>
<p>And Steven Hodson rounds out the week&#8217;s think on communities by throwing out the subversive idea that <a title="Steven Hodson - Why Does Building A Community Mean It Has To Be Free?" href="http://www.winextra.com/2008/09/17/why-does-building-a-community-mean-it-has-to-be-free/" target="_blank">communities are not always free</a> (as in &#8216;beer&#8217;, not as in &#8216;land of&#8217;). If a community has paid for the privilege of coming together to participate in communal events and discussions, then can&#8217;t that become an area for site owners to further control the cost of advertising on their site?</p>
<p>While the benefit of reduced or no marketing content is the benefit of many for-pay communities, this benefit can be used by site owners by saying that an advertiser can have access to the for-pay community at the cost of higher ad rates and smaller ads. The free community is a completely different set of rules, but there are also areas in the free community that are of higher value than others.</p>
<p>In summary, the current model is broken. But there is no way to measure the value of a <a title="Twitter" href="http://twitter.com/" target="_blank">Twitter</a> stream, a <a title="FriendFeed" href="http://friendfeed.com/" target="_blank">FriendFeed</a> conversation, a <a title="Disqus" href="http://disqus.com/" target="_blank">Disqus</a> thread, or a <a title="Digg" href="http://digg.com/" target="_blank">Digg</a> rampage. And until there is, we are stuck with an ad model that based on the words on the page, and not the community that created the words.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;t=Metrics%20in%20Conversational%20and%20Community%20Marketing" 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=Metrics%20in%20Conversational%20and%20Community%20Marketing%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F20%2Fmetrics-in-conversational-and-community-marketing%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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;title=Metrics%20in%20Conversational%20and%20Community%20Marketing&amp;body=There%20is%20clear%20dissatisfaction%20with%20the%20current%20state%20of%20marketing%20among%20the%20social%20media%20mavens.%0D%0A%0D%0A%09Fred%20Wilson%20and%20Union%20Square%20Ventures%20are%20looking%20for%20companies%20to%20invest%20in%20to%20take%20advantage%20of%20this.%0D%0A%09BuzzLogic%20releases%20their%20conversational%20ad" 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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;title=Metrics%20in%20Conversational%20and%20Community%20Marketing&amp;bodytext=There%20is%20clear%20dissatisfaction%20with%20the%20current%20state%20of%20marketing%20among%20the%20social%20media%20mavens.%0D%0A%0D%0A%09Fred%20Wilson%20and%20Union%20Square%20Ventures%20are%20looking%20for%20companies%20to%20invest%20in%20to%20take%20advantage%20of%20this.%0D%0A%09BuzzLogic%20releases%20their%20conversational%20ad" 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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;title=Metrics%20in%20Conversational%20and%20Community%20Marketing" 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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;title=Metrics%20in%20Conversational%20and%20Community%20Marketing&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=There%20is%20clear%20dissatisfaction%20with%20the%20current%20state%20of%20marketing%20among%20the%20social%20media%20mavens.%0D%0A%0D%0A%09Fred%20Wilson%20and%20Union%20Square%20Ventures%20are%20looking%20for%20companies%20to%20invest%20in%20to%20take%20advantage%20of%20this.%0D%0A%09BuzzLogic%20releases%20their%20conversational%20ad" 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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;title=Metrics%20in%20Conversational%20and%20Community%20Marketing" 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=Metrics%20in%20Conversational%20and%20Community%20Marketing&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F20%2Fmetrics-in-conversational-and-community-marketing%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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;title=Metrics%20in%20Conversational%20and%20Community%20Marketing&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%2F20%2Fmetrics-in-conversational-and-community-marketing%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%2F20%2Fmetrics-in-conversational-and-community-marketing%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%2F20%2Fmetrics-in-conversational-and-community-marketing%2F&amp;title=Metrics%20in%20Conversational%20and%20Community%20Marketing&amp;notes=There%20is%20clear%20dissatisfaction%20with%20the%20current%20state%20of%20marketing%20among%20the%20social%20media%20mavens.%0D%0A%0D%0A%09Fred%20Wilson%20and%20Union%20Square%20Ventures%20are%20looking%20for%20companies%20to%20invest%20in%20to%20take%20advantage%20of%20this.%0D%0A%09BuzzLogic%20releases%20their%20conversational%20ad" 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=Metrics%20in%20Conversational%20and%20Community%20Marketing&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F20%2Fmetrics-in-conversational-and-community-marketing%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/20/metrics-in-conversational-and-community-marketing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome: See No Evil, Do No Evil &#8211; An Internet Performance Perspective</title>
		<link>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/</link>
		<comments>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 22:52:51 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser war]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Web Accelerator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP pipelining]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[persistent connections]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1878</guid>
		<description><![CDATA[
			
				
			
		
The intertubes of the Web are abuzz with talk of the new, open-source Google Chrome browser [two articles here and here]. I will not presume to wade into the debate of whether it is necessary, or what strategic business goals Google has set that rely on having its own browser. I will limit my comments [...]]]></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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The intertubes of the Web are abuzz with talk of the new, open-source <em>Google Chrome</em> browser [two articles <a title="BoomTown - Google Ignites a New Browser War With Microsoft By Unveiling One of its Own This Week" href="http://kara.allthingsd.com/20080901/google-ignites-a-new-browser-war-with-microsoft-by-unveiling-one-of-its-own/" target="_blank">here</a> and <a title="Google Chrome, Google's Browser Project " href="http://blogoscoped.com/archive/2008-09-01-n47.html" target="_blank">here</a>]. I will not presume to wade into the debate of whether it is necessary, or what strategic business goals Google has set that rely on having its own browser. I will limit my comments to the area of Web performance.</p>
<h3>Open-Source Browser: Ours or Theirs?</h3>
<p>When I read that Google Chrome was an open-source browser, the first thought was: is it theirs or a re-branded Firefox? No one knows at this point, but that will have a direct effect on how the browser performs, and how extensible it will be.</p>
<h3>HTTP Standards</h3>
<p>Unlike other standards, HTTP standards set out how a browser uses the underlying TCP stack. MSIE6/7 have very broken implementations, and MSIE8 is building on those by i<a title="Newest Industry - MSIE8 is coming - Are you ready?" href="http://newestindustry.org/2008/04/18/ie-8-is-comingare-you-ready/">ncreasing the number of connections per host to 6</a>, up from 2 set out in <a title="IETF - RFC 2616" href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">RFC 2616</a>.</p>
<p>Firefox can be configured to mangle this as well, but by default it plays by the standard, adding the option of <a title="Wikipedia - HTTP Pipelining" href="http://en.wikipedia.org/wiki/HTTP_pipelining" target="_blank">HTTP pipelining</a> into its mix of <a title="Wikipedia - HTTP Persistent Connections" href="http://en.wikipedia.org/wiki/HTTP_persistent_connection" target="_blank">persistent HTTP connections</a>.</p>
<p>It will be VERY interesting to see how Google Chrome comes configured out of the box, and how much control users have over the HTTP behaviour of this new browser.</p>
<h3>(X)HTML/CSS/JS Standards</h3>
<p>This area is a mess. No browser implements this standards in a way that is completely consistent with the written text, and page designers have to use a variety of page testing products (such as <a title="BrowserCam" href="http://www.browsercam.com/Default2.aspx" target="_blank">BrowserCam</a>) prior to release to ensure that their design is somewhat presentable in all browsers on all platforms.</p>
<p>The rendering of Javascript will be crucial in this new browser, as so much of the <em>new</em> Web is built on applications that are almost completely Javascript-driven.</p>
<p>I am sure that there will be sites that will be completely mangled by the new browser, but, knowing Google, we will be getting a 2.0 release, the 1.0 release being used within Google for a while now to test it under real-world conditions.</p>
<h3>Caching</h3>
<p>As a few sites in the world do use cache-control headers properly, it will be interesting to see how a browser created by one of the major ad-serving and search providers on the Web tracks page objects. Will it follow explicit/implicit caching rules? Or will it impose a heavy penalty on bandwidth by downloading objects more frequently than other production browsers do?</p>
<h3>Proxies, and the Debacle of the Google Web Accelerator</h3>
<p>Back in 2005, Google launched a badly designed and gighly flawed product called the <a title="Newest Industry - Google Web Accelerator" href="http://newestindustry.org/2005/05/04/google-web-accelerator/" target="_blank">Google Web Accelerator</a>. This product proxied Web traffic through the Google network and allowed the company to develop a pattern of user browsing habits and search selections that would allow them to better target their ad products.</p>
<p>I have a great fear that this will be an integrated part of the Google browser project. If it is, it should be a configurable option, not an out-of-the box standard.</p>
<p>I am sure that there will be a few performance conversations that occur around the Google Chrome browser in the weeks ahead. I look forward to hearing what the community has to say about this new addition to the <em>browser wars</em>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;t=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" 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=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;body=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" 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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;bodytext=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" 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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" 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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" 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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" 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=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%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%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;notes=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" 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=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%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/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Overwaitea: Hey! How about a 20 minute shift?</title>
		<link>http://newestindustry.org/2008/02/05/overwaitea-hey-how-about-a-20-minute-shift/</link>
		<comments>http://newestindustry.org/2008/02/05/overwaitea-hey-how-about-a-20-minute-shift/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 16:28:08 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[RANTING]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[cbc]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[teen]]></category>
		<category><![CDATA[teenager]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2008/02/05/overwaitea-hey-how-about-a-20-minute-shift/</guid>
		<description><![CDATA[
			
				
			
		
Many, many years ago, I started my depressing voyage through the world of work at an Overwaitea food store in my home town. As a teenager, I expected to work so weird hours, and accept some level of abuse from the &#8220;adults&#8221; I worked with.
However, it seems that the organization now expects all their employees [...]]]></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%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Many, many years ago, I started my depressing voyage through the world of work at an Overwaitea food store in my home town. As a teenager, I expected to work so weird hours, and accept some level of abuse from the &#8220;adults&#8221; I worked with.</p>
<p>However, it seems that the organization now expects all their employees to accept this crap [<a href="http://www.cbc.ca/canada/british-columbia/story/2008/02/04/bc-overwaitea-two-hour-shifts.html">here</a>].</p>
<blockquote><p>A major B.C. grocery chain wants some of its unionized staff to work shifts of just two hours, a move the union representing 8,500 workers called shocking.
<p>The Overwaitea Food Group, which also runs Save-On-Foods and Urban Fare, made the demand for two-hour shifts as it began negotiating a new contract with the United Food and Commercial Workers Union, the union said.</p>
</blockquote>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Overwaitea" rel="tag">Overwaitea</a>,<a href="http://technorati.com/tags/slavery" rel="tag">slavery</a>,<a href="http://technorati.com/tags/wtf" rel="tag">wtf</a></div>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;t=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%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=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%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%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;title=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%3F&amp;body=Many%2C%20many%20years%20ago%2C%20I%20started%20my%20depressing%20voyage%20through%20the%20world%20of%20work%20at%20an%20Overwaitea%20food%20store%20in%20my%20home%20town.%20As%20a%20teenager%2C%20I%20expected%20to%20work%20so%20weird%20hours%2C%20and%20accept%20some%20level%20of%20abuse%20from%20the%20%22adults%22%20I%20worked%20with.%20However%2C%20it%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%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;title=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%3F&amp;bodytext=Many%2C%20many%20years%20ago%2C%20I%20started%20my%20depressing%20voyage%20through%20the%20world%20of%20work%20at%20an%20Overwaitea%20food%20store%20in%20my%20home%20town.%20As%20a%20teenager%2C%20I%20expected%20to%20work%20so%20weird%20hours%2C%20and%20accept%20some%20level%20of%20abuse%20from%20the%20%22adults%22%20I%20worked%20with.%20However%2C%20it%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%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;title=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%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%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;title=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Many%2C%20many%20years%20ago%2C%20I%20started%20my%20depressing%20voyage%20through%20the%20world%20of%20work%20at%20an%20Overwaitea%20food%20store%20in%20my%20home%20town.%20As%20a%20teenager%2C%20I%20expected%20to%20work%20so%20weird%20hours%2C%20and%20accept%20some%20level%20of%20abuse%20from%20the%20%22adults%22%20I%20worked%20with.%20However%2C%20it%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%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;title=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%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=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%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%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;title=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%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%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%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%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%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%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%2F&amp;title=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%3F&amp;notes=Many%2C%20many%20years%20ago%2C%20I%20started%20my%20depressing%20voyage%20through%20the%20world%20of%20work%20at%20an%20Overwaitea%20food%20store%20in%20my%20home%20town.%20As%20a%20teenager%2C%20I%20expected%20to%20work%20so%20weird%20hours%2C%20and%20accept%20some%20level%20of%20abuse%20from%20the%20%22adults%22%20I%20worked%20with.%20However%2C%20it%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=Overwaitea%3A%20Hey%21%20How%20about%20a%2020%20minute%20shift%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F02%2F05%2Foverwaitea-hey-how-about-a-20-minute-shift%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/02/05/overwaitea-hey-how-about-a-20-minute-shift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the GrabPERF Update &#8212; August 2007</title>
		<link>http://newestindustry.org/2007/08/12/state-of-the-grabperf-update-august-2007/</link>
		<comments>http://newestindustry.org/2007/08/12/state-of-the-grabperf-update-august-2007/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 23:27:44 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ARIN]]></category>
		<category><![CDATA[cbc]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/08/12/state-of-the-grabperf-update-august-2007/</guid>
		<description><![CDATA[
			
				
			
		
It has been at least a year since I last updated everyone on the state of GrabPERF. That&#8217;s because for most of the last year, the system has been rolling along without a hitch or a major systemic change. The last major change to the agent code was alomost exactly a year ago, when I [...]]]></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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>It has been at least a year since I last updated everyone on the state of GrabPERF. That&#8217;s because for most of the last year, the system has been rolling along without a hitch or a major systemic change. The last major change to the agent code was alomost exactly a year ago, when I added the ability to capture text matches.</p>
<p>It wasn&#8217;t until last week, however, that I allowed folks to be able to see the results of these text match failures. Let&#8217;s just say that motivation has been low and my <em>real</em> job has been keeping me busy.</p>
<p>I did want to share the growth, and mellowing of the system as it progresses into year three.</p>
<p align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/spierzchala/1097861866/"><img height="290" alt="grabperf-measurement-count-aug122007" src="http://farm2.static.flickr.com/1353/1097861866_d1cbced681.jpg" width="500"></a></p>
<p align="center">Total Measurements Per Day</p>
<p align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/spierzchala/1097004267/"><img height="292" alt="grabperf-uniqe-test-count-aug122007" src="http://farm2.static.flickr.com/1430/1097004267_d9d8f7f602.jpg" width="500"></a></p>
<p align="center">Unique Tests Measured Per Day</p>
<p align="left">Back in July 2005 when I started this grand experiment, I was gathering 10,000 measurements a day from less than forty tests. The system spiked at 390,000 measurements per day (April 2006) and 147 tests (June 2006).</p>
<p align="left">Starting just after that, I started reducing the number of tests to improve system efficiency, and began developing the text match capability.</p>
<p align="left">There have been some changes to the number of measurements, but on the whole, the system has been completely stable for the last 12 months.</p>
<p align="left">As some of you may have noted, I have add some new features in the last 10 days, and re-organized the structure of the system to allow for better tracking of usage. Over the next few months, I will be attacking the code to make it process things more efficiently, but not substantially change the appearance or functionality of GrabPERF.</p>
<p align="left">It has been noted by some commentators that the design doesn&#8217;t pop and sizzle. No AJAX, DHTML, or other flashy gizmos. Guess what? The system is designed to deliver data efficiently and effectively. And as someone who has seen the performance fall-out from badly delivered <em>Web 2.0</em> implementations, I will stick with clunky and effective, as, in the end, you gotta put all those bytes on the wire.</p>
<p align="left">For those that have stuck with the system over the last year, thanks. I enjoy delivering the best measurement data money can&#8217;t buy, and hope you stick around for the ride.</p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/GrabPERF" rel="tag">GrabPERF</a>, <a href="http://technorati.com/tags/Web%20Performance" rel="tag">Web Performance</a>, <a href="http://technorati.com/tags/State%20of%20the%20Union" rel="tag">State of the Union</a>, <a href="http://technorati.com/tags/system%20update" rel="tag">system update</a></div>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;t=State%20of%20the%20GrabPERF%20Update%20--%20August%202007" 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=State%20of%20the%20GrabPERF%20Update%20--%20August%202007%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;title=State%20of%20the%20GrabPERF%20Update%20--%20August%202007&amp;body=It%20has%20been%20at%20least%20a%20year%20since%20I%20last%20updated%20everyone%20on%20the%20state%20of%20GrabPERF.%20That%27s%20because%20for%20most%20of%20the%20last%20year%2C%20the%20system%20has%20been%20rolling%20along%20without%20a%20hitch%20or%20a%20major%20systemic%20change.%20The%20last%20major%20change%20to%20the%20agent%20code%20was%20al" 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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;title=State%20of%20the%20GrabPERF%20Update%20--%20August%202007&amp;bodytext=It%20has%20been%20at%20least%20a%20year%20since%20I%20last%20updated%20everyone%20on%20the%20state%20of%20GrabPERF.%20That%27s%20because%20for%20most%20of%20the%20last%20year%2C%20the%20system%20has%20been%20rolling%20along%20without%20a%20hitch%20or%20a%20major%20systemic%20change.%20The%20last%20major%20change%20to%20the%20agent%20code%20was%20al" 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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;title=State%20of%20the%20GrabPERF%20Update%20--%20August%202007" 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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;title=State%20of%20the%20GrabPERF%20Update%20--%20August%202007&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=It%20has%20been%20at%20least%20a%20year%20since%20I%20last%20updated%20everyone%20on%20the%20state%20of%20GrabPERF.%20That%27s%20because%20for%20most%20of%20the%20last%20year%2C%20the%20system%20has%20been%20rolling%20along%20without%20a%20hitch%20or%20a%20major%20systemic%20change.%20The%20last%20major%20change%20to%20the%20agent%20code%20was%20al" 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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;title=State%20of%20the%20GrabPERF%20Update%20--%20August%202007" 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=State%20of%20the%20GrabPERF%20Update%20--%20August%202007&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;title=State%20of%20the%20GrabPERF%20Update%20--%20August%202007&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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%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%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%2F&amp;title=State%20of%20the%20GrabPERF%20Update%20--%20August%202007&amp;notes=It%20has%20been%20at%20least%20a%20year%20since%20I%20last%20updated%20everyone%20on%20the%20state%20of%20GrabPERF.%20That%27s%20because%20for%20most%20of%20the%20last%20year%2C%20the%20system%20has%20been%20rolling%20along%20without%20a%20hitch%20or%20a%20major%20systemic%20change.%20The%20last%20major%20change%20to%20the%20agent%20code%20was%20al" 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=State%20of%20the%20GrabPERF%20Update%20--%20August%202007&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F12%2Fstate-of-the-grabperf-update-august-2007%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/2007/08/12/state-of-the-grabperf-update-august-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tour de France, EXTREME EDITION!</title>
		<link>http://newestindustry.org/2007/07/28/tour-de-france-extreme-edition/</link>
		<comments>http://newestindustry.org/2007/07/28/tour-de-france-extreme-edition/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 14:11:12 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[RANTING]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[France]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/07/28/tour-de-france-extreme-edition/</guid>
		<description><![CDATA[
			
				
			
		
A colleague of mine suggested that the Tour de France give up all pretense of being drug free, and embrace the performance-enhancing image it has developed so carefully over the last quarter century.
His idea was to have the racing teams sponsored by the major pharmaceutical firms, pitting one performance-enhancing approach against another, in a competition [...]]]></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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>A colleague of mine suggested that the Tour de France give up all pretense of being drug free, and embrace the performance-enhancing image it has developed so carefully over the last quarter century.</p>
<p>His idea was to have the racing teams sponsored by the major pharmaceutical firms, pitting one performance-enhancing approach against another, in a competition to demonstrate not the strength of the human spirit, but the power to manipulate the human body.</p>
<p>Samantha further suggested that they then abandon all of the rules that make the race civilized, and turn it into a free-for-all, a Tour de France, <strong>EXTREME EDITION!</strong></p>
<p>That would get the <em>le tour</em> on <a href="http://www.spiketv.com/index.html">Spike</a>.</p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Tour%20de%20France" rel="tag">Tour de France</a>, <a href="http://technorati.com/tags/pharmaceuticals" rel="tag">pharmaceuticals</a>, <a href="http://technorati.com/tags/drugs" rel="tag">drugs</a>, <a href="http://technorati.com/tags/extreme%20edition" rel="tag">extreme edition</a></div>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;t=Tour%20de%20France%2C%20EXTREME%20EDITION%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=Tour%20de%20France%2C%20EXTREME%20EDITION%21%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;title=Tour%20de%20France%2C%20EXTREME%20EDITION%21&amp;body=A%20colleague%20of%20mine%20suggested%20that%20the%20Tour%20de%20France%20give%20up%20all%20pretense%20of%20being%20drug%20free%2C%20and%20embrace%20the%20performance-enhancing%20image%20it%20has%20developed%20so%20carefully%20over%20the%20last%20quarter%20century.%20His%20idea%20was%20to%20have%20the%20racing%20teams%20sponsored%20by" 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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;title=Tour%20de%20France%2C%20EXTREME%20EDITION%21&amp;bodytext=A%20colleague%20of%20mine%20suggested%20that%20the%20Tour%20de%20France%20give%20up%20all%20pretense%20of%20being%20drug%20free%2C%20and%20embrace%20the%20performance-enhancing%20image%20it%20has%20developed%20so%20carefully%20over%20the%20last%20quarter%20century.%20His%20idea%20was%20to%20have%20the%20racing%20teams%20sponsored%20by" 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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;title=Tour%20de%20France%2C%20EXTREME%20EDITION%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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;title=Tour%20de%20France%2C%20EXTREME%20EDITION%21&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=A%20colleague%20of%20mine%20suggested%20that%20the%20Tour%20de%20France%20give%20up%20all%20pretense%20of%20being%20drug%20free%2C%20and%20embrace%20the%20performance-enhancing%20image%20it%20has%20developed%20so%20carefully%20over%20the%20last%20quarter%20century.%20His%20idea%20was%20to%20have%20the%20racing%20teams%20sponsored%20by" 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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;title=Tour%20de%20France%2C%20EXTREME%20EDITION%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=Tour%20de%20France%2C%20EXTREME%20EDITION%21&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;title=Tour%20de%20France%2C%20EXTREME%20EDITION%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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%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%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%2F&amp;title=Tour%20de%20France%2C%20EXTREME%20EDITION%21&amp;notes=A%20colleague%20of%20mine%20suggested%20that%20the%20Tour%20de%20France%20give%20up%20all%20pretense%20of%20being%20drug%20free%2C%20and%20embrace%20the%20performance-enhancing%20image%20it%20has%20developed%20so%20carefully%20over%20the%20last%20quarter%20century.%20His%20idea%20was%20to%20have%20the%20racing%20teams%20sponsored%20by" 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=Tour%20de%20France%2C%20EXTREME%20EDITION%21&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F28%2Ftour-de-france-extreme-edition%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/2007/07/28/tour-de-france-extreme-edition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>USCIS, Green Cards, and Greed: Your (United States Federal) Government at Work</title>
		<link>http://newestindustry.org/2007/07/14/uscis-green-cards-and-greed-your-united-states-federal-government-at-work/</link>
		<comments>http://newestindustry.org/2007/07/14/uscis-green-cards-and-greed-your-united-states-federal-government-at-work/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 15:14:27 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Canada]]></category>
		<category><![CDATA[Immigration]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[RANTING]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Challenges]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[Green Card]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[immigrants]]></category>
		<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/07/14/uscis-green-cards-and-greed-your-united-states-federal-government-at-work/</guid>
		<description><![CDATA[
			
				
			
		
It seems that more than the usual immigration backlog reduction process has been at work in the USCIS. There are two likely scenarios that appear to be running around immigration circles these days, regarding the Green Card slot tease that has turned into such a furore.
The first is that the Department of State, which issues [...]]]></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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>It seems that more than the usual immigration backlog reduction process has been at work in the USCIS. There are two likely scenarios that appear to be running around immigration circles these days, regarding the Green Card slot tease that has turned into such a furore.</p>
<p>The first is that the Department of State, which issues the Visas, was pressuring the USCIS to fill the Fiscal 2007 Green Card quota, something that has happened rarely in the last few years. What most people in the US don&#8217;t know is that most years, thousands of eligible Green Card slots simply disappear because the applications can&#8217;t be processed fast enough by the USCIS.</p>
<p>Recent events have highlighted this, and the Department of State may have applied pressure to USCIS to completely exhaust the 2007 pool, to avoid the embarrassment of having to explain to Congress why they can&#8217;t process applications faster.</p>
<p>The second reason is greed: as of August 1 2007, the government fees for Green card applications increases massively. For a family of four, <a href="http://www.ilw.com/articles/2007,0710-lee.shtm">the cost will increase by $2,500</a>. So, by not allowing the flood of applications from all of those expectant people, they have guaranteed themselves a higher revenue stream for next year.</p>
<p>All things considered, the whole event smells.</p>
<p>Now, for the long-term affect on skilled immigrants, Microsoft has set the trend by announcing that it will be moving development over the border to Canada [<a href="http://news.com.com/Microsoft+sings+O+Canada+amid+immigration+challenges/2100-1014_3-6195049.html">here</a>]. As a country with a skills-based immigration policy, highly-trained technical professionals feel welcomed and wanted in Canada, something that is not the case with the archaic and glacial immigration policy of the United States.</p>
<p>In the next 5-10 years, US companies will face a serious inability to recruit employees from anywhere other than the United States. Skilled professionals will simply not come to a country that actively discourages them from staying permanently and making a contribution.</p>
<p>The US policy policy will be a boon to Canada, Ireland, and other countries who actively seek and encourage skilled professional immigrants.</p>
<p>Tags: <a href="http://technorati.com/tag/USCIS" rel="tag">USCIS</a>, <a href="http://technorati.com/tag/Department+of+State" rel="tag">Department of State</a>, <a href="http://technorati.com/tag/immigration" rel="tag">immigration</a>, <a href="http://technorati.com/tag/Green+Card" rel="tag">Green Card</a>, <a href="http://technorati.com/tag/skilled+professionals" rel="tag">skilled professionals</a>, <a href="http://technorati.com/tag/Canada" rel="tag">Canada</a>, <a href="http://technorati.com/tag/Ireland" rel="tag">Ireland</a>, <a href="http://technorati.com/tag/brain+drain" rel="tag">brain drain</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;t=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work" 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=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;title=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work&amp;body=It%20seems%20that%20more%20than%20the%20usual%20immigration%20backlog%20reduction%20process%20has%20been%20at%20work%20in%20the%20USCIS.%20There%20are%20two%20likely%20scenarios%20that%20appear%20to%20be%20running%20around%20immigration%20circles%20these%20days%2C%20regarding%20the%20Green%20Card%20slot%20tease%20that%20has%20turned" 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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;title=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work&amp;bodytext=It%20seems%20that%20more%20than%20the%20usual%20immigration%20backlog%20reduction%20process%20has%20been%20at%20work%20in%20the%20USCIS.%20There%20are%20two%20likely%20scenarios%20that%20appear%20to%20be%20running%20around%20immigration%20circles%20these%20days%2C%20regarding%20the%20Green%20Card%20slot%20tease%20that%20has%20turned" 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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;title=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work" 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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;title=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=It%20seems%20that%20more%20than%20the%20usual%20immigration%20backlog%20reduction%20process%20has%20been%20at%20work%20in%20the%20USCIS.%20There%20are%20two%20likely%20scenarios%20that%20appear%20to%20be%20running%20around%20immigration%20circles%20these%20days%2C%20regarding%20the%20Green%20Card%20slot%20tease%20that%20has%20turned" 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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;title=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work" 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=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;title=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work&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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%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%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%2F&amp;title=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work&amp;notes=It%20seems%20that%20more%20than%20the%20usual%20immigration%20backlog%20reduction%20process%20has%20been%20at%20work%20in%20the%20USCIS.%20There%20are%20two%20likely%20scenarios%20that%20appear%20to%20be%20running%20around%20immigration%20circles%20these%20days%2C%20regarding%20the%20Green%20Card%20slot%20tease%20that%20has%20turned" 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=USCIS%2C%20Green%20Cards%2C%20and%20Greed%3A%20Your%20%28United%20States%20Federal%29%20Government%20at%20Work&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F14%2Fuscis-green-cards-and-greed-your-united-states-federal-government-at-work%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/2007/07/14/uscis-green-cards-and-greed-your-united-states-federal-government-at-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GREEN CARD: USCIS is apparently in deep trouble</title>
		<link>http://newestindustry.org/2007/07/13/green-card-uscis-is-apparently-in-deep-trouble/</link>
		<comments>http://newestindustry.org/2007/07/13/green-card-uscis-is-apparently-in-deep-trouble/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 15:36:05 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Canada]]></category>
		<category><![CDATA[Immigration]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[RANTING]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[Green Card]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/07/13/green-card-uscis-is-apparently-in-deep-trouble/</guid>
		<description><![CDATA[
			
				
			
		
I have been reading Greg Siskind&#8217;s blog, and he has many articles on the growing hue and cry over the USCIS Visa debacle. [here and here, as examples]
Based on everything I have read, I might benefit from this scam. However, it makes me ill to think that a group of bureaucrats broke their own rules [...]]]></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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been reading <a href="http://blogs.ilw.com/gregsiskind/">Greg Siskind&#8217;s blog</a>, and he has many articles on the growing hue and cry over the USCIS Visa debacle. [<a href="http://blogs.ilw.com/gregsiskind/2007/07/full-blown-scan.html">here</a> and <a href="http://blogs.ilw.com/gregsiskind/2007/07/breaking-news-l.html">here</a>, as examples]</p>
<p>Based on everything I have read, I might benefit from this scam. However, it makes me ill to think that a group of bureaucrats broke their own rules in order to boost their Visa acceptance rate, which is what it sounds like.</p>
<p>Tags: <a href="http://technorati.com/tag/Greg+Siskind" rel="tag">Greg Siskind</a>, <a href="http://technorati.com/tag/USCIS" rel="tag">USCIS</a>, <a href="http://technorati.com/tag/Green+Card" rel="tag">Green Card</a>, <a href="http://technorati.com/tag/immigration" rel="tag">immigration</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;t=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble" 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=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;title=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble&amp;body=I%20have%20been%20reading%20Greg%20Siskind%27s%20blog%2C%20and%20he%20has%20many%20articles%20on%20the%20growing%20hue%20and%20cry%20over%20the%20USCIS%20Visa%20debacle.%20%5Bhere%20and%20here%2C%20as%20examples%5D%0A%0ABased%20on%20everything%20I%20have%20read%2C%20I%20might%20benefit%20from%20this%20scam.%20However%2C%20it%20makes%20me%20ill%20to%20think" 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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;title=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble&amp;bodytext=I%20have%20been%20reading%20Greg%20Siskind%27s%20blog%2C%20and%20he%20has%20many%20articles%20on%20the%20growing%20hue%20and%20cry%20over%20the%20USCIS%20Visa%20debacle.%20%5Bhere%20and%20here%2C%20as%20examples%5D%0A%0ABased%20on%20everything%20I%20have%20read%2C%20I%20might%20benefit%20from%20this%20scam.%20However%2C%20it%20makes%20me%20ill%20to%20think" 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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;title=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble" 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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;title=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20have%20been%20reading%20Greg%20Siskind%27s%20blog%2C%20and%20he%20has%20many%20articles%20on%20the%20growing%20hue%20and%20cry%20over%20the%20USCIS%20Visa%20debacle.%20%5Bhere%20and%20here%2C%20as%20examples%5D%0A%0ABased%20on%20everything%20I%20have%20read%2C%20I%20might%20benefit%20from%20this%20scam.%20However%2C%20it%20makes%20me%20ill%20to%20think" 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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;title=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble" 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=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;title=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble&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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%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%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%2F&amp;title=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble&amp;notes=I%20have%20been%20reading%20Greg%20Siskind%27s%20blog%2C%20and%20he%20has%20many%20articles%20on%20the%20growing%20hue%20and%20cry%20over%20the%20USCIS%20Visa%20debacle.%20%5Bhere%20and%20here%2C%20as%20examples%5D%0A%0ABased%20on%20everything%20I%20have%20read%2C%20I%20might%20benefit%20from%20this%20scam.%20However%2C%20it%20makes%20me%20ill%20to%20think" 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=GREEN%20CARD%3A%20USCIS%20is%20apparently%20in%20deep%20trouble&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F07%2F13%2Fgreen-card-uscis-is-apparently-in-deep-trouble%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/2007/07/13/green-card-uscis-is-apparently-in-deep-trouble/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
