<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>webnelly.com</title>
	
	<link>http://www.webnelly.com</link>
	<description>Web Development by Kris Nelson</description>
	<lastBuildDate>Mon, 21 May 2012 13:00:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/webnelly" /><feedburner:info uri="webnelly" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>My Weekend with the Instagram API</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/sNBUwACS2dg/</link>
		<comments>http://www.webnelly.com/2012/05/21/my-weekend-with-the-instagram-api/#comments</comments>
		<pubDate>Mon, 21 May 2012 13:00:35 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[Kris and Cindy]]></category>
		<category><![CDATA[Kris Nelson Photography]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=936</guid>
		<description><![CDATA[After resuming some WordPress development work this month with a few specialized helper plugins on my family blog &#8211; more on those in future posts &#8211; I decided to dive into the Instagram API for the first time and sprinkle some of those photos on a pair of my sites to start with. Already having [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a style="float: right; margin-left: 1em; margin-bottom: 1em;" href="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_preview.png"><img src="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_preview-150x150.png" alt="" title="Instagram Sidebar Widget for WordPress" width="150" height="150" class="alignnone size-thumbnail wp-image-937" /></a>After resuming some WordPress development work this month with a few specialized helper plugins on <a href="http://www.krisandcindy.com" title="Kris and Cindy's Blog" target="_blank">my family blog</a> &#8211; more on those in future posts &#8211; I decided to dive into the Instagram API for the first time and sprinkle some of those photos on a pair of my sites to start with.</p>
<p>Already having a decent reusable template in place for these types of WordPress plugins, it was easy to just dive into the Instagram API with a few prototype-style scripts and convert it into a formal plugin. Plus, having worked with the Flickr API for years, and experience doing similar work with the Google Data API for things like Blogger, Maps, and YouTube, not to mention creating my own API for my Daily Maui Photo offerings, this was a walk in the park.</p>
<h2>Plugin Features</h2>
<p>The features I was targeting aren&#8217;t very difficult by any stretch. And yes, I&#8217;m sure there are already a few different plugins (or one uber-plugin) that does all these things, too. But then where would the fun be in that?</p>
<h3>Simple Grid View</h3>
<p>First up was adding a photo album-style page over on our family blog again, simple enough. It&#8217;s just a grid view of my Instagram photos hooked into a Lightbox plugin to show the full view.</p>
<p><a href="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_grid.png"><img src="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_grid-500x327.png" alt="" title="Instagram Plugin Grid View" width="500" height="327" class="alignnone size-medium wp-image-938" /></a><br /><em>Instagram Plugin Grid View</em></p>
<p><a href="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_lightbox.png"><img src="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_lightbox-500x476.png" alt="" title="Instagram Plugin Lightbox View" width="500" height="476" class="alignnone size-medium wp-image-939" /></a><br /><em>Lightbox view for full-size photo.</em></p>
<p><a href="http://www.krisandcindy.com/photos/instagram/" title="Kris' Instagram Photos" target="_blank">View on Website</a></p>
<p>For this, and the other features to follow, the API results are cached to the file system for roughly six hours (I don&#8217;t typically post photos that many times in one day), which speeds up the page loading without having to hit the API every time. Room for a few tweaks there, but it&#8217;s good enough for now.</p>
<p>At the moment, this just uses a WordPress shortcode with a parameter for the thumbnail size, and it just sorts by recent photos in descending order, and lists everything (currently 70 photos at time of this writing). At some point, I&#8217;ll look to add paging and probably add a parameter to limit the number of photos as well.</p>
<h3>Recent Instagram Feed Sidebar Widget</h3>
<p>Next up was taking essentially the same display logic for the grid view and moving it to a sidebar widget. The first site this time was <a href="http://www.krisnelsonphoto.com" title="Kris Nelson Photography" target="_blank">my photography website</a>, which happens to be running with a premium theme I switched to within the last year.</p>
<p>That theme already came with a Flickr Photos sidebar widget that I was using, so ultimately I wanted to create something that fit the same look-and-feel. Take a look.</p>
<p><img src="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_sidebar_grid.png" alt="" title="Instagram Feed Sidebar Widget - Grid" width="292" height="463" class="alignnone size-full wp-image-944" /><br /><em>My Instagram Photos sidebar widget side-by-side with the theme&#8217;s Flickr Photos widget.</em></p>
<p><a href="http://www.krisnelsonphoto.com/blog" title="Kris Nelson Photography Blog" target="_blank">View on Website</a></p>
<p>I cheated here a tad, just by copying over the few relevant styles from the existing theme widget into my own widget, but it&#8217;s a standalone CSS file that can be customized to fit anything.</p>
<p>More importantly, I made the display configurable via the widget options to control the title, number of photos, and thumbnail size, as such:</p>
<p><img src="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_sidebar_options.png" alt="" title="Instagram Plugin Sidebar Settings" width="288" height="206" class="alignnone size-full wp-image-945" /><br /><em>Sidebar widget display settings.</em></p>
<p>This not only was a no-brainer to skip hard-coding these values inside the plug-in itself, but it made it easy for me to bring this back over to my family blog&#8217;s sidebar and test out a different look.</p>
<p><a href="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_sidebar_list.png"><img src="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_sidebar_list-283x500.png" alt="" title="Instagram Plugin Sidebar Widget - List" width="283" height="500" class="alignnone size-medium wp-image-946" /></a><br /><em>Sidebar configured with larger thumbnails to be one column.</em></p>
<p><a href="http://www.krisandcindy.com" title="Kris and Cindy's Blog" target="_blank">View on Website</a></p>
<h3>Single Photo Shortcode</h3>
<p>The last plug-in feature for the weekend was to add another shortcode, but this time instead of displaying a grid, just to show a single photo. And in this case, include the option to show off all the information about the photo, too:</p>
<p><a href="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_photo_shortcode.png"><img src="http://www.webnelly.com/wp-content/uploads/2012/05/instagram_plugin_photo_shortcode-500x399.png" alt="" title="Instagram Plugin Photo Shortcode" width="500" height="399" class="alignnone size-medium wp-image-947" /></a><br /><em>Single photo shortcode view, with meta data displayed.</em></p>
<p><a href="http://www.krisandcindy.com/2012/05/21/weekend-instagrams/" title="Weekend Instagrams - Kris and Cindy's Blog" target="_blank">View on Website</a></p>
<p>In this case, I opted to display them large enough to fill horizontal space in the post, and also included 4 photos. The image width and the display of meta data (caption, filter, date taken, location, link) are parameters in the shortcode, as well as the &#8220;link code&#8221; that&#8217;s part of the URL Instagram uses for sharing photos outside of it&#8217;s App on Facebook, Twitter, etc.</p>
<p>Since the size and meta data display are configurable in the shortcode parameters, I could just as easily make a smaller size display to use as a preview image at the beginning of a post, a post footer image somewhere, or even inside a page rather than a post.</p>
<h2>All for Now</h2>
<p>So, with just a few hours each night this weekend, I came out pretty satisfied. There are a few aspects of this plugin that I&#8217;d probably want to go back and revisit soon, but for now, I&#8217;m leaving it as-is.</p>
<p>I&#8217;m toying with the idea of featuring a page of my Instagram images on my photography blog with more than just a sidebar, so if anything, that would likely drive more hours to be spent here.</p>
<p>But until then, I&#8217;ll probably spend sometime writing up notes on the other plugins I worked on these past few weeks to help with my family blog.</p>
<p>Again, those aren&#8217;t anything vastly different than the ones out there today, but just being able to have the skills, knowledge, and creativity to try and solve these simple problems yourself rather than shoehorning someone else&#8217;s idea of a solution into your situation is part of the joy of being a developer.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/sNBUwACS2dg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2012/05/21/my-weekend-with-the-instagram-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2012/05/21/my-weekend-with-the-instagram-api/</feedburner:origLink></item>
		<item>
		<title>Daily Maui Photo App, Now for iPad</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/-XtEuuFym6Q/</link>
		<comments>http://www.webnelly.com/2012/04/10/daily-maui-photo-app-now-for-ipad/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 06:00:19 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Daily Maui Photo]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=912</guid>
		<description><![CDATA[Two months after the release of version 2.0, the Daily Maui Photo App now has native support for the iPad! Now, you have yet another option to enjoy your Daily Dose of Aloha wherever you go. It&#8217;s been a busy year so far updating my first iOS application, so how about we get caught up [...]
Related posts:<ol>
<li><a href='http://www.webnelly.com/2011/01/12/daily-maui-photo-app-v1-1-available/' rel='bookmark' title='Daily Maui Photo App v1.1 Available'>Daily Maui Photo App v1.1 Available</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-left: 8px; margin-bottom; 8px; padding: 1px; border: solid 1px #999;" src="http://www.webnelly.com/wp-content/uploads/2012/04/ipad_v2_1_launch-500x365.png" alt="" title="iPad Launch Screen" width="167" height="122" class="alignnone size-medium wp-image-904" />Two months after the release of version 2.0, the Daily Maui Photo App now has native support for the iPad!  Now, you have yet another option to enjoy your Daily Dose of Aloha wherever you go.</p>
<p>It&#8217;s been a busy year so far updating my first iOS application, so how about we get caught up on the latest details&#8230;</p>
<fb:like href='http://www.webnelly.com/2012/04/10/daily-maui-photo-app-now-for-ipad/' send='false' layout='standard' show_faces='true' width='450' height='65' action='recommend' colorscheme='light' font='lucida+grande'></fb:like>
<p>&nbsp;</p>
<h2>Latest iPhone and iPad Releases</h2>
<p><a style="float: right; margin-left: 8px; margin-bottom: 32px;" href="http://itunes.apple.com/us/app/daily-maui-photo/id412388275"><img src="http://www.webnelly.com/wp-content/uploads/2010/12/as_available_appstore_icon_20091006.png" alt="" title="Available on the App Store" width="160" height="61" class="alignnone size-full wp-image-689" /></a>So far this year, there have already been two major updates to the Daily Maui Photo App for iOS.</p>
<p><strong>Version 2.1</strong></p>
<p>Version 2.1 is the latest release at the time of the writing. With it, full native support for the iPad is now available, along with the following features:</p>
<ul>
<li>Browse the last 18 daily photos featured on our website.</li>
<li>Full screen Map View to browse recent photos from all across the island.</li>
<li>Support for Retina display in new iPad (3rd Gen).</li>
</ul>
<p><strong>Version 2.0</strong></p>
<p>Earlier in the year, the iPhone version was completely rewritten from the ground up to support iOS 5.0. In addition to being rewritten, the following features were added as well:</p>
<ul>
<li>Added higher quality images to support devices with Retina Displays.</li>
<li>Added Twitter support using built-in iOS Twitter integration.</li>
<li>New Banner Notifications using the Notification Center in iOS 5.</li>
<li>Improved scrolling and UI features.</li>
<li>Added full screen mode for viewing photos and captions.</li>
<li>New Menu button with links to More Maui resources.</li>
<li>Added Facebook logout option in Menu settings.</li>
<li>Added option for Rating the App in the App Store.</li>
<li>New option for sharing the App with friends by email or social media.</li>
</ul>
<p>Learn more about on the <a href="http://www.webnelly.com/apps/iphone/daily-maui-photo/" title="Daily Maui Photo for iPhone &#038; iPad">App support page</a>.</p>
<h2>Talk Story</h2>
<p>As they say on the islands &#8211; Talk Story means to chat with friends, tell stories, and share memories. Here, it follows the same spirit. I&#8217;d love to hear from you on your thoughts, suggestions, issues, questions, or anything else related to this App. Or anything Maui, for that matter.</p>
<p>Along those lines, I&#8217;ve made the extra effort to build in direct contact options into both versions of the App, as well as creating an official Facebook Page for the Daily Maui App for iOS <a href="https://www.facebook.com/DailyMauiPhotoiPhone" title="Daily Maui Photo for iOS Facebook Page">right here</a>.</p>
<p>Stop by and leave some of your Aloha there.</p>
<h2>Leave a Review</h2>
<p>If you&#8217;ve already downloaded the App (or are thinking about it now) and enjoy these photos everyday, it would be great if you decided to leave a rating or review in the App Store. I purposely left out those nagging &#8220;Rate Me&#8221; alerts in this App &#8211; but that doesn&#8217;t mean I can&#8217;t leave a nice subtle reminder here, right? <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Stay Tuned</h2>
<p>Getting this latest release launched for the iPad was a major milestone for me &#8211; seeing that it&#8217;s another great leap to reach a larger and expanding device base.</p>
<p>Yet, as happy as I am to launch this version, I&#8217;m even more excited to move on to my 2nd Maui App already. In fact, I have 2-3 more ideas taking up space on my project list for the year at the moment, so stay tuned here and on Facebook for more updates in the coming months.</p>
<p>Related posts:<ol>
<li><a href='http://www.webnelly.com/2011/01/12/daily-maui-photo-app-v1-1-available/' rel='bookmark' title='Daily Maui Photo App v1.1 Available'>Daily Maui Photo App v1.1 Available</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/-XtEuuFym6Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2012/04/10/daily-maui-photo-app-now-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2012/04/10/daily-maui-photo-app-now-for-ipad/</feedburner:origLink></item>
		<item>
		<title>[Random] You Know You’re Overloaded When…</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/rQRcoRtMsbA/</link>
		<comments>http://www.webnelly.com/2011/08/30/random-you-know-youre-overloaded-when/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 21:36:40 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=863</guid>
		<description><![CDATA[Alternate Title: The million things I have to do when coming back from Maui. Vacations are great, don&#8217;t get me wrong. And vacations to Maui are completely awesome, I can assure you that. Yet, every time we come back from Maui, it seems like there&#8217;s always more work to do when I get back than [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a style="float: right; margin-left: 16px; margin-bottom: 8px;" href="http://www.flickr.com/photos/photonelly/6097177111/" title="Cartoon Whale by photonelly, on Flickr"><img style="padding: 1px; border: solid 1px #999;" src="http://farm7.static.flickr.com/6137/6097177111_fdf52e6f8a_m.jpg" width="240" height="160" alt="Cartoon Whale" /></a><em>Alternate Title: The million things I have to do when coming back from Maui.</em></p>
<p>Vacations are great, don&#8217;t get me wrong. And vacations to Maui are completely awesome, I can assure you that.</p>
<p>Yet, every time we come back from Maui, it seems like there&#8217;s always more work to do when I get back than when I left, and that doesn&#8217;t include the usual &#8220;day job&#8221; activities.</p>
<h2>Let Me Explain</h2>
<p>Allow me to elaborate. I would consider myself a pretty passionate guy. One that embraces things he enjoys and cares about, and makes them part of my everyday life whenever possible.</p>
<p>And when those passions collide&#8230;well, watch out. To further explore this dilemma, check out the profile site I created over at <a href="http://krisnelson.me">krisnelson.me</a>. That starts to sum things up pretty well, as far as my passions in life go.</p>
<p>You&#8217;ll notice that Maui pretty much leads the way on that profile site. Hands down, the majority of what I build online has something to do with Maui these days. Ironic, that we only spend 1-2 weeks there a year. At least for now, that is.</p>
<p>Next up is the photography work, which has really received a shot in the arm over the last few months with the birth of our first child at the end of last year. Photos, much like websites, have their own care and feeding in terms of capturing ideas, processing, and publishing (aka more work).</p>
<p>And then, of course, there is the web aspect that I&#8217;m passionate about, which includes publishing content, blogging, and social media. After all, the first two passions would only go so far if I could not express and share them with the masses online, now would they.</p>
<h2>When Passions Collide</h2>
<p>Imagine, if you will, the joining of all three of these forces at once? Being back home after a week on Maui spent attending a photography workshop and networking with other photographers and social media fans, too. That todo list starts to grow, and grow fast. Wasn&#8217;t this supposed to be a vacation, too?</p>
<p>Speaking of todo lists, here&#8217;s the grand master plan of things I need to follow up on now that we&#8217;re back home.</p>
<ul>
<li>Backup and archive all photos taken during the trip from my laptop to my primary computer.</li>
<li>Publish photos already processed during the trip to <a href="http://www.krisnelsonphoto.com/blog">my Photography Blog</a>.</li>
<li>Process any additional photos not yet worked on during the trip.</li>
<li>Sharing photos on my <a href="http://www.facebook.com/photonelly">Photography</a> and <a href="http://www.facebook.com/MauiByPhoto">Maui Facebook</a> pages.</li>
<li>Writing journal entries from our trip over at <a href="http://www.kaanapalidreamin.com/blog">my Maui blog</a>.</li>
<li>Sharing photos and personal stories of our son&#8217;s first trip to Maui on <a href="http://www.krisandcindy.com/">our family blog</a>.</li>
<li>Writing my recap of the sessions and my experience over at the <a href="http://www.mauiphotofestival.com">Maui Photo Festival and Workshops</a> last week.</li>
<li>Writing a review of the <a href="http://www.krisnelsonphoto.com/blog/2011/08/photographer-with-battery-grip-seeks-new-camera-backpack.html">ThinkTank Photo bag</a> I picked up for the trip (and worked very well)</li>
<li>Share some of the video podcasts I saved on my iPad and watched during our flights.</li>
<li>Follow up with all the great photographers and their photos that I met during the MPF workshops.</li>
<li>Work in some of my newest Maui photos from last week into my <a href="http://www.dailymauiphoto.com">Daily Maui Photo website</a>.</li>
<li>&#8230;and probably a few other things I can&#8217;t think of right now.</li>
</ul>
<p>Phew, I&#8217;m going to need another vacation after all of this. That list doesn&#8217;t include the items I was already working on before I left, either.</p>
<p>And&#8230;that&#8217;s not even including the day job I have to get back to tomorrow. Sigh.</p>
<h2>So, Why Bother?</h2>
<p>So why do all this extra stuff and push the limits of my sanity? Passion. At the end of the day, I still love this stuff, and it wouldn&#8217;t be as rewarding and meaningful to me if everything just sat on my hard drive and was never seen again. </p>
<p>I can&#8217;t exactly pinpoint the moment where things just started to feel this overwhelming, but at the end of the day when I rest my exhausted head for just a few hours of sleep, I know that I&#8217;m doing things that I really love and am doing this for me. And although none of these things are bringing in buckets of money to fund my habits&#8230;er, passions&#8230;the relationships I&#8217;ve been building and the experiences I&#8217;m amassing will only help me further my passions in the future. To that extent, who knows what the future will offer.</p>
<p>Anyway, thanks for reading. Now I have to get back to work. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em> &#8211; Kris</em></p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/rQRcoRtMsbA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/08/30/random-you-know-youre-overloaded-when/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/08/30/random-you-know-youre-overloaded-when/</feedburner:origLink></item>
		<item>
		<title>Daily Maui Photo now on Tumblr</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/nwQMPt_CLEA/</link>
		<comments>http://www.webnelly.com/2011/08/20/daily-maui-photo-now-on-tumblr/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 16:22:14 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Daily Maui Photo]]></category>
		<category><![CDATA[Tumblr]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=856</guid>
		<description><![CDATA[The Daily Maui Photo universe is expanding once again. Introducing the new Daily Maui Photo stream on Tumblr. Now, there&#8217;s yet another way for you to get your Daily Dose of Aloha! What is Tumblr? Tumblr is a micro-blogging service optimized for sharing various types of content, such as traditional blog posts, quotes, photos, links, [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-left: 16px; margin-bottom: 8px; padding: 12px; border: solid 1px #999;" src="http://www.webnelly.com/wp-content/uploads/2011/08/tumblr_on_blue_240.png" alt="" title="Tumblr Logo" width="240" height="63" class="alignnone size-full wp-image-858" />The <a href="http://www.dailymauiphoto.com">Daily Maui Photo</a> universe is expanding once again. Introducing the new <a href="http://dailymauiphoto.tumblr.com/">Daily Maui Photo stream on Tumblr</a>. Now, there&#8217;s yet another way for you to get your Daily Dose of Aloha!</p>
<h2>What is Tumblr?</h2>
<p><a href="http://www.tumblr.com/about">Tumblr</a> is a micro-blogging service optimized for sharing various types of content, such as traditional blog posts, quotes, photos, links, reviews, etc.</p>
<p>In addition to having your own Tumblr blog, you can also follow other Tumblr blogs, mark posts from others as favorites, and even &#8220;reblog&#8221; someone else&#8217;s post on your own stream. That last feature makes it very easy to share content you like with your followers and spread the reach of your own content.</p>
<h2>Why Daily Maui Photo on Tumblr?</h2>
<p>Seeing as the primary goal of the Daily Maui Photo offering is to add a little Aloha to fans all over the world on a daily basis, this is yet another great way to help reach more and more people.</p>
<p>Plus, using the reblog feature, not only can users spread our daily Maui photos, but I can also share additional Maui content I find from other Tumblr streams, and even sources like Flickr, Facebook, and some of my favorite Maui blogs. This is really exciting because now I can go from a single photo a day to a photo plus links, photos, and posts from other sources as well.  It makes for a more engaging experience and hopefully more views throughout the day.</p>
<h2>Where to Go</h2>
<p>If you&#8217;d like to see for yourself, head over to the <a href="http://dailymauiphoto.tumblr.com/">Daily Maui Photo stream</a> on Tumblr and have a look. You don&#8217;t need to have a Tumblr account to view the stream and see what other content I&#8217;m sharing.</p>
<p>If you&#8217;re already a Tumblr user, I invite you follow along and if you see something you like, please pass it on.</p>
<h2>More Tumblr Updates Soon</h2>
<p>At the present time, Tumblr doesn&#8217;t offer a way to publish my existing <a href="http://feeds.feedburner.com/DailyMauiPhoto">Daily Maui Photo feed</a> directly to my stream, so I still have a little work left to do. There is an API that supports adding posts, photos, etc. and I&#8217;m about 75% finished with using that to post our daily photo automatically.</p>
<p>After that&#8217;s finished, there are also a few other idea for Tumblr streams I can see working on in the future. I could easily see adding one for the <a href="http://www.dailymauiphoto.com/mauisunset">#MauiSunset Catalogue</a> that&#8217;s powered by the Flickr group with the same name. There&#8217;s also another <a href="http://www.mauibyphoto.com/">Maui by Photo</a> spinoff that&#8217;s about 50% done that could also pop on Tumblr by the end of the year, too.</p>
<p>Finally, I can see sharing some of my photography work on a Tumblr stream of it&#8217;s own to supplement the portfolio site and blog that I have now and give me a chance to share some of my favorite photos from the photographers I follow online.</p>
<p>Certainly more to stay tuned for.</p>
<p><em> &#8211; Kris</em></p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/nwQMPt_CLEA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/08/20/daily-maui-photo-now-on-tumblr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/08/20/daily-maui-photo-now-on-tumblr/</feedburner:origLink></item>
		<item>
		<title>The Path to Now</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/XgmS2xr5O68/</link>
		<comments>http://www.webnelly.com/2011/05/07/the-path-to-now/#comments</comments>
		<pubDate>Sat, 07 May 2011 11:00:59 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=846</guid>
		<description><![CDATA[Maui pal Peter Liu shared a fun post over on his Kaiscapes blog asking folks to chime in on their computer history. It was a fun read, and after leaving my own story, I thought I&#8217;d repost it here, too. Enjoy. My Computer History (the brief version) I don&#8217;t remember the specifics of my first [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a style='float: right; margin-left: 8px; margin-bottom: 8px;' href="http://www.webnelly.com/wp-content/uploads/2011/05/3028615388_9e7221c1c3_b.jpg"><img style='padding: 1px; border: solid 1px #999;' src="http://www.webnelly.com/wp-content/uploads/2011/05/3028615388_9e7221c1c3_b-500x375.jpg" alt="" title="My (old) Evil Lair" width="240" class="alignnone size-medium wp-image-848" /></a>Maui pal Peter Liu shared a fun post over on his <a href="http://kaiscapes.com">Kaiscapes blog</a> asking folks to chime in on <a href="http://kaiscapes.com/2011/05/06/whats-your-computing-history/">their computer history</a>. It was a fun read, and after leaving my own story, I thought I&#8217;d repost it here, too.  Enjoy.</p>
<h2>My Computer History (the brief version)</h2>
<p>I don&#8217;t remember the specifics of my first PC, but I know it was around the fifth grade.  My grandfather had a setup in his basement that I used a few times, and our family inherited on of his older machines during an upgrade.  We also had Apple IIe machines in grade school, too, and I remember Number Munchers, Oregon Trail, Odell Lake, and Where in the World is Carmen Sandiago. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Back to that first PC, it was DOS based and wasn&#8217;t strong enough to run Windows 3.1 at the time. Most of my time was spent learning Q-BASIC, and I wrote a problem that cataloged my entire CD collection at the time.  I came up with a concept of storing album titles in one file and then the song titles for each album in a second file (which I later learned was a basic relational database premise).  I also spent most of 8 grade honors math writing programs on my TI-81 graphing calculator, including a slot machine, solitaire, and a crude Mandelbrot generator.</p>
<p>I then took a summer school class prior to freshman year of high school to learn HyperCard, and then took more programming classes the rest of high school.  Pascal was the trend at the time.</p>
<p>I scored my first laptop senior year and it was 333MHz running Windows 98 (2nd edition, I believe).  That&#8217;s when I really started getting used to a PC with a GUI and started discovering the Internet and all it&#8217;s joys at the time. I started college (DeVry) just 3 weeks after high school graduation, which began with a year of COBOL (snore).  Year two featured Visual Basic 5, MS Access, and C++, before taking a course of Java my last course of my 3 year term.  It was actually extra credit for making my Java apps to run as applets in web pages that got me working with HTML for the first time, and after doing our senior project in Front Page 2000, I was on my way.</p>
<p>Even then, I know Front Page was awful, and started working on webnelly.com just around graduation from college in 2001.  I started a website for my former high school hockey team in 2002, installed the old version of the PHP community forum software my web host at the time and started teaching myself PHP and MySQL.  In parallel, I landed a support programmer job in November of 2001 and transferred my separate VB and JSP knowledge to learning ASP and MS SQL.  4 years later I was leading team of developers building eCommerce sites with ASP.NET for some of the largest software publishers in the world. Nice!</p>
<p>My PHP and MySQL work continued as a hobby, and while taking my first formal web design class in 2007 and preparing for a 2nd trip to Maui, I created my first Maui website, and well, the rest has been a giant wave of Aloha and staying on top of the latest tech (which is almost a full time job these days).</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/XgmS2xr5O68" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/05/07/the-path-to-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/05/07/the-path-to-now/</feedburner:origLink></item>
		<item>
		<title>Daily Maui Photo Widget v0.3 Released</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/rFRr33PsMHI/</link>
		<comments>http://www.webnelly.com/2011/04/30/daily-maui-photo-widget-v0-3-released/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 05:07:19 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Daily Maui Photo]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=840</guid>
		<description><![CDATA[Version 0.3 of the Daily Maui Photo Widget for WordPress is now available for download. You can download the latest version from the WordPress plugin page or, if you already have it installed, update the plugin from your WordPress dashboard. Version 0.3 Details Version 0.3 is a minor release, correctly a security flaw that was [...]
Related posts:<ol>
<li><a href='http://www.webnelly.com/2011/02/26/wordpress-plugin-daily-maui-photo-widget/' rel='bookmark' title='WordPress Plugin: Daily Maui Photo Widget'>WordPress Plugin: Daily Maui Photo Widget</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img style='float: right; margin-left: 8px; margin-bottom: 4px; padding: 1px; border solid 1px #999;' src="http://www.webnelly.com/wp-content/uploads/2010/04/screenshot-1.png" alt="" title="Display Style: Small (160 x 250)" width="182" height="300" class="alignnone size-full wp-image-793" />Version 0.3 of the <a href="http://www.webnelly.com/wordpress/daily-maui-photo/">Daily Maui Photo Widget</a> for WordPress is now available for download. You can download the latest version from the WordPress <a href="http://wordpress.org/extend/plugins/daily-maui-photo-widget/">plugin page</a> or, if you already have it installed, update the plugin from your WordPress dashboard.</p>
<h2>Version 0.3 Details</h2>
<p>Version 0.3 is a minor release, correctly a security flaw that was uncovered by a third party security website. The flaw corrected in this release was actually part of the admin settings in the widget panel itself, and not directly exposed to the use of the plugin on the website. And since the code for the admin settings used by this plugin do not interact directly with any of the WordPress data or sensitive information in the database or files, the threat was considered minimal.</p>
<p>Regardless, the code for the admin settings have been reworked to eliminate the flaw that was discovered, and by simply upgrading to the latest version, it will be repaired without any further action.</p>
<p>Related posts:<ol>
<li><a href='http://www.webnelly.com/2011/02/26/wordpress-plugin-daily-maui-photo-widget/' rel='bookmark' title='WordPress Plugin: Daily Maui Photo Widget'>WordPress Plugin: Daily Maui Photo Widget</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/webnelly/~4/rFRr33PsMHI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/04/30/daily-maui-photo-widget-v0-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/04/30/daily-maui-photo-widget-v0-3-released/</feedburner:origLink></item>
		<item>
		<title>New about.me Profile</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/dYGLTC_zO0E/</link>
		<comments>http://www.webnelly.com/2011/03/29/new-about-me-profile/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 12:44:48 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=832</guid>
		<description><![CDATA[Someone shared the about.me service on Twitter a few weeks ago and after spending a few minutes looking around, I decided to indulge and create my own profile. Feel free to check it out at http://about.me/webnelly. Both the concept and setup of these profile pages is very basic. You get a vanity URL for signing [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a style='float: right; margin-left: 12px; margin-bottom: 8px;' href="http://about.me/webnelly"><img style='padding: 1px; border: solid 1px #999;' src="http://www.webnelly.com/wp-content/uploads/2011/03/sunrise_profile.jpg" alt="" title="Sunrise Silhouette" width="240" height="160" class="alignnone size-full wp-image-834" /></a>Someone shared the <a href="http://about.me">about.me</a> service on Twitter a few weeks ago and after spending a few minutes looking around, I decided to indulge and create my own profile.</p>
<p>Feel free to check it out at <a href="http://about.me/webnelly">http://about.me/webnelly</a>.</p>
<fb:like href='http://www.webnelly.com/2011/03/29/new-about-me-profile/' send='false' layout='standard' show_faces='true' width='450' height='65' action='recommend' colorscheme='light' font='lucida+grande'></fb:like>
<p>Both the concept and setup of these profile pages is very basic. You get a vanity URL for signing up, and you upload a background image, add your name, bio, a few links, and viola. In just a few moments, you now have a personalized landing page that you can use as a landing page or bio address for things like your Twitter, Facebook, or LinkedIn profiles.</p>
<p>And despite being such a simple concept, browsing through <a href="https://about.me/directory/">their directory</a> will soon reveal that there are some very talented folks creating beautiful profile pages with this service. I, myself, don&#8217;t have too many portrait photos to choose from (nor am I that photogenic), so I chose one from 10,000 above sea level from my trip up to the Haleakala summit. Who knows, at some point maybe I&#8217;ll get on a creative tear and snap something else.</p>
<h2>Find Your Friends?</h2>
<p>One thing the site still lacks, in my opinion, is the ubiquitous &#8220;find my friends&#8221; feature that allows you to import your email contacts, Twitter, or Facebook friends in order to scope out their profiles and add them to your directory. You can do a name search, but that&#8217;s a little more time consuming (or we&#8217;re all just getting spoiled). Perhaps it&#8217;s on the way.</p>
<p>In the meantime, if you end up giving the service a shot and wanted to share your profile with me, let me know. I&#8217;d be interested in checking it out.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/dYGLTC_zO0E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/03/29/new-about-me-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/03/29/new-about-me-profile/</feedburner:origLink></item>
		<item>
		<title>Hello, iPad</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/7t1UhpQT2pk/</link>
		<comments>http://www.webnelly.com/2011/03/05/hello-ipad/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 21:23:32 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=817</guid>
		<description><![CDATA[With the announcement of the iPad 2 earlier in the week, it only stands to reason that Apple would look to offload their existing iPad first generation inventory. While many current iPad users will likely offload their year old devices on eBay or Craigslist, I chose to take a glance at the Apple clearance page [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-left: 12px; padding: 1px; border: solid 1px #999; width:240px;" src="http://www.webnelly.com/wp-content/uploads/2011/03/ipad_refurb.png" alt="" title="iPad Refurbished thumbnail" class="alignnone size-full wp-image-818" />With the <a href="http://events.apple.com.edgesuite.net/1103pijanbdvaaj/event/index.html">announcement of the iPad 2</a> earlier in the week, it only stands to reason that Apple would look to offload their existing iPad first generation inventory. While many current iPad users will likely offload their year old devices on eBay or Craigslist, I chose to take a glance at the <a href="http://store.apple.com/us/browse/home/specialdeals">Apple clearance page</a> on their online store.</p>
<p>The current listed price for a new iPad 16GB Wi-Fi model (first gen) is down $100 to $399, with the refurbished model down another $50 from there. Considering the specs for what <em>I would need</em> aren&#8217;t that different between the original and the new iPad 2, I decided to help Apple out and take a first gen model off their hands. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<fb:like href='http://www.webnelly.com/2011/03/05/hello-ipad/' send='false' layout='standard' show_faces='true' width='450' height='65' action='recommend' colorscheme='light' font='lucida+grande'></fb:like>
<h2>Why I Went First Gen?</h2>
<p>The main reason I was looking to pick up an iPad was for app testing and development, either natively or mobile web apps. While I don&#8217;t have any formal plans yet, the first candiate will likely be releasing an iPad version of my <a href="http://www.webnelly.com/apps/iphone/daily-maui-photo/">Daily Maui Photo app</a>.</p>
<p>For what I would need, therefore, is pretty much the same between the original iPad and the specs of the iPad 2. I don&#8217;t plan on building anything apps that use the cameras or the gyroscope. And sure, the faster processor would be nice, but the fact that the screen resolution hasn&#8217;t changed (like it did between iPhone versions last year), I&#8217;m pretty happy to save $150 on last year&#8217;s model.</p>
<h2>Practice First</h2>
<p>It will likely be a short while before I dive straight into building apps specifically for the iPad. It&#8217;s a matter of preference for me, but I like to spend time with the device and other apps to get a better handle on the UI conventions that work well and which ones don&#8217;t. Sure, I could just take the same UI that I built for my iPhone app and make it bigger as-is, but I don&#8217;t feel that&#8217;s what apps on the iPad are all about.</p>
<p>It&#8217;s only been a few hours already playing with a few apps that I already had on my iPod, and it&#8217;s neat seeing how some of the developers are using the extra real estate. I know, it&#8217;s not a big news flash since I&#8217;m a year behind the party here, but hey, it&#8217;s new to me.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/7t1UhpQT2pk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/03/05/hello-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/03/05/hello-ipad/</feedburner:origLink></item>
		<item>
		<title>WordPress Plugin: Daily Maui Photo Widget</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/uKeO7wXiXh8/</link>
		<comments>http://www.webnelly.com/2011/02/26/wordpress-plugin-daily-maui-photo-widget/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 17:03:45 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Daily Maui Photo]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=809</guid>
		<description><![CDATA[Official blog announcement of the new Daily Maui Photo Widget for WordPress. Now it&#8217;s easy to showcase a new photo of Maui each day right on your WordPress blog, anywhere and on any theme that has supports for Widgets. And with multiple layouts to choose from, you can select the one that fits best with [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a style="float: right; margin-left: 8px; margin-bottom: 4px;" href="http://www.webnelly.com/wordpress/daily-maui-photo/"><img style="padding: 1px; border: solid 1px #999;" src="http://www.webnelly.com/wp-content/uploads/2011/02/dmpw-thumb.png" alt="" title="Daily Maui Photo Widget thumbnail" width="228" height="188" class="alignnone size-full wp-image-810" /></a>Official blog announcement of the new <a href="http://wordpress.org/extend/plugins/daily-maui-photo-widget/">Daily Maui Photo Widget</a> for WordPress.</p>
<p>Now it&#8217;s easy to showcase a new photo of Maui each day right on your WordPress blog, anywhere and on any theme that has supports for Widgets. And with multiple layouts to choose from, you can select the one that fits best with your blog.</p>
<fb:like href='http://www.webnelly.com/2011/02/26/wordpress-plugin-daily-maui-photo-widget/' send='false' layout='standard' show_faces='true' width='450' height='65' action='recommend' colorscheme='light' font='lucida+grande'></fb:like>
<h2>Daily Aloha for Your Readers</h2>
<p><img style="float:right; margin-left: 16px; margin-bottom: 8px; padding: 1px; border: solid 1px #999;" src="http://www.webnelly.com/wp-content/uploads/2010/04/screenshot-6.png" alt="" title="Widget Settings" width="304" height="318" class="alignnone size-full wp-image-798" />This WordPress plugin is just the latest extension of the <a href="http://www.dailymauiphoto.com">Daily Maui Photo</a> website. Thousands already enjoy these daily photos <a href="http://www.facebook.com/MauiByPhoto">on Facebook</a> and a strong following is growing around the @DailyMauiPhoto account on Twitter, too. So why not add your many blog visitors to that list, too?</p>
<p>This plugin is easy to install and use, so you&#8217;ll be up and running in no time. There are currently five different layouts to choose from, which you can view on <a href="http://www.webnelly.com/wordpress/daily-maui-photo/">the support page</a>. Switching between layouts is just as easy, using the built-in Widgets panel on your WordPress dashboard. Just chose the style you want from the list and that&#8217;s it. You&#8217;ll never have to look at code or manually change files after installation. Like I said, it&#8217;s that easy.</p>
<p>What&#8217;s more, all the code and photos run on the Daily Maui Photo server, not yours. Why does that matter? It means you don&#8217;t have to worry about added processing time on your server or page delays while the photo is being displayed.</p>
<h2>Not Using WordPress?</h2>
<p>Why not? <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Just kidding. Although this plugin is currently for the WordPress platform, I am working on a separate widget that can easily be copied into any website or blog template. I probably won&#8217;t post it for a few weeks, but if you&#8217;re interested in using it now as a beta user, please let me know.</p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/uKeO7wXiXh8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/02/26/wordpress-plugin-daily-maui-photo-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/02/26/wordpress-plugin-daily-maui-photo-widget/</feedburner:origLink></item>
		<item>
		<title>Site Relaunch – kris.nelson</title>
		<link>http://feedproxy.google.com/~r/webnelly/~3/tGYkrbZ0SOk/</link>
		<comments>http://www.webnelly.com/2011/02/19/site-relaunch-kris-nelson/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 11:00:42 +0000</pubDate>
		<dc:creator>Kris</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[kris.nelson]]></category>

		<guid isPermaLink="false">http://www.webnelly.com/?p=772</guid>
		<description><![CDATA[It took awhile to get around to, but I&#8217;m very happy to say the new kris.nelson website is now live and much nicer than before. You can now see, in one place, just how much work I really do around Maui, how many Facebook pages I manage, and that 3rd Twitter account you never knew [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p><a style="float: right; margin-left: 8px; margin-bottom: 8px;" href="http://kris-nelson.com"><img style="padding: 1px; border: solid 1px #ccc;" src="http://www.webnelly.com/wp-content/uploads/2011/02/kn-screenshot.png" alt="" title="kris.nelson thumbnail view" width="240" height="160" class="alignnone size-full wp-image-773" /></a>It took awhile to get around to, but I&#8217;m very happy to say the new <a href="http://kris-nelson.com">kris.nelson website</a> is now live and much nicer than before.</p>
<p>You can now see, in one place, just how much work I really do around Maui, how many Facebook pages I manage, and that 3rd Twitter account you never knew I had. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<fb:like href='http://www.webnelly.com/2011/02/19/site-relaunch-kris-nelson/' send='false' layout='standard' show_faces='true' width='450' height='65' action='recommend' colorscheme='light' font='lucida+grande'></fb:like>
<h2>What&#8217;s New</h2>
<p>Well, everything. The previous version of the site &#8211; which I was so ashamed of I never listed it in the profile here until now &#8211; was more of a JavaScript playground rather than useful for anyone to use. It also fell short of my primary goal for this site: to be my single-view online map of all my work online.</p>
<p>I feel this new version of the site brings that goal to fruition with a much cleaner and aesthetic feel to it. And for something that looks like it could make a good slide presentation, it&#8217;s actually put together with a surprisingly minimal amount of code.</p>
<p>You can read more about the specifics of this site and how it&#8217;s build on the <a href="http://www.webnelly.com/2011/02/19/kris-nelson/">kris.nelson portfolio page</a>.</p>
<p>It&#8217;s actually one of the better site write-ups I&#8217;ve done in my portfolio section (for shame). I hope some day my other sites get that love and attention in their bios, too. <img src='http://www.webnelly.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/webnelly/~4/tGYkrbZ0SOk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webnelly.com/2011/02/19/site-relaunch-kris-nelson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webnelly.com/2011/02/19/site-relaunch-kris-nelson/</feedburner:origLink></item>
	</channel>
</rss>

