<?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>Now Direction</title>
	<atom:link href="http://nowdirection.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nowdirection.com</link>
	<description>Online Publishing Precision</description>
	<lastBuildDate>Fri, 05 Feb 2010 02:13:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox and the A IMG Combo</title>
		<link>http://nowdirection.com/2010/02/firefox-and-the-a-img-combo/</link>
		<comments>http://nowdirection.com/2010/02/firefox-and-the-a-img-combo/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 02:10:35 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://nowdirection.com/?p=641</guid>
		<description><![CDATA[I noticed this a few Firebug upgrades ago&#8230; but I didn&#8217;t care to solve it until now. 
When you inspect an IMG (image) tag that is wrapped in an A (anchor) tag, you will see that the A tag is not actually expanding to cover the image. (Fig 1.) The A tag is represented as [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed this a few <a href="http://https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank" title="Firebug add-on for Firefox browser">Firebug</a> upgrades ago&#8230; but I didn&#8217;t care to solve it until now. </p>
<p>When you inspect an IMG (image) tag that is wrapped in an A (anchor) tag, you will see that the A tag is not actually expanding to cover the image. (Fig 1.) The A tag is represented as a horizontal bar that extends several pixels above and below the baseline of your image. </p>
<p>At first this is surprising, but once you verify that it still functions as expected, you scratch your head and move on to more pressing matters. And pray that the Pixel Bitch doesn&#8217;t notice. </p>
<p><a href="http://nowdirection.com/wp-content/uploads/2010/02/a-img-before.jpg" rel="lightbox"><img src="http://nowdirection.com/wp-content/uploads/2010/02/a-img-before-300x235.jpg" alt="a-img-before" title="a-img-before" width="300" height="235" class="alignnone size-medium wp-image-642" /></a></p>
<h6>Figure 1. Inspecting the A tag of the <em>A IMG</em> combo (with Firebug in Firefox). See how it&#8217;s flattened at the base of the image? ^</h6>
<p>I played with the CSS display property of the A tag until I got it to cover the image. First try: <code>div.ad a { display:block; }</code></p>
<p>Okay, so now the &#8220;A&#8221; tag now displaces the correct height of the image. <em>And</em> there is the added benefit of losing that extra 5px or so pixels of vertical margin underneath of the image. (Fig. 2.) It&#8217;s odd because that amount of space has a certain minimum height that&#8217;s based on the font and line-height since the default is <strong>display:inline</strong>.<br />
<a href="http://nowdirection.com/wp-content/uploads/2010/02/a-img-after-1.jpg" rel="lightbox"><img src="http://nowdirection.com/wp-content/uploads/2010/02/a-img-after-1-490x423.jpg" alt="a-img-after-1" title="a-img-after-1" width="490" height="423" class="aligncenter size-large wp-image-652" /></a></p>
<h6>Figure 2. Fixed on inspection and behaving properly!^</h6>
<p>The net effect is about a five pixel decrease in padding under the image. And if you still have <strong>:focus</strong> on, you&#8217;ll see that it snugly wraps the image border instead of just appearing at the base. </p>
<p>The permanent fix to this minor issue? Set display block on all A tags that have child IMG tags.<br />
<code><br />
     a>img { display:block; }<br />
</code></p>
<p>Veddy nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2010/02/firefox-and-the-a-img-combo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging Print CSS: Kick Ass THEN Take Names</title>
		<link>http://nowdirection.com/2010/01/debugging-print-css/</link>
		<comments>http://nowdirection.com/2010/01/debugging-print-css/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 20:22:05 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://nowdirection.com/?p=597</guid>
		<description><![CDATA[How to debug and deconstruct a print stylesheet. ]]></description>
			<content:encoded><![CDATA[<p>When your client requests a print stylesheet that matches only the content area of the site, you my friend are in luck. Just follow this formula: <strong>Kick Ass, <em>then</em> Take Names.</strong> </p>
<p>We&#8217;re familiar with the <a href="http://www.alistapart.com/articles/goingtoprint/" target="_blank" title="A List Apart: Going to Print">ALA method</a> of generating a print stylesheet. The basic idea (assuming you have well-structured HTML) is to add a few &#8220;noprint&#8221; classes to  specific page divisions and make them disappear. Then, format what&#8217;s left to generate nicely-printed page. </p>
<p>From a Content Management point of view, this is essentially a <strong>print view</strong> of your page. The only problem is that the User can print from the browser at any time, so you  cannot rely on the &#8220;Print this page&#8221; link for pretty CMS print templates. This is another justification for the eventual universal Print Stylesheet.  </p>
<h3>THE PRINT STYLESHEET</h3>
<p>A year ago, the client had a nicely printed page. My tweaks were confirmed by a graphic designer with experience in print (who has &#8211; and still does &#8211; typeset books). But the client doesn&#8217;t want a page of type, designed or not. The client wants what&#8217;s on the screen in the content area. (Fig. 1)<a href="http://nowdirection.com/wp-content/uploads/2010/02/original-page.jpg"><img src="http://nowdirection.com/wp-content/uploads/2010/02/original-page.jpg" alt="original-page" title="original-page" width="460" height="368" class="alignnone size-full wp-image-619" /></a></p>
<h6>Fig. 1. The standard template with the Header, Navigation, Content Area, Sidebar and Footer parts blocked-out. ^</h6>
<p>Once you get a stylesheet link added to the header (ensure that the media tag is set to &#8220;print&#8221; ), it&#8217;s easy to start debugging. First, refresh your page. Next, hit <strong>Crtl +P</strong> (or <strong>Cmd+P</strong>) to bring up your OS&#8217;s print menu. Then, hit &#8220;Print Preview.&#8221; On Mac OS 10, you&#8217;ll get a PDF of the printed page in <strong>Preview</strong> app. On Windows XP I think it&#8217;s a resized screen capture. </p>
<p><small>[On a related note: <a href="http://support.microsoft.com/kb/888241" target="_blank" title="Microsoft Support: IE 6 Print Preview Crash">IE 6 cannot have table row padding greater than zero, or else it will crash Print Preview</a>.]</small></p>
<p>Then it&#8217;s an <strong>Alt + Tab</strong> flick back to the CSS editor. Save. Then back and forth to the browser. Refresh. Print. Preview. </p>
<h3>DEBUGGING PRINT CSS</h3>
<p>A previous developer took a stab at the aforementioned standard technique and got rid of the backgrounds and some of the main areas. This was a solid head start, but I ran into the same things that he did.  There were still inheritance issues. And the ASP .NET FORM and extraneous DIV elements didn&#8217;t help. </p>
<p>I took a swing at it, and started from the outer DIVs and targeted the header, logos, sidebar, menus, and container elements, setting them all to <code>display:none</code>. That worked okay, but it still created positioning inheritance issues. Some DIVs still appeared to hold their shape and position contradicting what looked like obvious overrides. </p>
<p>To better see what was going on, you usually just put a border on all DIVs. But I also incorporated one of the techniques for adding the actual URL address in parenthesis after an underlined link term in the copy. It amounts to some decent code that will help you identify the elements in your print preview. At the end of your print stylesheet, add this print debugging CSS:<br />
<code><br />
    div { border:1px solid aqua; }<br />
    div:before { content:"div: " attr(id) "-start"}<br />
    div:after { content:"div: " attr(id) "-end"}<br />
</code></p>
<p>Basically, it will trace all the divisions of your page, and add the DIVs&#8217; ID attributes to them so that you can see who&#8217;s doing what. I find it extremely helpful when fine tuning CSS selectors.  (Fig. 2.)<br />
<a href="http://nowdirection.com/wp-content/uploads/2010/02/after-css-attr.jpg"><img src="http://nowdirection.com/wp-content/uploads/2010/02/after-css-attr.jpg" alt="after-css-attr" title="after-css-attr" width="460" height="450" class="alignnone size-full wp-image-625" /></a></p>
<h6>Fig. 2. Print preview of the debugging CSS.^</h6>
<h3>KICKING ASS</h3>
<p>After an hour of not getting the DIVs to disappear, I stopped this silly outside-in approach of stringing huge DOM selectors to try and override all the previous styles. I went for the nuclear option. I deleted the print styles and replaced them all with one line:<br />
<code>div { display:none }</code></p>
<h3>TAKING NAMES</h3>
<p>Then, I gave the body a black border <code>{ border:1px solid #000; }</code> and set the margins and width on it, similar to the &#8220;artboard&#8221; in Adobe Illustrator. From there, I walked down the DOM tree of the Content Area, turning &#8220;on&#8221; each DIV, and adjusting dimensions as I went. The print debugging code (above) helped because I could see each new border turn &#8220;on&#8221; as I saved a new rule.<br />
<code>#someElement {display:block; margin:0. padding:0; position:relative; visibility:visible; }</code></p>
<p>For this fairly good-sized site, this approach worked very well. Nuke everything, then turn on only the parts you want. By contrast, to go and name everything you <em>don&#8217;t</em> want can be error-prone, time consuming, and inefficient to code!</p>
<p>In the end I displayed exactly what the client wanted (their content area) and it even saved them some time &amp; money. </p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2010/01/debugging-print-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Firefox. Significantly.</title>
		<link>http://nowdirection.com/2010/01/speed-up-firefox-significantly/</link>
		<comments>http://nowdirection.com/2010/01/speed-up-firefox-significantly/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:00:50 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://nowdirection.com/?p=614</guid>
		<description><![CDATA[I was browsing over here and found a client-side solution that makes Firefox fly. 

Open a new tab and go to about:config
Type in &#8220;network.http.pipelining&#8220;
Click the booleans to switch their values to true, and double the integer to &#8220;8&#8243; instead of &#8220;4.&#8221;
Close the tab.

Happy surfing!
]]></description>
			<content:encoded><![CDATA[<p>I was browsing over <a href="http://www.die.net/musings/page_load_time/" title="Optimizing Page Load Time" target="_blank">here</a> and found a client-side solution that makes Firefox fly. </p>
<ol>
<li>Open a new tab and go to <strong>about:config</strong></li>
<li>Type in &#8220;<strong>network.http.pipelining</strong>&#8220;</li>
<li>Click the booleans to switch their values to <strong>true</strong>, and double the integer to &#8220;8&#8243; instead of &#8220;4.&#8221;</li>
<li>Close the tab.</li>
</ol>
<p>Happy surfing!</p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2010/01/speed-up-firefox-significantly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Stylesheets Walk Into a Bar&#8230;</title>
		<link>http://nowdirection.com/2010/01/three-stylesheets-walk-into-a-bar/</link>
		<comments>http://nowdirection.com/2010/01/three-stylesheets-walk-into-a-bar/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:16:33 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://nowdirection.com/?p=609</guid>
		<description><![CDATA[This is an overview of CSS work with Content Management Systems and a bit about CSS optimization. ]]></description>
			<content:encoded><![CDATA[<p><a href="http://aaronmentele.com/" target="_blank" title="Charisma 18">Aaron Mentle</a> presented this point at BarCamp South Dakota last summer. Coincidentally, I was in the shower that very morning thinking the same thing. </p>
<p>There are basically three stylesheets that you end-up with when templating a CMS: </p>
<ol>
<li><strong>The Browser Reset</strong> &#8211; By now, you should have a comprehensive version set to some hotkeys. Between <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/" target="_blank" title="Eric Meyer's CSS Reset">Meyer&#8217;s</a>, <a href="http://developer.yahoo.com/yui/base/" target="_blank" title="Yahoo! User Interface Tools v2">YUI</a>, and the several <a href="http://960.gs/" target="_blank" title="960 Grid System">popular</a> <a href="http://code.google.com/p/blueprintcss/" target="_blank" title="Blueprint CSS ">CSS</a> <a href="http://baselinecss.com/" target="_blank" title="Baseline CSS">scaffolds</a>, I&#8217;ve never written one from scratch.</li>
<li><strong>The Surround</strong> &#8211; This is the big one, where half of your CSS work is done to create a functional page layout that matches the design. This can include, but is not limited to a header, breadcrumbs, navigation, sidebar(s), tertiary navigation and a footer. </li>
<li><strong>The Content Area</strong> &#8211; This is the other half where your users can enter content in their admin editor area. This can be straight text, a WYSIWYG editor, or even sorted views of content straight out of the CMS. Just when you think you&#8217;re done, there&#8217;s forms that have to live in the Content Area, too!</li>
</ol>
<p>The browser has to load all of these so your h1 tag gets assigned about four times! Once from the internal browser styles, then it&#8217;s reset, then it&#8217;s spec&#8217;d for the design, then it&#8217;s declared yet again when it cascades into the content area. Graciously, modern browsers are wickedly efficient when doing this. </p>
<p>Which begs the question: could your site be more efficient? What if you just set the values from the start? Sorry to disappoint, but it&#8217;s basically negligible. However, there are a few things that you can do to optimize your CSS for browser DOM crawling. This is more of a philosophy about organizing your stylesheets, too.  </p>
<ol>
<li><strong>Use IDs</strong> &#8211; There should only be one ID per document, so once a browser finds it, it can disregard the rest of the DOM.</li>
<li><strong>Namespace any HTML tags with ids</strong> &#8211; <code>#Header h1</code> Instead of searching the entire document for every <strong>h1</strong> tag, the browser can focus on the <strong>#Header</strong> div to look for <strong>h1</strong>s exclusively.</li>
<li><strong>Use only one class in a selector</strong> &#8211; Because every DOM element has the potential to have many classes, you need to limit their use to one or two specific ones.</li>
</ol>
<p>Happy styles!</p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2010/01/three-stylesheets-walk-into-a-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neutraface Parody Video</title>
		<link>http://nowdirection.com/2010/01/neutraface-parody-video/</link>
		<comments>http://nowdirection.com/2010/01/neutraface-parody-video/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 06:07:16 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://nowdirection.com/?p=564</guid>
		<description><![CDATA[I originally tweeted this back in December. At that point, I had only heard Lady Gaga&#8217;s Pokerface song on the satellite radio pop channel twice on the drive back from Peru, IL July 2009.
Now, her new hit Bad Romance is making record airplay. And the video is awesome. Now, we take a few minutes to [...]]]></description>
			<content:encoded><![CDATA[<p>I originally tweeted this back in December. At that point, I had only heard Lady Gaga&#8217;s <em>Pokerface</em> song on the satellite radio pop channel twice on the drive back from Peru, IL July 2009.<br />
Now, her new hit <em>Bad Romance</em> is <a href="http://en.wikipedia.org/wiki/Lady_gaga#cite_note-57" target="_blank" title="Bad Romance airplay record citation @ Wikipedia">making record airplay</a>. And the video is awesome. Now, we take a few minutes to pay tribute to the one of her first big hits, with this genius send-up from your <a href="http://jarkandmason.blogspot.com/" target="_blank" title="Mark &amp; Jason">favorite bearded typographers</a>.<br />
<object width="425" height="250"><param name="movie" value="http://www.youtube.com/v/xHCu28bfxSI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xHCu28bfxSI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="250"></embed></object><br />
I loved <a href="http://www.houseind.com/fonts/neutraface" target="_blank" title="Neutraface@House Industries web site">Neutraface</a> before I loved Lady Gaga. </p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2010/01/neutraface-parody-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kim Peek Recollected</title>
		<link>http://nowdirection.com/2009/12/kim-peek-recollected/</link>
		<comments>http://nowdirection.com/2009/12/kim-peek-recollected/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:47:18 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://nowdirection.com/?p=577</guid>
		<description><![CDATA[Early this morning, I have baby Ollie at the kitchen table and Grandpa joins us for his last ever Monday with the Salt Lake District Attorney&#8217;s office. He spreads open The Salt Lake Tribune, and we chat at the bubbly baby. Grandpa comments that the four pages of foreclosure notices are a pretty good economic [...]]]></description>
			<content:encoded><![CDATA[<p>Early this morning, I have baby Ollie at the kitchen table and Grandpa joins us for his last ever Monday with the Salt Lake District Attorney&#8217;s office. He spreads open <em>The Salt Lake Tribune</em>, and we chat at the bubbly baby. Grandpa comments that the four pages of foreclosure notices are a pretty good economic indicator.</p>
<p>A section later, we&#8217;re at the obituaries. A particular one surfaces at the top center: <strong>Laurence Kim Peek.</strong> &#8220;Ah!&#8221; says Grandpa tapping the write-up. &#8220;That&#8217;s Rainman. Kim Peek. He was the real Rainman; the one that Dustin Hoffman played? That was him.&#8221; I think, &#8220;Wow? He was still around?&#8221; I have the same sense of shock when I heard Oliver Saks alive and well on the NYC Radiolab podcast a few months ago.</p>
<p>Grandpa continues, &#8220;I met him down at the library about 20 years ago.</p>
<p>&#8220;He just walks up to me, and says &#8216;Hi, I&#8217;m Kim.&#8217; </p>
<p>I&#8217;m like, &#8216;Oh? Hello. I&#8217;m Howie.&#8217; </p>
<p>&#8216;Howie what?&#8217;, Kim replies.</p>
<p>&#8216;Howard Lemcke.&#8217; </p>
<p>&#8216;How come you say you&#8217;re Howie if you&#8217;re Howard Lemcke?&#8217;</p>
<p>&#8216;Well, it&#8217;s a nickname.&#8217;</p>
<p>&#8216;Oh.&#8217; And there&#8217;s not so much as a pause when he comes back with, &#8216;You&#8217;re not in the phone book.&#8217;</p>
<p>&#8216;Well, you&#8217;re right! I&#8217;m not.&#8217; And we continue with that whole bit about protecting the privacy of public officials. I tell him the alias. </p>
<p>&#8216;Mmmm&#8230; Eighteen-oh-three wasatch boulevard. Eight-three-one-two-three. Eight-oh-one four-two-two thirteen-sixteen.&#8217; And he just rattles it off. </p>
<p>I said, &#8216;That&#8217;s right again!&#8217; And he smiled and left to introduce himself to someone else. One of the oddest interactions I had a the time.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2009/12/kim-peek-recollected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBQ Tacos are the wave of the &#8230;</title>
		<link>http://nowdirection.com/2009/12/bbq-tacos-are-the-wave-of-the/</link>
		<comments>http://nowdirection.com/2009/12/bbq-tacos-are-the-wave-of-the/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 00:57:21 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://nowdirection.com/2009/12/bbq-tacos-are-the-wave-of-the/</guid>
		<description><![CDATA[BBQ Tacos are the wave of the future.
]]></description>
			<content:encoded><![CDATA[<p>BBQ Tacos are the wave of the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2009/12/bbq-tacos-are-the-wave-of-the/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://twitpic.com/u9k4q &#8211; Dar&#8230;</title>
		<link>http://nowdirection.com/2009/12/httptwitpic-comu9k4q-dar/</link>
		<comments>http://nowdirection.com/2009/12/httptwitpic-comu9k4q-dar/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 01:09:42 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://nowdirection.com/2009/12/httptwitpic-comu9k4q-dar/</guid>
		<description><![CDATA[http://twitpic.com/u9k4q &#8211; Dark Chocolate covered Crickets with Hickory smoked sea salt at the party last night.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitpic.com/u9k4q" rel="nofollow">http://twitpic.com/u9k4q</a> &#8211; Dark Chocolate covered Crickets with Hickory smoked sea salt at the party last night.</p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2009/12/httptwitpic-comu9k4q-dar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too kind! RT @kevinmhoffman: B&#8230;</title>
		<link>http://nowdirection.com/2009/12/too-kind-rt-kevinmhoffman-b/</link>
		<comments>http://nowdirection.com/2009/12/too-kind-rt-kevinmhoffman-b/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 14:46:14 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://nowdirection.com/2009/12/too-kind-rt-kevinmhoffman-b/</guid>
		<description><![CDATA[Too kind! RT @kevinmhoffman: Banana Republic is using Bing Maps on their website. Huh. They look&#8230; less than stellar. http://bit.ly/72JhRx
]]></description>
			<content:encoded><![CDATA[<p>Too kind! RT @kevinmhoffman: Banana Republic is using Bing Maps on their website. Huh. They look&#8230; less than stellar. <a href="http://bit.ly/72JhRx" rel="nofollow">http://bit.ly/72JhRx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2009/12/too-kind-rt-kevinmhoffman-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://twitpic.com/tx08f &#8211; I k&#8230;</title>
		<link>http://nowdirection.com/2009/12/httptwitpic-comtx08f-i-k/</link>
		<comments>http://nowdirection.com/2009/12/httptwitpic-comtx08f-i-k/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:28:26 +0000</pubDate>
		<dc:creator>benxamin</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://nowdirection.com/2009/12/httptwitpic-comtx08f-i-k/</guid>
		<description><![CDATA[http://twitpic.com/tx08f &#8211; I know! Let&#8217;s show an *image* of the form control instead of the actual control. 
If you have resort to all th
]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitpic.com/tx08f" rel="nofollow">http://twitpic.com/tx08f</a> &#8211; I know! Let&#8217;s show an *image* of the form control instead of the actual control. </p>
<p>If you have resort to all th</p>
]]></content:encoded>
			<wfw:commentRss>http://nowdirection.com/2009/12/httptwitpic-comtx08f-i-k/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
