<?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>Autoedification</title>
	<atom:link href="http://timmorrow.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://timmorrow.org</link>
	<description>self-enlightenment</description>
	<lastBuildDate>Fri, 06 Aug 2010 18:41:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Velocity 2010 Performance by Design video</title>
		<link>http://timmorrow.org/velocity-2010-performance-by-design-video/</link>
		<comments>http://timmorrow.org/velocity-2010-performance-by-design-video/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 18:41:16 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=82</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Y5n2WtCXz48&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y5n2WtCXz48&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/velocity-2010-performance-by-design-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does Google measure site speed?</title>
		<link>http://timmorrow.org/how-does-google-measure-site-speed/</link>
		<comments>http://timmorrow.org/how-does-google-measure-site-speed/#comments</comments>
		<pubDate>Tue, 04 May 2010 04:42:49 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=54</guid>
		<description><![CDATA[So, Google is factoring web site speed into ranking algorithms.  Just how are they figuring web site speed?  What does it mean for a site engineer?  We&#8217;ve been obsessing over page performance for some years now, so how does this really change anything? Well, first off, how does it impact a site engineer?  According to the [...]]]></description>
			<content:encoded><![CDATA[<p>So, <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html">Google is factoring web site speed into ranking algorithms</a>.  Just how are they figuring web site speed?  What does it mean for a site engineer?  We&#8217;ve been obsessing over page performance for some years now, so how does this really change anything?</p>
<p>Well, first off, how does it impact a site engineer?  According to the official post:</p>
<blockquote><p><em>it doesn&#8217;t carry as much weight as the relevance of a page. Currently, fewer than 1% of search queries are affected by the site speed signal in our implementation</em></p></blockquote>
<p><em> </em>Its not clear to me which 1% are affected or how that&#8217;s decided.  Is it just a test affecting queries for 1% of users, or is it uniformly applied to all users but is only being applied to 1% of queries?  Which queries and why?</p>
<p>Anyway, given that its only one of &#8220;<a href="http://www.google.com/corporate/tech.html">more than 200 signals</a>&#8221; clearly its not the major factor in determining relevancy.  But still, Google can&#8217;t throw out a challenge like this and not expect people to obsess over it.  Which is part of the point, I think.</p>
<p>When working on optimizing site performance engineers typically consider a variety of KPI:</p>
<ul>
<li>Time to first byte</li>
<li>Base page download</li>
<li>Progressively rendered elements:  headers, above-the-fold</li>
<li>Full page download, including all resources</li>
</ul>
<p>So what is Google actually measuring as &#8220;web site speed&#8221;?</p>
<p>The official post displays a chart indicating</p>
<blockquote><p><em>Labs &gt; Site Performance shows the speed of your website as experienced by users around the world as in the chart below</em></p></blockquote>
<p><em> </em>Furthermore, they link to an earlier post describing <a href="http://googlewebmastercentral.blogspot.com/2009/12/your-sites-performance-in-webmaster.html">site performance in webmaster tools</a> which says</p>
<blockquote><p><em>The performance overview shows a graph of the aggregated speed numbers for the website, based on the pages that were most frequently accessed by visitors who use the Google Toolbar with the PageRank feature activated</em></p></blockquote>
<p>Matt Cutt&#8217;s post on <a href="http://www.mattcutts.com/blog/site-speed/">site speed</a> links to the blog post containing the above information indicating</p>
<blockquote><p><em>Google’s webmaster console provides information very close to the information that we’re actually using in our ranking</em></p></blockquote>
<p>So there it is.  Google are measuring web site speed as Full Page Download, including all resources across ALL pages on your site.  All pages.  They confirm this</p>
<blockquote><p>A<em>s the page load times are based on actual accesses made by your users, it&#8217;s possible that it includes pages which are disallowed from crawling. While Googlebot will not be able to crawl disallowed pages, they may be a significant part of your site&#8217;s user experience</em></p></blockquote>
<p>So to recap:</p>
<ul>
<li>They&#8217;re measuring full page load including all resources.  Your scripts, your images, third party display ads, third party scripts etc.</li>
<li>They&#8217;re measuring all pages visited by users on your site, not just crawlable pages.</li>
<li>They&#8217;re measuring from users actual web browsers.  No simulations.  From real bandwidths.</li>
</ul>
<p>Clearly, most of the <a href="http://developer.yahoo.com/performance/rules.html">well-documented best practices for speeding up your website</a> still apply.  So is there anything else to consider?</p>
<ul>
<li>Post-loading content is looking pretty interesting to us, if it can be done in such a way that it is not factored into page load time.</li>
<li>Minimizing 3rd party content, such as display ads, could have a huge impact.  We have little control over 3rd party creative.  I&#8217;ve seen ads make up to 7 additional HTTP requests for XML, Flash, images etc.  Steve Souders has a complete initiative around <a href="http://www.stevesouders.com/p3pc/">Performance of 3rd Party Content</a>.</li>
<li>Focus on pages that might be contributing to longer load times even if they aren&#8217;t your primary experience.</li>
<li>Beware of links on your page that are served from your domain but redirect to other sites.  E.g. http://your-site.com/redirector?target=&lt;some_other_url&gt; that 302s to some_other_url.  I believe Google is counting the foreign site load times as part of the linking domain&#8217;s performance.  I&#8217;ll have concrete numbers on that in a few weeks.</li>
<li>Continuously monitor and measure your web-site performance over typical user bandwidths, for example using <a href="http://kite.keynote.com/">Keynote KITE</a>.  Optimizing for your office LAN and a low-end DSL connection are two different propositions.</li>
</ul>
<p>So to conclude&#8230; If you&#8217;re already focused on site performance, you don&#8217;t really have much to worry about.  Keep optimizing pages for your real end users on real bandwidth and continuously monitor your sites performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/how-does-google-measure-site-speed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Velocity 2010 &#8211; The Measurable Value of Performance By Design</title>
		<link>http://timmorrow.org/velocity-2010-the-measurable-value-of-performance-by-design/</link>
		<comments>http://timmorrow.org/velocity-2010-the-measurable-value-of-performance-by-design/#comments</comments>
		<pubDate>Tue, 04 May 2010 03:23:41 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=57</guid>
		<description><![CDATA[I&#8217;ll be speaking at Velocity 2010 on the topic of &#8220;The Measurable Value of Performance By Design&#8220;.  Last year Shopzilla talked about &#8220;You get what you measure&#8220;.  This will be a followup covering the additional work we&#8217;ve done to try and maintain performance while rapidly adding features and experimenting on our site.  In a nutshell, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be speaking at <a href="http://en.oreilly.com/velocity2010/public/schedule/speaker/23159">Velocity 2010</a> on the topic of &#8220;<a href="http://en.oreilly.com/velocity2010/public/schedule/detail/13078">The Measurable Value of Performance By Design</a>&#8220;.  Last year Shopzilla talked about &#8220;<a href="http://en.oreilly.com/velocity2009/public/schedule/detail/7709">You get what you measure</a>&#8220;.  This will be a followup covering the additional work we&#8217;ve done to try and maintain performance while rapidly adding features and experimenting on our site.  In a nutshell, we took our eye off the ball, something we claimed was a bad idea.  And it was.  I&#8217;m going to talk about:</p>
<ul>
<li>Why we took our eye off the ball</li>
</ul>
<ul>
<li>The real financial costs of slowing down</li>
</ul>
<ul>
<li>The specific techniques we applied to make our sites fast again</li>
</ul>
<ul>
<li>The process and technology framework we put in place to ensure this never happens again</li>
</ul>
<p>There are a lot of interesting-looking talks this year:</p>
<ul>
<li><a href="/velocity2010/public/schedule/detail/13063">Mobile Web High Performance</a></li>
<li><a href="/velocity2010/public/schedule/detail/13019">Psychology of Performance</a></li>
<li><a href="/velocity2010/public/schedule/detail/13106">How the Top Social Games Scale on the Cloud</a></li>
</ul>
<p><a href="/velocity2010/public/schedule/detail/13063"></a></p>
<p>If you work on building or operating web applications (or both!) you really should consider attending Velocity.<br />
<a href="http://conferences.oreilly.com/velocity"><br />
<img title="O'Reilly Velocity Web Performance &amp; Operations Conference 2010" src="http://assets.en.oreilly.com/1/event/44/velocity2010_210x60.gif" border="0" alt="O'Reilly Velocity Web Performance &amp; Operations Conference 2010" width="210" height="60" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/velocity-2010-the-measurable-value-of-performance-by-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides from Performance By Design TSSJS 2010</title>
		<link>http://timmorrow.org/slides-from-performance-by-design-tssjs-2010/</link>
		<comments>http://timmorrow.org/slides-from-performance-by-design-tssjs-2010/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:49:10 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=44</guid>
		<description><![CDATA[I had a great time at TSSJS 2010.  I posted the slides from my short 20 minute presentation: Shopzilla performance by design tssjs View more presentations from Shopzilla. Related to this there&#8217;s a great presentation from Bitcurrent that provides a concise overview of the Impact of web latency on conversion rates which includes some earlier data [...]]]></description>
			<content:encoded><![CDATA[<p>I had a great time at TSSJS 2010.  I posted the slides from my short 20 minute presentation:</p>
<div id="__ss_3511185" style="width: 425px;"><strong><a title="Shopzilla performance by design tssjs" href="http://www.slideshare.net/timmorrow/shopzilla-performance-by-design-tssjs">Shopzilla performance by design tssjs</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=shopzillaperformancebydesigntssjs-100322115127-phpapp01&amp;stripped_title=shopzilla-performance-by-design-tssjs" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=shopzillaperformancebydesigntssjs-100322115127-phpapp01&amp;stripped_title=shopzilla-performance-by-design-tssjs" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/timmorrow">Shopzilla</a>.</div>
</div>
<p>Related to this there&#8217;s a great presentation from Bitcurrent that provides a concise overview of the <a href="http://www.slideshare.net/bitcurrent/impact-of-web-latency-on-conversion-rates">Impact of web latency on conversion rates</a> which includes some earlier data from Shopzilla.</p>
<p>Finally, <a href="http://raibledesigns.com/rd/entry/tssjs_2010_presentations_and_summary">Matt Raible provides pretty in-depth coverage</a> of some of the talks at TSSJS 2010.  One of the most interesting ones to me was Eben Hewitt&#8217;s <a href="http://www.slideshare.net/javasymposium/creating-an-eventdriven-soa">Creating an Event-Driven SOA</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/slides-from-performance-by-design-tssjs-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding empty ad slots with cross-domain iframe scripting</title>
		<link>http://timmorrow.org/hiding-empty-ad-slots-with-cross-domain-iframe-scripting/</link>
		<comments>http://timmorrow.org/hiding-empty-ad-slots-with-cross-domain-iframe-scripting/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:41:59 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=34</guid>
		<description><![CDATA[There are a number of techniques out there for cross-domain iframe hiding using URL fragments or proxy iframes.  I&#8217;m presenting a technique that has worked well for hiding iframes that host 3rd party ad content but where occasionally there is no ad content to display.  Specifically, it works even when you may have the same [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of techniques out there for cross-domain iframe hiding using <a href="http://softwareas.com/cross-domain-communication-with-iframes">URL fragments or proxy iframes</a>.  I&#8217;m presenting a technique that has worked well for hiding iframes that host 3rd party ad content but where occasionally there is no ad content to display.  Specifically, it works even when you may have the same ad slot hosted on multiple sub-domains on your site.  its necessary since the 3rd party ad content is served from an ad network such as <a href="http://www.doubleclick.com/products/dfp/index.aspx">Doubleclick</a>.</p>
<p>Of course, its <a href="http://www.problogger.net/archives/2009/02/16/5-ways-to-make-an-empty-ad-slot-on-your-blog-work-for-you/">preferable to fill empty ad slots</a>; but this has worked in a pinch where we simply did not have sufficient ad content and we preferred not to display an internal ad.  We wanted the entire slot to disappear.</p>
<p>Not serving ads in iframes obviously avoids this entire problem, but we&#8217;ve preferred to sandbox 3rd party ads in iframes to prevent issues; we&#8217;ve found defects with ads especially when the same ad content could appear in more than one slot on the same page &#8211; where those ads jacked up the entire page display.  Iframes are also naturally asynchronous, but of course there are Javascript techniques to gain this same feature.</p>
<h2>Pre-conditions of this solution</h2>
<p>* You are an Ad publisher who can control the &#8220;creative&#8221; that is returned by the ad network in the scenario where there is no real ad to display.</p>
<p>* You can host an HTML file on your site which helps the iframe creative to &#8220;bust out&#8221; and hide itself; that resource is accessible from the same path on each sub-domain of your site.</p>
<h2>How it works</h2>
<p>We&#8217;re exploting the fact that an <a href="http://nedbatchelder.com/blog/200812/referrers_in_iframes.html">iframe&#8217;s referrer URL is the URL of the containing page</a>.  The iframe can find the sub-domain of the parent page, then request and execute some Javascript from a resource on a known path on the sub-domain.  This Javascript will run in the &#8220;security context&#8221; of the sub-domain.  This Javascript code can then do whatever it wants, in our case hiding the parent element of the iframe.</p>
<h2>Steps</h2>
<p>Provide the special creative that should be served when there is no ad content.  Have your ad operations people schedule this:</p>
<pre>&lt;script type="text/javascript"&gt;
  if (window != top) {
    var referrerMatch = document.referrer.match(/[A-Za-z]+:\/\/[A-Za-z0-9.-]+(:[0-9]+)?/);
    if (referrerMatch != null) {
      location.replace(referrerMatch[0] + '/iframe-hide.html');
    }
  }
&lt;/script&gt;</pre>
<p>Create the iframe-hiding helper <em>/iframe-hide.html</em>, making sure its accessible off every sub-domain on which the ad slot might be located:</p>
<pre id="line1">&lt;script type="text/javascript"&gt;
&lt;!--
try {
  var iframes = parent.document.getElementsByTagName('iframe');
  for (var i=0; i &lt; iframes.length; i++) {
    if (document == iframes[i].contentDocument || self == iframes[i].contentWindow) {
      iframes[i].parentNode.style.display = 'none';
      break;
    }
  }
} catch (e) { }
--&gt;
&lt;/script&gt;</pre>
<p>That&#8217;s pretty much it.</p>
<p>When the special creative is served it locates the /iframe-hide.html resource off the enclosing page&#8217;s sub-domain and it executes, hiding the parent node of the iframe.</p>
<h1>Conclusion</h1>
<p>We&#8217;ve had this solution in place for over a year; it works for the scenarios outlined above.  However, this technique is not totally transparent to the end user as it requires an extra round-trip to occur before the iframe is hidden.  It can cause obvious shifts in the page content for above-the-fold ad slots, especially ones that occupy a significant horizontal position.  For less obvious ad slots, especially those below-the-fold, the user may be oblivious.</p>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/hiding-empty-ad-slots-with-cross-domain-iframe-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance By Design &#8211; TSSJS Edition</title>
		<link>http://timmorrow.org/performance-by-design-tssjs-edition/</link>
		<comments>http://timmorrow.org/performance-by-design-tssjs-edition/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 01:58:18 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=26</guid>
		<description><![CDATA[I&#8217;ll be at The Server Side Java Symposium next week &#8211; March 17th through 19th &#8211; in Las Vegas.  Shopzilla are sponsoring the event.  I&#8217;m going to present a more tech-oriented (and much-distilled) version of my Performance By Design presentation.  We have some new content too which has come out of some of the more [...]]]></description>
			<content:encoded><![CDATA[<div>I&#8217;ll be at The Server Side Java Symposium next week &#8211; March 17th through 19th &#8211; in Las Vegas.  Shopzilla are sponsoring the event.  I&#8217;m going to present a more tech-oriented (and much-distilled) version of my <a href="http://javasymposium.techtarget.com/html/sessions.html#TMorrowTech">Performance By Design</a> presentation.  We have some new content too which has come out of some of the more recent performance work we&#8217;ve done.</div>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/performance-by-design-tssjs-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance By Design</title>
		<link>http://timmorrow.org/performance-by-design/</link>
		<comments>http://timmorrow.org/performance-by-design/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 02:28:02 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=20</guid>
		<description><![CDATA[I was fortunate to get the opportunity to lead a team that re-engineered our bizrate.com and shopzilla.com websites from scratch on a new technology stack.  One of the driving forces was to improve the performance of our sites.  We knew that in order to make performance a first-order priority we had to design it into [...]]]></description>
			<content:encoded><![CDATA[<p>I was fortunate to get the opportunity to lead a team that re-engineered our <a href="http://www.bizrate.com/">bizrate.com</a> and <a href="http://www.shopzilla.com/">shopzilla.com</a> websites from scratch on a new technology stack.  One of the driving forces was to improve the performance of our sites.  We knew that in order to make performance a first-order priority we had to design it into the architecture of the site.</p>
<p>We first began speaking about the <a href="http://radar.oreilly.com/2009/07/velocity-making-your-site-fast.html">bottom line benefits</a> at Velocity 2009.  Since then, we wanted to share some of the technical details about how we built our new site infrastructure and some of the techniques we used to measure then improve performance.</p>
<p>I got the chance to deliver a presentation at a number of Souther California Java Users Groups.  We&#8217;ve chosen to share it here: <a href="http://www.slideshare.net/timmorrow/shopzilla-performance-by-design-2433735">Shopzilla &#8211; Performance By Design</a></p>
<p>Some other useful references for high performance sites:</p>
<ul>
<li><a href="http://stevesouders.com/">Steve Souder&#8217;s</a> site provides a wealth of information and resources</li>
<li><a href="http://highscalability.com/">High Scalability</a> provides some interesting insights into other sites&#8217; architectures</li>
<li>Yahoo! Developer Network <a href="http://developer.yahoo.com/performance/">Exceptional Performance</a> blog and the <a href="http://code.google.com/speed/page-speed/docs/rules_intro.html">Google Page Speed</a> site</li>
</ul>
<p>Something else we&#8217;ve learned is that if you take your eye off the ball, performance will regress.  As we&#8217;ve spent the last year adding more and more features to our sites, we&#8217;ve given back some of our performance gains.  We recently embarked on a project to get some of that back and add more automtated performance measurement.  Stay tuned to our <a href="http://tech.shopzilla.com/">Shopzilla Tech Blog</a> for more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/performance-by-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am an Architect</title>
		<link>http://timmorrow.org/i-am-an-architect/</link>
		<comments>http://timmorrow.org/i-am-an-architect/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 23:14:29 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[software architecture]]></category>

		<guid isPermaLink="false">http://timmorrow.org/?p=3</guid>
		<description><![CDATA[This article is a cross-post from Shopzilla Tech Blog During a recent tech workshop, Phil challenged some of us to think about our roles from a different perspective; to give our “job descriptions” a bit of a different spin — focusing on job expectations. One of these exercises was to finish the thought, “I am [...]]]></description>
			<content:encoded><![CDATA[<p><em>This article is a cross-post from </em><a href="http://tech.shopzilla.com/"><em>Shopzilla Tech Blog</em></a></p>
<p>During a recent tech workshop, <a href="http://www.phildixon.org/">Phil</a> challenged some of us to think about our roles from a different perspective; to give our “job descriptions” a bit of a different spin — focusing on job expectations. One of these exercises was to finish the thought, “I am a …”.  I see a lot of job candidates with Architect titles on their resumes with a huge variety of skill sets and experience.  Looking beyond technical skills and trying to distill the qualities of an Architect was certainly an interesting exercise.</p>
<p>Here is my take on the expectations of an Architect:</p>
<p><strong><span style="text-decoration: underline;">I am an Architect</span></strong></p>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I am a strategic business partner, creating value through technology.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I clearly understand the “why”; I create the context and articulate the need to our delivery teams.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I enable my business partners to discover new possibilities through technology.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I lead by example.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I can visualize a solution before it exists.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I guide the design of high quality solutions, striking a practical balance between value and risk.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I am persuasive; I direct, not dictate.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I focus choice without limiting solutions.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I reduce complex problems into manageable pieces, define their interactions and communicate these concepts to all.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I respect the expertise of designers and engineers with more in-depth knowledge of their discipline.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I own my solutions at every level &#8211; from concept to production, software to hardware, cradle to grave.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I actively cultivate my partnerships with our Business, Quality, Project Management and Technology leadership.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I create principals and practices that advance business goals rather than place arbitrary restrictions.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I am relentless in my drive for continuous improvement.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I consider every problem an opportunity to learn something new.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I understand what’s at stake.</div>
<div id="_mcePaste" style="overflow-x: hidden; overflow-y: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">* I know that if I don’t, maybe nobody will.</div>
<ul>
<li>I am a strategic business partner, creating value through technology.</li>
<li>I clearly understand the “why”; I create the context and articulate the need to our delivery teams.</li>
<li>I enable my business partners to discover new possibilities through technology.</li>
<li>I lead by example.</li>
<li>I can visualize a solution before it exists.</li>
<li>I guide the design of high quality solutions, striking a practical balance between value and risk.</li>
<li>I am persuasive; I direct, not dictate.</li>
<li>I focus choice without limiting solutions.</li>
<li>I reduce complex problems into manageable pieces, define their interactions and communicate these concepts to all.</li>
<li>I respect the expertise of designers and engineers with more in-depth knowledge of their discipline.</li>
<li>I own my solutions at every level &#8211; from concept to production, software to hardware, cradle to grave.</li>
<li>I actively cultivate my partnerships with our Business, Quality, Project Management and Technology leadership.</li>
<li>I create principals and practices that advance business goals rather than place arbitrary restrictions.</li>
<li>I consider every problem an opportunity to learn something new.</li>
<li>I understand what’s at stake.</li>
<li>I know that if I don’t, maybe nobody will.</li>
</ul>
<p>I am an Architect and above all, I am relentless in my drive for continuous improvement.</p>
<p>Finally, what differentiates an architect on a smaller team from an enterprise architect or from a Chief Architect?  I found an interesting paper - <a title="Role of the Chief Architect paper" href="http://architectingforum.org/whitepapers/SAF_WhitePaper_2007_5.pdf">Role of the Chief Architect</a> &#8211; that suggests there are many dimensions, but organizational scope could be the primary factor.</p>
<p><img class="alignnone size-full wp-image-7" title="Dimensions of the Architect role" src="http://timmorrow.org/wp-content/uploads/2009/12/ArchitectDimensions.png" alt="Dimensions of an Architect" width="416" height="198" /></p>
<p><span style="font-family: 'Times New Roman'; line-height: normal; font-size: small;"> </span></p>
<div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #ffffff; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; background-position: initial initial; background-repeat: initial initial; padding: 0.6em; margin: 0px;">
<p>3KHEZWYNBEZ5</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://timmorrow.org/i-am-an-architect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
