<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Better Way &#187; Uncategorized</title>
	<atom:link href="http://www.thejacklawson.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejacklawson.com</link>
	<description>Finding a better way to get things done, a technical journey</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:36:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ASP.NET 4.0 Changes tl;dr</title>
		<link>http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:14:02 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=252</guid>
		<description><![CDATA[ASP.NET 4.0 Updates &#8211; http://www.asp.net/learn/whitepapers/aspnet4 tl;dr: Stuff moved from web.config to machine.config More robust XSS checking and form post validation More streamlined inclusion of Microsoft AJAX framework (UpdatePanels), and jQuery (which Microsoft officially includes now) More control over viewstate Built-in page routing for webforms (how MVC urls work, but now works with webforms. www.mem.com/contentdisplay/5123431 for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ASP.NET 4.0 Updates</strong> &#8211; <a href="http://www.asp.net/learn/whitepapers/aspnet4">http://www.asp.net/learn/whitepapers/aspnet4</a></p>
<p>tl;dr:</p>
<ul>
<li>Stuff moved from web.config to machine.config</li>
<li>More robust XSS checking and form post validation</li>
<li>More streamlined inclusion of Microsoft AJAX framework (UpdatePanels), and jQuery (which Microsoft officially includes now)</li>
<li>More control over viewstate</li>
<li>Built-in page routing for webforms (how MVC urls work, but now works with webforms. <a href="http://www.mem.com/contentdisplay/5123431">www.mem.com/contentdisplay/5123431</a> for example)</li>
<li>Setting client IDs on controls instead of ASP.NET building it for you</li>
<li>New Chart control</li>
<li>Project templates slimmed down</li>
<li>Better CSS styling on controls, option to not render tables around some controls (formview, login, stuff like that)</li>
<li>ASP.NET MVC2</li>
<li>Intellisense improvements</li>
</ul>
<p>Tl;dr: tl;dr: Lots of little updates that will make asp.net better.</p>
<p><strong>C# 4.0 Updates</strong> &#8211; <a href="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=cs2010samples&amp;DownloadId=10177">http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=cs2010samples&amp;DownloadId=10177</a></p>
<p>tl;dr:</p>
<ul>
<li>Dynamic binding; create objects and use methods and properties that may not exist yet on a “dynamic” typed object. This gets resolved at runtime. Upside: use non-type-safe languages and crazy voodoo magic where you don’t know the type. Downside: you only catch bugs at runtime. Use sparingly, but for awesome things. “dynamic” objects can literally do anything, as long as whatever it ends up as supports it. No lambdas on dynamic.
<ul>
<li>Tl;dr: magic, type safety is so 2009</li>
<li>Named and optional arguments; you don’t have to enter in your parameters in order, or even enter in all of them.</li>
<li>“string”- that’s lower-case, kids- is an object now.</li>
</ul>
</li>
</ul>
<p>Tl;dr: tl;dr: Dynamic programming is the key word. Also VB updates, but if a tree falls in the forest and nobody’s around to hear it, does anyone care?</p>
<p><strong>ASP.NET 4.0 Breaking Changes</strong> &#8211; <a href="http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes">http://www.asp.net/learn/whitepapers/aspnet4/breaking-changes</a></p>
<p>tl;dr:</p>
<ul>
<li>A bunch of stuff you can do to revert changes, so I dunno why they’re in the “Breaking changes list”. Read for details, sorry.</li>
<li>Stronger .aspx parsing, controls with random characters breaking stuff will break stuff. Our code should be clean, but needs to be looked at anyway.</li>
<li>Stronger request validation, so errors may occur on posts that didn’t previously. To revert, we can add a line in the web.config if it gets crazy. Definitely check pages with rich text controls.</li>
<li>Update your projects through visual studio to .net 4.0 so your web config doesn’t get borked. They support it, but it’ll make life easier.</li>
<li>A bunch of troubleshooting options</li>
</ul>
<p>tl;dr: tl;dr: More stuff, almost definitely won’t break existing code we have. Double-check pages submitting HTML (rich text areas.)</p>
<p><strong>tl;dr: Better standards, MVC 2, Dynamic typing, stronger parsing and validation</strong></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;title=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Del.icio.us" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;title=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to digg" alt="Add 'ASP.NET 4.0 Changes tl;dr' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;title=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to reddit" alt="Add 'ASP.NET 4.0 Changes tl;dr' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/" title="Add 'ASP.NET 4.0 Changes tl;dr' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Technorati" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;h=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Newsvine" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;title=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Stumble Upon" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;title=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Google Bookmarks" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;title=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Live-MSN" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=ASP.NET+4.0+Changes+tl%3Bdr&amp;url=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/" title="Add 'ASP.NET 4.0 Changes tl;dr' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to SlashDot" alt="Add 'ASP.NET 4.0 Changes tl;dr' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;t=ASP.NET+4.0+Changes+tl%3Bdr" title="Add 'ASP.NET 4.0 Changes tl;dr' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to FaceBook" alt="Add 'ASP.NET 4.0 Changes tl;dr' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/" title="Add 'ASP.NET 4.0 Changes tl;dr' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Twitter" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/&amp;title=ASP.NET+4.0+Changes+tl%3Bdr&amp;srcURL=http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/" title="Add 'ASP.NET 4.0 Changes tl;dr' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'ASP.NET 4.0 Changes tl;dr' to Google Buzz" alt="Add 'ASP.NET 4.0 Changes tl;dr' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/06/asp-net-4-0-changes-tldr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thinking Outside the Cube</title>
		<link>http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/</link>
		<comments>http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 05:15:49 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Cross-training]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=52</guid>
		<description><![CDATA[Learning outside of the workplace is, in my opinion, of the utmost importance. Whether it&#8217;s reading a book, going to a convention, visiting community websites, keeping a blog, doing freelance work, or just messing around with code for the heck of it- we must sharpen our saw. Image via Wikipedia I believe the key point [...]]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="Learning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Learning">Learning</a> outside of the workplace is, in my opinion, of the utmost importance. Whether it&#8217;s reading a book, going to a convention, visiting community websites, keeping a blog, doing freelance work, or just messing around with code for the heck of it- we must <a href="http://www.codinghorror.com/blog/archives/001236.html" target="_blank">sharpen our</a> saw.</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 210px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:CleancubicleSouth20050109.jpg"><img title="North view of cubicle" src="http://upload.wikimedia.org/wikipedia/en/thumb/6/63/CleancubicleSouth20050109.jpg/200px-CleancubicleSouth20050109.jpg" alt="North view of cubicle" width="200" height="120" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:CleancubicleSouth20050109.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>I believe the key point of this is that it must not feel like <em>work</em>. You shouldn&#8217;t feel pressured, or dread doing something; you should do it because you want to do it. The great thing about  our profession is that we can get away and do several things, all subject to our whims; if we spent all day in a chair at a desk, and we want to get up, go to a meeting like the <a href="http://www.dodn.org/" target="_blank">Day of .NET</a> (<a href="http://cinnug.org/cododn/default.aspx" target="_blank">Central Ohio this Saturday!</a>) If you like to read, do that instead; it&#8217;s good to keep a bookshelf full of interesting books. Go into some kind of technical <a class="zem_slink" title="Cross-training" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cross-training">cross-training</a>, such as learning a new language. Do <a class="zem_slink" title="Design" rel="wikipedia" href="http://en.wikipedia.org/wiki/Design">design</a> if you&#8217;re a devleoper, or develop if you&#8217;re a designer. Just do <em>something</em>.</p>
<p>In this way, we can continue to work on our skills, learn new things and keep from being bored. And, at least in my experience, you can bring new skills and solutions to problems you&#8217;re already facing at work.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/ec7a9e0e-8d0b-4dd9-98bb-a9d2a97fbc42/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=ec7a9e0e-8d0b-4dd9-98bb-a9d2a97fbc42" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;title=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Thinking Outside the Cube' to Del.icio.us" alt="Add 'Thinking Outside the Cube' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;title=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Thinking Outside the Cube' to digg" alt="Add 'Thinking Outside the Cube' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;title=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Thinking Outside the Cube' to reddit" alt="Add 'Thinking Outside the Cube' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/" title="Add 'Thinking Outside the Cube' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Thinking Outside the Cube' to Technorati" alt="Add 'Thinking Outside the Cube' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;h=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Thinking Outside the Cube' to Newsvine" alt="Add 'Thinking Outside the Cube' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;title=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Thinking Outside the Cube' to Stumble Upon" alt="Add 'Thinking Outside the Cube' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;title=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Thinking Outside the Cube' to Google Bookmarks" alt="Add 'Thinking Outside the Cube' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;title=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Thinking Outside the Cube' to Live-MSN" alt="Add 'Thinking Outside the Cube' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Thinking+Outside+the+Cube&amp;url=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/" title="Add 'Thinking Outside the Cube' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Thinking Outside the Cube' to SlashDot" alt="Add 'Thinking Outside the Cube' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;t=Thinking+Outside+the+Cube" title="Add 'Thinking Outside the Cube' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Thinking Outside the Cube' to FaceBook" alt="Add 'Thinking Outside the Cube' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/" title="Add 'Thinking Outside the Cube' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Thinking Outside the Cube' to Twitter" alt="Add 'Thinking Outside the Cube' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/&amp;title=Thinking+Outside+the+Cube&amp;srcURL=http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/" title="Add 'Thinking Outside the Cube' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Thinking Outside the Cube' to Google Buzz" alt="Add 'Thinking Outside the Cube' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2009/04/thinking-outside-the-cube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
