<?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>Charles Bryant's Decoupled Logic</title>
	
	<link>http://www.charlesbryant.com</link>
	<description>Just some words about things on my mind.</description>
	<lastBuildDate>Sat, 28 Aug 2010 01:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/charleslbryant" /><feedburner:info uri="charleslbryant" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>charleslbryant</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>QuickFix: Missing ASP.net Embedded Resource</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/npsu1MiXwYE/</link>
		<comments>http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 01:23:25 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[QuickFix]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=350</guid>
		<description><![CDATA[Problem: Missing ASP.net embedded resource on remote server, but not on local dev server. Background: We embed a JavaScript file as a resource in a DLL. This JavaScript file is exposed by webresource.axd. Issue: We found that the problem was related to a mismatch in the build date of the DLL and the time on [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.charlesbryant.com/wp-content/uploads/2009/09/code.jpg"><img class="alignleft size-full wp-image-92" title="code" src="http://www.charlesbryant.com/wp-content/uploads/2009/09/code.jpg" alt="" width="150" height="150" /></a>Problem:</strong></p>
<p>Missing ASP.net embedded resource on remote server, but not on local dev server.</p>
<p><strong>Background: </strong></p>
<p>We <a href="http://support.microsoft.com/kb/910445">embed a JavaScript file as a resource in a DLL</a>. This JavaScript file is exposed by webresource.axd.</p>
<p><strong>Issue:</strong></p>
<p>We found that the problem was related to a mismatch in the build date of the DLL and the time on the server. The build date is in the future compared to the server system date.<span id="more-350"></span></p>
<p><strong>Error Details:</strong></p>
<p><em><strong>Description: </strong>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.</em></p>
<p><em><strong>Exception Details: </strong></em> <em>System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.<br />
Parameter name: utcDate</em></p>
<p><em><strong>Source Error:</strong></em><br />
<em>An   unhandled exception was generated during the execution of the current web request.   Information regarding the origin and location of the exception can be   identified using the exception stack trace below.</em></p>
<p><em><br />
<strong>Stack Trace:</strong></em></p>
<p><em>[ArgumentOutOfRangeException:   Specified argument was out of the range of valid values.<br />
Parameter name: utcDate]<br />
System.Web.HttpCachePolicy.UtcSetLastModified(DateTime utcDate)   +3261043<br />
System.Web.HttpCachePolicy.SetLastModified(DateTime date) +47<br />
System.Web.Handlers.ScriptResourceHandler.PrepareResponseCache<br />
(HttpResponse   response, Assembly assembly) +194<br />
System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context)   +1154<br />
System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler<br />
.ProcessRequest(HttpContext   context) +4<br />
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication<br />
.IExecutionStep.Execute()   +154<br />
System.Web.HttpApplication.ExecuteStep(IExecutionStep step,   Boolean&amp;<br />
completedSynchronously) +64</em></p>
<hr size="2" /><em><strong>Version Information:</strong> Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.213</em></p>
<p><strong>Resolution:</strong></p>
<p>Update the server date to a date before the build date or change your build date to a date after the server date.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;t=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=QuickFix%3A+Missing+ASP.net+Embedded+Resource&amp;link=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;type=Article&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource&amp;summary=Problem%3A%0D%0A%0D%0AMissing%20ASP.net%20embedded%20resource%20on%20remote%20server%2C%20but%20not%20on%20local%20dev%20server.%0D%0A%0D%0ABackground%3A%20%0D%0A%0D%0AWe%20embed%20a%20JavaScript%20file%20as%20a%20resource%20in%20a%20DLL.%20This%20JavaScript%20file%20is%20exposed%20by%20webresource.axd.%0D%0A%0D%0AIssue%3A%0D%0A%0D%0AWe%20found%20that%20the%20problem%20was%20related%20to%20a%20mismatch%20in%20the%20build%20date%20of&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;bm_description=QuickFix%3A+Missing+ASP.net+Embedded+Resource&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;h=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;title=QuickFix%3A+Missing+ASP.net+Embedded+Resource" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=QuickFix%3A+Missing+ASP.net+Embedded+Resource+-+http://b2l.me/amjxfu&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/&amp;submitHeadline=QuickFix%3A+Missing+ASP.net+Embedded+Resource&amp;submitSummary=Problem%3A%0D%0A%0D%0AMissing%20ASP.net%20embedded%20resource%20on%20remote%20server%2C%20but%20not%20on%20local%20dev%20server.%0D%0A%0D%0ABackground%3A%20%0D%0A%0D%0AWe%20embed%20a%20JavaScript%20file%20as%20a%20resource%20in%20a%20DLL.%20This%20JavaScript%20file%20is%20exposed%20by%20webresource.axd.%0D%0A%0D%0AIssue%3A%0D%0A%0D%0AWe%20found%20that%20the%20problem%20was%20related%20to%20a%20mismatch%20in%20the%20build%20date%20of&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=npsu1MiXwYE:2fnPPdnhBYM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=npsu1MiXwYE:2fnPPdnhBYM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=npsu1MiXwYE:2fnPPdnhBYM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=npsu1MiXwYE:2fnPPdnhBYM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=npsu1MiXwYE:2fnPPdnhBYM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=npsu1MiXwYE:2fnPPdnhBYM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=npsu1MiXwYE:2fnPPdnhBYM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=npsu1MiXwYE:2fnPPdnhBYM:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=npsu1MiXwYE:2fnPPdnhBYM:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/npsu1MiXwYE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/350/quickfix_missing_asp-net_embedded_resource/</feedburner:origLink></item>
		<item>
		<title>Yo! Check My Reflow</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/v25B5ZQNYcM/</link>
		<comments>http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 12:00:47 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[browser reflow]]></category>
		<category><![CDATA[reflow]]></category>
		<category><![CDATA[repaint]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=342</guid>
		<description><![CDATA[I remember when I first started getting into website performance optimization, the more I dug into it, the less I seemed to know. I remember hearing of browser repaint and not knowing what reflow is, and not realizing how important either of them really are in performance optimization. I definitely didn’t have many strategies in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-345" title="reflow" src="http://www.charlesbryant.com/wp-content/uploads/2010/07/reflow-150x150.jpg" alt="" width="150" height="150" />I remember when I first started getting into website performance optimization, the more I dug into it, the less I seemed to know. I remember hearing of browser repaint and not knowing what reflow is, and not realizing how important either of them really are in performance optimization. I definitely didn’t have many strategies in my toolbox to address issues with reflow. So, after reading a quick overview of reflow on Google Code, I decided to get up to speed on the subject.</p>
<p>I’m not going to go into a deep explanation, because the links below provide more than enough info to get you well versed on reflow. Basically, reflow is how a browser calculates the positioning or layout of elements. This may not be the best definition. So here is <a href="http://www.youtube.com/watch?v=ZTnIxIA5KGw&amp;NR=1" target="_blank">video</a> of the process for those of you who are more visual.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ZTnIxIA5KGw&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/ZTnIxIA5KGw&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object><span id="more-342"></span></p>
<p>As you can see there is a lot going on to get your elements positioned  on the page. Minimizing reflow is very important in improving the  performance of your web page.</p>
<p>Here are some common rules you can follow to reduce the effects of reflow. I found that these rules were common across a few of the resources I checked on reflow.</p>
<ol>
<li>Minimize the depth of your DOM tree.</li>
<li>Minimize CSS rules, remove unused CSS rules, just allow rules to cascade (don’t repeat font-size: 1em if this is already defined in a parent selector).</li>
<li>Animate elements in a fixed or absolute position. (recalculating the position of an animation is bad)</li>
<li>Simplify CSS selectors as much as possible and reduce use of descendant selectors.</li>
<li>Avoid or minimize inline styles and define as much as possible in external CSS.</li>
<li>Avoid tables for layout and if you have to use them use fixed width.</li>
</ol>
<p>Now I need to go start testing the effectiveness of some of these optimizations on sites I manage. I hope it helps you speed things up.</p>
<p>Resources:</p>
<ul>
<li><a href="http://www.mozilla.org/newlayout/doc/reflow.html">http://www.mozilla.org/newlayout/doc/reflow.html</a></li>
<li><a href="http://dev.opera.com/articles/view/efficient-javascript/?page=3#reflow">http://dev.opera.com/articles/view/efficient-javascript/?page=3#reflow</a></li>
<li><a href="http://www.stubbornella.org/content/2009/03/27/reflows-repaints-css-performance-making-your-javascript-slow/">http://www.stubbornella.org/content/2009/03/27/reflows-repaints-css-performance-making-your-javascript-slow/</a></li>
<li><a href="http://code.google.com/speed/articles/reflow.html">http://code.google.com/speed/articles/reflow.html</a></li>
<li><a href="http://redivide.com/blog/gecko-reflow-awesome-visualization-of-web-page-layout/">http://redivide.com/blog/gecko-reflow-awesome-visualization-of-web-page-layout/</a></li>
<li><a href="https://wiki.mozilla.org/Gecko:Table_reflow_optimization">https://wiki.mozilla.org/Gecko:Table_reflow_optimization</a></li>
<li><a href="https://wiki.mozilla.org/Gecko:Reflow_Refactoring">https://wiki.mozilla.org/Gecko:Reflow_Refactoring</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;title=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;title=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;t=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Yo%21+Check+My+Reflow&amp;link=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;type=Article&amp;title=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;title=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;title=Yo%21+Check+My+Reflow&amp;summary=I%20remember%20when%20I%20first%20started%20getting%20into%20website%20performance%20optimization%2C%20the%20more%20I%20dug%20into%20it%2C%20the%20less%20I%20seemed%20to%20know.%20I%20remember%20hearing%20of%20browser%20repaint%20and%20not%20knowing%20what%20reflow%20is%2C%20and%20not%20realizing%20how%20important%20either%20of%20them%20really%20are%20in%20performance%20optimization.%20I%20definitely%20&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;bm_description=Yo%21+Check+My+Reflow&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;title=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;h=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;title=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;title=Yo%21+Check+My+Reflow" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Yo%21+Check+My+Reflow+-+http://b2l.me/amjr93&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/&amp;submitHeadline=Yo%21+Check+My+Reflow&amp;submitSummary=I%20remember%20when%20I%20first%20started%20getting%20into%20website%20performance%20optimization%2C%20the%20more%20I%20dug%20into%20it%2C%20the%20less%20I%20seemed%20to%20know.%20I%20remember%20hearing%20of%20browser%20repaint%20and%20not%20knowing%20what%20reflow%20is%2C%20and%20not%20realizing%20how%20important%20either%20of%20them%20really%20are%20in%20performance%20optimization.%20I%20definitely%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=v25B5ZQNYcM:NYyOVHKkZNI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=v25B5ZQNYcM:NYyOVHKkZNI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=v25B5ZQNYcM:NYyOVHKkZNI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=v25B5ZQNYcM:NYyOVHKkZNI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=v25B5ZQNYcM:NYyOVHKkZNI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=v25B5ZQNYcM:NYyOVHKkZNI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=v25B5ZQNYcM:NYyOVHKkZNI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=v25B5ZQNYcM:NYyOVHKkZNI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=v25B5ZQNYcM:NYyOVHKkZNI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/v25B5ZQNYcM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/342/yo-check-my-reflow/</feedburner:origLink></item>
		<item>
		<title>It’s More Than Where You Load JavaScript, but How</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/WISnqo-WvEI/</link>
		<comments>http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 12:00:24 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[asynchchronus javascript loading]]></category>
		<category><![CDATA[Visual Round Trip Analyzer]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=340</guid>
		<description><![CDATA[Well I know that JavaScript blocks anything else from downloading on the page. My strategy to lessen this effect has been to move JavaScript to the bottom of the page. After reading 12 Steps to Faster Web Pages with Visual Round Trip Analyzer, I have to question this strategy. It describes a technique for using [...]]]></description>
			<content:encoded><![CDATA[<p>Well I know that JavaScript blocks anything else from downloading on the page. My strategy to lessen this effect has been to move JavaScript to the bottom of the page. After reading <a href="http://msdn.microsoft.com/en-us/magazine/dd188562.aspx" target="_blank">12 Steps to Faster Web Pages with Visual Round Trip Analyzer</a>, I have to question this strategy. It describes a technique for using JavaScript to write the external script tags.</p>
<pre class="brush: xhtml;">function AsyncLoad()
{
    var l = arguments.length;

    for (var i=0;i&lt;l;i++)
    {
        document.write("&lt;script src='" + arguments[i] + "'&gt;&lt;/" + "script&gt;");
    }
}

AsyncLoad("file1.js", "file2.js", "file3.js");
</pre>
<p>The article states that although moving external scripts to the bottom reduces their blocking effect, it doesn’t take advantage of the bandwidth available to get everything downloaded as soon as possible. So, loading files with a document.write allows them to be loaded outside of the JavaScript engine, hence no blocking by JavaScript. How is this so?</p>
<p>Well let’s take a trip deep into geek land and check into how browsers actually interact with external scripts. Reading through this Mozilla bug report (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=364315">https://bugzilla.mozilla.org/show_bug.cgi?id=364315</a>) and a few other sites, when the browser encounters a script tag that references an external script it will download the script. It will not allow parallel downloading of other assets until the script is done downloading and parsing. Don’t take this as gospel, because I haven’t looked at browser source code or anything. I am just interpreting what I have read from multiple sources. This bug report also suggest that the browser vendors are already attacking the blocking behavior so the technique I am describing here won’t be needed in newer browsers.</p>
<p>So, although async JavaScript loading doesn’t address the problem of HTTP requests, but it prevents those pesky JavaScript blockers from causing a traffic jam, allows other elements to download in parallel, and efficiently uses bandwidth.</p>
<p>Well I’m off to do some testing. If you haven’t played around with Visual Round Trip Analyzer, I will be blogging about it soon (if I have the time).</p>
<p>I hope you found this useful.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;t=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How&amp;link=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;type=Article&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How&amp;summary=Well%20I%20know%20that%20JavaScript%20blocks%20anything%20else%20from%20downloading%20on%20the%20page.%20My%20strategy%20to%20lessen%20this%20effect%20has%20been%20to%20move%20JavaScript%20to%20the%20bottom%20of%20the%20page.%20After%20reading%2012%20Steps%20to%20Faster%20Web%20Pages%20with%20Visual%20Round%20Trip%20Analyzer%2C%20I%20have%20to%20question%20this%20strategy.%20It%20describes%20a%20techniq&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;bm_description=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;h=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;title=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How+-+http://b2l.me/amjr97&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/&amp;submitHeadline=It%27s+More+Than+Where+You+Load+JavaScript%2C+but+How&amp;submitSummary=Well%20I%20know%20that%20JavaScript%20blocks%20anything%20else%20from%20downloading%20on%20the%20page.%20My%20strategy%20to%20lessen%20this%20effect%20has%20been%20to%20move%20JavaScript%20to%20the%20bottom%20of%20the%20page.%20After%20reading%2012%20Steps%20to%20Faster%20Web%20Pages%20with%20Visual%20Round%20Trip%20Analyzer%2C%20I%20have%20to%20question%20this%20strategy.%20It%20describes%20a%20techniq&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=WISnqo-WvEI:scjFbpdB_fs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=WISnqo-WvEI:scjFbpdB_fs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=WISnqo-WvEI:scjFbpdB_fs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=WISnqo-WvEI:scjFbpdB_fs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=WISnqo-WvEI:scjFbpdB_fs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=WISnqo-WvEI:scjFbpdB_fs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=WISnqo-WvEI:scjFbpdB_fs:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=WISnqo-WvEI:scjFbpdB_fs:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=WISnqo-WvEI:scjFbpdB_fs:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/WISnqo-WvEI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/340/its-more-than-where-you-load-javascript-but-how/</feedburner:origLink></item>
		<item>
		<title>RTT Says the Client is not Alway Right</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/P4Yn2RJ49X8/</link>
		<comments>http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 02:11:26 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Lost In Space]]></category>
		<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[round trip time]]></category>
		<category><![CDATA[rtt]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=334</guid>
		<description><![CDATA[I have a team member experimenting with base64 encoding of images to reduce HTTP requests (that&#8217;s a mouthful). I&#8217;m not going to try to explain what this involves, but it isn&#8217;t as complex as it first sounds. You can get more info on base64 encoding on this blog post by James McCaffrey. One of the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-335" title="airport-delay" src="http://www.charlesbryant.com/wp-content/uploads/2010/06/airport-delay-150x150.jpg" alt="" width="150" height="150" />I have a team member experimenting with base64 encoding of images to reduce HTTP requests (that&#8217;s a mouthful). I&#8217;m not going to try to explain what this involves, but it isn&#8217;t as complex as it first sounds. You can get more info on base64 encoding on this <a href="http://dotnet.sys-con.com/node/192527" target="_blank">blog post</a> by James McCaffrey. One of the side effects of this technique is it increases file size. So, the question is, what’s better for the performance of your web pages, a few large files or many small ones? Since HTTP requests are costly and bandwidth is plentiful, I’ll take a few large files for $500 Alex.</p>
<p>Did you know it’s faster to download a few large files than it is to download multiple small files of the same cumulative size as the large files? How is that so? It’s because of our nemesis <a href="http://en.wikipedia.org/wiki/Round-trip_delay_time" target="_blank">Round Trip Time</a> or RTT for short. RTT is the measure of the time it takes for a TCP packages to be sent to a server in a client request and sent back to the client in a server response. If you look at Yahoo&#8217;s <a href="http://developer.yahoo.com/performance/rules.html" target="_blank">Best Practices for Speeding Up Your Website</a>, many of the rules address reducing RTT.</p>
<p>The main problem with RTT is that there is a delay caused by network latency. The latency is compounded when a DNS lookup has to be performed. When every you can reduce DNS lookups you reduce RTT delay. So, requesting one file instead of many is a great strategy. Whether you base64 encode images into your CSS file, combine images to sprites, use caching to prevent unchanged assets from being requested, reduce the number of domain names requested, or you combine your JavaScript files to one file, anything you do to reduce RTT will improve the performance of your web pages.</p>
<p>There are still a lot of people out there that believe the way to improve performance is to first improve issues on the back end, optimize servers and server side code. Don&#8217;t be fooled, about 80% of the time used to download a page is affected client side in the browser. You can look at this easy to understand <a href="http://www.yuiblog.com/blog/2006/11/28/performance-research-part-1/" target="_blank">research</a> from Yahoo&#8217;s UI team. Next time you look at a waterfall performance report, remember that if the little bar that represents the initial request and response from your server is small in comparison to the rest of the assets downloaded, forget about throwing servers and backend code optimization at your performance problem. Look at client side optimization and maybe even base64 encoding.</p>
<p>In website performance the client is probably not right. Fix the client and your site will not suffer from the effects of RTT delay.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;title=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;title=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;t=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=RTT+Says+the+Client+is+not+Alway+Right&amp;link=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;type=Article&amp;title=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;title=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;title=RTT+Says+the+Client+is+not+Alway+Right&amp;summary=I%20have%20a%20team%20member%20experimenting%20with%20base64%20encoding%20of%20images%20to%20reduce%20HTTP%20requests%20%28that%27s%20a%20mouthful%29.%20I%27m%20not%20going%20to%20try%20to%20explain%20what%20this%20involves%2C%20but%20it%20isn%27t%20as%20complex%20as%20it%20first%20sounds.%20You%20can%20get%20more%20info%20on%20base64%20encoding%20on%20this%20blog%20post%20by%20James%20McCaffrey.%20One%20of%20the%20sid&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;bm_description=RTT+Says+the+Client+is+not+Alway+Right&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;title=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;h=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;title=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;title=RTT+Says+the+Client+is+not+Alway+Right" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RTT+Says+the+Client+is+not+Alway+Right+-+http://b2l.me/amjr98&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/&amp;submitHeadline=RTT+Says+the+Client+is+not+Alway+Right&amp;submitSummary=I%20have%20a%20team%20member%20experimenting%20with%20base64%20encoding%20of%20images%20to%20reduce%20HTTP%20requests%20%28that%27s%20a%20mouthful%29.%20I%27m%20not%20going%20to%20try%20to%20explain%20what%20this%20involves%2C%20but%20it%20isn%27t%20as%20complex%20as%20it%20first%20sounds.%20You%20can%20get%20more%20info%20on%20base64%20encoding%20on%20this%20blog%20post%20by%20James%20McCaffrey.%20One%20of%20the%20sid&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=P4Yn2RJ49X8:IaURSuusQII:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=P4Yn2RJ49X8:IaURSuusQII:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=P4Yn2RJ49X8:IaURSuusQII:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=P4Yn2RJ49X8:IaURSuusQII:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=P4Yn2RJ49X8:IaURSuusQII:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=P4Yn2RJ49X8:IaURSuusQII:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=P4Yn2RJ49X8:IaURSuusQII:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=P4Yn2RJ49X8:IaURSuusQII:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=P4Yn2RJ49X8:IaURSuusQII:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/P4Yn2RJ49X8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/334/rtt-says-the-client-is-not-alway-right/</feedburner:origLink></item>
		<item>
		<title>I Feel the Need for Website Speed</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/ek2t6B6AfAQ/</link>
		<comments>http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 12:00:42 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[Page Speed]]></category>
		<category><![CDATA[website performance optimization]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=331</guid>
		<description><![CDATA[We are working on a performance project at work. One of the marketing guys wrote a blog post for our customers that talked about improving website performance. There is a lot of talk about performance going on at the company. One of the drivers of this talk is the desire to satisfy visitors with a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-332" title="top-fuel-news1" src="http://www.charlesbryant.com/wp-content/uploads/2010/06/top-fuel-news1-150x150.jpg" alt="" width="150" height="150" />We are working on a performance project at work. One of the marketing guys wrote a blog post for our customers that talked about improving website performance. There is a lot of talk about performance going on at the company. One of the drivers of this talk is the desire to satisfy visitors with a fast responsive website. Another reason to jump on the performance bandwagon is <a href="http://code.google.com/speed/" target="_blank">Google’s commitment to a faster internet</a> and backing up the philosophy with a change to the page rank algorithm to add page speed as a factor in where your site sits in search results. Lastly, we just want to be competitive. Beating the performance of the competition is just another notch on the belt and another battle won in the fight for market share. So, to keep visitors happy, maintain top 10 in the Google SERP (search engine result page), and to stay competitive, our site has to be fast.<span id="more-331"></span></p>
<p>If you call yourself a professional web developer and haven’t heard of YSlow, I’d have to put your title to the test. Well the author of YSlow, Steve Souder, is my web performance hero. He has done many talks, wrote books, blogged, and basically evangelized the importance of frontend or client side performance. I just watched a <a href="http://www.youtube.com/watch?v=BTHvs3V8DBA&amp;feature=player_embedded" target="_blank">video</a> of Steve at a Google Tech Talk where he reviewed the guidance you get from YSlow. YSlow is a tool that helps you identify areas to improve the performance of your website. In fact, Steve wrote a book, <a href="http://www.amazon.com/High-Performance-Web-Sites-Essential/dp/0596529309/ref=pd_sim_b_6" target="_blank">High Performance Websites</a>, that provides details of the guidance given by this tool. The guidance started with 14 rules on Yahoo, but has since been expounded upon by his new book, <a href="http://www.amazon.com/Even-Faster-Web-Sites-Performance/dp/0596522304/ref=pd_sim_b_1" target="_blank">Even Faster Websites</a>. The original 14 rules are:</p>
<p>1.	Make fewer HTTP requests<br />
2.	Use a CDN<br />
3.	Add an expires header<br />
4.	GZip components<br />
5.	Put stylesheets at the top<br />
6.	Put scripts at the bottom<br />
7.	Avoid CSS expressions<br />
8.	Make JS and CSS external<br />
9.	Reduce DNS lookups<br />
10.	Minify JS<br />
11.	Avoid redirects<br />
12.	Remove duplicate scripts<br />
13.	Configure ETags<br />
14.	Make AJAX cacheable</p>
<p>Steve has since moved from Yahoo to Google and it would be expected that Google now has a performance guidance tool too, <a href="http://code.google.com/speed/page-speed/" target="_blank">Page Speed</a>. Not sure if Steve had anything to do with this, but it makes sense if he did. Along with guidance for improving performance Page Speed also has a tool to measure website performance. Both tools are available as a Firebug and Chrome plugin.</p>
<p>Here are some other tools and you can check my <a href="http://www.charlesbryant.com/index.php/category/web-development/performance-optimization/">other posts</a> for more:</p>
<ul>
<li><a href="http://gtmetrix.com/" target="_blank">gtmetrix.com</a> &#8211; GTmetrix uses Google Page Speed and Yahoo! YSlow to grade your site&#8217;s         performance and provides actionable         recommendations to fix these issues. This tool also allows you to compare you site against other pages (maybe your competitors).</li>
<li><a href="http://www.webpagetest.org" target="_blank">www.webpagetest.org</a> &#8211; Pagetest allows you to provide the URL of a webpage to be tested. The test will be conducted from the geographic location you specify and you will be  provided a waterfall of your page load performance  as well as a comparison against an optimization checklist. One cool thing about this tool is the video that it produces of your web page load. You can actually produce a video comparing your page to other pages.</li>
<li><a href="http://www.websiteoptimization.com/services/analyze/" target="_blank">websiteoptimization.com</a> &#8211; Enter a URL below to calculate page size, composition, and download  time. The script calculates the size of individual elements and sums up  each type of web page component. Based on these page characteristics the  script then offers advice on how to improve page load time.</li>
</ul>
<p>So, if you develop or manage a website, make sure you jump on the performance bandwagon, get familiar with the tools that can help you improve performance, and checkout some of the people defining website performance optimization. Improving performance can take a little time, but it is probably one of the cheapest and effective improvements you can make to your website.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;title=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;title=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;t=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=I+Feel+the+Need+for+Website+Speed&amp;link=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;type=Article&amp;title=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;title=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;title=I+Feel+the+Need+for+Website+Speed&amp;summary=We%20are%20working%20on%20a%20performance%20project%20at%20work.%20One%20of%20the%20marketing%20guys%20wrote%20a%20blog%20post%20for%20our%20customers%20that%20talked%20about%20improving%20website%20performance.%20There%20is%20a%20lot%20of%20talk%20about%20performance%20going%20on%20at%20the%20company.%20One%20of%20the%20drivers%20of%20this%20talk%20is%20the%20desire%20to%20satisfy%20visitors%20with%20a%20f&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;bm_description=I+Feel+the+Need+for+Website+Speed&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;title=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;h=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;title=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;title=I+Feel+the+Need+for+Website+Speed" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=I+Feel+the+Need+for+Website+Speed+-+http://b2l.me/amjsac&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/&amp;submitHeadline=I+Feel+the+Need+for+Website+Speed&amp;submitSummary=We%20are%20working%20on%20a%20performance%20project%20at%20work.%20One%20of%20the%20marketing%20guys%20wrote%20a%20blog%20post%20for%20our%20customers%20that%20talked%20about%20improving%20website%20performance.%20There%20is%20a%20lot%20of%20talk%20about%20performance%20going%20on%20at%20the%20company.%20One%20of%20the%20drivers%20of%20this%20talk%20is%20the%20desire%20to%20satisfy%20visitors%20with%20a%20f&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=ek2t6B6AfAQ:7tzk49-vEu8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=ek2t6B6AfAQ:7tzk49-vEu8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=ek2t6B6AfAQ:7tzk49-vEu8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=ek2t6B6AfAQ:7tzk49-vEu8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=ek2t6B6AfAQ:7tzk49-vEu8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=ek2t6B6AfAQ:7tzk49-vEu8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=ek2t6B6AfAQ:7tzk49-vEu8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=ek2t6B6AfAQ:7tzk49-vEu8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=ek2t6B6AfAQ:7tzk49-vEu8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/ek2t6B6AfAQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/331/i-feel-the-need-for-website-speed/</feedburner:origLink></item>
		<item>
		<title>Standars Based Website Design Coming to a Browser Near You</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/tECcLYldnCk/</link>
		<comments>http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:00:13 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Bits and Bytes]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=325</guid>
		<description><![CDATA[I have been building websites for over 10 years now. It&#8217;s usually the same drill each time. Use a graphics editing program to design the site and cut and optimize the images. Use an HTML editor to script the site. View, test, and debug in a browser. Normally, I go back and forth between these [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.charlesbryant.com/wp-content/uploads/2010/06/browser-logos.jpg"><img class="alignleft size-thumbnail wp-image-326" title="browser-logos" src="http://www.charlesbryant.com/wp-content/uploads/2010/06/browser-logos-150x150.jpg" alt="" width="150" height="150" /></a>I have been building websites for over 10 years now. It&#8217;s usually the same drill each time. Use a graphics editing program to design the site and cut and optimize the images. Use an HTML editor to script the site. View, test, and debug in a browser. Normally, I go back and forth between these apps until I achieve the desired results in the browser. Well it looks like all of this will all be done inside the browser soon. Being able to design and edit in the platform I&#8217;m targeting is huge to me. So, I am very excited by all of the innovation in this space.<span id="more-325"></span></p>
<p>I have been following online, in browser, graphic editing programs for a while. Aviary provides <a href="http://aviary.com/tools/image-editor" target="_blank">Phoenix</a>, one of my favorites. I haven&#8217;t had a chance to work with most of them, but here are a few on my list to review:</p>
<ul>
<li><a href="http://www.pixlr.com/" target="_blank">pixlr.com</a></li>
<li><a href="http://www.picnik.com/" target="_blank">picnik.com</a></li>
<li><a href="http://www.splashup.com/" target="_blank">splashup.com</a></li>
</ul>
<p>There are more, free and paid, but for the most part these are photo editors and not specifically suited to web design. The point is, if this is where photo editing is headed, a tool robust enough for website design is sure to follow. Splashup.com feels an awful like Photoshop, my favorite web design tool which is a traditional photo editor. None the less, these tools can be used to create web graphics or even a full website design.</p>
<p>So, we can create our website graphics in browser what about image optimization. If you want to use graphics on your site they have to be optimized to make your pages load faster. I use to use Photoshop exclusively to optimize my images, but have already moved this part of my process in the browser. My favorite tool hands down is <a href="http://developer.yahoo.com/yslow/smushit/" target="_blank">Smush.it,</a> a part of Yahoo&#8217;s <a href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a> <a href="http://getfirebug.com/" target="_blank">Firebug</a> plugin. Even when I optimize images in Photoshop I will run them through Smush.it to make sure I squeezed out every ounce of performance goodness. There are others and like the graphic editors I haven&#8217;t used most of them:</p>
<ul>
<li><a href="http://tools.dynamicdrive.com/imageoptimizer/" target="_blank">dynamicdrive</a></li>
<li><a href="http://www.imageoptimizer.net/Pages/Home.aspx" target="_blank">imageoptimizer.net</a></li>
<li><a href="http://www.netmechanic.com/GIFBot/optimize-graphic.htm" target="_blank">GIFBot</a></li>
</ul>
<p>Well we have created our graphics in the browser, optimized images in the browser, what about scripting the web pages. HTML editing in the browser has been common since Rich text WYSIWYG editors came in vogue. Also, developer tools like Firebug have allowed us to make small changes to HTML and CSS and see the results of the edits right in the browser, but you can&#8217;t save the edits and you have to transpose the edits to your HTML editor to save the updated page. What I have been missing is a tool that would allow me to build a page from scratch and save the results all inside a browser interface. Well, now there&#8217;s <a href="http://buildorpro.com" target="_blank">Builder Pro</a> and<a href="http://snappages.com" target="_blank"> Snap Pages</a> both vying for my web design affection. I haven&#8217;t had a chance to actually use either of these tools. They have just peeked my interest and prompted me to write this post.</p>
<p>Both of these tools have great videos providing an intro into the capabilities of the tools, but Snap Pages may be more suited to consumer use than professional web design, but the jury is still out on that. Either way, Snap Pages looks great and produces some stunning sites, but I haven&#8217;t checkout out the source code it produces yet.</p>
<p>Builder Pro is more in line with what my idea of an in browser editor would be. When I watched the video of this tool redesigning twitter.com&#8217;s home page, my jaw dropped. Having used Firebug to do similar things on my sites, seeing a tool dedicated to making this easy just floored me. If you knew me, you would know that I don&#8217;t get excited about many things on the internet, but this one has me excited. I can&#8217;t wait to try it. If this works like I hope it will, it will save me time and make my sites better at the same time.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="265" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12115679&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="265" src="http://vimeo.com/moogaloop.swf?clip_id=12115679&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/12115679">BuildorPro in action</a> from <a href="http://vimeo.com/buildor">James Law</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>If I can edit in the browser and instantly see the results of my edits in Firefox, IE, Chrome, Opera, Safari or my mobile phone, that is a major improvement in my process. Can you imagine getting a call to make an emergency edit to a web page, pulling out your smart phone, make the edit in the browser, test, and publish? All from your phone. Work on any computer or device with a compatible browser and internet connection. I don&#8217;t have to buy multiple high price licenses for each software package I use for all of the computers I may want to design on. The browser has the ability to free use of our dependence on the old ball and chain OS. No more installation, no more incompatibility issues, no more worrying about getting a new computer ready to design websites. Granted we inherit new and unexplored problems with browser based software, but the vision of the freedom to be gained makes it look like the grass is greener on the other side.</p>
<p>I can definitely see myself designing a static website totally in the browser. Now only if graphic design, image optimization, HTML editing can all be integrated into one tool. Then on top of that throw in some server side and database development, project management, time tracking and invoicing, audio/video editing, and strategy development and that would be a tool that would allow me to throw away all of these expensive programs. Well that won&#8217;t happen anytime soon, but its good to see that it may be a reality in my lifetime.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;t=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You&amp;link=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;type=Article&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You&amp;summary=I%20have%20been%20building%20websites%20for%20over%2010%20years%20now.%20It%27s%20usually%20the%20same%20drill%20each%20time.%20Use%20a%20graphics%20editing%20program%20to%20design%20the%20site%20and%20cut%20and%20optimize%20the%20images.%20Use%20an%20HTML%20editor%20to%20script%20the%20site.%20View%2C%20test%2C%20and%20debug%20in%20a%20browser.%20Normally%2C%20I%20go%20back%20and%20forth%20between%20these%20apps%20u&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;bm_description=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;h=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;title=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You+-+http://b2l.me/amjsae&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/&amp;submitHeadline=Standars+Based+Website+Design+Coming+to+a+Browser+Near+You&amp;submitSummary=I%20have%20been%20building%20websites%20for%20over%2010%20years%20now.%20It%27s%20usually%20the%20same%20drill%20each%20time.%20Use%20a%20graphics%20editing%20program%20to%20design%20the%20site%20and%20cut%20and%20optimize%20the%20images.%20Use%20an%20HTML%20editor%20to%20script%20the%20site.%20View%2C%20test%2C%20and%20debug%20in%20a%20browser.%20Normally%2C%20I%20go%20back%20and%20forth%20between%20these%20apps%20u&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=tECcLYldnCk:6DSqzXqoWlQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=tECcLYldnCk:6DSqzXqoWlQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=tECcLYldnCk:6DSqzXqoWlQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=tECcLYldnCk:6DSqzXqoWlQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=tECcLYldnCk:6DSqzXqoWlQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=tECcLYldnCk:6DSqzXqoWlQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=tECcLYldnCk:6DSqzXqoWlQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=tECcLYldnCk:6DSqzXqoWlQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=tECcLYldnCk:6DSqzXqoWlQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/tECcLYldnCk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/325/standars-based-website-design-coming-to-a-browser-near-you-2/</feedburner:origLink></item>
		<item>
		<title>I’m an Official Geek – ALT.NET Geek Code</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/QUVc4Pq6pJo/</link>
		<comments>http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/#comments</comments>
		<pubDate>Sun, 23 May 2010 19:04:26 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Bits and Bytes]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ALT.NET]]></category>
		<category><![CDATA[Geek Code]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=299</guid>
		<description><![CDATA[I have been following the ALT.NETers for a while and finally decided to make it official. I got my Geek Code from geek supreme Scott Hanselman&#8217;s blog and joined the ALT.NET community. IOC(SM):IOC(Nin):MOC(RM):MOC(MQ):TDD(NU): TDD(Mb):TDD(MS):SCC(Svn):SCC(Git):SCC(TFS): SCC(Lame):SCC(!?):ORM(SS):ORM(Gen):ORM(L2S): ORM(L2E):XPP(++):XPP(+):DDD(T+):DDD(+):DDD(!?):JSL(Jq):JSL(MS):JSL(y!):CIS(CC): CIS(TC):CIS(bat-):GoF(S):GoF(Sn) If you want to decode my code click it. You can learn more about ALT.NET at altnetpedia.com and [...]]]></description>
			<content:encoded><![CDATA[<div class="altnetgeekcode"><a href="http://www.hanselman.com/altnetgeekcode/default.aspx?q=IOC(SM):IOC(Nin):MOC(RM):MOC(MQ):TDD(NU):TDD(Mb):TDD(MS):SCC(Svn):SCC(Git):SCC(TFS):SCC(Lame):SCC(!?):ORM(SS):ORM(Gen):ORM(L2S):ORM(L2E):XPP(++):XPP(+):DDD(T+):DDD(+):DDD(!?):JSL(Jq):JSL(MS):JSL(y!):CIS(CC):CIS(TC):CIS(bat-):GoF(S):GoF(Sn)"><img class="alignleft size-thumbnail wp-image-300" title="RWS2-Big3" src="http://www.charlesbryant.com/wp-content/uploads/2010/05/RWS2-Big3-150x150.png" alt="RWS2-Big3" width="150" height="150" /></a><a href="http://www.hanselman.com/altnetgeekcode/default.aspx?q=IOC%28SM%29:IOC%28Nin%29:MOC%28RM%29:MOC%28MQ%29:TDD%28NU%29:TDD%28Mb%29:TDD%28MS%29:SCC%28Svn%29:SCC%28Git%29:SCC%28TFS%29:SCC%28Lame%29:SCC%28%21?%29:ORM%28SS%29:ORM%28Gen%29:ORM%28L2S%29:ORM%28L2E%29:XPP%28++%29:XPP%28+%29:DDD%28T+%29:DDD%28+%29:DDD%28%21?%29:JSL%28Jq%29:JSL%28MS%29:JSL%28y%21%29:CIS%28CC%29:CIS%28TC%29:CIS%28bat-%29:GoF%28S%29:GoF%28Sn%29"></a></div>
<div class="altnetgeekcode">I have been following the ALT.NETers for a while and finally decided to make it official. I got my Geek Code from geek supreme <a href="http://www.hanselman.com/altnetgeekcode/default.aspx?q=IOC%28SM%29%3aIOC%28Nin%29%3aMOC%28MQ%29%3aTDD%28NU%29%3aTDD%28Mb%29%3aTDD%28MS%29%3aSCC%28Svn%29%3aSCC%28TFS%29%3aSCC%28Lame%29%3aORM%28SS%29%3aORM%28L2S%29%3aORM%28L2E%29%3aXPP%28++%29%3aXPP%28+%29%3aDDD%28T+%29%3aDDD%28+%29%3aDDD%28!%3f%29%3aJSL%28Jq%29%3aJSL%28MS%29%3aJSL%28y!%29%3aGoF%28S%29%3aGoF%28Sn%29" target="_blank">Scott Hanselman&#8217;s blog</a> and joined the ALT.NET community.</div>
<div class="altnetgeekcode"></div>
<div class="altnetgeekcode"><a href="http://www.hanselman.com/altnetgeekcode/default.aspx?q=IOC%28SM%29:IOC%28Nin%29:MOC%28RM%29:MOC%28MQ%29:TDD%28NU%29:TDD%28Mb%29:TDD%28MS%29:SCC%28Svn%29:SCC%28Git%29:SCC%28TFS%29:SCC%28Lame%29:SCC%28%21?%29:ORM%28SS%29:ORM%28Gen%29:ORM%28L2S%29:ORM%28L2E%29:XPP%28++%29:XPP%28+%29:DDD%28T+%29:DDD%28+%29:DDD%28%21?%29:JSL%28Jq%29:JSL%28MS%29:JSL%28y%21%29:CIS%28CC%29:CIS%28TC%29:CIS%28bat-%29:GoF%28S%29:GoF%28Sn%29" target="_blank">IOC(SM):IOC(Nin):MOC(RM):MOC(MQ):TDD(NU):<br />
TDD(Mb):TDD(MS):SCC(Svn):SCC(Git):SCC(TFS):<br />
SCC(Lame):SCC(!?):ORM(SS):ORM(Gen):ORM(L2S):<br />
ORM(L2E):XPP(++):XPP(+):DDD(T+):DDD(+):DDD(!?):JSL(Jq):JSL(MS):JSL(y!):CIS(CC):<br />
CIS(TC):CIS(bat-):GoF(S):GoF(Sn)</a></div>
<div class="altnetgeekcode"></div>
<div class="altnetgeekcode">If you want to decode my code click it. You can learn more about  ALT.NET at <a href="http://altnetpedia.com/OverviewWhatIsIt.ashx" target="_blank">altnetpedia.com</a> and on <a href="http://www.hanselman.com/blog/ALTNETGeekCodeShouldYouCareAboutTheseALTNETGuys.aspx" target="_blank">Scott&#8217;s blog</a>. You can join the community at <a href="http://altdotnet.org/" target="_blank">altdotnet.org</a>. You  don&#8217;t have to have a Geek Code to be a member, I just thought it was  interesting way to define my development style.</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;t=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code&amp;link=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;type=Article&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code&amp;summary=%0D%0AI%20have%20been%20following%20the%20ALT.NETers%20for%20a%20while%20and%20finally%20decided%20to%20make%20it%20official.%20I%20got%20my%20Geek%20Code%20from%20geek%20supreme%20Scott%20Hanselman%27s%20blog%20and%20joined%20the%20ALT.NET%20community.%0D%0A%0D%0AIOC%28SM%29%3AIOC%28Nin%29%3AMOC%28RM%29%3AMOC%28MQ%29%3ATDD%28NU%29%3A%0D%0ATDD%28Mb%29%3ATDD%28MS%29%3ASCC%28Svn%29%3ASCC%28Git%29%3ASCC%28TFS%29%3A%0D%0ASCC%28Lame%29%3ASCC%28%21%3F%29%3AORM%28S&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;bm_description=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;h=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;title=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code+-+http://b2l.me/amjsag&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/&amp;submitHeadline=I%27m+an+Official+Geek+-+ALT.NET+Geek+Code&amp;submitSummary=%0D%0AI%20have%20been%20following%20the%20ALT.NETers%20for%20a%20while%20and%20finally%20decided%20to%20make%20it%20official.%20I%20got%20my%20Geek%20Code%20from%20geek%20supreme%20Scott%20Hanselman%27s%20blog%20and%20joined%20the%20ALT.NET%20community.%0D%0A%0D%0AIOC%28SM%29%3AIOC%28Nin%29%3AMOC%28RM%29%3AMOC%28MQ%29%3ATDD%28NU%29%3A%0D%0ATDD%28Mb%29%3ATDD%28MS%29%3ASCC%28Svn%29%3ASCC%28Git%29%3ASCC%28TFS%29%3A%0D%0ASCC%28Lame%29%3ASCC%28%21%3F%29%3AORM%28S&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=QUVc4Pq6pJo:mmgNkgNgzn0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=QUVc4Pq6pJo:mmgNkgNgzn0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=QUVc4Pq6pJo:mmgNkgNgzn0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=QUVc4Pq6pJo:mmgNkgNgzn0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=QUVc4Pq6pJo:mmgNkgNgzn0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=QUVc4Pq6pJo:mmgNkgNgzn0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=QUVc4Pq6pJo:mmgNkgNgzn0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=QUVc4Pq6pJo:mmgNkgNgzn0:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=QUVc4Pq6pJo:mmgNkgNgzn0:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/QUVc4Pq6pJo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/299/alt-dotnet-geek-code/</feedburner:origLink></item>
		<item>
		<title>A Lazy Man’s Time Manager – RescueTime</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/XMrnJHTRWP4/</link>
		<comments>http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/#comments</comments>
		<pubDate>Sat, 22 May 2010 14:54:56 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Career and Business]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=292</guid>
		<description><![CDATA[I have been looking for a time manager to help make my time at work more productive. The problem with most of them is it takes time to track your time. It’s always a hassle for me. Remembering to start and stop clocks, enter time and projects…I have never been able to do it consistently. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-293" title="rescuetime" src="http://www.charlesbryant.com/wp-content/uploads/2010/05/rescuetime-150x150.jpg" alt="rescuetime" width="150" height="150" />I have been looking for a time manager to help make my time at work more productive. The problem with most of them is it takes time to track your time. It’s always a hassle for me. Remembering to start and stop clocks, enter time and projects…I have never been able to do it consistently. Well I have found my time management savior in a service called <a href="http://www.rescuetime.com/" target="_blank">RescueTime</a>. What is RescueTime? Here is their official definition:</p>
<blockquote><p><strong>&#8220;<em>RescueTime</em> is a software tool that allows businesses and individuals to understand exactly how they spend their time and attention&#8211; and helps them spend it more effectively.&#8221;</strong></p></blockquote>
<p>Well that doesn’t really give you the good stuff. <span id="more-292"></span>I signed up for an account, downloaded their Data Collector, set some configurations on their website and that was it, maybe 30 minutes. At the end of the day this thing told me what I was doing all day. The sites I visited, how long I was in Visual Studio, Photoshop, Tortoise SVN…everything. I always thought I spent too much time with email, this proved I&#8217;m an email junkie. It even had a pop up that asked what I was doing when I didn’t have any activity on my computer every 5 minutes or so. It pop’s up and you click a button to say you were in a meeting, on the phone, whatever…include your notes and keep working. Talk about time saver.</p>
<p>If you really need to track things at a project or task level you can go on the website and update the records for specific projects. It even has a filter that will auto assign time to a project based on the file you are working on. This thing is awesome.</p>
<p>On top of that, they provide you with a decent dashboard and good reports. For you competitive types, they even tell you how you compare to other users of the system. They will also email you a weekly report if you want them too.</p>
<p>Lastly, if you are a business owner or manager that wants to track the productivity of your staff, you can require this. Have everyone sign up for an account and install data collector (it works on PC and Mac). Then everyone can set up a common set of categorization and productivity levels for activities based on their job. This would allow you to compare productivity across your organization or team.</p>
<p>Now my needs may not be yours. I only need something to give me an overview of how I spend my time so I can be conscious of spending it more wisely. If you need a tool to track time for billing purposes, this may not be your tool.</p>
<p>Hey, I probably spent too much time writing this and I don’t want to mess up my efficiency summary…I‘m in the top 9% of users right now :).  So, I will leave the rest for you to go check out for yourself – <a href="http://www.rescuetime.com" target="_blank">http://www.rescuetime.com</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;t=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime&amp;link=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;type=Article&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime&amp;summary=I%20have%20been%20looking%20for%20a%20time%20manager%20to%20help%20make%20my%20time%20at%20work%20more%20productive.%20The%20problem%20with%20most%20of%20them%20is%20it%20takes%20time%20to%20track%20your%20time.%20It%E2%80%99s%20always%20a%20hassle%20for%20me.%20Remembering%20to%20start%20and%20stop%20clocks%2C%20enter%20time%20and%20projects%E2%80%A6I%20have%20never%20been%20able%20to%20do%20it%20consistently.%20Well%20I%20&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;bm_description=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;h=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;title=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime+-+http://b2l.me/amjsah&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/&amp;submitHeadline=A+Lazy+Man%E2%80%99s+Time+Manager+-+RescueTime&amp;submitSummary=I%20have%20been%20looking%20for%20a%20time%20manager%20to%20help%20make%20my%20time%20at%20work%20more%20productive.%20The%20problem%20with%20most%20of%20them%20is%20it%20takes%20time%20to%20track%20your%20time.%20It%E2%80%99s%20always%20a%20hassle%20for%20me.%20Remembering%20to%20start%20and%20stop%20clocks%2C%20enter%20time%20and%20projects%E2%80%A6I%20have%20never%20been%20able%20to%20do%20it%20consistently.%20Well%20I%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=XMrnJHTRWP4:eshjXyGC18E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=XMrnJHTRWP4:eshjXyGC18E:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=XMrnJHTRWP4:eshjXyGC18E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=XMrnJHTRWP4:eshjXyGC18E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=XMrnJHTRWP4:eshjXyGC18E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=XMrnJHTRWP4:eshjXyGC18E:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=XMrnJHTRWP4:eshjXyGC18E:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=XMrnJHTRWP4:eshjXyGC18E:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=XMrnJHTRWP4:eshjXyGC18E:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/XMrnJHTRWP4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/292/rescuetime-time-manager/</feedburner:origLink></item>
		<item>
		<title>Google is Coming to a TV Near You</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/TW7ynNRlvo4/</link>
		<comments>http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/#comments</comments>
		<pubDate>Fri, 21 May 2010 06:04:30 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Bits and Bytes]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[Google TV]]></category>
		<category><![CDATA[WebTV]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=282</guid>
		<description><![CDATA[Microsoft tried, Apple tried, will Google TV deliver. If Google is as good with TV as it is with its other apps there&#8217;s nothing else to say. It will be awesome. I love the fact that this is built around Google&#8217;s core competency, search. I have 200 television channels and I hate flipping through the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webtv.com/pc/"><img class="alignleft size-thumbnail wp-image-287" title="googletv" src="http://www.charlesbryant.com/wp-content/uploads/2010/05/googletv-150x150.jpg" alt="googletv" width="150" height="150" />Microsoft tried</a>, <a href="http://www.apple.com/appletv/">Apple tried</a>, will <a href="http://www.google.com/tv/">Google TV</a> deliver. If Google is as good with TV as it is with its other apps there&#8217;s nothing else to say. It will be awesome.</p>
<p>I love the fact that this is built around Google&#8217;s core competency, search. I have 200 television channels and I hate flipping through the on screen guide. With Google TV finding something interesting is as easy as your basic Google search.<span id="more-282"></span></p>
<p>The biggest thing this platform has going for it, it&#8217;s open. It doesn&#8217;t look like you will be tied down or limited on content providers. You will have a full browser, no doubt <a href="http://www.google.com/chrome" target="_self">Chrome</a> based, right on your TV. Plus Google will probably let its vibrant development community have at it developing some great apps for the platform.</p>
<p>If the price is right Google may be set to take over the world. If this takes off, Google will be able to track your internet and television activities. Do you think advertisers will pay a pretty penny to take advantage? Duh. Do I want Google to know so much about me. Well you may not, but I am not a paranoid privacy freak (yet). My hope is that they don&#8217;t try to learn more than necessary and they pay me back with great prices for letting them peak into my info and media habits.</p>
<blockquote><p><strong><em>&#8220;If the web is so smart and our TVs are so fun to watch, why do we have to choose?&#8221;</em></strong></p></blockquote>
<p>I have been waiting for this one. A reason to watch TV again. I don&#8217;t know how I will get anything done.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="470" height="284" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/diTpeYoqAhc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="470" height="284" src="http://www.youtube.com/v/diTpeYoqAhc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;title=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;title=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;t=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Google+is+Coming+to+a+TV+Near+You&amp;link=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;type=Article&amp;title=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;title=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;title=Google+is+Coming+to+a+TV+Near+You&amp;summary=Microsoft%20tried%2C%20Apple%20tried%2C%20will%20Google%20TV%20deliver.%20If%20Google%20is%20as%20good%20with%20TV%20as%20it%20is%20with%20its%20other%20apps%20there%27s%20nothing%20else%20to%20say.%20It%20will%20be%20awesome.%0D%0A%0D%0AI%20love%20the%20fact%20that%20this%20is%20built%20around%20Google%27s%20core%20competency%2C%20search.%20I%20have%20200%20television%20channels%20and%20I%20hate%20flipping%20through%20t&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;bm_description=Google+is+Coming+to+a+TV+Near+You&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;title=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;h=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;title=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;title=Google+is+Coming+to+a+TV+Near+You" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+is+Coming+to+a+TV+Near+You+-+http://b2l.me/amjsaj&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/&amp;submitHeadline=Google+is+Coming+to+a+TV+Near+You&amp;submitSummary=Microsoft%20tried%2C%20Apple%20tried%2C%20will%20Google%20TV%20deliver.%20If%20Google%20is%20as%20good%20with%20TV%20as%20it%20is%20with%20its%20other%20apps%20there%27s%20nothing%20else%20to%20say.%20It%20will%20be%20awesome.%0D%0A%0D%0AI%20love%20the%20fact%20that%20this%20is%20built%20around%20Google%27s%20core%20competency%2C%20search.%20I%20have%20200%20television%20channels%20and%20I%20hate%20flipping%20through%20t&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=TW7ynNRlvo4:r2FaSHrfqAQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=TW7ynNRlvo4:r2FaSHrfqAQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=TW7ynNRlvo4:r2FaSHrfqAQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=TW7ynNRlvo4:r2FaSHrfqAQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=TW7ynNRlvo4:r2FaSHrfqAQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=TW7ynNRlvo4:r2FaSHrfqAQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=TW7ynNRlvo4:r2FaSHrfqAQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=TW7ynNRlvo4:r2FaSHrfqAQ:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=TW7ynNRlvo4:r2FaSHrfqAQ:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/TW7ynNRlvo4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/282/google-is-coming-to-a-tv-near-you/</feedburner:origLink></item>
		<item>
		<title>Get a Free Oscar and Emmy Winning Video Editor, Lightworks</title>
		<link>http://feedproxy.google.com/~r/charleslbryant/~3/vDgs0nCMLFY/</link>
		<comments>http://www.charlesbryant.com/index.php/272/lightworks-open-source/#comments</comments>
		<pubDate>Fri, 21 May 2010 03:04:36 +0000</pubDate>
		<dc:creator>charleslbryant</dc:creator>
				<category><![CDATA[Bits and Bytes]]></category>
		<category><![CDATA[Lightworks]]></category>
		<category><![CDATA[video editing]]></category>

		<guid isPermaLink="false">http://www.charlesbryant.com/?p=272</guid>
		<description><![CDATA[Lightworks, the same editor used on many large production movies that I&#8217;m sure you&#8217;ve heard of, is going open source. This means you will be able to use this award winning software for free. You can&#8217;t download it yet, but its coming and I&#8217;m in line. If you are into video editing and you aren&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-273" title="scr_lightworks" src="http://www.charlesbryant.com/wp-content/uploads/2010/05/scr_lightworks-150x150.png" alt="scr_lightworks" width="150" height="150" />Lightworks, the same editor used on many <a href="http://www.editshare.com/index.php?option=com_content&amp;task=view&amp;id=160&amp;Itemid=205" target="_blank">large production</a> movies that I&#8217;m sure you&#8217;ve heard of, is going open source. This means you will be able to use this award winning software for free. You can&#8217;t download it yet, but its coming and I&#8217;m in line. If you are into video editing and you aren&#8217;t on the list, what are you waiting for? <a href="http://www.editshare.com/index.php?option=com_wrapper&amp;Itemid=208" target="_blank">Get in line</a>!</p>
<p><span id="more-272"></span>I know I talk mostly about web development and business, but this is huge for me. I am not the greatest video editor, but I love the process and this software rocks (for lack of better term). If you don&#8217;t believe me, <a href="http://www.editshare.com/index.php?option=com_content&amp;task=view&amp;id=159&amp;Itemid=204" target="_blank">check the spec&#8217;s</a>. If you don&#8217;t know what the specs mean, check the <a href="http://www.editshare.com/index.php?option=com_content&amp;task=view&amp;id=160&amp;Itemid=205" target="_blank">list of movies</a> edited by this software (now you see what I mean). I&#8217;ll spare you a detailed review because I am not really qualified to write it, but I had to say something.</p>
<p>This is probably overkill for home movies and too complex for someone just beginning with movie editing. Yet, if you are really interested in video editing at any level of expertise, you have to have this if only to play with.</p>
<p>One of the goals of Open Source is to get your user community involved in making the software better. So, if you download Lightworks and use it, make sure you give feedback. If you are a developer, this is an opportunity to get in on a world class project or maybe benefit from the plug-in market. I&#8217;m sure this will be a great opportunity.</p>
<p>Well, there it is. I&#8217;m going to go sit by my email box and patiently wait for my invitation so I can start on my blockbuster.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-273" style="border: 0pt none;" title="scr_lightworks" src="http://www.charlesbryant.com/wp-content/uploads/2010/05/scr_lightworks.png" alt="scr_lightworks" width="469" height="330" /><img class="aligncenter size-medium wp-image-277" style="border: 0pt none;" title="logo_lightworks" src="http://www.charlesbryant.com/wp-content/uploads/2010/05/logo_lightworks-300x165.png" alt="logo_lightworks" width="300" height="165" /></p>
<p>EditShare Website &#8211; <a href="http://www.editshare.com/" target="_blank">http://www.editshare.com/</a></p>
<p>The Open Source Announcement &#8211; <a href="http://www.editshare.com/index.php?option=com_content&amp;task=view&amp;id=164&amp;Itemid=160" target="_blank">http://www.editshare.com/index.php?option=com_content&amp;task=view&amp;id=164&amp;Itemid=160</a></p>
<p>Lightworks Product Page &#8211; <a href="http://www.editshare.com/index.php?option=com_content&amp;task=view&amp;id=155&amp;Itemid=203" target="_blank">http://www.editshare.com/index.php?option=com_content&amp;task=view&amp;id=155&amp;Itemid=203</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-comfeed">
			<a href="http://www.charlesbryant.com/index.php/272/lightworks-open-source/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;t=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks&amp;link=http://www.charlesbryant.com/index.php/272/lightworks-open-source/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;type=Article&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks&amp;summary=Lightworks%2C%20the%20same%20editor%20used%20on%20many%20large%20production%20movies%20that%20I%27m%20sure%20you%27ve%20heard%20of%2C%20is%20going%20open%20source.%20This%20means%20you%20will%20be%20able%20to%20use%20this%20award%20winning%20software%20for%20free.%20You%20can%27t%20download%20it%20yet%2C%20but%20its%20coming%20and%20I%27m%20in%20line.%20If%20you%20are%20into%20video%20editing%20and%20you%20aren%27t%20on%20th&amp;source=Charles Bryant&#039;s Decoupled Logic" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;bm_description=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;h=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://www.charlesbryant.com/index.php/272/lightworks-open-source/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.charlesbryant.com/index.php/272/lightworks-open-source/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;title=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.charlesbryant.com/index.php/272/lightworks-open-source/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks+-+http://b2l.me/amjsam&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.charlesbryant.com/index.php/272/lightworks-open-source/&amp;submitHeadline=Get+a+Free+Oscar+and+Emmy+Winning+Video+Editor%2C+Lightworks&amp;submitSummary=Lightworks%2C%20the%20same%20editor%20used%20on%20many%20large%20production%20movies%20that%20I%27m%20sure%20you%27ve%20heard%20of%2C%20is%20going%20open%20source.%20This%20means%20you%20will%20be%20able%20to%20use%20this%20award%20winning%20software%20for%20free.%20You%20can%27t%20download%20it%20yet%2C%20but%20its%20coming%20and%20I%27m%20in%20line.%20If%20you%20are%20into%20video%20editing%20and%20you%20aren%27t%20on%20th&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/charleslbryant?a=vDgs0nCMLFY:dHOLzDr-Ew8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=vDgs0nCMLFY:dHOLzDr-Ew8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=vDgs0nCMLFY:dHOLzDr-Ew8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=vDgs0nCMLFY:dHOLzDr-Ew8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=vDgs0nCMLFY:dHOLzDr-Ew8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/charleslbryant?i=vDgs0nCMLFY:dHOLzDr-Ew8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=vDgs0nCMLFY:dHOLzDr-Ew8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=vDgs0nCMLFY:dHOLzDr-Ew8:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/charleslbryant?a=vDgs0nCMLFY:dHOLzDr-Ew8:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/charleslbryant?d=l6gmwiTKsz0" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/charleslbryant/~4/vDgs0nCMLFY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.charlesbryant.com/index.php/272/lightworks-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.charlesbryant.com/index.php/272/lightworks-open-source/</feedburner:origLink></item>
	</channel>
</rss>
