<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
    <channel>
        <title>Brandon Kelly</title>
        <link>http://brandon-kelly.com/</link>
        <description></description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Sun, 27 Apr 2008 20:58:39 -0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Playa for ExpressionEngine</title>
            <description><![CDATA[<img alt="Playa field" src="/apps/playa/playa.jpg"/>

<p>Playa is a powerful one-to-many field for ExpressionEngine. It enables you to&hellip;</p>

<h4 style="margin-bottom: 0">Pull content from multiple weblogs</h4>
<p style="margin-top: 0">Other relationship fields limit you to a single weblog. That suits most scenarios just fine, but for the times when it would be nice to pull from multiple weblogs, Playa is ready and waiting.</p>

<h4 style="margin-bottom: 0">Limit the number of selectable entries</h4>
<p style="margin-top: 0">You can easily set a limit on the number of entries an author can select. When they&rsquo;ve passed that limit, new selections will appear grayed-out to reflect that they will not show up in the template.</p>

<h4 style="margin-bottom: 0">Order your selections with drag-and-drop</h4>
<p style="margin-top: 0">Alphabetical order is great and all, but sometimes it&rsquo;s nice to have a little more control. Playa gives you that control.</p>

<h4 style="margin-bottom: 0">Close your entries and mean it</h4>
<p style="margin-top: 0">Other relationship fields will display a related entry whether it&rsquo;s open or not. Playa respects an entry&rsquo;s status</p>

<h4 style="margin-bottom: 0">Set selections as searchable</h4>
<p style="margin-top: 0">When setting up your Playa fields, you&rsquo;re given the option to make them searchable. Unlike other relationship fields, this setting actually works with Playa. (This is limited to the related entries&rsquo; titles only.	)</p>


<h3>Installation Instructions</h3>
<ol>
	<li>Download the latest version (below)</li>
	<li>Upload <code>ext.playa.php</code> and the entire <code>playa</code> folder to <code>system/extensions/</code></li>
	<li>Enable Playa in the Extensions Manager</li>
</ol>

<h3>Usage</h3>
<p>To set up a playa field, just select &ldquo;Playa&rdquo; from the Field Type drop-down when creating a new custom field. From there you can customize it just like any other field type.</p>
<p>To add a Playa field to a template, just use the Relationship field syntax:</p>
<p><code>{related_entries id=&quot;my_playa_field&quot;}<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;h4&gt;{title}&lt;/h4&gt;<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;{body}&lt;/p&gt;<br/>
	{/related_entries}</code></p>
<p>That&rsquo;s it! Playa will loop through that code block multiple times to display each entry.</p>

<ul class="visitlinks">
    <li class="download">Download <a href="/apps/playa/playa_109.zip">Playa 1.0.9</a> <em>(requires ExpressionEngine 1.6 or later and PHP 5 or later)</em></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fapps%2Fplaya%2F&amp;seed_title=Playa+for+ExpressionEngine</link>
            <guid>http://brandon-kelly.com/apps/playa/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Apps</category>
            
            
            <pubDate>Sun, 27 Apr 2008 20:58:39 -0800</pubDate>
        </item>
        
        <item>
            <title>Snitch for ExpressionEngine</title>
            <description><![CDATA[<p>Snitch is an extension that overrides ExpressionEngine&rsquo;s built-in notification system. It sends notifications when entries are created, updated, and deleted, and enables you to customize the e-mail template. It uses the same per-weblog Notification Preferences that the built-in notification system use, so setup is quick and painless.</p>

<p>Here is what Snitch&rsquo;s Settings look like:</p>

<img alt="Snitch Settings" src="/apps/snitch/snitch-settings.jpg"/>

<h3>Installation Instructions</h3>
<ol>
	<li>Download the latest version (below)</li>
	<li>Upload <code>ext.snitch.php</code> to <code>system/extensions/</code></li>
	<li>Upload <code>lang.snitch.php</code> to <code>system/language/english/</code></li>
	<li>Enable Snitch in the Extensions Manager</li>
</ol>

<h3>E-mail Template Variables</h3>
<p>The following variables are available both to the E-mail Subject Template and the E-mail Message Template:</p>
<dl>
	<dt><code>{action}</code></dt>
		<dd>the action that just took place (&ldquo;created&rdquo;, &ldquo;updated&rdquo;, or &ldquo;deleted&rdquo;)</dd>
	<dt><code>{email}</code></dt>
		<dd>the e-mail address of the user that performed the action</dd>
	<dt><code>{entry_id}</code></dt>
	<dt><code>{entry_status}</code></dt>
		<dd>the status of your entry (&ldquo;open&rdquo; or &ldquo;closed&rdquo;)</dd>
	<dt><code>{entry_title}</code></dt>
	<dt><code>{name}</code></dt>
		<dd>the username of the user that performed the action</dd>
	<dt><code>{url}</code></dt>
		<dd>the full URL: <code>{weblog_url}</code>+<code>{url_title}</code> (only shows if both URLs are set)</dd>
	<dt><code>{url_title}</code></dt>
	<dt><code>{weblog_name}</code></dt>
	<dt><code>{weblog_url}</code></dt>
</dl>

<h3>Troubleshooting</h3>
<p>There are three Preference areas that effect Snitch:</p>
<ol>
	<li>Snitch Settings in Admin &rsaquo; Utilities &rsaquo; Extensions Manager</li>
	<li>E-mail Configuration in Admin &rsaquo; System Preferences</li>
	<li>Notification Preferences in Admin &rsaquo; Weblog Administration &rsaquo; Weblog Management &rsaquo; Edit Preferences (each weblog has its own)</li>
</ol>
<p>If you&rsquo;re not receiving notifications, be sure to check all three areas.</p>

<ul class="visitlinks">
    <li class="download">Download <a href="/apps/snitch/snitch_100.zip">Snitch 1.0.0</a> <em>(requires ExpressionEngine 1.4.2 or later)</em></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fapps%2Fsnitch%2F&amp;seed_title=Snitch+for+ExpressionEngine</link>
            <guid>http://brandon-kelly.com/apps/snitch/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Apps</category>
            
            
            <pubDate>Sun, 06 Apr 2008 12:59:26 -0800</pubDate>
        </item>
        
        <item>
            <title>Sarge for ExpressionEngine</title>
            <description><![CDATA[<p>While working on the CMS for <a href="http://brandon-kelly.com/sites/navigant-consulting/">Navigant</a> I had a need for adding <code>&lt;optgroup&gt;</code>s to a Drop-down List field. So I wrote this little extension that overrides ExpressionEngine&rsquo;s built-in drop-down creation function. On top of <code>&lt;optgroup&gt;</code> support, you can also use it to specify each option&rsquo;s value.</p>

<img alt="Sarge Field Settings" src="/apps/sarge/sarge-field-settings.jpg"/>

<h3>Installation Instructions</h3>
<ol>
	<li>Download the latest version (below)</li>
	<li>Upload <code>ext.sarge.php</code> to <code>system/extensions/</code></li>
	<li>Enable Sarge in the Extensions Manager</li>
</ol>

<h3>Example Syntax</h3>
<p>If you were to enter the following code into the Select Options text box in the Field Settings&hellip;</p>
<blockquote>
<code>
	Select an Option =<br/>
	<br/>
	[optgroup] = Fruit<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;Apple = apl<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;Orange = org<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;Mango = mgo<br/>
	[/optgroup]<br/>
	[optgroup] = Veggies<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;Bell Pepper = bpr<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;Carrot = crt<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;Potato = pto<br/>
	[/optgroup]<br/>
</code>
</blockquote>

<p>&hellip;It would become what follows in the Publish form.</p>

<blockquote>
<code class="block">
	&lt;option value=""&gt;Select an Option...&lt;/option&gt;<br/>
	&lt;option value=""&gt;&lt;/option&gt;<br/>
	&lt;optgroup label="Fruit"&gt;<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="apl"&gt;Apple&lt;/option&gt;<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="org"&gt;Orange&lt;/option&gt;<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="mgo"&gt;Mango&lt;/option&gt;<br/>
	&lt;/optgroup&gt;<br/>
	&lt;optgroup label="Veggies"&gt;<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="bpr"&gt;Bell Pepper&lt;/option&gt;<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="crt"&gt;Carrot&lt;/option&gt;<br/>
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value="pto"&gt;Potato&lt;/option&gt;<br/>
	&lt;/optgroup&gt;<br/>
</code>
</blockquote>

<p>If you do not specify a value for an option, it will behave just like it would without this extension (the value would be set to the label).</p>

<ul class="visitlinks">
    <li class="download">Download <a href="/apps/sarge/sarge_100.zip">Sarge 1.0.0</a> <em>(requires ExpressionEngine 1.4 or later)</em></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fapps%2Fsarge%2F&amp;seed_title=Sarge+for+ExpressionEngine</link>
            <guid>http://brandon-kelly.com/apps/sarge/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Apps</category>
            
            
            <pubDate>Thu, 03 Apr 2008 22:56:27 -0800</pubDate>
        </item>
        
        <item>
            <title>Navigant Consulting</title>
            <description><![CDATA[<img class="screenshot" alt="Navigant Consulting" src="/2008/03/navigant-home.jpg"/>

<p>Meet the new <a href="http://navigantconsulting.com/" title="Navigant Consulting">NavigantConsulting.com</a>, a truly beautiful website both on the inside and out. <a href="http://www.ivankandi.com/">Ivan Kandi</a> did most of the design work, and I did most of the development. It has completely consumed my time since the beginning of the year, sparing me only two days off up until Friday, March 7. But it was all worth it in the end; I have never been more proud of my work, and I even won a &ldquo;Core Award&rdquo; for my efforts.</p>

<p>The original plan was to build the site in Microsoft SharePoint, per client request. Design Reactor has no SharePoint experience, so we hired a consultant to lead development. I was on-board to oversee his work and help out with the CSS. But once Navigant got a glimpse of the hosting costs, they decided to let us use <a href="http://expressionengine.com/">ExpressionEngine</a> instead. (SharePoint is meant to be a corporate intranet tool, and was clearly not created with public-facing websites in mind.) At that point, I became the main developer on the project, tasked with all back-end and just about all front-end development. (The only thing I wasn&rsquo;t involved in on the front-end was the Knowledge Center, a one-stop shop for informative PDFs, upcoming events, testimonials, etc.)</p>

<div class="img with-caption">
    <img class="block" alt="drop-down menus" src="/2008/03/navigant-dropdowns.jpg"/>
    <span>Two drop-down menu styles used in the site&rsquo;s header</span>
</div>
<span class="clear"></span>

<p>To my knowledge, this is the first major project that has gone through Design Reactor where the bulk of the work centered around good old-fashioned HTML, rather than Flash &ndash; a welcome change. Flash does play a role, though. For instance, many pages contain relevant PDF downloads, and if the user has Flash Player installed, they will have the option to add these PDFs to their &ldquo;Virtual Briefcase&rdquo;. When the user is ready, they can download the entire contents of their Virtual Briefcase as a single Zip file.</p>

<p>Another fun use of Flash can be found in the <a href="http://navigantconsulting.com/about_nci/locations/" title="Navigant Consulting - About NCI - Locations">Locations</a> page which contains an interactive map, much like the one I did for Basic Chemical Solutions <a href="/2006/01/basic-chemical-solutions.html" title="Basic Chemical Solutions">a couple years back</a>.</p>

<div class="img with-caption">
    <img class="block" alt="downloadable files and the Virtual Briefcase" src="/2008/03/navigant-vb.jpg"/>
    <span>Downloadable files and the Virtual Briefcase</span>
</div>
<span class="clear"></span>

<p>As a whole, this was a very fun and educational project for me. It gave me the opportunity to learn ExpressionEngine, presented some interesting CSS challenges, and acquainted me with the crazy world of localization. And most importantly, the client was very pleased with the outcome. It&rsquo;s not feature-complete quite yet &ndash; a new section, new languages, and other features are on their way. Stay tuned!</p>

<ul class="visitlinks">
    <li>Visit <a href="http://navigantconsulting.com">Navigant Consulting</a></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fsites%2Fnavigant-consulting%2F&amp;seed_title=Navigant+Consulting</link>
            <guid>http://brandon-kelly.com/sites/navigant-consulting/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Sites</category>
            
            
            <pubDate>Sat, 08 Mar 2008 21:00:35 -0800</pubDate>
        </item>
        
        <item>
            <title>Walt Disney World</title>
            <description><![CDATA[<img class="screenshot" alt="Walt Disney World Resort" src="/2007/12/walt_disney_world.jpg" />

<p>Design Reactor and Sapient have built a new website for Walt Disney World Resort. Design Reactor&rsquo;s role was to create a motion graphics piece for the homepage, and assemble lifestyle slideshows for each park landing page. I ended up doing all the engineering for these pieces, working closely with Sapient engineers to integrate our work into their container.</p>

<ul class="visitlinks">
    <li>Visit <a href="http://disneyworld.com">Walt Disney World</a></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fsites%2Fwalt-disney-world%2F&amp;seed_title=Walt+Disney+World</link>
            <guid>http://brandon-kelly.com/sites/walt-disney-world/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Sites</category>
            
            
            <pubDate>Thu, 20 Dec 2007 16:05:05 -0800</pubDate>
        </item>
        
        <item>
            <title>BEA</title>
            <description><![CDATA[<img alt="BEA homepage" class="screenshot" src="/2007/12/bea.jpg" />

<p>Back in July I had the opportunity to code a new homepage for BEA, based on a design they provided. It's been a few months since I delivered it, and it looks like they&rsquo;ve finally published it.</p>

<p>There are a lot of cool things going on in the JavaScript that help keep the HTML clean and simple. Most notably, there is a simple unordered list in the HTML that lists the Featured Downloads. If Flash Player 8+ is installed, JavaScript will grab all the links in the list, replace the list with a Flash object, and feed the links back to the Flash object. If the user does not have Flash Player 8+ installed, the list stays put, and is styled somewhat similarly to what the Flash object looks like through CSS.</p>

<ul class="visitlinks">
    <li>Visit <a href="http://bea.com">BEA</a></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fsites%2Fbea%2F&amp;seed_title=BEA</link>
            <guid>http://brandon-kelly.com/sites/bea/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Sites</category>
            
            
            <pubDate>Tue, 04 Dec 2007 11:07:03 -0800</pubDate>
        </item>
        
        <item>
            <title>Featured on SWFAddress Showcase</title>
            <description><![CDATA[<p>Asual just published a showcase of websites that make good use of their Flash deep-linking script, SWFAddress.</p>

<p>I checked it out, and was delighted to find two sites that I had worked on featured on the page! They are <a href="http://designreactor.com">Design Reactor</a> and <a href="http://www.palm.com/us/products/smartphones/centro/">Palm Centro</a>.</p>

<p>Check out the showcase <a href="http://www.asual.com/swfaddress/showcase/" title="Asual | SWFAddress Showcase">here</a>.</p>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fposts%2Ffeatured-on-swfaddress-showcase%2F&amp;seed_title=Featured+on+SWFAddress+Showcase</link>
            <guid>http://brandon-kelly.com/posts/featured-on-swfaddress-showcase/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Posts</category>
            
            
            <pubDate>Tue, 13 Nov 2007 09:57:29 -0800</pubDate>
        </item>
        
        <item>
            <title><![CDATA[Before &lsquo;n After refresh]]></title>
            <description><![CDATA[<img class="screenshot" src="/2007/10/images/before_n_after.jpg" alt="Before &lsquo;n After homepage" />

<p>Just finished refreshing the look/markup of my neighbor&rsquo;s interior design business website.</p>

<ul class="visitlinks">
    <li>Visit <a href="http://beforenafter.net/">Before &lsquo;n After</a></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fsites%2Fbefore-n-after%2F&amp;seed_title=%3C%21%5BCDATA%5BBefore+%26lsquo%3Bn+After+refresh%5D%5D%3E</link>
            <guid>http://brandon-kelly.com/sites/before-n-after/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Sites</category>
            
            
            <pubDate>Mon, 15 Oct 2007 14:03:16 -0800</pubDate>
        </item>
        
        <item>
            <title>Countertop Pepper for Mint</title>
            <description><![CDATA[<img class="block" src="/apps/countertop/countertop.jpg" alt="Countertop Pepper" />

<p>Now that Tinabi is <a href="http://tinabi.net" title="Tinabi">accepting email addresses</a> from people that would like to be notified when it&rsquo;s time to cut the tape, I thought it would be convenient if I had a simple plugin for Mint that would help me keep track of the email count.</p>

<p>So I created <a href="http://haveamint.com/peppermill/pepper/64/countertop/">Countertop</a>, and it does exactly that. You specify the database and the table, and it does the rest. Very bare-bones, but it should get the job done.</p>

<ul class="visitlinks">
    <li class="download">Download <a href="countertop_v100.zip">Countertop 1.0</a> <em>(4 KB)</em></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fapps%2Fcountertop%2F&amp;seed_title=Countertop+Pepper+for+Mint</link>
            <guid>http://brandon-kelly.com/apps/countertop/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Apps</category>
            
            
            <pubDate>Mon, 15 Oct 2007 00:20:00 -0800</pubDate>
        </item>
        
        <item>
            <title>Palm Treo 680 Tour wins award for Outstanding Website</title>
            <description><![CDATA[<img class="screenshot" src="/2007/10/images/palm_treo_680.jpg" alt="Palm Treo 680 Tour" />

<p>The Palm Treo 680 Tour microsite I worked on just won another award! This one comes from the <a href="http://www.webaward.org/winner.asp?eid=9098">Web Marketing Association</a>, and is recognized for &ldquo;Outstanding Achievement in Website Development&rdquo;.</p>

<p>Previously, the site won a 2007 Bronze Award in the Consumer Information category from <a href="http://www.horizoninteractiveawards.com/winners/07/consumerinfo.htm">Horizon Interactive Awards</a>.</p>

<ul class="visitlinks">
    <li>Visit <a href="http://www.palm.com/us/products/smartphones/treo680/tour/main.html" onclick="return popup(this, 'palm_treo_680_tour', 700, 551)">Palm Treo 680 Tour</a></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fposts%2Fpalm-treo-680-tour-wins-award%2F&amp;seed_title=Palm+Treo+680+Tour+wins+award+for+Outstanding+Website</link>
            <guid>http://brandon-kelly.com/posts/palm-treo-680-tour-wins-award/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Posts</category>
            
            
            <pubDate>Thu, 11 Oct 2007 14:07:27 -0800</pubDate>
        </item>
        
        <item>
            <title>Mint: A Fresh Look at your... Past?</title>
            <description><![CDATA[<p>This is weird: Just pulled up Mint to check the stats (it&rsquo;s proving to be very addictive), and saw this in the Referrers pane:</p>

<div class="img">
    <img src="/2007/10/images/redsplash_referrer.jpg" alt="Referral from redsplash.com" />
</div>
<span class="clear"></span>

<p>At which point I almost fell off my chair. You see, <em>redsplash.com was my very first domain name, ever</em>.</p>

<p>I bought it back in 2001 to be used as my portfolio site. Unfortunately a year later, I completely forgot to renew, and it was quickly snagged up by a bot. That being my sophomore year in high school, I did not exactly have $500 to spend on reclaiming a domain name, and was forced to part ways.</p>

<p>I clicked on the referral URL, which brought me to a site that didn&rsquo;t appear to be one of those <em>Buy-this-domain-now!</em>-type of sites, but didn&rsquo;t appear to be a normal business&rsquo; website either.</p>

<p>At any rate, I think my logo was quite better:</p>

<div class="img with-caption">
    <img src="/2007/10/images/redsplash_logo.jpg" alt="My Redsplash logo" />
    <span>My Redsplash logo</span>
</div>
<span class="clear"></span>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fposts%2Fmint-a-fresh-look-at-your-past%2F&amp;seed_title=Mint%3A+A+Fresh+Look+at+your...+Past%3F</link>
            <guid>http://brandon-kelly.com/posts/mint-a-fresh-look-at-your-past/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Posts</category>
            
            
            <pubDate>Mon, 08 Oct 2007 22:56:44 -0800</pubDate>
        </item>
        
        <item>
            <title>Microsoft System Center Ad</title>
            <description><![CDATA[<p>Signal vs. Noise just <a href="http://www.37signals.com/svn/posts/639-microsoft-system-center-ad" title="Microsoft System Center Ad - (37signals)">posted</a> an ad I sent in for Microsoft System Center. The ad depicts an elevator with a <em>huge</em> panel of buttons, presumably, for a very tall building.</p>

<p>Most of the comments are pretty square&mdash;they don&rsquo;t exactly see the humor in it. Oh well&hellip;</p>

<p><em><strong>Oct 9 Update:</strong> Fake Steve just posted the ad on his blog. See <a href="http://fakesteve.blogspot.com/2007/10/microsoft-because-your-business-is-huge.html" title="The Secret Diary of Steve Jobs: Microsoft: Because your business is huge and confusing, and so is our software">here</a>.</em></p>

<p><em><strong>Oct 9 Update 2:</strong> Now John Gruber of Daring Fireball is <a href="http://daringfireball.net/linked/2007/october/#tue-09-msft" title="Daring Fireball Linked List: October 2007">linking to it</a>. (Yes, linking to a link is totally redundant, but that&rsquo;s how you know it&rsquo;s good.)</em></p>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fposts%2Fmicrosoft-system-center-ad%2F&amp;seed_title=Microsoft+System+Center+Ad</link>
            <guid>http://brandon-kelly.com/posts/microsoft-system-center-ad/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Posts</category>
            
            
            <pubDate>Mon, 08 Oct 2007 15:59:18 -0800</pubDate>
        </item>
        
        <item>
            <title>Tinabi Teaser Page Up</title>
            <description><![CDATA[<p>Complete with a &ldquo;keep me posted&rdquo; form.</p>

<ul class="visitlinks">
    <li>Visit <a href="http://tinabi.net/">Tinabi</a></li>
</ul>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fposts%2Ftinabi-teaser-page-up%2F&amp;seed_title=Tinabi+Teaser+Page+Up</link>
            <guid>http://brandon-kelly.com/posts/tinabi-teaser-page-up/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Posts</category>
            
            
            <pubDate>Mon, 08 Oct 2007 00:29:50 -0800</pubDate>
        </item>
        
        <item>
            <title>Just installed Mint</title>
            <description><![CDATA[<p>I just installed <a href="http://haveamint.com/">Mint</a>, a ridiculously cool website analytics tool. Setup was surprisingly quick and painless, with two somewhat frustrating exceptions:</p>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fposts%2Fjust-installed-mint%2F&amp;seed_title=Just+installed+Mint</link>
            <guid>http://brandon-kelly.com/posts/just-installed-mint/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Posts</category>
            
            
            <pubDate>Sat, 06 Oct 2007 23:13:31 -0800</pubDate>
        </item>
        
        <item>
            <title>An Event Apart San Francisco 2007</title>
            <description><![CDATA[<img src="/2007/10/images/an_event_apart_sf_2007.jpg" alt="An Event Apart San Francisco 2007" />

<p class="caption">Left to right: Myself,
    <a href="http://annieliang.com">Annie Liang</a>,
    <a href="http://jasonsantamaria.com/">Jason Santa Maria</a>,
    <a href="http://incisive.nu/">Erin Kissane</a>.
    Via <a href="http://flickr.com/photos/neox223/1500118293/" title="AEA - Brandon, Me, Jason &amp; Erin on Flickr - Photo Sharing!">Annie</a>.
</p>

<p>I&rsquo;ve been at <a href="http://aneventapart.com/events/sf07/">An Event Apart</a> the last couple days. This was the first big conference I&rsquo;v ever been to, and I had an awesome time! Great speakers, great attendees, and great food.</p>

<p>What follows is a collection of the memorable things I took from most of the sessions.</p>]]></description>
            <link>http://brandon-kelly.com/feeder/?FeederAction=clicked&amp;feed=All+%28RSS%29&amp;seed=http%3A%2F%2Fbrandon-kelly.com%2Fposts%2Fan-event-apart-sf-2007%2F&amp;seed_title=An+Event+Apart+San+Francisco+2007</link>
            <guid>http://brandon-kelly.com/posts/an-event-apart-sf-2007/</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Posts</category>
            
            
            <pubDate>Sat, 06 Oct 2007 20:02:23 -0800</pubDate>
        </item>
        
    </channel>
</rss>

