<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Paul Lockwood&#039;s Blog</title>
	<atom:link href="http://dotnetworkaholic.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetworkaholic.com</link>
	<description>Atlanta based .Net Developer/ Architect</description>
	<lastBuildDate>Fri, 04 May 2012 12:59:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dotnetworkaholic.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Paul Lockwood&#039;s Blog</title>
		<link>http://dotnetworkaholic.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnetworkaholic.com/osd.xml" title="Paul Lockwood&#039;s Blog" />
	<atom:link rel='hub' href='http://dotnetworkaholic.com/?pushpress=hub'/>
		<item>
		<title>Filter log4net to a single thread using Notepad++</title>
		<link>http://dotnetworkaholic.com/2011/04/30/filter-log4net-single-thread/</link>
		<comments>http://dotnetworkaholic.com/2011/04/30/filter-log4net-single-thread/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 18:44:53 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Development (General)]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[log4net]]></category>
		<category><![CDATA[Notepad++]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[single]]></category>
		<category><![CDATA[thread]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=771</guid>
		<description><![CDATA[Over the years I’ve Googled and Googled for a solution to this. Heck I even tried Bing! Finally time + an urgent need permitted figuring out a simple solution. To filter down to one thread using Notepad++: Copy the angle brackets and thread number to clipboard. E.g. “[12]” Menu -&#62; TextFX Viz -&#62; Hide Lines [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=771&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the years I’ve Googled and Googled for a solution to this. Heck I even tried Bing! Finally time + an urgent need permitted figuring out a simple solution. To filter down to one thread using Notepad++:</p>
<ul>
<li>Copy the angle brackets and thread number to clipboard. E.g. “[12]”</li>
<li>Menu -&gt; TextFX Viz -&gt; Hide Lines without (Clipboard) text</li>
<li>Press Ctrl-A (Select all text)</li>
<li>Menu -&gt; TextFX Viz -&gt; Delete Invisible Selection</li>
<li>Press Ctrl-A (Select all text)</li>
<li>Menu -&gt; TextFX Edit -&gt; Delete Blank Lines</li>
<li>That’s it! You are now viewing one logging from only one Thread</li>
</ul>
<p><strong>This works very quickly even with 70,000+ line 10MByte log files. </strong>IMO it avoids the need for xml log4net logging and Chainsaw (or similar).Simpler is always better.</p>
<p>Demo: Two threads counting to 100:</p>
<p><a href="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-1.png"><img class="aligncenter size-full" title="log4net_single_thread (1)" src="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-1.png?w=614" alt="" /></a></p>
<p>Copy the angle brackets and thread number to clipboard. E.g. “[12]”</p>
<p>Menu -&gt; TextFX Viz -&gt; Hide Lines without (Clipboard) text</p>
<p><a href="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-2.png"><img class="aligncenter size-full" title="log4net_single_thread (2)" src="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-2.png?w=614" alt="" /></a></p>
<p>Press Ctrl-A (Select all text)</p>
<p>Menu -&gt; TextFX Viz -&gt; Delete Invisible Selection</p>
<p><a href="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-3.png"><img class="aligncenter size-full" title="log4net_single_thread (3)" src="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-3.png?w=614" alt="" /></a></p>
<p>Press Ctrl-A (Select all text)</p>
<p>Menu -&gt; TextFX Edit -&gt; Delete Blank Lines</p>
<p><a href="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-4.png"><img class="aligncenter size-full" title="log4net_single_thread (4)" src="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-4.png?w=614" alt="" /></a></p>
<p>That’s it! You are now viewing one logging from only one Thread</p>
<p><a href="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-5.png"><img class="aligncenter size-full" title="log4net_single_thread (5)" src="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-5.png?w=614" alt="" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=771&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2011/04/30/filter-log4net-single-thread/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-1.png" medium="image">
			<media:title type="html">log4net_single_thread (1)</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-2.png" medium="image">
			<media:title type="html">log4net_single_thread (2)</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-3.png" medium="image">
			<media:title type="html">log4net_single_thread (3)</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-4.png" medium="image">
			<media:title type="html">log4net_single_thread (4)</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2011/04/log4net_single_thread-5.png" medium="image">
			<media:title type="html">log4net_single_thread (5)</media:title>
		</media:content>
	</item>
		<item>
		<title>Reduce back and/or neck pain with a 50 cent cardboard box</title>
		<link>http://dotnetworkaholic.com/2010/06/14/cure-neck-pain-50-cent-cardboard-box/</link>
		<comments>http://dotnetworkaholic.com/2010/06/14/cure-neck-pain-50-cent-cardboard-box/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 21:10:39 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=549</guid>
		<description><![CDATA[Virtually all software developers eventually experience neck and/or back pain. Mine gradually increased from light neck pains in 1995/6 to being unable to work one day in 2001. Doctor&#8217;s advice: &#8220;stop doing what makes it hurt&#8221;. Useful&#8230;  Earlier today Martin Fowler posted &#8220;Back pain is a common issue, but everyone&#8217;s pain (and treatment) is different&#8221;. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=549&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Virtually all software developers eventually experience neck and/or back pain. Mine gradually increased from light neck pains in 1995/6 to being unable to work one day in 2001. Doctor&#8217;s advice: &#8220;stop doing what makes it hurt&#8221;. Useful&#8230;  Earlier today <a title="Martin Fowler Link" href="http://martinfowler.com/bliki/TeamRoom.html">Martin Fowler posted &#8220;Back pain is a common issue, but everyone&#8217;s pain (and treatment) is different&#8221;.</a> Indeed it is, but he also posted a photo that invoked a &#8220;Fingernails dragged down a blackboard&#8221; response from me. It&#8217;s a photo of programmers at work; many IMO asking for neck/back problems in later life.</p>
<p>Let me share the research that has kept me pain free for ten years. I am not qualified in this area, these are just the findings of a long term computer programmer (done little but code from 1981 to 2010, and hope to keep it up until <a title="The Singularity is Near" href="http://www.amazon.com/dp/0143037889">The Singularity</a> makes us obsolete) :</p>
<ul>
<li>Move your screen(s) up to eye level</li>
</ul>
<ul>
<li>Every time you exercise do neck stretches</li>
</ul>
<ul>
<li>Read a book on <a title="Books on Back Pain" href="http://www.amazon.com/s?url=search-alias%3Dstripbooks&amp;field-keywords=back+pain">back pain</a> and/ or <a title="Books on Neck Pain" href="http://www.amazon.com/s?url=search-alias%3Dstripbooks&amp;field-keywords=Neck+Pain">neck pain</a>.These cover common issues that work for many people; Read the many glowing reviews on Amazon</li>
</ul>
<p><strong>Screen at Eye Level: </strong></p>
<p><strong> </strong>This should be common sense. I work looking forward<em> not down</em>. Peering down compresses neck vertebrae &#8211; probably not good for extended periods of time. Commons sense says &#8220;mix-it-up if you can&#8221;, don&#8217;t sit in the same position all day. Personally I alternate between a regular sitting workstation, standing workstation, laptop on a box (or whatever&#8217;s handy at the time) and casual surfing using an iPad like a book (not looking down at a laptop). Combined with regular exercise and stretching I still spend almost all waking hours in front of a computer. Of course from time to time I become lazy, and stop stretching after running/cycling; the pain starts creeping back. Returning to regular stretching always cured it (so far, touch wood!)</p>
<p><strong>Sitting workstation:</strong></p>
<p><strong> </strong> I use an <a title="Zody Chair" href="http://www.google.com/products?hl=en&amp;q=Zody+Chair">ergonomic Zody Chair</a> using <a title="Vesa Arm Mounts" href="http://www.google.com/products?q=vesa+arm+mount">vesa arm mounts</a>. Yes, I have hauled these to client sites. We just moved house and I don&#8217;t have a photo handy</p>
<p><strong>Standing Workstation: </strong></p>
<p><strong> </strong>These can be cobbled together very cheaply. Skip those expensive stand/sit combo workstations and build another work area in your home office. The following photo shows a $100 Ikea kit. Notice the two mice? I used to have pain in my mouse button fingers. Learning to use a mouse left handed and swapping between them cured that too. Props to Paul Swan for the mouse tip &#8211; he&#8217;s a total Genius from my undergrad CompSci degree, now working on the Windows Server team.</p>
<p><a href="http://dotnetworkaholic.files.wordpress.com/2010/06/standing-workstation-wip2.jpg"><img class="size-full wp-image-718 aligncenter" title="Standing Workstation WIP" src="http://dotnetworkaholic.files.wordpress.com/2010/06/standing-workstation-wip2.jpg?w=614&#038;h=818" alt="" width="614" height="818" /></a></p>
<p>&nbsp;</p>
<p><strong>Laptop on a box:</strong></p>
<p><strong> </strong>The title of this post.  Being in my late thirties peers are starting get aches and pains. Many on Facebook complain of sore necks from laptops. If you listen to only one piece of my advice, <strong><span style="color:#ff0000;">Put Your Laptop on a Raised Surface</span></strong> when using it. Oh, and and wear sunscreen <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Notice I use a real keyboard and wireless mouse than can be used in either hand &#8211; these cost peanuts compared to a Doctor&#8217;s visit. This is a great setup for short term client engagements &#8211; they always have <em>something</em> to stand a laptop on.</p>
<p><a href="http://dotnetworkaholic.files.wordpress.com/2010/06/fifty-cent-box-saves-neck-pain.jpg"><img class="aligncenter size-full wp-image-720" title="Fifty cent box saves neck pain" src="http://dotnetworkaholic.files.wordpress.com/2010/06/fifty-cent-box-saves-neck-pain.jpg?w=614&#038;h=493" alt="" width="614" height="493" /></a></p>
<p><strong>Can a $10 Book from Amazon really help?</strong></p>
<p>The books I purchased in 2001 were an incredible help. I am not suggesting these as an alternative to a Doctor&#8217;s advice, just worth considering if your Doctor has been of no help.</p>
<p><strong><br />
</strong></p>
<p>Hopefully this posts allows some to extend their coding careers. Please take this advice as just that, general common sense advice.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/549/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/549/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/549/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=549&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2010/06/14/cure-neck-pain-50-cent-cardboard-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2010/06/standing-workstation-wip2.jpg" medium="image">
			<media:title type="html">Standing Workstation WIP</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2010/06/fifty-cent-box-saves-neck-pain.jpg" medium="image">
			<media:title type="html">Fifty cent box saves neck pain</media:title>
		</media:content>
	</item>
		<item>
		<title>Bye-bye Mac OS X, hello Win7</title>
		<link>http://dotnetworkaholic.com/2010/05/26/bye-bye-mac-os-win7/</link>
		<comments>http://dotnetworkaholic.com/2010/05/26/bye-bye-mac-os-win7/#comments</comments>
		<pubDate>Wed, 26 May 2010 17:42:28 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=534</guid>
		<description><![CDATA[Using DOS and Windows since the mid 80&#8242;s it was time for a change. Vista was never reliable on any of the three machines I tried, Microsoft fanboys were killing creditability in the user group scene &#8211; heck it got to the point where saying &#8216;Google&#8217; was not permitted. It would immediately be corrected to &#8216;Bing&#8217;,  sometimes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=534&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using DOS and Windows since the mid 80&#8242;s it was time for a change. Vista was never reliable on any of the three machines I tried, Microsoft fanboys were killing creditability in the user group scene &#8211; heck it got to the point where saying &#8216;Google&#8217; was not permitted. It would immediately be corrected to &#8216;Bing&#8217;,  sometimes by a chorus of fanboys! <strong>This anti-Google sentiment has to stop</strong>. Fanboys may go &#8220;Rah-Rah, Bing-Bing-Bing&#8221;, but how many of them command respect from peers? Many competent people stopped attending Microsoft events.</p>
<p>So how did OS X work out? Well it&#8217;s certainly a good operating system, does most things I need but obviously is not going to run Visual Studio anytime soon. Lack of open source software was a major gripe; 7Zip, KDiif3 and <strong>many other great open source projects just don&#8217;t exist  for the Mac</strong>.</p>
<p><strong>Snow Leopard was a total flop</strong>, costing me hours in lost time as it broke our HTPC which was running Hulu and XBMC. Initially Mac fanboys jumped all over  me for criticizing it the day after it was released, but over time the general consensus is that Apple needs public beta testing before releasing an OS upgrade. A few service releases later Snow Leopord works fine but lacks the snappiness of Win7.</p>
<p><strong>Apple hardware is fantastic</strong>. Developing on a MacMini is heaven thanks to virtual silence. The tiny form factor helps reconfigure workstations, keep a clearer desk etc. Using a MacMini as a HTPC is a little expensive but totally worth it, low power means low heat and they&#8217;ll happily live in a cupboard. New Minis also support two digital monitors, IR remote, bluetooth, latest WiFi, GigaBit internet and have a stack of USB ports. The 13&#8243; MacBook Pro cost $1200, plus the cost of after market 4GB RAM and an Intel SSD. With the SSD and Win7 it&#8217;s plenty fast even for a demanding developer. The quality keyboard and touches like back-lit keys, multi-touch trackpad etc make it easily worth the extra cash. Oh and using OS X battery life is nine hours for the latest model &#8211; I see over five hours with WiFi and Bluetooth on a 2009 model.</p>
<p>So why the move to Win7? <strong>&#8220;It just works&#8221;</strong> scream most Mac users when you ask them <strong>&#8220;Why a Mac&#8221;</strong>. True for basic users, but not people like us. Hours can be wasted with simple tasks like trying to format a non Apple external hard-disk. This where the experience breaks down. Problem with Windows are generally solved with a quick Google search. <strong>Certainly not the case for OS X</strong>, with the hard disk users were berated online for not buying a Apple branded hard disk. I have Bluetooth problems with a Microsoft mouse and have never been able to resolve it other than rebooting. Do you use two monitors? Fine, that works&#8230; oh you have one in portrait mode (like I do)? Ain&#8217;t gunna happen in OS X yet sorry. HTPC? What you did not buy an Apple TV unit? The Mac Mini work well as a HTPC but does not support font scaling like Win7. I found a hack which works in some cases not other. Of course almost those cool HTPC open source tools don&#8217;t exist for the Mac, ironically XBMC is one that does and it&#8217;s almost as stable as for Windows.</p>
<p><strong>Conclusion:<br />
<span style="font-weight:normal;">Hopefully this posts helps you consider if  OS X is for you. It&#8217;s a good OS, but Win7 is so much better in so many ways. If you want something that <strong>&#8220;just works&#8221; </strong>for simple tasks I highly recommend an iPad. That device is so simple I bought another for my Parents. They grasped it quickly and are having few problems. Also the design of the iPad apps means it&#8217;ll be very hard for bad guys to devise a virus for them. Macs don&#8217;t get PC viruses they get Mac viruses, I would wager the iPad will be virtually virus free.</span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=534&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2010/05/26/bye-bye-mac-os-win7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>
	</item>
		<item>
		<title>TeamCity Release Build sgen.exe gotcha</title>
		<link>http://dotnetworkaholic.com/2009/06/17/teamcity-release-build-sgen-exe-gotcha/</link>
		<comments>http://dotnetworkaholic.com/2009/06/17/teamcity-release-build-sgen-exe-gotcha/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:42:41 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Development (General)]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=337</guid>
		<description><![CDATA[TeamCity is great, I had it up and running with Automated Tests in just minutes. But.. attempting to make a Release Build generated the following error. Googling shows many people have the same error and I only found ugly solutions that required manual registry editing, copying of files etc: c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(2015, 9): error MSB3091: Task failed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=337&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>TeamCity is great, I had it up and running with Automated Tests in just minutes. But.. attempting to make a Release Build generated the following error. Googling shows many people have the same error and I only found ugly solutions that required manual registry editing, copying of files etc:</p>
<p><span style="color:#ff0000;">c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(2015, 9): error MSB3091: Task failed because &#8220;sgen.exe&#8221; was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for &#8220;sgen.exe&#8221; in the &#8220;bin&#8221; subdirectory beneath the location specified in the InstallationFolder value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A. You may be able to solve the problem by doing one of the following: 1) Install the Microsoft Windows SDK for Windows Server 2008 and .NET Framework 3.5. 2) Install Visual Studio 2008. 3) Manually set the above registry key to the correct location. 4) Pass the correct location into the &#8220;ToolPath&#8221; parameter of the task.</span></p>
<p>The first thing I did was use msbuild from the command line; sure enough Debug Builds were fine and Release Builds had the same error. This ruled out Team City. Obviously installing VS2008 on our build box would solve the issue, but I assumed the build tools must available elsewhere without need all of VS2008. They are:</p>
<p><strong>The solution is</strong>: Download the Windows SDK and install .Net Development Tools (it says 2008 Server but I did this on XP SP3):<br />
<a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdc">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdc</a></p>
<p><img class="aligncenter size-full wp-image-339" title="WindowsSdkForServer2008" src="http://dotnetworkaholic.files.wordpress.com/2009/06/windowssdkforserver20081.png?w=614" alt="WindowsSdkForServer2008"   /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=337&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2009/06/17/teamcity-release-build-sgen-exe-gotcha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/06/windowssdkforserver20081.png" medium="image">
			<media:title type="html">WindowsSdkForServer2008</media:title>
		</media:content>
	</item>
		<item>
		<title>MVC Slides from Atlanta Code Camp</title>
		<link>http://dotnetworkaholic.com/2009/03/17/mvc-slides-from-atlanta-code-camp/</link>
		<comments>http://dotnetworkaholic.com/2009/03/17/mvc-slides-from-atlanta-code-camp/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 17:11:58 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[Atlanta]]></category>
		<category><![CDATA[Presentations]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=330</guid>
		<description><![CDATA[&#62;&#62; Click here to download the slides/ demos &#60;&#60; Thanks to all who came and apologies to those who came and found standing room only &#8211; I intend to record these demos and host them soon, watch this space. The demos are fully RC2 compatible now, that day was a close call to a non-working [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=330&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#ff0000;"><strong><a href="http://dotnetworkaholic.com/csharp/downloads/LockwoodPaul_RealWorldMVC.zip"><span style="color:#ff0000;">&gt;&gt; Click here to download the slides/ demos &lt;&lt;</span><br />
</a></strong></span></p>
<p>Thanks to all who came and apologies to those who came and found standing room only &#8211; I intend to record these demos and host them soon, watch this space.</p>
<p>The demos are fully RC2 compatible now, that day was a close call to a non-working demo.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/330/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=330&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2009/03/17/mvc-slides-from-atlanta-code-camp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>
	</item>
		<item>
		<title>Custom Building a Modern Mountain Bike</title>
		<link>http://dotnetworkaholic.com/2009/02/15/custom-building-mountain-bike/</link>
		<comments>http://dotnetworkaholic.com/2009/02/15/custom-building-mountain-bike/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 13:14:26 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=279</guid>
		<description><![CDATA[This was a dream bike build for me and lots of readers share the dream, so here goes: Build or buy? Building means you specify all the components. Even $5K bikes often come with pretty lame wheels, crank sets, cassette etc and you will not get to choose tires, seat, shifters, calipers, bars etc. It was a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=279&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">This was a dream bike build for me and lots of readers share the dream, so here goes:</p>
<p><strong>Build or buy?<br />
</strong>Building means <strong>you specify all the components</strong>. Even $5K bikes often come with pretty lame wheels, crank sets, cassette etc and you will not get to choose tires, seat, shifters, calipers, bars etc. It was a no-brainier to build, and I am happier with this ~$2,500 build up than most (all!) $4K stock bikes. Why the cost difference? I could hunt down discounted parts. E.g the shocks, wheels, and frame are not 2009 models.</p>
<p>If you are returning to mountain biking look in the ~$700 range for an off-the-shelf bike with front shocks and disc brakes, any less and you&#8217;ll not enjoy the sport. Getting semi-serious means $2K+ on a full suspension bike. Regulars I see again and again at local  mountain bikes trails are mostly riding $2,000-$3,500 machines with maybe 10-20% spending even more. The sticker shock takes a few weeks to get over. If you do buy off-the-shelf look at the specs to see if any parts are &#8216;custom&#8217; . Custom generally means it is a non standard size, and replacement/ re-use on another bike will be hard or impossible. Another good reason to build. At the end of the day this sport is more about the rider, but go too cheap and parts will soon break costing you more in the long run.</p>
<p><strong>Tools needed?<br />
</strong>Quite lot of tools are needed, probably at least $400 worth. In rough priority order:<br />
. Allen key set (~$10)<br />
. Allen key sockets (~$15)<br />
. Torque wrench (~$50)<br />
. Cable/ Housing cutters (~$20)<br />
. Bottom bracket tools (~$30)<br />
. Cassette whip/ remover (~$20)<br />
. Decent work stand (~$200)<br />
. Headset press ($50-&gt;120)<br />
. Crown race setter (I use a $3 tube from a DIY store)<br />
. Star nut setter (~$10)<br />
. Pipe cutter (~$20)<br />
. Chain link splitter (~$10)<br />
. White lithium grease (~$3)<br />
. Several misc DIY tools you should already have</p>
<p><strong>Where to start<br />
</strong>Stripping and rebuilding your old bike is a great learning experience; it should you take a day or two. You&#8217;ll be annoyed how expensive new cables/ housings are, but will have a slicker bike at the end of it.  I bought an $89 Sette 16&#8243; frame and rebuilt an old bike into one the correct size for my wife, it came in at ~22.5lbs which is amazing for an $89 frame and $300 shocks.</p>
<p><strong>Hunting down the Dream Bike<br />
</strong>Boy, this took me many hours online - scouring reviews, price trade-offs, forum postings etc. The most useful resource is the mtbr reviews forum &#8211; for each part I looked at the bad reviews, and also got a good idea of what everyone was buying for that component. This way I found some parts that I am really happy with, e.g. Odi Ruffian removable grips and the Thompson Elite seat post.</p>
<p>Search lots of bike sites as prices often differ widely, for each high value part use comparison shopping sites like Froogle &#8211; this found me XT cranks at over $100 off when everywhere else wanted MSRP.</p>
<p>Below I will try to discuss the trickier choices made; in general I tried to distinguish between parts I may upgrade and parts I should never need to replace on this bike. E.g. &#8216;cheap&#8217; mechanical BB7 disc brakes vs the Thompson seat post. In some areas you probably want to check out lower-end parts before splashing out, I put an Manitou R7 fork on my wife&#8217;s bike and rode it for a while before justifying $800 Fox forks.</p>
<p><strong>Parts Arrive<br />
</strong>This bike comprised of eight or nine boxes of parts from five different suppliers. As I said there can be HUGE price differences between retailers, so the extra shipping costs are more than worth it.</p>
<p><strong> </strong></p>
<p style="text-align:center;"><a href="http://dotnetworkaholic.files.wordpress.com/2009/02/01_bmc_frame_in_padding2.jpg"><img class="alignnone size-full wp-image-676" title="01_BMC_Frame_In_Padding" src="http://dotnetworkaholic.files.wordpress.com/2009/02/01_bmc_frame_in_padding2.jpg?w=614" alt=""   /></a></p>
<p>BMC Trailfox 2.0 Frame under wraps<br />
This is a unsold 2007 found for $499, MSRP for a 2009 model is $2,149</p>
<p style="text-align:center;"><a href="http://dotnetworkaholic.files.wordpress.com/2009/02/03_bulk_of_the_parts.jpg"><img class="alignnone size-full wp-image-678" title="03_Bulk_Of_The_Parts" src="http://dotnetworkaholic.files.wordpress.com/2009/02/03_bulk_of_the_parts.jpg?w=614" alt=""   /></a><br />
If this does not excite you then you are dead.</p>
<p><strong>Avid BB7:</strong>My first disc brakes and they rock. No longer am I locking up/ skidding after being airborne + doing endos etc is very controllable. Be sure to use Avid speed dial levers so you can adjust the lever pressure required<br />
<strong>Fox Talas 140 RLC: </strong>When downhilling it was immediately obvious that these work better than my Manitou R7 MRD and I loved the Manitou. The 100-120-140 adjustability is great, I run 120mm for XC and 140mm for DH/ light FR. 100mm feels plain weird on the BMC frame so stays unused. With hindsight the 150mm Talas model would have been a better choice, but these things were expensive as-is. If buying a Fox fork be aware that adjustable compression is only on the RLC models which adds a lot more to the base price. Add the QR15 option and you are close to $1000 for shocks alone!<br />
<strong>Thomson Elite Seatpost:</strong> Brilliant! It has machined groves which stop the post slipping and must be about as light as the carbon EC70 post that slipped so often on my old bike</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;"><a href="http://dotnetworkaholic.files.wordpress.com/2009/02/04_mavic_crossmax_wheels.jpg"><img class="alignnone size-full wp-image-679" title="04_Mavic_Crossmax_Wheels" src="http://dotnetworkaholic.files.wordpress.com/2009/02/04_mavic_crossmax_wheels.jpg?w=614" alt=""   /></a><br />
<strong>Mavic Crossmax ST:</strong>Good wheels are must, try finding these stock on anything less than $5K. These can run tubeless tires but as with hydraulic brakes they seemed an unnecessary complexity I did not want to deal with. Perhaps a future upgrade?</p>
<p><strong>The Build Begins</strong></p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/05_start_of_build.jpg?w=614" alt="" /><br />
<strong>Rule one:</strong> <strong>never clamp anything but the seat post</strong>, tubing on modern higher-end frames can be crushed otherwise. Install the seat post and mount in your stand.<br />
<strong>Rule two: Weigh everything before it goes on the bike.</strong> You will want this info when shopping for upgrades.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/06_press_the_headset.jpg?w=614" alt="" /><br />
<strong>Pressing in a headset: </strong>This BMC came with one pre-pressed but this is the tool you should use &#8211; a headset press. Almost all headsets these days are thread-less and press in, instead of screwing in like they used to. This is a much better system as headsets coming loose was too common in the 80s and 90s</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/07_attach_the_cassette.jpg?w=614" alt="" /><br />
<strong>Attach the cassette</strong>- needs a lot of torque and the special tool is called a cassette remover. This is a 9 speed cassette I had laying around, it will be a PG990 soon.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/08_attach_the_rotors.jpg?w=614" alt="" /><br />
<strong>Attaching brake discs to wheels</strong>- use a torque wrench if possible. These are my first disc brakes so BB7 mechanicals were ideal; $46 each for 2009 models is a bargain. Rotor size was copied from a Sepcialized Enduro at 203mmF, 185mmR. With hindsight this is total overkill and they will soon be swapped for 160mm front and rear. Unless you weigh 250lbs and shuttle ski runs I cannot see 160mms overheating.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/09_crown_race.jpg?w=614" alt="" /><br />
<strong>Pressing the crown race into place.</strong> That is a $3 piece of plastic piping which almost everyone uses &#8211; no other special tools are required</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/10_headset_parts.jpg?w=614" alt="" /><br />
<strong>The other headset parts</strong>. This can be confusing for a beginner so make you download the relevant pdf. These are sealed bearings, don&#8217;t bother saving a few pennies on the old bearings-in-a-cage variety. Note: I missed the compression ring form this photo</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/11_attach_wheels.jpg?w=614" alt="" /><br />
Mouting the wheels <strong>getting ready to size the steerer; </strong> use something to prop it up. Put the headset parts, stem and spacers (max 30mm) in place.  M<strong>easure twice, cut once</strong>. Do not cut a steerer too short as the repair <strong>will </strong>be expensive.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/12_cut_steerer.jpg?w=614" alt="" /><br />
<strong>Cutting the steerer</strong>- the pipe cutter is just a plumbers tool. Debur using the tool&#8217;s deburrer and then smooth off with a metal file</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/13_start_nut_and_setter.jpg?w=614" alt="" /><br />
<strong>A star nut setter:</strong> Star fangled nuts are easy to bash it in with a hammer and I have done that before, but not on an $800 fork. The setter tool is only ~$10 so why not use one?</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/14_install_star_nut.jpg?w=614" alt="" /><br />
Depth of start nut varies on who you ask, from 4mm to 20mm. I set this one to 10mm. It should not matter since the star nut is only used to preload the headset bearings, the stem bolts are what holds the bike together.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/15_leave_small_gap_for_compression.jpg?w=614" alt="" /><br />
Leave a gap from the top of the spacer to the stem since you are going to preload the bearings in a minute. <strong>The star nut bolt does not need to be very tight</strong>, just enough to stop play in the headset. I put the bike on the floor and tighten the steerer nut until steering becomes tight, then back off a little. At this point you should tighten the stem bolts</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/16_lunch_time.jpg?w=614" alt="" /><br />
Disc brakes and Hollowtech cranks are next. Both being new to me it is time for lunch.  There is no point rushing and I want a clear head especially for that expensive crankset</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/17_calipers.jpg?w=614" alt="" /><br />
<strong>Putting a caliper in place</strong>- very simple but you will need a mouting bracket that matches your frame and the rotor size. There are three different standards out there so do some homework on this or expect a trip to the local bike shop to find the correct mounting hardware. Avid brakes come with a cool auto-alignment system  (CPS) that works much like the curved washers from v-brakes. This saves having to face the brake mounts.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/19_hollowtech_cranks_1.jpg?w=614" alt="" /><br />
<strong>Hollowtech cranks:</strong>The scariest component. MSRP is $305 but all affordable cranksets semed to have bad reviews. Hollowtech means outboard sealed bearings and very few parts + look bulletproof. The black spacers are for use with a 68mm shell like I had &#8211; another plus, this a one-size-fits-all deal</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/20_hollowtech_crank_tool_1.jpg?w=614" alt="" /><br />
Of course they needed a new tool. A torque wrech cannot be used with this tool so I used the torque wrench on my car&#8217;s wheelnuts to verify what 50Nm feels like. You do not want to strip BB threads!</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/20_hollowtech_crank_tool_2.jpg?w=614" alt="" /><br />
This side <strong>requires very little torque </strong>and simply preloads the bearings. Tightening the crank on is done with two allen bolts at 90 degrees to the crank &#8211; they come with a stack of warnings so I doubt you&#8217;ll get it wrong</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/21_derailleur_alignment_gauge.jpg?w=614" alt="" /><br />
<strong>Derailleur Alignment Tool: </strong>I am not sure how accurate the tool is, but all three bikes I used it on had misaligned hangers. Misaligned in different ways so I assume the tool is correct. Use the tool to check Up, Down, Left and Right &#8211; lightly bending the hanger until it is within 4mm on any measurement. I have to say that my shifts are pretty smooth and maybe this helped?</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/22_xtr_front_mech.jpg?w=614" alt="" /><br />
The spoils of XTR components. The front mech comes with a helpful guide to set the correct distance from the chainrings. If you are buying XTR you can probably eyeball this measurement.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/23_sram_chain.jpg?w=614" alt="" /><br />
New SRAM chain. Note the removable link which means the chain can easily be removed in the future. The other tool is a chain link splitter which is only needed to remove links from the chain if it is too large.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/24_measure_chain_length.jpg?w=614" alt="" /><br />
Put the chain around both large cogs and allow for two extra links. I have ran with zero links before and had no isues &#8211; actually I might do the same on this bike to reduce chainslap on rutted downhills. With a tight chain running the extremes of gear combinations is the only issue, but that is a no-no anyway.</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/25_wip.jpg?w=614" alt="" /><br />
It is looking like a real bike now</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/26_cables.jpg?w=614" alt="" /><br />
<strong>Cables: </strong>&#8230; ugh, not hard but it takes a while. You must use a specific cable cutter or expect frayed cables. Housing and cables are different for both brakes and gears, also these days we run continuous housing from the levers to brakes &#8211; use tiny zip ties or special clips to attach the brake housing to the frame. Zip ties are my preference</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/27_removing_grips.jpg?w=614" alt="" /><br />
Intially I am using an old set of bars/ levers but wanted to dump the old grips. Push a WD40 tube as far as you can, spray in oil and twist. These came off totally intact with little bother</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/28_cutting_bars_to_size.jpg?w=614" alt="" /><br />
I had never used these bars and they were incredibly wide. It was cool to see preset cut-down points. Again a few twists of a plumbers pipe cutter and deburring is all that is required</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/29_removable_grips.jpg?w=614" alt="" /><br />
<strong>Removable grips:</strong>What an awsome idea for people that love swapping out components. My hands grip really, really well with these too &#8211; possibly the best part on the whole bike!</p>
<p style="text-align:center;"><img class="aligncenter" src="http://dotnetworkaholic.files.wordpress.com/2009/02/30_the_end.jpg?w=614" alt="" /></p>
<p style="text-align:center;">Six hours later it is complete (cables were tuned the next morning). It came in at 27lbs 8oz which for a ~$2,500 5&#8243; travel all mountain bike is not bad at all. It should drop about a pound when replacing the old bars, shifters and oversized brake discs. Those tires are 2.6lbs too, yeah, yeah weight weenie.</p>
<p style="text-align:left;"><strong>The Results?</strong></p>
<p style="text-align:left;">Time and money very well spent. The brakes in particular are changing my riding style, locking up is now almost a thing of the past, especially when scrubbing off speed after time in the air &#8211; you know when a corner is coming up immediately after landing. Having full suspension makes rides so much less fatiguing and landing misjudged takeoffs is much safer.</p>
<p style="text-align:left;">For a brand that is almost unknown in the US it attracts a lot of attention and questions &#8211; everyone so far seems to approve.</p>
<p style="text-align:center;">&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=279&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2009/02/15/custom-building-mountain-bike/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/01_bmc_frame_in_padding2.jpg" medium="image">
			<media:title type="html">01_BMC_Frame_In_Padding</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/03_bulk_of_the_parts.jpg" medium="image">
			<media:title type="html">03_Bulk_Of_The_Parts</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/04_mavic_crossmax_wheels.jpg" medium="image">
			<media:title type="html">04_Mavic_Crossmax_Wheels</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/05_start_of_build.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/06_press_the_headset.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/07_attach_the_cassette.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/08_attach_the_rotors.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/09_crown_race.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/10_headset_parts.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/11_attach_wheels.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/12_cut_steerer.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/13_start_nut_and_setter.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/14_install_star_nut.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/15_leave_small_gap_for_compression.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/16_lunch_time.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/17_calipers.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/19_hollowtech_cranks_1.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/20_hollowtech_crank_tool_1.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/20_hollowtech_crank_tool_2.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/21_derailleur_alignment_gauge.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/22_xtr_front_mech.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/23_sram_chain.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/24_measure_chain_length.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/25_wip.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/26_cables.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/27_removing_grips.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/28_cutting_bars_to_size.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/29_removable_grips.jpg" medium="image" />

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/02/30_the_end.jpg" medium="image" />
	</item>
		<item>
		<title>Atlanta User Groups I recommend</title>
		<link>http://dotnetworkaholic.com/2009/02/02/atlanta-user-groups-i-recommend/</link>
		<comments>http://dotnetworkaholic.com/2009/02/02/atlanta-user-groups-i-recommend/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:43:29 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Atlanta]]></category>
		<category><![CDATA[Tech Events]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=270</guid>
		<description><![CDATA[A friend just asked me what .Net groups are good these days. Atlanta is the Software Capital of the South which means we have many great groups in town and I watch them all for interesting topics, but these are the three I personally attend most often: http://www.meetup.com/AtlAltDotNet/  this is great for new ideas and decent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=270&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A friend just asked me what .Net groups are good these days. Atlanta is the Software Capital of the South which means we have many great groups in town and I watch them all for interesting topics, but these are the three I personally attend most often:</p>
<p><a href="http://www.meetup.com/AtlAltDotNet/">http://www.meetup.com/AtlAltDotNet/</a>  this is great for new ideas and decent technical depth. It is a fairly new group still finding its feet</p>
<p><a href="http://www.iasahome.org/web/atlanta">http://www.iasahome.org/web/atlanta</a>  Atlanta&#8217;s IASA chapter &#8211; always has super-smart people in attendance. Most meetings end up being a discussion (or argument!) with few punches pulled. The best part? BS artists are shot down very quickly and most never come back <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.atldotnet.org">http://www.atldotnet.org</a> this is the &#8216;main&#8217; .Net User Group in town and excellent at delivering high level introductions to topics. Networking is very good here too as local MVPs etc are at most meetings</p>
<p>Other .Net focused groups are <a href="http://www.atlantamspros.com/">http://www.atlantamspros.com</a> and<a href="http://ggmug.com/"> http://ggmug.com</a>. A good attempt to list all relevant groups is <a href="http://www.devcow.com/usergroups/">http://www.devcow.com/usergroups</a> but I don&#8217;t believe it is currently maintained.</p>
<p>Hopefully that helps a few people looking to learn more and network <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=270&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2009/02/02/atlanta-user-groups-i-recommend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>
	</item>
		<item>
		<title>Jan 2009 ASP.Net MVC Slides</title>
		<link>http://dotnetworkaholic.com/2009/01/27/jan-2009-aspnet-mvc-talk-slides-and-demo/</link>
		<comments>http://dotnetworkaholic.com/2009/01/27/jan-2009-aspnet-mvc-talk-slides-and-demo/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 18:45:58 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[ASP.Net MVC]]></category>
		<category><![CDATA[Presentations]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=256</guid>
		<description><![CDATA[Update: The Release Candidate has been released. The demo below works fine with it too. &#62;&#62; Click here to download the slides and second demo. &#60;&#60; Wow! We had a fantastic turn-out last night, interest in MVC must high!  Not having presented for almost a year  I tried not to publicize the the talk; but still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=256&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;">Update: The Release Candidate has been released. The demo below works fine with it too.</p>
<p style="text-align:left;">&gt;&gt; <strong><span style="color:#ff0000;"><a title="Slide download" href="http://dotnetworkaholic.com/csharp/downloads/2009_Jan_Lockwood_MVC_Talk.zip"><span style="color:#ff0000;">Click here to download the slides and second demo.</span></a><span style="color:#000000;font-weight:normal;"> &lt;&lt;</span></span></strong></p>
<p>Wow! We had a fantastic turn-out last night, interest in MVC must high!  Not having presented for almost a year  I tried not to publicize the the talk; but still instead of the expected twenty to thirty people there must have been close to a hundred and we had to expand the room! Couple this with the Microsoft building now almost impossible to find with that road closure flummoxing us coming from the south-side &#8211; who knows how many found Old Roswell gone and went back home at that point. <strong>For those that missed last night this talk will be repeated at all local code camps that happen in the next few months</strong>, the Atlanta one is in March and 2009 details will soon appear at <a href="http://www.atlantacodecamp.com/">http://www.atlantacodecamp.com/</a>.</p>
<p>Obviously that presentation covered only some of the very basics and there is a lot more to working with MVC. Watch this space for more MVC tips and if people request it, I&#8217;ll put together a deeper presentation for Code Camps etc.</p>
<p>Also, I was not kidding about the<strong> free presentation/ training</strong> at your company. <strong>Totally free</strong>, no creepy sales people will call afterwards either &#8211; it will keep my hand in while taking a few months out from real work and with luck one of them might lead to my next gig (which <strong>will</strong> use MVC).  So if you have at three or more devs drop me a line via the &#8216;Email Me&#8217; page on this blog &#8211; don&#8217;t worry if you are a small or large shop, I just want to spread the word and try to ensure there are a selection of MVC Contracts out there when I get bored of goofing off <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=256&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2009/01/27/jan-2009-aspnet-mvc-talk-slides-and-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>
	</item>
		<item>
		<title>TurboTax vs TaxCut 2008</title>
		<link>http://dotnetworkaholic.com/2009/01/05/turbotax-vs-taxcut-2008/</link>
		<comments>http://dotnetworkaholic.com/2009/01/05/turbotax-vs-taxcut-2008/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 20:08:02 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=241</guid>
		<description><![CDATA[TurboTax has been wonderful over the years but the 2008 price totally made me baulk. An eye popping $229.80 this year for my needs: $49.95 Premier inc Rental Properties + $34.95 Per State $109.95 Business including S Corporations H&#38;R Block Home &#38; Business 2008 promises the same functionality for $67.96 (Google for a discount coupon code). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=241&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>TurboTax has been wonderful over the years but the 2008 price totally made me baulk. An eye popping $229.80 this year for my needs:</p>
<p>$49.95 Premier inc Rental Properties + $34.95 Per State<br />
$109.95 Business including S Corporations</p>
<p>H&amp;R Block Home &amp; Business 2008 promises the <em>same functionality</em> for $67.96 (Google for a discount coupon code). This was enough of a saving to try it, worst case I waste a few hours and buy TurboTax.</p>
<p>Since the IRS have not finalized rules for 2008 a few areas are not yet available including what seemed to be almost all the s-corp filing. Still I entered our W2s, a dummy 1099 and all the details on my rental properties with no issue. <strong>Everything was as easy as it was with TurboTax.</strong> There are still all the detailed sections to ensure you are aware of what can be deducted without reading 17,000 pages of IRS publications or trying to get a comptent accountant to talk to you. As for problems so far,  non are worth mentioning being just very minor niggles. Before buying I read online that H&amp;R does not even let one print PDFs &#8211; well I just saved my 2008 draft with no problem (File -&gt; Save As PDF&#8230;).</p>
<p>Here are a few samples screens, please don&#8217;t laugh at the repairs on the rental &#8211; it has barely an issue for five years and last year seemingly <em>everything</em> broke:</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-242" style="border:black 2px solid;" title="Looks a lot like TurboTax right?" src="http://dotnetworkaholic.files.wordpress.com/2009/01/2008_taxcut_11.jpg?w=614" alt="2008_taxcut_1"   /></p>
<p style="text-align:center;">Looks a lot like TurboTax right? Go ahead save the money, you&#8217;ll feel amost right at home</p>
<p style="text-align:center;"> </p>
<p style="text-align:center;"><img class="size-full wp-image-245 aligncenter" style="border:black 1px solid;" title="2008_taxcut_2" src="http://dotnetworkaholic.files.wordpress.com/2009/01/2008_taxcut_21.jpg?w=614" alt="2008_taxcut_2"   /></p>
<p style="text-align:center;">As with Turbo Tax this Rental screen  maps straight to the tax form field &#8211; ah this is soo simple <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=241&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2009/01/05/turbotax-vs-taxcut-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/01/2008_taxcut_11.jpg" medium="image">
			<media:title type="html">Looks a lot like TurboTax right?</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2009/01/2008_taxcut_21.jpg" medium="image">
			<media:title type="html">2008_taxcut_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Deleting data before donating</title>
		<link>http://dotnetworkaholic.com/2008/12/24/securely-deleting-data-before-donating-an-old-laptop/</link>
		<comments>http://dotnetworkaholic.com/2008/12/24/securely-deleting-data-before-donating-an-old-laptop/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 14:22:40 +0000</pubDate>
		<dc:creator>dotnetworkaholic</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dotnetworkaholic.com/?p=233</guid>
		<description><![CDATA[This was so easy I felt obliged to blog it. Under our house rule &#8216;not used it in a year, so it has to go&#8217;, our old P4 laptop is being donated. It held old tax records, Microsoft Money files etc which had to be deleted first. One free and simple technique is Boot and Nuke. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=233&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This was so easy I felt obliged to blog it. Under our house rule &#8216;not used it in a year, so it has to go&#8217;, our old P4 laptop is being donated. It held old tax records, Microsoft Money files etc which had to be deleted first.</p>
<p>One free and simple technique is <a href="http://www.dban.org">Boot and Nuke</a>. I download the small ISO and used <a href="http://isorecorder.alexfeinman.com/v2.htm">this free ISO burning tool</a> to burn a CD.</p>
<p>The laptop then booted from the CD into a Linux program which looks similar to below once running. I choose the default and it took about two hours to delete a 70GB 7400 rpm hard disk with a DOD Short (three pass) technique:</p>
<p><img class="aligncenter size-full wp-image-234" title="nukeandboot" src="http://dotnetworkaholic.files.wordpress.com/2008/12/nukeandboot1.jpg?w=614" alt="nukeandboot"   /></p>
<p>Finally another 30 minutes using Averatec&#8217;s media recovery discs and it is now ready for someone else to enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetworkaholic.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetworkaholic.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetworkaholic.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetworkaholic.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetworkaholic.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetworkaholic.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetworkaholic.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetworkaholic.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetworkaholic.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetworkaholic.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetworkaholic.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetworkaholic.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetworkaholic.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetworkaholic.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetworkaholic.com&#038;blog=20549795&#038;post=233&#038;subd=dotnetworkaholic&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetworkaholic.com/2008/12/24/securely-deleting-data-before-donating-an-old-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dc3efce8716699965ae2767d9fa4728?s=96&#38;d=retro&#38;r=G" medium="image">
			<media:title type="html">dotnetworkaholic</media:title>
		</media:content>

		<media:content url="http://dotnetworkaholic.files.wordpress.com/2008/12/nukeandboot1.jpg" medium="image">
			<media:title type="html">nukeandboot</media:title>
		</media:content>
	</item>
	</channel>
</rss>
