<?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>Kitchen Soap &#187; Slides</title>
	<atom:link href="http://www.kitchensoap.com/category/slides/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kitchensoap.com</link>
	<description>Thoughts on capacity planning and web operations.</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:57:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MTTR is more important than MTBF (for most types of F)</title>
		<link>http://www.kitchensoap.com/2010/11/07/mttr-mtbf-for-most-types-of-f/</link>
		<comments>http://www.kitchensoap.com/2010/11/07/mttr-mtbf-for-most-types-of-f/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 18:27:23 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Etsy]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=508</guid>
		<description><![CDATA[This week I gave a talk at QCon SF about development and operations cooperation at Etsy and Flickr.  It&#8217;s a refresh of talks I&#8217;ve given in the past, with more detail about how it&#8217;s going at Etsy. (It&#8217;s going excellently ) There&#8217;s a bunch of topics in the presentation slides, all centered around roles, responsibilities, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This week I gave a talk at QCon SF about <a href="http://www.slideshare.net/jallspaw/dev-and-ops-collaboration-and-awareness-at-etsy-and-flickr" target="_blank">development and operations cooperation at Etsy and Flickr</a>.  It&#8217;s a refresh of talks I&#8217;ve given in the past, with more detail about how it&#8217;s going at Etsy. (It&#8217;s going excellently <img src='http://www.kitchensoap.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>There&#8217;s a bunch of topics in the presentation slides, all centered around roles, responsibilities, and intersection points of domain expertise commonly found in development and operations teams. One of the not-groundbreaking ideas that I&#8217;m finally getting down is something that should be evident for anyone practicing or interested in &#8216;continuous deployment&#8217;:</p>
<p style="padding-left: 30px;">Being able to recover quickly from failure is more important than having failures less often.</p>
<p>This has what should be an obvious caveat: some types of failures shouldn&#8217;t ever happen, and not all failures/degradations/outages are the same. (like failures resulting in accidental data <em>loss</em>, for example)</p>
<p>Put another way:</p>
<blockquote>
<h1><strong>MTTR is more important than MTBF </strong></h1>
<p><strong><em>(for most types of F)</em></strong></p></blockquote>
<p>(Edited: I did say originally &#8220;MTTR &gt; MTBF&#8221;)</p>
<p>What I&#8217;m definitely <strong>not</strong> saying is that failure should be an acceptable condition. I&#8217;m positing that since failure <em>will</em> happen, it&#8217;s just as important (or in some cases <em>more</em> important) to spend time and energy on your response to failure than trying to prevent it. I agree with <a href="http://twitter.com/ph" target="_blank">Hammond</a>, when he said:</p>
<blockquote><p>If you think you can prevent failure, then you aren&#8217;t developing your ability to respond.</p></blockquote>
<p>In a complete steal of <a href="http://radar.oreilly.com/artur/" target="_blank">Artur Bergman</a>&#8216;s material, an example in the slides of the talk is of the Jeep versus Rolls Royce:</p>
<p><a href="http://www.kitchensoap.com/wp-content/uploads/2010/11/Screen-shot-2010-11-07-at-1.08.39-PM.png"><img class="alignleft size-medium wp-image-517" title="Jeep versus Rolls" src="http://www.kitchensoap.com/wp-content/uploads/2010/11/Screen-shot-2010-11-07-at-1.08.39-PM-300x225.png" alt="Jeep versus Rolls" width="300" height="225" /></a> Artur has a Jeep, and he&#8217;s right when he says that for the most part, Jeeps are built with optimizing Mean-Time-To-Repair, not the classical approach to automotive engineering, which is to optimize Mean-Time-Between-Failures. This is likely because Jeep owners have been beating the shit out of their vehicles for decades, and every now and again, they expect that abuse to break something. Jeep designers know this, which is why it&#8217;s so damn easy to repair. Nuts and bolts are easy to reach, tools are included when you buy the thing, and if you haven&#8217;t seen the video of <a href="http://www.youtube.com/watch?v=lgwF8mdQwlw" target="_blank">Army personnel disassembling and reassembling a Jeep in under 4 minutes</a>, you&#8217;re missing out.</p>
<p>The Rolls Royce, on the other hand, likely don&#8217;t have such adventurous owners, and when it does break down, it&#8217;s a fine and acceptable thing for the car to be out of service for a long and expensive fixing by the manufacturer.</p>
<p>We as web operations folks want our architectures to be built optimized for MTTR, not for MTBF. I think that the reasons should be obvious, and the fact that practices like:</p>
<ul>
<li>Dark launching</li>
<li>Percentage-based production A/B rollouts</li>
<li><a href="http://code.flickr.com/blog/2009/12/02/flipping-out/" target="_blank">Feature flags </a></li>
</ul>
<p>are becoming commonplace should verify this approach as having legs.</p>
<p>The slides from QConSF are here:</p>
<div style="width:425px" id="__ss_5695138"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/jallspaw/dev-and-ops-collaboration-and-awareness-at-etsy-and-flickr" title="Dev and Ops Collaboration and Awareness at Etsy and Flickr" target="_blank">Dev and Ops Collaboration and Awareness at Etsy and Flickr</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/5695138" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/jallspaw" target="_blank">John Allspaw</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2010/11/07/mttr-mtbf-for-most-types-of-f/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Go or No-Go: Operability and Contingency Planning (Surge)</title>
		<link>http://www.kitchensoap.com/2010/11/03/go-or-no-go-operability-and-contingency-planning-surge/</link>
		<comments>http://www.kitchensoap.com/2010/11/03/go-or-no-go-operability-and-contingency-planning-surge/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 17:35:33 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Etsy]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=510</guid>
		<description><![CDATA[Last month I had the honor of speaking at the Surge Conference in Baltimore, put together by OmniTI. It was a most excellent conference, and the expertise levels were ridiculously high. I count myself lucky to be considered the same league as the rest of the presenters. I did give a Keynote talk, and I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Last month I had the honor of speaking at the <a href="http://omniti.com/surge/2010/speakers/john-allspaw" target="_blank">Surge Conference</a> in Baltimore, put together by <a href="http://omniti.com/" target="_blank">OmniTI</a>.</p>
<p>It was a most excellent conference, and the expertise levels were ridiculously high. I count myself lucky to be considered the same league as the rest of the presenters. I did give a Keynote talk, and I haven&#8217;t uploaded those slides yet. The talk I gave on the second day of the conference was about how we plan for feature launches at <a href="http://www.etsy.com" target="_blank">Etsy</a>, which follows a similar pattern we had at <a href="http://www.flickr.com" target="_blank">Flickr</a>.</p>
<p>So, here are the slides for that <a href="http://omniti.com/surge/2010/speakers/john-allspaw" target="_blank">talk</a>:</p>
<div style="width:425px" id="__ss_5657590"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/jallspaw/go-or-nogo-operability-and-contingency-planning-at-etsycom" title="Go or No-Go: Operability and Contingency Planning at Etsy.com" target="_blank">Go or No-Go: Operability and Contingency Planning at Etsy.com</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/5657590" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/jallspaw" target="_blank">John Allspaw</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2010/11/03/go-or-no-go-operability-and-contingency-planning-surge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slides for Velocity Talk 2009</title>
		<link>http://www.kitchensoap.com/2009/06/23/slides-for-velocity-talk-2009/</link>
		<comments>http://www.kitchensoap.com/2009/06/23/slides-for-velocity-talk-2009/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 23:39:53 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WebOps]]></category>
		<category><![CDATA[velocity conference]]></category>
		<category><![CDATA[Web Ops]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=257</guid>
		<description><![CDATA[UPDATE: blip.tv has the video of the talk as well, below. Jeez I have some major bed-head. That was a blast! I had never done a &#8216;duet&#8217; talk before. Here are the slides: 10+ Deploys Per Day: Dev and Ops Cooperation at Flickr &#8230;and the video of it is here:]]></description>
			<content:encoded><![CDATA[<p></p><p>UPDATE: blip.tv has the video of the talk as well, below. Jeez I have some major bed-head.</p>
<p>That was a blast! I had never done a &#8216;duet&#8217; talk before. Here are the slides:</p>
<div id="__ss_1628368" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="10+ Deploys Per Day: Dev and Ops Cooperation at Flickr" href="http://www.slideshare.net/jallspaw/10-deploys-per-day-dev-and-ops-cooperation-at-flickr?type=presentation">10+ Deploys Per Day: Dev and Ops Cooperation at Flickr</a><object style="margin:0px" 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=allspawhammondvelocity2009-090623161942-phpapp01&amp;stripped_title=10-deploys-per-day-dev-and-ops-cooperation-at-flickr" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=allspawhammondvelocity2009-090623161942-phpapp01&amp;stripped_title=10-deploys-per-day-dev-and-ops-cooperation-at-flickr" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<div style="width: 425px; text-align: left;">&#8230;and the video of it is here:</div>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYGMoH+LqzQ" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://blip.tv/play/AYGMoH+LqzQ" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2009/06/23/slides-for-velocity-talk-2009/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Slides from Web2.0 Expo 2009. (and somethin else interestin&#8217;)</title>
		<link>http://www.kitchensoap.com/2009/04/03/slides-from-web20-expo-2009-and-somethin-else-interestin/</link>
		<comments>http://www.kitchensoap.com/2009/04/03/slides-from-web20-expo-2009-and-somethin-else-interestin/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 21:21:40 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=115</guid>
		<description><![CDATA[That was a pretty good time. Saw lots of good and wicked smaht people, and I got a lot of great questions after my talk. The slides are up on slideshare, and here are the PDF slides. Operational Efficiency Hacks Web20 Expo2009 View more presentations from John Allspaw. UPDATE: Gil Raphaelli has posted his python [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>That was a pretty good time. Saw lots of good and wicked smaht people, and I got a lot of great questions after my talk. The slides are up on <a href="http://www.slideshare.net/jallspaw/operational-efficiency-hacks-web20-expo2009" target="_blank">slideshare</a>, and here are the <a title="Operational Efficiency Hacks Web 2.0 Expo 2009" href="http://kitchensoap.com/talks/OpsHacksWeb20Expo2009-Notes.pdf" target="_blank">PDF slides</a>. <strong><em></em></strong></p>
<div style="width:425px;text-align:left" id="__ss_1245887"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/jallspaw/operational-efficiency-hacks-web20-expo2009?type=presentation" title="Operational Efficiency Hacks Web20 Expo2009">Operational Efficiency Hacks Web20 Expo2009</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opshacksweb20expo2009-090403152449-phpapp02&#038;stripped_title=operational-efficiency-hacks-web20-expo2009" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=opshacksweb20expo2009-090403152449-phpapp02&#038;stripped_title=operational-efficiency-hacks-web20-expo2009" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/jallspaw">John Allspaw</a>.</div>
</div>
<p><strong><em>UPDATE:</em></strong> Gil Raphaelli has <a href="http://g.raphaelli.com/2009/4/2/libyahoo2-python-bindings" target="_blank">posted</a> his python bindings he wrote for our libyahoo2 use in our Ops IM Bot.</p>
<p>There <em>was</em> something that I left out of my slides, mostly because I didn&#8217;t want to distract from the main topic, which was optimization and efficiencies.</p>
<p>While I used our image processing capacity at Flickr as an example of how compilers and hardware can have some significant influence on how fast or efficient you can run, I had wondered what the Magical Cloud™ would do with these differences.</p>
<p>So I took the tests I ran on our own machines and ran them on Small, Medium, Large, Extra Large, and Extra Large(High) instances of EC2, to see. The results were a bit surprising to me, but I&#8217;m sure not surprising to anyone who uses EC2 with any significant amount of CPU demand.</p>
<p>For the testing, I have a script that does some super simple image resizing with GraphicsMagick. It splits a DSLR photo into 6 different sizes, much in the same way that we do at Flickr for the real world. It does that resizing on about 7 different files, and I timed them all. This is with the most recent version of GraphicsMagick, 1.3.5, with the awesome OpenMP bits in it.</p>
<p>Here is the slide of the tests run on different (increasingly faster) dedicated machines:</p>
<p style="text-align: center;"><img class="size-medium wp-image-117 aligncenter" title="Faster Image Processing Hardware" src="http://www.kitchensoap.com/wp-content/uploads/2009/04/gm-hardware2-300x213.png" alt="Faster Image Processing Hardware" width="300" height="213" /></p>
<p>and here is the slide that I <em>didn&#8217;t</em> include, of the EC2 timings of the same test:</p>
<p style="text-align: center;"><img class="size-medium wp-image-118 aligncenter" title="Image Processing on EC2" src="http://www.kitchensoap.com/wp-content/uploads/2009/04/gm-ec2-300x213.png" alt="Image Processing on EC2" width="300" height="213" /></p>
<p>Now I&#8217;m not suggesting that the two graphs <strong><em>should</em></strong> look similar, or that EC2 <em>should</em> be faster. I&#8217;m well aware of the shift in perspective when deploying capacity within the cloud versus within your own data center. So I&#8217;m not surprised that the fastest test results are on the order of 2x slower on EC2. Application logic, feature designs (synchronous versus asynchronous image processing, for example) can take care of these differences and could be a welcome trade-off in having to run your own machines.</p>
<p>What I am surprised about is the variation (or lack thereof) of all but the small instances. After I took a closer look at vmstat and top, I realized that the small instances consistently saw about 50-60% <a href="http://help.rightscale.com/cgi-bin/rightscale.cfg/php/enduser/std_adp.php?p_faqid=28" target="_blank">CPU stolen</a> from it, the mediums almost always saw zero stolen, and the Large and ExtraLarges saw up to 35% CPU stolen from it during the jobs.</p>
<p>So, interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2009/04/03/slides-from-web20-expo-2009-and-somethin-else-interestin/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Slides from Velocity</title>
		<link>http://www.kitchensoap.com/2008/06/25/slides-from-velocity/</link>
		<comments>http://www.kitchensoap.com/2008/06/25/slides-from-velocity/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 13:41:23 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[WebOps]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=48</guid>
		<description><![CDATA[Here are the slides from my talk at the Velocity Conference.]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="Capacity Management for Web Operations" href="http://www.slideshare.net/jallspaw/velocity2008-capacity-management1-484676" target="_blank">Here</a> are the slides from my talk at the Velocity Conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2008/06/25/slides-from-velocity/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Slides from Web 2.0 Expo2008</title>
		<link>http://www.kitchensoap.com/2008/04/29/slides-from-web-20-expo/</link>
		<comments>http://www.kitchensoap.com/2008/04/29/slides-from-web-20-expo/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 17:15:39 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Capacity Planning]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/?p=42</guid>
		<description><![CDATA[Here they are.]]></description>
			<content:encoded><![CDATA[<p></p><p>Here they <a title="Web 2.0 Expo 2008 Capacity Planning talk" href="http://www.kitchensoap.com/wp-content/uploads/2008/04/web20expo-capacityplanning.pdf" target="_blank">are</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2008/04/29/slides-from-web-20-expo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Slides from &#8216;Capacity Planning for LAMP&#8217; talk at MySQL Conf 2007</title>
		<link>http://www.kitchensoap.com/2007/04/27/slides-from-capacity-planning-for-lamp-talk-at-mysql-conf-2007/</link>
		<comments>http://www.kitchensoap.com/2007/04/27/slides-from-capacity-planning-for-lamp-talk-at-mysql-conf-2007/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 12:43:43 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Caching]]></category>
		<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/2007/04/27/slides-from-capacity-planning-for-lamp-talk-at-mysql-conf-2007/</guid>
		<description><![CDATA[This was a fun talk. I saw a lot of nods in the audience when I mentioned things pertaining to social applications (unpredictable usage, etc.). A lot of folks ask questions about how we use ganglia at Flickr. A PDF of my slides are here. If anyone can tell me how to get Keynote2 slides [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This was a fun talk. I saw a lot of nods in the audience when I mentioned things pertaining to social applications (unpredictable usage, etc.).  A lot of folks ask questions about how we use <a href="http://ganglia.sf.net">ganglia</a> at Flickr.</p>
<p>A PDF of my slides are <a href="http://www.kitchensoap.com/talks/MySQLConf2007-Capacity.pdf">here</a>. If anyone can tell me how to get Keynote2 slides into an HTML format, I&#8217;d appreciate it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2007/04/27/slides-from-capacity-planning-for-lamp-talk-at-mysql-conf-2007/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>slides from WebBuilder2.0</title>
		<link>http://www.kitchensoap.com/2006/12/11/slides-from-webbuilder20/</link>
		<comments>http://www.kitchensoap.com/2006/12/11/slides-from-webbuilder20/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 06:55:10 +0000</pubDate>
		<dc:creator>allspaw</dc:creator>
				<category><![CDATA[Slides]]></category>
		<category><![CDATA[Talks]]></category>

		<guid isPermaLink="false">http://www.kitchensoap.com/2006/12/11/slides-from-webbuilder20/</guid>
		<description><![CDATA[I&#8217;m not 100% sure where FTPOnline will put my slides&#8230;if I don&#8217;t find out soon, then I&#8217;ll put them here. This is a description of the talk I gave, and here are the slides.]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m not 100% sure where FTPOnline will put my slides&#8230;if I don&#8217;t find out soon, then I&#8217;ll put them here.</p>
<p>This is a description of the <a title="webbuilder2.0 capacity planning" href="http://ftponline.com/conferences/webbuilder/2006/webm-sessions.aspx#CapacityPlanning">talk</a> I gave, and here are the <a target="_blank" href="http://www.kitchensoap.com/wp-content/uploads/2006/12/webbuilder-capplan2006.ppt">slides</a>.<br />
<a title="webbuilder2.0 capacity planning" href="http://ftponline.com/conferences/webbuilder/2006/webm-sessions.aspx#CapacityPlanning"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kitchensoap.com/2006/12/11/slides-from-webbuilder20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

