home *** CD-ROM | disk | FTP | other *** search
/ theapplecollection.com / www.theapplecollection.com.tar / www.theapplecollection.com / get_url.php?counter=yellowlane&link=http:%2F%2Fwww.yellowlane.com%2F.orig < prev    next >
Text File  |  2010-10-11  |  25KB  |  691 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  8.     <title>Yellowlane by Josh Williams</title>
  9.     <link rel="icon" href="http://26.media.tumblr.com/avatar_ab26f063517a_16.png"/>
  10.     <link rel="alternate" type="application/rss+xml" title="RSS" href="http://yellowlane.com/rss"/>
  11.     <meta name="viewport" content="width=775"/> <!-- iPhone -->
  12.  
  13.     <style type="text/css">
  14.     
  15. body {
  16.     margin: 0px;
  17.     font-family: Helvetica, Arial, sans-serif;
  18.     font-size: 13px;
  19.     line-height: 18px;
  20.     color: #222;
  21.     background: #f40;
  22.     }
  23.         
  24. #content {
  25.     width: 620px;
  26.     margin: auto;
  27.     position: relative;
  28.     }
  29.  
  30. a { color: #f40;}
  31.  
  32. #description {
  33.     margin: 40px 0 0;
  34.     color: #fff;
  35.     font-size: 18px;
  36.     line-height: 24px;
  37.     }
  38.  
  39. #description div {
  40.     margin: 0 0 40px;
  41.     font-size: 18px;
  42.     }
  43.  
  44.         #description div#search {
  45.             text-align: right;
  46.         }
  47.  
  48. #description div a {
  49.     color: #fd4;
  50.     }
  51.         
  52.         #description #nav_container {
  53.             font-size: 13px;
  54.             font-weight: bold;
  55.         }
  56.         
  57.         #description #nav_container .dim {
  58.             filter: alpha(opacity=50); 
  59.             -moz-opacity: 0.5; 
  60.             opacity: 0.5;
  61.         }
  62.  
  63.         #searchresultcount {
  64.             margin: 0 0 30px;
  65.             text-align: center;
  66.         }
  67.         
  68. h1 {
  69.     margin: 0 -33px;
  70.     padding: 0;
  71.     width: 684px;
  72.     height: 100px;
  73.     }
  74.         
  75. h1 a {
  76.     display: block;
  77.     width: 686px;
  78.     height: 100px;
  79.     text-indent: -10000px;
  80.     overflow: hidden;
  81.     background: url(http://www.firewheeldesign.com/logo-yellowlane.png) no-repeat;
  82.     }
  83.  
  84. .post {
  85.     clear: both;
  86.     disply: relative;
  87.     margin: 0;
  88.     padding: 20px;
  89.     background: #fff;
  90.     overflow: hidden;
  91.     }
  92.  
  93. .post div.labels {
  94.     position: absolute;
  95.     left: 620px;
  96.     width: 200px;
  97.     }
  98.  
  99. .post div.date {
  100.     display: inline-block;
  101.     padding: 0 10px;
  102.     color: #fff;
  103.     font-size: 14px;
  104.     line-height: 30px;
  105.     background: #000;
  106.     white-space: nowrap;
  107.     }
  108.  
  109. .post div.date a {
  110.     color: #fff;
  111.     text-decoration: none;
  112.     }
  113.  
  114. .post h2 {
  115.     margin: 0px 0px 10px;
  116.     font-size: 18px;
  117.     font-weight: normal;
  118.     color: #f40;
  119.     }
  120.  
  121. .post h2 a {
  122.     color: #f40;
  123.     text-decoration:  none;
  124.     }
  125.         
  126. /* Regular Post */
  127. .post .regular {
  128.     }
  129.  
  130. .post .regular blockquote {
  131.     font-style: italic;
  132.     }
  133.         
  134. /* Photo Post */
  135. .post .photo img {
  136.     float: left;
  137.     margin: 0 10px 0 0;
  138.     }
  139.  
  140. .post .photo div.caption {
  141.     font-size: 13px;
  142.     }
  143.                 
  144. /* Quote Post */
  145. .post .quote span.quote {
  146.     font: Bold 32px Helvetica, Arial, sans-serif;
  147.     color: #888;
  148.     letter-spacing: -2px;
  149.     }
  150.  
  151. .post .quote span.quote big.quote {
  152.     font: bold 64px Georgia, serif;
  153.     line-height: 8px;
  154.     vertical-align: -20px;
  155.     }
  156.         
  157. .post .quote span.source {
  158.     font-size: 18px;
  159.     font-weight: bold;
  160.     color: #444;
  161.     }
  162.  
  163. .post .quote span.source a {
  164.     color: #444;
  165.     }
  166.         
  167. /* Link Post */
  168. .post .link a.link {
  169.     font: bold 24px Helvetica, sans-serif;
  170.     letter-spacing: -1px;
  171.     color: #f40;
  172.     }
  173.  
  174. .post .link span.description {
  175.     font-size: 13px;
  176.     font-weight: normal;
  177.     }
  178.  
  179. /* Conversation Post */
  180. .post .conversation ul {
  181.     background-color: #f7f7f7;
  182.     list-style-type:  none;
  183.     margin:           0px;
  184.     padding:          0px;
  185.     border-left:      solid 10px #ddd;
  186.     }
  187.  
  188. .post .conversation ul li {
  189.     border-bottom:    solid 1px #ddd;
  190.     padding:          5px 0px 5px 10px;
  191.     }
  192.  
  193. .post .conversation ul li span.label {
  194.     font-weight:      bold;
  195.     color:            #222;
  196.     }
  197.         
  198. /* Audio Post */      
  199. .post .audio div.caption {
  200.     margin-top:       10px;
  201.     }
  202.  
  203. .post .audio div.caption a {
  204.     }
  205.         
  206. /* Video Post */
  207. .post .video {
  208.     }
  209.  
  210. .post object {
  211.     display: block;
  212.     float: left;
  213.     margin: 0 10px 0 0;
  214.     width: 400px;
  215.     }
  216.  
  217. .post .video div.caption {
  218.     }
  219.         
  220. .post div.video div.caption a {
  221.     color: #444;
  222.     }
  223.  
  224. .disqus-comment-count { margin:0; }
  225.  
  226. #disqus_thread {
  227.     margin: 0;
  228.     padding: 0 20px 20px;
  229.     background: #fff;
  230.     }
  231. #dsq-content {
  232.     margin: 0px;
  233.     padding: 20px;
  234.     font-family: Helvetica, Arial, sans-serif;
  235.     font-size: 13px;
  236.     line-height: 18px;
  237.     background: #ddd;
  238.     }
  239. #dsq-content h3 {
  240.     font-family: Helvetica, Arial, sans-serif;
  241.     font-size: 18px;
  242.     color: #444;
  243.     }
  244. .dsq-by {
  245.     margin: 10px 0 0;
  246.     }
  247.  
  248. /* Footer */
  249. #footer {
  250.     margin: 0 0px 40px;
  251.     color: #fff;
  252.     }
  253.  
  254. #footer a {
  255.     text-decoration:  none;
  256.     color: #fff;
  257.     }
  258.  
  259. #footer a:hover {
  260.     text-decoration:  underline;
  261.     }
  262.         
  263.                     .query { font-weight: bold; }
  264.     </style>
  265.  
  266.     <!--[if lt IE 7]>
  267.         <style type="text/css">
  268.             .post div.labels {
  269.                 right: 450px;
  270.             }
  271.         </style>
  272.     <![endif]-->
  273. </head>
  274.  
  275. <body>
  276.     <div id="content">
  277.  
  278.         <div id="description">
  279.             <div>Blogs seem so 2006 now, but occasionally I need a place to post something too long for <a href="http://www.twitter.com/jw">Twitter</a>, too personal for <a href="http://www.gowalla.com/blog">Gowalla</a> or too orange for <a href="http://www.facebook.com/profile.php?id=762975524">Facebook</a>.<br>I am a husband, father, designer and co-founder of <a href="http://www.gowalla.com" title="Gowalla - A Location-Based Mobile Travel Game">something remarkable</a>.<br>I am also your Urban Cowboy Fashion Consultant‚Ñ¢ ... <a href="/archive" id="archive_link">Archive</a> | <a href="{RSS}">RSS</a>
  280. <!--
  281.                 <div id="search">
  282.                     <form action="/search" method="get">
  283.                         <input type="text" name="q" value=""/>
  284.                         <input type="submit" value="Search"/>
  285.                     </form>
  286.                 </div>
  287.  
  288. -->
  289.                 
  290. <!--
  291.                 <p id="nav_container">
  292.                     <a href="/archive" id="archive_link">Archive</a>
  293.                     <span class="dim">/</span>
  294.                     <a href="http://yellowlane.com/rss">RSS</a>
  295.                 </p>
  296.  
  297. -->            </div>
  298.         <h1 id="logo"><a href="/">Yellowlane by Josh Williams</a></h1>
  299.         </div>
  300.  
  301. <!--
  302.         
  303.  
  304. -->
  305.         
  306.         <div class="post">
  307.             <div class="labels">
  308.                 
  309.                     <div class="date"><a href="http://yellowlane.com/post/114351100/stephen-f#logo">May 28</a></div>
  310.                 
  311.             
  312.                 
  313.             </div>
  314.  
  315.             
  316.                 <div class="regular">
  317.                     <h2><a href="http://yellowlane.com/post/114351100/stephen-f">Stephen F</a></h2>
  318.                     <p>Now that the <a href="http://yellowlane.com/post/113273304/building-a-better-blinksale">Blinksale news</a> is out of the bag, I have some more news to share. <a href="http://www.alamofire.com">Alamofire</a>, our digital collectibles company that is going to change the world (for real), is packing up our Southlake studio and moving south to Austin. Yay!</p>
  319. <p>I can’t tell you how excited we are about the move. We’ll be opening our Austin studio in about a month, and we can’t wait to expand our eating options around downtown and SoCo.</p>
  320. <p>Austin is a terribly attractive city to us as we continue work on <a href="http://www.gowalla.com">Gowalla</a>. It’s not too large, has a strong urban core, an outdoor-friendly vibe, and a ton of super-interesting places to visit. In fact, I don’t think we could find a better city to develop Gowalla in. We’re stoked.</p>
  321. <p>Of course, this will also cut down on hotel bills during SXSW and ACL. This is going to be so much fun. See you there!</p>
  322.                 </div>
  323.             
  324.             
  325.             
  326.             
  327.             
  328.             
  329.             
  330.             
  331.             
  332.             
  333.             
  334.             
  335.             
  336.             
  337.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/114351100/stephen-f#disqus_thread">Comments (View)</a></div>
  338.  
  339.         </div>
  340.         
  341.         <div class="post">
  342.             <div class="labels">
  343.                 
  344.                     <div class="date"><a href="http://yellowlane.com/post/113273304/building-a-better-blinksale#logo">May 26</a></div>
  345.                 
  346.             
  347.                 
  348.             </div>
  349.  
  350.             
  351.                 <div class="regular">
  352.                     <h2><a href="http://yellowlane.com/post/113273304/building-a-better-blinksale">Building a Better Blinksale</a></h2>
  353.                     <p>In 2001 I started a design company in my Illinois apartment’s second bedroom called Pure Imagination Studios. After getting married and moving to Texas, we renamed the company <a href="http://www.firewheeldesign.com">Firewheel</a>. A few years into the adventure Iconmaster and Etherbrian joined the team and Firewheel’s reputation for premium quality icon and interface design grew. Little did I know we were just getting started.</p>
  354. <p>In 2005 we branched out from client work and launched an invoicing service called <a href="http://www.blinksale.com">Blinksale</a>. At the time, Blinksale was praised for its unconventional design and ease of use. Our goal was to make invoicing fun, and on several levels I believe we succeeded. Over the 2 years that followed we continued to improve and grow the service to the point that it was providing a substantial portion of Firewheel’s revenue (we continued to do client work as well). Blinksale was loved and cherished by its customers, and we had a growing lists of things we wanted to do with the service.</p>
  355. <p>Then we were blindsided.</p>
  356. <p>18 months ago the team behind Firewheel started a new game company called <a href="http://www.alamofire.com">Alamofire</a>. For the curious, the firewheel and the alamofire are both wildflowers native to our home state of Texas. Alamofire was birthed out of another Firewheel side-project you may remember called <a href="http://www.iconbuffet.com">IconBuffet</a>. IconBuffet was a stock icon trading community. Oddly we found that our icons were rarely used for practical purposes. They were simply collected. So we decided to take what we’d learned and start a game company. Unfortunately as Alamofire grew, our ability to devote time to Blinksale diminished.</p>
  357. <p>While thousands continue to use Blinksale for their invoicing, we’ve been unable to support the community in the way we would have preferred. Our wishlist of features has grown, but has not been attended to. Many of you have shared your ideas with us, as well as your love for Blinksale, and it has pained us to not spend more time investing in the service.</p>
  358. <p>My hope has always been that we’d be able to find a quality team worthy to carry the Blinksale baton.</p>
  359. <p>Today I’m pleased to announce that the Blinksale baton has been passed onto the uber-talented Brian Oberkirch, Brandon Cotter and their newly formed team at <a href="http://doublewidelabs.com/">Doublewide Labs</a>. I cannot tell you how excited I am about this.</p>
  360. <p>Brian was one of the earliest paid subscribers at Blinksale, and it only seems fitting that someone who loves the service as much as him be the one to take over the reins. Brandon is one of the savviest tech entrepreneurs I know, and his vision is certain to take Blinksale to places I could have never imagined. And I’ll be hanging around the edges just a bit to help them during the transition and to offer my two cents from time to time.</p>
  361. <p>And since some are bound to inquire, yes Blinksale was acquired. No, we’re not going to disclose details. Everyone is happy.</p>
  362. <p>To help slingshot Blinksale on its way, the new team would like to gather feedback and ideas from current, past (and perhaps future) customers. Of course, we’ve passed along all of the feedback we’ve received in the past that we haven’t acted on. But the new team would love to hear directly from you as well. Where can Blinksale be improved? What could make invoicing easier for you? How can Blinksale make your life more fun?</p>
  363. <p>You can join the discussion at <a href="http://getsatisfaction.com/blinksale">Get Satisfaction</a>, you can follow Blinksale on <a href="http://www.twitter.com/blinksale">Twitter</a>, and you can check up on the Blinksale blog for the <a href="http://www.blinksale.com/blog/news_updates/104-blinksale">latest direct from the new team</a>.</p>
  364. <p>Collectively we’re thrilled about the future of Blinksale. A big thanks goes out to all of our subscribers‚Äîespecially to those who have waited patiently for this next stage of Blinksale’s life.</p>
  365. <p>So what’s next for me and my team at Alamofire? Tune in tomorrow for some exciting (at least to us) news. We’ll let Blinksale bask in the glory today.</p>
  366.                 </div>
  367.             
  368.             
  369.             
  370.             
  371.             
  372.             
  373.             
  374.             
  375.             
  376.             
  377.             
  378.             
  379.             
  380.             
  381.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/113273304/building-a-better-blinksale#disqus_thread">Comments (View)</a></div>
  382.  
  383.         </div>
  384.         
  385.         <div class="post">
  386.             <div class="labels">
  387.                 
  388.                     <div class="date"><a href="http://yellowlane.com/post/110573588/scirocco-r-model-breaks-cover#logo">May 20</a></div>
  389.                 
  390.             
  391.                 
  392.             </div>
  393.  
  394.             
  395.             
  396.             
  397.                 <div class="photo">
  398.                     <a href="http://www.vwvortex.com/artman/publish/article_2617.shtml"><img src="http://24.media.tumblr.com/iii2yjVOFnpvpxj7M2reveeKo1_400.jpg" alt="Scirocco R Model Breaks Cover"/></a>
  399.                     
  400.                         <div class="caption"><p><a href="http://www.vwvortex.com/artman/publish/article_2617.shtml">Scirocco R Model Breaks Cover</a></p></div>
  401.                     
  402.                 </div>
  403.             
  404.             
  405.             
  406.             
  407.             
  408.             
  409.             
  410.             
  411.             
  412.             
  413.             
  414.             
  415.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/110573588/scirocco-r-model-breaks-cover#disqus_thread">Comments (View)</a></div>
  416.  
  417.         </div>
  418.         
  419.         <div class="post">
  420.             <div class="labels">
  421.                 
  422.                     <div class="date"><a href="http://yellowlane.com/post/110105061/and-how-can-you-explain-a-system-that-relies-on#logo">May 19</a></div>
  423.                 
  424.             
  425.                 
  426.             </div>
  427.  
  428.             
  429.             
  430.             
  431.             
  432.             
  433.                 <div class="quote">
  434.                     <span class="quote">
  435.                         <big class="quote">“</big> And how can you explain a system that relies on NBA officials in their 50s and 60s to successfully perform in a profession that hinges solely on motor reactions and eyesight? My father is two years older than Salvatore and we won’t let him push a baby stroller for three blocks.
  436.                     </span>
  437.                     <span class="source"><a href="http://sports.espn.go.com/espn/page2/story?page=simmons/090513/part3">Bill Simmons: A back-and-forth with Malcolm Gladwell</a></span>
  438.                 </div>
  439.             
  440.             
  441.             
  442.             
  443.             
  444.             
  445.             
  446.             
  447.             
  448.             
  449.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/110105061/and-how-can-you-explain-a-system-that-relies-on#disqus_thread">Comments (View)</a></div>
  450.  
  451.         </div>
  452.         
  453.         <div class="post">
  454.             <div class="labels">
  455.                 
  456.                     <div class="date"><a href="http://yellowlane.com/post/109631243/aa#logo">May 18</a></div>
  457.                 
  458.             
  459.                 
  460.             </div>
  461.  
  462.             
  463.                 <div class="regular">
  464.                     <h2><a href="http://yellowlane.com/post/109631243/aa">A Better American?</a></h2>
  465.                     <p>Earlier today Dustin Curtis posted a redesign exercise of American Airlines’ website. Like Dustin I’m not exactly a fan of American’s experience. But since I live in Dallas/Fort Worth and fly a good bit, I use the site a lot. I was definitely curious to <a href="http://dustincurtis.com/dear_american_airlines.html">see Dustin’s work</a>.</p>
  466. <p>While the hypothetical redesign is certainly balanced, clean, and easy on the eyes, the liberty is taken in his post to publicly throw AA’s design team under the bus, eroding much of his argument.</p>
  467. <p>While I’m certainly not the authority on this, AA.com is built with software created by <a href="http://www.sabre-holdings.com/index.html">Sabre</a>, an American Airlines-incubated company. Sabre provides reservations and booking software to pretty much the entire airline industry worldwide. Some of this code is likely as old as the Grand Canyon. As such, design changes on a site as large, complex and technologically-dated as AA.com are a whole lot more difficult than designing a single homepage, posting a PNG and writing a rant.</p>
  468. <p>Suggesting that simply replacing AA’s designers with a “totally competent team” will solve the problem is bogus. <a href="http://www.stopdesign.com">Doug Bowman</a> is likely the most competent designer I know, and he wasn’t given the wings he needed to fly at Google. Should we blame Doug for <a href="http://www.nytimes.com/2009/03/01/business/01marissa.html">Google’s design faults</a>?</p>
  469. <p>For what its worth, AA.com did in-fact update their rewards reservation system last week.¬†Unless you’ve booked a ticket using miles in the last few days, you’ve <a href="http://firewheeldesign.com/aa-rewards.png">not seen this</a>. It’s by no means perfect, but its a step in the right direction. If the design team at AA can continue to thoughtfully implement change like this, the site will improve over time. Steering a ship this large takes an enormous amount of patience. It’s certainly patience that I do not possess.</p>
  470. <p>Finally, American Airlines services a ton of everyday people. Not web savvy people, but people like my mom and dad. They get used to the way a site works, warts and all. Moving the cheese for folks like that can be a tricky chore resulting in more harm than good. That’s why AA is smart to implement small changes bit by bit.</p>
  471. <p>Redesign efforts like Dustin’s help bring awareness to how an experience can be improved. 37signals made these exercises famous with projects like <a href="http://www.37signals.com/better/fedex/">37BetterFedex</a> that showed point-by-point how they would improve the experience. They made their point, detailed their improvements, and left emotion at the door.</p>
  472. <p>I’d love to see more of Dustin’s work, but I’d prefer it not come at someone else’s unwarranted expense. That’s all.</p>
  473.                 </div>
  474.             
  475.             
  476.             
  477.             
  478.             
  479.             
  480.             
  481.             
  482.             
  483.             
  484.             
  485.             
  486.             
  487.             
  488.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/109631243/aa#disqus_thread">Comments (View)</a></div>
  489.  
  490.         </div>
  491.         
  492.         <div class="post">
  493.             <div class="labels">
  494.                 
  495.                     <div class="date"><a href="http://yellowlane.com/post/103818672/lets-just-understand-that-reslicing-the-pie-to#logo">May 5</a></div>
  496.                 
  497.             
  498.                 
  499.             </div>
  500.  
  501.             
  502.             
  503.             
  504.             
  505.             
  506.                 <div class="quote">
  507.                     <span class="quote">
  508.                         <big class="quote">“</big> Let’s just understand that reslicing the pie to give the rich a smaller piece doesn’t make the pie any bigger - and won’t get us out of the recession any faster.
  509.                     </span>
  510.                     <span class="source"><a href="http://money.cnn.com/2009/05/04/news/economy/colvin_rich.fortune/index.htm">Geoff Colvin, Fortune</a></span>
  511.                 </div>
  512.             
  513.             
  514.             
  515.             
  516.             
  517.             
  518.             
  519.             
  520.             
  521.             
  522.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/103818672/lets-just-understand-that-reslicing-the-pie-to#disqus_thread">Comments (View)</a></div>
  523.  
  524.         </div>
  525.         
  526.         <div class="post">
  527.             <div class="labels">
  528.                 
  529.             
  530.                 
  531.                     <div class="date"><a href="http://yellowlane.com/post/103765822/star-telegram#logo">+</a></div>
  532.                 
  533.             </div>
  534.  
  535.             
  536.             
  537.             
  538.                 <div class="photo">
  539.                     <a href="http://www.star-telegram.com/business/story/1357259.html"><img src="http://24.media.tumblr.com/iii2yjVOFn4a2sqctxkEOwgVo1_400.jpg" alt="Star-Telegram writer John Austin ran a really great piece today about our new game Gowalla and Alamofire. Eva was pretty stoked about seeing her dad&#8217;s picture in the neeeewspaper&#8230;"/></a>
  540.                     
  541.                         <div class="caption"><p>Star-Telegram writer John Austin ran <a href="http://www.star-telegram.com/business/story/1357259.html">a really great piece</a> today about our new game Gowalla and Alamofire. Eva was pretty stoked about seeing her dad’s picture in the neeeewspaper…</p></div>
  542.                     
  543.                 </div>
  544.             
  545.             
  546.             
  547.             
  548.             
  549.             
  550.             
  551.             
  552.             
  553.             
  554.             
  555.             
  556.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/103765822/star-telegram#disqus_thread">Comments (View)</a></div>
  557.  
  558.         </div>
  559.         
  560.         <div class="post">
  561.             <div class="labels">
  562.                 
  563.             
  564.                 
  565.                     <div class="date"><a href="http://yellowlane.com/post/103766704/ill-show-you-this-link-if-you-promise-to-find-the#logo">+</a></div>
  566.                 
  567.             </div>
  568.  
  569.             
  570.             
  571.             
  572.             
  573.             
  574.                 <div class="quote">
  575.                     <span class="quote">
  576.                         <big class="quote">“</big> I’ll show you this link if you promise to find the beauty in everybody and not make fun: <a href="http://www.sexypeople-blog.com/">http://www.sexypeople-blog.com/</a>
  577.                     </span>
  578.                     <span class="source">Etherbrian</span>
  579.                 </div>
  580.             
  581.             
  582.             
  583.             
  584.             
  585.             
  586.             
  587.             
  588.             
  589.             
  590.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/103766704/ill-show-you-this-link-if-you-promise-to-find-the#disqus_thread">Comments (View)</a></div>
  591.  
  592.         </div>
  593.         
  594.         <div class="post">
  595.             <div class="labels">
  596.                 
  597.             
  598.                 
  599.                     <div class="date"><a href="http://yellowlane.com/post/103621242/nickjonas#logo">+</a></div>
  600.                 
  601.             </div>
  602.  
  603.             
  604.             
  605.             
  606.             
  607.             
  608.             
  609.             
  610.             
  611.             
  612.             
  613.             
  614.             
  615.             
  616.                 <div class="video">
  617.                     <object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=4475753&server=vimeo.com&fullscreen=1&show_title=1&show_byline=0&show_portrait=0&color=00ADEF"><param name="quality" value="best" /><param name="allowscriptaccess" value="always" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4475753&server=vimeo.com&fullscreen=1&show_title=1&show_byline=0&show_portrait=0&color=00ADEF" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=4475753&server=www.vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=00ADEF&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
  618.                     
  619.                         <div class="caption"><p>Keeg, Jon and I ponder the whereabouts of Nick Jonas.</p></div>
  620.                     
  621.                 </div>
  622.             
  623.             
  624.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/103621242/nickjonas#disqus_thread">Comments (View)</a></div>
  625.  
  626.         </div>
  627.         
  628.         <div class="post">
  629.             <div class="labels">
  630.                 
  631.                     <div class="date"><a href="http://yellowlane.com/post/103497228/easterday#logo">May 4</a></div>
  632.                 
  633.             
  634.                 
  635.             </div>
  636.  
  637.             
  638.             
  639.             
  640.             
  641.             
  642.             
  643.             
  644.             
  645.             
  646.             
  647.             
  648.             
  649.             
  650.                 <div class="video">
  651.                     <object type="application/x-shockwave-flash" width="400" height="300" data="http://vimeo.com/moogaloop.swf?clip_id=4475897&server=vimeo.com&fullscreen=1&show_title=1&show_byline=0&show_portrait=0&color=00ADEF"><param name="quality" value="best" /><param name="allowscriptaccess" value="always" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4475897&server=vimeo.com&fullscreen=1&show_title=1&show_byline=0&show_portrait=0&color=00ADEF" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=4475897&server=www.vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=00ADEF&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
  652.                     
  653.                         <div class="caption"><p>Eva works her Easter Day magic for the Flip.</p></div>
  654.                     
  655.                 </div>
  656.             
  657.             
  658.             <div style="padding:10px 0 0;"><a class="dsq-comment-count" href="http://yellowlane.com/post/103497228/easterday#disqus_thread">Comments (View)</a></div>
  659.  
  660.         </div>
  661.         
  662.         
  663.         
  664.  
  665.         <script type="text/javascript">
  666.         //<![CDATA[
  667.         (function() {
  668.                 var links = document.getElementsByTagName('a');
  669.                 var query = '?';
  670.                 for(var i = 0; i < links.length; i++) {
  671.                     if(links[i].href.indexOf('#disqus_thread') >= 0) {
  672.                         query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  673.                     }
  674.                 }
  675.                 document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/yellowlane/get_num_replies.js' + query + '"></' + 'script>');
  676.             })();
  677.         //]]>
  678.         </script>
  679.  
  680.  
  681.         <div id="footer">
  682.             
  683.             
  684.             
  685.             
  686.             <br>© 2009 Josh Williams, All Rights Reserved.
  687.         </div>
  688.     </div>
  689. <!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?8&src=http%3A%2F%2Fyellowlane.com%2F&lang=en_US&name=josh-williams&brag=0" scrolling="no" width="324" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
  690.  
  691. </html>