<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007">
   <channel>
      <title>posts from kris nelson</title>
      <description>The latest entries from all of my blogs</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=kE6L0ch23RGhr6i0pQt1Yg</link>
      <pubDate>Sat, 04 Sep 2010 05:31:22 -0700</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <item>
         <title>Book: Introducing HTML5</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/FHrXc1XNv-w/</link>
         <description>If you&amp;#8217;re like me, you’re seeing all the hype about video in HTML 5 and thinking “that’s nice, but what else?” As a web developer going on 10 years of working on the web, I was looking for a quick way to get caught up on the “what else” without having to read through 3 [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/06/06/iphone-apps-html-css-js/' title='Permanent Link: Book: iPhone Apps with HTML, CSS, and JS'&gt;Book: iPhone Apps with HTML, CSS, and JS&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=625</guid>
         <pubDate>Mon, 09 Aug 2010 17:21:35 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F08%2F09%2Fbook-introducing-html5%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F08%2F09%2Fbook-introducing-html5%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" target="_blank" href="http://www.amazon.com/gp/product/0321687299?ie=UTF8&amp;tag=krci-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321687299"><img style="padding:1px;border:solid 1px #999;" title="Introducing HTML5 Book Cover" alt="Introducing HTML5 Book Cover" src="http://www.webnelly.com/wp-content/uploads/2010/08/41z0FVu9ZhL._SL160_3.jpg" width="124" height="160"/></a><img style="border-bottom-style:none;border-right-style:none;margin:0px;border-top-style:none;border-left-style:none;" border="0" alt="" src="http://www.assoc-amazon.com/e/ir?t=krci-20&amp;l=as2&amp;o=1&amp;a=0321687299" width="1" height="1"/>If you&#8217;re like me, you’re seeing all the hype about video in HTML 5 and thinking “that’s nice, but what else?”</p>
<p>As a web developer going on 10 years of working on the web, I was looking for a quick way to get caught up on the “what else” without having to read through 3 chapters of how HTTP is a stateless protocol and who <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Tim_Berners-Lee">Tim Berners-Lee</a> is and get straight into some practical examples.&#160; Well, that’s exactly what the new title, <em>Introducing HTML5</em>, does. And all in under 250 pages.</p>
<p>Book: <a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/0321687299?ie=UTF8&amp;tag=krci-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321687299">Introducing HTML5</a><img style="border-bottom-style:none;border-right-style:none;margin:0px;border-top-style:none;border-left-style:none;" border="0" alt="" src="http://www.assoc-amazon.com/e/ir?t=krci-20&amp;l=as2&amp;o=1&amp;a=0321687299" width="1" height="1"/></p>
<p class='fb-like'></p> 
<h2>The New Semantic Web</h2>
<p>After a nice intro on how the HTML5 spec actually came about, the authors devote the first third of the book diving into the new, more meaningful tags touted by the HTML5 spec that should ultimately replace all the DIV tags that we’ve been using ever since table tags were ousted for layouts 5 years ago. The book’s examples of the header, footer, and article tags, as well as the new form validation attributes demonstrated in the context of a typical blog will certainly appeal to many of us out there with an “ah ha” moment.&#160; </p>
<p>The other refreshing element that the authors touch on thorough the book is accessibility.&#160; While often overlooked on the web in most development books, these guys definitely take away your “I didn’t think of that” excuse.&#160; After reading this book, you’ll definitely know what you’re <em>not</em> today to help those non-sighted or otherwise impaired users of your website or app.</p>
<h2>A Little Bit of Video</h2>
<p>Halfway through the book, there’s a short chapter on the audio and video tags; more so on how they are to be used and not the parading “kill flash” banter you read everywhere else on the web.&#160; If you only want HTML5 for the video tags, this book isn’t for you.</p>
<p>Along with video, there’s an in-depth look at the canvas tag and the related API. While an interesting topic to cover, I can’t think of any immediate uses in my own development plans. Still, it lets you see what else is included in the spec.</p>
<h2>Build Me a Web App</h2>
<p>Spending almost all of my professional career working with Microsoft technologies, most of my application building has been using WinForms, ViewState, and Session management to handle some of the issue stateless session and cookie headaches, I can certainly appreciate the new features in the HTML5 spec to make things a little easier on my open source work.</p>
<p>In fact, the too biggest reasons I wanted to dive into HTML5 were the local storage and offline access features. While short and to the point, these chapters are a good enough example to know what to use and when, all within the context of HTML and JavaScript. Now, there will no doubt be libraries built on top of the main spec elements to help us with our PHP or similar applications, but getting to know the basics in such a simple format is always a big help.</p>
<h2>Wrap Up</h2>
<p>In short, this book is a great read if you just want a primer to know the what and why of the new HTML5 spec before venturing into more in-depth titles on the specifics of a particular topic. The fact that it’s short, to the point, and has pretty relevant examples in it are all big selling points for me. The humor and the dual authors’ subtle digs at each other is rather entertaining, too. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p><em>Book cover image credit: Amazon.com</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/06/06/iphone-apps-html-css-js/' title='Permanent Link: Book: iPhone Apps with HTML, CSS, and JS'>Book: iPhone Apps with HTML, CSS, and JS</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/FHrXc1XNv-w" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Honey, I Shrunk the Bunny</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/LWv-1c6ckds/</link>
         <description>Well, it looks like the little bundle of joy we&amp;#8217;re expecting in December won&amp;#8217;t be the only infant in the house come Christmas. Everyone, I&amp;#8217;d like to introduce you to our newest bunny, Hailey.
Ever since our beloved Sky passed away in September last year, we pretty much knew that our other rabbit Star would need [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=462</guid>
         <pubDate>Sun, 08 Aug 2010 06:00:01 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F08%2F08%2Fhoney-i-shrunk-the-bunny%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F08%2F08%2Fhoney-i-shrunk-the-bunny%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" title="Meet Hailey" target="_blank" href="http://www.flickr.com/photos/7230385@N04/4870349971/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Meet Hailey" src="http://static.flickr.com/4120/4870349971_b98dc0fae7.jpg"/></a>Well, it looks like the little bundle of joy we&#8217;re expecting in December won&#8217;t be the only infant in the house come Christmas. Everyone, I&#8217;d like to introduce you to our newest bunny, Hailey.</p>
<p>Ever since <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/photos/rabbits/sky/">our beloved Sky</a> passed away in September last year, we pretty much knew that our other rabbit Star would need to have another furry friend.&#160; It just came down to the timing, since we loved Sky so much and he was my favorite. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley'/> </p>
<p>For the last week or so, it almost seemed that Star looked particularly lonely, so we started talking about finding another rabbit.&#160; Well, after a visit to my cousin&#8217;s house in Schaumburg, the conversation kinda went like this.</p>
<p><strong>Kris: </strong>Was there anything else you wanted to do while we’re out this way?</p>
<p><strong>Cindy:</strong> I can’t think of anything, can you?</p>
<p><strong>Kris: </strong>Wow, did you just pass up an open invitation to Woodfield?</p>
<p><strong>Cindy:</strong> Sure, we can do that.</p>
<p><strong>Kris: </strong>Hey, the pet shop where we brought Star home from is right down the street from here. Wanna stop in?</p>
<p><strong>Cindy:</strong> Okay.</p>
<p>And after about 20 mins debating outside of this little one’s cage, we were verbally reorganizing our living room to re-occupy one of the empty cages we still had. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<h3>Star’s Splitting Image</h3>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" title="This isn't what I ordered" target="_blank" href="http://www.flickr.com/photos/7230385@N04/2191433171/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="This isn't what I ordered" src="http://static.flickr.com/2121/2191433171_33a8cf2132_m.jpg"/></a>Besides being 25% of the size of Star, these two are almost identical twins.&#160; The only subtle difference we’ve seen so far is that the bottom of Star’s tail is white, like the telltale cottontail rabbit. Hailey – as in the comet, sticking with the astro theme here – has a gray tail to match the rest of her backside.</p>
<p>Aside from that, it’s like an eerie Austin Powers “mini me” sequence whenever we step back and look at the cages side-by-side. </p>
<p>The interesting thing is, neither one of them probably knows that they look like each other when you stop to think about it. I mean, unlike you and I, our rabbits don’t get up an look at themselves in the mirror every morning.&#160; If anything, they may have an early memory of what their litter mates looked like, but who knows?</p>
<h3>The Timing</h3>
<p>While it was a spur-of-the-moment decision to make a detour to the pet shop, we didn’t jump into this decision lightly.&#160; Like I said, we talked about it for at least 20 minutes first. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>Kidding aside, we did factor in the arrival of our first son in December, and if there was going to be a time to find Star a companion and get them acquainted and coexisting together, it would be now.&#160; Trying to introduce a 2nd rabbit to our household after our child was born and all the chaos and learning as new parents would not have left room for much else. And seeing Star by her lonesome for at least another year would be rough.&#160; What can I say, we have a soft spot for these little guys. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p>And so, once again we’re a two rabbit household.&#160; Seeing how we’re expecting to repeat all the early bunnyhood steps with Hailey that we did with Star, we’re pretty confident that it will be only a matter of time before our new furry friend will be hopping around like she owns the place.</p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/LWv-1c6ckds" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Meeting Stanley</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/pTgmBB30zRE/</link>
         <description>It&amp;#8217;s an interesting lead-in to this post that as I&amp;#8217;m writing this, I&amp;#8217;m actually standing in line to get to see the Stanley Cup in person for the first time Saturday afternoon. Sure, I could have just waited until I got back to the room or after the weekend was over, but having to stand [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=458</guid>
         <pubDate>Sat, 31 Jul 2010 12:47:28 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F07%2F31%2Fmeeting-stanley%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F07%2F31%2Fmeeting-stanley%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style='float:right;margin-left:8px;margin-bottom:8px;' target="_blank" href="http://www.flickr.com/photos/webnelly/4846961413/" title="The Stanely Cup by webnelly, on Flickr"><img style="padding:1px;border:solid 1px #999;" src="http://farm5.static.flickr.com/4148/4846961413_3dd3e6d312_m.jpg" width="180" height="240" alt="The Stanely Cup"/></a>It&#8217;s an interesting lead-in to this post that as I&#8217;m writing this, I&#8217;m actually standing in line to get to see the Stanley Cup in person for the first time Saturday afternoon. Sure, I could have just waited until I got back to the room or after the weekend was over, but having to stand in line for about an hour gave me more than enough free time on my hands.</p>
<h3>Every Hockey Player&#8217;s Dream</h3>
<p>It is totally cliche to say that growing up, every kid playing hockey dreams of holding up Lord Stanely&#8217;s Cup over his head. But the reason they say that is because it&#8217;s true.</p>
<p>Now, normally the dream is holding it up over your head at center ice of your home team&#8217;s arena. And while the viewing session that I waiting in line for won&#8217;t actually let me touch the trophy, I&#8217;m willing to take what I can get at this point.</p>
<p>The ultimate goal is to be back here in ten years with my son (who&#8217;s arriving later this year). The pessimist in me is saying that if I don&#8217;t treat this as a once in a lifetime opportunity to live out something from my youth, however, it will turn into a none-in-a-lifetime chance. Now, how could I do that to little Nelly Jr. before he&#8217;s even born? And no, that&#8217;s not going to be his name. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>So, here I am, inching closer and closer. Tunes on the iPod, wearing a newly signed Jack Skille Rockford Ice Hogs jersey, and typing away on my iPod Touch. By the time you actually read this post, there will be a freshly taken snapshot of the greatest trophy in professional sports attached to it, and one more thing leftover from childhood that I can cross my list.</p>
<p>Sorry, but I gotta go. I&#8217;m next. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/pTgmBB30zRE" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Hockey in July – Blackhawks Convention</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/tcSh52arFBE/</link>
         <description>For the second year in a row, Cindy and I have made our way downtown for the 3rd annual Chicago Blackhawks Convention.&amp;#160; It’s such a nice way to fill that painfully long gap between the Stanley Cup Finals and the preseason.&amp;#160; Sure, there’s the NHL Awards, and free agency, and salary cap issue; but there’s [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/2010/07/31/hockey-in-july-blackhawks-convention/</guid>
         <pubDate>Sat, 31 Jul 2010 06:00:00 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F07%2F31%2Fhockey-in-july-blackhawks-convention%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F07%2F31%2Fhockey-in-july-blackhawks-convention%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" title="Stanley Cup Champions" target="_blank" href="http://www.flickr.com/photos/7230385@N04/4845632242/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Stanley Cup Champions" src="http://static.flickr.com/4091/4845632242_6f0dfae958_m.jpg"/></a>For the second year in a row, Cindy and I have made our way downtown for the 3rd annual Chicago Blackhawks Convention.&#160; It’s such a nice way to fill that painfully long gap between the Stanley Cup Finals and the preseason.&#160; Sure, there’s the NHL Awards, and free agency, and salary cap issue; but there’s nothing like a good convention with all the true lifelong Hawks fans to take your mind off the fact that we might not have our Stanley Cup goaltender anymore by the time you read this.</p>
<p>So much has happened between last year’s convention, both for the team and for us, personally. I could ramble on and on about each, but I’ll spare you. Suffice it to say that we’ve been looking forward to this weekend since <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/06/10/thank-you-blackhawks/">Game 6</a> ended in OT, and it’s great to be here.</p>
<h3>Baby Update</h3>
<p>Of course, if you cared so much about the Blackhawks, you’d be standing in these long lines with us, so let’s skip to the good stuff. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>I know the blog has been lacking the baby-to-be news that seems to be the most interesting to everyone, so I’m trying to get to posting more often (at least once a week). Especially now that we’re pass the half way point and things are going to start moving a long <em>very fast</em> from this point on. It’s going to be baby’s first Xmas before we know it.</p>
<p><a rel="nofollow" style="margin-bottom:8px;float:left;margin-right:8px;" title="Baby Bump's First Convention" target="_blank" href="http://www.flickr.com/photos/7230385@N04/4845635746/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Baby Bump's First Convention" src="http://static.flickr.com/4125/4845635746_2d8308a4b0_m.jpg"/></a>If you’re not following along with us on Facebook, then it will be news to you that last week we found out our little one is going to be (or technically, already is) a boy. Well, that takes care of a few of our <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/05/02/kris-and-cindy-plus-one/">20 questions</a>. While not the little princess we were shooting for, my fatherly intuition is kicking into overdrive now and the prospect of having a little Nelly is starting to get to me more than I had imagined. Visions and goals for the future are coming fast and furious; the latest being thoughts of having a home up in northern Wisconsin with a backyard that, starting in about five years, will be flooded each winter. That’s a longer story, but I’ll get into it someday.</p>
<p>Being here at the convention this weekend – baby bump’s first hockey memories – has really put things into perspective as to how much fuller our lives are about to become.&#160; And when I say fuller, I don’t mean busier, I mean complete. I’m not going to get all sappy, but just know that I could. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<h3>Hello August</h3>
<p>It’s hard to believe that summer’s almost gone, but it is. </p>
<p>We have a few fun things coming up in August before things with mommy and baby get really intense. In a few weeks, we’ll be having dinner with tigers, and the weekend after that, we’re hoping to be heading back to Door County (finally) for the first time since January. Also the first time to Door County during a month that didn’t fall between September and April.</p>
<p>Of course, August was supposed to be the month we had hoped to spend entirely on Maui, as well as attending the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com">&#8216;10 Maui Photo Festival</a> with all the great folks we met at last year’s event.&#160; Obviously we have chosen to take a much different path with our lives since this time last year, but you’re not going to hear a single complaint from either of us.&#160; A few years down the line, when we finally return to the island we love with keiki in tow, you might hear “holy cow, I can’t believe we’ve waited this long to come back” out of either one of us, but it won’t be a complaint, that’s for sure.</p>
<p><em> &#8211; Kris</em></p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/tcSh52arFBE" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Des Moines on Better Terms</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/PWlD_lg84UA/</link>
         <description>Just about this time last year, Cindy&amp;#8217;s sister was being released from the ICU at Mercy Hospital in Des Moines, IA after emergency heart surgery. We had made two road trips to visit her there last June, and we&amp;#8217;re happy to say that she is doing very well. While in Des Moines for a total [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=445</guid>
         <pubDate>Thu, 08 Jul 2010 15:13:05 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F07%2F08%2Fdes-moines-on-better-terms%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F07%2F08%2Fdes-moines-on-better-terms%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="float:right;margin-left:8px;margin-bottom:4px;" target="_blank" href="http://www.flickr.com/photos/webnelly/4775132209/" title="Park in Des Moines, IA by webnelly, on Flickr"><img style="padding:1px;border:solid 1px #ccc;" src="http://farm5.static.flickr.com/4076/4775132209_d8b2f6a859_m.jpg" width="240" height="160" alt="Park in Des Moines, IA"></a>Just about this time last year, Cindy&#8217;s sister was being released from the ICU at Mercy Hospital in Des Moines, IA after emergency heart surgery. We had made two road trips to visit her there last June, and we&#8217;re happy to say that she is doing very well. </p>
<p>While in Des Moines for a total of seven days between the two trips, we spent maybe 4 hours outside of the hospital itself. What little we did see seemed nice, so we thought we&#8217;d make a point of returning on better terms.</p>
<p>So, on the books for the weekend, we&#8217;re taking a 2nd three-day weekend for the road trip west. The plan will be for us leave Friday morning and spend a good part of the day in or near the downtown area. Cindy&#8217;s family, who live about an hour north of Des Moines will be meeting up with us Friday night and staying the weekend as well.</p>
<p>Then, we&#8217;ll have all day Saturday to explore the town together and even pick up a little baseball at the Iowa Cubs game Saturday night. We&#8217;ll all be staying in the same hotel downtown, so that works out rather nicely.</p>
<p>With all that&#8217;s going around here with BBQ&#8217;s and the baby, we haven&#8217;t had much time to just sit back and relax. This has turned into a much different year than we had anticipated after our trip to Door County at the beginning of the year. Some of our friends from the Maui Photo Festival last year just wrapped up an amazing week of Paradise Bootcamp on the island, wish I was totally interested in when I first heard about it in February.</p>
<p>And with our little one on the way and building up our baby war chest, we scrapped plans to return to Maui for the 2nd annual photo festival event. After all is said and done, we knew what we were getting into and are very, very excited with where this year is going to end, but it&#8217;s nice to still have these little weekends to look forward to.</p>
<p>Let&#8217;s only hope it will turn out better than our trip to Lake Geneva in April.</p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/PWlD_lg84UA" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Maui by Photo Gets a Logo</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/GVjaLuFQkZw/</link>
         <description>It only took a year after the site launch, but I finally spent a little time (and dough at iStockphoto) to put together a logo for Maui by Photo. Now, it&amp;#8217;s my no means extravagant or anything, but I think even as simple as it is, it certainly adds a more inviting feel to the [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/06/16/wordpress-plugin-posts-by-tag/' title='Permanent Link: WordPress Plugin: Posts by Tag'&gt;WordPress Plugin: Posts by Tag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/06/13/updates-to-maui-by-photo/' title='Permanent Link: Updates to Maui by Photo'&gt;Updates to Maui by Photo&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=616</guid>
         <pubDate>Wed, 30 Jun 2010 22:57:16 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F07%2F01%2Fmaui-by-photo-gets-a-logo%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F07%2F01%2Fmaui-by-photo-gets-a-logo%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style='float:right;margin-left:8px;margin-bottom:8px;' target="_blank" href="http://www.webnelly.com/wp-content/uploads/2010/07/logo-01.png"><img src="http://www.webnelly.com/wp-content/uploads/2010/07/logo-01-300x43.png" alt="" title="Maui by Photo Logo" width="300" height="43" class="alignnone size-medium wp-image-617"/></a>It only took a year after the site launch, but I finally spent a little time (and dough at <a rel="nofollow" target="_blank" href="http://www.istockphoto.com/">iStockphoto</a>) to put together a logo for <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com">Maui by Photo</a>.</p>
<p>Now, it&#8217;s my no means extravagant or anything, but I think even as simple as it is, it certainly adds a more inviting feel to the site than just the plain &#8211; and I mean plain &#8211; masthead text did previously. With the month of June set aside for MBP updates and now that July is here already, I added a few more tweaks, but not as many as I would have hoped. Here&#8217;s a short recap:</p>
<ul>
<li><strong>Facebook Integration &#8211; </strong>I mentioned this previously as a potential advantage of having a fair amount of fans on <a rel="nofollow" target="_blank" href="http://www.facebook.com/MauiByPhoto">the site&#8217;s Facebook page</a> (500+) it&#8217;s a nice way to allow for easier comments when linking from Facebook. I&#8217;ve also started to roll out the Like buttons on a few of the pages, and those seem to be getting clicked on now, too. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </li>
<li><strong>Newly Designed Footer Lists &#8211; </strong>I redesigned the footer of the site to include many of the links previously in the sidebar, which I think adds a cleaner look. I also added links to a few additional pages such as About, Flickr, and the Locations page I mentioned in the <a rel="nofollow" target="_blank" href="http://www.webnelly.com/2010/06/16/wordpress-plugin-posts-by-tag/">Posts by Tag post</a>.</li>
<li><strong>Static Map Updates &#8211; </strong>You won&#8217;t notice the difference on the posts, but I updated the code to use a static-map plug for showing the island view of the map rather than copying the entire HTML for it in each post. A benefit of knowing how to write plugins. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley'/> </li>
<li><strong>Testing Out New Photo Galleries &#8211; </strong>I just recently installed very popular <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGen Gallery plugin</a> for WordPress to try out better photo management and display. The first post to get the new look is the <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/46/haleakala/">Haleakala article</a>, so take a peek there if you&#8217;d like to chime in on the improvement.</li>
<li><strong>WordPress v3.0 Upgrade &#8211; </strong>The site is now running v3.0 of WordPress, although I&#8217;m not taking advantage of any of the new features yet. The custom taxonomies feature looks like something I&#8217;d like to try out with locations.</li>
</ul>
<p>I think that about covers it for the updates this month. There are a few things I might try to sneak in during the next few weeks, but July is the month I move my attention to the re-launch of <a rel="nofollow" target="_blank" href="http://www.nighthawkshockey.com">Nighthawks Hockey Online</a>, which is going to be huge. Be sure to stay tuned for that this summer.</p>
<p><em>- Kris</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/06/16/wordpress-plugin-posts-by-tag/' title='Permanent Link: WordPress Plugin: Posts by Tag'>WordPress Plugin: Posts by Tag</a></li>
<li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/06/13/updates-to-maui-by-photo/' title='Permanent Link: Updates to Maui by Photo'>Updates to Maui by Photo</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/GVjaLuFQkZw" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Photos in Print</title>
         <link>http://www.photonelly.com/blog/2010/06/photos-in-print.html</link>
         <description>Although I haven&amp;#8217;t done much with my camera gear since the hobby went on hold a few months ago, it was still a pretty exciting week for me photography wise.
Two of my photos made it into Hawaii magazines this week, my Iao Stream photo and my Haleakala Sunrise image from the &amp;#8216;09 Maui Photo Festival. [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/?p=1879</guid>
         <pubDate>Sun, 27 Jun 2010 09:21:11 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F06%2Fphotos-in-print.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F06%2Fphotos-in-print.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/webnelly/4738412887/" title="Photos in Print by webnelly, on Flickr"><img style="padding:1px;border:solid 1px #ccc;" src="http://farm5.static.flickr.com/4082/4738412887_2418c812bb.jpg" width="500" height="375" alt="Photos in Print"></a></p>
<p>Although I haven&#8217;t done much with my camera gear since the hobby went <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2010/04/hobby-on-hold.html">on hold</a> a few months ago, it was still a pretty exciting week for me photography wise.</p>
<p>Two of my photos made it into Hawaii magazines this week, my <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2009/03/photo-iao-stream.html">Iao Stream photo</a> and my <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2009/09/photo-sunrise-silhouette.html">Haleakala Sunrise image</a> from the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com">&#8216;09 Maui Photo Festival</a>. Here&#8217;s the scoop on how it happened.</p>
<h3>Iao Stream in Hawaii Magazine</h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/photonelly/4111502900/" title="Iao Valley Stream by photonelly, on Flickr"><img style="padding:1px;border:solid 1px #ccc;" src="http://farm3.static.flickr.com/2533/4111502900_ec602c98af.jpg" width="500" height="333" alt="Iao Valley Stream"></a></p>
<p>I had originally submitted this photo to <a rel="nofollow" target="_blank" href="http://www.hawaiimagazine.com/">Hawaii Magazine</a> for their <a rel="nofollow" target="_blank" href="http://www.hawaiimagazine.com/photo_of_the_week">Photo of the Week</a> feature about a year ago. Thinking nothing of it since then, I was contacted by the magazine last month for a print-friendly version to run in their Your Hawai&#8217;i section of the July/August edition. I certainly couldn&#8217;t pass up on that opportunity.</p>
<h3>Sunrise Silhouette in Maui No Ka &#8216;Oi Magazine</h3>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/webnelly/3933017901/" title="Sunrise Silhouette by webnelly, on Flickr"><img style="padding:1px;border:solid 1px #ccc;" src="http://farm3.static.flickr.com/2436/3933017901_5c71a294eb.jpg" width="500" height="333" alt="Sunrise Silhouette"></a></p>
<p>Already knowing about the photo printed in Hawaii Magazine, I was pleasantly surprised the following day when the July/August issue of <a rel="nofollow" target="_blank" href="http://www.mauimagazine.net/">Maui No Ka &#8216;Oi magazine</a> arrived at our door. Featured in the magazine&#8217;s Talk Story section was a full page article on the upcoming Maui Photo Festival in August. Since this photo won the best portrait award in the inaugural event last year, I was invited to sign a photo release so it could be used by the event organizers for promotions and the like. And there you have it.</p>]]></content:encoded>
      </item>
      <item>
         <title>Monthly Baby Update: Everything A-Okay</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/URhFrvVsrSk/</link>
         <description>Cindy had her monthly check up today and everything seems to be in order. That is, except, for the ridiculous wait we had while we were at the office.&amp;#160; According to one of the others in the packed waiting room, someone earlier was 20 minutes late and backed everyone up for the rest of the [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=446</guid>
         <pubDate>Thu, 24 Jun 2010 17:54:56 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F24%2Fmonthly-baby-update-everything-a-okay%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F24%2Fmonthly-baby-update-everything-a-okay%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="float:right;margin-left:8px;margin-bottom:8px;" target="_blank" href="http://www.flickr.com/photos/webnelly/3494372705/" title="May Flowers by webnelly, on Flickr"><img style="padding:1px;border:solid 1px #ccc;" src="http://farm4.static.flickr.com/3387/3494372705_7d4306e41d_m.jpg" width="180" height="240" alt="May Flowers"/></a>Cindy had her monthly check up today and everything seems to be in order. That is, except, for the ridiculous wait we had while we were at the office.&#160; </p>
<p>According to one of the others in the packed waiting room, someone earlier was 20 minutes late and backed everyone up for the rest of the afternoon.&#160; Personally, I wasn&#8217;t buying it because we were on-time for our 1pm appointment, but there were people that arrived after us and were seen before us.&#160; My only guess is that they might have had other doctors, but still.</p>
<h3>Time Machine</h3>
<p>Anyway, aside from being a little frustrated with spending 45 minutes in the waiting room (and another 30 minutes waiting in the examination room) it was an interesting chance to see what’s in store for us.</p>
<p>It was pretty crowded as I mentioned, and there were mothers-to-be that were just seeing their first sonogram photo to another that was probably around 32 weeks, and another family with 3 little rugrats that left the office each carrying an ultrasound photo of their expected new brother or sister.&#160; At the time, all the extra noise and chaos was just more aggravating, but looking back now it was kinda neat.</p>
<h3>By The Numbers</h3>
<p>Okay, enough with the philosophical stuff.&#160; This afternoon’s visit puts Cindy at 16 weeks on her 40 week journey to motherhood.&#160; She’s still down 7 lbs from the first visit, but she’s done with the morning sickness and gaining weight again. In fact, she even finished an entire Chipotle burrito for the first time a few years. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p>At next visit, she’ll be 20 weeks and by then they’ll be able to determine if we’re having a little princess or another Nelly.&#160; The doctor this visit (all 5 minutes we saw him) said sometime between now and 20 weeks is when Cindy should be able to feel the little one starting to move inside her belly.&#160; You know you’ll all hear about that when it happens for the first time. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>Well, until next time. <br />&#160;<em> &#8211; Kris</em></p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/URhFrvVsrSk" height="1" width="1"/>]]></content:encoded>
         <category>Baby</category>
      </item>
      <item>
         <title>Facebook: Like, You Know, Like, Whatever</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/Qy9esAXgNIA/</link>
         <description>When one of my friends on Facebook pointed out yesterday that there was now a &amp;#8220;Like&amp;#8221; button next to each comment on a Facebook post or status, I sort of rolled my eyes. To me, that just seemed to be overkill. I mean, know that the Like button has made it&amp;#8217;s way outside of the [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/05/18/facebook-connect-for-now/' title='Permanent Link: Facebook Connect-ed, For Now'&gt;Facebook Connect-ed, For Now&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/06/13/updates-to-maui-by-photo/' title='Permanent Link: Updates to Maui by Photo'&gt;Updates to Maui by Photo&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=607</guid>
         <pubDate>Thu, 17 Jun 2010 09:38:40 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F17%2Ffacebook-like-you-know-like-whatever%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F17%2Ffacebook-like-you-know-like-whatever%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="float:right;margin-left:8px;margin-bottom:8px;" target="_blank" href="http://www.facebook.com/MauiByPhoto"><img src="http://www.webnelly.com/wp-content/uploads/2010/06/fb_ad.png" alt="Facebook Ad Preview" title="Facebook Ad Preview" width="187" height="233" class="alignnone size-full wp-image-608"/></a>When one of my friends on Facebook pointed out yesterday that there was now a &#8220;Like&#8221; button next to each comment on a Facebook post or status, I sort of rolled my eyes. To me, that just seemed to be overkill. I mean, know that the Like button has made it&#8217;s way outside of the walls for Facebook and into the rest of the Internet (including <a rel="nofollow" target="_blank" href="http://www.webnelly.com/2010/05/18/facebook-connect-for-now/">one of my sites</a>), but trying to push it down another level of detail into the comment thread didn&#8217;t really seem necessary.</p>
<p>So, I went looking for an official post or other blog coverage of this new feature, and I found myself at the popular <a rel="nofollow" target="_blank" href="http://www.insidefacebook.com/">Inside Facebook</a> blog. Here&#8217;s the article I found:</p>
<p><a rel="nofollow" target="_blank" href="http://www.insidefacebook.com/2010/06/16/facebook-lets-users-like-comments/">Facebook Adds Likes to Comments</a></p>
<p>To my surprise &#8211; and who am I to judge &#8211; they reported that this is actually a commonly requested feature. For real? People are asking to have a Like button when someone comments on their status or the status of a friend? I think I may just be missing the point.</p>
<h2>What&#8217;s Really Missing</h2>
<p>To me, I think the bigger gap related to comments to posts and statuses is not a Like button, but better notification and comment tracking for Facebook Page admins. As an admin of 4 pages currently, it&#8217;s less than ideal for me to have to check each one everyday or every other day to feel responsive to my visitors. And I know it would be difficult to create a reasonable solution that works for both smaller pages like mine vs. the thousands of comments on the page of your <a rel="nofollow" target="_blank" href="http://www.facebook.com/nhlblackhawks">favorite championship sports team</a>, but still, it feels like there&#8217;s more value to be made there.</p>
<p>As another example, I have a few photographer friends that have created Facebook pages to share their work. When they post photos and people comment, there&#8217;s no notification or anything. Now I know first hand in the case of photos there is a View Comments page &#8211; <a rel="nofollow" target="_blank" href="http://www.facebook.com/photonelly?v=photos#!/photo_comments.php?id=270182801583">like this one</a> &#8211; but would a subscribe or RSS feed option be too much to ask? Or maybe something similar to the Facebook Page Digest emails we admins received weekly for a brief while. Something daily like that might work to show a summary instead of each individual comment.</p>
<h2>Any Insight?</h2>
<p>I know that Facebook has been working to improve their Insights stats section, and I can only hope that those tools start getting closer to real-time soon. It&#8217;s Thursday night as I finish this post and stats are only current through Tuesday. Again, not horrible from a longer range trend perspective, but not a tool I can use for engagement.</p>
<h2>Your Thoughts?</h2>
<p>Getting back to topic, do you think the Like button for comments is a useful feature or just more fluff? And if you&#8217;re a Facebook Page admin, I&#8217;d sure like to hear your thoughts &#8211; or any tricks or tools &#8211; on staying current with engaging your visitors.</p>
<p>Thanks for reading,<br /><em>- Kris</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/05/18/facebook-connect-for-now/' title='Permanent Link: Facebook Connect-ed, For Now'>Facebook Connect-ed, For Now</a></li>
<li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/06/13/updates-to-maui-by-photo/' title='Permanent Link: Updates to Maui by Photo'>Updates to Maui by Photo</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/Qy9esAXgNIA" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>WordPress Plugin: Posts by Tag</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/eG01kBzJwEs/</link>
         <description>This post is a short example of how I used the Posts by Tag plugin by Sudar for one of my new pages on the Maui by Photo website. The concept of the page was simple: to build a directory of sorts for posts that were tagged with different locations on the island. WordPress Repository [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/07/01/maui-by-photo-gets-a-logo/' title='Permanent Link: Maui by Photo Gets a Logo'&gt;Maui by Photo Gets a Logo&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=599</guid>
         <pubDate>Wed, 16 Jun 2010 11:20:52 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F16%2Fwordpress-plugin-posts-by-tag%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F16%2Fwordpress-plugin-posts-by-tag%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;display:inline;margin-bottom:8px;float:right;margin-left:8px;border-top:#ccc 1px solid;border-right:#ccc 1px solid;padding-top:1px;" title="Location Thumbnail" alt="Location Thumbnail" src="http://www.webnelly.com/wp-content/uploads/2010/06/mbp_location_thumb.png" width="240" height="189"/>This post is a short example of how I used the <a rel="nofollow" target="_blank" href="http://sudarmuthu.com/wordpress/posts-by-tag">Posts by Tag</a> plugin by <a rel="nofollow" target="_blank" href="http://sudarmuthu.com/wordpress/">Sudar</a> for one of my new pages on the <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/">Maui by Photo</a> website.</p>
<p>The concept of the page was simple: to build a directory of sorts for posts that were tagged with different locations on the island.</p>
<p><strong>WordPress Repository Location: </strong><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/posts-by-tag/">Posts by Tag</a></p>
<p class='fb-like'></p> 
<h2>What Was Needed</h2>
<p>I wanted to have a page that listed all the locations on Maui that my website featured, as well as each post associated with that location.</p>
<p>For the website, I’m was already using Categories for the primary navigation, such as Beaches, Activites, etc. But in order to track the location of each post, I was also tagging each post with a specific place name, such as Lahaina or Kapalua. After accumulating more than 40 posts from 11 different locations that were tagged, it was time to create a page that featured each location and list the posts assigned to it. </p>
<h2>What Was Done</h2>
<p>The Posts by Tag plugin actually works in two modes: a widget mode for use in a sidebar, and a shortcode mode that let you embed the list inside a post or a page. For this case, I was looking to the shortcode feature to help get the job done.</p>
<p>The post_by_tag shortcode functionality offered by Posts by Tag uses most of the same parameters as the <a rel="nofollow" target="_blank" href="http://codex.wordpress.org/Template_Tags/get_posts">get_posts</a> template tag that <a rel="nofollow" target="_blank" href="http://wordpress.org">WordPress</a> offers, so right away I knew it had everything I needed.&#160; In my case, I wasn’t as concerned with the dates of the posts (as in a traditional blog sense) as much as having a directory listing of posts. So the fact that I could order the posts by Title and in Ascending order was perfect. The only other parameter required for me then was the number of posts to return, which I set at a generous 25.</p>
<p>With the shortcode usage planned, it was just a matter of laying out my page just like you would any other page. While the shortcode supported multiple tags at once, I was looking to add a photo and a link for each tag. At the time, there were 11 location tags that I wanted to display posts for, so I needed 11 instances of the shortcode on the page. I added all 11 locations and photos in the order I wanted, knowing that the next time I added a post and tagged it with one of these locations, it would be automatically added in correct list and in its proper order alphabetically.</p>
<p>Now, if I added a tag for a new location at some point, of course I’d have to go back and manually update the page, but that is a less frequent occurrence that I was not concerned with at time.</p>
<h2>The Result</h2>
<p>With the shortcodes utilized and the page in place, I was all set. A screenshot of the final result is below, but if you’d prefer to see the page itself, visit the <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/locations/">Maui by Photo Locations</a> page.</p>
<p><a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/locations/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;display:inline;border-top:#ccc 1px solid;border-right:#ccc 1px solid;padding-top:1px;" title="Location Screenshot" alt="Location Screenshot" src="http://www.webnelly.com/wp-content/uploads/2010/06/mbp_location2_thumb.png" width="599" height="480"/></a></p>
<h2>Feedback</h2>
<p>Please let me know if you think this short demo helped or if you&#8217;ve used this or a similar plugin on your own site, too.</p>
<p><em>- Kris</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/07/01/maui-by-photo-gets-a-logo/' title='Permanent Link: Maui by Photo Gets a Logo'>Maui by Photo Gets a Logo</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/eG01kBzJwEs" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>My WordPress Development Plans</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/AY7T-pbxnv4/</link>
         <description>After just one year of working with the WordPress platform, it&amp;#8217;s pretty safe to say that I&amp;#8217;m a big fan. What&amp;#8217;s not to love? All the functionality right out of the box already, a nice theme system with loads of designers, a rich set of plugins, and the support of a great developer community. Sure, [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/05/02/starting-wordpress-plug-in-development/' title='Permanent Link: Starting WordPress Plugin Development'&gt;Starting WordPress Plugin Development&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/05/18/facebook-connect-for-now/' title='Permanent Link: Facebook Connect-ed, For Now'&gt;Facebook Connect-ed, For Now&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=587</guid>
         <pubDate>Tue, 15 Jun 2010 11:06:10 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F15%2Fmy-wordpress-development-plans%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F15%2Fmy-wordpress-development-plans%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><img style="float:right;margin-left:8px;margin-bottom:8px;" src="http://www.webnelly.com/wp-content/uploads/2010/06/grey-l.png" alt="WordPress Logo" title="WordPress Logo" width="150" height="150" class="alignnone size-full wp-image-588"/>After just one year of working with the <a rel="nofollow" target="_blank" href='http://wordpress.org'>WordPress</a> platform, it&#8217;s pretty safe to say that I&#8217;m a big fan. What&#8217;s not to love? All the functionality right out of the box already, a nice theme system with loads of designers, a rich set of plugins, and the support of a great developer community. Sure, some say it might be a resource hog or slow, but I haven&#8217;t experienced too much of that (yet). So, where do I want to fit into this process?</p>
<h2>Plugin Development</h2>
<p>After getting familiar with the standard installation and customization on a few different blogs, followed by theme hunting and modifications, the next logical step for me was working with plugins. It&#8217;s usually easier to find an existing plugin that fits your needs than reinvent the wheel. But just like themes, there were a few cases were something was close, but still needed to be tweaked for my own personal needs.</p>
<p>So, I <a rel="nofollow" target="_blank" href="http://www.webnelly.com/2010/05/02/starting-wordpress-plug-in-development/">picked up a book</a>, started reading, and was ready to take on the plugin world. Like everything else, I just dove right in and started coding away, creating a few custom plugins that fit neatly into <em>my</em> sites. That was the first revelation for me, that these were for me and not necessary useful for a larger audience. For example, the Daily Maui Photo widget over there on the left is a plugin I created, and it&#8217;s currently deployed on a few other of my sites as well. It&#8217;s customizable with 3 different views to be adaptable to various themes and scenarios. Yet it&#8217;s still not something that may ever be available for public consumption.</p>
<p>There are a few other plugins that I&#8217;ve built recently, such as the recent posts display on the home page and the display view for site details on the <a rel="nofollow" target="_blank" href="http://www.webnelly.com/links/">links page</a>. Those might be more useful to others, but that quickly led to the next few revelations: testing and support. It takes a lot of testing and dedication to release plugins that can potentially be used by hundreds or thousands of users. And while I give many kudos to all the awesome, hard-working folks doing that today with their plugin development, I just don&#8217;t have the time at the moment (or ever). The support side is huge, too. Check out the thread on <a rel="nofollow" target="_blank" href="http://ottopress.com/wordpress-plugins/simple-facebook-connect/">this page</a> for the Simple Facebook Connect plugins I mentioned last month. It has over 1,200 responses and growing daily. Not something I can commit to.</p>
<h2>Plugin Contributions</h2>
<p>So, now I&#8217;ve come to terms with not writing my own plugins for public use, I do feel comfortable and interested in helping users extend their own plugins with features that are useful for me that hopefully others might find helpful. This right here is another great feature of the WordPress platform as being open source, because if something isn&#8217;t working correctly or not meeting my needs, I can dig into the code and hack away at it. Much faster than I could do if I was building it from scratch, I might add.</p>
<p>On the contribution side, if I feel my modifications to the plugin are something that others might be interested in, and the original developer is accessible and approachable &#8211; most of them seem to be &#8211; I&#8217;m more than willing to engage and return the favor by handing over my code. In all honesty, this is actually in my best interest because by adding my own custom code, I put myself at risk because future updates and features added in newer versions will likely override my changes. So, if something I write for my needs ends up being included in the official release of the plugin, I&#8217;m much safter. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<h2>As a Resource</h2>
<p>With only one year working with WordPress, I can&#8217;t by any means claim to be an expert. But as someone having multiple blogs running the software and having a strong development background to help understand how things work behind the scenes, I think I can also be a resource to help others. For example, I have collected a fairly sized list of plugins that I gravitate towards with every new install. In addition to that common list, I&#8217;ve also used various plugins for more specific reasons on a site-by-site basis.</p>
<p>My plans here now lead to creating a resource section here at the site that will serve as a reference for others that may just be starting out or looking for a not-so-obvious plugin to accomplish a particular goal. Acting as an extension of my web portfolio here, I&#8217;ll be adding a more detailed WordPress section of the site that will not only feature the plugins I&#8217;ve used, but also link to and reference where on my websites I&#8217;ve used them. I find helpful so readers can view by example before deciding if something will work for them or not. I mean, how many times have you seen a neat plugin that you think will work but can&#8217;t find an example of where it&#8217;s used? Not one of my favorite experiences, either.</p>
<h2>More Soon</h2>
<p>I seem to be ending most of my posts with &#8220;more soon&#8221; these days just because I have so much going on these days. But still, be on the lookout for this new section and some of the features that it will contain. In the meantime, I am also sharing interesting articles and posts from other blogs related to WordPress development over on <a rel="nofollow" target="_blank" href="http://www.facebook.com/webnellydotcom">my Facebook page</a>, so that is a good place to check out in the meantime.</p>
<p><em>- Kris</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/05/02/starting-wordpress-plug-in-development/' title='Permanent Link: Starting WordPress Plugin Development'>Starting WordPress Plugin Development</a></li>
<li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/05/18/facebook-connect-for-now/' title='Permanent Link: Facebook Connect-ed, For Now'>Facebook Connect-ed, For Now</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/AY7T-pbxnv4" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Wiiiiiiiiiiiiii!!!!!!!</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/5qD1cWskbB8/</link>
         <description>At some point between that last post of &amp;#8216;09 when we bought a Mac and when I started posting again in April, we picked up a Wii. And as anyone that has one will tell you, they are a lot of fun.
Initially, we just stuck with the sports games that came with it, which were [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=434</guid>
         <pubDate>Tue, 15 Jun 2010 04:00:58 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F15%2Fwiiiiiiiiiiiiii%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F15%2Fwiiiiiiiiiiiiii%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p>At some point between that last post of &#8216;09 when <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2009/08/02/we-bought-a-mac/">we bought a Mac</a> and when I started <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/04/12/reviving-the-old-blog/">posting again in April</a>, we picked up a Wii. And as anyone that has one will tell you, they are a lot of fun.</p>
<p>Initially, we just stuck with the sports games that came with it, which were still enough fun for the two off us. That was until Cindy bought the <a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/B002MWSY3O?ie=UTF8&#038;tag=krci-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002MWSY3O">Just Dance</a><img src="http://www.assoc-amazon.com/e/ir?t=krci-20&#038;l=as2&#038;o=1&#038;a=B002MWSY3O" width="1" height="1" border="0" alt="" style="border:none !important;margin:0px !important;display:inline;"/> game, which quickly became her primary use of the Wii as a daily workout regimen. But alas, that came to an end under doctor&#8217;s orders to keep all activity to under 120 bpm (beats per minute) while she&#8217;s pregnant. And trust me, those last few Hawks games were really pushing that limit. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley'/> </p>
<p><a rel="nofollow" style='float:right;margin-left:8px;margin-bottom:8px;' target="_blank" href="http://www.amazon.com/gp/product/B000XJNTNS?ie=UTF8&#038;tag=krci-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000XJNTNS"><img style='padding:1px;border:solid 1px #999;' src="http://www.krisandcindy.com/wp-content/uploads/2010/06/51PYW1FCetL._SL160_.jpg"></a><img src="http://www.assoc-amazon.com/e/ir?t=krci-20&#038;l=as2&#038;o=1&#038;a=B000XJNTNS" width="1" height="1" border="0" alt="" style="float:right;border:none !important;margin:0px !important;"/>So the Wii went unused for a month or two until a small discussion about all the media coverage of the Blackhawks bonding as a team during the playoff road trips by holding their own Mario Kart tournaments. Before long, we were looking at spending budgets for the month and then picked up the game and a second steering wheel over the weekend. Or is it wii-kend? <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>Monday night was both of our Kart racing debuts, and we played for about two hours. Needless to say, we had a blast. And now that Cindy is really starting to get over all the morning sickness (knock on wood), it was good to see her have such a good time again.</p>
<p>I&#8217;m not exactly sure how much time I personally will be able to play regularly during the week, but I do know that left alone to practice on her own, it won&#8217;t be long before Cindy is a force to be reckoned with.</p>
<p><em>- Kris</em></p>
<p>&nbsp;<br />Photo Credit: Amazon.com</p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/5qD1cWskbB8" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Updates to Maui by Photo</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/gAy7_RyM8OU/</link>
         <description>Just about a year after launching Maui by Photo, I’m getting back to putting some of the finishing design touches on the site to polish it off. These are mostly minor design tweaks for now, but I’m hoping to add more features my month’s end, too. A Year Wiser MBP was my first site using [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/05/18/facebook-connect-for-now/' title='Permanent Link: Facebook Connect-ed, For Now'&gt;Facebook Connect-ed, For Now&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/07/01/maui-by-photo-gets-a-logo/' title='Permanent Link: Maui by Photo Gets a Logo'&gt;Maui by Photo Gets a Logo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/05/24/a-photo-a-day-on-facebook/' title='Permanent Link: A Photo a Day, On Facebook'&gt;A Photo a Day, On Facebook&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=581</guid>
         <pubDate>Sun, 13 Jun 2010 13:45:12 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F13%2Fupdates-to-maui-by-photo%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F13%2Fupdates-to-maui-by-photo%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" target="_blank" href="http://www.mauibyphoto.com"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" title="Maui by Photo Screenshot" alt="Maui by Photo Screenshot" src="http://www.webnelly.com/wp-content/uploads/2010/06/mbp_screen_thumb.png" width="240" height="133"/></a>Just about a year after launching <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com">Maui by Photo</a>, I’m getting back to putting some of the finishing design touches on the site to polish it off. These are mostly minor design tweaks for now, but I’m hoping to add more features my month’s end, too.</p>
<h2>A Year Wiser</h2>
<p>MBP was my first site using <a rel="nofollow" target="_blank" href="http://wordpress.org">WordPress</a>, so much of the initial effort involved was spent learning how to customize themes and organize posts than more of a focused effort on look and feel and navigation. So, with a year of WordPress under my belt, and another year of web design practice, minor changes are already underway. </p>
<p>While the premise of Maui by Photo is fairly straightfoward (a la the <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/about/">About page</a>), there was more effort involved with editing and managing all the photos than I originally anticipated. Not only am I a year more experienced with WordPress, my photography and post processing work with Photoshop has also risen to a new level. Therefore, one of my tasks for later this summer (or year) is going to be re-editing all 300 current photos featured on the site, plus adding at least 100 more that aren’t featured yet. Heaven help me, that’s a lot of work ahead.</p>
<h2>Quick Wins</h2>
<p><img style='float:left;margin-right:8px;margin-bottom:8px;' src="http://www.webnelly.com/wp-content/uploads/2010/05/f_logo_thumb.png" alt="Facebook Icon" title="Facebook Icon" width="74" height="74" class="alignnone size-full wp-image-370"/>In the meantime, I’ve been attacking a few quicker wins to make the site more interactive. The biggest update so far has been the integration of Facebook comments and Like buttons using the Simple Facebook Connect plugins <a rel="nofollow" target="_blank" href="http://www.webnelly.com/2010/05/18/facebook-connect-for-now/">I posted about recently</a>. It’s been installed on my <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com">Kris and Cindy</a> site and you may even notice it’s slowly being phased in at this blog, too.&#160; Since the <a rel="nofollow" target="_blank" href="http://www.facebook.com/MauiByPhoto">Maui by Photo page</a> on Facebook has been a relatively big draw, I see this as an opportunity to bring in some of those users to contributing to the site as well. More to come on that.</p>
<p>While the Kris and Cindy site just uses the auto display for the Like button, I’m working that feature into MBP a little more selectively than that.&#160; I have a few ideas of where it will end up to be intuitive but not obtrusive, but it’s not completely rolled out yet.</p>
<p>Also while I was at it, I added the Twitter @Anywhere integration that made it here, too (<a rel="nofollow" target="_blank" href="http://www.webnelly.com/2010/05/29/hovercars-no-hovercards-yes/">previous post</a>).</p>
<h2>More Content</h2>
<p>The goal of Maui by Photo is to let the pictures do the talking, and get the sites visitors to leave their own stories about Maui. But in order to help raise awareness and education about the goals of the site, I’ve been writing a little bit more content to fill in the gaps. Therefore, the home page now has more of a traditional website landing page feel to it than the previous list of blog posts as before. Also, the <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/about/">About page</a> has been updated with a bit more organization and some photos to help keep the reader engaged.</p>
<p>In addition to that, the <a rel="nofollow" target="_blank" href="http://www.webnelly.com/2010/01/05/maui-by-photo/">portfolio page</a> here on the site has been updated with a little background on how the site came together, so this collective information should be a good start. I’ve also uncovered a few additional items to add as mentioned in this post about <a rel="nofollow" target="_blank" href="http://blondish.net/creating-an-effective-about-page/">creating effective About pages</a>. Even though there is still a ways to go, I’m pretty happy with the subtle progress that’s being made so far.</p>
<h2>Next Update</h2>
<p>Even with these changes to the site underway, Maui by Photo is still fully functional and awaiting your favorite Maui stories. As far as the next update goes, I’m targeting another post here at the end of the month with news of bigger changes that are in the works. Be sure to stayed tuned if you’d like to see what I have in store next for this site.</p>
<p><em> &#8211; Kris</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/05/18/facebook-connect-for-now/' title='Permanent Link: Facebook Connect-ed, For Now'>Facebook Connect-ed, For Now</a></li>
<li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/07/01/maui-by-photo-gets-a-logo/' title='Permanent Link: Maui by Photo Gets a Logo'>Maui by Photo Gets a Logo</a></li>
<li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/05/24/a-photo-a-day-on-facebook/' title='Permanent Link: A Photo a Day, On Facebook'>A Photo a Day, On Facebook</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/gAy7_RyM8OU" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>The Hockey Recap</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/a2F8eXfYguE/</link>
         <description>With the Blackhawks Celebration going on today, I thought I&amp;#8217;d take a quick look back at all the hockey related posts these last two months showing the grueling path it takes for a team to win one of the oldest trophies in professional sports.
The Beginning
The beginning of the playoffs is actually just the end of [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=429</guid>
         <pubDate>Fri, 11 Jun 2010 10:59:40 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F11%2Fthe-hockey-recap%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F11%2Fthe-hockey-recap%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style='float:right;margin-left:8px;margin-bottom:8px;' target="_blank" href="http://www.flickr.com/photos/webnelly/3967727121/" title="Jonathan Toews by webnelly, on Flickr"><img style='padding:1px;border:solid 1px #999;' src="http://farm3.static.flickr.com/2642/3967727121_e182244ee2_m.jpg" width="240" height="160" alt="Jonathan Toews"/></a>With the Blackhawks Celebration going on today, I thought I&#8217;d take a quick look back at all the hockey related posts these last two months showing the grueling path it takes for a team to win <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Stanley_Cup">one of the oldest trophies</a> in professional sports.</p>
<h3>The Beginning</h3>
<p>The beginning of the playoffs is actually just the end of a long 82 game season, which was extended this year for some players because of the Olympics in Vancouver back in February. Sure, the MLB is a 162 game season, but does that really compare? I don&#8217;t think so.</p>
<p>Post 1: <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/04/15/its-playoff-time-again/">It&#8217;s Playoff Time Again</a> &#8211; April 15<sup>th</sup></p>
<p>Next up was the advancement to the second round of the playoffs after beating the Nashville Predators over about a 2 week span.</p>
<p>Post 2: <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/05/04/back-to-hockey-round-2-picks/">Round 2 Picks</a> &#8211; May 4<sup>th</sup></p>
<p>After a great series against Vancouver in Round 2 and eliminating them for the 2nd straight year (nice!), we were back in the conference finals to face the fish.</p>
<p>Post 3: <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/05/17/here-fishy-fishy-fishy/">Here Fishy, Fishy, Fishy</a> &#8211; May 17<sup>th</sup></p>
<p>While the first two rounds were a little more prolonged, the sweep against the Sharks was a thing of beauty. And before we knew it, our hometown team was back in the final for the first time since the early 90&#8217;s.</p>
<p>Post 4: <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/05/23/to-the-finals/">To The FInals</a> &#8211; May 23<sup>rd</sup></p>
<p>Three days later, the Philadelphia were just about wrapped up with the other remaining Original Six team in the conference finals when ticket prices started to make news for Games 1 and 2 of the finals. Gulp</p>
<p>Post 5: <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/05/26/thank-goodness-for-hd/">Thanks Goodness for HD</a> &#8211; May 26<sup>th</sup></p>
<p>After was seemed like an extra long week to wait for Game 1 of the finals, I spent time at Starbucks while CIndy was at the salon and I wrote a little letter to the team asking for their help in making our world just a little better.</p>
<p>Post 6: <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/05/29/a-better-world-for-our-child/">A Better World for Our Child</a> &#8211; May 29<sup>th</sup></p>
<p>And finally, this past Wednesday night after a long 49 year wait (of which I&#8217;ve only been alive for 30) the Stanley Cup was on it&#8217;s way back to Chicago. As all the marketing ads from the NHL promised &#8211; history was made.</p>
<p>Post 7: <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/06/10/thank-you-blackhawks/">Thank You Blackhawks!!!</a> &#8211; June 10<sup>th</sup></p>
<p>And now, it&#8217;s Friday and most of these young rascals who are still younger than me (sigh) are having their day in the sun an probably going on less than 4 hours of sleep since Game 6 ended in Philly. And you can&#8217;t really blame them, they&#8217;ve worked hard and sacrificed for this, and they have more than earned it.</p>
<h2>What&#8217;s Next?</h2>
<p>Well, a couple things. First, I&#8217;m officially announcing the end of my retirement from hockey. Okay, that was a joke. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>Kidding aside, the next thing for us that&#8217;s Hawks related is the Blackhawks Convention in Downtown Chicago at the end of July. We went to the one last year and had a good time, but this year&#8217;s going to be amazing. Plus, we&#8217;re staying at the Hilton downtown this year during the festivities, so that will just make it even better.</p>
<p>As for the players, they will get to participate in one of the coolest traditions in professional sports. They each get to have the Stanley Cup for an entire day all to themselves. Some take it back to their hometown &#8211; I know Sweden and Russia are on the itinerary for sure &#8211; others share it with thousands of their closest friends. In any case, you know there&#8217;s going to be a lot to talk about this summer as the Cup checks in during all of it&#8217;s travels. Hey, does the Stanley Cup have a <a rel="nofollow" target="_blank" href="http://foursquare.com">foursquare</a> account? <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p>Well, it&#8217;s been a draining last 2 months on the hockey front, so after this short breather, be sure to check back for more updates as the convention approaches, as we tackle a trip out to Des Moines, and the latest baby news before then.</p>
<p>Bandwagon or not (preferably not) let&#8217;s all enjoy this championship for our home team. Wooohoooo!</p>
<p><em>- Kris</em></p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/a2F8eXfYguE" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Thank You Blackhawks!!!</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/DMb3Uodm9ro/</link>
         <description>Thank You Blackhawks for an incredible season!
And thanks for the returning the cup back to Chicago. All of us can&amp;#8217;t wait to be at the Blackhawks Convention this summer. It&amp;#8217;s going to be amazing!</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=420</guid>
         <pubDate>Thu, 10 Jun 2010 10:02:30 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F10%2Fthank-you-blackhawks%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F10%2Fthank-you-blackhawks%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/webnelly/4688623028/" title="Kane and the Cup by webnelly, on Flickr"><img style='padding:1px;border:solid 1px #ccc;' src="http://farm5.static.flickr.com/4064/4688623028_c1bba0e972.jpg" width="500" height="375" alt="Kane and the Cup"/></a></p>
<h3>Thank You Blackhawks for an incredible season!</h3>
<p>And thanks for the returning the cup back to Chicago. All of us can&#8217;t wait to be at the <a rel="nofollow" target="_blank" href="http://blackhawks.nhl.com/club/page.htm?id=59144">Blackhawks Convention</a> this summer. It&#8217;s going to be amazing!</p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/DMb3Uodm9ro" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Facebook: Makena Gadient Photography</title>
         <link>http://www.photonelly.com/blog/2010/06/facebook-makena-gadient-photography.html</link>
         <description>Time for another entry in my Facebook Photographers series. And like the previous entries, this one comes from the Hawaiian islands with a young and talented photographer, Makena Gadient.
(Photo Credit: Makena&amp;#8217;s Flickr photostream)
I met Makena at the ‘09 Maui Photo Festival as one of the high school scholarship winners – all of which were pretty [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/?p=1876</guid>
         <pubDate>Sun, 06 Jun 2010 18:19:58 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F06%2Ffacebook-makena-gadient-photography.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F06%2Ffacebook-makena-gadient-photography.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:left;margin-right:8px;" title="Day 85/365 "Only 13 months apart."" target="_blank" href="http://www.flickr.com/photos/23706910@N06/4465959309/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Day 85/365 "Only 13 months apart."" src="http://static.flickr.com/4054/4465959309_0e8881dcfc_m.jpg"/></a>Time for another entry in my <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/category/facebook">Facebook Photographers</a> series. And like the previous entries, this one comes from the Hawaiian islands with a young and talented photographer, <a rel="nofollow" target="_blank" href="http://www.facebook.com/pages/Makena-Gadient-Photography/301898981250">Makena Gadient</a>.</p>
<p><em>(Photo Credit: <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/makenag/4465959309/in/set-72157623046136791/">Makena&#8217;s Flickr photostream</a>)</em></p>
<p>I met Makena at the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com/">‘09 Maui Photo Festival</a> as one of the high school scholarship winners – all of which were pretty amazing for shooters their age.&#160; Since the festival in September, I’ve been following along with her work on Twitter and the beginning of <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/makenag/sets/72157623046136791/">her 365 project</a> on <a rel="nofollow" target="_blank" href="http://www.flickr.com">Flickr</a> at the start of the year. It’s been great watching her experiment with a lot of different techniques and really starting to come into her own style this year.</p>
<p>Perhaps one of the things I envy the most about Makena (aside from living on Maui <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> ) is that she’s coming into this hobby at such an ideal age. When you talk about teenagers getting into something with as much commitment and dedication to a craft that she is now, you can definitely tell that they have a bright future ahead of them and the sky is the limit with what they can, and will, accomplish.</p>
<h3>Finding Makena’s Photos</h3>
<p>In addition to posting the daily photos in her 365 project on <a rel="nofollow" target="_blank" href="http://www.facebook.com/pages/Makena-Gadient-Photography/301898981250">her Facebook page</a>, you can also find them and outtakes on <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/makenag/sets/72157623046136791/">her Flickr account</a>.&#160; It is certainly a lot easier to see the collective set on Flickr, and compare images from the beginning of the year to the recent weeks.</p>
<p>When you check out those photos on both sites, you’ll notice a reoccurring theme in both places – that is the support an encouragement of her friends and her family.&#160; From acting as models to providing feedback and coming up with new ideas, there’s a lot of positive energy there that only fosters great things.</p>
<p>If you do have a Flickr or Facebook account, you’ll certainly want to follow along for the rest of this year and with where Makena’s work with photography may take her. If she follows her aspirations in photography in the future, I’m sure we’ll be hearing more from her.</p>
<h3>Back to the Festival</h3>
<p>Although I won’t be making the trip back to Maui for this year’s photography festival, I still will be following along with everyone.&#160; In addition to Makena, I made so many connections last year that I still keep tabs on, and there will be more MPF alumni that will be featured <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/category/facebook">in this series</a> in the coming weeks and months.</p>
<p>Stay tuned.</p>
<p><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Book: iPhone Apps with HTML, CSS, and JS</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/FFWDXi83678/</link>
         <description>Continuing to share more from my own bookshelf, I picked up this title earlier in the year as I started to dive more into the mobility realm. I had already started with a few iPhone SDK books, I had Mac, installed the SDK, and had been tinkering with it for a few months prior. But [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/08/09/book-introducing-html5/' title='Permanent Link: Book: Introducing HTML5'&gt;Book: Introducing HTML5&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=560</guid>
         <pubDate>Sun, 06 Jun 2010 10:49:42 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F06%2Fiphone-apps-html-css-js%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F06%2Fiphone-apps-html-css-js%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" target="_blank" href="http://www.amazon.com/gp/product/0596805780?ie=UTF8&#038;tag=krci-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0596805780"><img style="border:#ccc 1px solid;padding:1px;" src="http://www.webnelly.com/wp-content/uploads/2010/06/51eyhfF-E4L._SL160_.jpg" alt="iPhone Apps Book Cover" title="iPhone Apps with HTML, CSS, and JavaScript" width="122" height="160" class="alignnone size-full wp-image-561"/></a><img src="http://www.assoc-amazon.com/e/ir?t=krci-20&#038;l=as2&#038;o=1&#038;a=0596805780" width="1" height="1" border="0" alt="" style="border:none !important;margin:0px !important;"/>Continuing to share more from my own bookshelf, I picked up this title earlier in the year as I started to dive more into the mobility realm. I had already started with a few iPhone SDK books, I had Mac, installed the SDK, and had been tinkering with it for a few months prior. But when this book gave me the idea of just building a mobile website using the skills I already had, I was innately curious.</p>
<p>Book: <a rel="nofollow" target="_blank" href="http://www.amazon.com/gp/product/0596805780?ie=UTF8&#038;tag=krci-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=0596805780">Building iPhone Apps with HTML, CSS, and JavaScript</a><img src="http://www.assoc-amazon.com/e/ir?t=krci-20&#038;l=as2&#038;o=1&#038;a=0596805780" width="1" height="1" border="0" alt="" style="border:none !important;margin:0px !important;"/></p>
<p class='fb-like'></p> 
<p>Since I was already motivated to work on <em>something</em> for the iPhone, it was pretty easy to gather the momentum that made this a pretty quick read. I was through the first four chapters in a matter of hours, and I hate to admit it, but the chapters on client side storage and the offline application cache were my first hands-on introductions to new features in HTML5. I know, I should have been on top of that by then. Whatever.</p>
<p>I found the book easy to work with because I already had a small mobile web idea in my head. So as I followed along with the example app built in the book, I was working with both that example and my own little project. There were a few minor snags with references to <a rel="nofollow" target="_blank" href="http://jqtouch.com/">jQTouch</a> in a few places, but that&#8217;s only expected because everything in this space is changing so fast. I mean, come on, the book was written in January of this year, and there were already updates to the referenced software in March. That&#8217;s pretty fast. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>What&#8217;s also interesting about this book is that author <a rel="nofollow" target="_blank" href="http://jonathanstark.com/">Jonathan Stark</a> worked with O&#8217;Reilly under their <a rel="nofollow" target="_blank" href="http://building-iphone-apps.labs.oreilly.com/">Open Feedback Publishing System</a>, which means as it with through various drafts, they were published online for users to review and provide feedback. Even the final version is still available under that program &#8211; <em>Free</em> &#8211; so if you don&#8217;t want to pay for this guys hard work, check it out before the program ends.</p>
<h2>Other Details</h2>
<p><img style='float:right;margin-left:8px;margin-bottom:8px;padding:1px;border:solid 1px #ccc;' src="http://www.webnelly.com/wp-content/uploads/2010/06/screenshot-200x300.jpg" alt="" title="Maui Photo Calendar - iPhone Edition" width="200" height="300" class="alignnone size-medium wp-image-571"/>While I had my mobile web app up in less than 2 days, I haven&#8217;t gone through the <a rel="nofollow" target="_blank" href="http://www.phonegap.com/">PhoneGap</a> chapter yet to migrate it to a native app. I&#8217;ve been meaning to get back to that soon. Also, the author is currently finishing up a similar title for the Android platform (since both devices using the same WebKit mobile browser as a base) by summer&#8217;s end. That has me equally as interested as well, so I can&#8217;t wait for that.</p>
<p>In the meantime, if you wanted to take a sneak peak at the mobile web app I put together using this book on your iPhone or iPod Touch (haven&#8217;t tried it with the iPad yet), point your browser to <a rel="nofollow" target="_blank" href="http://www.mauiphotocal.com/iphone/">http://www.mauiphotocal.com/iphone/</a>. I&#8217;m still sort of considering it a beta right now, and I&#8217;ll soon be adding all the details to my portfolio section as well. Just trying to find the time. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<h2>Thoughts?</h2>
<p>If you&#8217;ve seen this title before and either grabbed the book or thought it better not to, I&#8217;d like to hear your take on it. Also, if you&#8217;ve worked with similar titles, I&#8217;m always looking for suggestions, too.</p>
<p>Thanks,<br /><em>-Kris</em></p>
<p><em>Book cover image credit: Amazon.com</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/08/09/book-introducing-html5/' title='Permanent Link: Book: Introducing HTML5'>Book: Introducing HTML5</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/FFWDXi83678" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Sunday Photo: Ocean Vista</title>
         <link>http://www.kaanapalidreamin.com/blog/2010/06/sunday-photo-ocean-vista.html</link>
         <description>Taken by Kris Nelson on February 19th, 2009. Location: Our lanai at the Sheraton Maui Resort, Ka&amp;#8217;anapali, Maui
A sampling of the morning views we used to enjoy when staying at the ocean front rooms at the Sheraton Maui Resort in Ka&amp;#8217;anapali. Sure, we paid a premium for those rooms, and all budget-minded travelers will [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/?p=1098</guid>
         <pubDate>Sun, 06 Jun 2010 04:00:38 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F06%2Fsunday-photo-ocean-vista.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F06%2Fsunday-photo-ocean-vista.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/photonelly/4206443642/" title="West Maui Ocean Vista by photonelly, on Flickr"><img src="http://farm3.static.flickr.com/2794/4206443642_f215f06a6e.jpg" width="500" height="333" alt="West Maui Ocean Vista"/></a></p>
<p>Taken by Kris Nelson on February 19th, 2009. <br />
Location: Our lanai at the Sheraton Maui Resort, Ka&#8217;anapali, Maui</p>
<p>A sampling of the morning views we used to enjoy when staying at the ocean front rooms at the <a rel="nofollow" target="_blank" href='http://www.sheraton-maui.com/'>Sheraton Maui Resort</a> in Ka&#8217;anapali. Sure, we paid a premium for those rooms, and all budget-minded travelers will say that you can save a ton of money on cheaper rooms that you&#8217;re not really going to spend that much time in anyway. And they&#8217;re right.</p>
<p>Still, for two weeks out of the year, being able to wake up and walk out on your balcony and see views like this&#8230;</p>
<p>I like to think it was worth it.</p>
<p>Mahalo,<br /><em> &#8211; Kris</em></p>
<p style='margin-top:3em;'><em>This photo is from my <a rel="nofollow" target="_blank" href="http://www.photonelly.com/portfolio/portfolio-maui">Maui Portfolio</a> on my photography website. Head on over there if you&#8217;d like to see more.</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Counting My Tweeps</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/OuaVkMTIi5k/</link>
         <description>Don&amp;#8217;t take that title the wrong way. I&amp;#8217;m not one of those that thinks you have to have thousands and thousands of followers to consider Twitter valuable. Nor do I really concern myself with which celebrity or team of celebrity PR staff has more followers than the other. For me, it&amp;#8217;s quality over quantity. So, [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2009/01/19/social-networking-and-social-networking/' title='Permanent Link: Social, Networking, and Social Networking'&gt;Social, Networking, and Social Networking&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/05/29/hovercars-no-hovercards-yes/' title='Permanent Link: Hovercars: No, Hovercards: Yes'&gt;Hovercars: No, Hovercards: Yes&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/?p=542</guid>
         <pubDate>Sat, 05 Jun 2010 13:19:50 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F05%2Fcounting-my-tweeps%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F06%2F05%2Fcounting-my-tweeps%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><img style="float:right;margin-left:8px;margin-bottom:8px;" src="http://www.webnelly.com/wp-content/uploads/2010/06/twitter_t_logo_outline-150x150.png" alt="" title="Twitter logo" width="75" height="75" class="alignnone size-thumbnail wp-image-549"/>Don&#8217;t take that title the wrong way. I&#8217;m not one of those that thinks you have to have thousands and thousands of followers to consider Twitter valuable. Nor do I really concern myself with which celebrity or team of celebrity PR staff has more followers than the other. For me, it&#8217;s quality over quantity.</p>
<p>So, why the title? Well, I recently came to the realization that I&#8217;m following a diverse group of tweeps in a few distinct categories. In an effort to wrap my head around just how many people I follow for different reasons, I took some time to revisit my Twitter lists and did a little organizing. From that, I came up with an interesting breakdown of my interests and how Twitter fits in. Let&#8217;s have a look, shall we?</p>
<h2>The Lists</h2>
<p>The lists I have created for my @webnelly account:</p>
<ul>
<li><a rel="nofollow" target="_blank" href="http://twitter.com/webnelly/hawaii">Hawaii</a>, 134 tweeps &#8211; Folks that I follow in the Twitter Ohana.</li>
<li><a rel="nofollow" target="_blank" href="http://twitter.com/webnelly/maui">Maui</a>, 67 tweeps &#8211; My pals on the Valley Isle.</li>
<li><a rel="nofollow" target="_blank" href="http://twitter.com/webnelly/photog">Photog</a>, 38 tweeps &#8211; Photographers and other photo services I follow.</li>
<li><a rel="nofollow" target="_blank" href="http://twitter.com/webnelly/hockey">Hockey</a>, 34 tweeps &#8211; Keeping tabs on updates from various hockey teams and leagues, and their crazy fans.</li>
<li><a rel="nofollow" target="_blank" href="http://twitter.com/webnelly/tech">Tech</a>, 22 tweeps &#8211; A relatively new list of techie and development folks that I&#8217;ll likely be expanding rather quickly.</li>
<li><a rel="nofollow" target="_blank" href="http://twitter.com/webnelly/music">Music</a>, 9 tweeps &#8211; A handful of musicians that I follow on Twitter, neat if you&#8217;re interested in seeing some of what I&#8217;m into. </li>
</ul>
<p>Lastly, I have an <a rel="nofollow" target="_blank" href="http://twitter.com/webnelly/irl">IRL</a> list for the users I have met in real life (not the Indy Racing League). Currently 26 handshakes out of 343 following, not too bad.</p>
<p>Now, there is some obvious overlap since some of the people I follow cross multiple boundaries, such as photographers on Maui, etc. I&#8217;ve tried to separate the Maui folks from the rest of Hawaii as to not count them twice in those lists, but it&#8217;s still interesting to note that at least half of the people I follow are in the 50th state of the union. And believe me, it used to be a higher percentage when I was just starting out. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<h2>What It All Means</h2>
<p>Not trying to read a whole lot into it, but it ended up being a pretty neat experiment, if nothing else, something to kill 30 minutes organizing everything. As my interests and hobbies evolve, more so the time I have for each, it&#8217;s interesting to see how my value and use of Twitter changes. Since my <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2010/04/hobby-on-hold.html">photography is on hold</a> for now and my work on this portfolio site and other WordPress blogs I manage increases, the Photog and Tech list will likely flip-flop in numbers. And it&#8217;s crazy right now on the Hockey list with the Stanley Cup finals nearing completion, but that will likely die down over the summer.</p>
<p>By the way, if you&#8217;re interested in a better way to manage your lists than just using twitter.com, I did all of this with the latest version of <a rel="nofollow" target="_blank" href="http://www.tweetdeck.com/">TweetDeck</a>. If you prefer other tools for list management, please drop the name in a reply since I&#8217;d like to check them out, too.</p>
<p>So, turning to the other side of the table, what types of topics do the tweeps you follow gravitate around?</p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2009/01/19/social-networking-and-social-networking/' title='Permanent Link: Social, Networking, and Social Networking'>Social, Networking, and Social Networking</a></li>
<li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/05/29/hovercars-no-hovercards-yes/' title='Permanent Link: Hovercars: No, Hovercards: Yes'>Hovercars: No, Hovercards: Yes</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/OuaVkMTIi5k" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Your Most Interesting on Flickr</title>
         <link>http://www.photonelly.com/blog/2010/06/your-most-interesting-on-flickr.html</link>
         <description>If you’re a regular Flickr user, I&amp;#8217;m sure you’ve probably seen the “Most Interesting” page in your profile that shows what the service thinks are your most interesting images based on its own secret algorithms.
Well, if you haven’t, just click on Your Photostream from the home page, then Popular, and there you go.
In any case, [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/blog/2010/06/your-most-interesting-on-flickr.html</guid>
         <pubDate>Tue, 01 Jun 2010 19:32:16 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F06%2Fyour-most-interesting-on-flickr.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F06%2Fyour-most-interesting-on-flickr.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" title="Waves and Clouds" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4271465884/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Waves and Clouds" src="http://static.flickr.com/4030/4271465884_358fa84fe8_m.jpg"/></a>If you’re a regular <a rel="nofollow" target="_blank" href="http://www.flickr.com">Flickr</a> user, I&#8217;m sure you’ve probably seen the “Most Interesting” page in your profile that shows what the service thinks are your most interesting images based on its own secret algorithms.</p>
<p>Well, if you haven’t, just click on Your Photostream from the home page, then Popular, and there you go.</p>
<p>In any case, seeing those images right there might be, well, interesting, but it might not be something everyone is going to do when browsing your photos.&#160; Not like they would if, for example, they were in their own, automatically created photoset now, right?</p>
<h3>Flickr Set Manager</h3>
<p>Enter the <a rel="nofollow" target="_blank" href="http://www.dopiaza.org/flickr/setmgr/v2/index.php">Flickr Set Manager</a>, which I found interestingly enough just browsing through someone else’s “Most Interesting” photoset.&#160; You see, once you set this up, I like I have done <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/photonelly/sets/72157623464824519/">here</a>, it adds a nice little link explaining how it got there.&#160; Pretty neat.</p>
<p>The process is pretty easy, and it all works using your Flickr account so you don’t to really do much of anything.&#160; The website lets you setup what it calls Managed Sets, which is just a shorter way of saying “automagically generated photosets of your cool stuff.”&#160; And it’s not just most interesting either.&#160; The settings let you go random, choose least interesting (huh?), as well as recently posted or taken.&#160; You can also filter by tags, dates, and even location if you’re a whiz at geotagging your pics like I do. </p>
<h3>Try It Out</h3>
<p>If you’re not already using this app and decide to give it a shot, post a link to your new photoset wonders so I can take a look.&#160; If you’ve been using it for sometime already or using something similar, feel free to share as well.</p>
<p>Thanks, <br /><em> &#8211; Kris</em></p>]]></content:encoded>
         <category>Flickr</category>
      </item>
      <item>
         <title>I Wouldn’t, Would I?</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/r3Q3VoclYpY/</link>
         <description>Saw a post on Mashable earlier today about 10 Adorable Apple-Themed Baby Accessories when it dawned on me that these types of things will soon be very relevant in my life.
So, for all of those who out there that know me, do you think I would or wouldn’t buy something like this and torture [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/?p=411</guid>
         <pubDate>Tue, 01 Jun 2010 19:00:58 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F01%2Fi-wouldnt-would-i%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F06%2F01%2Fi-wouldnt-would-i%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" target="_blank" href="http://www.etsy.com/listing/27875774/daddy-and-me-ipod-onesie-black-size-3-6?ref=v1_other_1"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" title="il_fullxfull.80196820" alt="il_fullxfull.80196820" src="http://www.krisandcindy.com/wp-content/uploads/2010/06/il_fullxfull.80196820.jpg" width="181" height="240"/></a> Saw a post on <a rel="nofollow" target="_blank" href="http://mashable.com/">Mashable</a> earlier today about <a rel="nofollow" target="_blank" href="http://mashable.com/2010/06/01/apple-accessories-babies/">10 Adorable Apple-Themed Baby Accessories</a> when it dawned on me that these types of things will soon be very relevant in my life.</p>
<p>So, for all of those who out there that know me, do you think I would or wouldn’t buy something like this and torture our future child?</p>
<p><em>Note: Whether Cindy will let me or not is an entirely different matter altogether. We know she wouldn’t, but that steals the fun away from having this debate in the first place.</em></p>
<p>Let’s hear ya.</p>
<p><em>- Kris</em></p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/r3Q3VoclYpY" height="1" width="1"/>]]></content:encoded>
         <category>Baby</category>
      </item>
      <item>
         <title>A Better World For Our Child</title>
         <link>http://feedproxy.google.com/~r/KrisAndCindy/~3/NUbLhowlIt0/</link>
         <description>Dear Blackhawks:
Congrats on making it one step closer to your ultimate goal. Everyone we know is cheering for you, and your grit and determination are an inspiration to us all.&amp;#160; It’s so neat hearing so many of our friends talk about who their favorite Hawk is and way – and all for their own reasons.&amp;#160; [...]</description>
         <guid isPermaLink="false">http://www.krisandcindy.com/2010/05/29/a-better-world-for-our-child/</guid>
         <pubDate>Sat, 29 May 2010 08:54:50 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F05%2F29%2Fa-better-world-for-our-child%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.krisandcindy.com%2F2010%2F05%2F29%2Fa-better-world-for-our-child%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" title="Clean Sheet of Ice" target="_blank" href="http://www.flickr.com/photos/7230385@N04/3388816540/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#ccc 1px solid;border-right:#ccc 1px solid;padding-top:1px;" alt="Clean Sheet of Ice" src="http://static.flickr.com/3550/3388816540_c0bce30908_m.jpg"/></a>Dear Blackhawks:</p>
<p>Congrats on making it one step closer to your ultimate goal. Everyone we know is cheering for you, and your grit and determination are an inspiration to us all.&#160; It’s so neat hearing so many of our friends talk about who their favorite Hawk is and way – and all for their own reasons.&#160; It speaks volumes to what a great group you all are.</p>
<p>Now, I know you already have a lot on your mind as you get ready for Game 1, and there is a ton of pressure on you, but I was hoping you could help us with one small wish: Make the world a better place for our child.</p>
<p>You see, when we were growing up just north of Chicago, we had enough to get by, but we never had a Stanley Cup to call our own. We had the ‘85 Bears, which at only 5 years old (most of you weren’t even born yet) I still remember the Punky QB and the Fridge.&#160; I remember having a #34 Payton jersey, too – boy we sure could use sports heroes like him again.&#160; Bless you, Sweetness.</p>
<p>I was 10 when the Bulls started the first of their 2 three-peats and before <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Chicago_Stadium">the old barn</a> was torn down in place of the new Madhouse.&#160; It was great to see the entire city rally around a team like that in celebration of their achievements.&#160; But I still remember wishing it was the other West side team at Grant Park, not the Bulls.&#160; And I know, if it wasn’t for Super Mario and that young Jagr kid, it could have been.&#160; Ask <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Scotty_Bowman">Scotty</a>, he was there.</p>
<p>As for the Cubs, well, let’s not kid ourselves.&#160; The Sox were a pleasant surprise in ‘05, but I was already grown up by then.&#160; Still no Stanley Cup. <img src='http://www.krisandcindy.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley'/> </p>
<h3>Our Wish</h3>
<p>Like any other good parents, we only want our child to grow up in a world that is better than ours. So, now that my wife and I are <a rel="nofollow" target="_blank" href="http://www.krisandcindy.com/2010/05/02/kris-and-cindy-plus-one/">expecting our first child</a> right smack in the middle of the ‘10-‘11 season, there’s no time like the present to start a dynasty of our own and keep the cup here in Chicago for the next few years.&#160; My mother was still pregnant with me when Team USA defeated the Russians in 1980, so I think it’s only poetic for you guys to carry on that tradition.</p>
<p><a rel="nofollow" style="margin-bottom:8px;float:left;margin-right:8px;" title="Winter 012" target="_blank" href="http://www.flickr.com/photos/7230385@N04/3104681678/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#ccc 1px solid;border-right:#ccc 1px solid;padding-top:1px;" alt="Winter 012" src="http://static.flickr.com/3078/3104681678_960b2d7771_m.jpg"/></a>To give you a sense of where we’re coming from, my brother and I have been playing the greatest game in the world since before we could ride a tricycle.&#160; For what it’s worth – if anything – we even played in the same rink that Mr. Olczyk did back before they added all the polar bears.&#160; I’m sure he had nothing to do with the polar bears, but one can never be too sure.</p>
<p>We grew up in listening to Foley and Tallon on WBBM 780 AM because we couldn’t pay for <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Hawkvision">Hawkvision</a>. We grew up watching Savvy and Cheli and Belfour and a young Jeremy Roenick who my brother actually got to meet after one of the games he went to.&#160; Sure, JR was necking with his wife at time, but he politely stopped to say hello to a young, adoring fan. (Not sure if that’s an entirely true story, you’d have to ask my brother). And then there was January 1st, 2009, but that’s for another time.</p>
<p>The point of all this is, if you could take care of business in the finals over this next week or so, Cindy and I would be eternally grateful.&#160; Coming back to the Blackhawks Convention this summer and getting to take our picture with the Cup would be something we’d be telling our young one for years and years to come.&#160; That is, at least until you win a few more when he or she is old enough to watch you guys in person.</p>
<p>Best of luck against the Flyers, and we all know you guys can do this.&#160; Until then, we’ll see you guys again this summer at the convention, <em>sans</em> the beards.&#160; And forgive us if we don’t stand in line for 2.5 hours for a photo and an autograph.&#160; That is, unless you have an expected mothers’ line – now that would be sweet!</p>
<p>All the best, <br /><em> &#8211; Kris and Cindy</em></p>
<p><strong>Let’s Go Hawks!!!</strong></p>
<p class='fb-like'></p><img src="http://feeds.feedburner.com/~r/KrisAndCindy/~4/NUbLhowlIt0" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Hovercars: No, Hovercards: Yes</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/fwFVgnWmEFA/</link>
         <description>With all the hype about Facebook&amp;#8217;s Open Graph announcement and all the bad press about their privacy issue, talk about the Twitter @anywhere platform. So, when I came across this simple how-to from TwiTip, I went right at it. And, in just a matter of moments, references to my Twitter accounts @webnelly and @MauiByPhoto had [...] Related posts:&lt;ol&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href='http://www.webnelly.com/2010/06/05/counting-my-tweeps/' title='Permanent Link: Counting My Tweeps'&gt;Counting My Tweeps&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description>
         <guid isPermaLink="false">http://www.webnelly.com/2010/05/29/hovercars-no-hovercards-yes/</guid>
         <pubDate>Sat, 29 May 2010 06:00:00 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F05%2F29%2Fhovercars-no-hovercards-yes%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F05%2F29%2Fhovercars-no-hovercards-yes%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" target="_blank" href="http://www.webnelly.com/wp-content/uploads/2010/05/tw_hover.png"><img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="tw_hover" border="0" alt="tw_hover" src="http://www.webnelly.com/wp-content/uploads/2010/05/tw_hover_thumb.png" width="180" height="163"/></a>With all the hype about Facebook&#8217;s Open Graph announcement and all the bad press about their privacy issue, talk about the <a rel="nofollow" target="_blank" href="http://blog.twitter.com/2010/04/its-alive.html">Twitter @anywhere platform</a>.</p>
<p>So, when I came across <a rel="nofollow" target="_blank" href="http://www.twitip.com/how-to-drive-traffic-from-twitter-using-anywhere/">this simple how-to</a> from <a rel="nofollow" target="_blank" href="http://www.twitip.com/">TwiTip</a>, I went right at it. And, in just a matter of moments, references to my Twitter accounts @webnelly and @MauiByPhoto had neat interactive hovercards.&#160; All I needed to do was follow the instructions in that post to setup my a new @anywhere application for my website and install the <a rel="nofollow" target="_blank" href="http://www.ngeeks.com/proyectos/twitter-anywhere-plus/">Twitter Anywhere Plus</a> plugin for <a rel="nofollow" target="_blank" href="http://wordpress.org">WordPress</a>.&#160; And that was it.</p>
<h2></h2>
<h2>In Action</h2>
<p>As you can tell, I have things setup on this blog, but I don’t have too many Twitter references here (yet). So, I also installed this over at my <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/">Ka&#8217;anapali Dreamin&#8217; blog</a> where many of my Maui Tweeps were featured regularly.&#160; I even had a few <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/labels/followfriday">Follow Friday</a> posts over there last year which should made for a good demo if you’re interested in seeing more.</p>
<p>One note if you’re interested in adding this to your own websites, the particular plugin I’m using won’t work if you have already added a link to the Twitter name you’re referencing. So, I’m going back – as time allows – to remove those static links so the plugin can work its magic.&#160; You’ve been warned, plan the time accordingly.</p>
<h2>Much More</h2>
<p>If this is all that the Twitter @Anywhere platform could do, it wouldn’t be that big of a deal.&#160; For now, I haven’t played around with anything else in the platform.&#160; As that changes, and I get more time to experiment, I’ll post more details and examples.</p>
<p>If you’d like to learn more in the meantime, check out <a rel="nofollow" target="_blank" href="http://dev.twitter.com/anywhere">the official Twitter @Anywhere site</a> for all the goodies.</p>
<p>Happy hacking, and if you do integrate this into your site (or already have), please leave a note with your thoughts and experiences.</p>
<p><em> &#8211; Kris</em></p> <p>Related posts:<ol><li><a rel="nofollow" target="_blank" href='http://www.webnelly.com/2010/06/05/counting-my-tweeps/' title='Permanent Link: Counting My Tweeps'>Counting My Tweeps</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/fwFVgnWmEFA" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>Web Developer Tools for Chrome</title>
         <link>http://feedproxy.google.com/~r/webnelly/~3/KEbKGAx2HA8/</link>
         <description>One of the Add-ons that I’ve used regularly for Firefox over the last few years has been the Web Developer Add-on by developer Chris Pederick. So, when I switched over from Firefox to Google Chrome a little over a year ago, those handy tools were surely missed.&amp;#160; Every now and then I’d have to revert [...] No related posts.</description>
         <guid isPermaLink="false">http://www.webnelly.com/2010/05/26/web-developer-tools-for-chrome/</guid>
         <pubDate>Wed, 26 May 2010 19:22:24 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F05%2F26%2Fweb-developer-tools-for-chrome%2F"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webnelly.com%2F2010%2F05%2F26%2Fweb-developer-tools-for-chrome%2F&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:right;margin-left:8px;" target="_blank" href="http://www.webnelly.com/wp-content/uploads/2010/05/chrome_icon_highes.jpeg.jpg"><img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="chrome_icon_highes.jpeg" border="0" alt="chrome_icon_highes.jpeg" src="http://www.webnelly.com/wp-content/uploads/2010/05/chrome_icon_highes.jpeg_thumb.jpg" width="120" height="120"/></a> One of the Add-ons that I’ve used regularly for Firefox over the last few years has been the <a rel="nofollow" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/60/">Web Developer Add-on</a> by developer <a rel="nofollow" target="_blank" href="http://chrispederick.com/">Chris Pederick</a>.</p>
<p>So, when I switched over from Firefox to Google Chrome a little over a year ago, those handy tools were surely missed.&#160; Every now and then I’d have to revert back to Firefox to debug a little JavaScript, troubleshoot a few CSS tweaks, or view some generated source markup.&#160; But life still went on.</p>
<p>So, when <a rel="nofollow" target="_blank" href="https://chrome.google.com/extensions">Chrome Extensions</a> official came out of Beta <a rel="nofollow" target="_blank" href="http://chrome.blogspot.com/2010/01/over-1500-new-features-for-google.html">earlier this year</a>, I knew there was hope.&#160; And sure enough, I recently came across <a rel="nofollow" target="_blank" href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">the official port</a> of the Web Developer toolkit as a Chrome Extension.&#160; Happy dance. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<h2>A Little Deeper</h2>
<p>Take a closer look at the features that I’ve found the most helpful to my workflow in both Firefox and now the Chrome version, here’s a list of the functions I use the most:</p>
<ul>
<li><strong>Edit CSS – </strong>this option lets you view all the CSS references in your web page and make adjustments while seeing the results real-time.</li>
<li><strong>View Generated Source</strong> – haven’t found this in the Chrome Extension yet, but in Firefox, this one let you view all the HTML that was currently rendered on the page.&#160; This is helpful for any markup that’s generated dynamically using JavaScript or AJAX that isn’t part of the original markup sent to the browser.</li>
<li><strong>View JavaScript</strong> – let’s you view all the JavaScript files, local and external, referenced by your page all in one view.</li>
<li><strong>View Style Information</strong> – same deal as View JavaScript, and came in handy when I was just searching for something and not needing to edit just yet.</li>
<li><strong>Resize – </strong>this option let you set different view settings so you can view your page rendered with different resolutions.&#160; Even more handier now for testing mobile websites.</li>
</ul>
<p>There are a ton of other features that I use less often but it’s good to know they are available when needed.</p>
<p>Plus, one of the things I like about the Chrome version is that the tools are a flyout menu and not a dedicated toolbar like they are in Firefox.&#160; One of the early reasons I liked Chrome in the first place was that it removed all the clutter in the browser, so that stays true to form here, too.</p>
<h2>Thoughts?</h2>
<p>Have you used the Web Developer add-on for Firefox or now the Chrome Extension?&#160; Do you have other extensions for Chrome that you’re head over heels about that you’d like to share?&#160; I’m still experimenting with a few myself, so if you feel like leaving a recommendation, I’m all ears.</p>
<p><em> &#8211; Kris</em></p> <p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/KEbKGAx2HA8" height="1" width="1"/>]]></content:encoded>
      </item>
      <item>
         <title>New Photoset: Nighthawks Game Photos</title>
         <link>http://www.photonelly.com/blog/2010/05/new-photoset-nighthawks-game-photos.html</link>
         <description>It&amp;#8217;s been a few months since my last serious photo shoot at the end of February, but I got the call yesterday in the afternoon to come out and shoot for the Nighthawks Hockey club I used to play for and also coached.
I have a quite a long history with the team – which you [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/blog/2010/05/new-photoset-nighthawks-game-photos.html</guid>
         <pubDate>Sun, 09 May 2010 19:07:22 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F05%2Fnew-photoset-nighthawks-game-photos.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F05%2Fnew-photoset-nighthawks-game-photos.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:left;margin-right:8px;" title="Nighthawks Hockey" target="_blank" href="http://www.flickr.com/photos/7230385@N04/4593764772/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Nighthawks Hockey" src="http://static.flickr.com/3314/4593764772_bff4ecf8c6_m.jpg"/></a>It&#8217;s been a few months since my last serious photo shoot at the end of February, but I got the call yesterday in the afternoon to come out and shoot for the Nighthawks Hockey club I used to play for and also coached.</p>
<p>I have a quite a long history with the team – which you can read about in this recent post over at <a rel="nofollow" target="_blank" href="http://www.webnelly.com/2010/04/28/nighthawks-hockey-returns/">my web development blog</a> – and since I’m on the Board of Directors and was already going to the game anyway, it wasn’t that much effort to pack the gear and bring it with.</p>
<h3>Up Closer</h3>
<p>Seeing as this was just a JV hockey game in the hockey rink I practically grew up in, it was pretty easy for me to find my way over at the end of the home team bench and getting the most unobstructed view of the action I’ve had so far in any of the hockey shoots I’ve done. The majority of the photos were right from the bench area and not shot through the safety class along the boards.</p>
<p>Shooting with both my Canon 20D and my Rebel XSi at the same time allowed me to shoot telephoto for the far end of the ice and more wide angle for the action up front.&#160; That, and having the extra room not being confined in single seat at the other arenas made this shoot very enjoyable. The low lighting was an issue as always, but I just left the ISO at 800 and ran with it.</p>
<h3>Hack Job</h3>
<p>When we last chatted, one of the primary reasons I’ve put <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2010/04/hobby-on-hold.html">things on hold</a> was because I didn’t have time for processing in post. That was the case here as well which I spent a few hours on Sunday to process these photos.&#160; Not something I had planned for my weekend, but that’s how it goes. </p>
<p>The saving grace was that the primary purpose of these photos was for the team’s <a rel="nofollow" target="_blank" href="http://www.facebook.com/NilesNighthawks">Facebook page</a>, so I knew going in that my post processing workflow wasn’t going to be the same as it is for my vacation and landscape shots. In fact, it was pretty much a hack job flying through about 40 of the best shots using Adobe Photoshop Elements on my Mac. For the intended purpose, it did the job.</p>
<h3>More Photos</h3>
<p>If you’d like to see the rest of the images, you can view the <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/webnelly/sets/72157623903666473/">Nighthawks vs. New Trier</a> photoset on my <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/webnelly/">webnelly Flickr account</a>. Not sure if I’ll take on any more games this spring season, but it would something I’d definitely want to pursue when the Fall season starts depending on where things are by then.</p>
<p><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Hobby on Hold</title>
         <link>http://www.photonelly.com/blog/2010/04/hobby-on-hold.html</link>
         <description>Well, if you see my little bunny friend here, you know something&amp;#8217;s up.
As hard for it is for me to say this out loud, but it has come to the point where this amazing hobby of mine has to go on the backburner for awhile. There are numerous factors playing into this very difficult [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/blog/2010/04/hobby-on-hold.html</guid>
         <pubDate>Mon, 12 Apr 2010 04:00:00 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F04%2Fhobby-on-hold.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F04%2Fhobby-on-hold.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:left;margin-right:9px;" title="Waiter!?!" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4451364878/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Waiter!?!" src="http://static.flickr.com/4054/4451364878_fe77440d24_m.jpg"/></a>Well, if you see my little bunny friend here, you know something&#8217;s up.</p>
<p>As hard for it is for me to say this out loud, but it has come to the point where this amazing hobby of mine has to go on the backburner for awhile. <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley'/> </p>
<p>There are numerous factors playing into this very difficult decision – some positive, others negative – but I’m choosing not to dig into those right now. At the end of the day, my current workload and other demands on my time have left me very little opportunity to shoot new images. And even when I do get to break open the camera bag, I’m left with even less time to work with them in post and share them with everyone here.</p>
<h3>Missing Maui</h3>
<p>The other big impact this has on my overall happiness is that I’ll have to pass on the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com/">Maui Photo Festival</a> this year – which is very unfortunate since I’ve been looking forward to returning ever since we got on the plane to go home after the ‘09 event.</p>
<p>I wish everyone involved with the MPF this year and those either returning or attending for the first time this year all the best – I really want to be there with you, and look forward to seeing the great shots and hearing about the wonderful experiences you’ll be having once it has come and passed.</p>
<h3></h3>
<h3>What Now?</h3>
<p>I don’t want to say this is the end of everything, so if you are so inclined, please bear with me as I work out my priorities elsewhere.&#160; While I won’t be posting new images very often for the foreseeable future, I will try to add new content from time to time.&#160; Whether it’s links to other photographers on Facebook or interesting articles or topics I come across, I’m hoping to keep this little site going so that when the time comes that I’m able to recommit myself, I can get going again rather quickly.</p>
<h3>Many Thanks</h3>
<p>I would like to extend a collective <strong>Thank You</strong> to everyone I’ve interacted with online or in real life as it relates to photography.&#160; The last year and a half of really taking this hobby seriously has brought me so much joy, and networking and meeting other photographers has been a major part of that.</p>
<p>In a way, that interaction with my photography peers may be something that I’ll miss the most.&#160; That, and the trips to Maui. <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>Happy shooting everyone, and keep those great images coming.&#160; I look forward to rejoining you all someday.</p>
<p><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Photo: Fade to Gray</title>
         <link>http://www.photonelly.com/blog/2010/04/photo-fade-to-gray.html</link>
         <description>Photo: A de-saturated look at one of my previous beach photos.
Of all places to find inspiration for creative work in Photoshop, would you believe this one came from Windows XP? I had this photo as my desktop background on my office machine – which unfortunately is still running the ancient operating system.&amp;#160; For those [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/blog/2010/04/photo-fade-to-gray.html</guid>
         <pubDate>Sat, 10 Apr 2010 09:02:57 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F04%2Fphoto-fade-to-gray.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F04%2Fphoto-fade-to-gray.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Fade to Gray" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4508183092/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Fade to Gray" src="http://static.flickr.com/2700/4508183092_1702efc114_b.jpg" width="640" height="427"/></a></p>
<p><em>Photo: A de-saturated look at one of my previous beach photos.</em></p>
<p>Of all places to find inspiration for creative work in Photoshop, would you believe this one came from Windows XP? <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley'/> </p>
<p>I had <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2009/03/photo-clouds-and-waves.html">this photo</a> as my desktop background on my office machine – which unfortunately is still running the ancient operating system.&#160; For those of you that might remember it, the Shut Down sequence fades your desktop to black and white in the background. And there you have it.</p>
<p>I couldn’t help but keep some of the color in the blue skies and a touch in the water, but always open to feedback.</p>
<p><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Before and After: Sky’s Close-Up</title>
         <link>http://www.photonelly.com/blog/2010/03/before-and-after-skys-close-up.html</link>
         <description>Another subtle but (I think) effective touch up to an old favorite with a minor tweak in Adobe Camera Raw and Topaz Adjust.
The Before Image Overall a good image to start with.&amp;#160; Unfortunately it was not shot as a RAW file, so my options in ACR for recovering details in the shadows was somewhat limited. Fear [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/blog/2010/03/before-and-after-skys-close-up.html</guid>
         <pubDate>Fri, 26 Mar 2010 03:00:00 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Fbefore-and-after-skys-close-up.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Fbefore-and-after-skys-close-up.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p>Another subtle but (I think) effective touch up to <a rel="nofollow" target="_blank" href="http://www.photonelly.com/favs/favorite-skys-close-up">an old favorite</a> with a minor tweak in Adobe Camera Raw and <a rel="nofollow" target="_blank" href="http://www.topazlabs.com">Topaz Adjust</a>.</p>
<h3>The Before Image</h3>
<p><a rel="nofollow" title="Sky's Closeup" target="_blank" href="http://www.flickr.com/photos/7230385@N04/2129385601/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Sky's Closeup" src="http://static.flickr.com/2200/2129385601_72ed2dc80d.jpg"/></a></p>
<p>Overall a good image to start with.&#160; Unfortunately it was not shot as a RAW file, so my options in ACR for recovering details in the shadows was somewhat limited. Fear not, though, as Topaz Adjust was able to help out there.</p>
<h3>The After Image</h3>
<p><a rel="nofollow" title="Sky's Close-up" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4450677513/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Sky's Close-up" src="http://static.flickr.com/2734/4450677513_bfb4122753.jpg"/></a></p>
<p>The first change I made was in ACR to adjust the White Balance, since this was taken indoors and before I really knew how to use the Custom WB feature on my Canon 20D. You can see that effect in the white sheet under our furry friend here. From there, I increased the exposure compensation just a tad, but not too much because this was not a RAW file.</p>
<p>Next up, Topaz Adjust had its turn using the Exposure Correction preset and tweaking the Detail tab just a bit. You can see from the detail around his eyes and nose where there’s more detail and texture from his fur.&#160; In the resulting image, his fur does end up looking a little lighter than it was in real life, but I’m willing to except that for the additional detail it provides.</p>
<h3>Missing Our Little Friend</h3>
<p>The photo is more special now than ever because our furry little friend is no longer with us. He passed last summer while fighting with a few medical issues on and off. This is by far my favorite image of Sky, and seeing it makes me wish I could still take more.</p>
<h3>Thoughts?</h3>
<p>Just like all editions of the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/category/before-and-after">Before and After series</a>, let me know what you think of these adjustments and any other suggestions you might have. </p>
<p><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Photo: Bunny Blur</title>
         <link>http://www.photonelly.com/blog/2010/03/photo-bunny-blur.html</link>
         <description>Photo: Our bunny Star in the process of launching out of her cage.
“Bunny blur” almost sounds like a technical term, doesn’t it? Since Star here is unofficially becoming the site mascot when changes are made or things go wrong, I figured it would be fair give her the spotlight every now and again.&amp;#160; I’m [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/blog/2010/03/photo-bunny-blur.html</guid>
         <pubDate>Sun, 21 Mar 2010 10:25:43 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Fphoto-bunny-blur.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Fphoto-bunny-blur.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Bunny Blur" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4450593079/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Bunny Blur" src="http://static.flickr.com/2700/4450593079_690e44e766_b.jpg" width="640" height="427"/></a></p>
<p><em>Photo: Our bunny Star in the process of launching out of her cage.</em></p>
<p>“Bunny blur” almost sounds like a technical term, doesn’t it? <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley'/> </p>
<p>Since Star here is unofficially becoming <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2010/03/technical-difficulties.html">the site mascot</a> when changes are made or things go wrong, I figured it would be fair give her the spotlight every now and again.&#160; I’m also in the process of touching a few of her and <a rel="nofollow" target="_blank" href="http://www.photonelly.com/favs/favorite-skys-close-up">our other rabbit</a> – who has since passed <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley'/> – to move over to my photonelly flickr account, so I’ll probably have a few more uploaded in the days/weeks to come.</p>
<p>For now, check out the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/tag/bunny">bunny tag</a> for more photos of our furry friends.</p>
<p><em>- Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>New Blog Photos Page</title>
         <link>http://www.photonelly.com/blog/2010/03/new-blog-photos-page.html</link>
         <description>My little friend here is back to tell you about the new Blog Photos page I’ve added to the site.
One of the tasks I follow before posting a new photo on the blog is obviously making sure that I haven’t posted it already. I have my own tagging convention on Flickr that helps me track [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/blog/2010/03/new-blog-photos-page.html</guid>
         <pubDate>Fri, 19 Mar 2010 15:00:00 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Fnew-blog-photos-page.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Fnew-blog-photos-page.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" style="margin-bottom:8px;float:left;margin-right:8px;" title="Another Star Close-up" target="_blank" href="http://www.flickr.com/photos/7230385@N04/2192187806/"><img style="border-bottom:#999 1px solid;border-left:#999 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#999 1px solid;border-right:#999 1px solid;padding-top:1px;" alt="Another Star Close-up" src="http://static.flickr.com/2092/2192187806_4e81ed30ef_m.jpg"/></a>My little friend here is back to tell you about the new <a rel="nofollow" target="_blank" href="http://www.photonelly.com/portfolio/blog-photos">Blog Photos</a> page I’ve added to the site.</p>
<p>One of the tasks I follow before posting a new photo on the blog is obviously making sure that I haven’t posted it already. I have my own tagging convention on Flickr that helps me track that, even with switch to a <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2009/11/hitting-the-flickr-reset-button.html">new Flickr account</a> last year. What that let’s me do is see all my photos (kinda) in one place when doing this initial check.</p>
<p>At first, it lead to me creating the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2010/01/new-photoset-blogged.html">Blogged photoset</a> on my Flickr account, which is actually what’s driving this new page. Not liking the small square previews or the 18 photos per page approach viewing this on Flickr, I decided to move it here to the site. Now, whenever I add a new photo to that set after posting it on the blog, it will automatically pop up on this new page as well.</p>
<h3>Not Everything Yet</h3>
<p>At the moment, the new page is only pulling photos from my <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/photonelly">photonelly Flickr account</a> and not my original one that still hosts photos from the posts previous to the move. I’ve been re-processing the old photos and moving them over a few at a time, but to give you an idea of the numbers, there are currently 198 photos in the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/category/photos">Daily Photos</a> category and only 76 photos in the Blogged photoset. <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley'/> </p>
<p>Still, it’s a good sampling of where my camera has been and a feel for the variety of things I enjoy shooting.</p>
<h3>Where to Find It</h3>
<p>I decided to put the new page in the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/portfolio">Portfolio section</a>, so click there and find <a rel="nofollow" target="_blank" href="http://www.photonelly.com/portfolio/blog-photos">Blog Photos</a> on the menu to the left-hand side. It may take a moment to load all the images, but once they’re up, click on any of the photos to see a larger view.</p>
<p>Links to the blog posts and back to Flickr will be added eventually. <img src='http://www.photonelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p>Thoughts and suggestions are always welcome.</p>
<p><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Facebook: Clark Little Photography</title>
         <link>http://www.photonelly.com/blog/2010/03/facebook-clark-little-photography.html</link>
         <description>Back with another edition in the Facebook photographer series. This edition features the surfing snapshots of Clark Little.
Clark Little was one of the many cool photographers and instructors that I met at the Maui Photo Festival last September. However, you’d be hard to compare Clark on the same level as many of the other professional [...]</description>
         <guid isPermaLink="false">http://www.photonelly.com/?p=1788</guid>
         <pubDate>Wed, 17 Mar 2010 15:00:24 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Ffacebook-clark-little-photography.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.photonelly.com%2Fblog%2F2010%2F03%2Ffacebook-clark-little-photography.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" target="_blank" href="http://www.facebook.com/pages/Haleiwa-HI/Clark-Little-Photography/63907406022" style="float:left;margin-right:8px;margin-bottom:8px;"><img style="padding:12px;background-color:#1E1E1E;border:solid 1px #999;" src="http://www.photonelly.com/wp-content/uploads/2010/03/logo_clean_2lines.gif" alt="Clark Little Photography Logo" title="Clark Little Photography" width="200" height="60" class="alignnone size-full wp-image-1789"/></a>
<p>Back with another edition in the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/tag/facebook">Facebook photographer</a> series. This edition features the surfing snapshots of <a rel="nofollow" target="_blank" href="http://www.facebook.com/pages/Haleiwa-HI/Clark-Little-Photography/63907406022">Clark Little</a>.</p>
<p>Clark Little was one of the many cool photographers and instructors that I met at the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com/">Maui Photo Festival</a> last September. However, you’d be hard to compare Clark on the same level as many of the other professional photographers holding workshops. You see, Clark isn’t your photography professional. In fact, he&#8217;s a surfer who, according to his <a rel="nofollow" target="_blank" href="http://www.clarklittlephotography.com/bio.php">bio page</a>, only started his photography career in 2007.</p>
<p>So what’s so special about Clark?&#160; As his website puts it:</p>
<blockquote><p>Clark had a unique talent for taking off on hopeless closeout shorebreak waves and surviving in one piece.</p>
</blockquote>
<p>Put a camera in Clark’s hands and you have some amazing works of art.</p>
<p>If you haven’t clicked on any of the links above yet, then check out <a rel="nofollow" target="_blank" href="http://www.clarklittlephotography.com/gallery/">his gallery</a> on <a rel="nofollow" target="_blank" href="http://www.clarklittlephotography.com">clarklittlephotography.com</a> and you’ll see what I mean.</p>
<h3>More Photos on Facebook</h3>
<p>One of the reasons I wanted to feature Clark in this Facebook series is that just about every week, he’s posting new photos right to his page’s wall, which means right into your news feed. If there were ever photos as of late that you could share online without captions and have them constantly speak for themselves, these would be it.</p>
<p>Plus, if you want to meet Clark in person, pack your bags and come join the fun at the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com">‘10 Maui Photo Festival</a> in August.</p>
<h3>Stay Tuned</h3>
<p>Be sure to check back for more editions of the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/category/facebook">Facebook photographer</a> series, and if you&#8217;d like to request a fan page to be featured next, head over to <a rel="nofollow" target="_blank" href='http://www.facebook.com/photonelly'>my page on Facebook</a> and leave your recommendation there.</p>
<p><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Sunday Photo – Whale Day Parade ‘09</title>
         <link>http://www.kaanapalidreamin.com/blog/2010/02/sunday-photo-whale-day-parade-09.html</link>
         <description>Taken by Kris Nelson on February 21st, 2009 Location: Whale Day Parade down South Kihei Road, Kihei, Maui March of the Whales
Yesterday was the 30th annual Whale Day celebration at Kalama Park in Kihei, and although we couldn’t be there again this year, a lot of my Maui Tweeps and a few new friends [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/2010/02/sunday-photo-whale-day-parade-09.html</guid>
         <pubDate>Sun, 21 Feb 2010 18:41:17 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F02%2Fsunday-photo-whale-day-parade-09.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F02%2Fsunday-photo-whale-day-parade-09.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Whale Day '09" target="_blank" href="http://www.flickr.com/photos/7230385@N04/3470073867/"><img border="0" alt="Whale Day '09" src="http://static.flickr.com/3623/3470073867_9c8c063561.jpg"/></a></p>
<p>Taken by Kris Nelson on February 21st, 2009 <br />Location: Whale Day Parade down South Kihei Road, Kihei, Maui</p>
<h3></h3>
<h3>March of the Whales</h3>
<p>Yesterday was the 30th annual Whale Day celebration at Kalama Park in Kihei, and although we couldn’t be there again this year, a lot of my Maui Tweeps and a few new friends had another great <a rel="nofollow" target="_blank" href="http://twitter.com/#search?q=%23MauiTweetup">#MauiTweetup</a>.</p>
<p>For more details about the entire Maui Whale Festival, visit <a rel="nofollow" target="_blank" href="http://www.mauiwhalefestival.org">http://www.mauiwhalefestival.org</a>, and for more details about the #MauiTweetup, head over to <a rel="nofollow" target="_blank" href="http://www.amauiblog.com">A Maui Blog</a> or check out @AMauiBlog’s new Facebook page at <a rel="nofollow" target="_blank" href="http://www.facebook.com/amauiblog">http://www.facebook.com/amauiblog</a>.</p>
<p>Mahalo, <br /><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Sunday Photo: Honolua Bay Pano</title>
         <link>http://www.kaanapalidreamin.com/blog/2010/02/sunday-photo-honolua-bay-pano.html</link>
         <description>Taken by Kris Nelson on Septmember 19th, 2009 Location: Honolua Bay near Kapalua, Maui
For this week’s Sunday Photo I wanted to share the latest panoramic image I’ve worked with from our trip last September. This one is from down by the water of Honolua Bay, and if haven’t seen the bay from this [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/?p=954</guid>
         <pubDate>Sun, 07 Feb 2010 07:44:33 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F02%2Fsunday-photo-honolua-bay-pano.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F02%2Fsunday-photo-honolua-bay-pano.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Honolua Bay Pano" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4330318043/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;border-top:#ccc 1px solid;border-right:#ccc 1px solid;" alt="Honolua Bay Pano" src="http://static.flickr.com/2725/4330318043_7337d34025.jpg"/></a></p>
<p>Taken by Kris Nelson on Septmember 19th, 2009 <br />Location: Honolua Bay near Kapalua, Maui</p>
<p>For this week’s <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/labels/sundayphotos">Sunday Photo</a> I wanted to share the latest panoramic image I’ve worked with from our trip last September. This one is from down by the water of Honolua Bay, and if haven’t seen the bay from this level, you really should make the trip down there.</p>
<p>For those you that might have seen Honolua Bay from the lookout point above, that boat there out on the water is the one you usually see from the top.&#160; If you haven’t seen Honolua Bay at all, here’s a <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2009/10/photo-honolua-bay-topaz-adjust-version.html">different view</a>, too.</p>
<h3>View Larger</h3>
<p>I know it’s kind of hard to see all the details in the version above, so if you want to see more, check out the <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/photonelly/4330318043/sizes/l/">Large</a> and <a rel="nofollow" target="_blank" href="http://www.flickr.com/photos/photonelly/4330318043/sizes/o/">Original</a> views over on Flickr.</p>
<p>Aloha, <br /><em> &#8211; Kris</em></p>
<p align="right"><em>Browse more </em><a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/labels/sundayphotos"><em>Sunday Photos</em></a></p>]]></content:encoded>
      </item>
      <item>
         <title>Sunday Photo: D.T. Fleming Beach</title>
         <link>http://www.kaanapalidreamin.com/blog/2010/01/sunday-photo-d-t-fleming-beach.html</link>
         <description>Taken by Kris Nelson on September 18th, 2009. Location: High Above D.T. Fleming Beach Park via helicopter
Right up the coast from last week&amp;#8217;s photo, this one is of nearby D.T. Fleming Beach. As I go back through more of my photos from this aerial shoot during the Maui Photo Festival last year, [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/2010/01/sunday-photo-d-t-fleming-beach.html</guid>
         <pubDate>Sun, 31 Jan 2010 10:21:28 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F01%2Fsunday-photo-d-t-fleming-beach.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F01%2Fsunday-photo-d-t-fleming-beach.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="D.T. Fleming Beach" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4306812584/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;border-top:#ccc 1px solid;border-right:#ccc 1px solid;" alt="D.T. Fleming Beach" src="http://static.flickr.com/4070/4306812584_50ab549d33.jpg"/></a></p>
<p>Taken by <a rel="nofollow" target="_blank" href="http://www.facebook.com/photonelly">Kris Nelson</a> on September 18th, 2009. <br />Location: High Above D.T. Fleming Beach Park via helicopter</p>
<p>Right up the coast from <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/2010/01/sunday-photo-kapalua-beach-2.html">last week&#8217;s photo</a>, this one is of nearby <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/beaches_dt.html">D.T. Fleming Beach</a>. As I go back through more of my photos from this aerial shoot during the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com/">Maui Photo Festival</a> last year, I continue to countdown to this year’s workshops in August. Maybe we’ll see you there this time?</p>
<h3>More Photos on Facebook</h3>
<p>Over the summer, I shared a list of <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/2009/07/some-maui-aloha-on-facebook.html">my favorite Maui themed Facebook pages</a>, including the one I created for my other site, <a rel="nofollow" target="_blank" href="http://www.facebook.com/MauiByPhoto">Maui by Photo</a>.</p>
<p>Well, as my <strike>addiction to</strike> intrigue with photography has flourished in the past year, I ended up creating another Facebook page for my photography work.&#160; Take a look at <a rel="nofollow" target="_blank" href="http://www.facebook.com/photonelly">Kris Nelson Photography</a> on Facebook if you’d like to see more of my favorite images. There are more than just Maui images there, but if you’re so inclined, feel free to become a fan and leave a note on my wall asking that Maui be shown front and center. <img src='http://www.kaanapalidreamin.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p>Mahalo, <br /><em> &#8211; Kris</em></p>
<p align="right"><em>Browse more <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/labels/sundayphotos">Sunday Photos</a>.</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Sunday Photo: Kapalua Beach</title>
         <link>http://www.kaanapalidreamin.com/blog/2010/01/sunday-photo-kapalua-beach-2.html</link>
         <description>Taken by Kris Nelson on September 18th, 2009. Location: High Above Kapalua Beach via helicopter
Looking down at Kapalua Beach and the Ritz Carlton Kapalua Bay Residences to the left.
For a closer look of Kapalua Beach from the ground, check out this previous entry in the Sunday Photo series.</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/2010/01/sunday-photo-kapalua-beach-2.html</guid>
         <pubDate>Sun, 24 Jan 2010 12:32:37 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F01%2Fsunday-photo-kapalua-beach-2.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F01%2Fsunday-photo-kapalua-beach-2.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Kapalua Beach" target="_blank" href="http://www.flickr.com/photos/7230385@N04/3936509630/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;border-top:#ccc 1px solid;border-right:#ccc 1px solid;" alt="Kapalua Beach" src="http://static.flickr.com/3468/3936509630_a55b3d1da9.jpg"/></a></p>
<p>Taken by Kris Nelson on September 18th, 2009. <br />Location: High Above Kapalua Beach via helicopter</p>
<p>Looking down at Kapalua Beach and the Ritz Carlton Kapalua Bay Residences to the left.</p>
<p>For a closer look of Kapalua Beach from the ground, check out <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/2008/01/sunday-photo-kapalua-beach.html">this previous entry</a> in the Sunday Photo series.</p>]]></content:encoded>
      </item>
      <item>
         <title>Sunday Photo: Waves and Clouds</title>
         <link>http://www.kaanapalidreamin.com/blog/2010/01/sunday-photo-waves-and-clouds.html</link>
         <description>Taken by Kris Nelson on Friday, September 17, 2007 Location: D.T. Fleming Beach, Kapalua, Maui
A warm beach scene for those of us living in the deep freeze of winter on the mainland, dreaming of our next visit to Maui.</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/2010/01/sunday-photo-waves-and-clouds.html</guid>
         <pubDate>Sun, 17 Jan 2010 11:24:34 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F01%2Fsunday-photo-waves-and-clouds.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2010%2F01%2Fsunday-photo-waves-and-clouds.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Waves and Clouds" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4271465884/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;border-top:#ccc 1px solid;border-right:#ccc 1px solid;" alt="Waves and Clouds" src="http://static.flickr.com/4030/4271465884_358fa84fe8.jpg"/></a></p>
<p>Taken by Kris Nelson on Friday, September 17, 2007 <br />Location: D.T. Fleming Beach, Kapalua, Maui</p>
<p>A warm beach scene for those of us living in the deep freeze of winter on the mainland, dreaming of our next visit to Maui.</p>]]></content:encoded>
      </item>
      <item>
         <title>Maui Christmas</title>
         <link>http://www.kaanapalidreamin.com/blog/2009/12/maui-christmas-2.html</link>
         <description>Maui Christmas Everyone!
It’s hard to believe there’s only a week left in ‘09 already. Cindy and I would like to wish everyone a very happy holiday and a happy and healthy new year ahead.
Island Christmas Posts
While we have yet to celebrate Christmas and New Years on the Valley Isle, it is still near the top [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/2009/12/maui-christmas-2.html</guid>
         <pubDate>Thu, 24 Dec 2009 10:24:25 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F12%2Fmaui-christmas-2.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F12%2Fmaui-christmas-2.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Cascading Waterfalls" target="_blank" href="http://www.flickr.com/photos/44690908@N07/4205781703/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;border-top:#ccc 1px solid;border-right:#ccc 1px solid;" alt="Cascading Waterfalls" src="http://static.flickr.com/4047/4205781703_b0af6f1ef9.jpg"/></a></p>
<h3>Maui Christmas Everyone!</h3>
<p>It’s hard to believe there’s only a week left in ‘09 already. Cindy and I would like to wish everyone a very happy holiday and a happy and healthy new year ahead.</p>
<h3>Island Christmas Posts</h3>
<p>While we have yet to celebrate Christmas and New Years on the Valley Isle, it is still near the top of our list. Until then, I wanted to share some holiday posts from a few of my favorite Hawaii bloggers.</p>
<ul>
<li>A Maui Blog – <a rel="nofollow" target="_blank" href="http://www.amauiblog.com/2009/12/merry-christmas/">A Merry Maui Christmas to All</a></li>
<li>A Maui Blog &#8211; <a rel="nofollow" target="_blank" href="http://www.amauiblog.com/2009/12/the-night-before-christmas-pidgin-kind/">The Night Before Christmas Pidgin Kind</a></li>
<li>Go Visit Hawaii &#8211; <a rel="nofollow" target="_blank" href="http://www.govisithawaii.com/2009/12/23/twelve-days-of-christmas-hawaii-style/">Twelve Days of Christmas (Hawaii-Style)</a></li>
<li>Hawaii Vacation Blog &#8211; <a rel="nofollow" target="_blank" href="http://www.hawaii-aloha.com/blog/2009/12/17/christmas-in-hawaii/">Christmas in Hawaii</a></li>
</ul>
<p>I could list dozens of reasons why it would be so cool to spend the holidays on Maui someday. Rather than ramble on about that, I’ll just throw one out there. <a rel="nofollow" target="_blank" href="http://www.somuchmorehawaii.com/2009/12/16/the-whales-are-back-on-maui/">The Whales!</a></p>
<p>Wishing everyone peace and love, <br />&#160;<em>- Kris and Cindy</em></p>]]></content:encoded>
         <category>Talk Story</category>
      </item>
      <item>
         <title>Aloha Friday – December 18th, 2009</title>
         <link>http://www.kaanapalidreamin.com/blog/2009/12/aloha-friday-december-18th-2009.html</link>
         <description>Aloha Friday Everyone!
The last Friday before Xmas, and for me at least, before a full week off for the holiday. Sweet!
Back to task, I reluctantly woke up from a very vivid dream about Maui this morning, and it was too unreal. I know it’s been a long while since our last post here, but it [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/?p=599</guid>
         <pubDate>Fri, 18 Dec 2009 10:31:42 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F12%2Faloha-friday-december-18th-2009.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F12%2Faloha-friday-december-18th-2009.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Kama'ole Beach II by webnelly, on Flickr" target="_blank" href="http://www.flickr.com/photos/webnelly/3496579203/"><img style="border-bottom:#ccc 1px solid;border-left:#ccc 1px solid;padding-bottom:1px;padding-left:1px;padding-right:1px;border-top:#ccc 1px solid;border-right:#ccc 1px solid;padding-top:1px;" alt="Kama'ole Beach II" src="http://farm4.static.flickr.com/3547/3496579203_8825cc386b.jpg" width="500" height="333"/></a></p>
<h3>Aloha Friday Everyone!</h3>
<p>The last Friday before Xmas, and for me at least, before a full week off for the holiday. Sweet!</p>
<p>Back to task, I reluctantly woke up from a very vivid dream about Maui this morning, and it was too unreal. I know it’s been a long while since our last post here, but it certainly isn’t because our Aloha for Maui has faded. The holidays, among other things, have been monopolizing much of our time lately, but that’s not what you want to read about, you’re here to Talk Story about Maui. <img src='http://www.kaanapalidreamin.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<h3>Our Next Trip(s)?</h3>
<p>Perhaps one of the reasons gorgeous visions of Maui popped into my dreams last night is that we’re thinking about fitting in our next trip early in ‘10. Originally, we wanted to return in February for a week as we did this year, as that seemed to be an amazing time to see the whales. Unfortunately, our budget window for that trip sort of came and passed, so now we’re thinking of something in March.</p>
<p>We’re almost certainly going ahead with our plans to return in August for the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com/">Maui Photo Festival</a> after such <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/867/maui-photo-festival-09-review-and-photos/">an amazing time in September</a>, so that throws our annual trip budget a little curveball. Originally, the plan was to spend the entire month of August on Maui (2 weeks vacation, 2 works telecommuting) as an initial test to see if the island lifestyle was indeed for us. That is certainly something we still want to do, but planning two trips for consecutive years is forcing us to consider additional sacrifices and savings on top of what we already do each year.</p>
<h3>Change of Venue</h3>
<p>While we are evaluating a trip in March, we’ve committed to mixing it up from what we’ve done in the past. As you’re able to tell, <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/our_trips.html">our previous trips</a> have all been focused out of West Maui, more precisely our absolute favorite <a rel="nofollow" target="_blank" href="http://www.sheraton-maui.com">Sheraton Maui Resort</a> in Ka’anapali. No question that is an amazing home base for two weeks in paradise, but the accommodations we indulge in there, while well worth it, aren’t the most budget friendly.</p>
<p>So, in order for us to squeeze in two trips (a total of 5 weeks, actually) this year, mix things up a little bit and get a different sense of the island, <em>and</em> be closer to some of <a rel="nofollow" target="_blank" href="http://www.amauiblog.com/2009/09/maui-tweet-up-success/">our cool friends</a> in South Maui, we’re going to be looking at condo rentals in Kihei this time around. We’re not entirely strangers to the condo rental idea ourselves, since that’s what we do when make our seasonal visits up to Door County, WI. It’s just that we haven’t done so yet on the Valley Isle up to this point, and as I’m just starting to scratch the surface, there are a <strong><em>ton</em></strong> of options out there.</p>
<p>When talking about an early trip in ‘10, I had initially wanted to return to Hana and spend at least one night there as we did in ‘09, but that might have to wait until August. <img src='http://www.kaanapalidreamin.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley'/> &#160; The good news is there is still so much exploring (and photos) that we have on our list just around South Maui itself that it would more than fill up an entire week. Take La Perouse Bay, for example, which my friend and Maui photographer Peter Liu (@PeterLiu47) has <a rel="nofollow" target="_blank" href="http://peterliuphoto.com/2009/10/16/la-perouse-sunset/">captured so beautifully at sunset</a> on his blog. </p>
<h3>Stay Tuned</h3>
<p>Although we still haven’t finalized whether our March trip to Maui will happen or not, I still hope to have more details soon and maybe even an update to the site here and there depending on how ambitious I get next week. To say I’ve been spreading myself thin would be an understatement (just ask my wife), but just because I can’t update this blog as much as I’d like to doesn’t mean the Aloha spirit in my heart is not always with me. </p>
<p>Wishing for the best, I can’t wait to see all my awesome Maui friends in person again real soon. <img src='http://www.kaanapalidreamin.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley'/> </p>
<p>Mahalo, <br /><em> &#8211; Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Sunday Photo: Honokohau Bay</title>
         <link>http://www.kaanapalidreamin.com/blog/2009/11/sunday-photo-honokohau-bay.html</link>
         <description>Taken by Kris Nelson on Monday, September 14th, 2009. Location: Along Honoapiilani Highway in northwest Maui
This is a shot from our first day on Maui during our trip for the Maui Photo Festival back in September. It was one of the places along the end of Honoapiilani Hwy (just before the Kahekili [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/2009/11/sunday-photo-honokohau-bay.html</guid>
         <pubDate>Sun, 01 Nov 2009 13:26:19 -0800</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F11%2Fsunday-photo-honokohau-bay.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F11%2Fsunday-photo-honokohau-bay.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="Honokohau Bay" target="_blank" href="http://www.flickr.com/photos/7230385@N04/4065064833/"><img style="border-right:#ccc 1px solid;border-top:#ccc 1px solid;border-left:#ccc 1px solid;border-bottom:#ccc 1px solid;" alt="Honokohau Bay" src="http://static.flickr.com/2524/4065064833_82b514595d.jpg"/></a></p>
<p>Taken by Kris Nelson on Monday, September 14th, 2009. <br />Location: Along Honoapiilani Highway in northwest Maui</p>
<p>This is a shot from our first day on Maui during our trip for the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com">Maui Photo Festival</a> back in September. It was one of the places along the end of Honoapiilani Hwy (just before the Kahekili Hwy starts) that we pulled over to enjoy the view.</p>
<p><strong>Slow Going</strong> <br />You can probably tell that the updates and posts here at our blog have been pretty scarce lately. Well, after the Maui Photo Festival much of my free time has been behind the camera and in the digital darkroom as I feed my renewed shutterbug addiction. If you’re interested in seeing more of what I’ve been up to lately, head over to my <a rel="nofollow" target="_blank" href="http://www.photonelly.com">photography site</a>.</p>
<p>Never fear, though, our love for Maui is still as strong as ever. We’re excited to hear that <a rel="nofollow" target="_blank" href="http://www.govisithawaii.com/2009/10/22/hawaii-vacation-deals-news-roundup-october-22-2009/">the whales have arrived</a> for their winter visit, and we’re targeting the end of November to lock down plans for our next one-week trip in February to see them again for ourselves.</p>
<p><strong>Other Posts</strong> <br />Since there hasn’t been much here to read, I thought I’d add a few links that might help with your Maui fix.</p>
<ul>
<li>My <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/867/maui-photo-festival-09-review-and-photos/">reviews and photos</a> from the ‘09 <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/">Maui Photo Festival</a> </li>
<li>A little insight into my experience at the <a rel="nofollow" target="_blank" href="http://www.photonelly.com/blog/2009/10/photoset-sunset-hula-session.html">Sunset Hula photo shoot</a> </li>
<li>Another <a rel="nofollow" target="_blank" href="http://jalove08.blogspot.com/2009/10/beach-maui-tweetup-picture.html">great #MauiTweetup</a> from October, courtesy of @jalove </li>
<li>Some <a rel="nofollow" target="_blank" href="http://www.amauiblog.com/2009/10/kula-country-farm-the-pumpkin-patch-on-maui/">pumpkin picking</a> at the Kula Country Farm thanks to <a rel="nofollow" target="_blank" href="http://www.amauiblog.com">A Maui Blog</a> </li>
<li>The official <a rel="nofollow" target="_blank" href="http://www.flickr.com/groups/1203725@N25/">Maui Photo Festival 2009 group</a> on Flickr </li>
</ul>
<p>Mahalo, and enjoy, <br /><em>- Kris</em></p>]]></content:encoded>
      </item>
      <item>
         <title>Aloha Friday – October 2nd, 2009</title>
         <link>http://www.kaanapalidreamin.com/blog/2009/10/aloha-friday-october-2nd-2009.html</link>
         <description>Aloha Friday A cloud covered Molokai as seen from a private area of the Sheraton Maui Resort.
It’s hard to believe that it’s been almost 3 months since my last Aloha Friday post. I guess it goes to show just how busy of a summer it has been for me. Regardless, I’m still [...]</description>
         <guid isPermaLink="false">http://www.kaanapalidreamin.com/blog/2009/10/aloha-friday-october-2nd-2009.html</guid>
         <pubDate>Fri, 02 Oct 2009 11:09:20 -0700</pubDate>
         <content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right;margin-left:10px;"><a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F10%2Faloha-friday-october-2nd-2009.html"><br /><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kaanapalidreamin.com%2Fblog%2F2009%2F10%2Faloha-friday-october-2nd-2009.html&amp;source=webnelly&amp;style=normal&amp;service=bit.ly" height="61" width="50"/><br />   </a> </div>
<p><a rel="nofollow" title="1002 - October 2nd" target="_blank" href="http://www.flickr.com/photos/7230385@N04/3961890516/"><img style="border-right:#ccc 1px solid;border-top:#ccc 1px solid;border-left:#ccc 1px solid;border-bottom:#ccc 1px solid;" alt="1002 - October 2nd" src="http://static.flickr.com/2518/3961890516_94d359c872.jpg"/></a></p>
<p><strong>Aloha Friday</strong> <br />A cloud covered Molokai as seen from a private area of the Sheraton Maui Resort.</p>
<p>It’s hard to believe that it’s been almost 3 months since my last Aloha Friday post. I guess it goes to show just how busy of a summer it has been for me. Regardless, I’m still working on getting things a little more regular here.</p>
<p>This photo is an oldie but still a goodie. It’s taken from one of the viewing areas at the <a rel="nofollow" target="_blank" href="http://www.sheraton-maui.com">Sheraton Maui Resort</a> in Ka’anapali. In fact, it’s only one of <a rel="nofollow" target="_blank" href="http://www.kaanapalidreamin.com/blog/2009/04/great-views-from-sheraton-maui-resort.html">many great views</a> you can find at the Sheraton.</p>
<p><strong>More FollowFriday Coming Soon</strong> <br />I’m writing this a little unprepared today, so the return of Follow Friday (aka #FollowFriday on Twitter) will have to wait until next week. I’m excited, though, because I met so many great people at the <a rel="nofollow" target="_blank" href="http://www.mauiphotofestival.com">Maui Photo Festival</a> last month and have a great list of tweeps you’d be interested in following.</p>
<p>And speaking of the <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/">Maui Photo Festival</a>, they’ve recently announced the dates for the 2nd annual event next year. If you couldn’t attend this year, or wasn’t sure what it was about, let me tell you, it was absolutely amazing. I still owe you details and photos from my MPF experience this year, and hoping to feature some of them this weekend over at <a rel="nofollow" target="_blank" href="http://www.mauibyphoto.com/">Maui by Photo</a>. In the meantime, find me as @MauiByPhoto on Twitter and ask away.</p>
<p>Back to the dates for next year’s event, block off August 25-29 on your calendars. Also, there will be a big push on preregistration starting in a few weeks, and great early bird deals to save money on your registration. Check out their site (and here) as more details are released.</p>
<p>Hope to see you there next year.</p>]]></content:encoded>
      </item>
   </channel>
</rss>
<!-- fe3.pipes.sp1.yahoo.com uncompressed/chunked Sat Sep  4 05:31:16 PDT 2010 -->
