lostechies/wordpress/master/.htaccess - Htaccess File

lostechies/wordpress/master/.htaccess

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES CACHING ##

RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]

# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule  ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]

## Media Redirects
# redirect 301 /media/p/27197/download.aspx http://lostechies.com/wp-content/uploads/2011/03/31DaysRefactoring.pdf
# redirect 301 /media/p/27197.aspx http://lostechies.com/wp-content/uploads/2011/03/31DaysRefactoring.pdf
# redirect 301 /media/p/22618/download.aspx http://lostechies.com/wp-content/uploads/2011/04/TheoryOfConstraints-ProductivityMetricsInSoftwareDevelopment.pdf
# redirect 301 /media/p/22618.aspx http://lostechies.com/wp-content/uploads/2011/04/TheoryOfConstraints-ProductivityMetricsInSoftwareDevelopment.pdf
# redirect 301 /media/p/19944/download.aspx http://lostechies.com/wp-content/uploads/2011/04/SpecUnitLiveTemplates.zip
# redirect 301 /media/p/19944.aspx http://lostechies.com/wp-content/uploads/2011/04/SpecUnitLiveTemplates.zip
# redirect 301 /media/p/14862/download.aspx http://lostechies.com/wp-content/uploads/2011/04/Debugging%20With%20FireBug.pdf
# redirect 301 /media/p/14862.aspx http://lostechies.com/wp-content/uploads/2011/04/Debugging%20With%20FireBug.pdf
# redirect 301 /media/p/6169/download.aspx http://lostechies.com/wp-content/uploads/2011/04/ujs-jquery.pdf
# redirect 301 /media/p/6169.aspx http://lostechies.com/wp-content/uploads/2011/04/ujs-jquery.pdf
# redirect 301 /media/p/6006/download.aspx http://lostechies.com/wp-content/uploads/2011/04/pablo_topic_of_the_month.png
# redirect 301 /media/p/6006.aspx http://lostechies.com/wp-content/uploads/2011/04/pablo_topic_of_the_month.png
# redirect 301 /media/p/5415/download.aspx http://lostechies.com/wp-content/uploads/2011/04/SOLIDPrinciples-StepByStep-PresentationAndCode.zip
# redirect 301 /media/p/5415.aspx http://lostechies.com/wp-content/uploads/2011/04/SOLIDPrinciples-StepByStep-PresentationAndCode.zip
# redirect 301 /media/p/4914/download.aspx http://lostechies.com/wp-content/uploads/2011/04/jquery_presentation.pdf
# redirect 301 /media/p/4914.aspx http://lostechies.com/wp-content/uploads/2011/04/jquery_presentation.pdf
# redirect 301 /media/p/1052/download.aspx http://lostechies.com/wp-content/uploads/2011/04/DesignByContractExample.zip
# redirect 301 /media/p/1052.aspx http://lostechies.com/wp-content/uploads/2011/04/DesignByContractExample.zip
# redirect 301 /media/p/280/download.aspx http://lostechies.com/wp-content/uploads/2011/04/AlamoCoders_BDD_Level_100.pdf
# redirect 301 /media/p/280.aspx http://lostechies.com/wp-content/uploads/2011/04/AlamoCoders_BDD_Level_100.pdf
# redirect 301 /media/p/279/download.aspx http://lostechies.com/wp-content/uploads/2011/04/AlamoCoders.BDD_Level_100.zip
# redirect 301 /media/p/279.aspx http://lostechies.com/wp-content/uploads/2011/04/AlamoCoders.BDD_Level_100.zip
# 
# # Author Redirects
# redirect 301 /members/chadmyers/default.aspx http://lostechies.com/chadmyers/
# redirect 301 /members/chrismissal/default.aspx http://lostechies.com/chrismissal/
# redirect 301 /members/phatboyg/default.aspx http://lostechies.com/chrispatterson/
# redirect 301 /members/agilecruz/default.aspx http://lostechies.com/christaylor/
# redirect 301 /members/colinjack/default.aspx http://lostechies.com/colinjack/
# redirect 301 /members/colin_ramsay/default.aspx http://lostechies.com/colinramsay/
# redirect 301 /members/derekgreer/default.aspx http://lostechies.com/derekgreer/
# redirect 301 /members/derickbailey/default.aspx http://lostechies.com/derickbailey/
# redirect 301 /members/eric/default.aspx http://lostechies.com/ericanderson/
# redirect 301 /members/hex/default.aspx http://lostechies.com/erichexter/
# redirect 301 /members/evan_hoff/default.aspx http://lostechies.com/evanhoff/
# redirect 301 /members/gabrielschenker/default.aspx http://lostechies.com/gabrielschenker/
# redirect 301 /members/thatotherguy/default.aspx http://lostechies.com/gregorylong/
# redirect 301 /members/jagregory/default.aspx http://lostechies.com/jamesgregory/
# redirect 301 /members/jasdeep_singh/default.aspx http://lostechies.com/jasdeepsingh/
# redirect 301 /members/jason_meridth/default.aspx http://lostechies.com/jasonmeridth/
# redirect 301 /members/jimmy_bogard/default.aspx http://lostechies.com/jimmybogard/
# redirect 301 /members/joe_ocampo/default.aspx http://lostechies.com/joeocampo/
# redirect 301 /members/joeydotnet/default.aspx http://lostechies.com/joeybeninghove/
# redirect 301 /members/johnpetersen/default.aspx http://lostechies.com/johnpeterson/
# redirect 301 /members/johnteague/default.aspx http://lostechies.com/johnteague/
# redirect 301 /members/joshuaflanagan/default.aspx http://lostechies.com/joshuaflanagan/
# redirect 301 /members/joshua_lockwood/default.aspx http://lostechies.com/joshualockwood/
# redirect 301 /members/dahlbyk/default.aspx http://lostechies.com/keithdahlby/
# redirect 301 /members/louissalin/default.aspx http://lostechies.com/louissalin/
# redirect 301 /members/marcus_bratton/default.aspx http://lostechies.com/marcusbratton/
# redirect 301 /members/mokhan/default.aspx http://lostechies.com/mokhan/
# redirect 301 /members/nelson_montalvo/default.aspx http://lostechies.com/nelsonmontalvo/
# redirect 301 /members/rhouston/default.aspx http://lostechies.com/rayhouston/
# redirect 301 /members/rodpaddock/default.aspx http://lostechies.com/rodpaddock/
# redirect 301 /members/rssvihla/default.aspx http://lostechies.com/ryansvihla/
# redirect 301 /members/scottdensmore/default.aspx http://lostechies.com/scottdensmore/
# redirect 301 /members/stgillen/default.aspx http://lostechies.com/scottgillenwater/
# redirect 301 /members/scottcreynolds/default.aspx http://lostechies.com/scottreynolds/
# redirect 301 /members/seanbiefeld/default.aspx http://lostechies.com/seanbiefeld/
# redirect 301 /members/sean_chambers/default.aspx http://lostechies.com/seanchambers/
# redirect 301 /members/sharoncichelli/default.aspx http://lostechies.com/sharoncichelli/
# redirect 301 /members/stevedonie/default.aspx http://lostechies.com/stevedonie/
# redirect 301 /blogs/chad_myers/archive/2008/01/04/joining-the-donkey-side.aspx http://lostechies.com/chadmyers/2008/01/04/joining-the-donkey-side/
# redirect 301 /blogs/chad_myers/archive/2008/01/05/announcing-an-austin-tdd-randori-codingdojo-session.aspx http://lostechies.com/chadmyers/2008/01/05/announcing-an-austin-tdd-randori-codingdojo-session/
# redirect 301 /blogs/chad_myers/archive/2008/01/05/what-i-do-with-spoilers.aspx http://lostechies.com/chadmyers/2008/01/05/what-i-do-with-spoilers/
# redirect 301 /blogs/chad_myers/archive/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment.aspx http://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/
# redirect 301 /blogs/chad_myers/archive/2008/01/06/a-challenge-to-microsoft-scott-guthrie.aspx http://lostechies.com/chadmyers/2008/01/06/a-challenge-to-microsoft-scott-guthrie/
# redirect 301 /blogs/chad_myers/archive/2008/01/10/austin-tdd-codingdojo-signup.aspx http://lostechies.com/chadmyers/2008/01/10/austin-tdd-codingdojo-signup/
# redirect 301 /blogs/chad_myers/archive/2008/01/10/what-would-an-apple-gaming-console-look-like.aspx http://lostechies.com/chadmyers/2008/01/11/what-would-an-apple-gaming-console-look-like/
# redirect 301 /blogs/chad_myers/archive/2008/01/11/the-truth-which-makes-waterfall-advocates-go-blind.aspx http://lostechies.com/chadmyers/2008/01/11/the-truth-which-makes-waterfall-advocates-go-blind/
# redirect 301 /blogs/chad_myers/archive/2008/01/12/101-great-computer-programming-quotes.aspx http://lostechies.com/chadmyers/2008/01/12/101-great-computer-programming-quotes/
# redirect 301 /blogs/chad_myers/archive/2008/01/25/austin-tdd-codingdojo-full.aspx http://lostechies.com/chadmyers/2008/01/25/austin-tdd-codingdojo-full/
# redirect 301 /blogs/chad_myers/archive/2008/01/26/i-don-t-trust-me.aspx http://lostechies.com/chadmyers/2008/01/26/i-don-t-trust-me/
# redirect 301 /blogs/chad_myers/archive/2008/02/10/austin-tdd-codingdojo-complete.aspx http://lostechies.com/chadmyers/2008/02/11/austin-tdd-codingdojo-complete/
# redirect 301 /blogs/chad_myers/archive/2008/02/10/you-need-to-blog-now.aspx http://lostechies.com/chadmyers/2008/02/11/you-need-to-blog-now/
# redirect 301 /blogs/chad_myers/archive/2008/02/12/don-t-take-encryption-and-hashing-lightly.aspx http://lostechies.com/chadmyers/2008/02/12/don-t-take-encryption-and-hashing-lightly/
# redirect 301 /blogs/chad_myers/archive/2008/02/12/guiding-principles-101.aspx http://lostechies.com/chadmyers/2008/02/13/guiding-principles-101/
# redirect 301 /blogs/chad_myers/archive/2008/02/12/the-first-2-hours-of-tdd-are-the-most-painful.aspx http://lostechies.com/chadmyers/2008/02/13/the-first-2-hours-of-tdd-are-the-most-painful/
# redirect 301 /blogs/chad_myers/archive/2008/02/19/austin-tdd-codingdojo-homework.aspx http://lostechies.com/chadmyers/2008/02/20/austin-tdd-codingdojo-homework/
# redirect 301 /blogs/chad_myers/archive/2008/02/21/sql-is-the-assembly-language-of-the-modern-world.aspx http://lostechies.com/chadmyers/2008/02/22/sql-is-the-assembly-language-of-the-modern-world/
# redirect 301 /blogs/chad_myers/archive/2008/02/24/i-find-your-lack-of-tests-disturbing.aspx http://lostechies.com/chadmyers/2008/02/24/i-find-your-lack-of-tests-disturbing/
# redirect 301 /blogs/chad_myers/archive/2008/02/25/on-knightly-duty-and-suffering.aspx http://lostechies.com/chadmyers/2008/02/26/on-knightly-duty-and-suffering/
# redirect 301 /blogs/chad_myers/archive/2008/03/03/ping-pong-pairing-it-s-not-just-for-breakfast-anymore.aspx http://lostechies.com/chadmyers/2008/03/03/ping-pong-pairing-it-s-not-just-for-breakfast-anymore/
# redirect 301 /blogs/chad_myers/archive/2008/03/07/pablo-s-topic-of-the-month-march-solid-principles.aspx http://lostechies.com/chadmyers/2008/03/08/pablo-s-topic-of-the-month-march-solid-principles/
# redirect 301 /blogs/chad_myers/archive/2008/03/08/interesting-good-behavior-of-closures.aspx http://lostechies.com/chadmyers/2008/03/09/interesting-good-behavior-of-closures/
# redirect 301 /blogs/chad_myers/archive/2008/03/11/ptom-the-liskov-substitution-principle.aspx http://lostechies.com/chadmyers/2008/03/12/ptom-the-liskov-substitution-principle/
# redirect 301 /blogs/chad_myers/archive/2008/03/16/time-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx http://lostechies.com/chadmyers/2008/03/16/time-to-login-screen-and-the-absolute-basic-requirements-for-good-software/
# redirect 301 /blogs/chad_myers/archive/2008/03/31/pablo-s-topic-of-the-month-april-advanced-language-patterns-for-visual-basic.aspx http://lostechies.com/chadmyers/2008/04/01/pablo-s-topic-of-the-month-april-advanced-language-patterns-for-visual-basic/
# redirect 301 /blogs/chad_myers/archive/2008/04/01/pablo-s-topic-of-the-month-april-design-patterns.aspx http://lostechies.com/chadmyers/2008/04/02/pablo-s-topic-of-the-month-april-design-patterns/
# redirect 301 /blogs/chad_myers/archive/2008/04/02/ancient-wisdom-is-inescapable-especially-with-project-management.aspx http://lostechies.com/chadmyers/2008/04/03/ancient-wisdom-is-inescapable-especially-with-project-management/
# redirect 301 /blogs/chad_myers/archive/2008/04/03/agile-arguments-part-1-the-kickoff.aspx http://lostechies.com/chadmyers/2008/04/04/agile-arguments-part-1-the-kickoff/
# redirect 301 /blogs/chad_myers/archive/2008/04/06/if-you-suddenly-had-a-week-of-free-time.aspx http://lostechies.com/chadmyers/2008/04/06/if-you-suddenly-had-a-week-of-free-time/
# redirect 301 /blogs/chad_myers/archive/2008/04/06/agile-arguments-part-2-background-and-arguments-from-fear.aspx http://lostechies.com/chadmyers/2008/04/06/agile-arguments-part-2-background-and-arguments-from-fear/
# redirect 301 /blogs/chad_myers/archive/2008/04/07/dear-jetbrains-re-resharper-4-eap-nightlies.aspx http://lostechies.com/chadmyers/2008/04/07/dear-jetbrains-re-resharper-4-eap-nightlies/
# redirect 301 /blogs/chad_myers/archive/2008/04/21/engaging-microsoft.aspx http://lostechies.com/chadmyers/2008/04/21/engaging-microsoft/
# redirect 301 /blogs/chad_myers/archive/2008/04/21/remote-pairing-and-screencasting.aspx http://lostechies.com/chadmyers/2008/04/21/remote-pairing-and-screencasting/
# redirect 301 /blogs/chad_myers/archive/2008/04/21/move-to-austin.aspx http://lostechies.com/chadmyers/2008/04/21/move-to-austin/
# redirect 301 /blogs/chad_myers/archive/2008/04/23/two-random-thoughts.aspx http://lostechies.com/chadmyers/2008/04/23/two-random-thoughts/
# redirect 301 /blogs/chad_myers/archive/2008/04/25/the-problem-preventer.aspx http://lostechies.com/chadmyers/2008/04/25/the-problem-preventer/
# redirect 301 /blogs/chad_myers/archive/2008/04/26/real-rapid-development.aspx http://lostechies.com/chadmyers/2008/04/27/real-rapid-development/
# redirect 301 /blogs/chad_myers/archive/2008/04/26/virtues-of-on-demand-design.aspx http://lostechies.com/chadmyers/2008/04/27/virtues-of-on-demand-design/
# redirect 301 /blogs/chad_myers/archive/2008/04/26/agile-arguments-part-3-arguments-from-time-and-money.aspx http://lostechies.com/chadmyers/2008/04/27/agile-arguments-part-3-arguments-from-time-and-money/
# redirect 301 /blogs/chad_myers/archive/2008/05/04/tying-up-loose-ends.aspx http://lostechies.com/chadmyers/2008/05/05/tying-up-loose-ends/
# redirect 301 /blogs/chad_myers/archive/2008/05/08/nant-script-for-determining-whether-an-assembly-is-register-in-the-gac.aspx http://lostechies.com/chadmyers/2008/05/08/nant-script-for-determining-whether-an-assembly-is-register-in-the-gac/
# redirect 301 /blogs/chad_myers/archive/2008/05/10/ot-you-can-save-lives.aspx http://lostechies.com/chadmyers/2008/05/10/ot-you-can-save-lives/
# redirect 301 /blogs/chad_myers/archive/2008/05/13/alt-net-podcast-on-continuous-improvement.aspx http://lostechies.com/chadmyers/2008/05/14/alt-net-podcast-on-continuous-improvement/
# redirect 301 /blogs/chad_myers/archive/2008/05/14/ping-pong-pairing-session-screencast-with-ben-scheirman.aspx http://lostechies.com/chadmyers/2008/05/14/ping-pong-pairing-session-screencast-with-ben-scheirman/
# redirect 301 /blogs/chad_myers/archive/2008/05/18/austin-net-code-camp-08-awesome.aspx http://lostechies.com/chadmyers/2008/05/18/austin-net-code-camp-08-awesome/
# redirect 301 /blogs/chad_myers/archive/2008/05/19/tip-check-if-a-web-site-is-down-cool-firefox-hack.aspx http://lostechies.com/chadmyers/2008/05/19/tip-check-if-a-web-site-is-down-cool-firefox-hack/
# redirect 301 /blogs/chad_myers/archive/2008/05/24/alt-net-podcast-ep2-on-microsoft.aspx http://lostechies.com/chadmyers/2008/05/24/alt-net-podcast-ep2-on-microsoft/
# redirect 301 /blogs/chad_myers/archive/2008/05/24/ruminations-on-self-examination.aspx http://lostechies.com/chadmyers/2008/05/25/ruminations-on-self-examination/
# redirect 301 /blogs/chad_myers/archive/2008/05/27/introducing-quality-first-notions-into-an-existing-team.aspx http://lostechies.com/chadmyers/2008/05/27/introducing-quality-first-notions-into-an-existing-team/
# redirect 301 /blogs/chad_myers/archive/2008/06/02/los-techies-welcomes-john-teague-to-the-group.aspx http://lostechies.com/chadmyers/2008/06/03/los-techies-welcomes-john-teague-to-the-group/
# redirect 301 /blogs/chad_myers/archive/2008/06/02/a-new-start.aspx http://lostechies.com/chadmyers/2008/06/03/a-new-start/
# redirect 301 /blogs/chad_myers/archive/2008/06/04/why-microsoft-won-t-can-t-shouldn-t-lead.aspx http://lostechies.com/chadmyers/2008/06/05/why-microsoft-won-t-can-t-shouldn-t-lead/
# redirect 301 /blogs/chad_myers/archive/2008/06/07/more-on-quality.aspx http://lostechies.com/chadmyers/2008/06/07/more-on-quality/
# redirect 301 /blogs/chad_myers/archive/2008/06/08/some-consulting-wisdom-i-picked-up.aspx http://lostechies.com/chadmyers/2008/06/08/some-consulting-wisdom-i-picked-up/
# redirect 301 /blogs/chad_myers/archive/2008/06/11/neat-tricks-with-structuremap.aspx http://lostechies.com/chadmyers/2008/06/12/neat-tricks-with-structuremap/
# redirect 301 /blogs/chad_myers/archive/2008/06/24/hosting-an-entire-asp-net-mvc-request-for-testing-purposes.aspx http://lostechies.com/chadmyers/2008/06/25/hosting-an-entire-asp-net-mvc-request-for-testing-purposes/
# redirect 301 /blogs/chad_myers/archive/2008/06/26/i-m-not-a-real-world-developer.aspx http://lostechies.com/chadmyers/2008/06/26/i-m-not-a-real-world-developer/
# redirect 301 /blogs/chad_myers/archive/2008/06/27/how-did-i-get-started-in-software-development.aspx http://lostechies.com/chadmyers/2008/06/28/how-did-i-get-started-in-software-development/
# redirect 301 /blogs/chad_myers/archive/2008/06/28/two-things-worth-noting-today.aspx http://lostechies.com/chadmyers/2008/06/28/two-things-worth-noting-today/
# redirect 301 /blogs/chad_myers/archive/2008/06/28/in-the-orm-battle-everyone-loses.aspx http://lostechies.com/chadmyers/2008/06/29/in-the-orm-battle-everyone-loses/
# redirect 301 /blogs/chad_myers/archive/2008/06/28/example-of-removing-some-pain-grid-fluent-api.aspx http://lostechies.com/chadmyers/2008/06/29/example-of-removing-some-pain-grid-fluent-api/
# redirect 301 /blogs/chad_myers/archive/2008/07/06/exploring-shadetree-features-part-1-static-reflection-with-reflectionhelper.aspx http://lostechies.com/chadmyers/2008/07/06/exploring-shadetree-features-part-1-static-reflection-with-reflectionhelper/
# redirect 301 /blogs/chad_myers/archive/2008/07/07/exploring-shadetree-features-part-2-cache-lt-key-value-gt.aspx http://lostechies.com/chadmyers/2008/07/08/exploring-shadetree-features-part-2-cache-lt-key-value-gt/
# redirect 301 /blogs/chad_myers/archive/2008/07/15/structuremap-users-mailing-list-set-up.aspx http://lostechies.com/chadmyers/2008/07/15/structuremap-users-mailing-list-set-up/
# redirect 301 /blogs/chad_myers/archive/2008/07/15/project-anti-pattern-many-projects-in-a-visual-studio-solution-file.aspx http://lostechies.com/chadmyers/2008/07/16/project-anti-pattern-many-projects-in-a-visual-studio-solution-file/
# redirect 301 /blogs/chad_myers/archive/2008/07/15/structuremap-basic-scenario-usage.aspx http://lostechies.com/chadmyers/2008/07/16/structuremap-basic-scenario-usage/
# redirect 301 /blogs/chad_myers/archive/2008/07/17/structuremap-medium-level-usage-scenarios.aspx http://lostechies.com/chadmyers/2008/07/17/structuremap-medium-level-usage-scenarios/
# redirect 301 /blogs/chad_myers/archive/2008/07/26/structuremap-interlude.aspx http://lostechies.com/chadmyers/2008/07/26/structuremap-interlude/
# redirect 301 /blogs/chad_myers/archive/2008/08/01/stucturemap-advanced-level-usage-scenarios-part-1-type-convention-scanners.aspx http://lostechies.com/chadmyers/2008/08/02/stucturemap-advanced-level-usage-scenarios-part-1-type-convention-scanners/
# redirect 301 /blogs/chad_myers/archive/2008/08/01/query-objects-with-the-repository-pattern.aspx http://lostechies.com/chadmyers/2008/08/02/query-objects-with-the-repository-pattern/
# redirect 301 /blogs/chad_myers/archive/2008/08/02/query-objects-with-repository-pattern-part-2.aspx http://lostechies.com/chadmyers/2008/08/02/query-objects-with-repository-pattern-part-2/
# redirect 301 /blogs/chad_myers/archive/2008/08/11/dovetail-is-hiring-junior-to-mid-level-developer.aspx http://lostechies.com/chadmyers/2008/08/11/dovetail-is-hiring-junior-to-mid-level-developer/
# redirect 301 /blogs/chad_myers/archive/2008/08/16/design-and-testability.aspx http://lostechies.com/chadmyers/2008/08/17/design-and-testability/
# redirect 301 /blogs/chad_myers/archive/2008/08/17/fluent-nhibernate-livemeeting-chat-wednesday-8-20.aspx http://lostechies.com/chadmyers/2008/08/18/fluent-nhibernate-livemeeting-chat-wednesday-8-20/
# redirect 301 /blogs/chad_myers/archive/2008/08/18/let-s-try-it-again-testability-succinctly.aspx http://lostechies.com/chadmyers/2008/08/18/let-s-try-it-again-testability-succinctly/
# redirect 301 /blogs/chad_myers/archive/2008/08/18/fluent-nhibernate-configuration.aspx http://lostechies.com/chadmyers/2008/08/19/fluent-nhibernate-configuration/
# redirect 301 /blogs/chad_myers/archive/2008/08/18/good-design-is-not-subjective.aspx http://lostechies.com/chadmyers/2008/08/19/good-design-is-not-subjective/
# redirect 301 /blogs/chad_myers/archive/2008/08/28/getting-started-with-jquery-qunit-for-client-side-javascript-testing.aspx http://lostechies.com/chadmyers/2008/08/29/getting-started-with-jquery-qunit-for-client-side-javascript-testing/
# redirect 301 /blogs/chad_myers/archive/2008/08/29/thoughts-on-mvp-and-webforms.aspx http://lostechies.com/chadmyers/2008/08/30/thoughts-on-mvp-and-webforms/
# redirect 301 /blogs/chad_myers/archive/2008/09/03/opinionated-asp-net-mvc-by-joshua-flanagan.aspx http://lostechies.com/chadmyers/2008/09/03/opinionated-asp-net-mvc-by-joshua-flanagan/
# redirect 301 /blogs/chad_myers/archive/2008/09/04/continuous-improvement-workshop-s.aspx http://lostechies.com/chadmyers/2008/09/05/continuous-improvement-workshop-s/
# redirect 301 /blogs/chad_myers/archive/2008/09/09/lostechies-welcomes-new-member-joshua-flanagan.aspx http://lostechies.com/chadmyers/2008/09/10/lostechies-welcomes-new-member-joshua-flanagan/
# redirect 301 /blogs/chad_myers/archive/2008/09/15/announcing-pablo-s-days-of-tdd-in-austin-tx.aspx http://lostechies.com/chadmyers/2008/09/16/announcing-pablo-s-days-of-tdd-in-austin-tx/
# redirect 301 /blogs/chad_myers/archive/2008/09/15/alt-net-a-year-or-so-later-from-an-observer-and-occasional-participant.aspx http://lostechies.com/chadmyers/2008/09/16/alt-net-a-year-or-so-later-from-an-observer-and-occasional-participant/
# redirect 301 /blogs/chad_myers/archive/2008/09/22/gregory-long-joins-los-techies.aspx http://lostechies.com/chadmyers/2008/09/23/gregory-long-joins-los-techies/
# redirect 301 /blogs/chad_myers/archive/2008/09/25/catching-arguments-with-rhino-mocks.aspx http://lostechies.com/chadmyers/2008/09/26/catching-arguments-with-rhino-mocks/
# redirect 301 /blogs/chad_myers/archive/2008/09/28/request-for-help-need-better-guidance-for-beginners.aspx http://lostechies.com/chadmyers/2008/09/28/request-for-help-need-better-guidance-for-beginners/
# redirect 301 /blogs/chad_myers/archive/2008/10/01/nhibernate-dimecasts-net-series.aspx http://lostechies.com/chadmyers/2008/10/01/nhibernate-dimecasts-net-series/
# redirect 301 /blogs/chad_myers/archive/2008/10/05/pdotdd-it-s-a-wrap-thank-you-edition-part-1-2.aspx http://lostechies.com/chadmyers/2008/10/06/pdotdd-it-s-a-wrap-thank-you-edition-part-1-2/
# redirect 301 /blogs/chad_myers/archive/2008/10/07/pdotdd-it-s-a-wrap-recap-edition-part-2-2.aspx http://lostechies.com/chadmyers/2008/10/08/pdotdd-it-s-a-wrap-recap-edition-part-2-2/
# redirect 301 /blogs/chad_myers/archive/2008/10/22/nhibernate-intro-screencast-source.aspx http://lostechies.com/chadmyers/2008/10/22/nhibernate-intro-screencast-source/
# redirect 301 /blogs/chad_myers/archive/2008/10/23/austin-net-dojo-on-wcf.aspx http://lostechies.com/chadmyers/2008/10/23/austin-net-dojo-on-wcf/
# redirect 301 /blogs/chad_myers/archive/2008/10/24/the-3-most-dangerous-words-in-the-english-language-as-determined-by-software-developers.aspx http://lostechies.com/chadmyers/2008/10/24/the-3-most-dangerous-words-in-the-english-language-as-determined-by-software-developers/
# redirect 301 /blogs/chad_myers/archive/2008/10/25/resharper-jedi-fizzbuzz-in-under-4-minutes.aspx http://lostechies.com/chadmyers/2008/10/25/resharper-jedi-fizzbuzz-in-under-4-minutes/
# redirect 301 /blogs/chad_myers/archive/2008/10/26/alt-net-workshops-internal-dsl-draft-outline-notes.aspx http://lostechies.com/chadmyers/2008/10/26/alt-net-workshops-internal-dsl-draft-outline-notes/
# redirect 301 /blogs/chad_myers/archive/2008/10/26/internal-dsl-pattern-expression-builder.aspx http://lostechies.com/chadmyers/2008/10/27/internal-dsl-pattern-expression-builder/
# redirect 301 /blogs/chad_myers/archive/2008/10/26/internal-dsl-pattern-method-chaining.aspx http://lostechies.com/chadmyers/2008/10/27/internal-dsl-pattern-method-chaining/
# redirect 301 /blogs/chad_myers/archive/2008/10/27/internal-dsl-pattern-nested-function.aspx http://lostechies.com/chadmyers/2008/10/28/internal-dsl-pattern-nested-function/
# redirect 301 /blogs/chad_myers/archive/2008/10/27/composing-statements-with-expression-trees-in-net-3-0.aspx http://lostechies.com/chadmyers/2008/10/28/composing-statements-with-expression-trees-in-net-3-0/
# redirect 301 /blogs/chad_myers/archive/2008/11/04/los-techies-customer-service.aspx http://lostechies.com/chadmyers/2008/11/05/los-techies-customer-service/
# redirect 301 /blogs/chad_myers/archive/2008/11/05/kaizenconf-mvc-and-internal-dsls-oh-my.aspx http://lostechies.com/chadmyers/2008/11/06/kaizenconf-mvc-and-internal-dsls-oh-my/
# redirect 301 /blogs/chad_myers/archive/2008/11/05/cat-community-gt-chad-plan.aspx http://lostechies.com/chadmyers/2008/11/06/cat-community-gt-chad-plan/
# redirect 301 /blogs/chad_myers/archive/2008/11/08/look-ma-no-code-behind.aspx http://lostechies.com/chadmyers/2008/11/09/look-ma-no-code-behind/
# redirect 301 /blogs/chad_myers/archive/2008/11/15/internal-dsl-workshop-videos-posted.aspx http://lostechies.com/chadmyers/2008/11/16/internal-dsl-workshop-videos-posted/
# redirect 301 /blogs/chad_myers/archive/2008/11/16/please-caption-this-photo.aspx http://lostechies.com/chadmyers/2008/11/17/please-caption-this-photo/
# redirect 301 /blogs/chad_myers/archive/2008/11/17/announcing-alt-net-online-open-meeting.aspx http://lostechies.com/chadmyers/2008/11/18/announcing-alt-net-online-open-meeting/
# redirect 301 /blogs/chad_myers/archive/2008/11/21/alt-net-online-open-meeting.aspx http://lostechies.com/chadmyers/2008/11/21/alt-net-online-open-meeting/
# redirect 301 /blogs/chad_myers/archive/2008/11/21/1-year-anniversary.aspx http://lostechies.com/chadmyers/2008/11/21/1-year-anniversary/
# redirect 301 /blogs/chad_myers/archive/2008/11/21/do-not-test-private-methods.aspx http://lostechies.com/chadmyers/2008/11/21/do-not-test-private-methods/
# redirect 301 /blogs/chad_myers/archive/2008/11/25/alt-net-online-open-meeting-update-for-26-nov.aspx http://lostechies.com/chadmyers/2008/11/26/alt-net-online-open-meeting-update-for-26-nov/
# redirect 301 /blogs/chad_myers/archive/2008/12/02/alt-net-online-open-meeting-3-dec.aspx http://lostechies.com/chadmyers/2008/12/02/alt-net-online-open-meeting-3-dec/
# redirect 301 /blogs/chad_myers/archive/2008/12/09/alt-net-online-open-meeting-10-dec-featuring-jeremy-miller.aspx http://lostechies.com/chadmyers/2008/12/09/alt-net-online-open-meeting-10-dec-featuring-jeremy-miller/
# redirect 301 /blogs/chad_myers/archive/2008/12/15/my-quick-take-on-oxite.aspx http://lostechies.com/chadmyers/2008/12/16/my-quick-take-on-oxite/
# redirect 301 /blogs/chad_myers/archive/2008/12/20/oxite-review.aspx http://lostechies.com/chadmyers/2008/12/20/oxite-review/
# redirect 301 /blogs/chad_myers/archive/2008/12/22/asynchronous-javascript-testing-with-qunit.aspx http://lostechies.com/chadmyers/2008/12/22/asynchronous-javascript-testing-with-qunit/
# redirect 301 /blogs/chad_myers/archive/2008/12/22/van-virtual-alt-net-meeting-update.aspx http://lostechies.com/chadmyers/2008/12/23/van-virtual-alt-net-meeting-update/
# redirect 301 /blogs/chad_myers/archive/2008/12/28/oxite-review-part-2.aspx http://lostechies.com/chadmyers/2008/12/28/oxite-review-part-2/
# redirect 301 /blogs/chad_myers/archive/2009/01/06/van-virtual-alt-net-meeting-wednesday-night.aspx http://lostechies.com/chadmyers/2009/01/07/van-virtual-alt-net-meeting-wednesday-night/
# redirect 301 /blogs/chad_myers/archive/2009/01/11/auto-mapping-with-fluent-nhibernate.aspx http://lostechies.com/chadmyers/2009/01/11/auto-mapping-with-fluent-nhibernate/
# redirect 301 /blogs/chad_myers/archive/2009/01/11/a-rant-on-professionalism.aspx http://lostechies.com/chadmyers/2009/01/11/a-rant-on-professionalism/
# redirect 301 /blogs/chad_myers/archive/2009/01/14/van-tonight-14-jan-09-9pm-cst-gmt-6.aspx http://lostechies.com/chadmyers/2009/01/14/van-tonight-14-jan-09-9pm-cst-gmt-6/
# redirect 301 /blogs/chad_myers/archive/2009/01/14/how-do-you-know-your-code-works.aspx http://lostechies.com/chadmyers/2009/01/15/how-do-you-know-your-code-works/
# redirect 301 /blogs/chad_myers/archive/2009/01/16/virtual-alt-net-group.aspx http://lostechies.com/chadmyers/2009/01/16/virtual-alt-net-group/
# redirect 301 /blogs/chad_myers/archive/2009/01/16/webforms-myths-busted.aspx http://lostechies.com/chadmyers/2009/01/16/webforms-myths-busted/
# redirect 301 /blogs/chad_myers/archive/2009/02/06/serving-rss-feeds-made-simple-in-asp-net-3-5.aspx http://lostechies.com/chadmyers/2009/02/07/serving-rss-feeds-made-simple-in-asp-net-3-5/
# redirect 301 /blogs/chad_myers/archive/2009/02/11/laws-rules-principles-patterns-and-practices.aspx http://lostechies.com/chadmyers/2009/02/12/laws-rules-principles-patterns-and-practices/
# redirect 301 /blogs/chad_myers/archive/2009/02/12/need-advice-teach-nhibernate-with-fluent-nhibernate-or-without.aspx http://lostechies.com/chadmyers/2009/02/13/need-advice-teach-nhibernate-with-fluent-nhibernate-or-without/
# redirect 301 /blogs/chad_myers/archive/2009/02/14/fluent-nhibernate-binary-drops.aspx http://lostechies.com/chadmyers/2009/02/14/fluent-nhibernate-binary-drops/
# redirect 301 /blogs/chad_myers/archive/2009/03/01/alt-net-mean-how-do-we-fix-it.aspx http://lostechies.com/chadmyers/2009/03/01/alt-net-mean-how-do-we-fix-it/
# redirect 301 /blogs/chad_myers/archive/2009/03/19/dovetail-hiring-software-tester-test-engineer.aspx http://lostechies.com/chadmyers/2009/03/19/dovetail-hiring-software-tester-test-engineer/
# redirect 301 /blogs/chad_myers/archive/2009/03/23/how-to-apply-for-a-professional-job.aspx http://lostechies.com/chadmyers/2009/03/24/how-to-apply-for-a-professional-job/
# redirect 301 /blogs/chad_myers/archive/2009/04/01/virtual-alt-net-meeting-tonight.aspx http://lostechies.com/chadmyers/2009/04/01/virtual-alt-net-meeting-tonight/
# redirect 301 /blogs/chad_myers/archive/2009/04/17/excelling-in-a-job-interview.aspx http://lostechies.com/chadmyers/2009/04/17/excelling-in-a-job-interview/
# redirect 301 /blogs/chad_myers/archive/2009/04/20/virtual-alt-net-meeting-about-s-harp-architecture.aspx http://lostechies.com/chadmyers/2009/04/20/virtual-alt-net-meeting-about-s-harp-architecture/
# redirect 301 /blogs/chad_myers/archive/2009/04/27/to-mvc-or-to-webforms.aspx http://lostechies.com/chadmyers/2009/04/27/to-mvc-or-to-webforms/
# redirect 301 /blogs/chad_myers/archive/2009/05/05/i-need-some-peer-review-on-this.aspx http://lostechies.com/chadmyers/2009/05/05/i-need-some-peer-review-on-this/
# redirect 301 /blogs/chad_myers/archive/2009/05/17/austin-codecamp-09-quite-possibly-better-than-bacon.aspx http://lostechies.com/chadmyers/2009/05/17/austin-codecamp-09-quite-possibly-better-than-bacon/
# redirect 301 /blogs/chad_myers/archive/2009/05/28/lifecycle-of-an-open-source-project.aspx http://lostechies.com/chadmyers/2009/05/28/lifecycle-of-an-open-source-project/
# redirect 301 /blogs/chad_myers/archive/2009/06/09/some-quick-updates.aspx http://lostechies.com/chadmyers/2009/06/10/some-quick-updates/
# redirect 301 /blogs/chad_myers/archive/2009/06/14/on-the-performance-of-opinionated-builders.aspx http://lostechies.com/chadmyers/2009/06/14/on-the-performance-of-opinionated-builders/
# redirect 301 /blogs/chad_myers/archive/2009/06/18/going-controller-less-in-mvc-the-way-fowler-meant-it.aspx http://lostechies.com/chadmyers/2009/06/18/going-controller-less-in-mvc-the-way-fowler-meant-it/
# redirect 301 /blogs/chad_myers/archive/2009/06/19/how-to-write-unmaintainable-code.aspx http://lostechies.com/chadmyers/2009/06/19/how-to-write-unmaintainable-code/
# redirect 301 /blogs/chad_myers/archive/2009/06/23/the-perfect-web-framework.aspx http://lostechies.com/chadmyers/2009/06/23/the-perfect-web-framework/
# redirect 301 /blogs/chad_myers/archive/2009/07/13/van-is-a-friend-of-pablos.aspx http://lostechies.com/chadmyers/2009/07/13/van-is-a-friend-of-pablos/
# redirect 301 /blogs/chad_myers/archive/2009/07/14/just-say-no-to-poor-man-s-dependency-injection.aspx http://lostechies.com/chadmyers/2009/07/14/just-say-no-to-poor-man-s-dependency-injection/
# redirect 301 /blogs/chad_myers/archive/2009/07/14/the-usual-result-of-poor-man-s-dependency-injection.aspx http://lostechies.com/chadmyers/2009/07/14/the-usual-result-of-poor-man-s-dependency-injection/
# redirect 301 /blogs/chad_myers/archive/2009/08/31/is-blogging-dead.aspx http://lostechies.com/chadmyers/2009/09/01/is-blogging-dead/
# redirect 301 /blogs/chad_myers/archive/2009/08/31/chad-s-comment-worthiness-ranking-scale.aspx http://lostechies.com/chadmyers/2009/09/01/chad-s-comment-worthiness-ranking-scale/
# redirect 301 /blogs/chad_myers/archive/2009/09/18/dovetail-is-hiring-a-junior-to-mid-level-net-developer.aspx http://lostechies.com/chadmyers/2009/09/18/dovetail-is-hiring-a-junior-to-mid-level-net-developer/
# redirect 301 /blogs/chad_myers/archive/2009/10/30/productization.aspx http://lostechies.com/chadmyers/2009/10/30/productization/
# redirect 301 /blogs/chad_myers/archive/2009/11/18/pablo-s-fiesta-open-space-conference.aspx http://lostechies.com/chadmyers/2009/11/18/pablo-s-fiesta-open-space-conference/
# redirect 301 /blogs/chad_myers/archive/2010/01/07/announcing-fubumvc.aspx http://lostechies.com/chadmyers/2010/01/07/announcing-fubumvc/
# redirect 301 /blogs/chad_myers/archive/2010/01/14/fubumvc-has-moved-to-github.aspx http://lostechies.com/chadmyers/2010/01/14/fubumvc-has-moved-to-github/
# redirect 301 /blogs/chad_myers/archive/2010/01/24/fubumvc-diagnostics.aspx http://lostechies.com/chadmyers/2010/01/24/fubumvc-diagnostics/
# redirect 301 /blogs/chad_myers/archive/2010/02/03/thinking-about-sessions-for-pablo-s-fiesta.aspx http://lostechies.com/chadmyers/2010/02/03/thinking-about-sessions-for-pablo-s-fiesta/
# redirect 301 /blogs/chad_myers/archive/2010/02/12/composition-versus-inheritance.aspx http://lostechies.com/chadmyers/2010/02/13/composition-versus-inheritance/
# redirect 301 /blogs/chad_myers/archive/2010/05/28/model-based-apps-and-frameworks.aspx http://lostechies.com/chadmyers/2010/05/29/model-based-apps-and-frameworks/
# redirect 301 /blogs/chad_myers/archive/2010/06/22/on-leadership.aspx http://lostechies.com/chadmyers/2010/06/22/on-leadership/
# redirect 301 /blogs/chad_myers/archive/2010/07/23/unstated-requirements.aspx http://lostechies.com/chadmyers/2010/07/23/unstated-requirements/
# redirect 301 /blogs/chad_myers/archive/2010/08/24/my-other-blog-and-dealing-with-enterprise-software-customizations-and-upgrades.aspx http://lostechies.com/chadmyers/2010/08/24/my-other-blog-and-dealing-with-enterprise-software-customizations-and-upgrades/
# redirect 301 /blogs/chad_myers/archive/2010/08/25/a-quick-primer-on-net-web-frameworks.aspx http://lostechies.com/chadmyers/2010/08/25/a-quick-primer-on-net-web-frameworks/
# redirect 301 /blogs/chad_myers/archive/2010/09/07/a-brief-history-of-programming.aspx http://lostechies.com/chadmyers/2010/09/08/a-brief-history-of-programming/
# redirect 301 /blogs/chad_myers/archive/2010/09/16/argumentus-commentus.aspx http://lostechies.com/chadmyers/2010/09/16/argumentus-commentus/
# redirect 301 /blogs/chad_myers/archive/2010/10/18/net-opportunity-in-austin.aspx http://lostechies.com/chadmyers/2010/10/18/net-opportunity-in-austin/
# redirect 301 /blogs/chad_myers/archive/2010/10/20/looking-for-a-c-developer.aspx http://lostechies.com/chadmyers/2010/10/20/looking-for-a-c-developer/
# redirect 301 /blogs/chad_myers/archive/2010/11/19/parsing-a-url-with-a-regex.aspx http://lostechies.com/chadmyers/2010/11/20/parsing-a-url-with-a-regex/
# redirect 301 /blogs/chad_myers/archive/2011/01/28/announcing-atx-code-lunch.aspx http://lostechies.com/chadmyers/2011/01/29/announcing-atx-code-lunch/
# redirect 301 /blogs/chad_myers/archive/2011/02/03/first-atx-code-lunch-success.aspx http://lostechies.com/chadmyers/2011/02/03/first-atx-code-lunch-success/
# redirect 301 /blogs/chad_myers/archive/2011/02/04/how-we-do-internationalization.aspx http://lostechies.com/chadmyers/2011/02/04/how-we-do-internationalization/
# redirect 301 /blogs/chad_myers/archive/2011/02/22/dovetail-hiring-a-junior-to-mid-level-net-developer.aspx http://lostechies.com/chadmyers/2011/02/22/dovetail-hiring-a-junior-to-mid-level-net-developer/
# redirect 301 /blogs/chad_myers/archive/2011/03/17/fusion-energy-dovetail-hiring-and-other-stuff.aspx http://lostechies.com/chadmyers/2011/03/17/fusion-energy-dovetail-hiring-and-other-stuff/
# redirect 301 /blogs/chrismissal/archive/2009/01/06/who-is-this-chris-missal-guy.aspx http://lostechies.com/chrismissal/2009/01/06/who-is-this-chris-missal-guy/
# redirect 301 /blogs/chrismissal/archive/2009/01/12/getting-started-with-fluent-nhibernate.aspx http://lostechies.com/chrismissal/2009/01/13/getting-started-with-fluent-nhibernate/
# redirect 301 /blogs/chrismissal/archive/2009/01/15/testing-your-code-to-test-yourself.aspx http://lostechies.com/chrismissal/2009/01/15/testing-your-code-to-test-yourself/
# redirect 301 /blogs/chrismissal/archive/2009/01/17/the-aggressive-class-vs-the-laid-back-class.aspx http://lostechies.com/chrismissal/2009/01/17/the-aggressive-class-vs-the-laid-back-class/
# redirect 301 /blogs/chrismissal/archive/2009/01/22/learning-structuremap-through-tiny-goals.aspx http://lostechies.com/chrismissal/2009/01/22/learning-structuremap-through-tiny-goals/
# redirect 301 /blogs/chrismissal/archive/2009/01/26/ignoring-testing-can-be-explained-but-never-excused.aspx http://lostechies.com/chrismissal/2009/01/26/ignoring-testing-can-be-explained-but-never-excused/
# redirect 301 /blogs/chrismissal/archive/2009/01/29/a-lesson-in-dry-learned-with-jquery.aspx http://lostechies.com/chrismissal/2009/01/29/a-lesson-in-dry-learned-with-jquery/
# redirect 301 /blogs/chrismissal/archive/2009/03/03/ongoing-maintenance-amp-debt-reduction.aspx http://lostechies.com/chrismissal/2009/03/04/ongoing-maintenance-amp-debt-reduction/
# redirect 301 /blogs/chrismissal/archive/2009/03/10/need-help-spotting-that-hard-to-test-code.aspx http://lostechies.com/chrismissal/2009/03/10/need-help-spotting-that-hard-to-test-code/
# redirect 301 /blogs/chrismissal/archive/2009/03/19/obvious-testing-or-how-i-learned-to-stop-using-the-new-keyword.aspx http://lostechies.com/chrismissal/2009/03/20/obvious-testing-or-how-i-learned-to-stop-using-the-new-keyword/
# redirect 301 /blogs/chrismissal/archive/2009/04/02/workaround-is-a-four-letter-word.aspx http://lostechies.com/chrismissal/2009/04/03/workaround-is-a-four-letter-word/
# redirect 301 /blogs/chrismissal/archive/2009/04/21/a-few-of-my-favorite-things.aspx http://lostechies.com/chrismissal/2009/04/21/a-few-of-my-favorite-things/
# redirect 301 /blogs/chrismissal/archive/2009/05/06/unit-testing-where-s-the-dollar.aspx http://lostechies.com/chrismissal/2009/05/06/unit-testing-where-s-the-dollar/
# redirect 301 /blogs/chrismissal/archive/2009/05/06/understanding-the-problem.aspx http://lostechies.com/chrismissal/2009/05/06/understanding-the-problem/
# redirect 301 /blogs/chrismissal/archive/2009/05/26/anti-patterns-and-worst-practices-you-re-doing-it-wrong.aspx http://lostechies.com/chrismissal/2009/05/26/anti-patterns-and-worst-practices-you-re-doing-it-wrong/
# redirect 301 /blogs/chrismissal/archive/2009/05/27/anti-patterns-and-worst-practices-the-arrowhead-anti-pattern.aspx http://lostechies.com/chrismissal/2009/05/27/anti-patterns-and-worst-practices-the-arrowhead-anti-pattern/
# redirect 301 /blogs/chrismissal/archive/2009/05/28/anti-patterns-and-worst-practices-monster-objects.aspx http://lostechies.com/chrismissal/2009/05/28/anti-patterns-and-worst-practices-monster-objects/
# redirect 301 /blogs/chrismissal/archive/2009/05/30/anti-patterns-and-worst-practices-heisenbugs.aspx http://lostechies.com/chrismissal/2009/05/30/anti-patterns-and-worst-practices-heisenbugs/
# redirect 301 /blogs/chrismissal/archive/2009/06/01/anti-patterns-and-worst-practices-utils-class.aspx http://lostechies.com/chrismissal/2009/06/01/anti-patterns-and-worst-practices-utils-class/
# redirect 301 /blogs/chrismissal/archive/2009/06/06/now-that-i-use-the-delete-key.aspx http://lostechies.com/chrismissal/2009/06/06/now-that-i-use-the-delete-key/
# redirect 301 /blogs/chrismissal/archive/2009/07/10/lostechies-welcomes-keith-dahlby.aspx http://lostechies.com/chrismissal/2009/07/10/lostechies-welcomes-keith-dahlby/
# redirect 301 /blogs/chrismissal/archive/2009/07/13/a-different-type-of-r-and-r.aspx http://lostechies.com/chrismissal/2009/07/14/a-different-type-of-r-and-r/
# redirect 301 /blogs/chrismissal/archive/2009/07/22/we-remembered-not-to-dive-too-deep-too-soon.aspx http://lostechies.com/chrismissal/2009/07/23/we-remembered-not-to-dive-too-deep-too-soon/
# redirect 301 /blogs/chrismissal/archive/2009/08/01/zero-percent-in-google-analytics-site-overlay.aspx http://lostechies.com/chrismissal/2009/08/01/zero-percent-in-google-analytics-site-overlay/
# redirect 301 /blogs/chrismissal/archive/2009/08/10/st-louis-day-of-net.aspx http://lostechies.com/chrismissal/2009/08/10/st-louis-day-of-net/
# redirect 301 /blogs/chrismissal/archive/2009/08/20/iowa-code-camp-wants-you-to-speak.aspx http://lostechies.com/chrismissal/2009/08/21/iowa-code-camp-wants-you-to-speak/
# redirect 301 /blogs/chrismissal/archive/2009/08/25/jquery-validate-and-asp-net-mvc-forms.aspx http://lostechies.com/chrismissal/2009/08/26/jquery-validate-and-asp-net-mvc-forms/
# redirect 301 /blogs/chrismissal/archive/2009/09/02/i-m-a-lucky-programmer-too.aspx http://lostechies.com/chrismissal/2009/09/02/i-m-a-lucky-programmer-too/
# redirect 301 /blogs/chrismissal/archive/2009/09/10/using-the-specification-pattern-for-querying.aspx http://lostechies.com/chrismissal/2009/09/11/using-the-specification-pattern-for-querying/
# redirect 301 /blogs/chrismissal/archive/2009/09/16/actually-querying-with-the-specification-pattern.aspx http://lostechies.com/chrismissal/2009/09/16/actually-querying-with-the-specification-pattern/
# redirect 301 /blogs/chrismissal/archive/2009/09/23/will-git-drive-open-source-contribution.aspx http://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/
# redirect 301 /blogs/chrismissal/archive/2009/12/18/practices-of-an-agile-developer.aspx http://lostechies.com/chrismissal/2009/12/19/practices-of-an-agile-developer/
# redirect 301 /blogs/chrismissal/archive/2009/12/19/pablo-in-print.aspx http://lostechies.com/chrismissal/2009/12/19/pablo-in-print/
# redirect 301 /blogs/chrismissal/archive/2009/12/21/chris-year-in-review-2009.aspx http://lostechies.com/chrismissal/2009/12/22/chris-year-in-review-2009/
# redirect 301 /blogs/chrismissal/archive/2010/01/13/seo-tips-for-developers-page-speed.aspx http://lostechies.com/chrismissal/2010/01/14/seo-tips-for-developers-page-speed/
# redirect 301 /blogs/chrismissal/archive/2010/01/18/seo-tips-for-developers-site-structure.aspx http://lostechies.com/chrismissal/2010/01/19/seo-tips-for-developers-site-structure/
# redirect 301 /blogs/chrismissal/archive/2010/01/28/reading-code-spark-s-once-attribute.aspx http://lostechies.com/chrismissal/2010/01/29/reading-code-spark-s-once-attribute/
# redirect 301 /blogs/chrismissal/archive/2010/02/02/how-i-approach-a-defect.aspx http://lostechies.com/chrismissal/2010/02/02/how-i-approach-a-defect/
# redirect 301 /blogs/chrismissal/archive/2010/02/05/unit-testing-simple-asp-net-mvc-controllers.aspx http://lostechies.com/chrismissal/2010/02/05/unit-testing-simple-asp-net-mvc-controllers/
# redirect 301 /blogs/chrismissal/archive/2010/02/24/unique-keys-versus-ids-in-web-applications.aspx http://lostechies.com/chrismissal/2010/02/25/unique-keys-versus-ids-in-web-applications/
# redirect 301 /blogs/chrismissal/archive/2010/03/03/what-is-projection.aspx http://lostechies.com/chrismissal/2010/03/03/what-is-projection/
# redirect 301 /blogs/chrismissal/archive/2010/03/05/why-is-cruisecontrol-net-hiding-my-test-results.aspx http://lostechies.com/chrismissal/2010/03/05/why-is-cruisecontrol-net-hiding-my-test-results/
# redirect 301 /blogs/chrismissal/archive/2010/03/10/one-year-of-production-asp-net-mvc.aspx http://lostechies.com/chrismissal/2010/03/11/one-year-of-production-asp-net-mvc/
# redirect 301 /blogs/chrismissal/archive/2010/03/17/working-with-assertions-made-on-arguments-in-rhino-mocks.aspx http://lostechies.com/chrismissal/2010/03/18/working-with-assertions-made-on-arguments-in-rhino-mocks/
# redirect 301 /blogs/chrismissal/archive/2010/05/12/debug-it.aspx http://lostechies.com/chrismissal/2010/05/13/debug-it/
# redirect 301 /blogs/chrismissal/archive/2010/08/18/comments-are-the-devil.aspx http://lostechies.com/chrismissal/2010/08/18/comments-are-the-devil/
# redirect 301 /blogs/chrismissal/archive/2010/12/21/automapper-tests-made-simple.aspx http://lostechies.com/chrismissal/2010/12/22/automapper-tests-made-simple/
# redirect 301 /blogs/chrismissal/archive/2010/12/22/quirk-with-invalid-git-config.aspx http://lostechies.com/chrismissal/2010/12/23/quirk-with-invalid-git-config/
# redirect 301 /blogs/chrismissal/archive/2011/03/06/resharper-easter-egg.aspx http://lostechies.com/chrismissal/2011/03/06/resharper-easter-egg/
# redirect 301 /blogs/chrismissal/archive/2011/03/10/new-to-me-applications.aspx http://lostechies.com/chrismissal/2011/03/10/new-to-me-applications/
# redirect 301 /blogs/chrismissal/archive/2011/03/11/using-appharbor-for-continuous-integration.aspx http://lostechies.com/chrismissal/2011/03/12/using-appharbor-for-continuous-integration/
# redirect 301 /blogs/chris_patterson/archive/2007/11/14/greetings-and-salutations.aspx http://lostechies.com/chrispatterson/2007/11/14/greetings-and-salutations/
# redirect 301 /blogs/chris_patterson/archive/2007/11/14/ftp-editing-with-textmate-using-cyberduck-on-leopard.aspx http://lostechies.com/chrispatterson/2007/11/15/ftp-editing-with-textmate-using-cyberduck-on-leopard/
# redirect 301 /blogs/chris_patterson/archive/2007/11/15/agile-fishbowl.aspx http://lostechies.com/chrispatterson/2007/11/16/agile-fishbowl/
# redirect 301 /blogs/chris_patterson/archive/2007/11/27/user-story-writing.aspx http://lostechies.com/chrispatterson/2007/11/27/user-story-writing/
# redirect 301 /blogs/chris_patterson/archive/2007/11/28/ruby-on-rails.aspx http://lostechies.com/chrispatterson/2007/11/28/ruby-on-rails/
# redirect 301 /blogs/chris_patterson/archive/2007/11/29/first-iteration-week-1.aspx http://lostechies.com/chrispatterson/2007/11/30/first-iteration-week-1/
# redirect 301 /blogs/chris_patterson/archive/2007/12/03/visual-studio-2008-installfest-in-tulsa.aspx http://lostechies.com/chrispatterson/2007/12/04/visual-studio-2008-installfest-in-tulsa/
# redirect 301 /blogs/chris_patterson/archive/2007/12/08/iteration-one-is-a-wrap.aspx http://lostechies.com/chrispatterson/2007/12/08/iteration-one-is-a-wrap/
# redirect 301 /blogs/chris_patterson/archive/2007/12/13/blogging-from-the-relief-shelter-in-tulsa.aspx http://lostechies.com/chrispatterson/2007/12/14/blogging-from-the-relief-shelter-in-tulsa/
# redirect 301 /blogs/chris_patterson/archive/2007/12/30/enterprise-service-bus-using-msmq-in-net.aspx http://lostechies.com/chrispatterson/2007/12/30/enterprise-service-bus-using-msmq-in-net/
# redirect 301 /blogs/chris_patterson/archive/2007/12/30/what-i-do-is-what-i-do-is-what-you-do-or-what.aspx http://lostechies.com/chrispatterson/2007/12/30/what-i-do-is-what-i-do-is-what-you-do-or-what/
# redirect 301 /blogs/chris_patterson/archive/2008/01/06/resharper-3-1-solution-wide-analysis.aspx http://lostechies.com/chrispatterson/2008/01/06/resharper-3-1-solution-wide-analysis/
# redirect 301 /blogs/chris_patterson/archive/2008/01/21/assert-that-this-is-easy.aspx http://lostechies.com/chrispatterson/2008/01/21/assert-that-this-is-easy/
# redirect 301 /blogs/chris_patterson/archive/2008/02/16/developing-for-windows-on-mac-os-x.aspx http://lostechies.com/chrispatterson/2008/02/17/developing-for-windows-on-mac-os-x/
# redirect 301 /blogs/chris_patterson/archive/2008/02/29/coding-tunes.aspx http://lostechies.com/chrispatterson/2008/02/29/coding-tunes/
# redirect 301 /blogs/chris_patterson/archive/2008/04/04/tulsa-school-of-dev-may-10-2008.aspx http://lostechies.com/chrispatterson/2008/04/04/tulsa-school-of-dev-may-10-2008/
# redirect 301 /blogs/chris_patterson/archive/2008/04/13/preparing-for-alt-net-seattle.aspx http://lostechies.com/chrispatterson/2008/04/13/preparing-for-alt-net-seattle/
# redirect 301 /blogs/chris_patterson/archive/2008/04/17/alt-net-seattle-pre-conference-warm-up.aspx http://lostechies.com/chrispatterson/2008/04/17/alt-net-seattle-pre-conference-warm-up/
# redirect 301 /blogs/chris_patterson/archive/2008/04/18/alt-net-seattle-starts-tonight.aspx http://lostechies.com/chrispatterson/2008/04/18/alt-net-seattle-starts-tonight/
# redirect 301 /blogs/chris_patterson/archive/2008/04/29/open-spaces-in-practice.aspx http://lostechies.com/chrispatterson/2008/04/30/open-spaces-in-practice/
# redirect 301 /blogs/chris_patterson/archive/2008/05/06/vmware-fusion-2-0-beta-1.aspx http://lostechies.com/chrispatterson/2008/05/06/vmware-fusion-2-0-beta-1/
# redirect 301 /blogs/chris_patterson/archive/2008/06/02/enhancements-to-masstransit-or-weekend-of-coding.aspx http://lostechies.com/chrispatterson/2008/06/02/enhancements-to-masstransit-or-weekend-of-coding/
# redirect 301 /blogs/chris_patterson/archive/2008/06/13/masstransit-0-2-now-available.aspx http://lostechies.com/chrispatterson/2008/06/14/masstransit-0-2-now-available/
# redirect 301 /blogs/chris_patterson/archive/2008/08/23/distributed-processing-with-masstransit-grid.aspx http://lostechies.com/chrispatterson/2008/08/23/distributed-processing-with-masstransit-grid/
# redirect 301 /blogs/chris_patterson/archive/2008/08/28/managing-long-lived-transactions-with-masstransit-saga.aspx http://lostechies.com/chrispatterson/2008/08/29/managing-long-lived-transactions-with-masstransit-saga/
# redirect 301 /blogs/chris_patterson/archive/2008/09/03/masstransit-0-3-released.aspx http://lostechies.com/chrispatterson/2008/09/03/masstransit-0-3-released/
# redirect 301 /blogs/chris_patterson/archive/2008/09/17/vmware-fusion-2-0-windows-2008-workstation.aspx http://lostechies.com/chrispatterson/2008/09/17/vmware-fusion-2-0-windows-2008-workstation/
# redirect 301 /blogs/chris_patterson/archive/2008/09/24/prelude-to-tulsa-techfest-2008.aspx http://lostechies.com/chrispatterson/2008/09/25/prelude-to-tulsa-techfest-2008/
# redirect 301 /blogs/chris_patterson/archive/2008/10/07/masstransit-0-4-released.aspx http://lostechies.com/chrispatterson/2008/10/08/masstransit-0-4-released/
# redirect 301 /blogs/chris_patterson/archive/2008/10/12/tulsa-techfest-wrap-up.aspx http://lostechies.com/chrispatterson/2008/10/12/tulsa-techfest-wrap-up/
# redirect 301 /blogs/chris_patterson/archive/2008/10/12/deeper-look-at-masstransit-screencast.aspx http://lostechies.com/chrispatterson/2008/10/13/deeper-look-at-masstransit-screencast/
# redirect 301 /blogs/chris_patterson/archive/2008/10/19/heartland-developers-conference-2008.aspx http://lostechies.com/chrispatterson/2008/10/20/heartland-developers-conference-2008/
# redirect 301 /blogs/chris_patterson/archive/2008/10/23/new-masstransit-screencast-and-sample.aspx http://lostechies.com/chrispatterson/2008/10/23/new-masstransit-screencast-and-sample/
# redirect 301 /blogs/chris_patterson/archive/2008/11/05/reflections-on-kaizenconf.aspx http://lostechies.com/chrispatterson/2008/11/06/reflections-on-kaizenconf/
# redirect 301 /blogs/chris_patterson/archive/2008/11/10/running-the-pdc-visual-studio-2010-drop-on-vmware-fusion.aspx http://lostechies.com/chrispatterson/2008/11/11/running-the-pdc-visual-studio-2010-drop-on-vmware-fusion/
# redirect 301 /blogs/chris_patterson/archive/2008/11/21/qcon-in-san-francisco-getting-started.aspx http://lostechies.com/chrispatterson/2008/11/21/qcon-in-san-francisco-getting-started/
# redirect 301 /blogs/chris_patterson/archive/2008/11/22/qcon-san-francisco-opening-day.aspx http://lostechies.com/chrispatterson/2008/11/22/qcon-san-francisco-opening-day/
# redirect 301 /blogs/chris_patterson/archive/2008/12/21/simplified-masstransit-configuration.aspx http://lostechies.com/chrispatterson/2008/12/21/simplified-masstransit-configuration/
# redirect 301 /blogs/chris_patterson/archive/2008/12/26/masstransit-turns-one-year-old-celebrations-held-around-the-world.aspx http://lostechies.com/chrispatterson/2008/12/26/masstransit-turns-one-year-old-celebrations-held-around-the-world/
# redirect 301 /blogs/chris_patterson/archive/2009/01/16/state-machine-for-managing-sagas.aspx http://lostechies.com/chrispatterson/2009/01/17/state-machine-for-managing-sagas/
# redirect 301 /blogs/chris_patterson/archive/2009/02/08/developing-for-the-iphone.aspx http://lostechies.com/chrispatterson/2009/02/09/developing-for-the-iphone/
# redirect 301 /blogs/chris_patterson/archive/2009/03/19/dr-dru-and-phatboyg-on-elegant-code-cast.aspx http://lostechies.com/chrispatterson/2009/03/19/dr-dru-and-phatboyg-on-elegant-code-cast/
# redirect 301 /blogs/chris_patterson/archive/2009/03/30/masstransit-0-6-release-candidate.aspx http://lostechies.com/chrispatterson/2009/03/31/masstransit-0-6-release-candidate/
# redirect 301 /blogs/chris_patterson/archive/2009/04/07/declarative-workflow-with-masstransit.aspx http://lostechies.com/chrispatterson/2009/04/08/declarative-workflow-with-masstransit/
# redirect 301 /blogs/chris_patterson/archive/2009/05/10/i-m-down-with-m-v-c-yeah-you-know-me.aspx http://lostechies.com/chrispatterson/2009/05/11/i-m-down-with-m-v-c-yeah-you-know-me/
# redirect 301 /blogs/chris_patterson/archive/2009/05/22/masstransit-saga-enhancements-for-event-processing.aspx http://lostechies.com/chrispatterson/2009/05/23/masstransit-saga-enhancements-for-event-processing/
# redirect 301 /blogs/chris_patterson/archive/2009/05/27/masstransit-now-speaks-xml-by-default.aspx http://lostechies.com/chrispatterson/2009/05/27/masstransit-now-speaks-xml-by-default/
# redirect 301 /blogs/chris_patterson/archive/2009/05/27/presenting-on-event-driven-architecture-and-masstransit.aspx http://lostechies.com/chrispatterson/2009/05/28/presenting-on-event-driven-architecture-and-masstransit/
# redirect 301 /blogs/chris_patterson/archive/2009/06/18/dallas-techfest-2009-tomorrow.aspx http://lostechies.com/chrispatterson/2009/06/19/dallas-techfest-2009-tomorrow/
# redirect 301 /blogs/chris_patterson/archive/2009/07/01/i-m-a-microsoft-c-mvp.aspx http://lostechies.com/chrispatterson/2009/07/02/i-m-a-microsoft-c-mvp/
# redirect 301 /blogs/chris_patterson/archive/2009/07/12/accessing-activemq-on-mac-osx-from-a-windows-vm.aspx http://lostechies.com/chrispatterson/2009/07/12/accessing-activemq-on-mac-osx-from-a-windows-vm/
# redirect 301 /blogs/chris_patterson/archive/2009/07/28/event-aggregator-using-the-magnum-pipeline.aspx http://lostechies.com/chrispatterson/2009/07/28/event-aggregator-using-the-magnum-pipeline/
# redirect 301 /blogs/chris_patterson/archive/2009/09/12/under-the-covers-with-masstransit-endpoints.aspx http://lostechies.com/chrispatterson/2009/09/12/under-the-covers-with-masstransit-endpoints/
# redirect 301 /blogs/chris_patterson/archive/2009/09/16/interface-subscriptions-now-supported-by-masstransit.aspx http://lostechies.com/chrispatterson/2009/09/17/interface-subscriptions-now-supported-by-masstransit/
# redirect 301 /blogs/chris_patterson/archive/2009/10/14/performance-counters-added-to-masstransit.aspx http://lostechies.com/chrispatterson/2009/10/14/performance-counters-added-to-masstransit/
# redirect 301 /blogs/chris_patterson/archive/2009/10/28/building-a-service-gateway-using-masstransit-part-1.aspx http://lostechies.com/chrispatterson/2009/10/29/building-a-service-gateway-using-masstransit-part-1/
# redirect 301 /blogs/chris_patterson/archive/2009/10/29/building-a-service-gateway-using-masstransit-part-2.aspx http://lostechies.com/chrispatterson/2009/10/29/building-a-service-gateway-using-masstransit-part-2/
# redirect 301 /blogs/chris_patterson/archive/2009/10/31/building-a-service-gateway-using-masstransit-part-3.aspx http://lostechies.com/chrispatterson/2009/11/01/building-a-service-gateway-using-masstransit-part-3/
# redirect 301 /blogs/chris_patterson/archive/2009/12/23/traveling-to-technical-events.aspx http://lostechies.com/chrispatterson/2009/12/23/traveling-to-technical-events/
# redirect 301 /blogs/chris_patterson/archive/2010/01/01/leveraging-windows-7-boot-to-vhd-to-test-visual-studio-2010.aspx http://lostechies.com/chrispatterson/2010/01/02/leveraging-windows-7-boot-to-vhd-to-test-visual-studio-2010/
# redirect 301 /blogs/chris_patterson/archive/2010/05/04/masstransit-update.aspx http://lostechies.com/chrispatterson/2010/05/04/masstransit-update/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/qualities-the-undergird-agile-xp-development.aspx http://lostechies.com/christaylor/2009/02/10/qualities-the-undergird-agile-xp-development/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/how-to-configure-selenium-rc-for-use-in-c-nunit-tests.aspx http://lostechies.com/christaylor/2009/02/10/how-to-configure-selenium-rc-for-use-in-c-nunit-tests/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/part-one-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx http://lostechies.com/christaylor/2009/02/10/part-one-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/part-two-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx http://lostechies.com/christaylor/2009/02/10/part-two-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/part-three-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx http://lostechies.com/christaylor/2009/02/10/part-three-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/part-four-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx http://lostechies.com/christaylor/2009/02/10/part-four-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/part-five-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx http://lostechies.com/christaylor/2009/02/10/part-five-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/
# redirect 301 /blogs/agilecruz/archive/2009/02/10/conclusion-a-response-to-traps-amp-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx http://lostechies.com/christaylor/2009/02/10/conclusion-a-response-to-traps-amp-amp-pitfalls-of-agile-development-a-non-contrarian-view/
# redirect 301 /blogs/colinjack/archive/2008/10/22/ddd-and-complexity.aspx http://lostechies.com/colinjack/2008/10/22/ddd-and-complexity/
# redirect 301 /blogs/colinjack/archive/2008/10/23/what-i-want-from-an-orm.aspx http://lostechies.com/colinjack/2008/10/23/what-i-want-from-an-orm/
# redirect 301 /blogs/colinjack/archive/2008/10/28/ddd-making-meaningful-relationships.aspx http://lostechies.com/colinjack/2008/10/28/ddd-making-meaningful-relationships/
# redirect 301 /blogs/colinjack/archive/2008/10/28/context-specification-files-folders-namespaces-bdd.aspx http://lostechies.com/colinjack/2008/10/28/context-specification-files-folders-namespaces-bdd/
# redirect 301 /blogs/colinjack/archive/2008/10/28/biztalk-and-wcf-when-two-big-beasts-collide.aspx http://lostechies.com/colinjack/2008/10/28/biztalk-and-wcf-when-two-big-beasts-collide/
# redirect 301 /blogs/colinjack/archive/2008/11/12/bdd-available-frameworks.aspx http://lostechies.com/colinjack/2008/11/12/bdd-available-frameworks/
# redirect 301 /blogs/colinjack/archive/2008/11/19/context-setup-and-parameterized-testing.aspx http://lostechies.com/colinjack/2008/11/19/context-setup-and-parameterized-testing/
# redirect 301 /blogs/colinjack/archive/2008/12/28/soa-principles-of-service-design.aspx http://lostechies.com/colinjack/2008/12/28/soa-principles-of-service-design/
# redirect 301 /blogs/colinjack/archive/2008/12/30/microsoft-forum-creating-a-new-community-anti-pattern.aspx http://lostechies.com/colinjack/2008/12/30/microsoft-forum-creating-a-new-community-anti-pattern/
# redirect 301 /blogs/colinjack/archive/2009/01/22/p-amp-p-web-service-with-rest-application-pattern.aspx http://lostechies.com/colinjack/2009/01/22/p-amp-p-web-service-with-rest-application-pattern/
# redirect 301 /blogs/colinjack/archive/2009/02/01/first-europe-van.aspx http://lostechies.com/colinjack/2009/02/01/first-europe-van/
# redirect 301 /blogs/colinjack/archive/2009/02/02/first-europe-van-epic-fail.aspx http://lostechies.com/colinjack/2009/02/02/first-europe-van-epic-fail/
# redirect 301 /blogs/colinjack/archive/2009/02/08/p-amp-p-guidance-positive-progress.aspx http://lostechies.com/colinjack/2009/02/08/p-amp-p-guidance-positive-progress/
# redirect 301 /blogs/colinjack/archive/2009/02/09/europe-van-ddd-with-greg-young.aspx http://lostechies.com/colinjack/2009/02/09/europe-van-ddd-with-greg-young/
# redirect 301 /blogs/colinjack/archive/2009/02/15/europe-van-25th-february-2009.aspx http://lostechies.com/colinjack/2009/02/15/europe-van-25th-february-2009/
# redirect 301 /blogs/colinjack/archive/2009/05/06/e-van-videos-reminder.aspx http://lostechies.com/colinjack/2009/05/06/e-van-videos-reminder/
# redirect 301 /blogs/colinjack/archive/2009/05/10/book-review-restful-net.aspx http://lostechies.com/colinjack/2009/05/10/book-review-restful-net/
# redirect 301 /blogs/colinjack/archive/2009/05/18/next-europe-van-1st-june-2009-questions-for-udi-dahan.aspx http://lostechies.com/colinjack/2009/05/17/next-europe-van-1st-june-2009-questions-for-udi-dahan/
# redirect 301 /blogs/colinjack/archive/2009/05/24/book-review-soa-patterns-first-5-chapters.aspx http://lostechies.com/colinjack/2009/05/24/book-review-soa-patterns-first-5-chapters/
# redirect 301 /blogs/colinjack/archive/2009/06/24/e-van-alan-dean-talking-on-rest-6th-july-2009.aspx http://lostechies.com/colinjack/2009/06/24/e-van-alan-dean-talking-on-rest-6th-july-2009/
# redirect 301 /blogs/colinjack/archive/2009/07/11/e-van-blog-and-videos.aspx http://lostechies.com/colinjack/2009/07/11/e-van-blog-and-videos/
# redirect 301 /blogs/colinjack/archive/2009/09/12/wcf-and-rest.aspx http://lostechies.com/colinjack/2009/09/11/wcf-and-rest/
# redirect 301 /blogs/colinjack/archive/2009/09/22/restful-web-services-cookbook-review-of-rough-cut.aspx http://lostechies.com/colinjack/2009/09/22/restful-web-services-cookbook-review-of-rough-cut/
# redirect 301 /blogs/colinjack/archive/2009/10/27/soa-manifesto.aspx http://lostechies.com/colinjack/2009/10/26/soa-manifesto/
# redirect 301 /blogs/colinjack/archive/2010/05/26/book-reviews-release-it-and-restful-web-services-cookbook.aspx http://lostechies.com/colinjack/2010/05/26/book-reviews-release-it-and-restful-web-services-cookbook/
# redirect 301 /blogs/colin_ramsay/archive/2007/09/25/coding-in-style.aspx http://lostechies.com/colinramsay/2007/09/25/coding-in-style/
# redirect 301 /blogs/colin_ramsay/archive/2007/10/01/working-with-interfaces-part-one-contracts.aspx http://lostechies.com/colinramsay/2007/10/01/working-with-interfaces-part-one-contracts/
# redirect 301 /blogs/colin_ramsay/archive/2007/10/08/why-alt-net.aspx http://lostechies.com/colinramsay/2007/10/08/why-alt-net/
# redirect 301 /blogs/colin_ramsay/archive/2007/10/09/working-with-interfaces-part-one-decoupling.aspx http://lostechies.com/colinramsay/2007/10/09/working-with-interfaces-part-one-decoupling/
# redirect 301 /blogs/colin_ramsay/archive/2007/11/21/working-with-interfaces-part-three-windsor.aspx http://lostechies.com/colinramsay/2007/11/21/working-with-interfaces-part-three-windsor/
# redirect 301 /blogs/colin_ramsay/archive/2007/12/08/you-have-nothing-to-fear-from-javascript.aspx http://lostechies.com/colinramsay/2007/12/08/you-have-nothing-to-fear-from-javascript/
# redirect 301 /blogs/colin_ramsay/archive/2008/01/17/javascript-patterns-amp-practices.aspx http://lostechies.com/colinramsay/2008/01/17/javascript-patterns-amp-practices/
# redirect 301 /blogs/colin_ramsay/archive/2008/06/02/design-dithering.aspx http://lostechies.com/colinramsay/2008/06/02/design-dithering/
# redirect 301 /blogs/colin_ramsay/archive/2008/06/13/your-development-environment.aspx http://lostechies.com/colinramsay/2008/06/13/your-development-environment/
# redirect 301 /blogs/colin_ramsay/archive/2008/06/15/vmware-optimization.aspx http://lostechies.com/colinramsay/2008/06/15/vmware-optimization/
# redirect 301 /blogs/colin_ramsay/archive/2008/11/12/application-configuration.aspx http://lostechies.com/colinramsay/2008/11/12/application-configuration/
# redirect 301 /blogs/colin_ramsay/archive/2008/11/13/common-interfaces-for-tool-families.aspx http://lostechies.com/colinramsay/2008/11/13/common-interfaces-for-tool-families/
# redirect 301 /blogs/colin_ramsay/archive/2008/11/23/open-source-documentation.aspx http://lostechies.com/colinramsay/2008/11/23/open-source-documentation/
# redirect 301 /blogs/colin_ramsay/archive/2008/12/07/parsing-xml-like-files.aspx http://lostechies.com/colinramsay/2008/12/07/parsing-xml-like-files/
# redirect 301 /blogs/colin_ramsay/archive/2009/01/14/the-state-of-windows-mobile.aspx http://lostechies.com/colinramsay/2009/01/14/the-state-of-windows-mobile/
# redirect 301 /blogs/colin_ramsay/archive/2009/01/25/castle-microkernel-fluent-event-wiring.aspx http://lostechies.com/colinramsay/2009/01/25/castle-microkernel-fluent-event-wiring/
# redirect 301 /blogs/colin_ramsay/archive/2009/05/05/breaking-free-from-httpcontext.aspx http://lostechies.com/colinramsay/2009/05/05/breaking-free-from-httpcontext/
# redirect 301 /blogs/colin_ramsay/archive/2010/06/10/ruby-method-parameter-default-values-a-shortcut.aspx http://lostechies.com/colinramsay/2010/06/10/ruby-method-parameter-default-values-a-shortcut/
# redirect 301 /blogs/colin_ramsay/archive/2010/11/15/why-facebook-s-messaging-solution-matters.aspx http://lostechies.com/colinramsay/2010/11/15/why-facebook-s-messaging-solution-matters/
# redirect 301 /blogs/derekgreer/archive/2010/03/26/161-hola-mundo.aspx http://lostechies.com/derekgreer/2010/03/26/161-hola-mundo/
# redirect 301 /blogs/derekgreer/archive/2010/04/08/getting-started-with-cygwin.aspx http://lostechies.com/derekgreer/2010/04/08/getting-started-with-cygwin/
# redirect 301 /blogs/derekgreer/archive/2010/04/18/double-dispatch-is-a-code-smell.aspx http://lostechies.com/derekgreer/2010/04/19/double-dispatch-is-a-code-smell/
# redirect 301 /blogs/derekgreer/archive/2010/04/23/the-agile-visitor.aspx http://lostechies.com/derekgreer/2010/04/23/the-agile-visitor/
# redirect 301 /blogs/derekgreer/archive/2010/06/27/ncommons-rules-engine.aspx http://lostechies.com/derekgreer/2010/06/28/ncommons-rules-engine/
# redirect 301 /blogs/derekgreer/archive/2010/07/09/windows-friendly-cygwin-paths.aspx http://lostechies.com/derekgreer/2010/07/09/windows-friendly-cygwin-paths/
# redirect 301 /blogs/derekgreer/archive/2010/10/20/c-vs-c.aspx http://lostechies.com/derekgreer/2010/10/20/c-vs-c/
# redirect 301 /blogs/derekgreer/archive/2011/03/07/effective-tests-introduction.aspx http://lostechies.com/derekgreer/2011/03/07/effective-tests-introduction/
# redirect 301 /blogs/derekgreer/archive/2011/03/14/effective-tests-a-unit-test-example.aspx http://lostechies.com/derekgreer/2011/03/14/effective-tests-a-unit-test-example/
# redirect 301 /blogs/derekgreer/archive/2011/03/21/effective-tests-test-first.aspx http://lostechies.com/derekgreer/2011/03/21/effective-tests-test-first/
# redirect 301 /blogs/derickbailey/archive/2008/10/07/obligatory-quot-hello-world-quot-post.aspx http://lostechies.com/derickbailey/2008/10/07/obligatory-quot-hello-world-quot-post/
# redirect 301 /blogs/derickbailey/archive/2008/10/07/di-and-ioc-creating-and-working-with-a-cloud-of-objects.aspx http://lostechies.com/derickbailey/2008/10/08/di-and-ioc-creating-and-working-with-a-cloud-of-objects/
# redirect 301 /blogs/derickbailey/archive/2008/10/09/i-m-presenting-adnug-monday-the-13th.aspx http://lostechies.com/derickbailey/2008/10/09/i-m-presenting-adnug-monday-the-13th/
# redirect 301 /blogs/derickbailey/archive/2008/10/09/what-s-the-point-of-delegates-in-net.aspx http://lostechies.com/derickbailey/2008/10/09/what-s-the-point-of-delegates-in-net/
# redirect 301 /blogs/derickbailey/archive/2008/10/14/thanks-adnug-attendees-slides-and-code-available.aspx http://lostechies.com/derickbailey/2008/10/14/thanks-adnug-attendees-slides-and-code-available/
# redirect 301 /blogs/derickbailey/archive/2008/10/15/ddd-question-where-does-input-validation-belong.aspx http://lostechies.com/derickbailey/2008/10/15/ddd-question-where-does-input-validation-belong/
# redirect 301 /blogs/derickbailey/archive/2008/10/20/dependency-inversion-abstraction-does-not-mean-interface.aspx http://lostechies.com/derickbailey/2008/10/20/dependency-inversion-abstraction-does-not-mean-interface/
# redirect 301 /blogs/derickbailey/archive/2008/10/23/encapsulation-entities-collections-and-business-rules.aspx http://lostechies.com/derickbailey/2008/10/23/encapsulation-entities-collections-and-business-rules/
# redirect 301 /blogs/derickbailey/archive/2008/10/28/finding-design-smells-in-non-design-related-places.aspx http://lostechies.com/derickbailey/2008/10/28/finding-design-smells-in-non-design-related-places/
# redirect 301 /blogs/derickbailey/archive/2008/11/19/adventures-in-lean.aspx http://lostechies.com/derickbailey/2008/11/19/adventures-in-lean/
# redirect 301 /blogs/derickbailey/archive/2008/11/19/organizing-bdd-context-specs-for-findability.aspx http://lostechies.com/derickbailey/2008/11/19/organizing-bdd-context-specs-for-findability/
# redirect 301 /blogs/derickbailey/archive/2008/11/19/ptom-command-and-conquer-your-ui-coupling-problems.aspx http://lostechies.com/derickbailey/2008/11/20/ptom-command-and-conquer-your-ui-coupling-problems/
# redirect 301 /blogs/derickbailey/archive/2008/11/20/kanban-pulling-value-from-the-supplier.aspx http://lostechies.com/derickbailey/2008/11/20/kanban-pulling-value-from-the-supplier/
# redirect 301 /blogs/derickbailey/archive/2008/11/26/ptom-descriptive-state-enumeration.aspx http://lostechies.com/derickbailey/2008/11/26/ptom-descriptive-state-enumeration/
# redirect 301 /blogs/derickbailey/archive/2008/11/26/mapping-a-state-pattern-with-nhibernate.aspx http://lostechies.com/derickbailey/2008/11/27/mapping-a-state-pattern-with-nhibernate/
# redirect 301 /blogs/derickbailey/archive/2008/12/04/professionalism-and-thermodynamics.aspx http://lostechies.com/derickbailey/2008/12/04/professionalism-and-thermodynamics/
# redirect 301 /blogs/derickbailey/archive/2008/12/08/kanban-in-software-development-part-1-introducing-kanban-boards-and-pipelines.aspx http://lostechies.com/derickbailey/2008/12/08/kanban-in-software-development-part-1-introducing-kanban-boards-and-pipelines/
# redirect 301 /blogs/derickbailey/archive/2008/12/08/kanban-in-software-development-part-2-completing-the-kanban-board-with-queues-order-points-and-limits.aspx http://lostechies.com/derickbailey/2008/12/08/kanban-in-software-development-part-2-completing-the-kanban-board-with-queues-order-points-and-limits/
# redirect 301 /blogs/derickbailey/archive/2008/12/15/kanban-in-software-development-part-2-5-a-variation-on-queues-pipelines-for-wip-and-done.aspx http://lostechies.com/derickbailey/2008/12/15/kanban-in-software-development-part-2-5-a-variation-on-queues-pipelines-for-wip-and-done/
# redirect 301 /blogs/derickbailey/archive/2008/12/19/kanban-in-software-development-part-3-andon-and-jidoka-handling-bugs-and-emergency-fixes-in-kanban.aspx http://lostechies.com/derickbailey/2008/12/19/kanban-in-software-development-part-3-andon-and-jidoka-handling-bugs-and-emergency-fixes-in-kanban/
# redirect 301 /blogs/derickbailey/archive/2008/12/19/my-soap-box-no-really.aspx http://lostechies.com/derickbailey/2008/12/19/my-soap-box-no-really/
# redirect 301 /blogs/derickbailey/archive/2009/01/12/the-pathfinder-reaching-your-organization-s-goal.aspx http://lostechies.com/derickbailey/2009/01/12/the-pathfinder-reaching-your-organization-s-goal/
# redirect 301 /blogs/derickbailey/archive/2009/01/13/improving-our-industry-its-time-to-educate-outward-to-improve-inward.aspx http://lostechies.com/derickbailey/2009/01/13/improving-our-industry-its-time-to-educate-outward-to-improve-inward/
# redirect 301 /blogs/derickbailey/archive/2009/01/23/management-vs-leadership.aspx http://lostechies.com/derickbailey/2009/01/23/management-vs-leadership/
# redirect 301 /blogs/derickbailey/archive/2009/01/28/on-the-success-of-a-project.aspx http://lostechies.com/derickbailey/2009/01/28/on-the-success-of-a-project/
# redirect 301 /blogs/derickbailey/archive/2009/01/30/favor-defect-prevention-over-quality-inspection-and-correction.aspx http://lostechies.com/derickbailey/2009/01/31/favor-defect-prevention-over-quality-inspection-and-correction/
# redirect 301 /blogs/derickbailey/archive/2009/02/03/getting-your-selected-object-from-a-telerik-multicolumncombobox.aspx http://lostechies.com/derickbailey/2009/02/03/getting-your-selected-object-from-a-telerik-multicolumncombobox/
# redirect 301 /blogs/derickbailey/archive/2009/02/05/why-should-attach-view-to-presenter-is-an-invalid-unit-test-observation.aspx http://lostechies.com/derickbailey/2009/02/05/why-should-attach-view-to-presenter-is-an-invalid-unit-test-observation/
# redirect 301 /blogs/derickbailey/archive/2009/02/11/solid-development-principles-in-motivational-pictures.aspx http://lostechies.com/derickbailey/2009/02/11/solid-development-principles-in-motivational-pictures/
# redirect 301 /blogs/derickbailey/archive/2009/02/14/it-s-2-for-1-day-welcome-louis-and-sean.aspx http://lostechies.com/derickbailey/2009/02/15/it-s-2-for-1-day-welcome-louis-and-sean/
# redirect 301 /blogs/derickbailey/archive/2009/02/15/proactive-vs-reactive-validation-don-t-we-need-both.aspx http://lostechies.com/derickbailey/2009/02/15/proactive-vs-reactive-validation-don-t-we-need-both/
# redirect 301 /blogs/derickbailey/archive/2009/02/19/bdd-question-low-level-behavior-and-wrapper-methods.aspx http://lostechies.com/derickbailey/2009/02/19/bdd-question-low-level-behavior-and-wrapper-methods/
# redirect 301 /blogs/derickbailey/archive/2009/02/20/one-team-one-aim-it-s-all-about-the-journey-not-the-goal.aspx http://lostechies.com/derickbailey/2009/02/20/one-team-one-aim-it-s-all-about-the-journey-not-the-goal/
# redirect 301 /blogs/derickbailey/archive/2009/02/23/closures-in-c-variable-scoping-and-value-types-vs-reference-types.aspx http://lostechies.com/derickbailey/2009/02/23/closures-in-c-variable-scoping-and-value-types-vs-reference-types/
# redirect 301 /blogs/derickbailey/archive/2009/02/26/quality-must-be-built-in-it-cannot-be-added-on.aspx http://lostechies.com/derickbailey/2009/02/27/quality-must-be-built-in-it-cannot-be-added-on/
# redirect 301 /blogs/derickbailey/archive/2009/03/08/book-review-the-art-of-lean-software-development.aspx http://lostechies.com/derickbailey/2009/03/08/book-review-the-art-of-lean-software-development/
# redirect 301 /blogs/derickbailey/archive/2009/03/13/it-s-all-about-the-benjamins-baby.aspx http://lostechies.com/derickbailey/2009/03/13/it-s-all-about-the-benjamins-baby/
# redirect 301 /blogs/derickbailey/archive/2009/03/19/my-current-bdd-specunit-live-templates.aspx http://lostechies.com/derickbailey/2009/03/19/my-current-bdd-specunit-live-templates/
# redirect 301 /blogs/derickbailey/archive/2009/03/19/a-real-measure-of-your-core-values-and-principles.aspx http://lostechies.com/derickbailey/2009/03/19/a-real-measure-of-your-core-values-and-principles/
# redirect 301 /blogs/derickbailey/archive/2009/03/23/the-emergence-of-knowledge-in-software-development.aspx http://lostechies.com/derickbailey/2009/03/23/the-emergence-of-knowledge-in-software-development/
# redirect 301 /blogs/derickbailey/archive/2009/03/24/why-no-issues-is-not-an-acceptable-answer.aspx http://lostechies.com/derickbailey/2009/03/24/why-no-issues-is-not-an-acceptable-answer/
# redirect 301 /blogs/derickbailey/archive/2009/03/30/your-type-of-framework-tool-choice-is-not-a-feature-of-your-application.aspx http://lostechies.com/derickbailey/2009/03/30/your-type-of-framework-tool-choice-is-not-a-feature-of-your-application/
# redirect 301 /blogs/derickbailey/archive/2009/04/08/how-a-net-developer-learned-ruby-and-rake-to-build-net-apps-in-windows.aspx http://lostechies.com/derickbailey/2009/04/08/how-a-net-developer-learned-ruby-and-rake-to-build-net-apps-in-windows/
# redirect 301 /blogs/derickbailey/archive/2009/04/18/decoupling-workflow-and-forms-with-an-application-controller.aspx http://lostechies.com/derickbailey/2009/04/18/decoupling-workflow-and-forms-with-an-application-controller/
# redirect 301 /blogs/derickbailey/archive/2009/05/13/fluentnhibernate-contrib-fnh-contrib-is-alive.aspx http://lostechies.com/derickbailey/2009/05/14/fluentnhibernate-contrib-fnh-contrib-is-alive/
# redirect 301 /blogs/derickbailey/archive/2009/05/14/balsamiq-and-a-sneak-preview-of-my-decoupling-workflow-presentation.aspx http://lostechies.com/derickbailey/2009/05/15/balsamiq-and-a-sneak-preview-of-my-decoupling-workflow-presentation/
# redirect 301 /blogs/derickbailey/archive/2009/05/18/i-m-presenting-at-austin-code-camp-2009.aspx http://lostechies.com/derickbailey/2009/05/19/i-m-presenting-at-austin-code-camp-2009/
# redirect 301 /blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx http://lostechies.com/derickbailey/2009/05/19/a-net-c-developer-s-gitignore-file/
# redirect 301 /blogs/derickbailey/archive/2009/05/19/result-lt-t-gt-directing-workflow-with-a-return-status-and-value.aspx http://lostechies.com/derickbailey/2009/05/19/result-lt-t-gt-directing-workflow-with-a-return-status-and-value/
# redirect 301 /blogs/derickbailey/archive/2009/05/19/announcing-pablo-s-e-books-book-1-pablo-s-solid-software-development.aspx http://lostechies.com/derickbailey/2009/05/20/announcing-pablo-s-e-books-book-1-pablo-s-solid-software-development/
# redirect 301 /blogs/derickbailey/archive/2009/06/01/austin-code-camp-2009-was-a-ton-o-fun.aspx http://lostechies.com/derickbailey/2009/06/01/austin-code-camp-2009-was-a-ton-o-fun/
# redirect 301 /blogs/derickbailey/archive/2009/06/03/i-m-presenting-solid-at-alamocoders-on-june-9th.aspx http://lostechies.com/derickbailey/2009/06/03/i-m-presenting-solid-at-alamocoders-on-june-9th/
# redirect 301 /blogs/derickbailey/archive/2009/06/05/violating-cqs-looking-for-suggestions-and-alternatives.aspx http://lostechies.com/derickbailey/2009/06/05/violating-cqs-looking-for-suggestions-and-alternatives/
# redirect 301 /blogs/derickbailey/archive/2009/06/07/the-impact-of-staffing-practices-on-software-quality-and-productivity.aspx http://lostechies.com/derickbailey/2009/06/07/the-impact-of-staffing-practices-on-software-quality-and-productivity/
# redirect 301 /blogs/derickbailey/archive/2009/06/17/i-m-presenting-solid-at-north-dallas-net-nddnug-july-8th.aspx http://lostechies.com/derickbailey/2009/06/17/i-m-presenting-solid-at-north-dallas-net-nddnug-july-8th/
# redirect 301 /blogs/derickbailey/archive/2009/06/18/a-kanban-is-just-a-signal-to-do-work.aspx http://lostechies.com/derickbailey/2009/06/18/a-kanban-is-just-a-signal-to-do-work/
# redirect 301 /blogs/derickbailey/archive/2009/06/20/cloning-or-converting-linux-vm-from-vmware-workstation-to-esx-server-eth0-gone-eth1-available.aspx http://lostechies.com/derickbailey/2009/06/20/cloning-or-converting-linux-vm-from-vmware-workstation-to-esx-server-eth0-gone-eth1-available/
# redirect 301 /blogs/derickbailey/archive/2009/06/25/how-to-highly-complex-query-generating-based-on-security-needs.aspx http://lostechies.com/derickbailey/2009/06/25/how-to-highly-complex-query-generating-based-on-security-needs/
# redirect 301 /blogs/derickbailey/archive/2009/07/03/theory-of-constraints-productivity-metrics-in-software-development.aspx http://lostechies.com/derickbailey/2009/07/03/theory-of-constraints-productivity-metrics-in-software-development/
# redirect 301 /blogs/derickbailey/archive/2009/07/13/kanban-is-process-control-not-a-process-for-adding-value-to-wip.aspx http://lostechies.com/derickbailey/2009/07/13/kanban-is-process-control-not-a-process-for-adding-value-to-wip/
# redirect 301 /blogs/derickbailey/archive/2009/07/14/database-id-int-vs-bigint-vs-guid.aspx http://lostechies.com/derickbailey/2009/07/14/database-id-int-vs-bigint-vs-guid/
# redirect 301 /blogs/derickbailey/archive/2009/07/15/storage-size-and-performance-implications-of-a-guid-pk.aspx http://lostechies.com/derickbailey/2009/07/15/storage-size-and-performance-implications-of-a-guid-pk/
# redirect 301 /blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/
# redirect 301 /blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-part-1-why.aspx http://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-part-1-why/
# redirect 301 /blogs/derickbailey/archive/2009/07/21/branch-per-feature-source-control-part-2-how-theory.aspx http://lostechies.com/derickbailey/2009/07/21/branch-per-feature-source-control-part-2-how-theory/
# redirect 301 /blogs/derickbailey/archive/2009/08/04/daycare-as-a-kanban-system.aspx http://lostechies.com/derickbailey/2009/08/04/daycare-as-a-kanban-system/
# redirect 301 /blogs/derickbailey/archive/2009/08/05/how-to-get-started-with-kanban-in-software-development.aspx http://lostechies.com/derickbailey/2009/08/05/how-to-get-started-with-kanban-in-software-development/
# redirect 301 /blogs/derickbailey/archive/2009/08/12/a-response-to-5-right-reasons-to-apply-kanban.aspx http://lostechies.com/derickbailey/2009/08/12/a-response-to-5-right-reasons-to-apply-kanban/
# redirect 301 /blogs/derickbailey/archive/2009/08/14/kanban-in-time-boxes-the-cadence-of-wip-and-sprints.aspx http://lostechies.com/derickbailey/2009/08/14/kanban-in-time-boxes-the-cadence-of-wip-and-sprints/
# redirect 301 /blogs/derickbailey/archive/2009/08/17/zen-and-the-art-of-software-development.aspx http://lostechies.com/derickbailey/2009/08/17/zen-and-the-art-of-software-development/
# redirect 301 /blogs/derickbailey/archive/2009/08/19/a-conversation-on-adopting-kanban.aspx http://lostechies.com/derickbailey/2009/08/20/a-conversation-on-adopting-kanban/
# redirect 301 /blogs/derickbailey/archive/2009/08/27/how-to-get-started-with-selenium-core-and-asp-net-mvc.aspx http://lostechies.com/derickbailey/2009/08/27/how-to-get-started-with-selenium-core-and-asp-net-mvc/
# redirect 301 /blogs/derickbailey/archive/2009/09/01/wip-queues-done-vs-ready.aspx http://lostechies.com/derickbailey/2009/09/01/wip-queues-done-vs-ready/
# redirect 301 /blogs/derickbailey/archive/2009/09/02/a-kanban-board-is-a-production-leveling-task-board.aspx http://lostechies.com/derickbailey/2009/09/03/a-kanban-board-is-a-production-leveling-task-board/
# redirect 301 /blogs/derickbailey/archive/2009/09/03/what-do-you-want-to-know-about-kanban-in-software-development.aspx http://lostechies.com/derickbailey/2009/09/03/what-do-you-want-to-know-about-kanban-in-software-development/
# redirect 301 /blogs/derickbailey/archive/2009/09/11/some-initial-thoughts-on-agile-developer-skills-and-certification.aspx http://lostechies.com/derickbailey/2009/09/11/some-initial-thoughts-on-agile-developer-skills-and-certification/
# redirect 301 /blogs/derickbailey/archive/2009/09/11/a-response-to-the-future-of-the-boutique-software-shop.aspx http://lostechies.com/derickbailey/2009/09/11/a-response-to-the-future-of-the-boutique-software-shop/
# redirect 301 /blogs/derickbailey/archive/2009/09/17/how-a-net-developer-hacked-out-a-rake-task.aspx http://lostechies.com/derickbailey/2009/09/17/how-a-net-developer-hacked-out-a-rake-task/
# redirect 301 /blogs/derickbailey/archive/2009/09/17/a-failed-opportunity-to-coach-teach-and-help-others-improve.aspx http://lostechies.com/derickbailey/2009/09/17/a-failed-opportunity-to-coach-teach-and-help-others-improve/
# redirect 301 /blogs/derickbailey/archive/2009/09/17/an-alternate-way-to-handle-task-dependencies-in-custom-rake-tasks.aspx http://lostechies.com/derickbailey/2009/09/18/an-alternate-way-to-handle-task-dependencies-in-custom-rake-tasks/
# redirect 301 /blogs/derickbailey/archive/2009/09/18/help-e-text-editor-can-t-run-my-rake-tasks.aspx http://lostechies.com/derickbailey/2009/09/18/help-e-text-editor-can-t-run-my-rake-tasks/
# redirect 301 /blogs/derickbailey/archive/2009/09/23/albacore-a-suite-of-rake-build-tasks-for-net-solutions.aspx http://lostechies.com/derickbailey/2009/09/23/albacore-a-suite-of-rake-build-tasks-for-net-solutions/
# redirect 301 /blogs/derickbailey/archive/2009/09/29/albacore-assemblyinfo-task-vs-nant-assembly-info-generator.aspx http://lostechies.com/derickbailey/2009/09/29/albacore-assemblyinfo-task-vs-nant-assembly-info-generator/
# redirect 301 /blogs/derickbailey/archive/2009/10/04/albacore-breaking-changes-in-location-of-executables.aspx http://lostechies.com/derickbailey/2009/10/04/albacore-breaking-changes-in-location-of-executables/
# redirect 301 /blogs/derickbailey/archive/2009/10/05/a-basic-yaml-config-module-for-ruby.aspx http://lostechies.com/derickbailey/2009/10/05/a-basic-yaml-config-module-for-ruby/
# redirect 301 /blogs/derickbailey/archive/2009/10/08/the-ultimate-hello-world.aspx http://lostechies.com/derickbailey/2009/10/08/the-ultimate-hello-world/
# redirect 301 /blogs/derickbailey/archive/2009/11/04/a-time-for-change.aspx http://lostechies.com/derickbailey/2009/11/04/a-time-for-change/
# redirect 301 /blogs/derickbailey/archive/2009/11/09/electronic-kanban-tools-and-wip-limits-leankitkanban-gets-it.aspx http://lostechies.com/derickbailey/2009/11/09/electronic-kanban-tools-and-wip-limits-leankitkanban-gets-it/
# redirect 301 /blogs/derickbailey/archive/2009/11/24/albacore-come-join-the-discussion.aspx http://lostechies.com/derickbailey/2009/11/25/albacore-come-join-the-discussion/
# redirect 301 /blogs/derickbailey/archive/2009/11/27/albacore-all-a-twitter-with-a-new-logo-tag-line-and-url.aspx http://lostechies.com/derickbailey/2009/11/27/albacore-all-a-twitter-with-a-new-logo-tag-line-and-url/
# redirect 301 /blogs/derickbailey/archive/2009/12/22/understanding-the-application-controller-through-object-messaging-patterns.aspx http://lostechies.com/derickbailey/2009/12/23/understanding-the-application-controller-through-object-messaging-patterns/
# redirect 301 /blogs/derickbailey/archive/2010/01/19/active-vs-activist.aspx http://lostechies.com/derickbailey/2010/01/19/active-vs-activist/
# redirect 301 /blogs/derickbailey/archive/2010/01/20/my-decoupling-workflow-presentation-was-accepted-for-lssc10.aspx http://lostechies.com/derickbailey/2010/01/20/my-decoupling-workflow-presentation-was-accepted-for-lssc10/
# redirect 301 /blogs/derickbailey/archive/2010/01/30/the-purpose-of-kanban-is-to-eliminate-the-kanban.aspx http://lostechies.com/derickbailey/2010/01/30/the-purpose-of-kanban-is-to-eliminate-the-kanban/
# redirect 301 /blogs/derickbailey/archive/2010/02/01/are-we-continuously-improving-or-just-continuously-changing.aspx http://lostechies.com/derickbailey/2010/02/01/are-we-continuously-improving-or-just-continuously-changing/
# redirect 301 /blogs/derickbailey/archive/2010/02/03/branch-per-feature-how-i-manage-subversion-with-git-branches.aspx http://lostechies.com/derickbailey/2010/02/03/branch-per-feature-how-i-manage-subversion-with-git-branches/
# redirect 301 /blogs/derickbailey/archive/2010/02/03/can-pdca-help-us-improve-our-test-first-development-efforts.aspx http://lostechies.com/derickbailey/2010/02/04/can-pdca-help-us-improve-our-test-first-development-efforts/
# redirect 301 /blogs/derickbailey/archive/2010/02/06/using-roi-as-a-constraint-not-an-end-in-itself.aspx http://lostechies.com/derickbailey/2010/02/06/using-roi-as-a-constraint-not-an-end-in-itself/
# redirect 301 /blogs/derickbailey/archive/2010/02/24/branching-strategies-when-to-branch-and-merge.aspx http://lostechies.com/derickbailey/2010/02/24/branching-strategies-when-to-branch-and-merge/
# redirect 301 /blogs/derickbailey/archive/2010/02/24/branching-strategies-the-cost-of-branching-and-merging.aspx http://lostechies.com/derickbailey/2010/02/24/branching-strategies-the-cost-of-branching-and-merging/
# redirect 301 /blogs/derickbailey/archive/2010/02/28/failure-is-not-an-option-it-is-a-requirement.aspx http://lostechies.com/derickbailey/2010/02/28/failure-is-not-an-option-it-is-a-requirement/
# redirect 301 /blogs/derickbailey/archive/2010/03/04/field-vs-property-does-it-really-matter.aspx http://lostechies.com/derickbailey/2010/03/04/field-vs-property-does-it-really-matter/
# redirect 301 /blogs/derickbailey/archive/2010/03/04/when-do-you-specify-expected-parameters-in-stub-methods.aspx http://lostechies.com/derickbailey/2010/03/04/when-do-you-specify-expected-parameters-in-stub-methods/
# redirect 301 /blogs/derickbailey/archive/2010/03/05/how-ruby-taught-me-to-dry-up-my-code-with-lambda-blocks.aspx http://lostechies.com/derickbailey/2010/03/05/how-ruby-taught-me-to-dry-up-my-code-with-lambda-blocks/
# redirect 301 /blogs/derickbailey/archive/2010/03/06/don-t-expose-ilist-lt-t-gt-just-so-you-can-assert-against-its-contents.aspx http://lostechies.com/derickbailey/2010/03/06/don-t-expose-ilist-lt-t-gt-just-so-you-can-assert-against-its-contents/
# redirect 301 /blogs/derickbailey/archive/2010/03/07/role-specific-interfaces-dip-and-isp-in-action.aspx http://lostechies.com/derickbailey/2010/03/07/role-specific-interfaces-dip-and-isp-in-action/
# redirect 301 /blogs/derickbailey/archive/2010/03/08/cqrs-performance-engineering-read-vs-read-write-models.aspx http://lostechies.com/derickbailey/2010/03/08/cqrs-performance-engineering-read-vs-read-write-models/
# redirect 301 /blogs/derickbailey/archive/2010/03/15/semantic-code-migrating-from-a-chatty-interface-to-a-simple-one-with-a-data-transfer-object.aspx http://lostechies.com/derickbailey/2010/03/15/semantic-code-migrating-from-a-chatty-interface-to-a-simple-one-with-a-data-transfer-object/
# redirect 301 /blogs/derickbailey/archive/2010/03/15/a-type-safe-idatareader-wrapper.aspx http://lostechies.com/derickbailey/2010/03/15/a-type-safe-idatareader-wrapper/
# redirect 301 /blogs/derickbailey/archive/2010/03/16/side-projects-community-involvement-etc.aspx http://lostechies.com/derickbailey/2010/03/16/side-projects-community-involvement-etc/
# redirect 301 /blogs/derickbailey/archive/2010/03/17/application-events-modeling-selection-vs-de-selection-as-separate-events.aspx http://lostechies.com/derickbailey/2010/03/17/application-events-modeling-selection-vs-de-selection-as-separate-events/
# redirect 301 /blogs/derickbailey/archive/2010/03/19/a-response-concerning-semantics-and-intention-revealing-code.aspx http://lostechies.com/derickbailey/2010/03/19/a-response-concerning-semantics-and-intention-revealing-code/
# redirect 301 /blogs/derickbailey/archive/2010/03/19/net-stack-traces-and-anonymous-methods.aspx http://lostechies.com/derickbailey/2010/03/19/net-stack-traces-and-anonymous-methods/
# redirect 301 /blogs/derickbailey/archive/2010/03/22/swashbuckling-tentacles.aspx http://lostechies.com/derickbailey/2010/03/22/swashbuckling-tentacles/
# redirect 301 /blogs/derickbailey/archive/2010/03/23/running-ruby-and-rake-and-albacore-without-installing-them.aspx http://lostechies.com/derickbailey/2010/03/23/running-ruby-and-rake-and-albacore-without-installing-them/
# redirect 301 /blogs/derickbailey/archive/2010/03/24/eliminating-repetitious-coding-with-vim-viemu-and-macros.aspx http://lostechies.com/derickbailey/2010/03/24/eliminating-repetitious-coding-with-vim-viemu-and-macros/
# redirect 301 /blogs/derickbailey/archive/2010/03/24/i-want-assert-notyetimplemented-in-net-test-frameworks.aspx http://lostechies.com/derickbailey/2010/03/24/i-want-assert-notyetimplemented-in-net-test-frameworks/
# redirect 301 /blogs/derickbailey/archive/2010/03/25/law-of-demeter-extension-methods-don-t-count.aspx http://lostechies.com/derickbailey/2010/03/25/law-of-demeter-extension-methods-don-t-count/
# redirect 301 /blogs/derickbailey/archive/2010/03/25/red-green-refactor-for-the-right-reasons.aspx http://lostechies.com/derickbailey/2010/03/25/red-green-refactor-for-the-right-reasons/
# redirect 301 /blogs/derickbailey/archive/2010/03/26/lostechies-welcomes-derek-greer.aspx http://lostechies.com/derickbailey/2010/03/26/lostechies-welcomes-derek-greer/
# redirect 301 /blogs/derickbailey/archive/2010/03/29/why-i-write-automated-tests-for-my-code.aspx http://lostechies.com/derickbailey/2010/03/29/why-i-write-automated-tests-for-my-code/
# redirect 301 /blogs/derickbailey/archive/2010/03/30/find-and-replace-with-regular-expressions-in-vim-viemu.aspx http://lostechies.com/derickbailey/2010/03/30/find-and-replace-with-regular-expressions-in-vim-viemu/
# redirect 301 /blogs/derickbailey/archive/2010/04/01/git-oops-i-changed-those-files-in-the-wrong-branch.aspx http://lostechies.com/derickbailey/2010/04/01/git-oops-i-changed-those-files-in-the-wrong-branch/
# redirect 301 /blogs/derickbailey/archive/2010/04/01/git-how-to-revert-a-branch-merge.aspx http://lostechies.com/derickbailey/2010/04/01/git-how-to-revert-a-branch-merge/
# redirect 301 /blogs/derickbailey/archive/2010/04/02/open-a-visual-studio-solution-from-a-command-prompt-or-batch-file.aspx http://lostechies.com/derickbailey/2010/04/02/open-a-visual-studio-solution-from-a-command-prompt-or-batch-file/
# redirect 301 /blogs/derickbailey/archive/2010/04/02/git-svn-script-to-do-svn-up-and-git-commit-with-svn-revision-number.aspx http://lostechies.com/derickbailey/2010/04/02/git-svn-script-to-do-svn-up-and-git-commit-with-svn-revision-number/
# redirect 301 /blogs/derickbailey/archive/2010/04/05/red-for-the-right-reason-fail-by-assertion-not-by-anything-else.aspx http://lostechies.com/derickbailey/2010/04/05/red-for-the-right-reason-fail-by-assertion-not-by-anything-else/
# redirect 301 /blogs/derickbailey/archive/2010/04/06/branching-strategies-handling-dependencies-between-branches.aspx http://lostechies.com/derickbailey/2010/04/06/branching-strategies-handling-dependencies-between-branches/
# redirect 301 /blogs/derickbailey/archive/2010/04/07/revisiting-the-typesafedatareader-a-full-decorator-with-ordinal-caching-etc.aspx http://lostechies.com/derickbailey/2010/04/07/revisiting-the-typesafedatareader-a-full-decorator-with-ordinal-caching-etc/
# redirect 301 /blogs/derickbailey/archive/2010/04/08/want-to-work-from-home-doing-net-development-read-this.aspx http://lostechies.com/derickbailey/2010/04/08/want-to-work-from-home-doing-net-development-read-this/
# redirect 301 /blogs/derickbailey/archive/2010/04/12/coupling-is-your-friend.aspx http://lostechies.com/derickbailey/2010/04/12/coupling-is-your-friend/
# redirect 301 /blogs/derickbailey/archive/2010/04/13/compact-framework-global-hotkeys.aspx http://lostechies.com/derickbailey/2010/04/13/compact-framework-global-hotkeys/
# redirect 301 /blogs/derickbailey/archive/2010/04/14/anonymous-types-in-c-are-a-crippled-hack.aspx http://lostechies.com/derickbailey/2010/04/14/anonymous-types-in-c-are-a-crippled-hack/
# redirect 301 /blogs/derickbailey/archive/2010/04/14/help-i-m-terrible-at-migrating-restructuring-code-in-a-test-first-manner.aspx http://lostechies.com/derickbailey/2010/04/14/help-i-m-terrible-at-migrating-restructuring-code-in-a-test-first-manner/
# redirect 301 /blogs/derickbailey/archive/2010/04/15/adding-request-reply-to-the-application-controller.aspx http://lostechies.com/derickbailey/2010/04/15/adding-request-reply-to-the-application-controller/
# redirect 301 /blogs/derickbailey/archive/2010/04/16/all-solved-problems-are-easy.aspx http://lostechies.com/derickbailey/2010/04/16/all-solved-problems-are-easy/
# redirect 301 /blogs/derickbailey/archive/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs.aspx http://lostechies.com/derickbailey/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs/
# redirect 301 /blogs/derickbailey/archive/2010/04/20/partial-book-review-beautiful-teams.aspx http://lostechies.com/derickbailey/2010/04/20/partial-book-review-beautiful-teams/
# redirect 301 /blogs/derickbailey/archive/2010/04/21/resource-usage-ioc-containers-and-large-object-graphs.aspx http://lostechies.com/derickbailey/2010/04/21/resource-usage-ioc-containers-and-large-object-graphs/
# redirect 301 /blogs/derickbailey/archive/2010/04/22/expressive-code-good-variable-names-instead-of-magic-values-and-calculations.aspx http://lostechies.com/derickbailey/2010/04/22/expressive-code-good-variable-names-instead-of-magic-values-and-calculations/
# redirect 301 /blogs/derickbailey/archive/2010/04/23/using-vim-as-your-c-code-editor-from-visual-studio.aspx http://lostechies.com/derickbailey/2010/04/23/using-vim-as-your-c-code-editor-from-visual-studio/
# redirect 301 /blogs/derickbailey/archive/2010/04/26/lean-software-amp-systems-conference-2010-lssc10-review.aspx http://lostechies.com/derickbailey/2010/04/26/lean-software-amp-systems-conference-2010-lssc10-review/
# redirect 301 /blogs/derickbailey/archive/2010/04/27/my-lssc10-presentation-and-experience-assumptions-are-risks-we-have-accepted.aspx http://lostechies.com/derickbailey/2010/04/27/my-lssc10-presentation-and-experience-assumptions-are-risks-we-have-accepted/
# redirect 301 /blogs/derickbailey/archive/2010/04/28/dry-violations-may-indicate-a-missed-modeling-opportunity.aspx http://lostechies.com/derickbailey/2010/04/28/dry-violations-may-indicate-a-missed-modeling-opportunity/
# redirect 301 /blogs/derickbailey/archive/2010/04/30/albacore-albacore-albacore.aspx http://lostechies.com/derickbailey/2010/04/30/albacore-albacore-albacore/
# redirect 301 /blogs/derickbailey/archive/2010/05/03/zentest-autospec-is-an-rspec-tdder-s-best-friend.aspx http://lostechies.com/derickbailey/2010/05/03/zentest-autospec-is-an-rspec-tdder-s-best-friend/
# redirect 301 /blogs/derickbailey/archive/2010/05/04/rhino-mocks-recursion-and-multiple-return-values-from-stubs.aspx http://lostechies.com/derickbailey/2010/05/04/rhino-mocks-recursion-and-multiple-return-values-from-stubs/
# redirect 301 /blogs/derickbailey/archive/2010/05/05/trying-to-get-vim-intellisense-working-help.aspx http://lostechies.com/derickbailey/2010/05/05/trying-to-get-vim-intellisense-working-help/
# redirect 301 /blogs/derickbailey/archive/2010/05/10/build-tools-for-net-systems-it-s-no-longer-a-question-of-features.aspx http://lostechies.com/derickbailey/2010/05/10/build-tools-for-net-systems-it-s-no-longer-a-question-of-features/
# redirect 301 /blogs/derickbailey/archive/2010/05/11/vim-grep-find-all-occurrences-of-text-in-your-project.aspx http://lostechies.com/derickbailey/2010/05/11/vim-grep-find-all-occurrences-of-text-in-your-project/
# redirect 301 /blogs/derickbailey/archive/2010/05/13/class-definitions-binding-contracts-and-agreements-to-get-things-done.aspx http://lostechies.com/derickbailey/2010/05/13/class-definitions-binding-contracts-and-agreements-to-get-things-done/
# redirect 301 /blogs/derickbailey/archive/2010/05/14/managing-bug-fixes-across-multiple-releases-with-git-cherry-pick.aspx http://lostechies.com/derickbailey/2010/05/14/managing-bug-fixes-across-multiple-releases-with-git-cherry-pick/
# redirect 301 /blogs/derickbailey/archive/2010/05/20/book-review-web-design-for-developers.aspx http://lostechies.com/derickbailey/2010/05/20/book-review-web-design-for-developers/
# redirect 301 /blogs/derickbailey/archive/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5.aspx http://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/
# redirect 301 /blogs/derickbailey/archive/2010/05/23/albacore-should-we-continue-to-support-ruby-v1-8-6.aspx http://lostechies.com/derickbailey/2010/05/23/albacore-should-we-continue-to-support-ruby-v1-8-6/
# redirect 301 /blogs/derickbailey/archive/2010/05/24/simplify-your-unit-tests-with-auto-mocking-part-1-helper-methods.aspx http://lostechies.com/derickbailey/2010/05/24/simplify-your-unit-tests-with-auto-mocking-part-1-helper-methods/
# redirect 301 /blogs/derickbailey/archive/2010/05/25/simplify-your-unit-tests-with-automocking-part-2-establishing-context.aspx http://lostechies.com/derickbailey/2010/05/25/simplify-your-unit-tests-with-automocking-part-2-establishing-context/
# redirect 301 /blogs/derickbailey/archive/2010/05/26/the-dangers-of-automocking-containers.aspx http://lostechies.com/derickbailey/2010/05/26/the-dangers-of-automocking-containers/
# redirect 301 /blogs/derickbailey/archive/2010/05/27/violations-of-the-tell-don-t-ask-and-don-t-repeat-yourself-principles.aspx http://lostechies.com/derickbailey/2010/05/27/violations-of-the-tell-don-t-ask-and-don-t-repeat-yourself-principles/
# redirect 301 /blogs/derickbailey/archive/2010/05/28/health-accountability-and-technology.aspx http://lostechies.com/derickbailey/2010/05/28/health-accountability-and-technology/
# redirect 301 /blogs/derickbailey/archive/2010/06/01/albacore-feature-preview-building-c-code-with-csc-exe.aspx http://lostechies.com/derickbailey/2010/06/01/albacore-feature-preview-building-c-code-with-csc-exe/
# redirect 301 /blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx http://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/
# redirect 301 /blogs/derickbailey/archive/2010/06/09/git-oops-i-forgot-to-add-those-new-files-before-committing.aspx http://lostechies.com/derickbailey/2010/06/09/git-oops-i-forgot-to-add-those-new-files-before-committing/
# redirect 301 /blogs/derickbailey/archive/2010/06/14/work-in-process-wip-limits-policies-etc.aspx http://lostechies.com/derickbailey/2010/06/14/work-in-process-wip-limits-policies-etc/
# redirect 301 /blogs/derickbailey/archive/2010/06/21/i-ll-buy-an-ipad-when.aspx http://lostechies.com/derickbailey/2010/06/22/i-ll-buy-an-ipad-when/
# redirect 301 /blogs/derickbailey/archive/2010/06/28/easy-to-read-easy-to-understand.aspx http://lostechies.com/derickbailey/2010/06/28/easy-to-read-easy-to-understand/
# redirect 301 /blogs/derickbailey/archive/2010/07/13/i-bought-an-ipad-and-i-m-returning-it.aspx http://lostechies.com/derickbailey/2010/07/14/i-bought-an-ipad-and-i-m-returning-it/
# redirect 301 /blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx http://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/
# redirect 301 /blogs/derickbailey/archive/2010/07/22/why-is-git-trying-to-delete-my-project-folder.aspx http://lostechies.com/derickbailey/2010/07/22/why-is-git-trying-to-delete-my-project-folder/
# redirect 301 /blogs/derickbailey/archive/2010/07/26/how-to-build-custom-rake-tasks-the-right-way.aspx http://lostechies.com/derickbailey/2010/07/26/how-to-build-custom-rake-tasks-the-right-way/
# redirect 301 /blogs/derickbailey/archive/2010/07/27/vendor-lock-in-vs-best-of-breed-tools.aspx http://lostechies.com/derickbailey/2010/07/27/vendor-lock-in-vs-best-of-breed-tools/
# redirect 301 /blogs/derickbailey/archive/2010/08/06/albacore-v0-2-0-preview-2-is-available.aspx http://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/
# redirect 301 /blogs/derickbailey/archive/2010/08/06/bring-out-yer-dead-clang.aspx http://lostechies.com/derickbailey/2010/08/07/bring-out-yer-dead-clang/
# redirect 301 /blogs/derickbailey/archive/2010/09/01/knowing-when-to-ask.aspx http://lostechies.com/derickbailey/2010/09/01/knowing-when-to-ask/
# redirect 301 /blogs/derickbailey/archive/2010/09/10/design-and-testability.aspx http://lostechies.com/derickbailey/2010/09/10/design-and-testability/
# redirect 301 /blogs/derickbailey/archive/2010/09/14/a-few-thoughts-on-ioc-an-idea-for-a-different-type-of-container-and-a-lot-of-questions.aspx http://lostechies.com/derickbailey/2010/09/14/a-few-thoughts-on-ioc-an-idea-for-a-different-type-of-container-and-a-lot-of-questions/
# redirect 301 /blogs/derickbailey/archive/2010/09/15/moderating-comments-and-apologies.aspx http://lostechies.com/derickbailey/2010/09/16/moderating-comments-and-apologies/
# redirect 301 /blogs/derickbailey/archive/2010/09/20/intuition-and-complexity.aspx http://lostechies.com/derickbailey/2010/09/20/intuition-and-complexity/
# redirect 301 /blogs/derickbailey/archive/2010/09/22/domain-models-dependencies-and-fighting-anemia.aspx http://lostechies.com/derickbailey/2010/09/22/domain-models-dependencies-and-fighting-anemia/
# redirect 301 /blogs/derickbailey/archive/2010/09/24/a-refactoring-explicit-modeling-and-reducing-duplication.aspx http://lostechies.com/derickbailey/2010/09/25/a-refactoring-explicit-modeling-and-reducing-duplication/
# redirect 301 /blogs/derickbailey/archive/2010/09/29/monads-in-c-which-part-is-the-monad.aspx http://lostechies.com/derickbailey/2010/09/30/monads-in-c-which-part-is-the-monad/
# redirect 301 /blogs/derickbailey/archive/2010/09/30/a-dsl-for-handling-zero-one-many.aspx http://lostechies.com/derickbailey/2010/09/30/a-dsl-for-handling-zero-one-many/
# redirect 301 /blogs/derickbailey/archive/2010/10/01/technical-debt-is-like-your-friend-the-mafia-bookie.aspx http://lostechies.com/derickbailey/2010/10/01/technical-debt-is-like-your-friend-the-mafia-bookie/
# redirect 301 /blogs/derickbailey/archive/2010/10/07/a-less-ugly-switch-statement-for-c.aspx http://lostechies.com/derickbailey/2010/10/07/a-less-ugly-switch-statement-for-c/
# redirect 301 /blogs/derickbailey/archive/2010/10/09/the-maybe-monad-in-ruby.aspx http://lostechies.com/derickbailey/2010/10/10/the-maybe-monad-in-ruby/
# redirect 301 /blogs/derickbailey/archive/2010/10/11/parsing-a-hash-tree-or-object-graph-using-the-maybe-monad-in-ruby.aspx http://lostechies.com/derickbailey/2010/10/11/parsing-a-hash-tree-or-object-graph-using-the-maybe-monad-in-ruby/
# redirect 301 /blogs/derickbailey/archive/2010/10/11/ruby-v1-9-2-on-windows-can-t-find-executable-rake-for-rake-0-8-7.aspx http://lostechies.com/derickbailey/2010/10/11/ruby-v1-9-2-on-windows-can-t-find-executable-rake-for-rake-0-8-7/
# redirect 301 /blogs/derickbailey/archive/2010/11/01/becoming-an-independent-consultant.aspx http://lostechies.com/derickbailey/2010/11/01/becoming-an-independent-consultant/
# redirect 301 /blogs/derickbailey/archive/2010/11/02/solid-motivational-calendar.aspx http://lostechies.com/derickbailey/2010/11/02/solid-motivational-calendar/
# redirect 301 /blogs/derickbailey/archive/2010/11/03/a-response-to-what-is-an-interface-by-john-sonmez.aspx http://lostechies.com/derickbailey/2010/11/03/a-response-to-what-is-an-interface-by-john-sonmez/
# redirect 301 /blogs/derickbailey/archive/2010/11/11/cost-vs-risk-in-testing.aspx http://lostechies.com/derickbailey/2010/11/11/cost-vs-risk-in-testing/
# redirect 301 /blogs/derickbailey/archive/2010/11/16/evaluating-alternatives-vs-reacting-to-differences.aspx http://lostechies.com/derickbailey/2010/11/17/evaluating-alternatives-vs-reacting-to-differences/
# redirect 301 /blogs/derickbailey/archive/2010/11/24/my-osx-terminal-prompt-reposted-from-tumblr.aspx http://lostechies.com/derickbailey/2010/11/24/my-osx-terminal-prompt-reposted-from-tumblr/
# redirect 301 /blogs/derickbailey/archive/2010/11/25/replicating-my-osx-terminal-in-win7-with-git-bash-mingw32-and-pik.aspx http://lostechies.com/derickbailey/2010/11/25/replicating-my-osx-terminal-in-win7-with-git-bash-mingw32-and-pik/
# redirect 301 /blogs/derickbailey/archive/2010/11/30/don-t-make-me-choose-to-follow-the-standards.aspx http://lostechies.com/derickbailey/2010/12/01/don-t-make-me-choose-to-follow-the-standards/
# redirect 301 /blogs/derickbailey/archive/2010/12/09/web-development-stack-in-osx.aspx http://lostechies.com/derickbailey/2010/12/09/web-development-stack-in-osx/
# redirect 301 /blogs/derickbailey/archive/2010/12/13/an-observation-of-pair-programming-vs-not.aspx http://lostechies.com/derickbailey/2010/12/13/an-observation-of-pair-programming-vs-not/
# redirect 301 /blogs/derickbailey/archive/2010/12/14/an-interesting-quot-feature-quot-in-ruby-s-datetime-parse.aspx http://lostechies.com/derickbailey/2010/12/15/an-interesting-quot-feature-quot-in-ruby-s-datetime-parse/
# redirect 301 /blogs/derickbailey/archive/2010/12/15/a-semi-intelligent-watchr-script-for-rails-and-rspec.aspx http://lostechies.com/derickbailey/2010/12/15/a-semi-intelligent-watchr-script-for-rails-and-rspec/
# redirect 301 /blogs/derickbailey/archive/2010/12/17/verifying-generated-html-with-haml-cucumber-capybara-and-rspec.aspx http://lostechies.com/derickbailey/2010/12/17/verifying-generated-html-with-haml-cucumber-capybara-and-rspec/
# redirect 301 /blogs/derickbailey/archive/2011/01/13/mocks-stubs-and-unreadable-tests-clearly-i-m-doing-this-wrong.aspx http://lostechies.com/derickbailey/2011/01/14/mocks-stubs-and-unreadable-tests-clearly-i-m-doing-this-wrong/
# redirect 301 /blogs/derickbailey/archive/2011/01/18/i-use-inheritance-and-i-m-not-entirely-ashamed-of-it-should-i-be.aspx http://lostechies.com/derickbailey/2011/01/18/i-use-inheritance-and-i-m-not-entirely-ashamed-of-it-should-i-be/
# redirect 301 /blogs/derickbailey/archive/2011/01/21/creating-growl-notifications-from-a-macruby-app.aspx http://lostechies.com/derickbailey/2011/01/21/creating-growl-notifications-from-a-macruby-app/
# redirect 301 /blogs/derickbailey/archive/2011/01/23/responding-to-growl-notification-clicks-and-timeouts-with-macruby.aspx http://lostechies.com/derickbailey/2011/01/23/responding-to-growl-notification-clicks-and-timeouts-with-macruby/
# redirect 301 /blogs/derickbailey/archive/2011/01/24/asynchronous-control-updates-in-c-net-winforms.aspx http://lostechies.com/derickbailey/2011/01/24/asynchronous-control-updates-in-c-net-winforms/
# redirect 301 /blogs/derickbailey/archive/2011/01/25/bootstrapping-the-net-framework-without-an-msi-installer.aspx http://lostechies.com/derickbailey/2011/01/25/bootstrapping-the-net-framework-without-an-msi-installer/
# redirect 301 /blogs/derickbailey/archive/2011/02/01/good-refactoring-patterns-for-simple-ui-logic.aspx http://lostechies.com/derickbailey/2011/02/01/good-refactoring-patterns-for-simple-ui-logic/
# redirect 301 /blogs/derickbailey/archive/2011/02/04/hiding-sensitive-information-with-a-base64-encoded-dictionary-and-binary-serialization.aspx http://lostechies.com/derickbailey/2011/02/04/hiding-sensitive-information-with-a-base64-encoded-dictionary-and-binary-serialization/
# redirect 301 /blogs/derickbailey/archive/2011/02/23/git-oops-i-didn-t-mean-to-commit-on-that-remote-tracking-branch.aspx http://lostechies.com/derickbailey/2011/02/23/git-oops-i-didn-t-mean-to-commit-on-that-remote-tracking-branch/
# redirect 301 /blogs/derickbailey/archive/2011/02/23/git-d-oh-i-didn-t-want-to-delete-that-branch.aspx http://lostechies.com/derickbailey/2011/02/23/git-d-oh-i-didn-t-want-to-delete-that-branch/
# redirect 301 /blogs/derickbailey/archive/2011/02/23/how-to-have-bundler-load-a-custom-gem-into-a-rails-3-app.aspx http://lostechies.com/derickbailey/2011/02/24/how-to-have-bundler-load-a-custom-gem-into-a-rails-3-app/
# redirect 301 /blogs/derickbailey/archive/2011/02/24/validating-xml-against-xsd-schema-in-ironruby.aspx http://lostechies.com/derickbailey/2011/02/25/validating-xml-against-xsd-schema-in-ironruby/
# redirect 301 /blogs/derickbailey/archive/2011/03/14/installing-ruby-1-8-6-and-rubygems-on-osx-snow-leopard-with-rvm.aspx http://lostechies.com/derickbailey/2011/03/14/installing-ruby-1-8-6-and-rubygems-on-osx-snow-leopard-with-rvm/
# redirect 301 /blogs/eric/archive/2009/07/29/a-belated-introduction.aspx http://lostechies.com/ericanderson/2009/07/30/a-belated-introduction/
# redirect 301 /blogs/eric/archive/2009/08/12/unused-constructor-dependencies.aspx http://lostechies.com/ericanderson/2009/08/12/unused-constructor-dependencies/
# redirect 301 /blogs/eric/archive/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005.aspx http://lostechies.com/ericanderson/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005/
# redirect 301 /blogs/eric/archive/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market.aspx http://lostechies.com/ericanderson/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market/
# redirect 301 /blogs/eric/archive/2009/12/28/organizational-knowledge-sharing.aspx http://lostechies.com/ericanderson/2009/12/28/organizational-knowledge-sharing/
# redirect 301 /blogs/eric/archive/2010/03/18/your-best-foot-forward-writing-an-effective-technical-cover-letter.aspx http://lostechies.com/ericanderson/2010/03/18/your-best-foot-forward-writing-an-effective-technical-cover-letter/
# redirect 301 /blogs/eric/archive/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i.aspx http://lostechies.com/ericanderson/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i/
# redirect 301 /blogs/hex/archive/2008/02/26/using-db4objects-as-a-prototyping-tool-part-i.aspx http://lostechies.com/erichexter/2008/02/26/using-db4objects-as-a-prototyping-tool-part-i/
# redirect 301 /blogs/hex/archive/2008/02/29/new-mvccontrib-build-released-on-codeplex-build-0-0-1-75-beta.aspx http://lostechies.com/erichexter/2008/02/29/new-mvccontrib-build-released-on-codeplex-build-0-0-1-75-beta/
# redirect 301 /blogs/hex/archive/2008/03/05/asp-net-3-5-extensions-preview-new-version-of-ms-mvc-is-available.aspx http://lostechies.com/erichexter/2008/03/05/asp-net-3-5-extensions-preview-new-version-of-ms-mvc-is-available/
# redirect 301 /blogs/hex/archive/2008/03/11/batch-file-to-checkout-all-root-level-project-trunks-in-a-subversion-repository.aspx http://lostechies.com/erichexter/2008/03/11/batch-file-to-checkout-all-root-level-project-trunks-in-a-subversion-repository/
# redirect 301 /blogs/hex/archive/2008/03/26/new-mvccontrib-build-released-on-codeplex-build-0-0-1-91-beta.aspx http://lostechies.com/erichexter/2008/03/27/new-mvccontrib-build-released-on-codeplex-build-0-0-1-91-beta/
# redirect 301 /blogs/hex/archive/2008/03/26/eric-hexter-about-me.aspx http://lostechies.com/erichexter/2008/03/27/eric-hexter-about-me/
# redirect 301 /blogs/hex/archive/2008/03/30/asp-net-mvc-mvccontrib-we-need-your-opinion.aspx http://lostechies.com/erichexter/2008/03/30/asp-net-mvc-mvccontrib-we-need-your-opinion/
# redirect 301 /blogs/hex/archive/2008/04/19/asp-net-mvc-framework-new-version-of-the-mvc-contrib-project-v-0-0-1-101.aspx http://lostechies.com/erichexter/2008/04/19/asp-net-mvc-framework-new-version-of-the-mvc-contrib-project-v-0-0-1-101/
# redirect 301 /blogs/hex/archive/2008/04/20/silverlight-testing-framework-bug-frameworkelements-are-not-visible-on-the-testsurface.aspx http://lostechies.com/erichexter/2008/04/20/silverlight-testing-framework-bug-frameworkelements-are-not-visible-on-the-testsurface/
# redirect 301 /blogs/hex/archive/2008/04/20/silverlight-testing-part-1-testing-the-untested.aspx http://lostechies.com/erichexter/2008/04/21/silverlight-testing-part-1-testing-the-untested/
# redirect 301 /blogs/hex/archive/2008/04/21/silverlight-testing-part-2-making-the-test-easier-understand.aspx http://lostechies.com/erichexter/2008/04/21/silverlight-testing-part-2-making-the-test-easier-understand/
# redirect 301 /blogs/hex/archive/2008/06/08/silverlight-beta-2-released-and-what-that-means-for-the-testing-framework.aspx http://lostechies.com/erichexter/2008/06/08/silverlight-beta-2-released-and-what-that-means-for-the-testing-framework/
# redirect 301 /blogs/hex/archive/2008/06/24/session-materials-posted-for-my-austin-code-camp-2008-silverlight-2-unit-testing-session.aspx http://lostechies.com/erichexter/2008/06/25/session-materials-posted-for-my-austin-code-camp-2008-silverlight-2-unit-testing-session/
# redirect 301 /blogs/hex/archive/2008/06/29/come-see-me-speak-about-silverlight-2-0-at-the-alamo-coders-on-tuesday-july-8th.aspx http://lostechies.com/erichexter/2008/06/30/come-see-me-speak-about-silverlight-2-0-at-the-alamo-coders-on-tuesday-july-8th/
# redirect 301 /blogs/hex/archive/2008/07/21/running-your-build-source-code-from-a-ram-disk.aspx http://lostechies.com/erichexter/2008/07/21/running-your-build-source-code-from-a-ram-disk/
# redirect 301 /blogs/hex/archive/2008/07/22/running-a-x64-build-server-challenges-overcome.aspx http://lostechies.com/erichexter/2008/07/22/running-a-x64-build-server-challenges-overcome/
# redirect 301 /blogs/hex/archive/2008/10/07/announcing-the-test-driven-development-productivity-plugin-for-resharper.aspx http://lostechies.com/erichexter/2008/10/08/announcing-the-test-driven-development-productivity-plugin-for-resharper/
# redirect 301 /blogs/hex/archive/2009/01/29/my-current-net-application-and-tools-stack.aspx http://lostechies.com/erichexter/2009/01/29/my-current-net-application-and-tools-stack/
# redirect 301 /blogs/hex/archive/2009/01/31/using-idataerrorinfo-in-an-asp-net-mvc-application-should-be-considered-worst-practice.aspx http://lostechies.com/erichexter/2009/01/31/using-idataerrorinfo-in-an-asp-net-mvc-application-should-be-considered-worst-practice/
# redirect 301 /blogs/hex/archive/2009/02/05/trying-to-extend-the-asp-net-mvc-t4-item-templates-to-create-multiple-files.aspx http://lostechies.com/erichexter/2009/02/05/trying-to-extend-the-asp-net-mvc-t4-item-templates-to-create-multiple-files/
# redirect 301 /blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx http://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/
# redirect 301 /blogs/hex/archive/2009/02/07/some-questions-for-technology-mangers-how-healthy-are-your-teams.aspx http://lostechies.com/erichexter/2009/02/07/some-questions-for-technology-mangers-how-healthy-are-your-teams/
# redirect 301 /blogs/hex/archive/2009/02/07/if-you-are-developing-on-asp-net-mvc-and-your-are-not-using-mvccontrib-what-is-wrong-with-you.aspx http://lostechies.com/erichexter/2009/02/07/if-you-are-developing-on-asp-net-mvc-and-your-are-not-using-mvccontrib-what-is-wrong-with-you/
# redirect 301 /blogs/hex/archive/2009/02/09/i-will-be-presenting-an-afternoon-of-asp-net-mvc-with-headspring-systems-february-19th-in-austin.aspx http://lostechies.com/erichexter/2009/02/09/i-will-be-presenting-an-afternoon-of-asp-net-mvc-with-headspring-systems-february-19th-in-austin/
# redirect 301 /blogs/hex/archive/2009/02/20/changes-refactorings-to-the-mvc-contrib-project.aspx http://lostechies.com/erichexter/2009/02/20/changes-refactorings-to-the-mvc-contrib-project/
# redirect 301 /blogs/hex/archive/2009/02/20/asp-net-mvccontrib-logo-contest.aspx http://lostechies.com/erichexter/2009/02/20/asp-net-mvccontrib-logo-contest/
# redirect 301 /blogs/hex/archive/2009/02/27/my-alt-net-topics-proposals-i-need-a-proxy-for-tonight.aspx http://lostechies.com/erichexter/2009/02/27/my-alt-net-topics-proposals-i-need-a-proxy-for-tonight/
# redirect 301 /blogs/hex/archive/2009/03/02/alt-net-seattle-review.aspx http://lostechies.com/erichexter/2009/03/03/alt-net-seattle-review/
# redirect 301 /blogs/hex/archive/2009/03/02/hot-fix-available-for-visual-studio-2008-sp1-crashing-when-opening-up-aspx-files-views-on-vista-sp1-x64.aspx http://lostechies.com/erichexter/2009/03/03/hot-fix-available-for-visual-studio-2008-sp1-crashing-when-opening-up-aspx-files-views-on-vista-sp1-x64/
# redirect 301 /blogs/hex/archive/2009/03/08/come-see-me-speak-at-the-austin-net-users-group-tomorrow-3-9-2009-5pm.aspx http://lostechies.com/erichexter/2009/03/08/come-see-me-speak-at-the-austin-net-users-group-tomorrow-3-9-2009-5pm/
# redirect 301 /blogs/hex/archive/2009/04/09/help-support-open-source-software-i-mean-you.aspx http://lostechies.com/erichexter/2009/04/10/help-support-open-source-software-i-mean-you/
# redirect 301 /blogs/hex/archive/2009/04/13/tips-and-tricks-for-creating-user-group-communication-channels-with-your-members.aspx http://lostechies.com/erichexter/2009/04/14/tips-and-tricks-for-creating-user-group-communication-channels-with-your-members/
# redirect 301 /blogs/hex/archive/2009/05/16/austin-code-camp-sessions-voting-results.aspx http://lostechies.com/erichexter/2009/05/17/austin-code-camp-sessions-voting-results/
# redirect 301 /blogs/hex/archive/2009/05/16/big-props-to-the-codeplex-team.aspx http://lostechies.com/erichexter/2009/05/17/big-props-to-the-codeplex-team/
# redirect 301 /blogs/hex/archive/2009/05/18/the-flat-tire-principal-for-source-control.aspx http://lostechies.com/erichexter/2009/05/19/the-flat-tire-principal-for-source-control/
# redirect 301 /blogs/hex/archive/2009/06/09/opinionated-input-builders-for-asp-net-mvc-using-partials-part-i.aspx http://lostechies.com/erichexter/2009/06/09/opinionated-input-builders-for-asp-net-mvc-using-partials-part-i/
# redirect 301 /blogs/hex/archive/2009/06/09/opinionated-input-builders-for-asp-net-mvc-part-2-html-layout-for-the-label.aspx http://lostechies.com/erichexter/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-2-html-layout-for-the-label/
# redirect 301 /blogs/hex/archive/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-source-code.aspx http://lostechies.com/erichexter/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-source-code/
# redirect 301 /blogs/hex/archive/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-partial-view-inputs.aspx http://lostechies.com/erichexter/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-partial-view-inputs/
# redirect 301 /blogs/hex/archive/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-5-the-required-input.aspx http://lostechies.com/erichexter/2009/06/11/opinionated-input-builders-for-asp-net-mvc-part-5-the-required-input/
# redirect 301 /blogs/hex/archive/2009/06/11/free-asp-net-mvc-workshop-in-austin-on-tuesday-june-16th.aspx http://lostechies.com/erichexter/2009/06/11/free-asp-net-mvc-workshop-in-austin-on-tuesday-june-16th/
# redirect 301 /blogs/hex/archive/2009/06/13/opinionated-input-builders-part-6-performance-of-the-builders.aspx http://lostechies.com/erichexter/2009/06/13/opinionated-input-builders-part-6-performance-of-the-builders/
# redirect 301 /blogs/hex/archive/2009/06/14/opinionated-input-builders-part-7-more-on-performance-take-2.aspx http://lostechies.com/erichexter/2009/06/14/opinionated-input-builders-part-7-more-on-performance-take-2/
# redirect 301 /blogs/hex/archive/2009/06/17/opinionated-input-builders-part-8-the-auto-form.aspx http://lostechies.com/erichexter/2009/06/17/opinionated-input-builders-part-8-the-auto-form/
# redirect 301 /blogs/hex/archive/2009/06/18/making-a-unit-test-framework-agnostic-assertion-in-c.aspx http://lostechies.com/erichexter/2009/06/18/making-a-unit-test-framework-agnostic-assertion-in-c/
# redirect 301 /blogs/hex/archive/2009/06/18/performance-differences-in-the-asp-net-mvc-view-engine-when-using-two-view-engines-versus-a-single-composite-view-engine.aspx http://lostechies.com/erichexter/2009/06/19/performance-differences-in-the-asp-net-mvc-view-engine-when-using-two-view-engines-versus-a-single-composite-view-engine/
# redirect 301 /blogs/hex/archive/2009/06/30/opinionated-input-builders-part-9-override-the-default-date-time-picker.aspx http://lostechies.com/erichexter/2009/06/30/opinionated-input-builders-part-9-override-the-default-date-time-picker/
# redirect 301 /blogs/hex/archive/2009/06/30/updated-tdd-productivity-plug-in-for-resharper.aspx http://lostechies.com/erichexter/2009/07/01/updated-tdd-productivity-plug-in-for-resharper/
# redirect 301 /blogs/hex/archive/2009/08/22/live-meeting-with-phil-haack-mvc-2-08-26-2009-9am-pst-10-am-pst-12pm-1pm-est.aspx http://lostechies.com/erichexter/2009/08/22/live-meeting-with-phil-haack-mvc-2-08-26-2009-9am-pst-10-am-pst-12pm-1pm-est/
# redirect 301 /blogs/hex/archive/2009/08/23/mvccontrib-source-code-has-moved-to-github.aspx http://lostechies.com/erichexter/2009/08/23/mvccontrib-source-code-has-moved-to-github/
# redirect 301 /blogs/hex/archive/2009/08/25/windows-7-virtual-pc-ftw-for-the-win-for-virtual-workstation-development.aspx http://lostechies.com/erichexter/2009/08/25/windows-7-virtual-pc-ftw-for-the-win-for-virtual-workstation-development/
# redirect 301 /blogs/hex/archive/2009/08/31/breaking-changes-in-ncover-3-0-integration-with-cruise-control-net.aspx http://lostechies.com/erichexter/2009/08/31/breaking-changes-in-ncover-3-0-integration-with-cruise-control-net/
# redirect 301 /blogs/hex/archive/2009/09/10/free-continuous-integration-workshop-in-austin-tuesday-sept-15th-1pm-5pm.aspx http://lostechies.com/erichexter/2009/09/10/free-continuous-integration-workshop-in-austin-tuesday-sept-15th-1pm-5pm/
# redirect 301 /blogs/hex/archive/2009/09/14/community-for-mvc-virtual-meeting-wednesday-9-16-2009-12-00-1-00-pm-cst-t4mvc-presented-by-david-ebbo.aspx http://lostechies.com/erichexter/2009/09/14/community-for-mvc-virtual-meeting-wednesday-9-16-2009-12-00-1-00-pm-cst-t4mvc-presented-by-david-ebbo/
# redirect 301 /blogs/hex/archive/2009/09/16/video-of-the-david-ebbo-presenting-t4mvc-to-the-community-for-mvc-virtual-user-group.aspx http://lostechies.com/erichexter/2009/09/17/video-of-the-david-ebbo-presenting-t4mvc-to-the-community-for-mvc-virtual-user-group/
# redirect 301 /blogs/hex/archive/2009/09/17/continuous-database-integration-video.aspx http://lostechies.com/erichexter/2009/09/17/continuous-database-integration-video/
# redirect 301 /blogs/hex/archive/2009/09/17/video-of-the-continuous-integration-workshop.aspx http://lostechies.com/erichexter/2009/09/18/video-of-the-continuous-integration-workshop/
# redirect 301 /blogs/hex/archive/2009/10/29/what-i-have-been-up-to.aspx http://lostechies.com/erichexter/2009/10/30/what-i-have-been-up-to/
# redirect 301 /blogs/hex/archive/2009/11/01/asp-net-mvc-portable-areas-via-mvccontrib.aspx http://lostechies.com/erichexter/2009/11/01/asp-net-mvc-portable-areas-via-mvccontrib/
# redirect 301 /blogs/hex/archive/2009/11/02/asp-net-mvc-portable-areas-part-2.aspx http://lostechies.com/erichexter/2009/11/02/asp-net-mvc-portable-areas-part-2/
# redirect 301 /blogs/hex/archive/2009/11/03/asp-net-mvc-portable-areas-part-3.aspx http://lostechies.com/erichexter/2009/11/03/asp-net-mvc-portable-areas-part-3/
# redirect 301 /blogs/hex/archive/2009/11/04/asp-net-mvc-portable-area-part-4-ioc-framework-support.aspx http://lostechies.com/erichexter/2009/11/04/asp-net-mvc-portable-area-part-4-ioc-framework-support/
# redirect 301 /blogs/hex/archive/2009/11/04/automapper-auto-profile-registration.aspx http://lostechies.com/erichexter/2009/11/05/automapper-auto-profile-registration/
# redirect 301 /blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx http://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/
# redirect 301 /blogs/hex/archive/2009/12/28/free-training-videos-from-the-last-year.aspx http://lostechies.com/erichexter/2009/12/28/free-training-videos-from-the-last-year/
# redirect 301 /blogs/hex/archive/2009/12/29/update-on-using-msdeploy-for-remote-deployments.aspx http://lostechies.com/erichexter/2009/12/29/update-on-using-msdeploy-for-remote-deployments/
# redirect 301 /blogs/hex/archive/2010/01/11/a-call-for-help-vote-for-my-codeplex-issues.aspx http://lostechies.com/erichexter/2010/01/11/a-call-for-help-vote-for-my-codeplex-issues/
# redirect 301 /blogs/hex/archive/2010/01/15/deploying-your-server-roles-using-msdeploy-for-enterprise-deployments.aspx http://lostechies.com/erichexter/2010/01/15/deploying-your-server-roles-using-msdeploy-for-enterprise-deployments/
# redirect 301 /blogs/hex/archive/2010/03/12/devexpress-is-a-platinum-sponsor-of-austin-code-camp-2010.aspx http://lostechies.com/erichexter/2010/03/12/devexpress-is-a-platinum-sponsor-of-austin-code-camp-2010/
# redirect 301 /blogs/hex/archive/2010/03/15/discountasp-net-is-a-platinum-sponsor-of-austin-code-camp-2010.aspx http://lostechies.com/erichexter/2010/03/15/discountasp-net-is-a-platinum-sponsor-of-austin-code-camp-2010/
# redirect 301 /blogs/hex/archive/2010/03/18/redgate-is-a-platinum-sponsor-of-austin-code-camp-2010.aspx http://lostechies.com/erichexter/2010/03/18/redgate-is-a-platinum-sponsor-of-austin-code-camp-2010/
# redirect 301 /blogs/hex/archive/2010/04/06/mvc-virtual-group-will-have-phil-haack-the-asp-net-mvc-program-manager-on-wed-4-7-12pm-cdt.aspx http://lostechies.com/erichexter/2010/04/06/mvc-virtual-group-will-have-phil-haack-the-asp-net-mvc-program-manager-on-wed-4-7-12pm-cdt/
# redirect 301 /blogs/hex/archive/2010/04/07/mvccontrib-portable-area-visual-studio-project-template.aspx http://lostechies.com/erichexter/2010/04/07/mvccontrib-portable-area-visual-studio-project-template/
# redirect 301 /blogs/hex/archive/2010/04/22/portable-area-excerpt-from-mvc2-in-action.aspx http://lostechies.com/erichexter/2010/04/22/portable-area-excerpt-from-mvc2-in-action/
# redirect 301 /blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx http://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/
# redirect 301 /blogs/hex/archive/2010/06/22/using-mercurial-as-a-local-repository-for-team-foundation-server-start-front-n.aspx http://lostechies.com/erichexter/2010/06/23/using-mercurial-as-a-local-repository-for-team-foundation-server-start-front-n/
# redirect 301 /blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/
# redirect 301 /blogs/hex/archive/2010/07/08/signup-for-mvcconf-virtual-asp-net-mvc-conference.aspx http://lostechies.com/erichexter/2010/07/08/signup-for-mvcconf-virtual-asp-net-mvc-conference/
# redirect 301 /blogs/hex/archive/2010/07/15/jobs-doing-net-working-on-dell-com.aspx http://lostechies.com/erichexter/2010/07/16/jobs-doing-net-working-on-dell-com/
# redirect 301 /blogs/hex/archive/2010/07/16/converting-from-webforms-to-mvc-presentation.aspx http://lostechies.com/erichexter/2010/07/16/converting-from-webforms-to-mvc-presentation/
# redirect 301 /blogs/hex/archive/2010/07/27/msdn-license-giveaways-for-open-source-projects.aspx http://lostechies.com/erichexter/2010/07/28/msdn-license-giveaways-for-open-source-projects/
# redirect 301 /blogs/hex/archive/2010/10/03/nupack-net-package-management-and-much-much-more.aspx http://lostechies.com/erichexter/2010/10/03/nupack-net-package-management-and-much-much-more/
# redirect 301 /blogs/hex/archive/2010/10/07/using-solution-factory-nupack-to-create-opinionated-visual-studio-solutions.aspx http://lostechies.com/erichexter/2010/10/07/using-solution-factory-nupack-to-create-opinionated-visual-studio-solutions/
# redirect 301 /blogs/hex/archive/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome.aspx http://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/
# redirect 301 /blogs/evan_hoff/archive/2007/10/21/pardon-the-construction-dust.aspx http://lostechies.com/evanhoff/2007/10/22/pardon-the-construction-dust/
# redirect 301 /blogs/evan_hoff/archive/2007/10/22/the-art-of-the-metaobject-protocol.aspx http://lostechies.com/evanhoff/2007/10/22/the-art-of-the-metaobject-protocol/
# redirect 301 /blogs/evan_hoff/archive/2007/10/22/resharper-community-support-rocks.aspx http://lostechies.com/evanhoff/2007/10/22/resharper-community-support-rocks/
# redirect 301 /blogs/evan_hoff/archive/2007/10/22/joining-los-techies.aspx http://lostechies.com/evanhoff/2007/10/22/joining-los-techies/
# redirect 301 /blogs/evan_hoff/archive/2007/10/22/new-location-same-old-garbage.aspx http://lostechies.com/evanhoff/2007/10/22/new-location-same-old-garbage/
# redirect 301 /blogs/evan_hoff/archive/2007/10/22/creating-team-coding-standards.aspx http://lostechies.com/evanhoff/2007/10/22/creating-team-coding-standards/
# redirect 301 /blogs/evan_hoff/archive/2007/10/23/the-web-database-anti-pattern.aspx http://lostechies.com/evanhoff/2007/10/23/the-web-database-anti-pattern/
# redirect 301 /blogs/evan_hoff/archive/2007/10/23/transactions-across-service-boundaries.aspx http://lostechies.com/evanhoff/2007/10/24/transactions-across-service-boundaries/
# redirect 301 /blogs/evan_hoff/archive/2007/10/24/the-8-fallacies-of-distributed-computing.aspx http://lostechies.com/evanhoff/2007/10/24/the-8-fallacies-of-distributed-computing/
# redirect 301 /blogs/evan_hoff/archive/2007/10/24/database-normalization-is-for-sissies.aspx http://lostechies.com/evanhoff/2007/10/24/database-normalization-is-for-sissies/
# redirect 301 /blogs/evan_hoff/archive/2007/10/28/alt-net-how-can-microsoft-patterns-and-practices-help.aspx http://lostechies.com/evanhoff/2007/10/28/alt-net-how-can-microsoft-patterns-and-practices-help/
# redirect 301 /blogs/evan_hoff/archive/2007/10/28/alt-net-re-how-can-microsoft-patterns-and-practices-help.aspx http://lostechies.com/evanhoff/2007/10/28/alt-net-re-how-can-microsoft-patterns-and-practices-help/
# redirect 301 /blogs/evan_hoff/archive/2007/10/28/alt-net-architecture-on-an-agile-project.aspx http://lostechies.com/evanhoff/2007/10/28/alt-net-architecture-on-an-agile-project/
# redirect 301 /blogs/evan_hoff/archive/2007/10/28/joining-ineta-as-membership-mentor-for-tennessee-and-kentucky.aspx http://lostechies.com/evanhoff/2007/10/28/joining-ineta-as-membership-mentor-for-tennessee-and-kentucky/
# redirect 301 /blogs/evan_hoff/archive/2007/10/28/oopsla-podcasts.aspx http://lostechies.com/evanhoff/2007/10/29/oopsla-podcasts/
# redirect 301 /blogs/evan_hoff/archive/2007/10/30/code-is-obsolete-in-visual-studio-10.aspx http://lostechies.com/evanhoff/2007/10/30/code-is-obsolete-in-visual-studio-10/
# redirect 301 /blogs/evan_hoff/archive/2007/10/31/alt-net-drinking-from-the-firehose.aspx http://lostechies.com/evanhoff/2007/10/31/alt-net-drinking-from-the-firehose/
# redirect 301 /blogs/evan_hoff/archive/2007/11/09/building-the-application-off-the-database.aspx http://lostechies.com/evanhoff/2007/11/09/building-the-application-off-the-database/
# redirect 301 /blogs/evan_hoff/archive/2007/11/09/on-mobile-objects.aspx http://lostechies.com/evanhoff/2007/11/10/on-mobile-objects/
# redirect 301 /blogs/evan_hoff/archive/2007/11/14/fighting-your-tooling-sucks.aspx http://lostechies.com/evanhoff/2007/11/15/fighting-your-tooling-sucks/
# redirect 301 /blogs/evan_hoff/archive/2007/11/30/book-review-enterprise-architecture-as-strategy.aspx http://lostechies.com/evanhoff/2007/12/01/book-review-enterprise-architecture-as-strategy/
# redirect 301 /blogs/evan_hoff/archive/2007/11/30/the-shape-of-the-domain-model.aspx http://lostechies.com/evanhoff/2007/12/01/the-shape-of-the-domain-model/
# redirect 301 /blogs/evan_hoff/archive/2007/12/30/infinite-scaling-and-distributed-transactions.aspx http://lostechies.com/evanhoff/2007/12/30/infinite-scaling-and-distributed-transactions/
# redirect 301 /blogs/evan_hoff/archive/2007/12/30/building-large-systems-at-google.aspx http://lostechies.com/evanhoff/2007/12/30/building-large-systems-at-google/
# redirect 301 /blogs/evan_hoff/archive/2007/12/30/learning-from-myspace.aspx http://lostechies.com/evanhoff/2007/12/30/learning-from-myspace/
# redirect 301 /blogs/evan_hoff/archive/2008/01/01/speaking-in-2007.aspx http://lostechies.com/evanhoff/2008/01/01/speaking-in-2007/
# redirect 301 /blogs/evan_hoff/archive/2008/01/01/running-microsoft-excel-on-a-scalable-computing-grid.aspx http://lostechies.com/evanhoff/2008/01/01/running-microsoft-excel-on-a-scalable-computing-grid/
# redirect 301 /blogs/evan_hoff/archive/2008/01/07/language-roots.aspx http://lostechies.com/evanhoff/2008/01/08/language-roots/
# redirect 301 /blogs/evan_hoff/archive/2008/01/09/the-monolith.aspx http://lostechies.com/evanhoff/2008/01/10/the-monolith/
# redirect 301 /blogs/evan_hoff/archive/2008/03/16/breaking-the-silence.aspx http://lostechies.com/evanhoff/2008/03/16/breaking-the-silence/
# redirect 301 /blogs/evan_hoff/archive/2008/03/19/the-architect-sketch.aspx http://lostechies.com/evanhoff/2008/03/20/the-architect-sketch/
# redirect 301 /blogs/evan_hoff/archive/2008/03/30/taxonomy-of-interaction-models.aspx http://lostechies.com/evanhoff/2008/03/30/taxonomy-of-interaction-models/
# redirect 301 /blogs/evan_hoff/archive/2008/03/30/developer-s-three-favorite-abstractions-patterns.aspx http://lostechies.com/evanhoff/2008/03/30/developer-s-three-favorite-abstractions-patterns/
# redirect 301 /blogs/evan_hoff/archive/2008/04/01/large-scale-software-failures.aspx http://lostechies.com/evanhoff/2008/04/01/large-scale-software-failures/
# redirect 301 /blogs/evan_hoff/archive/2008/04/01/partitioned-complexity.aspx http://lostechies.com/evanhoff/2008/04/01/partitioned-complexity/
# redirect 301 /blogs/evan_hoff/archive/2008/04/01/what-s-a-transaction.aspx http://lostechies.com/evanhoff/2008/04/02/what-s-a-transaction/
# redirect 301 /blogs/evan_hoff/archive/2008/04/01/the-great-oop-misnomer.aspx http://lostechies.com/evanhoff/2008/04/02/the-great-oop-misnomer/
# redirect 301 /blogs/evan_hoff/archive/2008/04/07/book-review-the-power-to-predict.aspx http://lostechies.com/evanhoff/2008/04/08/book-review-the-power-to-predict/
# redirect 301 /blogs/evan_hoff/archive/2008/04/07/book-review-software-architecture-in-practice.aspx http://lostechies.com/evanhoff/2008/04/08/book-review-software-architecture-in-practice/
# redirect 301 /blogs/evan_hoff/archive/2008/04/15/test-first-development.aspx http://lostechies.com/evanhoff/2008/04/15/test-first-development/
# redirect 301 /blogs/evan_hoff/archive/2008/04/17/sun-votes-for-open-source.aspx http://lostechies.com/evanhoff/2008/04/17/sun-votes-for-open-source/
# redirect 301 /blogs/evan_hoff/archive/2008/05/04/a-reader-challenge.aspx http://lostechies.com/evanhoff/2008/05/05/a-reader-challenge/
# redirect 301 /blogs/evan_hoff/archive/2008/05/04/a-very-poor-object-model-is-really-no-object-model-at-all.aspx http://lostechies.com/evanhoff/2008/05/05/a-very-poor-object-model-is-really-no-object-model-at-all/
# redirect 301 /blogs/evan_hoff/archive/2008/05/08/don-t-do-that.aspx http://lostechies.com/evanhoff/2008/05/09/don-t-do-that/
# redirect 301 /blogs/evan_hoff/archive/2008/05/19/on-comparing-current-tools-to-futureware.aspx http://lostechies.com/evanhoff/2008/05/20/on-comparing-current-tools-to-futureware/
# redirect 301 /blogs/evan_hoff/archive/2008/05/21/and-you-thought-your-deployments-were-tough.aspx http://lostechies.com/evanhoff/2008/05/22/and-you-thought-your-deployments-were-tough/
# redirect 301 /blogs/evan_hoff/archive/2008/05/22/estimating-system-load.aspx http://lostechies.com/evanhoff/2008/05/22/estimating-system-load/
# redirect 301 /blogs/evan_hoff/archive/2008/05/29/retaining-good-people.aspx http://lostechies.com/evanhoff/2008/05/30/retaining-good-people/
# redirect 301 /blogs/evan_hoff/archive/2008/06/09/the-cost-of-defects.aspx http://lostechies.com/evanhoff/2008/06/09/the-cost-of-defects/
# redirect 301 /blogs/evan_hoff/archive/2008/07/03/book-review-it-architectures-and-middleware-2-ed.aspx http://lostechies.com/evanhoff/2008/07/03/book-review-it-architectures-and-middleware-2-ed/
# redirect 301 /blogs/evan_hoff/archive/2008/07/03/book-review-the-sciences-of-the-artificial-3rd-ed.aspx http://lostechies.com/evanhoff/2008/07/03/book-review-the-sciences-of-the-artificial-3rd-ed/
# redirect 301 /blogs/evan_hoff/archive/2008/08/05/announcing-the-nashville-alt-net-user-group.aspx http://lostechies.com/evanhoff/2008/08/06/announcing-the-nashville-alt-net-user-group/
# redirect 301 /blogs/evan_hoff/archive/2008/08/25/community-reality-check-is-ineta-a-concrete-life-raft.aspx http://lostechies.com/evanhoff/2008/08/26/community-reality-check-is-ineta-a-concrete-life-raft/
# redirect 301 /blogs/gabrielschenker/archive/2009/01/12/coming-from-place-far-far-away.aspx http://lostechies.com/gabrielschenker/2009/01/12/coming-from-place-far-far-away/
# redirect 301 /blogs/gabrielschenker/archive/2009/01/21/real-swiss-don-t-need-srp-do-they.aspx http://lostechies.com/gabrielschenker/2009/01/21/real-swiss-don-t-need-srp-do-they/
# redirect 301 /blogs/gabrielschenker/archive/2009/01/23/synchronizing-calls-to-the-ui-in-a-multi-threaded-application.aspx http://lostechies.com/gabrielschenker/2009/01/23/synchronizing-calls-to-the-ui-in-a-multi-threaded-application/
# redirect 301 /blogs/gabrielschenker/archive/2009/01/29/true-swiss-don-t-like-mocks.aspx http://lostechies.com/gabrielschenker/2009/01/29/true-swiss-don-t-like-mocks/
# redirect 301 /blogs/gabrielschenker/archive/2009/01/30/the-dependency-inversion-principle.aspx http://lostechies.com/gabrielschenker/2009/01/30/the-dependency-inversion-principle/
# redirect 301 /blogs/gabrielschenker/archive/2009/02/03/step-by-step-introduction-to-delegates-and-lambda-expressions.aspx http://lostechies.com/gabrielschenker/2009/02/03/step-by-step-introduction-to-delegates-and-lambda-expressions/
# redirect 301 /blogs/gabrielschenker/archive/2009/02/03/dynamic-reflection-versus-static-reflection.aspx http://lostechies.com/gabrielschenker/2009/02/03/dynamic-reflection-versus-static-reflection/
# redirect 301 /blogs/gabrielschenker/archive/2009/02/05/learning-and-understanding.aspx http://lostechies.com/gabrielschenker/2009/02/05/learning-and-understanding/
# redirect 301 /blogs/gabrielschenker/archive/2009/02/13/the-open-closed-principle.aspx http://lostechies.com/gabrielschenker/2009/02/13/the-open-closed-principle/
# redirect 301 /blogs/gabrielschenker/archive/2009/02/27/refactoring-legacy-code.aspx http://lostechies.com/gabrielschenker/2009/02/27/refactoring-legacy-code/
# redirect 301 /blogs/gabrielschenker/archive/2009/03/10/how-to-add-a-custom-validation-method-to-the-jquery-validator-plug-in.aspx http://lostechies.com/gabrielschenker/2009/03/10/how-to-add-a-custom-validation-method-to-the-jquery-validator-plug-in/
# redirect 301 /blogs/gabrielschenker/archive/2009/03/10/javascript-access-properties-of-a-complex-json-object.aspx http://lostechies.com/gabrielschenker/2009/03/10/javascript-access-properties-of-a-complex-json-object/
# redirect 301 /blogs/gabrielschenker/archive/2009/03/24/how-to-change-start-location-of-a-signed-clickonce-application.aspx http://lostechies.com/gabrielschenker/2009/03/24/how-to-change-start-location-of-a-signed-clickonce-application/
# redirect 301 /blogs/gabrielschenker/archive/2009/04/09/article-series-on-nhibernate-and-fluent-nhibernate.aspx http://lostechies.com/gabrielschenker/2009/04/08/article-series-on-nhibernate-and-fluent-nhibernate/
# redirect 301 /blogs/gabrielschenker/archive/2009/04/16/article-series-on-nhibernate-and-fluent-nhibernate-part-2.aspx http://lostechies.com/gabrielschenker/2009/04/16/article-series-on-nhibernate-and-fluent-nhibernate-part-2/
# redirect 301 /blogs/gabrielschenker/archive/2009/04/17/nhibernate-2nd-level-cache-and-multiple-databases.aspx http://lostechies.com/gabrielschenker/2009/04/17/nhibernate-2nd-level-cache-and-multiple-databases/
# redirect 301 /blogs/gabrielschenker/archive/2009/04/21/tutorial-about-mocking-with-rhino-mocks-and-moq.aspx http://lostechies.com/gabrielschenker/2009/04/21/tutorial-about-mocking-with-rhino-mocks-and-moq/
# redirect 301 /blogs/gabrielschenker/archive/2009/05/05/ptom-brownfield-development-making-your-dependencies-explicit.aspx http://lostechies.com/gabrielschenker/2009/05/04/ptom-brownfield-development-making-your-dependencies-explicit/
# redirect 301 /blogs/gabrielschenker/archive/2009/06/01/fluent-silverlight-part-1.aspx http://lostechies.com/gabrielschenker/2009/05/31/fluent-silverlight-part-1/
# redirect 301 /blogs/gabrielschenker/archive/2009/06/02/fluent-silverlight-part-2-binding-properties.aspx http://lostechies.com/gabrielschenker/2009/06/01/fluent-silverlight-part-2-binding-properties/
# redirect 301 /blogs/gabrielschenker/archive/2009/06/09/fluent-silverlight-part-3-binding-events-to-commands.aspx http://lostechies.com/gabrielschenker/2009/06/08/fluent-silverlight-part-3-binding-events-to-commands/
# redirect 301 /blogs/gabrielschenker/archive/2009/06/26/walking-through-the-creation-of-a-complex-installer-package.aspx http://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/
# redirect 301 /blogs/gabrielschenker/archive/2009/09/02/article-series-on-nhibernate-and-fluent-nhibernate-part-3.aspx http://lostechies.com/gabrielschenker/2009/09/02/article-series-on-nhibernate-and-fluent-nhibernate-part-3/
# redirect 301 /blogs/gabrielschenker/archive/2009/10/05/leaving-switzerland.aspx http://lostechies.com/gabrielschenker/2009/10/05/leaving-switzerland/
# redirect 301 /blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/
# redirect 301 /blogs/gabrielschenker/archive/2009/11/26/writing-a-profiler-for-silverlight-applications-part-1.aspx http://lostechies.com/gabrielschenker/2009/11/26/writing-a-profiler-for-silverlight-applications-part-1/
# redirect 301 /blogs/gabrielschenker/archive/2009/12/08/writing-a-profiler-for-silverlight-applications-part-2.aspx http://lostechies.com/gabrielschenker/2009/12/08/writing-a-profiler-for-silverlight-applications-part-2/
# redirect 301 /blogs/gabrielschenker/archive/2010/01/02/fluent-silverlight-implementing-a-fluent-api.aspx http://lostechies.com/gabrielschenker/2010/01/02/fluent-silverlight-implementing-a-fluent-api/
# redirect 301 /blogs/gabrielschenker/archive/2010/01/03/fluent-silverlight-fluent-api-and-inheritance.aspx http://lostechies.com/gabrielschenker/2010/01/03/fluent-silverlight-fluent-api-and-inheritance/
# redirect 301 /blogs/gabrielschenker/archive/2010/01/06/silverlight-and-styles.aspx http://lostechies.com/gabrielschenker/2010/01/06/silverlight-and-styles/
# redirect 301 /blogs/gabrielschenker/archive/2010/01/07/fluent-silverlight-binding-dependency-properties-to-model-properties.aspx http://lostechies.com/gabrielschenker/2010/01/07/fluent-silverlight-binding-dependency-properties-to-model-properties/
# redirect 301 /blogs/gabrielschenker/archive/2010/01/08/fluent-silverlight-static-reflection.aspx http://lostechies.com/gabrielschenker/2010/01/08/fluent-silverlight-static-reflection/
# redirect 301 /blogs/gabrielschenker/archive/2010/01/08/fluent-silverlight-table-of-content.aspx http://lostechies.com/gabrielschenker/2010/01/08/fluent-silverlight-table-of-content/
# redirect 301 /blogs/gabrielschenker/archive/2010/01/27/fluent-silverlight-binding-control-events-to-actions.aspx http://lostechies.com/gabrielschenker/2010/01/27/fluent-silverlight-binding-control-events-to-actions/
# redirect 301 /blogs/gabrielschenker/archive/2010/05/19/wix-and-custom-actions.aspx http://lostechies.com/gabrielschenker/2010/05/18/wix-and-custom-actions/
# redirect 301 /blogs/gabrielschenker/archive/2010/05/19/creating-a-bootstrapper-with-dotnetinstaller.aspx http://lostechies.com/gabrielschenker/2010/05/19/creating-a-bootstrapper-with-dotnetinstaller/
# redirect 301 /blogs/gabrielschenker/archive/2010/05/27/working-with-code-based-templates-in-silverlight.aspx http://lostechies.com/gabrielschenker/2010/05/27/working-with-code-based-templates-in-silverlight/
# redirect 301 /blogs/gabrielschenker/archive/2010/06/15/migrating-to-git.aspx http://lostechies.com/gabrielschenker/2010/06/15/migrating-to-git/
# redirect 301 /blogs/gabrielschenker/archive/2010/06/18/git-and-our-friction-points-and-beginners-mistakes.aspx http://lostechies.com/gabrielschenker/2010/06/18/git-and-our-friction-points-and-beginners-mistakes/
# redirect 301 /blogs/gabrielschenker/archive/2010/07/28/we-are-hiring.aspx http://lostechies.com/gabrielschenker/2010/07/28/we-are-hiring/
# redirect 301 /blogs/gabrielschenker/archive/2010/09/15/making-history-explicit.aspx http://lostechies.com/gabrielschenker/2010/09/15/making-history-explicit/
# redirect 301 /blogs/gabrielschenker/archive/2010/09/21/analyzing-historical-data-and-playing-with-interactive-extensions.aspx http://lostechies.com/gabrielschenker/2010/09/21/analyzing-historical-data-and-playing-with-interactive-extensions/
# redirect 301 /blogs/gabrielschenker/archive/2010/10/06/new-book-on-nhibernate.aspx http://lostechies.com/gabrielschenker/2010/10/06/new-book-on-nhibernate/
# redirect 301 /blogs/gabrielschenker/archive/2011/01/18/nhibernate-3-beginners-guide.aspx http://lostechies.com/gabrielschenker/2011/01/18/nhibernate-3-beginners-guide/
# redirect 301 /blogs/gabrielschenker/archive/2011/01/18/ranting-about-the-quality-of-developers.aspx http://lostechies.com/gabrielschenker/2011/01/18/ranting-about-the-quality-of-developers/
# redirect 301 /blogs/thatotherguy/archive/2008/09/21/hola-los-techies-and-thanks.aspx http://lostechies.com/gregorylong/2008/09/21/hola-los-techies-and-thanks/
# redirect 301 /blogs/thatotherguy/archive/2009/04/14/know-your-enemy.aspx http://lostechies.com/gregorylong/2009/04/14/know-your-enemy/
# redirect 301 /blogs/thatotherguy/archive/2009/05/01/pablo-s-topic-of-the-month-may-2009-edition.aspx http://lostechies.com/gregorylong/2009/05/01/pablo-s-topic-of-the-month-may-2009-edition/
# redirect 301 /blogs/thatotherguy/archive/2009/06/18/if-you-re-looking-for-nothin-but-net.aspx http://lostechies.com/gregorylong/2009/06/19/if-you-re-looking-for-nothin-but-net/
# redirect 301 /blogs/thatotherguy/archive/2009/12/10/pragmatic-thinking-and-learning-a-review.aspx http://lostechies.com/gregorylong/2009/12/10/pragmatic-thinking-and-learning-a-review/
# redirect 301 /blogs/thatotherguy/archive/2010/02/18/los-techies-fiesta-invitation.aspx http://lostechies.com/gregorylong/2010/02/18/los-techies-fiesta-invitation/
# redirect 301 /blogs/thatotherguy/archive/2010/02/18/pablo-s-fiesta-preparation.aspx http://lostechies.com/gregorylong/2010/02/18/pablo-s-fiesta-preparation/
# redirect 301 /blogs/thatotherguy/archive/2011/01/14/are-you-mocking-me.aspx http://lostechies.com/gregorylong/2011/01/15/are-you-mocking-me/
# redirect 301 /blogs/thatotherguy/archive/2011/01/21/oo-do-i-know-thee.aspx http://lostechies.com/gregorylong/2011/01/21/oo-do-i-know-thee/
# redirect 301 /blogs/thatotherguy/archive/2011/02/04/to-thine-own-self-be-true.aspx http://lostechies.com/gregorylong/2011/02/04/to-thine-own-self-be-true/
# redirect 301 /blogs/jagregory/archive/2009/03/27/my-name-s-james-gregory-and-i-m-new-here.aspx http://lostechies.com/jamesgregory/2009/03/27/my-name-s-james-gregory-and-i-m-new-here/
# redirect 301 /blogs/jagregory/archive/2009/04/28/what-s-been-happening-in-fluent-nhibernate-land.aspx http://lostechies.com/jamesgregory/2009/04/27/what-s-been-happening-in-fluent-nhibernate-land/
# redirect 301 /blogs/jagregory/archive/2009/05/09/entity-interface-anti-pattern.aspx http://lostechies.com/jamesgregory/2009/05/09/entity-interface-anti-pattern/
# redirect 301 /blogs/jagregory/archive/2009/07/20/git-s-and-command-line-fear.aspx http://lostechies.com/jamesgregory/2009/07/20/git-s-and-command-line-fear/
# redirect 301 /blogs/jagregory/archive/2009/08/16/fluent-nhibernate-1-0rc.aspx http://lostechies.com/jamesgregory/2009/08/16/fluent-nhibernate-1-0rc/
# redirect 301 /blogs/jagregory/archive/2009/08/18/debugger-property-evaluation-side-effects.aspx http://lostechies.com/jamesgregory/2009/08/18/debugger-property-evaluation-side-effects/
# redirect 301 /blogs/jagregory/archive/2009/08/28/fluent-nhibernate-1-0-rtm.aspx http://lostechies.com/jamesgregory/2009/08/28/fluent-nhibernate-1-0-rtm/
# redirect 301 /blogs/jagregory/archive/2009/11/25/git-s-guts-branches-head-and-fast-forwards.aspx http://lostechies.com/jamesgregory/2009/11/25/git-s-guts-branches-head-and-fast-forwards/
# redirect 301 /blogs/jagregory/archive/2009/11/27/git-guts-merging-and-rebasing.aspx http://lostechies.com/jamesgregory/2009/11/27/git-guts-merging-and-rebasing/
# redirect 301 /blogs/jagregory/archive/2010/01/18/behaviours-in-mspec.aspx http://lostechies.com/jamesgregory/2010/01/18/behaviours-in-mspec/
# redirect 301 /blogs/jagregory/archive/2010/02/12/git-remotes-contributions-and-the-letter-n.aspx http://lostechies.com/jamesgregory/2010/02/12/git-remotes-contributions-and-the-letter-n/
# redirect 301 /blogs/jagregory/archive/2010/02/17/git-e-van-recording.aspx http://lostechies.com/jamesgregory/2010/02/17/git-e-van-recording/
# redirect 301 /blogs/jagregory/archive/2010/06/22/ndc-2010.aspx http://lostechies.com/jamesgregory/2010/06/22/ndc-2010/
# redirect 301 /blogs/jasdeep_singh/archive/2007/04/10/self-documenting-unit-tests.aspx http://lostechies.com/jasdeepsingh/2007/04/10/self-documenting-unit-tests/
# redirect 301 /blogs/jasdeep_singh/archive/2007/05/15/ubiquitous-language-can-be-refactored.aspx http://lostechies.com/jasdeepsingh/2007/05/15/ubiquitous-language-can-be-refactored/
# redirect 301 /blogs/jason_meridth/archive/2006/12/10/resharper-templates.aspx http://lostechies.com/jasonmeridth/2006/12/11/resharper-templates/
# redirect 301 /blogs/jason_meridth/archive/2006/12/11/system-object-gethashcode.aspx http://lostechies.com/jasonmeridth/2006/12/12/system-object-gethashcode/
# redirect 301 /blogs/jason_meridth/archive/2006/12/12/programming-fonts.aspx http://lostechies.com/jasonmeridth/2006/12/13/programming-fonts/
# redirect 301 /blogs/jason_meridth/archive/2006/12/13/castle-project.aspx http://lostechies.com/jasonmeridth/2006/12/14/castle-project/
# redirect 301 /blogs/jason_meridth/archive/2006/12/28/a-very-good-introduction-to-tdd-nhibernate-ddd-nunit.aspx http://lostechies.com/jasonmeridth/2006/12/29/a-very-good-introduction-to-tdd-nhibernate-ddd-nunit/
# redirect 301 /blogs/jason_meridth/archive/2006/12/28/agile-principles-patterns-and-practices-in-c-book.aspx http://lostechies.com/jasonmeridth/2006/12/29/agile-principles-patterns-and-practices-in-c-book/
# redirect 301 /blogs/jason_meridth/archive/2006/12/29/interface-segregation-principle-isp.aspx http://lostechies.com/jasonmeridth/2006/12/30/interface-segregation-principle-isp/
# redirect 301 /blogs/jason_meridth/archive/2006/12/30/jeremy-miller-goes-into-java-land.aspx http://lostechies.com/jasonmeridth/2006/12/31/jeremy-miller-goes-into-java-land/
# redirect 301 /blogs/jason_meridth/archive/2007/01/01/winsnap.aspx http://lostechies.com/jasonmeridth/2007/01/02/winsnap/
# redirect 301 /blogs/jason_meridth/archive/2007/01/02/the-d-programming-language.aspx http://lostechies.com/jasonmeridth/2007/01/03/the-d-programming-language/
# redirect 301 /blogs/jason_meridth/archive/2007/01/02/ruby-development-in-visual-studio-2005.aspx http://lostechies.com/jasonmeridth/2007/01/03/ruby-development-in-visual-studio-2005/
# redirect 301 /blogs/jason_meridth/archive/2007/01/03/i-like-to-have-my-inbox-empty-gmail.aspx http://lostechies.com/jasonmeridth/2007/01/04/i-like-to-have-my-inbox-empty-gmail/
# redirect 301 /blogs/jason_meridth/archive/2007/01/03/free-design-templates.aspx http://lostechies.com/jasonmeridth/2007/01/04/free-design-templates/
# redirect 301 /blogs/jason_meridth/archive/2007/01/06/austin-net-users-group-adnug-code-camp.aspx http://lostechies.com/jasonmeridth/2007/01/07/austin-net-users-group-adnug-code-camp/
# redirect 301 /blogs/jason_meridth/archive/2007/01/08/very-cool-javascript-trick-with-websites.aspx http://lostechies.com/jasonmeridth/2007/01/09/very-cool-javascript-trick-with-websites/
# redirect 301 /blogs/jason_meridth/archive/2007/01/08/agile-programming-comics.aspx http://lostechies.com/jasonmeridth/2007/01/09/agile-programming-comics/
# redirect 301 /blogs/jason_meridth/archive/2007/01/09/law-of-demeter-principle-of-least-knowledge.aspx http://lostechies.com/jasonmeridth/2007/01/10/law-of-demeter-principle-of-least-knowledge/
# redirect 301 /blogs/jason_meridth/archive/2007/01/09/code-complete-by-steve-mcconnell.aspx http://lostechies.com/jasonmeridth/2007/01/10/code-complete-by-steve-mcconnell/
# redirect 301 /blogs/jason_meridth/archive/2007/01/09/pragmatic-programmer-by-hunt-thomas.aspx http://lostechies.com/jasonmeridth/2007/01/10/pragmatic-programmer-by-hunt-thomas/
# redirect 301 /blogs/jason_meridth/archive/2007/01/09/excellent-post-by-jeremy-miller-of-codebetter-com.aspx http://lostechies.com/jasonmeridth/2007/01/10/excellent-post-by-jeremy-miller-of-codebetter-com/
# redirect 301 /blogs/jason_meridth/archive/2007/01/22/the-anti-team.aspx http://lostechies.com/jasonmeridth/2007/01/23/the-anti-team/
# redirect 301 /blogs/jason_meridth/archive/2007/01/22/microsoft-web-application-stress-was.aspx http://lostechies.com/jasonmeridth/2007/01/23/microsoft-web-application-stress-was/
# redirect 301 /blogs/jason_meridth/archive/2007/01/22/austin-net-users-group-adnug-2007-code-camp.aspx http://lostechies.com/jasonmeridth/2007/01/23/austin-net-users-group-adnug-2007-code-camp/
# redirect 301 /blogs/jason_meridth/archive/2007/01/23/a-good-read-about-perception-and-old-vs-new-methodologies.aspx http://lostechies.com/jasonmeridth/2007/01/24/a-good-read-about-perception-and-old-vs-new-methodologies/
# redirect 301 /blogs/jason_meridth/archive/2007/01/23/free-agile-project-management-tools.aspx http://lostechies.com/jasonmeridth/2007/01/24/free-agile-project-management-tools/
# redirect 301 /blogs/jason_meridth/archive/2007/01/24/2007-jolt-award-finalists.aspx http://lostechies.com/jasonmeridth/2007/01/25/2007-jolt-award-finalists/
# redirect 301 /blogs/jason_meridth/archive/2007/01/25/thoughts-about-reading-computer-books.aspx http://lostechies.com/jasonmeridth/2007/01/26/thoughts-about-reading-computer-books/
# redirect 301 /blogs/jason_meridth/archive/2007/01/29/the-end-user.aspx http://lostechies.com/jasonmeridth/2007/01/30/the-end-user/
# redirect 301 /blogs/jason_meridth/archive/2007/02/08/windows-mobile-6.aspx http://lostechies.com/jasonmeridth/2007/02/09/windows-mobile-6/
# redirect 301 /blogs/jason_meridth/archive/2007/02/16/coding-structure-and-standards.aspx http://lostechies.com/jasonmeridth/2007/02/17/coding-structure-and-standards/
# redirect 301 /blogs/jason_meridth/archive/2007/03/01/net-interview-questions-everyone-should-know.aspx http://lostechies.com/jasonmeridth/2007/03/02/net-interview-questions-everyone-should-know/
# redirect 301 /blogs/jason_meridth/archive/2007/03/02/google-source-code-hosting.aspx http://lostechies.com/jasonmeridth/2007/03/03/google-source-code-hosting/
# redirect 301 /blogs/jason_meridth/archive/2007/03/11/active-record-vs-repository.aspx http://lostechies.com/jasonmeridth/2007/03/11/active-record-vs-repository/
# redirect 301 /blogs/jason_meridth/archive/2007/03/21/reminder-how-to-enable-syntax-highlighting-for-html-files-with-non-standard-extensions.aspx http://lostechies.com/jasonmeridth/2007/03/21/reminder-how-to-enable-syntax-highlighting-for-html-files-with-non-standard-extensions/
# redirect 301 /blogs/jason_meridth/archive/2007/03/22/some-good-finds-lately.aspx http://lostechies.com/jasonmeridth/2007/03/22/some-good-finds-lately/
# redirect 301 /blogs/jason_meridth/archive/2007/03/23/orcas-extension-methods.aspx http://lostechies.com/jasonmeridth/2007/03/23/orcas-extension-methods/
# redirect 301 /blogs/jason_meridth/archive/2007/03/23/orcas-first-try.aspx http://lostechies.com/jasonmeridth/2007/03/23/orcas-first-try/
# redirect 301 /blogs/jason_meridth/archive/2007/03/26/for-anyone-starting-to-use-nhibernate.aspx http://lostechies.com/jasonmeridth/2007/03/26/for-anyone-starting-to-use-nhibernate/
# redirect 301 /blogs/jason_meridth/archive/2007/03/29/ubuntu-linux-offers-windows-migration-tool.aspx http://lostechies.com/jasonmeridth/2007/03/29/ubuntu-linux-offers-windows-migration-tool/
# redirect 301 /blogs/jason_meridth/archive/2007/03/30/and-we-re-off.aspx http://lostechies.com/jasonmeridth/2007/03/30/and-we-re-off/
# redirect 301 /blogs/jason_meridth/archive/2007/04/01/legacy-code.aspx http://lostechies.com/jasonmeridth/2007/04/01/legacy-code/
# redirect 301 /blogs/jason_meridth/archive/2007/04/06/database-unit-testing.aspx http://lostechies.com/jasonmeridth/2007/04/06/database-unit-testing/
# redirect 301 /blogs/jason_meridth/archive/2007/04/07/for-anyone-beginning-nhibernate.aspx http://lostechies.com/jasonmeridth/2007/04/07/for-anyone-beginning-nhibernate/
# redirect 301 /blogs/jason_meridth/archive/2007/04/10/visual-studio-2005-web-application-projects-download.aspx http://lostechies.com/jasonmeridth/2007/04/10/visual-studio-2005-web-application-projects-download/
# redirect 301 /blogs/jason_meridth/archive/2007/04/12/attending-an-austin-net-users-group-adnug-meeting.aspx http://lostechies.com/jasonmeridth/2007/04/12/attending-an-austin-net-users-group-adnug-meeting/
# redirect 301 /blogs/jason_meridth/archive/2007/04/13/joeydotnet-creating-reusable-components-in-monorail.aspx http://lostechies.com/jasonmeridth/2007/04/13/joeydotnet-creating-reusable-components-in-monorail/
# redirect 301 /blogs/jason_meridth/archive/2007/04/28/humble-developers.aspx http://lostechies.com/jasonmeridth/2007/04/28/humble-developers/
# redirect 301 /blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx http://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/
# redirect 301 /blogs/jason_meridth/archive/2007/05/02/nhibernate-best-practices-1-2-updated-again-by-mccafferty.aspx http://lostechies.com/jasonmeridth/2007/05/02/nhibernate-best-practices-1-2-updated-again-by-mccafferty/
# redirect 301 /blogs/jason_meridth/archive/2007/05/10/welcome-joeydotnet.aspx http://lostechies.com/jasonmeridth/2007/05/10/welcome-joeydotnet/
# redirect 301 /blogs/jason_meridth/archive/2007/05/12/getting-sound-working-on-my-toshiba-laptop-with-ubuntu-7-04-feisty-fawn.aspx http://lostechies.com/jasonmeridth/2007/05/12/getting-sound-working-on-my-toshiba-laptop-with-ubuntu-7-04-feisty-fawn/
# redirect 301 /blogs/jason_meridth/archive/2007/05/13/don-t-poke-the-penguin.aspx http://lostechies.com/jasonmeridth/2007/05/13/don-t-poke-the-penguin/
# redirect 301 /blogs/jason_meridth/archive/2007/05/13/gparted-instead-of-partition-magic.aspx http://lostechies.com/jasonmeridth/2007/05/13/gparted-instead-of-partition-magic/
# redirect 301 /blogs/jason_meridth/archive/2007/05/15/technical-debt.aspx http://lostechies.com/jasonmeridth/2007/05/16/technical-debt/
# redirect 301 /blogs/jason_meridth/archive/2007/05/29/bill-mccafferty-is-moving-to-monorail.aspx http://lostechies.com/jasonmeridth/2007/05/29/bill-mccafferty-is-moving-to-monorail/
# redirect 301 /blogs/jason_meridth/archive/2007/05/29/knoppix-ntfsfix-fixes-windows-xp-corrupted-ntfs.aspx http://lostechies.com/jasonmeridth/2007/05/29/knoppix-ntfsfix-fixes-windows-xp-corrupted-ntfs/
# redirect 301 /blogs/jason_meridth/archive/2007/05/29/broadcom-wireless-card-on-a-compaq-presario-c500-laptop.aspx http://lostechies.com/jasonmeridth/2007/05/29/broadcom-wireless-card-on-a-compaq-presario-c500-laptop/
# redirect 301 /blogs/jason_meridth/archive/2007/05/30/scott-guthrie-uses-firefox-in-his-posts-where-s-ie.aspx http://lostechies.com/jasonmeridth/2007/05/30/scott-guthrie-uses-firefox-in-his-posts-where-s-ie/
# redirect 301 /blogs/jason_meridth/archive/2007/05/31/gates-and-jobs-interview-together-a-good-watch.aspx http://lostechies.com/jasonmeridth/2007/05/31/gates-and-jobs-interview-together-a-good-watch/
# redirect 301 /blogs/jason_meridth/archive/2007/06/01/ironpython-cookbook.aspx http://lostechies.com/jasonmeridth/2007/06/01/ironpython-cookbook/
# redirect 301 /blogs/jason_meridth/archive/2007/06/24/visual-studio-2005-make-new-classes-public-by-default.aspx http://lostechies.com/jasonmeridth/2007/06/24/visual-studio-2005-make-new-classes-public-by-default/
# redirect 301 /blogs/jason_meridth/archive/2007/06/25/ubuntu-s-1-bug-report.aspx http://lostechies.com/jasonmeridth/2007/06/26/ubuntu-s-1-bug-report/
# redirect 301 /blogs/jason_meridth/archive/2007/06/29/family-it-guy-award.aspx http://lostechies.com/jasonmeridth/2007/06/29/family-it-guy-award/
# redirect 301 /blogs/jason_meridth/archive/2007/06/29/the-sims-meet-net-developers.aspx http://lostechies.com/jasonmeridth/2007/06/30/the-sims-meet-net-developers/
# redirect 301 /blogs/jason_meridth/archive/2007/07/03/castle-and-visual-studio-integration.aspx http://lostechies.com/jasonmeridth/2007/07/03/castle-and-visual-studio-integration/
# redirect 301 /blogs/jason_meridth/archive/2007/07/08/oklahoma-city-developers-group-code-camp.aspx http://lostechies.com/jasonmeridth/2007/07/08/oklahoma-city-developers-group-code-camp/
# redirect 301 /blogs/jason_meridth/archive/2007/07/10/resharper-now-supports-vb-net.aspx http://lostechies.com/jasonmeridth/2007/07/10/resharper-now-supports-vb-net/
# redirect 301 /blogs/jason_meridth/archive/2007/07/11/subversion-web-browser-30.aspx http://lostechies.com/jasonmeridth/2007/07/11/subversion-web-browser-30/
# redirect 301 /blogs/jason_meridth/archive/2007/07/19/south-central-us-events-coming-up.aspx http://lostechies.com/jasonmeridth/2007/07/19/south-central-us-events-coming-up/
# redirect 301 /blogs/jason_meridth/archive/2007/07/24/facebook-in-trouble.aspx http://lostechies.com/jasonmeridth/2007/07/25/facebook-in-trouble/
# redirect 301 /blogs/jason_meridth/archive/2007/08/09/current-things-on-my-plate.aspx http://lostechies.com/jasonmeridth/2007/08/10/current-things-on-my-plate/
# redirect 301 /blogs/jason_meridth/archive/2007/08/11/monorail-on-webhost4life.aspx http://lostechies.com/jasonmeridth/2007/08/11/monorail-on-webhost4life/
# redirect 301 /blogs/jason_meridth/archive/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips.aspx http://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/
# redirect 301 /blogs/jason_meridth/archive/2007/08/19/svnrepository-com-rocks.aspx http://lostechies.com/jasonmeridth/2007/08/20/svnrepository-com-rocks/
# redirect 301 /blogs/jason_meridth/archive/2007/08/24/monorail-1-reasons-setup-and-first-output.aspx http://lostechies.com/jasonmeridth/2007/08/24/monorail-1-reasons-setup-and-first-output/
# redirect 301 /blogs/jason_meridth/archive/2007/08/30/castle-api-available-now.aspx http://lostechies.com/jasonmeridth/2007/08/30/castle-api-available-now/
# redirect 301 /blogs/jason_meridth/archive/2007/09/02/i-didn-t-think-websites-still-required-a-certain-platform.aspx http://lostechies.com/jasonmeridth/2007/09/03/i-didn-t-think-websites-still-required-a-certain-platform/
# redirect 301 /blogs/jason_meridth/archive/2007/09/08/monorail-2-layouts-amp-rescues.aspx http://lostechies.com/jasonmeridth/2007/09/08/monorail-2-layouts-amp-rescues/
# redirect 301 /blogs/jason_meridth/archive/2007/09/08/monorail-0-controllers.aspx http://lostechies.com/jasonmeridth/2007/09/08/monorail-0-controllers/
# redirect 301 /blogs/jason_meridth/archive/2007/09/08/microsoft-foldershare.aspx http://lostechies.com/jasonmeridth/2007/09/09/microsoft-foldershare/
# redirect 301 /blogs/jason_meridth/archive/2007/09/09/code-snippets-in-blog-entries-help.aspx http://lostechies.com/jasonmeridth/2007/09/09/code-snippets-in-blog-entries-help/
# redirect 301 /blogs/jason_meridth/archive/2007/09/09/upgrade-dotnetnuke-from-4-03-03-to-4-05-05-and-alamocoders.aspx http://lostechies.com/jasonmeridth/2007/09/09/upgrade-dotnetnuke-from-4-03-03-to-4-05-05-and-alamocoders/
# redirect 301 /blogs/jason_meridth/archive/2007/09/09/agile-development.aspx http://lostechies.com/jasonmeridth/2007/09/10/agile-development/
# redirect 301 /blogs/jason_meridth/archive/2007/09/12/for-those-annoyed-with-having-to-add-the-public-keyword-to-your-new-classes.aspx http://lostechies.com/jasonmeridth/2007/09/13/for-those-annoyed-with-having-to-add-the-public-keyword-to-your-new-classes/
# redirect 301 /blogs/jason_meridth/archive/2007/09/17/skype-yugma-logitech-premium-usb-headset-350-remote-pair-programming.aspx http://lostechies.com/jasonmeridth/2007/09/17/skype-yugma-logitech-premium-usb-headset-350-remote-pair-programming/
# redirect 301 /blogs/jason_meridth/archive/2007/09/18/good-find-software-development-videos.aspx http://lostechies.com/jasonmeridth/2007/09/18/good-find-software-development-videos/
# redirect 301 /blogs/jason_meridth/archive/2007/09/18/monorail-3-viewcomponents.aspx http://lostechies.com/jasonmeridth/2007/09/18/monorail-3-viewcomponents/
# redirect 301 /blogs/jason_meridth/archive/2007/09/18/brad-abrams-hints-again-on-microsoft-mvc-framework-for-asp-net-and-phil-haack-will-head-it-up.aspx http://lostechies.com/jasonmeridth/2007/09/18/brad-abrams-hints-again-on-microsoft-mvc-framework-for-asp-net-and-phil-haack-will-head-it-up/
# redirect 301 /blogs/jason_meridth/archive/2007/09/18/agile-cheat-sheet.aspx http://lostechies.com/jasonmeridth/2007/09/18/agile-cheat-sheet/
# redirect 301 /blogs/jason_meridth/archive/2007/09/19/another-reason-to-love-facebook.aspx http://lostechies.com/jasonmeridth/2007/09/19/another-reason-to-love-facebook/
# redirect 301 /blogs/jason_meridth/archive/2007/09/21/lostechies-welcomes-sean-chambers-to-the-group.aspx http://lostechies.com/jasonmeridth/2007/09/21/lostechies-welcomes-sean-chambers-to-the-group/
# redirect 301 /blogs/jason_meridth/archive/2007/09/21/castle-1-0-release-candidate-3-is-out.aspx http://lostechies.com/jasonmeridth/2007/09/22/castle-1-0-release-candidate-3-is-out/
# redirect 301 /blogs/jason_meridth/archive/2007/09/22/forget-subversion-s-blame-we-need-the-microsoft-s-wsyp-program-joke.aspx http://lostechies.com/jasonmeridth/2007/09/23/forget-subversion-s-blame-we-need-the-microsoft-s-wsyp-program-joke/
# redirect 301 /blogs/jason_meridth/archive/2007/09/23/monorail-hotswap.aspx http://lostechies.com/jasonmeridth/2007/09/23/monorail-hotswap/
# redirect 301 /blogs/jason_meridth/archive/2007/09/23/ruby-on-rails-wow.aspx http://lostechies.com/jasonmeridth/2007/09/23/ruby-on-rails-wow/
# redirect 301 /blogs/jason_meridth/archive/2007/09/24/chris-dereadt-joins-lostechies.aspx http://lostechies.com/jasonmeridth/2007/09/24/chris-dereadt-joins-lostechies/
# redirect 301 /blogs/jason_meridth/archive/2007/09/25/domain-model-overuse-post-by-david-laribee-on-codebetter.aspx http://lostechies.com/jasonmeridth/2007/09/25/domain-model-overuse-post-by-david-laribee-on-codebetter/
# redirect 301 /blogs/jason_meridth/archive/2007/09/26/monorail-4-validation.aspx http://lostechies.com/jasonmeridth/2007/09/26/monorail-4-validation/
# redirect 301 /blogs/jason_meridth/archive/2007/09/26/be-kind-to-your-testers.aspx http://lostechies.com/jasonmeridth/2007/09/27/be-kind-to-your-testers/
# redirect 301 /blogs/jason_meridth/archive/2007/09/28/ubuntu-7-10-gutsy-gibbon-beta-released-yesterday-final-release-in-october.aspx http://lostechies.com/jasonmeridth/2007/09/28/ubuntu-7-10-gutsy-gibbon-beta-released-yesterday-final-release-in-october/
# redirect 301 /blogs/jason_meridth/archive/2007/09/28/apple-s-new-product-ibrick.aspx http://lostechies.com/jasonmeridth/2007/09/28/apple-s-new-product-ibrick/
# redirect 301 /blogs/jason_meridth/archive/2007/10/02/net-internalsvisibleto-attribute-c-friend-assemblies.aspx http://lostechies.com/jasonmeridth/2007/10/02/net-internalsvisibleto-attribute-c-friend-assemblies/
# redirect 301 /blogs/jason_meridth/archive/2007/10/02/installing-2-cruisecontrol-services-web-dashboards-on-1-server-pc.aspx http://lostechies.com/jasonmeridth/2007/10/02/installing-2-cruisecontrol-services-web-dashboards-on-1-server-pc/
# redirect 301 /blogs/jason_meridth/archive/2007/10/03/dell-dimension-3000-remove-hard-drive.aspx http://lostechies.com/jasonmeridth/2007/10/03/dell-dimension-3000-remove-hard-drive/
# redirect 301 /blogs/jason_meridth/archive/2007/10/03/stand-ups.aspx http://lostechies.com/jasonmeridth/2007/10/03/stand-ups/
# redirect 301 /blogs/jason_meridth/archive/2007/10/05/alt-net.aspx http://lostechies.com/jasonmeridth/2007/10/05/alt-net/
# redirect 301 /blogs/jason_meridth/archive/2007/10/06/alt-net-day-1.aspx http://lostechies.com/jasonmeridth/2007/10/06/alt-net-day-1/
# redirect 301 /blogs/jason_meridth/archive/2007/10/06/system-web-mvc.aspx http://lostechies.com/jasonmeridth/2007/10/06/system-web-mvc/
# redirect 301 /blogs/jason_meridth/archive/2007/10/07/quot-alt-net-quot-conference-was-not-for-fanboys.aspx http://lostechies.com/jasonmeridth/2007/10/07/quot-alt-net-quot-conference-was-not-for-fanboys/
# redirect 301 /blogs/jason_meridth/archive/2007/10/08/monorail-screencasts.aspx http://lostechies.com/jasonmeridth/2007/10/08/monorail-screencasts/
# redirect 301 /blogs/jason_meridth/archive/2007/10/09/hanselman-recording-of-guthrie-mvc-presentation.aspx http://lostechies.com/jasonmeridth/2007/10/09/hanselman-recording-of-guthrie-mvc-presentation/
# redirect 301 /blogs/jason_meridth/archive/2007/10/10/2-6-23-kernel-quot-finally-yeah-it-got-delayed-quot.aspx http://lostechies.com/jasonmeridth/2007/10/11/2-6-23-kernel-quot-finally-yeah-it-got-delayed-quot/
# redirect 301 /blogs/jason_meridth/archive/2007/10/10/scotticus.aspx http://lostechies.com/jasonmeridth/2007/10/11/scotticus/
# redirect 301 /blogs/jason_meridth/archive/2007/10/10/alt-net-day-2-old.aspx http://lostechies.com/jasonmeridth/2007/10/11/alt-net-day-2-old/
# redirect 301 /blogs/jason_meridth/archive/2007/10/12/codebetter-communityserverextensions.aspx http://lostechies.com/jasonmeridth/2007/10/13/codebetter-communityserverextensions/
# redirect 301 /blogs/jason_meridth/archive/2007/10/14/nerdy-afternoon.aspx http://lostechies.com/jasonmeridth/2007/10/15/nerdy-afternoon/
# redirect 301 /blogs/jason_meridth/archive/2007/10/16/routing-from-asp-net-mvc-inspires-monorail.aspx http://lostechies.com/jasonmeridth/2007/10/17/routing-from-asp-net-mvc-inspires-monorail/
# redirect 301 /blogs/jason_meridth/archive/2007/10/18/ubuntu-7-10-gutsy-gibbon-release-today.aspx http://lostechies.com/jasonmeridth/2007/10/18/ubuntu-7-10-gutsy-gibbon-release-today/
# redirect 301 /blogs/jason_meridth/archive/2007/10/20/my-typical-day.aspx http://lostechies.com/jasonmeridth/2007/10/21/my-typical-day/
# redirect 301 /blogs/jason_meridth/archive/2007/10/24/pidgin-instant-messaging.aspx http://lostechies.com/jasonmeridth/2007/10/24/pidgin-instant-messaging/
# redirect 301 /blogs/jason_meridth/archive/2007/10/24/cruisecontrol-and-web-application-msbuild-targets.aspx http://lostechies.com/jasonmeridth/2007/10/24/cruisecontrol-and-web-application-msbuild-targets/
# redirect 301 /blogs/jason_meridth/archive/2007/10/26/rhino-mocks-3-3-is-out.aspx http://lostechies.com/jasonmeridth/2007/10/26/rhino-mocks-3-3-is-out/
# redirect 301 /blogs/jason_meridth/archive/2007/10/27/nant-gui.aspx http://lostechies.com/jasonmeridth/2007/10/27/nant-gui/
# redirect 301 /blogs/jason_meridth/archive/2007/10/28/google-reader-keyboard-shortcuts.aspx http://lostechies.com/jasonmeridth/2007/10/28/google-reader-keyboard-shortcuts/
# redirect 301 /blogs/jason_meridth/archive/2007/10/29/asp-net-mvc-article-in-code-magazine.aspx http://lostechies.com/jasonmeridth/2007/10/29/asp-net-mvc-article-in-code-magazine/
# redirect 301 /blogs/jason_meridth/archive/2007/10/29/trinity-football-wins-game-with-15-laterals-on-last-play.aspx http://lostechies.com/jasonmeridth/2007/10/29/trinity-football-wins-game-with-15-laterals-on-last-play/
# redirect 301 /blogs/jason_meridth/archive/2007/11/01/thoughtworks-mingle.aspx http://lostechies.com/jasonmeridth/2007/11/01/thoughtworks-mingle/
# redirect 301 /blogs/jason_meridth/archive/2007/11/01/sharpdevelop.aspx http://lostechies.com/jasonmeridth/2007/11/01/sharpdevelop/
# redirect 301 /blogs/jason_meridth/archive/2007/11/02/monorail-5-sending-an-email-and-authentication.aspx http://lostechies.com/jasonmeridth/2007/11/03/monorail-5-sending-an-email-and-authentication/
# redirect 301 /blogs/jason_meridth/archive/2007/11/07/nant-list-all-targets-in-build-file.aspx http://lostechies.com/jasonmeridth/2007/11/07/nant-list-all-targets-in-build-file/
# redirect 301 /blogs/jason_meridth/archive/2007/11/14/port-80-and-smiles.aspx http://lostechies.com/jasonmeridth/2007/11/14/port-80-and-smiles/
# redirect 301 /blogs/jason_meridth/archive/2007/11/14/knowledge.aspx http://lostechies.com/jasonmeridth/2007/11/14/knowledge/
# redirect 301 /blogs/jason_meridth/archive/2007/11/15/alt-net-yahoo-group.aspx http://lostechies.com/jasonmeridth/2007/11/15/alt-net-yahoo-group/
# redirect 301 /blogs/jason_meridth/archive/2007/11/25/people-vs-tools.aspx http://lostechies.com/jasonmeridth/2007/11/26/people-vs-tools/
# redirect 301 /blogs/jason_meridth/archive/2007/11/25/bdd-macro-and-reshaper-template.aspx http://lostechies.com/jasonmeridth/2007/11/26/bdd-macro-and-reshaper-template/
# redirect 301 /blogs/jason_meridth/archive/2007/11/26/net-3-5-install-anyone-using-a-modem.aspx http://lostechies.com/jasonmeridth/2007/11/26/net-3-5-install-anyone-using-a-modem/
# redirect 301 /blogs/jason_meridth/archive/2007/12/20/what-i-do.aspx http://lostechies.com/jasonmeridth/2007/12/20/what-i-do/
# redirect 301 /blogs/jason_meridth/archive/2008/01/18/quot-that-was-stupid-quot-marcus-quot-pwnage-pants-quot-bratton.aspx http://lostechies.com/jasonmeridth/2008/01/18/quot-that-was-stupid-quot-marcus-quot-pwnage-pants-quot-bratton/
# redirect 301 /blogs/jason_meridth/archive/2008/01/24/jetbrains-teamcity.aspx http://lostechies.com/jasonmeridth/2008/01/24/jetbrains-teamcity/
# redirect 301 /blogs/jason_meridth/archive/2008/02/09/naming-your-test-methods.aspx http://lostechies.com/jasonmeridth/2008/02/10/naming-your-test-methods/
# redirect 301 /blogs/jason_meridth/archive/2008/02/17/lostechies-welcomes-ray-houston.aspx http://lostechies.com/jasonmeridth/2008/02/18/lostechies-welcomes-ray-houston/
# redirect 301 /blogs/jason_meridth/archive/2008/02/18/update-teamcity.aspx http://lostechies.com/jasonmeridth/2008/02/18/update-teamcity/
# redirect 301 /blogs/jason_meridth/archive/2008/02/18/nant-and-net-3-5.aspx http://lostechies.com/jasonmeridth/2008/02/18/nant-and-net-3-5/
# redirect 301 /blogs/jason_meridth/archive/2008/02/24/goodby-hd-dvd.aspx http://lostechies.com/jasonmeridth/2008/02/25/goodby-hd-dvd/
# redirect 301 /blogs/jason_meridth/archive/2008/03/11/resharper-4-0-nightly-builds.aspx http://lostechies.com/jasonmeridth/2008/03/12/resharper-4-0-nightly-builds/
# redirect 301 /blogs/jason_meridth/archive/2008/03/29/ptom-single-responsibility-principle.aspx http://lostechies.com/jasonmeridth/2008/03/30/ptom-single-responsibility-principle/
# redirect 301 /blogs/jason_meridth/archive/2008/04/16/how-to-install-twhirl-on-ubuntu-7-10-gutsy-gibbon.aspx http://lostechies.com/jasonmeridth/2008/04/17/how-to-install-twhirl-on-ubuntu-7-10-gutsy-gibbon/
# redirect 301 /blogs/jason_meridth/archive/2008/04/17/bil-simser-s-elevator-question.aspx http://lostechies.com/jasonmeridth/2008/04/17/bil-simser-s-elevator-question/
# redirect 301 /blogs/jason_meridth/archive/2008/04/24/multi-processor-builds-with-msbuild.aspx http://lostechies.com/jasonmeridth/2008/04/25/multi-processor-builds-with-msbuild/
# redirect 301 /blogs/jason_meridth/archive/2008/04/24/ubuntu-8-04-came-out-today-hardy-heron.aspx http://lostechies.com/jasonmeridth/2008/04/25/ubuntu-8-04-came-out-today-hardy-heron/
# redirect 301 /blogs/jason_meridth/archive/2008/04/26/ubutnu-8-04-hardy-heron-after-upgrade-i-have-complete-sound.aspx http://lostechies.com/jasonmeridth/2008/04/26/ubutnu-8-04-hardy-heron-after-upgrade-i-have-complete-sound/
# redirect 301 /blogs/jason_meridth/archive/2008/04/26/msdn-can-t-download-with-firefox.aspx http://lostechies.com/jasonmeridth/2008/04/27/msdn-can-t-download-with-firefox/
# redirect 301 /blogs/jason_meridth/archive/2008/04/27/using-the-gutsy-gibbon-ubuntu-7-10-non-ose-version-of-virtualbox-with-your-hardy-heron-ubuntu-8-04-install.aspx http://lostechies.com/jasonmeridth/2008/04/27/using-the-gutsy-gibbon-ubuntu-7-10-non-ose-version-of-virtualbox-with-your-hardy-heron-ubuntu-8-04-install/
# redirect 301 /blogs/jason_meridth/archive/2008/04/28/xkcd-ubuntu-python-comics.aspx http://lostechies.com/jasonmeridth/2008/04/28/xkcd-ubuntu-python-comics/
# redirect 301 /blogs/jason_meridth/archive/2008/04/28/xkcd2-someone-is-wrong.aspx http://lostechies.com/jasonmeridth/2008/04/28/xkcd2-someone-is-wrong/
# redirect 301 /blogs/jason_meridth/archive/2008/06/03/getting-vmware-server-working-on-ubuntu-8-04-hardy-heron.aspx http://lostechies.com/jasonmeridth/2008/06/04/getting-vmware-server-working-on-ubuntu-8-04-hardy-heron/
# redirect 301 /blogs/jason_meridth/archive/2008/06/27/how-did-i-get-started-in-software-development.aspx http://lostechies.com/jasonmeridth/2008/06/27/how-did-i-get-started-in-software-development/
# redirect 301 /blogs/jason_meridth/archive/2008/07/11/free-e-book-from-karl-seguin.aspx http://lostechies.com/jasonmeridth/2008/07/11/free-e-book-from-karl-seguin/
# redirect 301 /blogs/jason_meridth/archive/2008/07/12/lostechies-welcomes-mo-khan.aspx http://lostechies.com/jasonmeridth/2008/07/12/lostechies-welcomes-mo-khan/
# redirect 301 /blogs/jason_meridth/archive/2008/07/15/hammett-joins-microsoft.aspx http://lostechies.com/jasonmeridth/2008/07/16/hammett-joins-microsoft/
# redirect 301 /blogs/jason_meridth/archive/2008/07/31/parents-talk-to-your-kids-about-linux.aspx http://lostechies.com/jasonmeridth/2008/08/01/parents-talk-to-your-kids-about-linux/
# redirect 301 /blogs/jason_meridth/archive/2008/09/18/gnome-do-aka-quick-silver-for-ubuntu.aspx http://lostechies.com/jasonmeridth/2008/09/18/gnome-do-aka-quick-silver-for-ubuntu/
# redirect 301 /blogs/jason_meridth/archive/2008/10/13/regopenkeyex-function-and-lol.aspx http://lostechies.com/jasonmeridth/2008/10/13/regopenkeyex-function-and-lol/
# redirect 301 /blogs/jason_meridth/archive/2008/10/26/lostechies-upgraded-and-thank-you-to-readers.aspx http://lostechies.com/jasonmeridth/2008/10/26/lostechies-upgraded-and-thank-you-to-readers/
# redirect 301 /blogs/jason_meridth/archive/2008/11/05/quot-printer-friendly-versions-quot-of-our-posts-now-available.aspx http://lostechies.com/jasonmeridth/2008/11/05/quot-printer-friendly-versions-quot-of-our-posts-now-available/
# redirect 301 /blogs/jason_meridth/archive/2008/11/13/trying-to-restore-my-twitter-account.aspx http://lostechies.com/jasonmeridth/2008/11/13/trying-to-restore-my-twitter-account/
# redirect 301 /blogs/jason_meridth/archive/2008/11/13/visual-svn-server.aspx http://lostechies.com/jasonmeridth/2008/11/13/visual-svn-server/
# redirect 301 /blogs/jason_meridth/archive/2008/11/14/gmail-labs.aspx http://lostechies.com/jasonmeridth/2008/11/14/gmail-labs/
# redirect 301 /blogs/jason_meridth/archive/2008/11/25/partnership.aspx http://lostechies.com/jasonmeridth/2008/11/25/partnership/
# redirect 301 /blogs/jason_meridth/archive/2008/11/25/creating-an-older-rails-project-with-multiple-newer-versions-installed.aspx http://lostechies.com/jasonmeridth/2008/11/25/creating-an-older-rails-project-with-multiple-newer-versions-installed/
# redirect 301 /blogs/jason_meridth/archive/2008/11/26/ot-child-s-play-charity.aspx http://lostechies.com/jasonmeridth/2008/11/27/ot-child-s-play-charity/
# redirect 301 /blogs/jason_meridth/archive/2008/11/27/library-thing.aspx http://lostechies.com/jasonmeridth/2008/11/27/library-thing/
# redirect 301 /blogs/jason_meridth/archive/2008/11/30/ptom-november-2008-visitor-design-pattern.aspx http://lostechies.com/jasonmeridth/2008/11/30/ptom-november-2008-visitor-design-pattern/
# redirect 301 /blogs/jason_meridth/archive/2008/11/30/twitterfeed-com-killed-the-my-google-reader.aspx http://lostechies.com/jasonmeridth/2008/11/30/twitterfeed-com-killed-the-my-google-reader/
# redirect 301 /blogs/jason_meridth/archive/2008/12/10/in-memory-of-nelson-montalvo.aspx http://lostechies.com/jasonmeridth/2008/12/11/in-memory-of-nelson-montalvo/
# redirect 301 /blogs/jason_meridth/archive/2009/01/05/pablo-welcomes-chris-missal.aspx http://lostechies.com/jasonmeridth/2009/01/05/pablo-welcomes-chris-missal/
# redirect 301 /blogs/jason_meridth/archive/2009/01/15/continuous-integration-for-a-ruby-project-or-net-java-etc.aspx http://lostechies.com/jasonmeridth/2009/01/16/continuous-integration-for-a-ruby-project-or-net-java-etc/
# redirect 301 /blogs/jason_meridth/archive/2009/02/04/houston-alt-net-open-space-april-3rd-april-5th-2009.aspx http://lostechies.com/jasonmeridth/2009/02/04/houston-alt-net-open-space-april-3rd-april-5th-2009/
# redirect 301 /blogs/jason_meridth/archive/2009/02/06/lostechies-welcomes-chris-quot-cruz-quot-taylor.aspx http://lostechies.com/jasonmeridth/2009/02/06/lostechies-welcomes-chris-quot-cruz-quot-taylor/
# redirect 301 /blogs/jason_meridth/archive/2009/02/11/selenium-client-and-fun.aspx http://lostechies.com/jasonmeridth/2009/02/12/selenium-client-and-fun/
# redirect 301 /blogs/jason_meridth/archive/2009/02/11/hudson-and-nginx.aspx http://lostechies.com/jasonmeridth/2009/02/12/hudson-and-nginx/
# redirect 301 /blogs/jason_meridth/archive/2009/02/11/slicehost-articles.aspx http://lostechies.com/jasonmeridth/2009/02/12/slicehost-articles/
# redirect 301 /blogs/jason_meridth/archive/2009/02/11/current-status.aspx http://lostechies.com/jasonmeridth/2009/02/12/current-status/
# redirect 301 /blogs/jason_meridth/archive/2009/02/13/gitosis-and-a-non-standard-ssh-port.aspx http://lostechies.com/jasonmeridth/2009/02/13/gitosis-and-a-non-standard-ssh-port/
# redirect 301 /blogs/jason_meridth/archive/2009/02/25/design-patterns-in-ruby-by-russ-olsen.aspx http://lostechies.com/jasonmeridth/2009/02/26/design-patterns-in-ruby-by-russ-olsen/
# redirect 301 /blogs/jason_meridth/archive/2009/03/04/firefox-hudson-build-monitor-add-on.aspx http://lostechies.com/jasonmeridth/2009/03/05/firefox-hudson-build-monitor-add-on/
# redirect 301 /blogs/jason_meridth/archive/2009/03/11/lostechies-welcomes-eric-anderson.aspx http://lostechies.com/jasonmeridth/2009/03/11/lostechies-welcomes-eric-anderson/
# redirect 301 /blogs/jason_meridth/archive/2009/03/24/adding-a-git-post-receive-hook-to-fire-off-hudson-ci-server.aspx http://lostechies.com/jasonmeridth/2009/03/24/adding-a-git-post-receive-hook-to-fire-off-hudson-ci-server/
# redirect 301 /blogs/jason_meridth/archive/2009/03/27/lostechies-welcomes-james-gregory.aspx http://lostechies.com/jasonmeridth/2009/03/27/lostechies-welcomes-james-gregory/
# redirect 301 /blogs/jason_meridth/archive/2009/04/21/san-antonio-community.aspx http://lostechies.com/jasonmeridth/2009/04/21/san-antonio-community/
# redirect 301 /blogs/jason_meridth/archive/2009/05/21/textmate-and-community-server-2008-5.aspx http://lostechies.com/jasonmeridth/2009/05/21/textmate-and-community-server-2008-5/
# redirect 301 /blogs/jason_meridth/archive/2009/05/21/lostechies-welcomes-ryan-svihla.aspx http://lostechies.com/jasonmeridth/2009/05/21/lostechies-welcomes-ryan-svihla/
# redirect 301 /blogs/jason_meridth/archive/2009/06/01/git-for-windows-developers-git-series-part-1.aspx http://lostechies.com/jasonmeridth/2009/06/01/git-for-windows-developers-git-series-part-1/
# redirect 301 /blogs/jason_meridth/archive/2009/06/04/git-for-windows-developers-git-series-part-2.aspx http://lostechies.com/jasonmeridth/2009/06/04/git-for-windows-developers-git-series-part-2/
# redirect 301 /blogs/jason_meridth/archive/2009/06/07/git-for-windows-developers-git-series-part-3.aspx http://lostechies.com/jasonmeridth/2009/06/08/git-for-windows-developers-git-series-part-3/
# redirect 301 /blogs/jason_meridth/archive/2009/06/20/git-for-windows-developers-git-series-part-4.aspx http://lostechies.com/jasonmeridth/2009/06/20/git-for-windows-developers-git-series-part-4/
# redirect 301 /blogs/jason_meridth/archive/2009/07/17/git-post-receive-hook-with-integrity-post-call.aspx http://lostechies.com/jasonmeridth/2009/07/17/git-post-receive-hook-with-integrity-post-call/
# redirect 301 /blogs/jason_meridth/archive/2009/09/10/git-local-pre-commit-hook.aspx http://lostechies.com/jasonmeridth/2009/09/10/git-local-pre-commit-hook/
# redirect 301 /blogs/jason_meridth/archive/2009/09/10/quot-git-commit-a-quot-and-quot-git-add-quot.aspx http://lostechies.com/jasonmeridth/2009/09/10/quot-git-commit-a-quot-and-quot-git-add-quot/
# redirect 301 /blogs/jason_meridth/archive/2009/09/10/using-gsub-to-wrap-substring.aspx http://lostechies.com/jasonmeridth/2009/09/10/using-gsub-to-wrap-substring/
# redirect 301 /blogs/jason_meridth/archive/2009/09/26/git-instaweb.aspx http://lostechies.com/jasonmeridth/2009/09/27/git-instaweb/
# redirect 301 /blogs/jason_meridth/archive/2009/10/02/moving-servers.aspx http://lostechies.com/jasonmeridth/2009/10/03/moving-servers/
# redirect 301 /blogs/jason_meridth/archive/2009/10/06/bad-interpreter-no-medium-error-when-running-ruby-from-git-bash.aspx http://lostechies.com/jasonmeridth/2009/10/06/bad-interpreter-no-medium-error-when-running-ruby-from-git-bash/
# redirect 301 /blogs/jason_meridth/archive/2010/01/07/review-of-quot-agile-coaching-quot-by-pragprog-press.aspx http://lostechies.com/jasonmeridth/2010/01/07/review-of-quot-agile-coaching-quot-by-pragprog-press/
# redirect 301 /blogs/jason_meridth/archive/2010/02/04/pair-programming-with-screen.aspx http://lostechies.com/jasonmeridth/2010/02/04/pair-programming-with-screen/
# redirect 301 /blogs/jason_meridth/archive/2010/02/27/git-suspicious-patch-lines.aspx http://lostechies.com/jasonmeridth/2010/02/27/git-suspicious-patch-lines/
# redirect 301 /blogs/jason_meridth/archive/2010/02/27/git-post-merge-hook-to-auto-fire-rails-migrations.aspx http://lostechies.com/jasonmeridth/2010/02/27/git-post-merge-hook-to-auto-fire-rails-migrations/
# redirect 301 /blogs/jason_meridth/archive/2010/02/27/refspec-matches-more-than-one.aspx http://lostechies.com/jasonmeridth/2010/02/27/refspec-matches-more-than-one/
# redirect 301 /blogs/jason_meridth/archive/2010/03/23/git-reset-checkout-amp-quot-bare-double-dash-quot-and-revert.aspx http://lostechies.com/jasonmeridth/2010/03/23/git-reset-checkout-amp-quot-bare-double-dash-quot-and-revert/
# redirect 301 /blogs/jason_meridth/archive/2010/03/23/git-tracking-branches.aspx http://lostechies.com/jasonmeridth/2010/03/23/git-tracking-branches/
# redirect 301 /blogs/jason_meridth/archive/2010/03/27/lostechies-welcomes-scott-gillenwater.aspx http://lostechies.com/jasonmeridth/2010/03/27/lostechies-welcomes-scott-gillenwater/
# redirect 301 /blogs/jason_meridth/archive/2010/04/05/quot-pro-git-quot-cliff-notes.aspx http://lostechies.com/jasonmeridth/2010/04/05/quot-pro-git-quot-cliff-notes/
# redirect 301 /blogs/jason_meridth/archive/2010/04/05/oauth.aspx http://lostechies.com/jasonmeridth/2010/04/05/oauth/
# redirect 301 /blogs/jason_meridth/archive/2010/05/22/seeing-which-git-branch-i-m-on-via-my-console-prompt-git-ps1.aspx http://lostechies.com/jasonmeridth/2010/05/23/seeing-which-git-branch-i-m-on-via-my-console-prompt-git-ps1/
# redirect 301 /blogs/jason_meridth/archive/2010/05/24/my-quot-git-branching-and-workflows-quot-presentation-at-austin-code-camp-2010.aspx http://lostechies.com/jasonmeridth/2010/05/24/my-quot-git-branching-and-workflows-quot-presentation-at-austin-code-camp-2010/
# redirect 301 /blogs/jason_meridth/archive/2010/05/24/gitosis-and-gitweb-part-1-setup.aspx http://lostechies.com/jasonmeridth/2010/05/25/gitosis-and-gitweb-part-1-setup/
# redirect 301 /blogs/jason_meridth/archive/2010/05/24/gitosis-and-gitweb-part-2-add-projects-and-contributors.aspx http://lostechies.com/jasonmeridth/2010/05/25/gitosis-and-gitweb-part-2-add-projects-and-contributors/
# redirect 301 /blogs/jason_meridth/archive/2010/05/27/gitosis-and-gitweb-part-3-gitweb.aspx http://lostechies.com/jasonmeridth/2010/05/27/gitosis-and-gitweb-part-3-gitweb/
# redirect 301 /blogs/jason_meridth/archive/2010/05/27/gotcha-with-gitosis-and-python-setuptools.aspx http://lostechies.com/jasonmeridth/2010/05/27/gotcha-with-gitosis-and-python-setuptools/
# redirect 301 /blogs/jason_meridth/archive/2010/09/24/git-achievements-on-windows.aspx http://lostechies.com/jasonmeridth/2010/09/25/git-achievements-on-windows/
# redirect 301 /blogs/jimmy_bogard/archive/2007/04/12/example-of-creating-scope-with-the-using-statement.aspx http://lostechies.com/jimmybogard/2007/04/12/example-of-creating-scope-with-the-using-statement/
# redirect 301 /blogs/jimmy_bogard/archive/2007/04/16/evils-of-duplication.aspx http://lostechies.com/jimmybogard/2007/04/16/evils-of-duplication/
# redirect 301 /blogs/jimmy_bogard/archive/2007/04/23/classifying-tests.aspx http://lostechies.com/jimmybogard/2007/04/23/classifying-tests/
# redirect 301 /blogs/jimmy_bogard/archive/2007/04/23/feedback.aspx http://lostechies.com/jimmybogard/2007/04/23/feedback/
# redirect 301 /blogs/jimmy_bogard/archive/2007/04/24/notes-on-defects.aspx http://lostechies.com/jimmybogard/2007/04/24/notes-on-defects/
# redirect 301 /blogs/jimmy_bogard/archive/2007/04/25/re-throwing-exceptions.aspx http://lostechies.com/jimmybogard/2007/04/25/re-throwing-exceptions/
# redirect 301 /blogs/jimmy_bogard/archive/2007/04/30/swallowing-exceptions-is-hazardous-to-your-health.aspx http://lostechies.com/jimmybogard/2007/04/30/swallowing-exceptions-is-hazardous-to-your-health/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/03/another-reason-to-love-resharper.aspx http://lostechies.com/jimmybogard/2007/05/03/another-reason-to-love-resharper/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/07/consistency-in-user-interface-behavior.aspx http://lostechies.com/jimmybogard/2007/05/07/consistency-in-user-interface-behavior/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/11/proper-string-comparison.aspx http://lostechies.com/jimmybogard/2007/05/11/proper-string-comparison/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/11/pop-quiz-on-ref-and-out-parameters-in-c.aspx http://lostechies.com/jimmybogard/2007/05/11/pop-quiz-on-ref-and-out-parameters-in-c/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/15/parsing-strings-with-the-tryparse-method.aspx http://lostechies.com/jimmybogard/2007/05/15/parsing-strings-with-the-tryparse-method/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/17/project-management-with-microsoft-office-sharepoint-server.aspx http://lostechies.com/jimmybogard/2007/05/17/project-management-with-microsoft-office-sharepoint-server/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/18/fun-with-recursive-lambda-functions.aspx http://lostechies.com/jimmybogard/2007/05/18/fun-with-recursive-lambda-functions/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/22/team-foundation-build-part-1-introduction.aspx http://lostechies.com/jimmybogard/2007/05/22/team-foundation-build-part-1-introduction/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/23/team-foundation-build-part-2-installation-and-configuration.aspx http://lostechies.com/jimmybogard/2007/05/23/team-foundation-build-part-2-installation-and-configuration/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/23/unit-testing-with-stubs-and-rhino-mocks.aspx http://lostechies.com/jimmybogard/2007/05/23/unit-testing-with-stubs-and-rhino-mocks/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/24/team-foundation-build-part-3-creating-a-build.aspx http://lostechies.com/jimmybogard/2007/05/24/team-foundation-build-part-3-creating-a-build/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/24/tfs-guide-now-available.aspx http://lostechies.com/jimmybogard/2007/05/24/tfs-guide-now-available/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/29/refactoring-nant-and-msbuild-build-scripts.aspx http://lostechies.com/jimmybogard/2007/05/29/refactoring-nant-and-msbuild-build-scripts/
# redirect 301 /blogs/jimmy_bogard/archive/2007/05/30/preventing-new-remote-desktop-sessions-in-server-2003.aspx http://lostechies.com/jimmybogard/2007/05/30/preventing-new-remote-desktop-sessions-in-server-2003/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/05/asp-net-2-0-page-lifecycle-poster.aspx http://lostechies.com/jimmybogard/2007/06/05/asp-net-2-0-page-lifecycle-poster/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/06/team-foundation-build-part-4-values-principles-and-practices.aspx http://lostechies.com/jimmybogard/2007/06/06/team-foundation-build-part-4-values-principles-and-practices/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/14/vsts-scrum-process-templates.aspx http://lostechies.com/jimmybogard/2007/06/14/vsts-scrum-process-templates/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/15/choosing-between-constants-or-static-fields.aspx http://lostechies.com/jimmybogard/2007/06/15/choosing-between-constants-or-static-fields/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/19/the-problem-with-code-comments.aspx http://lostechies.com/jimmybogard/2007/06/19/the-problem-with-code-comments/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/21/multi-targeting-support-for-vs-2008.aspx http://lostechies.com/jimmybogard/2007/06/21/multi-targeting-support-for-vs-2008/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/23/disable-annoying-computer-beep.aspx http://lostechies.com/jimmybogard/2007/06/23/disable-annoying-computer-beep/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/25/generic-value-object-equality.aspx http://lostechies.com/jimmybogard/2007/06/25/generic-value-object-equality/
# redirect 301 /blogs/jimmy_bogard/archive/2007/06/27/resharper-plugin-for-cyclomatic-complexity.aspx http://lostechies.com/jimmybogard/2007/06/27/resharper-plugin-for-cyclomatic-complexity/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/03/limitations-of-generic-base-classes.aspx http://lostechies.com/jimmybogard/2007/07/03/limitations-of-generic-base-classes/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/03/refining-daily-stand-ups.aspx http://lostechies.com/jimmybogard/2007/07/03/refining-daily-stand-ups/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/05/when-technical-debt-leads-to-bankruptcy.aspx http://lostechies.com/jimmybogard/2007/07/05/when-technical-debt-leads-to-bankruptcy/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/11/introducing-behave.aspx http://lostechies.com/jimmybogard/2007/07/11/introducing-behave/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/16/carrot-or-the-stick.aspx http://lostechies.com/jimmybogard/2007/07/16/carrot-or-the-stick/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/19/linq-to-reflection.aspx http://lostechies.com/jimmybogard/2007/07/19/linq-to-reflection/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/20/constrained-generic-extension-methods.aspx http://lostechies.com/jimmybogard/2007/07/20/constrained-generic-extension-methods/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/23/can-your-dev-team-handle-agile-iterative-development.aspx http://lostechies.com/jimmybogard/2007/07/23/can-your-dev-team-handle-agile-iterative-development/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/24/if-you-can-t-wait-for-team-build-2008.aspx http://lostechies.com/jimmybogard/2007/07/24/if-you-can-t-wait-for-team-build-2008/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/24/try-ruby-in-15-minutes.aspx http://lostechies.com/jimmybogard/2007/07/24/try-ruby-in-15-minutes/
# redirect 301 /blogs/jimmy_bogard/archive/2007/07/30/motivation-for-iterative-development.aspx http://lostechies.com/jimmybogard/2007/07/30/motivation-for-iterative-development/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/01/continuous-integration-book-now-out.aspx http://lostechies.com/jimmybogard/2007/08/01/continuous-integration-book-now-out/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/02/some-behave-news.aspx http://lostechies.com/jimmybogard/2007/08/02/some-behave-news/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/07/addressing-some-behave-concerns.aspx http://lostechies.com/jimmybogard/2007/08/07/addressing-some-behave-concerns/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/09/importance-of-collocation.aspx http://lostechies.com/jimmybogard/2007/08/09/importance-of-collocation/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/14/some-pairing-tips.aspx http://lostechies.com/jimmybogard/2007/08/14/some-pairing-tips/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/17/pending-scenarios-in-behave.aspx http://lostechies.com/jimmybogard/2007/08/17/pending-scenarios-in-behave/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/20/continuous-integration-resources-for-team-build.aspx http://lostechies.com/jimmybogard/2007/08/20/continuous-integration-resources-for-team-build/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/27/authoring-stories-with-bdd-using-behave-and-nspec.aspx http://lostechies.com/jimmybogard/2007/08/27/authoring-stories-with-bdd-using-behave-and-nspec/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/27/agile-references-for-pms.aspx http://lostechies.com/jimmybogard/2007/08/27/agile-references-for-pms/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/29/template-delegate-pattern.aspx http://lostechies.com/jimmybogard/2007/08/30/template-delegate-pattern/
# redirect 301 /blogs/jimmy_bogard/archive/2007/08/31/legacy-code-testing-techniques-subclass-and-override-non-virtual-members.aspx http://lostechies.com/jimmybogard/2007/08/31/legacy-code-testing-techniques-subclass-and-override-non-virtual-members/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/04/authoring-stories-with-nbehave-0-3.aspx http://lostechies.com/jimmybogard/2007/09/04/authoring-stories-with-nbehave-0-3/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/05/short-path-to-failure.aspx http://lostechies.com/jimmybogard/2007/09/05/short-path-to-failure/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/10/smells-to-refactorings-quick-reference-guide.aspx http://lostechies.com/jimmybogard/2007/09/10/smells-to-refactorings-quick-reference-guide/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/17/weird-cruisecontrol-net-error.aspx http://lostechies.com/jimmybogard/2007/09/17/weird-cruisecontrol-net-error/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/18/agile-cheat-sheet.aspx http://lostechies.com/jimmybogard/2007/09/18/agile-cheat-sheet/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/21/new-favorite-deployment-method.aspx http://lostechies.com/jimmybogard/2007/09/21/new-favorite-deployment-method/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/24/sharepoint-2007-wiki-not-a-fan.aspx http://lostechies.com/jimmybogard/2007/09/24/sharepoint-2007-wiki-not-a-fan/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/26/organizing-with-solution-folders.aspx http://lostechies.com/jimmybogard/2007/09/26/organizing-with-solution-folders/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/26/driving-and-refining-ubiquitous-language.aspx http://lostechies.com/jimmybogard/2007/09/26/driving-and-refining-ubiquitous-language/
# redirect 301 /blogs/jimmy_bogard/archive/2007/09/28/values-over-vendors.aspx http://lostechies.com/jimmybogard/2007/09/28/values-over-vendors/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/01/setting-off-a-cc-net-build-from-nant.aspx http://lostechies.com/jimmybogard/2007/10/01/setting-off-a-cc-net-build-from-nant/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/02/the-legacy-code-dilemma-and-compiler-warnings.aspx http://lostechies.com/jimmybogard/2007/10/02/the-legacy-code-dilemma-and-compiler-warnings/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/03/daily-routine-with-continuous-integration.aspx http://lostechies.com/jimmybogard/2007/10/03/daily-routine-with-continuous-integration/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/04/treat-warnings-as-errors.aspx http://lostechies.com/jimmybogard/2007/10/04/treat-warnings-as-errors/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/05/compiler-warnings-from-generated-code.aspx http://lostechies.com/jimmybogard/2007/10/05/compiler-warnings-from-generated-code/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/08/alt-net-impressions.aspx http://lostechies.com/jimmybogard/2007/10/08/alt-net-impressions/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/09/are-story-runners-appropriate.aspx http://lostechies.com/jimmybogard/2007/10/09/are-story-runners-appropriate/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/10/subscribing-to-your-google-calendar-in-outlook-2007.aspx http://lostechies.com/jimmybogard/2007/10/10/subscribing-to-your-google-calendar-in-outlook-2007/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/11/alt-net-itis.aspx http://lostechies.com/jimmybogard/2007/10/11/alt-net-itis/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/12/dialing-up-quality.aspx http://lostechies.com/jimmybogard/2007/10/12/dialing-up-quality/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/12/double-edged-sword-of-internalsvisibleto.aspx http://lostechies.com/jimmybogard/2007/10/12/double-edged-sword-of-internalsvisibleto/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/13/fluent-interface-endgame.aspx http://lostechies.com/jimmybogard/2007/10/14/fluent-interface-endgame/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/15/ruby-style-loops-in-c-3-0.aspx http://lostechies.com/jimmybogard/2007/10/16/ruby-style-loops-in-c-3-0/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/18/myth-of-the-isolated-production-fix.aspx http://lostechies.com/jimmybogard/2007/10/18/myth-of-the-isolated-production-fix/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/19/some-domain-driven-design-resources.aspx http://lostechies.com/jimmybogard/2007/10/19/some-domain-driven-design-resources/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/19/smart-tag-shortcut-key.aspx http://lostechies.com/jimmybogard/2007/10/19/smart-tag-shortcut-key/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/19/dependency-breaking-techniques-inline-static-class.aspx http://lostechies.com/jimmybogard/2007/10/19/dependency-breaking-techniques-inline-static-class/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/24/entity-validation-with-visitors-and-extension-methods.aspx http://lostechies.com/jimmybogard/2007/10/24/entity-validation-with-visitors-and-extension-methods/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/25/specifications-versus-validators.aspx http://lostechies.com/jimmybogard/2007/10/25/specifications-versus-validators/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/25/rspec-gone-wrong.aspx http://lostechies.com/jimmybogard/2007/10/25/rspec-gone-wrong/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/30/oslo-mda-soa.aspx http://lostechies.com/jimmybogard/2007/10/30/oslo-mda-soa/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/31/coding-responsibly.aspx http://lostechies.com/jimmybogard/2007/10/31/coding-responsibly/
# redirect 301 /blogs/jimmy_bogard/archive/2007/10/31/bizarro-tive-development.aspx http://lostechies.com/jimmybogard/2007/10/31/bizarro-tive-development/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/02/record-and-playback-state-in-asp-net.aspx http://lostechies.com/jimmybogard/2007/11/02/record-and-playback-state-in-asp-net/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/06/guidance-over-governance.aspx http://lostechies.com/jimmybogard/2007/11/06/guidance-over-governance/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/06/joining-los-techies.aspx http://lostechies.com/jimmybogard/2007/11/06/joining-los-techies/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/07/some-nant-tips.aspx http://lostechies.com/jimmybogard/2007/11/07/some-nant-tips/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/12/not-a-good-sign.aspx http://lostechies.com/jimmybogard/2007/11/12/not-a-good-sign/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/12/coding-without-confidence.aspx http://lostechies.com/jimmybogard/2007/11/12/coding-without-confidence/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/14/the-sinking-ship.aspx http://lostechies.com/jimmybogard/2007/11/14/the-sinking-ship/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/14/tip-of-the-day.aspx http://lostechies.com/jimmybogard/2007/11/14/tip-of-the-day/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/14/a-downcasting-tragedy.aspx http://lostechies.com/jimmybogard/2007/11/14/a-downcasting-tragedy/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/15/progress-made.aspx http://lostechies.com/jimmybogard/2007/11/15/progress-made/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/19/installing-visual-studio-2008.aspx http://lostechies.com/jimmybogard/2007/11/19/installing-visual-studio-2008/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/20/resharper-in-vs-2008.aspx http://lostechies.com/jimmybogard/2007/11/20/resharper-in-vs-2008/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/20/stop-the-madness.aspx http://lostechies.com/jimmybogard/2007/11/20/stop-the-madness/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/26/some-80-20-feedback.aspx http://lostechies.com/jimmybogard/2007/11/26/some-80-20-feedback/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/26/string-extension-methods.aspx http://lostechies.com/jimmybogard/2007/11/26/string-extension-methods/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/29/intention-concealing-interfaces-blob-parameters.aspx http://lostechies.com/jimmybogard/2007/11/29/intention-concealing-interfaces-blob-parameters/
# redirect 301 /blogs/jimmy_bogard/archive/2007/11/29/hall-of-shame.aspx http://lostechies.com/jimmybogard/2007/11/29/hall-of-shame/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/03/time-is-running-out.aspx http://lostechies.com/jimmybogard/2007/12/03/time-is-running-out/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/03/dealing-with-primitive-obsession.aspx http://lostechies.com/jimmybogard/2007/12/03/dealing-with-primitive-obsession/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/06/don-t-hide-the-ugly.aspx http://lostechies.com/jimmybogard/2007/12/06/don-t-hide-the-ugly/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/12/decomposing-a-book-club.aspx http://lostechies.com/jimmybogard/2007/12/12/decomposing-a-book-club/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/14/ruby-style-array-methods-in-c-3-0.aspx http://lostechies.com/jimmybogard/2007/12/14/ruby-style-array-methods-in-c-3-0/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/18/alt-net-summary-blog.aspx http://lostechies.com/jimmybogard/2007/12/18/alt-net-summary-blog/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/18/dead-google-calendar-gadget.aspx http://lostechies.com/jimmybogard/2007/12/18/dead-google-calendar-gadget/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/18/extension-methods-and-primitive-obsession.aspx http://lostechies.com/jimmybogard/2007/12/18/extension-methods-and-primitive-obsession/
# redirect 301 /blogs/jimmy_bogard/archive/2007/12/20/upgrading-to-windows-xp-sp2.aspx http://lostechies.com/jimmybogard/2007/12/21/upgrading-to-windows-xp-sp2/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/02/targeting-multiple-environments-through-nant.aspx http://lostechies.com/jimmybogard/2008/01/02/targeting-multiple-environments-through-nant/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/03/time-expired-still-going-strong.aspx http://lostechies.com/jimmybogard/2008/01/03/time-expired-still-going-strong/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/03/application-root-is-your-friend.aspx http://lostechies.com/jimmybogard/2008/01/03/application-root-is-your-friend/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/07/nbehave-source-moved-to-google-code.aspx http://lostechies.com/jimmybogard/2008/01/07/nbehave-source-moved-to-google-code/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/07/svn-and-proxy-servers.aspx http://lostechies.com/jimmybogard/2008/01/07/svn-and-proxy-servers/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/08/for-the-record.aspx http://lostechies.com/jimmybogard/2008/01/08/for-the-record/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/09/more-on-scrummerfall.aspx http://lostechies.com/jimmybogard/2008/01/09/more-on-scrummerfall/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/10/stop-the-flash-insanity.aspx http://lostechies.com/jimmybogard/2008/01/10/stop-the-flash-insanity/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/10/converting-tests-to-specs-is-a-bad-idea.aspx http://lostechies.com/jimmybogard/2008/01/10/converting-tests-to-specs-is-a-bad-idea/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/14/starting-a-new-gig.aspx http://lostechies.com/jimmybogard/2008/01/15/starting-a-new-gig/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/14/making-the-permanent-move.aspx http://lostechies.com/jimmybogard/2008/01/15/making-the-permanent-move/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/15/abusing-using-statements.aspx http://lostechies.com/jimmybogard/2008/01/16/abusing-using-statements/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/16/advanced-ci-integrating-web-applications.aspx http://lostechies.com/jimmybogard/2008/01/16/advanced-ci-integrating-web-applications/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/17/customer-facing-identifiers.aspx http://lostechies.com/jimmybogard/2008/01/17/customer-facing-identifiers/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/17/notes-from-the-austin-ddd-book-club.aspx http://lostechies.com/jimmybogard/2008/01/17/notes-from-the-austin-ddd-book-club/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/22/some-essential-visual-studio-tools.aspx http://lostechies.com/jimmybogard/2008/01/22/some-essential-visual-studio-tools/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/23/watin-and-inamingcontainer-adventures.aspx http://lostechies.com/jimmybogard/2008/01/23/watin-and-inamingcontainer-adventures/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/28/best-tool-for-the-job.aspx http://lostechies.com/jimmybogard/2008/01/28/best-tool-for-the-job/
# redirect 301 /blogs/jimmy_bogard/archive/2008/01/30/some-c-obscurities.aspx http://lostechies.com/jimmybogard/2008/01/31/some-c-obscurities/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/04/stuck-in-proprietary-land.aspx http://lostechies.com/jimmybogard/2008/02/04/stuck-in-proprietary-land/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/04/flexibility-and-control.aspx http://lostechies.com/jimmybogard/2008/02/05/flexibility-and-control/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/06/stories-requirements-and-language.aspx http://lostechies.com/jimmybogard/2008/02/06/stories-requirements-and-language/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/07/team-system-and-open-source.aspx http://lostechies.com/jimmybogard/2008/02/07/team-system-and-open-source/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/13/getting-over-the-tdd-hump.aspx http://lostechies.com/jimmybogard/2008/02/14/getting-over-the-tdd-hump/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/16/eliminating-obscure-tests.aspx http://lostechies.com/jimmybogard/2008/02/16/eliminating-obscure-tests/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/18/unit-testing-monorail-controllers-redirects.aspx http://lostechies.com/jimmybogard/2008/02/19/unit-testing-monorail-controllers-redirects/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/19/last-xml-serializer-i-ll-ever-write.aspx http://lostechies.com/jimmybogard/2008/02/20/last-xml-serializer-i-ll-ever-write/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/20/nhibernate-and-xmlpoke.aspx http://lostechies.com/jimmybogard/2008/02/21/nhibernate-and-xmlpoke/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/22/moving-past-stored-procedures.aspx http://lostechies.com/jimmybogard/2008/02/22/moving-past-stored-procedures/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/27/testdriven-net-keyboard-shortcut.aspx http://lostechies.com/jimmybogard/2008/02/28/testdriven-net-keyboard-shortcut/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/27/the-gmail-rainbow.aspx http://lostechies.com/jimmybogard/2008/02/28/the-gmail-rainbow/
# redirect 301 /blogs/jimmy_bogard/archive/2008/02/29/setting-the-default-browser-inside-visual-studio.aspx http://lostechies.com/jimmybogard/2008/02/29/setting-the-default-browser-inside-visual-studio/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/02/letting-the-customer-drive-the-demo.aspx http://lostechies.com/jimmybogard/2008/03/02/letting-the-customer-drive-the-demo/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/05/advanced-mocking-auto-interaction-testing.aspx http://lostechies.com/jimmybogard/2008/03/06/advanced-mocking-auto-interaction-testing/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/06/advanced-mocking-anonymous-test-spy.aspx http://lostechies.com/jimmybogard/2008/03/07/advanced-mocking-anonymous-test-spy/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/10/the-many-faces-of-expectedexception.aspx http://lostechies.com/jimmybogard/2008/03/11/the-many-faces-of-expectedexception/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/11/a-small-correction.aspx http://lostechies.com/jimmybogard/2008/03/11/a-small-correction/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/12/advanced-mocking-mocks-and-stubs.aspx http://lostechies.com/jimmybogard/2008/03/13/advanced-mocking-mocks-and-stubs/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/13/clearing-up-the-mock-confusion.aspx http://lostechies.com/jimmybogard/2008/03/14/clearing-up-the-mock-confusion/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/16/review-xunit-test-patterns.aspx http://lostechies.com/jimmybogard/2008/03/17/review-xunit-test-patterns/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/18/mapping-options-in-linq-to-sql.aspx http://lostechies.com/jimmybogard/2008/03/19/mapping-options-in-linq-to-sql/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/19/controller-bloat.aspx http://lostechies.com/jimmybogard/2008/03/20/controller-bloat/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/20/is-your-process-dead.aspx http://lostechies.com/jimmybogard/2008/03/20/is-your-process-dead/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/22/variations-on-a-func-y-theme.aspx http://lostechies.com/jimmybogard/2008/03/22/variations-on-a-func-y-theme/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/25/looking-for-extreme-programmers-in-austin-tx.aspx http://lostechies.com/jimmybogard/2008/03/25/looking-for-extreme-programmers-in-austin-tx/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/26/stop-creating-custom-delegate-types.aspx http://lostechies.com/jimmybogard/2008/03/26/stop-creating-custom-delegate-types/
# redirect 301 /blogs/jimmy_bogard/archive/2008/03/31/ptom-the-dependency-inversion-principle.aspx http://lostechies.com/jimmybogard/2008/03/31/ptom-the-dependency-inversion-principle/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/07/reacting-to-change.aspx http://lostechies.com/jimmybogard/2008/04/08/reacting-to-change/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/08/dear-software-tool-vendors-re-i-m-breaking-up-with-you.aspx http://lostechies.com/jimmybogard/2008/04/08/dear-software-tool-vendors-re-i-m-breaking-up-with-you/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/15/guidelines-aren-t-rules.aspx http://lostechies.com/jimmybogard/2008/04/15/guidelines-aren-t-rules/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/16/profiling-a-legacy-app.aspx http://lostechies.com/jimmybogard/2008/04/16/profiling-a-legacy-app/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/19/version-control-with-subversion-so-easy-my-wife-can-do-it.aspx http://lostechies.com/jimmybogard/2008/04/19/version-control-with-subversion-so-easy-my-wife-can-do-it/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/21/auto-mocking-container-pitfalls.aspx http://lostechies.com/jimmybogard/2008/04/21/auto-mocking-container-pitfalls/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/22/should-you-tdd-when-flying-solo.aspx http://lostechies.com/jimmybogard/2008/04/23/should-you-tdd-when-flying-solo/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/25/raising-the-bar.aspx http://lostechies.com/jimmybogard/2008/04/26/raising-the-bar/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/27/understanding-mock-objects-an-alternate-solution.aspx http://lostechies.com/jimmybogard/2008/04/28/understanding-mock-objects-an-alternate-solution/
# redirect 301 /blogs/jimmy_bogard/archive/2008/04/30/developers-or-engineers.aspx http://lostechies.com/jimmybogard/2008/04/30/developers-or-engineers/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/05/a-pointless-exercise.aspx http://lostechies.com/jimmybogard/2008/05/05/a-pointless-exercise/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/06/pablotv-eliminating-static-dependencies-screencast.aspx http://lostechies.com/jimmybogard/2008/05/06/pablotv-eliminating-static-dependencies-screencast/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/07/mike-cohn-in-town.aspx http://lostechies.com/jimmybogard/2008/05/07/mike-cohn-in-town/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/08/enhancing-mappers-with-linq.aspx http://lostechies.com/jimmybogard/2008/05/08/enhancing-mappers-with-linq/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/09/linq-query-operators-lose-that-foreach-already.aspx http://lostechies.com/jimmybogard/2008/05/09/linq-query-operators-lose-that-foreach-already/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/15/domain-driven-design-supple-design-patterns-series.aspx http://lostechies.com/jimmybogard/2008/05/15/domain-driven-design-supple-design-patterns-series/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/15/see-you-at-austin-code-camp.aspx http://lostechies.com/jimmybogard/2008/05/15/see-you-at-austin-code-camp/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/18/austin-code-camp-2008-post-mortem.aspx http://lostechies.com/jimmybogard/2008/05/19/austin-code-camp-2008-post-mortem/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/18/asp-net-officially-unmaintainable.aspx http://lostechies.com/jimmybogard/2008/05/19/asp-net-officially-unmaintainable/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/19/more-entity-framework-thoughts.aspx http://lostechies.com/jimmybogard/2008/05/19/more-entity-framework-thoughts/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/20/entities-value-objects-aggregates-and-roots.aspx http://lostechies.com/jimmybogard/2008/05/21/entities-value-objects-aggregates-and-roots/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/20/the-mvc-storefront-challenge.aspx http://lostechies.com/jimmybogard/2008/05/21/the-mvc-storefront-challenge/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/21/working-with-the-web-model.aspx http://lostechies.com/jimmybogard/2008/05/22/working-with-the-web-model/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/27/austin-code-camp-material-posted.aspx http://lostechies.com/jimmybogard/2008/05/28/austin-code-camp-material-posted/
# redirect 301 /blogs/jimmy_bogard/archive/2008/05/28/mvc-storefront-challenge-kickoff.aspx http://lostechies.com/jimmybogard/2008/05/29/mvc-storefront-challenge-kickoff/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/03/failures-of-aimless-large-scale-refactorings.aspx http://lostechies.com/jimmybogard/2008/06/04/failures-of-aimless-large-scale-refactorings/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/04/designing-primary-keys.aspx http://lostechies.com/jimmybogard/2008/06/05/designing-primary-keys/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/05/forbidden-void-type-in-c.aspx http://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx http://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/17/separation-of-concerns-how-not-to-do-it.aspx http://lostechies.com/jimmybogard/2008/06/17/separation-of-concerns-how-not-to-do-it/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/18/adios-netflix-profiles.aspx http://lostechies.com/jimmybogard/2008/06/19/adios-netflix-profiles/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/19/separation-of-concerns-by-example-part-1.aspx http://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/24/separation-of-concerns-by-example-part-2.aspx http://lostechies.com/jimmybogard/2008/06/24/separation-of-concerns-by-example-part-2/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/24/entity-framework-vote-of-no-confidence.aspx http://lostechies.com/jimmybogard/2008/06/25/entity-framework-vote-of-no-confidence/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/26/when-a-space-isn-t-a-space.aspx http://lostechies.com/jimmybogard/2008/06/26/when-a-space-isn-t-a-space/
# redirect 301 /blogs/jimmy_bogard/archive/2008/06/26/separation-of-concerns-by-example-part-3.aspx http://lostechies.com/jimmybogard/2008/06/27/separation-of-concerns-by-example-part-3/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/07/entities-and-the-law-of-demeter.aspx http://lostechies.com/jimmybogard/2008/07/07/entities-and-the-law-of-demeter/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/10/separation-of-concerns-by-example-part-4.aspx http://lostechies.com/jimmybogard/2008/07/10/separation-of-concerns-by-example-part-4/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/12/going-lean-in-visual-studio.aspx http://lostechies.com/jimmybogard/2008/07/12/going-lean-in-visual-studio/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/12/alt-net-certification-course.aspx http://lostechies.com/jimmybogard/2008/07/12/alt-net-certification-course/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/14/speaking-at-adnug-tonight.aspx http://lostechies.com/jimmybogard/2008/07/14/speaking-at-adnug-tonight/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/17/separation-of-concerns-by-example-part-5.aspx http://lostechies.com/jimmybogard/2008/07/17/separation-of-concerns-by-example-part-5/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/18/expressions-and-lambdas.aspx http://lostechies.com/jimmybogard/2008/07/19/expressions-and-lambdas/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/19/showing-some-mvc-support.aspx http://lostechies.com/jimmybogard/2008/07/19/showing-some-mvc-support/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/24/arrange-act-assert-and-bdd-specifications.aspx http://lostechies.com/jimmybogard/2008/07/24/arrange-act-assert-and-bdd-specifications/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/29/integrating-structuremap-with-wcf.aspx http://lostechies.com/jimmybogard/2008/07/30/integrating-structuremap-with-wcf/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/30/trusted-subsystem-wcf-and-iis.aspx http://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/
# redirect 301 /blogs/jimmy_bogard/archive/2008/07/31/trusted-subsystem-wcf-and-iis-5-revisited.aspx http://lostechies.com/jimmybogard/2008/08/01/trusted-subsystem-wcf-and-iis-5-revisited/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/04/rails-notes-from-the-net-side.aspx http://lostechies.com/jimmybogard/2008/08/05/rails-notes-from-the-net-side/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/12/enumeration-classes.aspx http://lostechies.com/jimmybogard/2008/08/12/enumeration-classes/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/13/deferred-execution-gotchas.aspx http://lostechies.com/jimmybogard/2008/08/13/deferred-execution-gotchas/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/14/austin-ddd-book-club-wrapped-up.aspx http://lostechies.com/jimmybogard/2008/08/15/austin-ddd-book-club-wrapped-up/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/18/convention-configuration-and-wcf.aspx http://lostechies.com/jimmybogard/2008/08/18/convention-configuration-and-wcf/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/19/on-good-design-and-defining-success.aspx http://lostechies.com/jimmybogard/2008/08/20/on-good-design-and-defining-success/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/19/ddd-repositories-and-orms.aspx http://lostechies.com/jimmybogard/2008/08/20/ddd-repositories-and-orms/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/21/services-in-domain-driven-design.aspx http://lostechies.com/jimmybogard/2008/08/21/services-in-domain-driven-design/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/26/parameter-lists-in-nhibernate.aspx http://lostechies.com/jimmybogard/2008/08/27/parameter-lists-in-nhibernate/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/26/strategies-and-discriminators-in-nhibernate.aspx http://lostechies.com/jimmybogard/2008/08/27/strategies-and-discriminators-in-nhibernate/
# redirect 301 /blogs/jimmy_bogard/archive/2008/08/30/one-of-those-days.aspx http://lostechies.com/jimmybogard/2008/08/30/one-of-those-days/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/03/building-arrays-in-structuremap-2-5.aspx http://lostechies.com/jimmybogard/2008/09/03/building-arrays-in-structuremap-2-5/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/04/on-passion.aspx http://lostechies.com/jimmybogard/2008/09/04/on-passion/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/09/quality-and-code-coverage.aspx http://lostechies.com/jimmybogard/2008/09/09/quality-and-code-coverage/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/12/some-ioc-container-guidelines.aspx http://lostechies.com/jimmybogard/2008/09/12/some-ioc-container-guidelines/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/16/integrating-structuremap-and-nhibernate-with-wcf.aspx http://lostechies.com/jimmybogard/2008/09/16/integrating-structuremap-and-nhibernate-with-wcf/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/18/tdd-design-trade-offs-and-junk-food.aspx http://lostechies.com/jimmybogard/2008/09/18/tdd-design-trade-offs-and-junk-food/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/20/interfaces-and-isolation.aspx http://lostechies.com/jimmybogard/2008/09/20/interfaces-and-isolation/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/21/ten-tips-to-maximize-the-return-on-your-tdd-investment.aspx http://lostechies.com/jimmybogard/2008/09/22/ten-tips-to-maximize-the-return-on-your-tdd-investment/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/22/a-tdd-investment-addendum.aspx http://lostechies.com/jimmybogard/2008/09/23/a-tdd-investment-addendum/
# redirect 301 /blogs/jimmy_bogard/archive/2008/09/26/javascript-block-scoping.aspx http://lostechies.com/jimmybogard/2008/09/26/javascript-block-scoping/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/04/windows-2008-workstation-and-live-writer.aspx http://lostechies.com/jimmybogard/2008/10/04/windows-2008-workstation-and-live-writer/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/04/transitioning-between-consulting-projects.aspx http://lostechies.com/jimmybogard/2008/10/04/transitioning-between-consulting-projects/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/05/three-simple-rhino-mocks-rules.aspx http://lostechies.com/jimmybogard/2008/10/06/three-simple-rhino-mocks-rules/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/12/notimplementedexception-and-the-interface-segregation-principle.aspx http://lostechies.com/jimmybogard/2008/10/12/notimplementedexception-and-the-interface-segregation-principle/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/14/acceptable-test-failures.aspx http://lostechies.com/jimmybogard/2008/10/14/acceptable-test-failures/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/15/fluent-hierarchical-construction.aspx http://lostechies.com/jimmybogard/2008/10/15/fluent-hierarchical-construction/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/21/encapsulation-and-thinking-behaviorally.aspx http://lostechies.com/jimmybogard/2008/10/21/encapsulation-and-thinking-behaviorally/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/22/where-are-the-ddd-sample-applications.aspx http://lostechies.com/jimmybogard/2008/10/22/where-are-the-ddd-sample-applications/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/27/hail-to-the-king-baby.aspx http://lostechies.com/jimmybogard/2008/10/27/hail-to-the-king-baby/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/29/testing-fun-with-asp-net-mvc.aspx http://lostechies.com/jimmybogard/2008/10/29/testing-fun-with-asp-net-mvc/
# redirect 301 /blogs/jimmy_bogard/archive/2008/10/29/searching-for-a-read-only-list.aspx http://lostechies.com/jimmybogard/2008/10/30/searching-for-a-read-only-list/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/04/continuous-integration-tip-of-the-day.aspx http://lostechies.com/jimmybogard/2008/11/05/continuous-integration-tip-of-the-day/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/04/thoughts-on-c-4-0.aspx http://lostechies.com/jimmybogard/2008/11/05/thoughts-on-c-4-0/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/06/worst-visual-studio-message-ever.aspx http://lostechies.com/jimmybogard/2008/11/07/worst-visual-studio-message-ever/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/07/conversion-operator-behavior-and-casting.aspx http://lostechies.com/jimmybogard/2008/11/08/conversion-operator-behavior-and-casting/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/08/boycotting-flash.aspx http://lostechies.com/jimmybogard/2008/11/08/boycotting-flash/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/09/systemtime-versus-isystemclock-dependencies-revisited.aspx http://lostechies.com/jimmybogard/2008/11/09/systemtime-versus-isystemclock-dependencies-revisited/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/17/where-tdd-fails-for-me.aspx http://lostechies.com/jimmybogard/2008/11/18/where-tdd-fails-for-me/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/18/programmers-are-not-typists-first.aspx http://lostechies.com/jimmybogard/2008/11/19/programmers-are-not-typists-first/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/19/functionally-dynamic.aspx http://lostechies.com/jimmybogard/2008/11/20/functionally-dynamic/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/22/well-that-s-just-precious.aspx http://lostechies.com/jimmybogard/2008/11/22/well-that-s-just-precious/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/22/beware-exceptions-in-attribute-constructors.aspx http://lostechies.com/jimmybogard/2008/11/23/beware-exceptions-in-attribute-constructors/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/24/dealing-with-parameters-in-expressions-and-strongly-typed-reflection.aspx http://lostechies.com/jimmybogard/2008/11/25/dealing-with-parameters-in-expressions-and-strongly-typed-reflection/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/26/viewing-all-foreign-key-constraints-in-sql-server.aspx http://lostechies.com/jimmybogard/2008/11/27/viewing-all-foreign-key-constraints-in-sql-server/
# redirect 301 /blogs/jimmy_bogard/archive/2008/11/26/visualizing-linq-expressions-in-the-debugger.aspx http://lostechies.com/jimmybogard/2008/11/27/visualizing-linq-expressions-in-the-debugger/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/08/attributes-are-lousy-decorators.aspx http://lostechies.com/jimmybogard/2008/12/09/attributes-are-lousy-decorators/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/11/more-c-attribute-annoyances.aspx http://lostechies.com/jimmybogard/2008/12/12/more-c-attribute-annoyances/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/14/making-frameworks-container-aware.aspx http://lostechies.com/jimmybogard/2008/12/15/making-frameworks-container-aware/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/15/domain-models-in-presentation-frameworks.aspx http://lostechies.com/jimmybogard/2008/12/16/domain-models-in-presentation-frameworks/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/18/why-we-need-named-parameters.aspx http://lostechies.com/jimmybogard/2008/12/18/why-we-need-named-parameters/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/18/getting-value-out-of-your-unit-tests.aspx http://lostechies.com/jimmybogard/2008/12/19/getting-value-out-of-your-unit-tests/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/21/piecemeal-expression-evaluation.aspx http://lostechies.com/jimmybogard/2008/12/21/piecemeal-expression-evaluation/
# redirect 301 /blogs/jimmy_bogard/archive/2008/12/30/ten-things-to-retire-in-2009.aspx http://lostechies.com/jimmybogard/2008/12/31/ten-things-to-retire-in-2009/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/02/extension-methods-and-a-plea-for-mixins.aspx http://lostechies.com/jimmybogard/2009/01/03/extension-methods-and-a-plea-for-mixins/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/04/10-things-to-embrace-in-2009.aspx http://lostechies.com/jimmybogard/2009/01/05/10-things-to-embrace-in-2009/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/05/ddd-is-not-all-or-nothing.aspx http://lostechies.com/jimmybogard/2009/01/06/ddd-is-not-all-or-nothing/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/11/enabling-success-with-opinionated-architecture.aspx http://lostechies.com/jimmybogard/2009/01/11/enabling-success-with-opinionated-architecture/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/14/a-new-breed-of-magic-strings-in-asp-net-mvc.aspx http://lostechies.com/jimmybogard/2009/01/14/a-new-breed-of-magic-strings-in-asp-net-mvc/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/20/javascript-decorator-pattern.aspx http://lostechies.com/jimmybogard/2009/01/20/javascript-decorator-pattern/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/22/automapper-the-object-object-mapper.aspx http://lostechies.com/jimmybogard/2009/01/23/automapper-the-object-object-mapper/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/27/asp-net-mvc-options-for-consolidating-html.aspx http://lostechies.com/jimmybogard/2009/01/28/asp-net-mvc-options-for-consolidating-html/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/28/be-wary-of-container-calls-in-tests.aspx http://lostechies.com/jimmybogard/2009/01/29/be-wary-of-container-calls-in-tests/
# redirect 301 /blogs/jimmy_bogard/archive/2009/01/29/automapper-mailing-list-created.aspx http://lostechies.com/jimmybogard/2009/01/29/automapper-mailing-list-created/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/02/crafting-wicked-domain-models-with-components-in-ddd.aspx http://lostechies.com/jimmybogard/2009/02/03/crafting-wicked-domain-models-with-components-in-ddd/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/04/ddd-aggregate-component-pattern-in-action.aspx http://lostechies.com/jimmybogard/2009/02/05/ddd-aggregate-component-pattern-in-action/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/10/on-symbology-and-materialism.aspx http://lostechies.com/jimmybogard/2009/02/11/on-symbology-and-materialism/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/10/entropy-in-software.aspx http://lostechies.com/jimmybogard/2009/02/11/entropy-in-software/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/11/automapper-0-2-released.aspx http://lostechies.com/jimmybogard/2009/02/11/automapper-0-2-released/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/15/language-feature-parity-and-the-polyglot-programmer.aspx http://lostechies.com/jimmybogard/2009/02/15/language-feature-parity-and-the-polyglot-programmer/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/15/validation-in-a-ddd-world.aspx http://lostechies.com/jimmybogard/2009/02/15/validation-in-a-ddd-world/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/16/spaces-in-identifier-names-in-c.aspx http://lostechies.com/jimmybogard/2009/02/17/spaces-in-identifier-names-in-c/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/21/automapper-feature-projection.aspx http://lostechies.com/jimmybogard/2009/02/21/automapper-feature-projection/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/24/polymorphism-in-expression-trees.aspx http://lostechies.com/jimmybogard/2009/02/25/polymorphism-in-expression-trees/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/26/seamless-test-authoring-with-resharper-and-autohotkey.aspx http://lostechies.com/jimmybogard/2009/02/26/seamless-test-authoring-with-resharper-and-autohotkey/
# redirect 301 /blogs/jimmy_bogard/archive/2009/02/26/automapper-now-on-teamcity-codebetter-com.aspx http://lostechies.com/jimmybogard/2009/02/27/automapper-now-on-teamcity-codebetter-com/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/05/transactions-and-the-check-in-dance.aspx http://lostechies.com/jimmybogard/2009/03/05/transactions-and-the-check-in-dance/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/08/why-are-we-so-cheap-with-software.aspx http://lostechies.com/jimmybogard/2009/03/09/why-are-we-so-cheap-with-software/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/11/asp-net-mvc-rc-finally-working-for-me.aspx http://lostechies.com/jimmybogard/2009/03/11/asp-net-mvc-rc-finally-working-for-me/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/11/what-s-in-a-version-name.aspx http://lostechies.com/jimmybogard/2009/03/12/what-s-in-a-version-name/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/15/disambiguating-a-test-fixture.aspx http://lostechies.com/jimmybogard/2009/03/16/disambiguating-a-test-fixture/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/15/a-sign-of-the-times.aspx http://lostechies.com/jimmybogard/2009/03/16/a-sign-of-the-times/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/16/unicode-in-regular-expressions.aspx http://lostechies.com/jimmybogard/2009/03/17/unicode-in-regular-expressions/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/17/a-better-model-binder.aspx http://lostechies.com/jimmybogard/2009/03/18/a-better-model-binder/
# redirect 301 /blogs/jimmy_bogard/archive/2009/03/26/mvc-beta-to-rtw-upgrade-issue-addmodelerror-and-nullreferenceexceptions.aspx http://lostechies.com/jimmybogard/2009/03/27/mvc-beta-to-rtw-upgrade-issue-addmodelerror-and-nullreferenceexceptions/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/02/required-developer-reading.aspx http://lostechies.com/jimmybogard/2009/04/03/required-developer-reading/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/04/adventures-with-il-merge.aspx http://lostechies.com/jimmybogard/2009/04/04/adventures-with-il-merge/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/04/automapper-0-3-beta-released.aspx http://lostechies.com/jimmybogard/2009/04/05/automapper-0-3-beta-released/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/08/quality-against-a-deadline.aspx http://lostechies.com/jimmybogard/2009/04/09/quality-against-a-deadline/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/09/a-sign-of-team-maturity.aspx http://lostechies.com/jimmybogard/2009/04/09/a-sign-of-team-maturity/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/11/strongly-typed-telerik-reports.aspx http://lostechies.com/jimmybogard/2009/04/11/strongly-typed-telerik-reports/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/14/automapper-feature-interfaces-and-dynamic-mapping.aspx http://lostechies.com/jimmybogard/2009/04/15/automapper-feature-interfaces-and-dynamic-mapping/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/15/speeding-up-a-local-build.aspx http://lostechies.com/jimmybogard/2009/04/16/speeding-up-a-local-build/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/21/the-infinite-extensibility-engine.aspx http://lostechies.com/jimmybogard/2009/04/22/the-infinite-extensibility-engine/
# redirect 301 /blogs/jimmy_bogard/archive/2009/04/24/how-we-do-mvc.aspx http://lostechies.com/jimmybogard/2009/04/24/how-we-do-mvc/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/05/automapper-feature-custom-type-converters.aspx http://lostechies.com/jimmybogard/2009/05/06/automapper-feature-custom-type-converters/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/05/a-testing-survey-on-a-large-project.aspx http://lostechies.com/jimmybogard/2009/05/06/a-testing-survey-on-a-large-project/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/11/automapper-and-ioc.aspx http://lostechies.com/jimmybogard/2009/05/12/automapper-and-ioc/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/12/success-and-statistics.aspx http://lostechies.com/jimmybogard/2009/05/13/success-and-statistics/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/13/essential-tools-for-web-developers.aspx http://lostechies.com/jimmybogard/2009/05/14/essential-tools-for-web-developers/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx http://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/19/beyond-top-down-design.aspx http://lostechies.com/jimmybogard/2009/05/20/beyond-top-down-design/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/21/podcast-on-automapper-live.aspx http://lostechies.com/jimmybogard/2009/05/21/podcast-on-automapper-live/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/22/subverting-tdd-as-a-design-tool.aspx http://lostechies.com/jimmybogard/2009/05/22/subverting-tdd-as-a-design-tool/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/27/ptom-black-box-analysis-of-legacy-applications.aspx http://lostechies.com/jimmybogard/2009/05/28/ptom-black-box-analysis-of-legacy-applications/
# redirect 301 /blogs/jimmy_bogard/archive/2009/05/28/meaning-of-life.aspx http://lostechies.com/jimmybogard/2009/05/29/meaning-of-life/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/03/fighting-technical-debt-with-the-wall-of-pain.aspx http://lostechies.com/jimmybogard/2009/06/04/fighting-technical-debt-with-the-wall-of-pain/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/07/reflecting-reality.aspx http://lostechies.com/jimmybogard/2009/06/08/reflecting-reality/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/09/defining-and-refining-conventions.aspx http://lostechies.com/jimmybogard/2009/06/09/defining-and-refining-conventions/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/10/simplest-versus-first-thing-that-could-possibly-work.aspx http://lostechies.com/jimmybogard/2009/06/11/simplest-versus-first-thing-that-could-possibly-work/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/14/requesting-features-for-automapper.aspx http://lostechies.com/jimmybogard/2009/06/15/requesting-features-for-automapper/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/15/why-opinionated-input-builders-for-asp-net-mvc.aspx http://lostechies.com/jimmybogard/2009/06/15/why-opinionated-input-builders-for-asp-net-mvc/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/17/more-on-late-bound-invocations-with-expression-trees.aspx http://lostechies.com/jimmybogard/2009/06/18/more-on-late-bound-invocations-with-expression-trees/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/18/the-filter-viewdata-anti-pattern.aspx http://lostechies.com/jimmybogard/2009/06/19/the-filter-viewdata-anti-pattern/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/24/expressions-cheat-sheet.aspx http://lostechies.com/jimmybogard/2009/06/25/expressions-cheat-sheet/
# redirect 301 /blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx http://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/01/congrats-to-the-los-techies-mvps.aspx http://lostechies.com/jimmybogard/2009/07/02/congrats-to-the-los-techies-mvps/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/03/how-not-to-do-dependency-injection-in-nerddinner.aspx http://lostechies.com/jimmybogard/2009/07/03/how-not-to-do-dependency-injection-in-nerddinner/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/06/refactoring-challenge.aspx http://lostechies.com/jimmybogard/2009/07/07/refactoring-challenge/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/07/refactoring-challenge-part-1-examination.aspx http://lostechies.com/jimmybogard/2009/07/08/refactoring-challenge-part-1-examination/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/08/refactoring-challenge-part-2-preparation.aspx http://lostechies.com/jimmybogard/2009/07/09/refactoring-challenge-part-2-preparation/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/14/no-fluff-just-stuff-roundup.aspx http://lostechies.com/jimmybogard/2009/07/14/no-fluff-just-stuff-roundup/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/14/when-is-poor-man-s-dependency-injection-appropriate.aspx http://lostechies.com/jimmybogard/2009/07/14/when-is-poor-man-s-dependency-injection-appropriate/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/22/refactoring-challenge-part-3-pattern-implementation.aspx http://lostechies.com/jimmybogard/2009/07/23/refactoring-challenge-part-3-pattern-implementation/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/26/refactoring-challenge-2-functionally-illiterate.aspx http://lostechies.com/jimmybogard/2009/07/27/refactoring-challenge-2-functionally-illiterate/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/28/my-ideal-ide.aspx http://lostechies.com/jimmybogard/2009/07/29/my-ideal-ide/
# redirect 301 /blogs/jimmy_bogard/archive/2009/07/28/succeeding-with-mediocrity.aspx http://lostechies.com/jimmybogard/2009/07/29/succeeding-with-mediocrity/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx http://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/05/late-bound-invocations-with-dynamicmethod.aspx http://lostechies.com/jimmybogard/2009/08/06/late-bound-invocations-with-dynamicmethod/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/11/javascript-a-tool-too-sharp.aspx http://lostechies.com/jimmybogard/2009/08/12/javascript-a-tool-too-sharp/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/15/continuous-learning-and-getting-left-behind.aspx http://lostechies.com/jimmybogard/2009/08/15/continuous-learning-and-getting-left-behind/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/16/getting-stuck-in-the-weeds.aspx http://lostechies.com/jimmybogard/2009/08/17/getting-stuck-in-the-weeds/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/17/how-to-hinder-reflection-based-scenarios.aspx http://lostechies.com/jimmybogard/2009/08/18/how-to-hinder-reflection-based-scenarios/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/27/the-webforms-stalwarts.aspx http://lostechies.com/jimmybogard/2009/08/27/the-webforms-stalwarts/
# redirect 301 /blogs/jimmy_bogard/archive/2009/08/28/my-favorite-nhibernate-exception.aspx http://lostechies.com/jimmybogard/2009/08/28/my-favorite-nhibernate-exception/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/01/partially-closed-generic-types.aspx http://lostechies.com/jimmybogard/2009/09/01/partially-closed-generic-types/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/02/ddd-repository-implementation-patterns.aspx http://lostechies.com/jimmybogard/2009/09/03/ddd-repository-implementation-patterns/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/10/wither-the-repository.aspx http://lostechies.com/jimmybogard/2009/09/11/wither-the-repository/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/14/automapper-1-0-rc1-released.aspx http://lostechies.com/jimmybogard/2009/09/15/automapper-1-0-rc1-released/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/17/the-case-for-two-way-mapping-in-automapper.aspx http://lostechies.com/jimmybogard/2009/09/18/the-case-for-two-way-mapping-in-automapper/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/28/thanks-houston-techfest.aspx http://lostechies.com/jimmybogard/2009/09/28/thanks-houston-techfest/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/29/my-favorite-bug-tracking-system.aspx http://lostechies.com/jimmybogard/2009/09/29/my-favorite-bug-tracking-system/
# redirect 301 /blogs/jimmy_bogard/archive/2009/09/30/bugs-defects-and-feedback.aspx http://lostechies.com/jimmybogard/2009/09/30/bugs-defects-and-feedback/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/08/an-automapper-success-story.aspx http://lostechies.com/jimmybogard/2009/10/08/an-automapper-success-story/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/15/thanks-arkansas.aspx http://lostechies.com/jimmybogard/2009/10/16/thanks-arkansas/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/15/more-missing-linq-operators.aspx http://lostechies.com/jimmybogard/2009/10/16/more-missing-linq-operators/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/19/how-not-to-implement-a-failing-test.aspx http://lostechies.com/jimmybogard/2009/10/19/how-not-to-implement-a-failing-test/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/21/c4mvc-meeting-on-ui-testing.aspx http://lostechies.com/jimmybogard/2009/10/21/c4mvc-meeting-on-ui-testing/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/22/c4mvc-ui-testing-screencast-posted.aspx http://lostechies.com/jimmybogard/2009/10/23/c4mvc-ui-testing-screencast-posted/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/27/mvc-web-testing-strategies-verifying-content.aspx http://lostechies.com/jimmybogard/2009/10/28/mvc-web-testing-strategies-verifying-content/
# redirect 301 /blogs/jimmy_bogard/archive/2009/10/28/mvc-best-practices.aspx http://lostechies.com/jimmybogard/2009/10/28/mvc-best-practices/
# redirect 301 /blogs/jimmy_bogard/archive/2009/11/09/fields-and-virtual-members.aspx http://lostechies.com/jimmybogard/2009/11/09/fields-and-virtual-members/
# redirect 301 /blogs/jimmy_bogard/archive/2009/11/12/willed-and-forced-design.aspx http://lostechies.com/jimmybogard/2009/11/13/willed-and-forced-design/
# redirect 301 /blogs/jimmy_bogard/archive/2009/11/13/how-to-annoy-your-teammates.aspx http://lostechies.com/jimmybogard/2009/11/13/how-to-annoy-your-teammates/
# redirect 301 /blogs/jimmy_bogard/archive/2009/11/19/a-better-model-binder-addendum.aspx http://lostechies.com/jimmybogard/2009/11/20/a-better-model-binder-addendum/
# redirect 301 /blogs/jimmy_bogard/archive/2009/11/23/hitting-the-upper-limit-of-foreign-key-constraints.aspx http://lostechies.com/jimmybogard/2009/11/24/hitting-the-upper-limit-of-foreign-key-constraints/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/01/migrating-to-fluent-nhibernate.aspx http://lostechies.com/jimmybogard/2009/12/02/migrating-to-fluent-nhibernate/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/02/the-template-method-is-a-lie.aspx http://lostechies.com/jimmybogard/2009/12/03/the-template-method-is-a-lie/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/03/persistence-model-and-domain-anemia.aspx http://lostechies.com/jimmybogard/2009/12/03/persistence-model-and-domain-anemia/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/08/linq-query-operators-and-null-lists.aspx http://lostechies.com/jimmybogard/2009/12/08/linq-query-operators-and-null-lists/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx http://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/09/infoq-interview-on-asp-net-mvc-in-action-up.aspx http://lostechies.com/jimmybogard/2009/12/09/infoq-interview-on-asp-net-mvc-in-action-up/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/12/enabling-ioc-in-asp-net-actionresults-or-a-better-actionresult.aspx http://lostechies.com/jimmybogard/2009/12/12/enabling-ioc-in-asp-net-actionresults-or-a-better-actionresult/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/17/advanced-structuremap-connecting-implementations-to-open-generic-types.aspx http://lostechies.com/jimmybogard/2009/12/18/advanced-structuremap-connecting-implementations-to-open-generic-types/
# redirect 301 /blogs/jimmy_bogard/archive/2009/12/23/automapper-dsl-design-post-mortem.aspx http://lostechies.com/jimmybogard/2009/12/23/automapper-dsl-design-post-mortem/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/04/ui-automation-tools-snake-oil.aspx http://lostechies.com/jimmybogard/2010/01/04/ui-automation-tools-snake-oil/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/06/mvc-bootcamp-next-week.aspx http://lostechies.com/jimmybogard/2010/01/06/mvc-bootcamp-next-week/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/07/advanced-structuremap-custom-registration-conventions-for-partially-closed-types.aspx http://lostechies.com/jimmybogard/2010/01/07/advanced-structuremap-custom-registration-conventions-for-partially-closed-types/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/18/poor-use-of-di-versus-need-for-di.aspx http://lostechies.com/jimmybogard/2010/01/18/poor-use-of-di-versus-need-for-di/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/18/starting-fresh.aspx http://lostechies.com/jimmybogard/2010/01/18/starting-fresh/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/18/my-picture-of-an-mvc-webforms-marriage.aspx http://lostechies.com/jimmybogard/2010/01/19/my-picture-of-an-mvc-webforms-marriage/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/21/advanced-structuremap-diagnosing-problems.aspx http://lostechies.com/jimmybogard/2010/01/22/advanced-structuremap-diagnosing-problems/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/26/context-and-best-practices.aspx http://lostechies.com/jimmybogard/2010/01/26/context-and-best-practices/
# redirect 301 /blogs/jimmy_bogard/archive/2010/01/28/evolutionary-architecture.aspx http://lostechies.com/jimmybogard/2010/01/29/evolutionary-architecture/
# redirect 301 /blogs/jimmy_bogard/archive/2010/02/01/automapper-1-0-rtw.aspx http://lostechies.com/jimmybogard/2010/02/01/automapper-1-0-rtw/
# redirect 301 /blogs/jimmy_bogard/archive/2010/02/03/strengthening-your-domain-a-primer.aspx http://lostechies.com/jimmybogard/2010/02/04/strengthening-your-domain-a-primer/
# redirect 301 /blogs/jimmy_bogard/archive/2010/02/18/automapper-for-silverlight-3-0-alpha.aspx http://lostechies.com/jimmybogard/2010/02/19/automapper-for-silverlight-3-0-alpha/
# redirect 301 /blogs/jimmy_bogard/archive/2010/02/23/strengthening-your-domain-aggregate-construction.aspx http://lostechies.com/jimmybogard/2010/02/24/strengthening-your-domain-aggregate-construction/
# redirect 301 /blogs/jimmy_bogard/archive/2010/03/10/strengthening-your-domain-encapsulated-collections.aspx http://lostechies.com/jimmybogard/2010/03/10/strengthening-your-domain-encapsulated-collections/
# redirect 301 /blogs/jimmy_bogard/archive/2010/03/11/no-silver-domain-modeling-bullets.aspx http://lostechies.com/jimmybogard/2010/03/11/no-silver-domain-modeling-bullets/
# redirect 301 /blogs/jimmy_bogard/archive/2010/03/24/strengthening-your-domain-encapsulating-operations.aspx http://lostechies.com/jimmybogard/2010/03/24/strengthening-your-domain-encapsulating-operations/
# redirect 301 /blogs/jimmy_bogard/archive/2010/03/30/strengthening-your-domain-the-double-dispatch-pattern.aspx http://lostechies.com/jimmybogard/2010/03/30/strengthening-your-domain-the-double-dispatch-pattern/
# redirect 301 /blogs/jimmy_bogard/archive/2010/03/31/strengthening-your-domain-avoiding-setters.aspx http://lostechies.com/jimmybogard/2010/03/31/strengthening-your-domain-avoiding-setters/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/05/integrating-the-git-bash-into-console.aspx http://lostechies.com/jimmybogard/2010/04/05/integrating-the-git-bash-into-console/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/08/strengthening-your-domain-domain-events.aspx http://lostechies.com/jimmybogard/2010/04/08/strengthening-your-domain-domain-events/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/14/injecting-services-into-entities.aspx http://lostechies.com/jimmybogard/2010/04/14/injecting-services-into-entities/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/15/automapper-source-moved-to-github.aspx http://lostechies.com/jimmybogard/2010/04/16/automapper-source-moved-to-github/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/26/dependency-injection-in-asp-net-mvc-controllers.aspx http://lostechies.com/jimmybogard/2010/04/27/dependency-injection-in-asp-net-mvc-controllers/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/28/dependency-injection-in-asp-net-mvc-contextual-controller-injection.aspx http://lostechies.com/jimmybogard/2010/04/28/dependency-injection-in-asp-net-mvc-contextual-controller-injection/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/30/automapper-git-workflow-dealing-with-bugs-issues.aspx http://lostechies.com/jimmybogard/2010/04/30/automapper-git-workflow-dealing-with-bugs-issues/
# redirect 301 /blogs/jimmy_bogard/archive/2010/04/30/attribute-lifecycle.aspx http://lostechies.com/jimmybogard/2010/04/30/attribute-lifecycle/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/03/dependency-injection-in-asp-net-mvc-filters.aspx http://lostechies.com/jimmybogard/2010/05/03/dependency-injection-in-asp-net-mvc-filters/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/04/dependency-injection-in-asp-net-mvc-action-results.aspx http://lostechies.com/jimmybogard/2010/05/04/dependency-injection-in-asp-net-mvc-action-results/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/05/automapper-1-1-released.aspx http://lostechies.com/jimmybogard/2010/05/05/automapper-1-1-released/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/12/starting-and-using-git-successfully.aspx http://lostechies.com/jimmybogard/2010/05/12/starting-and-using-git-successfully/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/13/teaching-asp-net-mvc-boot-camp-on-may-26th.aspx http://lostechies.com/jimmybogard/2010/05/13/teaching-asp-net-mvc-boot-camp-on-may-26th/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/18/caveats-of-c-4-0-optional-parameters.aspx http://lostechies.com/jimmybogard/2010/05/18/caveats-of-c-4-0-optional-parameters/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/19/dependency-injection-in-asp-net-mvc-views.aspx http://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/20/the-religion-of-dependency-injection.aspx http://lostechies.com/jimmybogard/2010/05/20/the-religion-of-dependency-injection/
# redirect 301 /blogs/jimmy_bogard/archive/2010/05/26/testing-assumptions-with-preconditions.aspx http://lostechies.com/jimmybogard/2010/05/26/testing-assumptions-with-preconditions/
# redirect 301 /blogs/jimmy_bogard/archive/2010/06/01/dependency-injection-in-asp-net-mvc-final-look.aspx http://lostechies.com/jimmybogard/2010/06/02/dependency-injection-in-asp-net-mvc-final-look/
# redirect 301 /blogs/jimmy_bogard/archive/2010/06/02/translating-my-git-workflow-with-local-branches-to-mercurial.aspx http://lostechies.com/jimmybogard/2010/06/03/translating-my-git-workflow-with-local-branches-to-mercurial/
# redirect 301 /blogs/jimmy_bogard/archive/2010/06/09/capturing-rhino-mocks-arguments-in-c-4-0.aspx http://lostechies.com/jimmybogard/2010/06/09/capturing-rhino-mocks-arguments-in-c-4-0/
# redirect 301 /blogs/jimmy_bogard/archive/2010/06/10/are-daily-stand-ups-necessary.aspx http://lostechies.com/jimmybogard/2010/06/10/are-daily-stand-ups-necessary/
# redirect 301 /blogs/jimmy_bogard/archive/2010/06/17/automating-scheduled-tasks.aspx http://lostechies.com/jimmybogard/2010/06/17/automating-scheduled-tasks/
# redirect 301 /blogs/jimmy_bogard/archive/2010/06/24/bulk-processing-with-nhibernate.aspx http://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/
# redirect 301 /blogs/jimmy_bogard/archive/2010/06/29/ad-hoc-mapping-with-nhibernate.aspx http://lostechies.com/jimmybogard/2010/06/30/ad-hoc-mapping-with-nhibernate/
# redirect 301 /blogs/jimmy_bogard/archive/2010/07/08/mercurial-workflows-local-development-work.aspx http://lostechies.com/jimmybogard/2010/07/09/mercurial-workflows-local-development-work/
# redirect 301 /blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx http://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/
# redirect 301 /blogs/jimmy_bogard/archive/2010/07/27/mercurial-workflows-mainline-workflow.aspx http://lostechies.com/jimmybogard/2010/07/28/mercurial-workflows-mainline-workflow/
# redirect 301 /blogs/jimmy_bogard/archive/2010/07/29/a-github-first.aspx http://lostechies.com/jimmybogard/2010/07/29/a-github-first/
# redirect 301 /blogs/jimmy_bogard/archive/2010/08/03/container-friendly-domain-events.aspx http://lostechies.com/jimmybogard/2010/08/04/container-friendly-domain-events/
# redirect 301 /blogs/jimmy_bogard/archive/2010/08/05/oss-and-the-net-framework-upgrade.aspx http://lostechies.com/jimmybogard/2010/08/05/oss-and-the-net-framework-upgrade/
# redirect 301 /blogs/jimmy_bogard/archive/2010/08/17/automapper-upgraded-to-net-4-and-vs-2010.aspx http://lostechies.com/jimmybogard/2010/08/17/automapper-upgraded-to-net-4-and-vs-2010/
# redirect 301 /blogs/jimmy_bogard/archive/2010/08/24/an-effective-testing-strategy.aspx http://lostechies.com/jimmybogard/2010/08/25/an-effective-testing-strategy/
# redirect 301 /blogs/jimmy_bogard/archive/2010/08/25/why-hg-branches-are-broken-or-at-least-less-useful.aspx http://lostechies.com/jimmybogard/2010/08/26/why-hg-branches-are-broken-or-at-least-less-useful/
# redirect 301 /blogs/jimmy_bogard/archive/2010/08/26/database-indexes-are-your-friend.aspx http://lostechies.com/jimmybogard/2010/08/27/database-indexes-are-your-friend/
# redirect 301 /blogs/jimmy_bogard/archive/2010/09/08/natural-selection-in-it.aspx http://lostechies.com/jimmybogard/2010/09/08/natural-selection-in-it/
# redirect 301 /blogs/jimmy_bogard/archive/2010/09/09/a-healthy-transition.aspx http://lostechies.com/jimmybogard/2010/09/10/a-healthy-transition/
# redirect 301 /blogs/jimmy_bogard/archive/2010/09/17/a-question-for-rubyists.aspx http://lostechies.com/jimmybogard/2010/09/17/a-question-for-rubyists/
# redirect 301 /blogs/jimmy_bogard/archive/2010/09/21/moving-containers-beyond-testability.aspx http://lostechies.com/jimmybogard/2010/09/21/moving-containers-beyond-testability/
# redirect 301 /blogs/jimmy_bogard/archive/2010/09/22/sinatra-and-heroku-the-elevator-pitch.aspx http://lostechies.com/jimmybogard/2010/09/22/sinatra-and-heroku-the-elevator-pitch/
# redirect 301 /blogs/jimmy_bogard/archive/2010/09/23/canonical-urls-with-rack-and-heroku.aspx http://lostechies.com/jimmybogard/2010/09/24/canonical-urls-with-rack-and-heroku/
# redirect 301 /blogs/jimmy_bogard/archive/2010/09/30/concepts-and-features-an-example.aspx http://lostechies.com/jimmybogard/2010/09/30/concepts-and-features-an-example/
# redirect 301 /blogs/jimmy_bogard/archive/2010/10/05/five-rules-for-writing-effective-ui-tests.aspx http://lostechies.com/jimmybogard/2010/10/06/five-rules-for-writing-effective-ui-tests/
# redirect 301 /blogs/jimmy_bogard/archive/2010/11/18/queues-are-still-queues.aspx http://lostechies.com/jimmybogard/2010/11/18/queues-are-still-queues/
# redirect 301 /blogs/jimmy_bogard/archive/2010/11/30/case-study-in-mixing-system-concerns.aspx http://lostechies.com/jimmybogard/2010/11/30/case-study-in-mixing-system-concerns/
# redirect 301 /blogs/jimmy_bogard/archive/2010/12/01/protip-viewing-large-xml-files.aspx http://lostechies.com/jimmybogard/2010/12/01/protip-viewing-large-xml-files/
# redirect 301 /blogs/jimmy_bogard/archive/2010/12/02/the-case-against-interfaces-in-tdd.aspx http://lostechies.com/jimmybogard/2010/12/02/the-case-against-interfaces-in-tdd/
# redirect 301 /blogs/jimmy_bogard/archive/2010/12/06/ditching-domain-models-for-reads.aspx http://lostechies.com/jimmybogard/2010/12/06/ditching-domain-models-for-reads/
# redirect 301 /blogs/jimmy_bogard/archive/2010/12/16/most-boring-debates-ever.aspx http://lostechies.com/jimmybogard/2010/12/17/most-boring-debates-ever/
# redirect 301 /blogs/jimmy_bogard/archive/2011/01/05/the-developer-s-true-goal.aspx http://lostechies.com/jimmybogard/2011/01/05/the-developer-s-true-goal/
# redirect 301 /blogs/jimmy_bogard/archive/2011/01/06/putting-mocks-in-their-place.aspx http://lostechies.com/jimmybogard/2011/01/07/putting-mocks-in-their-place/
# redirect 301 /blogs/jimmy_bogard/archive/2011/01/11/shifting-testing-strategies-away-from-mocks.aspx http://lostechies.com/jimmybogard/2011/01/12/shifting-testing-strategies-away-from-mocks/
# redirect 301 /blogs/jimmy_bogard/archive/2011/01/12/defining-unit-tests.aspx http://lostechies.com/jimmybogard/2011/01/12/defining-unit-tests/
# redirect 301 /blogs/jimmy_bogard/archive/2011/01/25/tagging-assemblies-with-mercurial-changeset-hash.aspx http://lostechies.com/jimmybogard/2011/01/25/tagging-assemblies-with-mercurial-changeset-hash/
# redirect 301 /blogs/jimmy_bogard/archive/2011/01/27/reloading-all-projects-with-vscommands.aspx http://lostechies.com/jimmybogard/2011/01/27/reloading-all-projects-with-vscommands/
# redirect 301 /blogs/jimmy_bogard/archive/2011/01/31/three-simple-mercurial-rules.aspx http://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/
# redirect 301 /blogs/jimmy_bogard/archive/2011/02/09/autoprojecting-linq-queries.aspx http://lostechies.com/jimmybogard/2011/02/09/autoprojecting-linq-queries/
# redirect 301 /blogs/jimmy_bogard/archive/2011/02/10/attack-of-the-pseudo-frames.aspx http://lostechies.com/jimmybogard/2011/02/10/attack-of-the-pseudo-frames/
# redirect 301 /blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/
# redirect 301 /blogs/jimmy_bogard/archive/2011/02/15/prototyping-with-anonymous-classes.aspx http://lostechies.com/jimmybogard/2011/02/15/prototyping-with-anonymous-classes/
# redirect 301 /blogs/jimmy_bogard/archive/2011/02/17/agile-10-years-later.aspx http://lostechies.com/jimmybogard/2011/02/17/agile-10-years-later/
# redirect 301 /blogs/jimmy_bogard/archive/2011/02/22/versioning-strategies-for-the-sane.aspx http://lostechies.com/jimmybogard/2011/02/23/versioning-strategies-for-the-sane/
# redirect 301 /blogs/jimmy_bogard/archive/2011/03/08/another-source-for-linq-extensions.aspx http://lostechies.com/jimmybogard/2011/03/08/another-source-for-linq-extensions/
# redirect 301 /blogs/joe_ocampo/archive/2007/01/19/agile-project-management-reading-list.aspx http://lostechies.com/joeocampo/2007/01/20/agile-project-management-reading-list/
# redirect 301 /blogs/joe_ocampo/archive/2007/03/05/nunit-behavior-driven-development.aspx http://lostechies.com/joeocampo/2007/03/06/nunit-behavior-driven-development/
# redirect 301 /blogs/joe_ocampo/archive/2007/03/06/a-few-good-coders.aspx http://lostechies.com/joeocampo/2007/03/07/a-few-good-coders/
# redirect 301 /blogs/joe_ocampo/archive/2007/03/08/our-teams-development-lab.aspx http://lostechies.com/joeocampo/2007/03/09/our-teams-development-lab/
# redirect 301 /blogs/joe_ocampo/archive/2007/03/09/net-behavior-driven-development-using-nunit-next-steps.aspx http://lostechies.com/joeocampo/2007/03/10/net-behavior-driven-development-using-nunit-next-steps/
# redirect 301 /blogs/joe_ocampo/archive/2007/03/15/corporate-agile-software-development.aspx http://lostechies.com/joeocampo/2007/03/16/corporate-agile-software-development/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/02/a-discussion-on-domain-driven-design.aspx http://lostechies.com/joeocampo/2007/04/03/a-discussion-on-domain-driven-design/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/03/rspec-and-behavior-driven-development-interview-with-lead-developers.aspx http://lostechies.com/joeocampo/2007/04/03/rspec-and-behavior-driven-development-interview-with-lead-developers/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/05/agile-logistics.aspx http://lostechies.com/joeocampo/2007/04/05/agile-logistics/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/10/visual-stuido-meets-xbox-360.aspx http://lostechies.com/joeocampo/2007/04/11/visual-stuido-meets-xbox-360/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/14/a-discussion-on-domain-driven-design-entities.aspx http://lostechies.com/joeocampo/2007/04/15/a-discussion-on-domain-driven-design-entities/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/18/if-the-defence-department-can-do-agile-anyone-can.aspx http://lostechies.com/joeocampo/2007/04/18/if-the-defence-department-can-do-agile-anyone-can/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/22/tweaking-windows-vista.aspx http://lostechies.com/joeocampo/2007/04/22/tweaking-windows-vista/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/22/technical-support-spoof.aspx http://lostechies.com/joeocampo/2007/04/22/technical-support-spoof/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/23/a-discussion-on-domain-driven-design-value-objects.aspx http://lostechies.com/joeocampo/2007/04/23/a-discussion-on-domain-driven-design-value-objects/
# redirect 301 /blogs/joe_ocampo/archive/2007/04/24/optimizing-wpf-application-performance.aspx http://lostechies.com/joeocampo/2007/04/24/optimizing-wpf-application-performance/
# redirect 301 /blogs/joe_ocampo/archive/2007/05/11/upgraded-to-community-server-2007.aspx http://lostechies.com/joeocampo/2007/05/11/upgraded-to-community-server-2007/
# redirect 301 /blogs/joe_ocampo/archive/2007/05/14/agile-leadership-and-coaching-development-manager-s-need-to-grow-up.aspx http://lostechies.com/joeocampo/2007/05/15/agile-leadership-and-coaching-development-manager-s-need-to-grow-up/
# redirect 301 /blogs/joe_ocampo/archive/2007/06/11/wife-1-0.aspx http://lostechies.com/joeocampo/2007/06/11/wife-1-0/
# redirect 301 /blogs/joe_ocampo/archive/2007/06/18/rbehave-with-nunit.aspx http://lostechies.com/joeocampo/2007/06/18/rbehave-with-nunit/
# redirect 301 /blogs/joe_ocampo/archive/2007/06/20/behavior-driven-design-with-nunit-user-group-presentation-level-100.aspx http://lostechies.com/joeocampo/2007/06/20/behavior-driven-design-with-nunit-user-group-presentation-level-100/
# redirect 301 /blogs/joe_ocampo/archive/2007/06/27/dependency-patterns.aspx http://lostechies.com/joeocampo/2007/06/27/dependency-patterns/
# redirect 301 /blogs/joe_ocampo/archive/2007/06/28/introducing-nunit-behave-or-insert-what-ever-other-catchy-name.aspx http://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/02/more-fluent-interfaces-for-nunit-behave.aspx http://lostechies.com/joeocampo/2007/07/02/more-fluent-interfaces-for-nunit-behave/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/07/nunit-behave-mentioned-in-the-carnival-of-agilists.aspx http://lostechies.com/joeocampo/2007/07/07/nunit-behave-mentioned-in-the-carnival-of-agilists/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/07/calling-on-all-community-server-theme-gods.aspx http://lostechies.com/joeocampo/2007/07/07/calling-on-all-community-server-theme-gods/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/15/more-bdd-xbehave-madness.aspx http://lostechies.com/joeocampo/2007/07/16/more-bdd-xbehave-madness/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/17/come-and-get-it-los-techies-quot-pablo-quot-merchandise.aspx http://lostechies.com/joeocampo/2007/07/17/come-and-get-it-los-techies-quot-pablo-quot-merchandise/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/18/the-jing-project.aspx http://lostechies.com/joeocampo/2007/07/18/the-jing-project/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/22/nunit-s-new-constraint-model.aspx http://lostechies.com/joeocampo/2007/07/23/nunit-s-new-constraint-model/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/25/online-collboration-tool.aspx http://lostechies.com/joeocampo/2007/07/26/online-collboration-tool/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/27/good-bye-nunit-behave-hello-behave.aspx http://lostechies.com/joeocampo/2007/07/27/good-bye-nunit-behave-hello-behave/
# redirect 301 /blogs/joe_ocampo/archive/2007/07/30/remote-paired-programming.aspx http://lostechies.com/joeocampo/2007/07/31/remote-paired-programming/
# redirect 301 /blogs/joe_ocampo/archive/2007/08/03/los-techies-welcomes-marcus-bratton.aspx http://lostechies.com/joeocampo/2007/08/03/los-techies-welcomes-marcus-bratton/
# redirect 301 /blogs/joe_ocampo/archive/2007/08/07/attempting-to-demystify-behavior-driven-development.aspx http://lostechies.com/joeocampo/2007/08/07/attempting-to-demystify-behavior-driven-development/
# redirect 301 /blogs/joe_ocampo/archive/2007/08/08/great-dane-golden-retriever-chihuahua-developer-estimates.aspx http://lostechies.com/joeocampo/2007/08/09/great-dane-golden-retriever-chihuahua-developer-estimates/
# redirect 301 /blogs/joe_ocampo/archive/2007/08/16/behave-in-action.aspx http://lostechies.com/joeocampo/2007/08/16/behave-in-action/
# redirect 301 /blogs/joe_ocampo/archive/2007/08/27/behave-and-nspec-nirvana-getting-close.aspx http://lostechies.com/joeocampo/2007/08/27/behave-and-nspec-nirvana-getting-close/
# redirect 301 /blogs/joe_ocampo/archive/2007/08/30/enterprise-agile-generations.aspx http://lostechies.com/joeocampo/2007/08/31/enterprise-agile-generations/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/03/behave-merges-with-nbehave.aspx http://lostechies.com/joeocampo/2007/09/04/behave-merges-with-nbehave/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/04/wiki-doc.aspx http://lostechies.com/joeocampo/2007/09/04/wiki-doc/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/04/i-ve-been-simpsonized.aspx http://lostechies.com/joeocampo/2007/09/04/i-ve-been-simpsonized/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/04/nbehave-story-authoring.aspx http://lostechies.com/joeocampo/2007/09/04/nbehave-story-authoring/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/05/concerns-about-nbehave.aspx http://lostechies.com/joeocampo/2007/09/05/concerns-about-nbehave/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/07/lostechies-status.aspx http://lostechies.com/joeocampo/2007/09/07/lostechies-status/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/08/scrum-the-gateway-drug-to-true-agility.aspx http://lostechies.com/joeocampo/2007/09/08/scrum-the-gateway-drug-to-true-agility/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/09/live-writer-beta-3-available.aspx http://lostechies.com/joeocampo/2007/09/09/live-writer-beta-3-available/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/10/the-smells-of-refactoring.aspx http://lostechies.com/joeocampo/2007/09/10/the-smells-of-refactoring/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/11/scrum-creates-job-opportunities.aspx http://lostechies.com/joeocampo/2007/09/11/scrum-creates-job-opportunities/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/12/complexity-based-programming.aspx http://lostechies.com/joeocampo/2007/09/12/complexity-based-programming/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/13/ruby-in-steel.aspx http://lostechies.com/joeocampo/2007/09/13/ruby-in-steel/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/14/agile-bibliography-wiki.aspx http://lostechies.com/joeocampo/2007/09/14/agile-bibliography-wiki/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/14/do-you-need-a-sofa-mover-or-a-chair-mover.aspx http://lostechies.com/joeocampo/2007/09/14/do-you-need-a-sofa-mover-or-a-chair-mover/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/19/i-am-having-the-vista-usb-blues.aspx http://lostechies.com/joeocampo/2007/09/20/i-am-having-the-vista-usb-blues/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/20/agile-vs-traditional-development-cost-models-maybe.aspx http://lostechies.com/joeocampo/2007/09/20/agile-vs-traditional-development-cost-models-maybe/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/23/folders-4-gmail.aspx http://lostechies.com/joeocampo/2007/09/23/folders-4-gmail/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/25/forget-ultramon-checkout-display-fusion.aspx http://lostechies.com/joeocampo/2007/09/26/forget-ultramon-checkout-display-fusion/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/27/programmers-still-in-the-dark-ages.aspx http://lostechies.com/joeocampo/2007/09/27/programmers-still-in-the-dark-ages/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/28/cont-where-does-the-ubiquitous-language-come-from.aspx http://lostechies.com/joeocampo/2007/09/28/cont-where-does-the-ubiquitous-language-come-from/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/28/i-m-looking-for-a-few-good-developers-contract.aspx http://lostechies.com/joeocampo/2007/09/28/i-m-looking-for-a-few-good-developers-contract/
# redirect 301 /blogs/joe_ocampo/archive/2007/09/30/there-is-always-time-for-tdd.aspx http://lostechies.com/joeocampo/2007/09/30/there-is-always-time-for-tdd/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/03/why-every-developer-needs-a-macbook-pro.aspx http://lostechies.com/joeocampo/2007/10/03/why-every-developer-needs-a-macbook-pro/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/03/does-this-mean-we-can-patch-the-net-framework.aspx http://lostechies.com/joeocampo/2007/10/03/does-this-mean-we-can-patch-the-net-framework/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/03/is-your-ide-looking-kind-of-dull-tired-of-the-same-colors.aspx http://lostechies.com/joeocampo/2007/10/04/is-your-ide-looking-kind-of-dull-tired-of-the-same-colors/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/04/nspec-merges-with-nbehave.aspx http://lostechies.com/joeocampo/2007/10/04/nspec-merges-with-nbehave/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/05/off-to-the-alt-net-conference.aspx http://lostechies.com/joeocampo/2007/10/05/off-to-the-alt-net-conference/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/07/alt-net-conference-and-behavior-driven-design.aspx http://lostechies.com/joeocampo/2007/10/07/alt-net-conference-and-behavior-driven-design/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/08/resp-why-alt-net.aspx http://lostechies.com/joeocampo/2007/10/08/resp-why-alt-net/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/13/reinstalled-firefox-what-add-ons-do-you-use.aspx http://lostechies.com/joeocampo/2007/10/13/reinstalled-firefox-what-add-ons-do-you-use/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/15/re-bdd-and-requirements-traceability-oh-no-not-again.aspx http://lostechies.com/joeocampo/2007/10/15/re-bdd-and-requirements-traceability-oh-no-not-again/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/16/thoughts-on-openup.aspx http://lostechies.com/joeocampo/2007/10/16/thoughts-on-openup/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/18/please-welcome-jimmy-bogard.aspx http://lostechies.com/joeocampo/2007/10/18/please-welcome-jimmy-bogard/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/20/curious-what-does-your-day-look-like.aspx http://lostechies.com/joeocampo/2007/10/20/curious-what-does-your-day-look-like/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/21/please-welcome-evan-hoff.aspx http://lostechies.com/joeocampo/2007/10/22/please-welcome-evan-hoff/
# redirect 301 /blogs/joe_ocampo/archive/2007/10/30/model-driven-architecture.aspx http://lostechies.com/joeocampo/2007/10/30/model-driven-architecture/
# redirect 301 /blogs/joe_ocampo/archive/2007/11/14/when-passion-becomes-dogma-is-it-elitism.aspx http://lostechies.com/joeocampo/2007/11/14/when-passion-becomes-dogma-is-it-elitism/
# redirect 301 /blogs/joe_ocampo/archive/2007/11/15/who-said-tie-fighter-pilots-aren-t-real.aspx http://lostechies.com/joeocampo/2007/11/15/who-said-tie-fighter-pilots-aren-t-real/
# redirect 301 /blogs/joe_ocampo/archive/2007/11/30/bdd-macro-and-template-usage-screencast.aspx http://lostechies.com/joeocampo/2007/11/30/bdd-macro-and-template-usage-screencast/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/08/information-radiators-make-life-visible.aspx http://lostechies.com/joeocampo/2007/12/08/information-radiators-make-life-visible/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/09/convention-over-configuration-the-haack-response.aspx http://lostechies.com/joeocampo/2007/12/09/convention-over-configuration-the-haack-response/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/09/user-story-templates.aspx http://lostechies.com/joeocampo/2007/12/10/user-story-templates/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/09/where-the-magic-happens-our-dev-lap.aspx http://lostechies.com/joeocampo/2007/12/10/where-the-magic-happens-our-dev-lap/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/10/asp-mvc-forum-link.aspx http://lostechies.com/joeocampo/2007/12/10/asp-mvc-forum-link/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/10/now-mvc-has-rescues-kind-of.aspx http://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/17/customer-perception-model-know-thy-customer.aspx http://lostechies.com/joeocampo/2007/12/17/customer-perception-model-know-thy-customer/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/19/bdd-surprise-r-usage-scenarios.aspx http://lostechies.com/joeocampo/2007/12/19/bdd-surprise-r-usage-scenarios/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/20/say-goodbye-to-411-charges.aspx http://lostechies.com/joeocampo/2007/12/20/say-goodbye-to-411-charges/
# redirect 301 /blogs/joe_ocampo/archive/2007/12/20/what-i-do.aspx http://lostechies.com/joeocampo/2007/12/21/what-i-do/
# redirect 301 /blogs/joe_ocampo/archive/2008/01/02/passionate-about-people.aspx http://lostechies.com/joeocampo/2008/01/03/passionate-about-people/
# redirect 301 /blogs/joe_ocampo/archive/2008/01/06/a-belated-welcome-chad-myers.aspx http://lostechies.com/joeocampo/2008/01/06/a-belated-welcome-chad-myers/
# redirect 301 /blogs/joe_ocampo/archive/2008/01/09/how-to-drink-from-a-fire-hose.aspx http://lostechies.com/joeocampo/2008/01/09/how-to-drink-from-a-fire-hose/
# redirect 301 /blogs/joe_ocampo/archive/2008/01/12/dog-cat-developer-developer.aspx http://lostechies.com/joeocampo/2008/01/12/dog-cat-developer-developer/
# redirect 301 /blogs/joe_ocampo/archive/2008/01/26/should-you-blog.aspx http://lostechies.com/joeocampo/2008/01/26/should-you-blog/
# redirect 301 /blogs/joe_ocampo/archive/2008/02/03/consultant-frustration-coefficient.aspx http://lostechies.com/joeocampo/2008/02/04/consultant-frustration-coefficient/
# redirect 301 /blogs/joe_ocampo/archive/2008/02/07/found-a-new-apm-tool.aspx http://lostechies.com/joeocampo/2008/02/08/found-a-new-apm-tool/
# redirect 301 /blogs/joe_ocampo/archive/2008/02/25/lostechies-welcomes-eric-hexter.aspx http://lostechies.com/joeocampo/2008/02/25/lostechies-welcomes-eric-hexter/
# redirect 301 /blogs/joe_ocampo/archive/2008/02/26/updates-to-nbehave.aspx http://lostechies.com/joeocampo/2008/02/27/updates-to-nbehave/
# redirect 301 /blogs/joe_ocampo/archive/2008/02/26/please-update-your-lostechies-rss-feed.aspx http://lostechies.com/joeocampo/2008/02/27/please-update-your-lostechies-rss-feed/
# redirect 301 /blogs/joe_ocampo/archive/2008/02/27/using-context-as-an-example-group-in-rspec.aspx http://lostechies.com/joeocampo/2008/02/27/using-context-as-an-example-group-in-rspec/
# redirect 301 /blogs/joe_ocampo/archive/2008/03/18/some-people-have-too-much-time.aspx http://lostechies.com/joeocampo/2008/03/18/some-people-have-too-much-time/
# redirect 301 /blogs/joe_ocampo/archive/2008/03/18/twhirl-is-a-must-for-a-desktop-twitter-client.aspx http://lostechies.com/joeocampo/2008/03/19/twhirl-is-a-must-for-a-desktop-twitter-client/
# redirect 301 /blogs/joe_ocampo/archive/2008/03/21/ptom-the-open-closed-principle.aspx http://lostechies.com/joeocampo/2008/03/21/ptom-the-open-closed-principle/
# redirect 301 /blogs/joe_ocampo/archive/2008/03/26/hard-to-say-goodbye.aspx http://lostechies.com/joeocampo/2008/03/26/hard-to-say-goodbye/
# redirect 301 /blogs/joe_ocampo/archive/2008/03/27/hanging-your-code-out-to-dry.aspx http://lostechies.com/joeocampo/2008/03/27/hanging-your-code-out-to-dry/
# redirect 301 /blogs/joe_ocampo/archive/2008/03/30/ptom-ocp-revisited-in-ruby.aspx http://lostechies.com/joeocampo/2008/03/31/ptom-ocp-revisited-in-ruby/
# redirect 301 /blogs/joe_ocampo/archive/2008/04/14/junit-4-testsuite-declaration.aspx http://lostechies.com/joeocampo/2008/04/15/junit-4-testsuite-declaration/
# redirect 301 /blogs/joe_ocampo/archive/2008/05/21/twittering-from-the-command-line.aspx http://lostechies.com/joeocampo/2008/05/21/twittering-from-the-command-line/
# redirect 301 /blogs/joe_ocampo/archive/2008/06/07/my-issues-with-the-term-quot-scrum-master-quot.aspx http://lostechies.com/joeocampo/2008/06/07/my-issues-with-the-term-quot-scrum-master-quot/
# redirect 301 /blogs/joe_ocampo/archive/2008/06/23/matrix-resource-management-and-agile.aspx http://lostechies.com/joeocampo/2008/06/23/matrix-resource-management-and-agile/
# redirect 301 /blogs/joe_ocampo/archive/2008/06/24/grapevines-and-agile-make-great-wine.aspx http://lostechies.com/joeocampo/2008/06/24/grapevines-and-agile-make-great-wine/
# redirect 301 /blogs/joe_ocampo/archive/2008/08/21/how-healthy-is-your-code.aspx http://lostechies.com/joeocampo/2008/08/21/how-healthy-is-your-code/
# redirect 301 /blogs/joe_ocampo/archive/2008/08/26/need-to-get-something-off-my-chest.aspx http://lostechies.com/joeocampo/2008/08/27/need-to-get-something-off-my-chest/
# redirect 301 /blogs/joe_ocampo/archive/2008/09/03/lostechies-welcomes-scott-c-reynolds.aspx http://lostechies.com/joeocampo/2008/09/04/lostechies-welcomes-scott-c-reynolds/
# redirect 301 /blogs/joe_ocampo/archive/2008/10/07/lostechies-welcomes-derick-bailey.aspx http://lostechies.com/joeocampo/2008/10/07/lostechies-welcomes-derick-bailey/
# redirect 301 /blogs/joe_ocampo/archive/2008/10/12/managing-changes-in-scope-and-direction-in-an-agile-projects.aspx http://lostechies.com/joeocampo/2008/10/12/managing-changes-in-scope-and-direction-in-an-agile-projects/
# redirect 301 /blogs/joe_ocampo/archive/2008/10/28/role-storming.aspx http://lostechies.com/joeocampo/2008/10/29/role-storming/
# redirect 301 /blogs/joe_ocampo/archive/2009/05/06/setting-up-ubuntu-jaunty-for-ruby-and-rails-development.aspx http://lostechies.com/joeocampo/2009/05/06/setting-up-ubuntu-jaunty-for-ruby-and-rails-development/
# redirect 301 /blogs/joe_ocampo/archive/2009/06/02/lostechies-welcomes-sharon-cichelli-quot-girl-writes-code-quot.aspx http://lostechies.com/joeocampo/2009/06/02/lostechies-welcomes-sharon-cichelli-quot-girl-writes-code-quot/
# redirect 301 /blogs/joe_ocampo/archive/2009/06/04/what-are-you-solving-for.aspx http://lostechies.com/joeocampo/2009/06/05/what-are-you-solving-for/
# redirect 301 /blogs/joe_ocampo/archive/2009/06/11/check-the-depth-of-the-pool.aspx http://lostechies.com/joeocampo/2009/06/11/check-the-depth-of-the-pool/
# redirect 301 /blogs/joe_ocampo/archive/2010/03/08/lostechies-welcomes-rod-paddock.aspx http://lostechies.com/joeocampo/2010/03/08/lostechies-welcomes-rod-paddock/
# redirect 301 /blogs/joe_ocampo/archive/2010/03/08/lostechies-welcomes-john-petersen.aspx http://lostechies.com/joeocampo/2010/03/08/lostechies-welcomes-john-petersen/
# redirect 301 /blogs/joe_ocampo/archive/2010/08/01/test.aspx http://lostechies.com/joeocampo/2010/08/01/test/
# redirect 301 /blogs/joeydotnet/archive/2007/05/10/hola.aspx http://lostechies.com/joeybeninghove/2007/05/10/hola/
# redirect 301 /blogs/joeydotnet/archive/2007/05/15/creating-composite-view-components-in-monorail-refactoring-exercise.aspx http://lostechies.com/joeybeninghove/2007/05/15/creating-composite-view-components-in-monorail-refactoring-exercise/
# redirect 301 /blogs/joeydotnet/archive/2007/05/17/unit-testing-nhibernate-dals-what-are-you-really-testing.aspx http://lostechies.com/joeybeninghove/2007/05/17/unit-testing-nhibernate-dals-what-are-you-really-testing/
# redirect 301 /blogs/joeydotnet/archive/2007/05/17/setting-default-focus-using-monorail-prototype-ajax-libraryw.aspx http://lostechies.com/joeybeninghove/2007/05/17/setting-default-focus-using-monorail-prototype-ajax-libraryw/
# redirect 301 /blogs/joeydotnet/archive/2007/05/24/thoughts-on-validating-nhibernate-mapping-files.aspx http://lostechies.com/joeybeninghove/2007/05/25/thoughts-on-validating-nhibernate-mapping-files/
# redirect 301 /blogs/joeydotnet/archive/2007/05/24/nhibernate-mapping-validation-tool.aspx http://lostechies.com/joeybeninghove/2007/05/25/nhibernate-mapping-validation-tool/
# redirect 301 /blogs/joeydotnet/archive/2007/05/25/vs-testing-annoyance-of-the-day.aspx http://lostechies.com/joeybeninghove/2007/05/25/vs-testing-annoyance-of-the-day/
# redirect 301 /blogs/joeydotnet/archive/2007/06/01/castle-monorail-response-to-comments-ramblings.aspx http://lostechies.com/joeybeninghove/2007/06/01/castle-monorail-response-to-comments-ramblings/
# redirect 301 /blogs/joeydotnet/archive/2007/06/07/what-does-maintainability-mean-to-you.aspx http://lostechies.com/joeybeninghove/2007/06/07/what-does-maintainability-mean-to-you/
# redirect 301 /blogs/joeydotnet/archive/2007/06/09/i-thought-these-days-were-over.aspx http://lostechies.com/joeybeninghove/2007/06/09/i-thought-these-days-were-over/
# redirect 301 /blogs/joeydotnet/archive/2007/06/11/lt-kill-processname-quot-peskylittleprocess-quot-gt.aspx http://lostechies.com/joeybeninghove/2007/06/12/lt-kill-processname-quot-peskylittleprocess-quot-gt/
# redirect 301 /blogs/joeydotnet/archive/2007/06/22/yet-another-reason-to-practice-tdd.aspx http://lostechies.com/joeybeninghove/2007/06/22/yet-another-reason-to-practice-tdd/
# redirect 301 /blogs/joeydotnet/archive/2007/06/24/preliminary-thoughts-on-tdd-with-mstest-in-orcas.aspx http://lostechies.com/joeybeninghove/2007/06/25/preliminary-thoughts-on-tdd-with-mstest-in-orcas/
# redirect 301 /blogs/joeydotnet/archive/2007/06/26/minor-change-bug-in-file-templates-feature-of-resharper-3-0.aspx http://lostechies.com/joeybeninghove/2007/06/26/minor-change-bug-in-file-templates-feature-of-resharper-3-0/
# redirect 301 /blogs/joeydotnet/archive/2007/06/28/resharper-3-0-like-a-kid-in-a-candy-store-again.aspx http://lostechies.com/joeybeninghove/2007/06/28/resharper-3-0-like-a-kid-in-a-candy-store-again/
# redirect 301 /blogs/joeydotnet/archive/2007/06/29/sql-server-ce-great-for-prototyping-and-testing.aspx http://lostechies.com/joeybeninghove/2007/06/29/sql-server-ce-great-for-prototyping-and-testing/
# redirect 301 /blogs/joeydotnet/archive/2007/09/04/change-is-in-the-air.aspx http://lostechies.com/joeybeninghove/2007/09/04/change-is-in-the-air/
# redirect 301 /blogs/joeydotnet/archive/2007/09/06/refactoring-towards-a-dry-fluent-interface.aspx http://lostechies.com/joeybeninghove/2007/09/06/refactoring-towards-a-dry-fluent-interface/
# redirect 301 /blogs/joeydotnet/archive/2007/09/07/quick-tip-asserting-response-redirects-in-a-monorail-controller-test.aspx http://lostechies.com/joeybeninghove/2007/09/07/quick-tip-asserting-response-redirects-in-a-monorail-controller-test/
# redirect 301 /blogs/joeydotnet/archive/2007/09/08/the-importance-of-tools-to-a-software-craftsman.aspx http://lostechies.com/joeybeninghove/2007/09/08/the-importance-of-tools-to-a-software-craftsman/
# redirect 301 /blogs/joeydotnet/archive/2007/09/10/building-the-often-needed-anti-corruption-layer.aspx http://lostechies.com/joeybeninghove/2007/09/10/building-the-often-needed-anti-corruption-layer/
# redirect 301 /blogs/joeydotnet/archive/2007/09/12/courage-driven-blogging.aspx http://lostechies.com/joeybeninghove/2007/09/12/courage-driven-blogging/
# redirect 301 /blogs/joeydotnet/archive/2007/09/13/agile-web-development-with-rails-chapter-1.aspx http://lostechies.com/joeybeninghove/2007/09/13/agile-web-development-with-rails-chapter-1/
# redirect 301 /blogs/joeydotnet/archive/2007/09/13/another-quick-tip-asserting-view-renders-in-a-monorail-controller-test.aspx http://lostechies.com/joeybeninghove/2007/09/13/another-quick-tip-asserting-view-renders-in-a-monorail-controller-test/
# redirect 301 /blogs/joeydotnet/archive/2007/09/15/agile-web-development-with-rails-chapter-2.aspx http://lostechies.com/joeybeninghove/2007/09/15/agile-web-development-with-rails-chapter-2/
# redirect 301 /blogs/joeydotnet/archive/2007/09/15/agile-web-development-with-rails-chapter-3.aspx http://lostechies.com/joeybeninghove/2007/09/15/agile-web-development-with-rails-chapter-3/
# redirect 301 /blogs/joeydotnet/archive/2007/09/15/ruby-so-easy-a-wife-can-do-it.aspx http://lostechies.com/joeybeninghove/2007/09/16/ruby-so-easy-a-wife-can-do-it/
# redirect 301 /blogs/joeydotnet/archive/2007/09/16/agile-web-development-with-rails-chapter-4.aspx http://lostechies.com/joeybeninghove/2007/09/16/agile-web-development-with-rails-chapter-4/
# redirect 301 /blogs/joeydotnet/archive/2007/09/16/agile-web-development-with-rails-chapter-5.aspx http://lostechies.com/joeybeninghove/2007/09/16/agile-web-development-with-rails-chapter-5/
# redirect 301 /blogs/joeydotnet/archive/2007/09/19/nbehave-experiment-monorail-controllers-amp-rhino-mocks.aspx http://lostechies.com/joeybeninghove/2007/09/19/nbehave-experiment-monorail-controllers-amp-rhino-mocks/
# redirect 301 /blogs/joeydotnet/archive/2007/09/19/nbehave-nspec.aspx http://lostechies.com/joeybeninghove/2007/09/19/nbehave-nspec/
# redirect 301 /blogs/joeydotnet/archive/2007/09/28/my-first-interview-that-i-have-given.aspx http://lostechies.com/joeybeninghove/2007/09/28/my-first-interview-that-i-have-given/
# redirect 301 /blogs/joeydotnet/archive/2007/09/29/quick-tip-enabling-wordpress-tagging-in-wlw.aspx http://lostechies.com/joeybeninghove/2007/09/29/quick-tip-enabling-wordpress-tagging-in-wlw/
# redirect 301 /blogs/joeydotnet/archive/2007/09/29/re-presentation-model-question.aspx http://lostechies.com/joeybeninghove/2007/09/30/re-presentation-model-question/
# redirect 301 /blogs/joeydotnet/archive/2007/10/02/anyone-played-with-enso.aspx http://lostechies.com/joeybeninghove/2007/10/02/anyone-played-with-enso/
# redirect 301 /blogs/joeydotnet/archive/2007/10/02/presentation-model-quot-screen-quot-store-example.aspx http://lostechies.com/joeybeninghove/2007/10/02/presentation-model-quot-screen-quot-store-example/
# redirect 301 /blogs/joeydotnet/archive/2007/10/08/funny-question-and-response-of-the-day.aspx http://lostechies.com/joeybeninghove/2007/10/08/funny-question-and-response-of-the-day/
# redirect 301 /blogs/joeydotnet/archive/2007/10/10/re-technology-brainstorm.aspx http://lostechies.com/joeybeninghove/2007/10/11/re-technology-brainstorm/
# redirect 301 /blogs/joeydotnet/archive/2007/10/11/effects-of-encapsulation-on-unit-tests-enumerableassert.aspx http://lostechies.com/joeybeninghove/2007/10/11/effects-of-encapsulation-on-unit-tests-enumerableassert/
# redirect 301 /blogs/joeydotnet/archive/2007/10/11/software-is.aspx http://lostechies.com/joeybeninghove/2007/10/12/software-is/
# redirect 301 /blogs/joeydotnet/archive/2007/10/17/from-windsor-xml-to-binsor-in-4-hours.aspx http://lostechies.com/joeybeninghove/2007/10/17/from-windsor-xml-to-binsor-in-4-hours/
# redirect 301 /blogs/joeydotnet/archive/2007/10/25/monorail-controller-test-analysis-problem-and-resolution.aspx http://lostechies.com/joeybeninghove/2007/10/25/monorail-controller-test-analysis-problem-and-resolution/
# redirect 301 /blogs/joeydotnet/archive/2007/10/29/talesfromthesmellyside-lt-code-gt-episode-1.aspx http://lostechies.com/joeybeninghove/2007/10/29/talesfromthesmellyside-lt-code-gt-episode-1/
# redirect 301 /blogs/joeydotnet/archive/2007/11/02/talesfromthesmellyside-of-code-episode-2-sql-injection-infection.aspx http://lostechies.com/joeybeninghove/2007/11/02/talesfromthesmellyside-of-code-episode-2-sql-injection-infection/
# redirect 301 /blogs/joeydotnet/archive/2007/11/15/principles-and-patterns-over-tools-and-frameworks.aspx http://lostechies.com/joeybeninghove/2007/11/15/principles-and-patterns-over-tools-and-frameworks/
# redirect 301 /blogs/joeydotnet/archive/2007/11/15/random-thoughts-on-humility-and-perfection.aspx http://lostechies.com/joeybeninghove/2007/11/16/random-thoughts-on-humility-and-perfection/
# redirect 301 /blogs/joeydotnet/archive/2007/12/07/monorail-quickly-screencast.aspx http://lostechies.com/joeybeninghove/2007/12/08/monorail-quickly-screencast/
# redirect 301 /blogs/joeydotnet/archive/2007/12/30/just-like-being-there-almost.aspx http://lostechies.com/joeybeninghove/2007/12/31/just-like-being-there-almost/
# redirect 301 /blogs/joeydotnet/archive/2008/01/06/i-do-what.aspx http://lostechies.com/joeybeninghove/2008/01/06/i-do-what/
# redirect 301 /blogs/joeydotnet/archive/2008/01/10/cifactory-create-richmonddnug.aspx http://lostechies.com/joeybeninghove/2008/01/11/cifactory-create-richmonddnug/
# redirect 301 /blogs/joeydotnet/archive/2008/02/07/introducing-activesupport-net.aspx http://lostechies.com/joeybeninghove/2008/02/07/introducing-activesupport-net/
# redirect 301 /blogs/joeydotnet/archive/2008/02/08/activesupport-net-update.aspx http://lostechies.com/joeybeninghove/2008/02/08/activesupport-net-update/
# redirect 301 /blogs/joeydotnet/archive/2008/02/08/activesupport-net-namespace-overhaul.aspx http://lostechies.com/joeybeninghove/2008/02/09/activesupport-net-namespace-overhaul/
# redirect 301 /blogs/joeydotnet/archive/2008/02/10/scribbish-skin-for-subtext.aspx http://lostechies.com/joeybeninghove/2008/02/11/scribbish-skin-for-subtext/
# redirect 301 /blogs/joeydotnet/archive/2008/03/04/change-i-can-achieve-in.aspx http://lostechies.com/joeybeninghove/2008/03/05/change-i-can-achieve-in/
# redirect 301 /blogs/joeydotnet/archive/2008/06/27/how-did-i-get-started-in-software-development.aspx http://lostechies.com/joeybeninghove/2008/06/27/how-did-i-get-started-in-software-development/
# redirect 301 /blogs/joeydotnet/archive/2008/09/05/mvc-free-yourself-from-web-forms.aspx http://lostechies.com/joeybeninghove/2008/09/05/mvc-free-yourself-from-web-forms/
# redirect 301 /blogs/joeydotnet/archive/2008/09/26/looking-for-some-awesome-net-developers-work-from-home.aspx http://lostechies.com/joeybeninghove/2008/09/26/looking-for-some-awesome-net-developers-work-from-home/
# redirect 301 /blogs/joeydotnet/archive/2009/01/13/nhibernate-xml-columns.aspx http://lostechies.com/joeybeninghove/2009/01/14/nhibernate-xml-columns/
# redirect 301 /blogs/joeydotnet/archive/2009/09/02/smart-constructor-anti-pattern.aspx http://lostechies.com/joeybeninghove/2009/09/02/smart-constructor-anti-pattern/
# redirect 301 /blogs/joeydotnet/archive/2009/10/09/guest-post-suggestions-for-effective-team-communication-in-a-virtual-environment.aspx http://lostechies.com/joeybeninghove/2009/10/09/guest-post-suggestions-for-effective-team-communication-in-a-virtual-environment/
# redirect 301 /blogs/joeydotnet/archive/2010/03/09/git-branch-per-feature-composable-deployments-releases.aspx http://lostechies.com/joeybeninghove/2010/03/09/git-branch-per-feature-composable-deployments-releases/
# redirect 301 /blogs/joeydotnet/archive/2010/05/24/the-ruby-rails-life-my-rails-3-stack-part-1.aspx http://lostechies.com/joeybeninghove/2010/05/25/the-ruby-rails-life-my-rails-3-stack-part-1/
# redirect 301 /blogs/joeydotnet/archive/2010/05/28/the-ruby-rails-life-my-rails-3-stack-part-2.aspx http://lostechies.com/joeybeninghove/2010/05/28/the-ruby-rails-life-my-rails-3-stack-part-2/
# redirect 301 /blogs/joeydotnet/archive/2010/06/01/cucumber.aspx http://lostechies.com/joeybeninghove/2010/06/01/cucumber/
# redirect 301 /blogs/joeydotnet/archive/2010/06/10/quick-fix-and-a-question-mongoid-edge.aspx http://lostechies.com/joeybeninghove/2010/06/10/quick-fix-and-a-question-mongoid-edge/
# redirect 301 /blogs/joeydotnet/archive/2010/06/23/from-alt-net-to-not-net.aspx http://lostechies.com/joeybeninghove/2010/06/23/from-alt-net-to-not-net/
# redirect 301 /blogs/joeydotnet/archive/2010/06/26/getting-plugged-into-ruby.aspx http://lostechies.com/joeybeninghove/2010/06/26/getting-plugged-into-ruby/
# redirect 301 /blogs/joeydotnet/archive/2010/07/16/quick-tip-osx-terminal-automation.aspx http://lostechies.com/joeybeninghove/2010/07/17/quick-tip-osx-terminal-automation/
# redirect 301 /blogs/joeydotnet/archive/2010/07/19/rvm-bash-scripting-and-rails-3-edge.aspx http://lostechies.com/joeybeninghove/2010/07/19/rvm-bash-scripting-and-rails-3-edge/
# redirect 301 /blogs/joeydotnet/archive/2010/09/17/vlad-rvm-and-bundler-sittin-in-a-tree.aspx http://lostechies.com/joeybeninghove/2010/09/17/vlad-rvm-and-bundler-sittin-in-a-tree/
# redirect 301 /blogs/joeydotnet/archive/2010/10/01/it-s-not-goodbye.aspx http://lostechies.com/joeybeninghove/2010/10/01/it-s-not-goodbye/
# redirect 301 /blogs/johnvpetersen/archive/2009/11/23/new-version-of-ndbunit-released-support-for-sqlite-in-memory-db.aspx http://lostechies.com/johnpetersen/2009/11/23/new-version-of-ndbunit-released-support-for-sqlite-in-memory-db/
# redirect 301 /blogs/johnvpetersen/archive/2010/03/09/it-s-great-to-be-here-at-los-techies.aspx http://lostechies.com/johnpetersen/2010/03/10/it-s-great-to-be-here-at-los-techies/
# redirect 301 /blogs/johnvpetersen/archive/2010/03/11/code-bubbles-a-very-interesting-coding-ux.aspx http://lostechies.com/johnpetersen/2010/03/12/code-bubbles-a-very-interesting-coding-ux/
# redirect 301 /blogs/johnvpetersen/archive/2010/03/13/website-resource-ajax-load-indicator.aspx http://lostechies.com/johnpetersen/2010/03/13/website-resource-ajax-load-indicator/
# redirect 301 /blogs/johnvpetersen/archive/2010/03/15/the-book-shelf-lean-software-development-an-agile-toolkit.aspx http://lostechies.com/johnpetersen/2010/03/15/the-book-shelf-lean-software-development-an-agile-toolkit/
# redirect 301 /blogs/johnvpetersen/archive/2010/04/05/adding-google-charts-to-your-asp-mvc-applications.aspx http://lostechies.com/johnpetersen/2010/04/05/adding-google-charts-to-your-asp-mvc-applications/
# redirect 301 /blogs/johnvpetersen/archive/2010/04/11/philly-codecamp-2010-1-slide-deck-and-code-samples.aspx http://lostechies.com/johnpetersen/2010/04/11/philly-codecamp-2010-1-slide-deck-and-code-samples/
# redirect 301 /blogs/johnvpetersen/archive/2010/04/19/slide-decks-and-code-samples-from-pittsburgh-code-camp-2010-1.aspx http://lostechies.com/johnpetersen/2010/04/19/slide-decks-and-code-samples-from-pittsburgh-code-camp-2010-1/
# redirect 301 /blogs/johnvpetersen/archive/2010/05/12/heading-to-austin-code-camp.aspx http://lostechies.com/johnpetersen/2010/05/12/heading-to-austin-code-camp/
# redirect 301 /blogs/johnvpetersen/archive/2010/05/15/austin-code-camp-introduction-to-nhibernate-and-fluent-nhibernate-slide-decks.aspx http://lostechies.com/johnpetersen/2010/05/15/austin-code-camp-introduction-to-nhibernate-and-fluent-nhibernate-slide-decks/
# redirect 301 /blogs/johnvpetersen/archive/2010/05/24/fluent-nhibernate-1-1-released.aspx http://lostechies.com/johnpetersen/2010/05/24/fluent-nhibernate-1-1-released/
# redirect 301 /blogs/johnvpetersen/archive/2010/06/08/mongodb-initial-thoughts.aspx http://lostechies.com/johnpetersen/2010/06/08/mongodb-initial-thoughts/
# redirect 301 /blogs/johnvpetersen/archive/2010/06/14/checking-out-the-960-grid-system.aspx http://lostechies.com/johnpetersen/2010/06/14/checking-out-the-960-grid-system/
# redirect 301 /blogs/johnvpetersen/archive/2010/06/16/perhaps-the-best-jquery-overview-out-there-compliments-of-marc-grabanski.aspx http://lostechies.com/johnpetersen/2010/06/16/perhaps-the-best-jquery-overview-out-there-compliments-of-marc-grabanski/
# redirect 301 /blogs/johnvpetersen/archive/2010/06/21/heading-to-codestock-this-week-25th-26th-knoxville-tn.aspx http://lostechies.com/johnpetersen/2010/06/21/heading-to-codestock-this-week-25th-26th-knoxville-tn/
# redirect 301 /blogs/johnvpetersen/archive/2010/06/22/what-are-your-10-essentials-here-are-mine.aspx http://lostechies.com/johnpetersen/2010/06/23/what-are-your-10-essentials-here-are-mine/
# redirect 301 /blogs/johnvpetersen/archive/2010/06/27/back-from-codestock-2010-it-was-all-about-community.aspx http://lostechies.com/johnpetersen/2010/06/28/back-from-codestock-2010-it-was-all-about-community/
# redirect 301 /blogs/johnvpetersen/archive/2010/07/08/why-i-love-ruby.aspx http://lostechies.com/johnpetersen/2010/07/08/why-i-love-ruby/
# redirect 301 /blogs/johnvpetersen/archive/2010/07/09/i-probably-should-have-titled-the-last-post-why-i-love-programming-and-interacting-with-the-community.aspx http://lostechies.com/johnpetersen/2010/07/09/i-probably-should-have-titled-the-last-post-why-i-love-programming-and-interacting-with-the-community/
# redirect 301 /blogs/johnvpetersen/archive/2010/07/10/an-illustration-of-why-the-new-c-4-0-dynamic-and-optional-argument-features-are-valuable.aspx http://lostechies.com/johnpetersen/2010/07/10/an-illustration-of-why-the-new-c-4-0-dynamic-and-optional-argument-features-are-valuable/
# redirect 301 /blogs/johnvpetersen/archive/2010/07/11/trademarks-and-urls.aspx http://lostechies.com/johnpetersen/2010/07/11/trademarks-and-urls/
# redirect 301 /blogs/johnvpetersen/archive/2010/07/19/i-m-very-excited-to-be-speaking-at-indieconf-2010.aspx http://lostechies.com/johnpetersen/2010/07/20/i-m-very-excited-to-be-speaking-at-indieconf-2010/
# redirect 301 /blogs/johnvpetersen/archive/2010/07/23/powerpoint-and-code-demos-from-my-mvcconf-presentation.aspx http://lostechies.com/johnpetersen/2010/07/23/powerpoint-and-code-demos-from-my-mvcconf-presentation/
# redirect 301 /blogs/johnvpetersen/archive/2010/08/05/powerpoint-from-legal-talk-at-devlink-2010.aspx http://lostechies.com/johnpetersen/2010/08/05/powerpoint-from-legal-talk-at-devlink-2010/
# redirect 301 /blogs/johnvpetersen/archive/2010/08/06/powerpoint-and-code-samples-from-jquery-ajax-and-json-in-mvc-talk-at-devlink-2010.aspx http://lostechies.com/johnpetersen/2010/08/06/powerpoint-and-code-samples-from-jquery-ajax-and-json-in-mvc-talk-at-devlink-2010/
# redirect 301 /blogs/johnvpetersen/archive/2010/08/07/ironruby-and-ironpython-are-not-dead.aspx http://lostechies.com/johnpetersen/2010/08/07/ironruby-and-ironpython-are-not-dead/
# redirect 301 /blogs/johnvpetersen/archive/2010/09/13/slide-deck-and-code-from-9-11-central-penn-code-camp-presentation.aspx http://lostechies.com/johnpetersen/2010/09/13/slide-deck-and-code-from-9-11-central-penn-code-camp-presentation/
# redirect 301 /blogs/johnvpetersen/archive/2010/09/22/code-samples-from-philly-dot-net-wcf-fire-starter-event-9-18-2010.aspx http://lostechies.com/johnpetersen/2010/09/22/code-samples-from-philly-dot-net-wcf-fire-starter-event-9-18-2010/
# redirect 301 /blogs/johnvpetersen/archive/2010/09/27/my-interview-with-david-giard-on-technlogy-and-friends.aspx http://lostechies.com/johnpetersen/2010/09/27/my-interview-with-david-giard-on-technlogy-and-friends/
# redirect 301 /blogs/johnvpetersen/archive/2010/10/09/extending-asp-mvc-with-ajax-jquery-and-json-sample-code-from-philly-code-camp-2010-2.aspx http://lostechies.com/johnpetersen/2010/10/09/extending-asp-mvc-with-ajax-jquery-and-json-sample-code-from-philly-code-camp-2010-2/
# redirect 301 /blogs/johnvpetersen/archive/2010/10/13/cool-site-of-the-day-extensionmethod-net.aspx http://lostechies.com/johnpetersen/2010/10/13/cool-site-of-the-day-extensionmethod-net/
# redirect 301 /blogs/johnvpetersen/archive/2010/10/16/slide-deck-and-code-samples-from-pittsburgh-code-camp-2010-2.aspx http://lostechies.com/johnpetersen/2010/10/16/slide-deck-and-code-samples-from-pittsburgh-code-camp-2010-2/
# redirect 301 /blogs/johnvpetersen/archive/2010/11/08/my-thoughts-on-certification-exams.aspx http://lostechies.com/johnpetersen/2010/11/08/my-thoughts-on-certification-exams/
# redirect 301 /blogs/johnvpetersen/archive/2010/11/18/going-through-presentation-hell-make-sure-you-check-your-existing-apps-when-you-install-asp-mvc-3.aspx http://lostechies.com/johnpetersen/2010/11/18/going-through-presentation-hell-make-sure-you-check-your-existing-apps-when-you-install-asp-mvc-3/
# redirect 301 /blogs/johnvpetersen/archive/2010/12/06/an-easy-approach-to-adding-user-notifications-to-web-applications.aspx http://lostechies.com/johnpetersen/2010/12/07/an-easy-approach-to-adding-user-notifications-to-web-applications/
# redirect 301 /blogs/johnvpetersen/archive/2010/12/08/asp-user-notification-update.aspx http://lostechies.com/johnpetersen/2010/12/09/asp-user-notification-update/
# redirect 301 /blogs/johnvpetersen/archive/2011/01/10/announcing-philly-code-camp-2011-1-saturday-april-9-2011.aspx http://lostechies.com/johnpetersen/2011/01/10/announcing-philly-code-camp-2011-1-saturday-april-9-2011/
# redirect 301 /blogs/johnvpetersen/archive/2011/01/19/code-samples-and-slide-deck-from-philly-dot-net-mspec-fluent-validation-presentation.aspx http://lostechies.com/johnpetersen/2011/01/19/code-samples-and-slide-deck-from-philly-dot-net-mspec-fluent-validation-presentation/
# redirect 301 /blogs/johnvpetersen/archive/2011/01/23/dependency-injection-with-asp-mvc-3-distilled-and-simplified.aspx http://lostechies.com/johnpetersen/2011/01/23/dependency-injection-with-asp-mvc-3-distilled-and-simplified/
# redirect 301 /blogs/johnvpetersen/archive/2011/01/24/dependency-injection-in-mvc-3-with-views.aspx http://lostechies.com/johnpetersen/2011/01/24/dependency-injection-in-mvc-3-with-views/
# redirect 301 /blogs/johnvpetersen/archive/2011/02/03/modified-version-of-rob-conery-s-textmate-vs2010-theme-that-works-with-razor.aspx http://lostechies.com/johnpetersen/2011/02/03/modified-version-of-rob-conery-s-textmate-vs2010-theme-that-works-with-razor/
# redirect 301 /blogs/johnvpetersen/archive/2011/02/20/another-nyc-code-camp-in-the-books.aspx http://lostechies.com/johnpetersen/2011/02/20/another-nyc-code-camp-in-the-books/
# redirect 301 /blogs/johnvpetersen/archive/2011/02/23/how-much-traffic-does-your-website-create-with-each-request-use-iisexpress-7-5-to-find-out.aspx http://lostechies.com/johnpetersen/2011/02/23/how-much-traffic-does-your-website-create-with-each-request-use-iisexpress-7-5-to-find-out/
# redirect 301 /blogs/johnvpetersen/archive/2011/03/01/things-i-really-like-about-telerik-s-justcode.aspx http://lostechies.com/johnpetersen/2011/03/01/things-i-really-like-about-telerik-s-justcode/
# redirect 301 /blogs/johnvpetersen/archive/2011/03/03/a-simple-approach-to-hydrating-the-c-mongodb-driver-objects.aspx http://lostechies.com/johnpetersen/2011/03/03/a-simple-approach-to-hydrating-the-c-mongodb-driver-objects/
# redirect 301 /blogs/johnvpetersen/archive/2011/03/09/would-you-like-to-learn-more-about-mvvm-check-out-devready-with-mvvm.aspx http://lostechies.com/johnpetersen/2011/03/09/would-you-like-to-learn-more-about-mvvm-check-out-devready-with-mvvm/
# redirect 301 /blogs/johnvpetersen/archive/2011/03/17/cenral-penn-ug-files-and-slide-deck.aspx http://lostechies.com/johnpetersen/2011/03/17/cenral-penn-ug-files-and-slide-deck/
# redirect 301 /blogs/johnvpetersen/archive/2011/03/19/deeper-in-net-code-and-slide-deck.aspx http://lostechies.com/johnpetersen/2011/03/19/deeper-in-net-code-and-slide-deck/
# redirect 301 /blogs/johnteague/archive/2008/05/27/using-database-repository-pattern-with-activerecord-with-activerecordmediator.aspx http://lostechies.com/johnteague/2008/05/28/using-database-repository-pattern-with-activerecord-with-activerecordmediator/
# redirect 301 /blogs/johnteague/archive/2008/05/27/why-use-activerecordmediator-instead-of-nhibernate.aspx http://lostechies.com/johnteague/2008/05/28/why-use-activerecordmediator-instead-of-nhibernate/
# redirect 301 /blogs/johnteague/archive/2008/06/02/does-loading-violate-domain-driven-design-principles.aspx http://lostechies.com/johnteague/2008/06/02/does-loading-violate-domain-driven-design-principles/
# redirect 301 /blogs/johnteague/archive/2008/06/06/creating-a-culture-of-quality.aspx http://lostechies.com/johnteague/2008/06/06/creating-a-culture-of-quality/
# redirect 301 /blogs/johnteague/archive/2008/06/24/iteration-0.aspx http://lostechies.com/johnteague/2008/06/24/iteration-0/
# redirect 301 /blogs/johnteague/archive/2008/08/12/encapsulating-test-data-and-expectations.aspx http://lostechies.com/johnteague/2008/08/13/encapsulating-test-data-and-expectations/
# redirect 301 /blogs/johnteague/archive/2008/08/28/converting-columns-to-rows-with-nhibernate-usertype.aspx http://lostechies.com/johnteague/2008/08/29/converting-columns-to-rows-with-nhibernate-usertype/
# redirect 301 /blogs/johnteague/archive/2008/09/12/intro-to-jquery-slides.aspx http://lostechies.com/johnteague/2008/09/12/intro-to-jquery-slides/
# redirect 301 /blogs/johnteague/archive/2008/09/12/jquery-demo-1.aspx http://lostechies.com/johnteague/2008/09/12/jquery-demo-1/
# redirect 301 /blogs/johnteague/archive/2008/10/15/unobtrusive-javascript-part-1.aspx http://lostechies.com/johnteague/2008/10/15/unobtrusive-javascript-part-1/
# redirect 301 /blogs/johnteague/archive/2008/11/03/unobtrusive-javascript-part-2-separating-content-style-and-behavior.aspx http://lostechies.com/johnteague/2008/11/03/unobtrusive-javascript-part-2-separating-content-style-and-behavior/
# redirect 301 /blogs/johnteague/archive/2008/11/21/welcome-steve-donie.aspx http://lostechies.com/johnteague/2008/11/22/welcome-steve-donie/
# redirect 301 /blogs/johnteague/archive/2008/11/25/ptom-bend-3rd-party-libraries-to-your-will-with-the-adapter-pattern.aspx http://lostechies.com/johnteague/2008/11/25/ptom-bend-3rd-party-libraries-to-your-will-with-the-adapter-pattern/
# redirect 301 /blogs/johnteague/archive/2009/01/20/google-s-testers-take-on-dependency-injection.aspx http://lostechies.com/johnteague/2009/01/21/google-s-testers-take-on-dependency-injection/
# redirect 301 /blogs/johnteague/archive/2009/02/09/austin-code-camp-09.aspx http://lostechies.com/johnteague/2009/02/10/austin-code-camp-09/
# redirect 301 /blogs/johnteague/archive/2009/02/10/another-way-to-test-ajax-methods.aspx http://lostechies.com/johnteague/2009/02/10/another-way-to-test-ajax-methods/
# redirect 301 /blogs/johnteague/archive/2009/02/17/austin-code-camp-09-call-for-speakeres.aspx http://lostechies.com/johnteague/2009/02/18/austin-code-camp-09-call-for-speakeres/
# redirect 301 /blogs/johnteague/archive/2009/02/18/polymorphism-with-javascript.aspx http://lostechies.com/johnteague/2009/02/18/polymorphism-with-javascript/
# redirect 301 /blogs/johnteague/archive/2009/02/20/the-mvc-template-team-got-it-right.aspx http://lostechies.com/johnteague/2009/02/20/the-mvc-template-team-got-it-right/
# redirect 301 /blogs/johnteague/archive/2009/04/01/cooking-with-pablo-chicken-cacciatore.aspx http://lostechies.com/johnteague/2009/04/01/cooking-with-pablo-chicken-cacciatore/
# redirect 301 /blogs/johnteague/archive/2009/04/06/resharper-templates-don-t-forget-the-macros.aspx http://lostechies.com/johnteague/2009/04/06/resharper-templates-don-t-forget-the-macros/
# redirect 301 /blogs/johnteague/archive/2009/04/15/building-maintainable-web-applications-training-course.aspx http://lostechies.com/johnteague/2009/04/16/building-maintainable-web-applications-training-course/
# redirect 301 /blogs/johnteague/archive/2009/04/17/submit-your-austin-code-camp-sessions-now.aspx http://lostechies.com/johnteague/2009/04/17/submit-your-austin-code-camp-sessions-now/
# redirect 301 /blogs/johnteague/archive/2009/05/24/austin-code-camp-schedule.aspx http://lostechies.com/johnteague/2009/05/24/austin-code-camp-schedule/
# redirect 301 /blogs/johnteague/archive/2009/06/10/ruby-and-rake-as-an-executable.aspx http://lostechies.com/johnteague/2009/06/10/ruby-and-rake-as-an-executable/
# redirect 301 /blogs/johnteague/archive/2009/06/12/programming-basics-the-for-loop-can-do-more-than-increment-an-integer.aspx http://lostechies.com/johnteague/2009/06/12/programming-basics-the-for-loop-can-do-more-than-increment-an-integer/
# redirect 301 /blogs/johnteague/archive/2009/07/15/giving-your-mvc-views-an-identity.aspx http://lostechies.com/johnteague/2009/07/15/giving-your-mvc-views-an-identity/
# redirect 301 /blogs/johnteague/archive/2009/07/20/demeter-helps-you-fend-off-the-one-true-constant-change.aspx http://lostechies.com/johnteague/2009/07/20/demeter-helps-you-fend-off-the-one-true-constant-change/
# redirect 301 /blogs/johnteague/archive/2009/08/20/wiring-up-generics-in-castle-windsor.aspx http://lostechies.com/johnteague/2009/08/20/wiring-up-generics-in-castle-windsor/
# redirect 301 /blogs/johnteague/archive/2009/08/27/the-trythis-method.aspx http://lostechies.com/johnteague/2009/08/27/the-trythis-method/
# redirect 301 /blogs/johnteague/archive/2009/08/28/testing-private-amp-protected-members-of-a-class.aspx http://lostechies.com/johnteague/2009/08/28/testing-private-amp-protected-members-of-a-class/
# redirect 301 /blogs/johnteague/archive/2009/09/14/jquery-does-not-like-quirksmode.aspx http://lostechies.com/johnteague/2009/09/15/jquery-does-not-like-quirksmode/
# redirect 301 /blogs/johnteague/archive/2009/09/16/proper-javascript-api-design.aspx http://lostechies.com/johnteague/2009/09/16/proper-javascript-api-design/
# redirect 301 /blogs/johnteague/archive/2009/11/16/pablo-s-fiesta-open-space-conference-in-austin-tx.aspx http://lostechies.com/johnteague/2009/11/16/pablo-s-fiesta-open-space-conference-in-austin-tx/
# redirect 301 /blogs/johnteague/archive/2009/12/16/the-open-space-conference-experience.aspx http://lostechies.com/johnteague/2009/12/16/the-open-space-conference-experience/
# redirect 301 /blogs/johnteague/archive/2010/01/06/and-now-a-word-from-our-sponsors.aspx http://lostechies.com/johnteague/2010/01/06/and-now-a-word-from-our-sponsors/
# redirect 301 /blogs/johnteague/archive/2010/01/29/byof-to-pablo-s-fiesta.aspx http://lostechies.com/johnteague/2010/01/29/byof-to-pablo-s-fiesta/
# redirect 301 /blogs/johnteague/archive/2010/01/30/implementing-domain-queries.aspx http://lostechies.com/johnteague/2010/01/30/implementing-domain-queries/
# redirect 301 /blogs/johnteague/archive/2010/02/21/austin-code-camp-2010-call-for-speakers.aspx http://lostechies.com/johnteague/2010/02/22/austin-code-camp-2010-call-for-speakers/
# redirect 301 /blogs/johnteague/archive/2010/03/23/codecamp-deadline-for-sessions-is-getting-close.aspx http://lostechies.com/johnteague/2010/03/23/codecamp-deadline-for-sessions-is-getting-close/
# redirect 301 /blogs/johnteague/archive/2010/06/01/two-code-camps-last-month.aspx http://lostechies.com/johnteague/2010/06/01/two-code-camps-last-month/
# redirect 301 /blogs/johnteague/archive/2010/06/19/automated-build-adnug-presentation.aspx http://lostechies.com/johnteague/2010/06/20/automated-build-adnug-presentation/
# redirect 301 /blogs/johnteague/archive/2010/06/28/installing-monotouch.aspx http://lostechies.com/johnteague/2010/06/28/installing-monotouch/
# redirect 301 /blogs/johnteague/archive/2010/06/28/unit-testing-your-mvc-views-with-qunit.aspx http://lostechies.com/johnteague/2010/06/28/unit-testing-your-mvc-views-with-qunit/
# redirect 301 /blogs/johnteague/archive/2010/11/22/using-a-command-execution-style-architecture-with-a-domain-model.aspx http://lostechies.com/johnteague/2010/11/23/using-a-command-execution-style-architecture-with-a-domain-model/
# redirect 301 /blogs/johnteague/archive/2011/03/03/less-is-more.aspx http://lostechies.com/johnteague/2011/03/03/less-is-more/
# redirect 301 /blogs/joshuaflanagan/archive/2008/09/09/hola-los-techies.aspx http://lostechies.com/joshuaflanagan/2008/09/10/hola-los-techies/
# redirect 301 /blogs/joshuaflanagan/archive/2008/09/10/monkey-patching-rake-for-use-with-teamcity.aspx http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/
# redirect 301 /blogs/joshuaflanagan/archive/2008/09/18/running-jquery-qunit-tests-under-continuous-integration.aspx http://lostechies.com/joshuaflanagan/2008/09/18/running-jquery-qunit-tests-under-continuous-integration/
# redirect 301 /blogs/joshuaflanagan/archive/2008/09/25/the-rhino-mocks-assertwascalled-method-does-work.aspx http://lostechies.com/joshuaflanagan/2008/09/25/the-rhino-mocks-assertwascalled-method-does-work/
# redirect 301 /blogs/joshuaflanagan/archive/2008/09/25/arrange-act-assert-with-structuremap-rhinoautomocker.aspx http://lostechies.com/joshuaflanagan/2008/09/26/arrange-act-assert-with-structuremap-rhinoautomocker/
# redirect 301 /blogs/joshuaflanagan/archive/2009/01/06/raising-awareness-for-teamcity-tray-notifier-issue.aspx http://lostechies.com/joshuaflanagan/2009/01/07/raising-awareness-for-teamcity-tray-notifier-issue/
# redirect 301 /blogs/joshuaflanagan/archive/2009/01/15/solution-for-monitoring-multiple-teamcity-servers.aspx http://lostechies.com/joshuaflanagan/2009/01/15/solution-for-monitoring-multiple-teamcity-servers/
# redirect 301 /blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx http://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/
# redirect 301 /blogs/joshuaflanagan/archive/2009/03/08/but-don-t-worry-webforms-is-not-going-away.aspx http://lostechies.com/joshuaflanagan/2009/03/08/but-don-t-worry-webforms-is-not-going-away/
# redirect 301 /blogs/joshuaflanagan/archive/2009/04/27/asp-net-400-bad-request-with-restricted-characters.aspx http://lostechies.com/joshuaflanagan/2009/04/28/asp-net-400-bad-request-with-restricted-characters/
# redirect 301 /blogs/joshuaflanagan/archive/2009/05/19/latest-docu-builds-available.aspx http://lostechies.com/joshuaflanagan/2009/05/20/latest-docu-builds-available/
# redirect 301 /blogs/joshuaflanagan/archive/2009/06/09/let-your-inversion-of-control-tool-work-for-you.aspx http://lostechies.com/joshuaflanagan/2009/06/10/let-your-inversion-of-control-tool-work-for-you/
# redirect 301 /blogs/joshuaflanagan/archive/2009/06/10/integrating-a-custom-test-runner-with-teamcity.aspx http://lostechies.com/joshuaflanagan/2009/06/11/integrating-a-custom-test-runner-with-teamcity/
# redirect 301 /blogs/joshuaflanagan/archive/2009/06/28/real-world-refactoring.aspx http://lostechies.com/joshuaflanagan/2009/06/29/real-world-refactoring/
# redirect 301 /blogs/joshuaflanagan/archive/2009/07/12/how-we-handle-application-configuration.aspx http://lostechies.com/joshuaflanagan/2009/07/13/how-we-handle-application-configuration/
# redirect 301 /blogs/joshuaflanagan/archive/2009/08/28/big-visible-teamcity.aspx http://lostechies.com/joshuaflanagan/2009/08/28/big-visible-teamcity/
# redirect 301 /blogs/joshuaflanagan/archive/2009/12/19/readable-regular-expressions-revisited.aspx http://lostechies.com/joshuaflanagan/2009/12/19/readable-regular-expressions-revisited/
# redirect 301 /blogs/joshuaflanagan/archive/2010/01/18/fubumvc-define-your-actions-your-way.aspx http://lostechies.com/joshuaflanagan/2010/01/18/fubumvc-define-your-actions-your-way/
# redirect 301 /blogs/joshuaflanagan/archive/2010/01/28/how-to-resolve-a-binary-file-conflict-with-git.aspx http://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/
# redirect 301 /blogs/joshuaflanagan/archive/2010/02/07/adding-variable-output-behavior-to-your-fubumvc-actions.aspx http://lostechies.com/joshuaflanagan/2010/02/08/adding-variable-output-behavior-to-your-fubumvc-actions/
# redirect 301 /blogs/joshuaflanagan/archive/2010/03/19/teaching-automapper-about-our-conventions.aspx http://lostechies.com/joshuaflanagan/2010/03/19/teaching-automapper-about-our-conventions/
# redirect 301 /blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/
# redirect 301 /blogs/joshuaflanagan/archive/2010/05/11/austin-code-camp-2010.aspx http://lostechies.com/joshuaflanagan/2010/05/11/austin-code-camp-2010/
# redirect 301 /blogs/joshuaflanagan/archive/2010/06/14/using-rake-under-ironruby.aspx http://lostechies.com/joshuaflanagan/2010/06/14/using-rake-under-ironruby/
# redirect 301 /blogs/joshuaflanagan/archive/2010/07/04/linux-re-revisited.aspx http://lostechies.com/joshuaflanagan/2010/07/05/linux-re-revisited/
# redirect 301 /blogs/joshuaflanagan/archive/2010/07/16/error-detected-while-processing-vimrc-error-when-using-utf-8-characters-in-listchars-variable.aspx http://lostechies.com/joshuaflanagan/2010/07/16/error-detected-while-processing-vimrc-error-when-using-utf-8-characters-in-listchars-variable/
# redirect 301 /blogs/joshuaflanagan/archive/2010/09/03/use-gitk-to-understand-git.aspx http://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git/
# redirect 301 /blogs/joshuaflanagan/archive/2010/09/03/use-gitk-to-understand-git-merge-and-rebase.aspx http://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git-merge-and-rebase/
# redirect 301 /blogs/joshuaflanagan/archive/2010/10/06/view-files-on-github-from-visual-studio.aspx http://lostechies.com/joshuaflanagan/2010/10/07/view-files-on-github-from-visual-studio/
# redirect 301 /blogs/joshuaflanagan/archive/2010/10/26/extending-github-issues.aspx http://lostechies.com/joshuaflanagan/2010/10/26/extending-github-issues/
# redirect 301 /blogs/joshuaflanagan/archive/2010/11/16/validate-a-facebook-javascript-sdk-cookie-with-ruby.aspx http://lostechies.com/joshuaflanagan/2010/11/17/validate-a-facebook-javascript-sdk-cookie-with-ruby/
# redirect 301 /blogs/joshuaflanagan/archive/2011/01/24/how-we-systemically-apply-filters-to-our-data-access.aspx http://lostechies.com/joshuaflanagan/2011/01/24/how-we-systemically-apply-filters-to-our-data-access/
# redirect 301 /blogs/joshuaflanagan/archive/2011/01/24/a-quick-follow-up-about-data-restrictions.aspx http://lostechies.com/joshuaflanagan/2011/01/25/a-quick-follow-up-about-data-restrictions/
# redirect 301 /blogs/joshuaflanagan/archive/2011/02/03/helpful-datetime-extension-methods-for-dealing-with-time-zones.aspx http://lostechies.com/joshuaflanagan/2011/02/04/helpful-datetime-extension-methods-for-dealing-with-time-zones/
# redirect 301 /blogs/joshuaflanagan/archive/2011/02/06/applying-data-restrictions-to-route-authorization.aspx http://lostechies.com/joshuaflanagan/2011/02/06/applying-data-restrictions-to-route-authorization/
# redirect 301 /blogs/joshuaflanagan/archive/2011/02/22/code-samples-from-my-adnug-talk-coding-with-conventions.aspx http://lostechies.com/joshuaflanagan/2011/02/23/code-samples-from-my-adnug-talk-coding-with-conventions/
# redirect 301 /blogs/joshua_lockwood/archive/2007/03/31/ugh-fun-with-javascript-part-0.aspx http://lostechies.com/joshualockwood/2007/03/31/ugh-fun-with-javascript-part-0/
# redirect 301 /blogs/joshua_lockwood/archive/2007/04/02/c-javascript.aspx http://lostechies.com/joshualockwood/2007/04/03/c-javascript/
# redirect 301 /blogs/joshua_lockwood/archive/2007/04/02/another-great-javascript-article.aspx http://lostechies.com/joshualockwood/2007/04/03/another-great-javascript-article/
# redirect 301 /blogs/joshua_lockwood/archive/2007/04/03/term-of-the-day-principle-of-least-surprise.aspx http://lostechies.com/joshualockwood/2007/04/03/term-of-the-day-principle-of-least-surprise/
# redirect 301 /blogs/joshua_lockwood/archive/2007/04/03/term-of-the-day-principle-of-least-surprise-epilogue.aspx http://lostechies.com/joshualockwood/2007/04/03/term-of-the-day-principle-of-least-surprise-epilogue/
# redirect 301 /blogs/joshua_lockwood/archive/2007/04/06/post-test.aspx http://lostechies.com/joshualockwood/2007/04/06/post-test/
# redirect 301 /blogs/joshua_lockwood/archive/2007/04/06/reflectionesque-behavior-in-javascript.aspx http://lostechies.com/joshualockwood/2007/04/06/reflectionesque-behavior-in-javascript/
# redirect 301 /blogs/joshua_lockwood/archive/2007/04/10/how-to-enlist-ado-commands-into-an-nhibernate-transaction.aspx http://lostechies.com/joshualockwood/2007/04/10/how-to-enlist-ado-commands-into-an-nhibernate-transaction/
# redirect 301 /blogs/joshua_lockwood/archive/2007/08/28/clobbered-again.aspx http://lostechies.com/joshualockwood/2007/08/28/clobbered-again/
# redirect 301 /blogs/joshua_lockwood/archive/2007/08/29/vb-net-oddity-of-the-day-assignment-comparison-operator.aspx http://lostechies.com/joshualockwood/2007/08/29/vb-net-oddity-of-the-day-assignment-comparison-operator/
# redirect 301 /blogs/joshua_lockwood/archive/2007/08/31/quick-background-on-my-current-cics-integration-project.aspx http://lostechies.com/joshualockwood/2007/09/01/quick-background-on-my-current-cics-integration-project/
# redirect 301 /blogs/joshua_lockwood/archive/2007/08/31/things-i-hate.aspx http://lostechies.com/joshualockwood/2007/09/01/things-i-hate/
# redirect 301 /blogs/joshua_lockwood/archive/2007/09/11/vb-net-oddity-of-the-day-array-declarations.aspx http://lostechies.com/joshualockwood/2007/09/11/vb-net-oddity-of-the-day-array-declarations/
# redirect 301 /blogs/joshua_lockwood/archive/2007/09/12/subversion-tip-of-the-day-moving-files.aspx http://lostechies.com/joshualockwood/2007/09/12/subversion-tip-of-the-day-moving-files/
# redirect 301 /blogs/joshua_lockwood/archive/2007/09/14/calling-net-web-services-from-oracle.aspx http://lostechies.com/joshualockwood/2007/09/14/calling-net-web-services-from-oracle/
# redirect 301 /blogs/joshua_lockwood/archive/2007/11/09/metaphors-and-mathematics.aspx http://lostechies.com/joshualockwood/2007/11/09/metaphors-and-mathematics/
# redirect 301 /blogs/joshua_lockwood/archive/2008/03/25/websphere-mqseries-and-net.aspx http://lostechies.com/joshualockwood/2008/03/25/websphere-mqseries-and-net/
# redirect 301 /blogs/joshua_lockwood/archive/2008/04/28/nested-classes-with-junit.aspx http://lostechies.com/joshualockwood/2008/04/28/nested-classes-with-junit/
# redirect 301 /blogs/joshua_lockwood/archive/2008/06/01/virtual-joy.aspx http://lostechies.com/joshualockwood/2008/06/01/virtual-joy/
# redirect 301 /blogs/joshua_lockwood/archive/2008/06/05/note-on-sets-in-hibernate-nhibernate.aspx http://lostechies.com/joshualockwood/2008/06/05/note-on-sets-in-hibernate-nhibernate/
# redirect 301 /blogs/joshua_lockwood/archive/2008/08/27/awesome-response-to-an-interview-question.aspx http://lostechies.com/joshualockwood/2008/08/27/awesome-response-to-an-interview-question/
# redirect 301 /blogs/joshua_lockwood/archive/2008/08/29/learning-to-speak-with-a-lisp.aspx http://lostechies.com/joshualockwood/2008/08/29/learning-to-speak-with-a-lisp/
# redirect 301 /blogs/joshua_lockwood/archive/2008/09/03/seeking-closures.aspx http://lostechies.com/joshualockwood/2008/09/04/seeking-closures/
# redirect 301 /blogs/joshua_lockwood/archive/2008/09/28/just-wanted-to-share-something-that-made-my-day.aspx http://lostechies.com/joshualockwood/2008/09/28/just-wanted-to-share-something-that-made-my-day/
# redirect 301 /blogs/joshua_lockwood/archive/2008/11/13/selenium-with-firefox-3.aspx http://lostechies.com/joshualockwood/2008/11/13/selenium-with-firefox-3/
# redirect 301 /blogs/joshua_lockwood/archive/2009/03/11/qunit-amost-just-what-i-was-looking-for.aspx http://lostechies.com/joshualockwood/2009/03/11/qunit-amost-just-what-i-was-looking-for/
# redirect 301 /blogs/joshua_lockwood/archive/2009/04/13/quot-i-don-t-have-time-to-test-quot.aspx http://lostechies.com/joshualockwood/2009/04/13/quot-i-don-t-have-time-to-test-quot/
# redirect 301 /blogs/joshua_lockwood/archive/2009/04/15/awesome-code-analysis-plugin-for-java.aspx http://lostechies.com/joshualockwood/2009/04/15/awesome-code-analysis-plugin-for-java/
# redirect 301 /blogs/joshua_lockwood/archive/2009/08/05/yet-another-java-decompiler.aspx http://lostechies.com/joshualockwood/2009/08/05/yet-another-java-decompiler/
# redirect 301 /blogs/joshua_lockwood/archive/2009/09/23/getting-my-dual-display-setup-to-work-on-ubuntu-9-0-4.aspx http://lostechies.com/joshualockwood/2009/09/23/getting-my-dual-display-setup-to-work-on-ubuntu-9-0-4/
# redirect 301 /blogs/joshua_lockwood/archive/2009/10/28/did-you-mamma-raise-you-in-a-barn.aspx http://lostechies.com/joshualockwood/2009/10/29/did-you-mamma-raise-you-in-a-barn/
# redirect 301 /blogs/dahlbyk/archive/2009/07/22/hablo-code-191-y-t-250.aspx http://lostechies.com/keithdahlby/2009/07/22/hablo-code-191-y-t-250/
# redirect 301 /blogs/dahlbyk/archive/2009/07/23/improve-your-code-golf-game-with-linq.aspx http://lostechies.com/keithdahlby/2009/07/23/improve-your-code-golf-game-with-linq/
# redirect 301 /blogs/dahlbyk/archive/2009/07/23/using-idisposables-with-linq.aspx http://lostechies.com/keithdahlby/2009/07/23/using-idisposables-with-linq/
# redirect 301 /blogs/dahlbyk/archive/2009/08/06/introducing-lazylinq-overview.aspx http://lostechies.com/keithdahlby/2009/08/06/introducing-lazylinq-overview/
# redirect 301 /blogs/dahlbyk/archive/2009/08/18/introducing-lazylinq-internals.aspx http://lostechies.com/keithdahlby/2009/08/18/introducing-lazylinq-internals/
# redirect 301 /blogs/dahlbyk/archive/2009/08/20/introducing-lazylinq-queryability.aspx http://lostechies.com/keithdahlby/2009/08/21/introducing-lazylinq-queryability/
# redirect 301 /blogs/dahlbyk/archive/2009/09/13/simplifying-lazylinq.aspx http://lostechies.com/keithdahlby/2009/09/13/simplifying-lazylinq/
# redirect 301 /blogs/dahlbyk/archive/2009/09/13/functional-construction-for-asp-net-web-forms.aspx http://lostechies.com/keithdahlby/2009/09/13/functional-construction-for-asp-net-web-forms/
# redirect 301 /blogs/dahlbyk/archive/2009/09/15/hacking-linq-expressions-select-with-index.aspx http://lostechies.com/keithdahlby/2009/09/15/hacking-linq-expressions-select-with-index/
# redirect 301 /blogs/dahlbyk/archive/2009/09/19/hacking-linq-expressions-join-with-comparer.aspx http://lostechies.com/keithdahlby/2009/09/19/hacking-linq-expressions-join-with-comparer/
# redirect 301 /blogs/dahlbyk/archive/2009/09/30/refactoring-with-iterators-prime-factors.aspx http://lostechies.com/keithdahlby/2009/09/30/refactoring-with-iterators-prime-factors/
# redirect 301 /blogs/dahlbyk/archive/2009/10/17/is-functional-abstraction-too-clever.aspx http://lostechies.com/keithdahlby/2009/10/17/is-functional-abstraction-too-clever/
# redirect 301 /blogs/dahlbyk/archive/2010/01/08/script-to-enable-http-compression-gzip-deflate-in-iis-6.aspx http://lostechies.com/keithdahlby/2010/01/08/script-to-enable-http-compression-gzip-deflate-in-iis-6/
# redirect 301 /blogs/dahlbyk/archive/2010/01/12/http-error-codes-in-watin-1-3.aspx http://lostechies.com/keithdahlby/2010/01/12/http-error-codes-in-watin-1-3/
# redirect 301 /blogs/dahlbyk/archive/2010/01/23/selecting-static-results-with-dynamic-linq.aspx http://lostechies.com/keithdahlby/2010/01/23/selecting-static-results-with-dynamic-linq/
# redirect 301 /blogs/dahlbyk/archive/2010/01/23/quick-tip-parse-string-to-nullable-value.aspx http://lostechies.com/keithdahlby/2010/01/23/quick-tip-parse-string-to-nullable-value/
# redirect 301 /blogs/dahlbyk/archive/2010/01/25/extension-methods-on-types-you-own.aspx http://lostechies.com/keithdahlby/2010/01/25/extension-methods-on-types-you-own/
# redirect 301 /blogs/dahlbyk/archive/2010/01/27/spweb-associatedgroups-contains-lies.aspx http://lostechies.com/keithdahlby/2010/01/27/spweb-associatedgroups-contains-lies/
# redirect 301 /blogs/dahlbyk/archive/2010/03/15/posh-git-a-powershell-environment-for-git.aspx http://lostechies.com/keithdahlby/2010/03/15/posh-git-a-powershell-environment-for-git/
# redirect 301 /blogs/dahlbyk/archive/2010/03/27/posh-git-release-v0-1.aspx http://lostechies.com/keithdahlby/2010/03/27/posh-git-release-v0-1/
# redirect 301 /blogs/dahlbyk/archive/2010/04/03/lazy-powershell-coalesce-args.aspx http://lostechies.com/keithdahlby/2010/04/03/lazy-powershell-coalesce-args/
# redirect 301 /blogs/dahlbyk/archive/2010/05/17/review-pragmatic-unit-testing-in-c-with-nunit-2nd-edition.aspx http://lostechies.com/keithdahlby/2010/05/18/review-pragmatic-unit-testing-in-c-with-nunit-2nd-edition/
# redirect 301 /blogs/dahlbyk/archive/2010/05/20/unit-testing-serializable.aspx http://lostechies.com/keithdahlby/2010/05/20/unit-testing-serializable/
# redirect 301 /blogs/dahlbyk/archive/2010/07/09/quot-refactoring-quot-notes.aspx http://lostechies.com/keithdahlby/2010/07/09/quot-refactoring-quot-notes/
# redirect 301 /blogs/dahlbyk/archive/2010/07/21/st-louis-day-of-net-august-20-21-2010.aspx http://lostechies.com/keithdahlby/2010/07/22/st-louis-day-of-net-august-20-21-2010/
# redirect 301 /blogs/dahlbyk/archive/2010/08/28/posh-git-release-v0-2.aspx http://lostechies.com/keithdahlby/2010/08/28/posh-git-release-v0-2/
# redirect 301 /blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/
# redirect 301 /blogs/dahlbyk/archive/2010/10/05/git-achievements-in-powershell.aspx http://lostechies.com/keithdahlby/2010/10/05/git-achievements-in-powershell/
# redirect 301 /blogs/dahlbyk/archive/2010/11/29/git_2D00_svn_2D00_aliases_2D00_git_2D00_up_2D00_and_2D00_git_2D00_dci.aspx http://lostechies.com/keithdahlby/2010/11/29/git-svn-aliases-git-up-and-git-dci/
# redirect 301 /blogs/dahlbyk/archive/2010/12/05/code-review-with-git-patches-and-outlook-via-powershell.aspx http://lostechies.com/keithdahlby/2010/12/06/code-review-with-git-patches-and-outlook-via-powershell/
# redirect 301 /blogs/dahlbyk/archive/2010/12/06/renderaction-with-asp-net-mvc-3-sessionless-controllers.aspx http://lostechies.com/keithdahlby/2010/12/06/renderaction-with-asp-net-mvc-3-sessionless-controllers/
# redirect 301 /blogs/dahlbyk/archive/2011/02/03/red-gate-should-have-said.aspx http://lostechies.com/keithdahlby/2011/02/04/red-gate-should-have-said/
# redirect 301 /blogs/dahlbyk/archive/2011/02/06/fsharp-plus-razor-view-engine-equals-fsrazor.aspx http://lostechies.com/keithdahlby/2011/02/07/fsharp-plus-razor-view-engine-equals-fsrazor/
# redirect 301 /blogs/louissalin/archive/2009/02/14/coding-and-cooking.aspx http://lostechies.com/louissalin/2009/02/14/coding-and-cooking/
# redirect 301 /blogs/louissalin/archive/2009/02/19/the-valley-of-continuous-learning.aspx http://lostechies.com/louissalin/2009/02/19/the-valley-of-continuous-learning/
# redirect 301 /blogs/louissalin/archive/2009/02/19/stubs-and-application-scaffolding.aspx http://lostechies.com/louissalin/2009/02/19/stubs-and-application-scaffolding/
# redirect 301 /blogs/louissalin/archive/2009/03/09/net-libraries-in-silverlight.aspx http://lostechies.com/louissalin/2009/03/09/net-libraries-in-silverlight/
# redirect 301 /blogs/louissalin/archive/2009/03/30/using-svn-s-latest-revision-in-your-teamcity-build.aspx http://lostechies.com/louissalin/2009/03/30/using-svn-s-latest-revision-in-your-teamcity-build/
# redirect 301 /blogs/louissalin/archive/2009/04/15/poll-don-t-wait-for-your-silverlight-applications.aspx http://lostechies.com/louissalin/2009/04/15/poll-don-t-wait-for-your-silverlight-applications/
# redirect 301 /blogs/louissalin/archive/2009/05/18/so-what-s-up-doc.aspx http://lostechies.com/louissalin/2009/05/19/so-what-s-up-doc/
# redirect 301 /blogs/louissalin/archive/2009/05/19/yield-i-thought-i-knew-you.aspx http://lostechies.com/louissalin/2009/05/19/yield-i-thought-i-knew-you/
# redirect 301 /blogs/louissalin/archive/2009/05/25/learning-how-to-walk-with-mono.aspx http://lostechies.com/louissalin/2009/05/26/learning-how-to-walk-with-mono/
# redirect 301 /blogs/louissalin/archive/2009/09/22/do-you-plan-your-work.aspx http://lostechies.com/louissalin/2009/09/22/do-you-plan-your-work/
# redirect 301 /blogs/louissalin/archive/2009/09/25/querying-rally-with-ruby.aspx http://lostechies.com/louissalin/2009/09/25/querying-rally-with-ruby/
# redirect 301 /blogs/louissalin/archive/2009/09/29/gtk-for-net-developers.aspx http://lostechies.com/louissalin/2009/09/30/gtk-for-net-developers/
# redirect 301 /blogs/louissalin/archive/2009/10/10/mono-open-source-and-azure.aspx http://lostechies.com/louissalin/2009/10/10/mono-open-source-and-azure/
# redirect 301 /blogs/louissalin/archive/2009/10/15/gtk-for-windows-developers-part-ii.aspx http://lostechies.com/louissalin/2009/10/16/gtk-for-windows-developers-part-ii/
# redirect 301 /blogs/louissalin/archive/2009/11/15/the-passionate-programmer-review.aspx http://lostechies.com/louissalin/2009/11/15/the-passionate-programmer-review/
# redirect 301 /blogs/louissalin/archive/2009/11/25/fun-with-mono-cecil.aspx http://lostechies.com/louissalin/2009/11/25/fun-with-mono-cecil/
# redirect 301 /blogs/louissalin/archive/2010/03/07/i-don-t-just-code.aspx http://lostechies.com/louissalin/2010/03/07/i-don-t-just-code/
# redirect 301 /blogs/louissalin/archive/2010/03/24/vim-viemu-cheat-sheets.aspx http://lostechies.com/louissalin/2010/03/24/vim-viemu-cheat-sheets/
# redirect 301 /blogs/louissalin/archive/2010/04/13/poll-don-t-wait-for-you-silverlight-applications-part-ii.aspx http://lostechies.com/louissalin/2010/04/13/poll-don-t-wait-for-you-silverlight-applications-part-ii/
# redirect 301 /blogs/louissalin/archive/2010/04/23/using-vim-search-replace-commands.aspx http://lostechies.com/louissalin/2010/04/23/using-vim-search-replace-commands/
# redirect 301 /blogs/louissalin/archive/2010/05/22/code-kata-setup.aspx http://lostechies.com/louissalin/2010/05/22/code-kata-setup/
# redirect 301 /blogs/louissalin/archive/2010/05/29/code-kata-setup-part-ii.aspx http://lostechies.com/louissalin/2010/05/30/code-kata-setup-part-ii/
# redirect 301 /blogs/louissalin/archive/2010/05/30/backups.aspx http://lostechies.com/louissalin/2010/05/30/backups/
# redirect 301 /blogs/louissalin/archive/2010/07/01/the-software-craftsmanship-club.aspx http://lostechies.com/louissalin/2010/07/01/the-software-craftsmanship-club/
# redirect 301 /blogs/louissalin/archive/2010/08/08/back-to-basics.aspx http://lostechies.com/louissalin/2010/08/09/back-to-basics/
# redirect 301 /blogs/louissalin/archive/2010/08/22/silverlight-ui-testing-with-selenium-and-ruby.aspx http://lostechies.com/louissalin/2010/08/22/silverlight-ui-testing-with-selenium-and-ruby/
# redirect 301 /blogs/louissalin/archive/2010/10/10/create.aspx http://lostechies.com/louissalin/2010/10/10/create/
# redirect 301 /blogs/louissalin/archive/2010/10/10/a-milestone.aspx http://lostechies.com/louissalin/2010/10/11/a-milestone/
# redirect 301 /blogs/louissalin/archive/2010/10/16/time-to-take-a-break.aspx http://lostechies.com/louissalin/2010/10/17/time-to-take-a-break/
# redirect 301 /blogs/louissalin/archive/2010/11/10/words.aspx http://lostechies.com/louissalin/2010/11/10/words/
# redirect 301 /blogs/louissalin/archive/2010/12/02/static-type-langagues.aspx http://lostechies.com/louissalin/2010/12/03/static-type-langagues/
# redirect 301 /blogs/louissalin/archive/2011/02/04/object-oriented-abstractions.aspx http://lostechies.com/louissalin/2011/02/04/object-oriented-abstractions/
# redirect 301 /blogs/louissalin/archive/2011/02/28/the-cost-of-delay.aspx http://lostechies.com/louissalin/2011/02/28/the-cost-of-delay/
# redirect 301 /blogs/louissalin/archive/2011/03/06/auto-updating-a-desktop-app.aspx http://lostechies.com/louissalin/2011/03/06/auto-updating-a-desktop-app/
# redirect 301 /blogs/louissalin/archive/2011/03/09/the-case-for-a-makefile.aspx http://lostechies.com/louissalin/2011/03/09/the-case-for-a-makefile/
# redirect 301 /blogs/louissalin/archive/2011/03/09/manos-de-mono.aspx http://lostechies.com/louissalin/2011/03/10/manos-de-mono/
# redirect 301 /blogs/louissalin/archive/2011/03/19/monospace-2011.aspx http://lostechies.com/louissalin/2011/03/19/monospace-2011/
# redirect 301 /blogs/marcus_bratton/archive/2007/08/02/what-does-that-function-do-really.aspx http://lostechies.com/marcusbratton/2007/08/03/what-does-that-function-do-really/
# redirect 301 /blogs/marcus_bratton/archive/2007/10/25/aspect-oriented-approaches-to-software-development.aspx http://lostechies.com/marcusbratton/2007/10/25/aspect-oriented-approaches-to-software-development/
# redirect 301 /blogs/marcus_bratton/archive/2007/10/28/procedural-lolcoding.aspx http://lostechies.com/marcusbratton/2007/10/28/procedural-lolcoding/
# redirect 301 /blogs/marcus_bratton/archive/2008/10/02/those-pesky-indexers.aspx http://lostechies.com/marcusbratton/2008/10/02/those-pesky-indexers/
# redirect 301 /blogs/marcus_bratton/archive/2008/10/28/going-down-the-ioc-rabbit-hole.aspx http://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/
# redirect 301 /blogs/marcus_bratton/archive/2009/02/26/hallmarks-of-good-system-design.aspx http://lostechies.com/marcusbratton/2009/02/26/hallmarks-of-good-system-design/
# redirect 301 /blogs/marcus_bratton/archive/2009/04/18/it-s-a-toolbox-not-a-toybox.aspx http://lostechies.com/marcusbratton/2009/04/18/it-s-a-toolbox-not-a-toybox/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/06/introducing-siege.aspx http://lostechies.com/marcusbratton/2009/12/07/introducing-siege/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/06/the-siege-project-siege-servicelocation.aspx http://lostechies.com/marcusbratton/2009/12/07/the-siege-project-siege-servicelocation/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/09/the-siege-project-siege-servicelocation-part-2-contextual-registration-and-resolution.aspx http://lostechies.com/marcusbratton/2009/12/09/the-siege-project-siege-servicelocation-part-2-contextual-registration-and-resolution/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/10/the-siege-project-siege-servicelocation-part-3-extending-the-container-with-custom-use-cases.aspx http://lostechies.com/marcusbratton/2009/12/11/the-siege-project-siege-servicelocation-part-3-extending-the-container-with-custom-use-cases/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/18/the-siege-project-siege-servicelocation-part-4-integrating-siege-servicelocation-with-asp-net-mvc.aspx http://lostechies.com/marcusbratton/2009/12/18/the-siege-project-siege-servicelocation-part-4-integrating-siege-servicelocation-with-asp-net-mvc/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/18/the-siege-project-siege-servicelocation-part-5-a-guide-to-getting-started-with-siege-servicelocation.aspx http://lostechies.com/marcusbratton/2009/12/18/the-siege-project-siege-servicelocation-part-5-a-guide-to-getting-started-with-siege-servicelocation/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/23/added-support-for-unity-autofac-to-siege-servicelocation.aspx http://lostechies.com/marcusbratton/2009/12/23/added-support-for-unity-autofac-to-siege-servicelocation/
# redirect 301 /blogs/marcus_bratton/archive/2009/12/27/introducing-siege-servicelocation-extensions-factorymethod-support-dependency-resolution-based-on-type-injected-into-added.aspx http://lostechies.com/marcusbratton/2009/12/27/introducing-siege-servicelocation-extensions-factorymethod-support-dependency-resolution-based-on-type-injected-into-added/
# redirect 301 /blogs/marcus_bratton/archive/2010/01/10/a-philosophical-discussion-about-inversion-of-control-frameworks.aspx http://lostechies.com/marcusbratton/2010/01/10/a-philosophical-discussion-about-inversion-of-control-frameworks/
# redirect 301 /blogs/marcus_bratton/archive/2010/01/19/hallmarks-of-good-framework-design.aspx http://lostechies.com/marcusbratton/2010/01/19/hallmarks-of-good-framework-design/
# redirect 301 /blogs/marcus_bratton/archive/2010/08/08/boiling-the-ocean-siege-update.aspx http://lostechies.com/marcusbratton/2010/08/09/boiling-the-ocean-siege-update/
# redirect 301 /blogs/marcus_bratton/archive/2010/08/13/getting-started-with-monotouch.aspx http://lostechies.com/marcusbratton/2010/08/13/getting-started-with-monotouch/
# redirect 301 /blogs/marcus_bratton/archive/2010/09/17/dependency-injection-into-controller-actions-in-asp-net-mvc.aspx http://lostechies.com/marcusbratton/2010/09/17/dependency-injection-into-controller-actions-in-asp-net-mvc/
# redirect 301 /blogs/marcus_bratton/archive/2010/09/17/contextual-awareness-making-your-container-behave-intelligently.aspx http://lostechies.com/marcusbratton/2010/09/17/contextual-awareness-making-your-container-behave-intelligently/
# redirect 301 /blogs/mokhan/archive/2008/07/12/tag-mo-s-it.aspx http://lostechies.com/mokhan/2008/07/12/tag-mo-s-it/
# redirect 301 /blogs/mokhan/archive/2008/07/14/trust-amp-transparency.aspx http://lostechies.com/mokhan/2008/07/14/trust-amp-transparency/
# redirect 301 /blogs/mokhan/archive/2008/08/01/recursive-command.aspx http://lostechies.com/mokhan/2008/08/01/recursive-command/
# redirect 301 /blogs/mokhan/archive/2008/08/01/windows-forms-data-binding.aspx http://lostechies.com/mokhan/2008/08/02/windows-forms-data-binding/
# redirect 301 /blogs/mokhan/archive/2008/08/04/ooops.aspx http://lostechies.com/mokhan/2008/08/04/ooops/
# redirect 301 /blogs/mokhan/archive/2008/08/04/disconnected-channels-of-communication.aspx http://lostechies.com/mokhan/2008/08/05/disconnected-channels-of-communication/
# redirect 301 /blogs/mokhan/archive/2008/08/09/disciplined-agility.aspx http://lostechies.com/mokhan/2008/08/09/disciplined-agility/
# redirect 301 /blogs/mokhan/archive/2008/08/14/parsing-the-payload.aspx http://lostechies.com/mokhan/2008/08/15/parsing-the-payload/
# redirect 301 /blogs/mokhan/archive/2008/08/15/droppin-pennies-on-context-specs.aspx http://lostechies.com/mokhan/2008/08/15/droppin-pennies-on-context-specs/
# redirect 301 /blogs/mokhan/archive/2008/08/15/the-fun-duh-mentals.aspx http://lostechies.com/mokhan/2008/08/16/the-fun-duh-mentals/
# redirect 301 /blogs/mokhan/archive/2008/09/03/glamma-s-and-friends.aspx http://lostechies.com/mokhan/2008/09/04/glamma-s-and-friends/
# redirect 301 /blogs/mokhan/archive/2008/10/24/jetbrains-seeder-program.aspx http://lostechies.com/mokhan/2008/10/24/jetbrains-seeder-program/
# redirect 301 /blogs/mokhan/archive/2008/10/28/collecting-errors.aspx http://lostechies.com/mokhan/2008/10/28/collecting-errors/
# redirect 301 /blogs/mokhan/archive/2008/11/03/intercepting-business-transactions.aspx http://lostechies.com/mokhan/2008/11/04/intercepting-business-transactions/
# redirect 301 /blogs/mokhan/archive/2008/11/04/mocking-queryables.aspx http://lostechies.com/mokhan/2008/11/04/mocking-queryables/
# redirect 301 /blogs/mokhan/archive/2008/11/04/opening-doors.aspx http://lostechies.com/mokhan/2008/11/04/opening-doors/
# redirect 301 /blogs/mokhan/archive/2008/11/09/lazy-loaded-interceptors.aspx http://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/
# redirect 301 /blogs/mokhan/archive/2008/11/09/container-configuration.aspx http://lostechies.com/mokhan/2008/11/10/container-configuration/
# redirect 301 /blogs/mokhan/archive/2008/11/09/who-do-you-wanna-jott-twitter.aspx http://lostechies.com/mokhan/2008/11/10/who-do-you-wanna-jott-twitter/
# redirect 301 /blogs/mokhan/archive/2008/12/03/look-ma-real-proxies.aspx http://lostechies.com/mokhan/2008/12/03/look-ma-real-proxies/
# redirect 301 /blogs/mokhan/archive/2008/12/10/shortening-the-feedback-loop.aspx http://lostechies.com/mokhan/2008/12/10/shortening-the-feedback-loop/
# redirect 301 /blogs/mokhan/archive/2009/02/12/object-thinking.aspx http://lostechies.com/mokhan/2009/02/12/object-thinking/
# redirect 301 /blogs/mokhan/archive/2009/03/02/introducing-nlp.aspx http://lostechies.com/mokhan/2009/03/02/introducing-nlp/
# redirect 301 /blogs/mokhan/archive/2009/03/11/data-driven-services-with-silverlight-2.aspx http://lostechies.com/mokhan/2009/03/11/data-driven-services-with-silverlight-2/
# redirect 301 /blogs/mokhan/archive/2009/03/11/bdd-on-steroids.aspx http://lostechies.com/mokhan/2009/03/11/bdd-on-steroids/
# redirect 301 /blogs/mokhan/archive/2009/03/12/bdd-on-creatine.aspx http://lostechies.com/mokhan/2009/03/12/bdd-on-creatine/
# redirect 301 /blogs/mokhan/archive/2009/03/13/deploying-net-applications-learning-msbuild-and-clickonce.aspx http://lostechies.com/mokhan/2009/03/13/deploying-net-applications-learning-msbuild-and-clickonce/
# redirect 301 /blogs/mokhan/archive/2009/04/03/i-heart-resharper.aspx http://lostechies.com/mokhan/2009/04/03/i-heart-resharper/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/21/simple-nhibernate-example-utilizing-various-xdd-techniques-part-1.aspx http://lostechies.com/nelsonmontalvo/2007/03/21/simple-nhibernate-example-utilizing-various-xdd-techniques-part-1/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/22/simple-nhibernate-example-part-2-the-issue-of-identity.aspx http://lostechies.com/nelsonmontalvo/2007/03/22/simple-nhibernate-example-part-2-the-issue-of-identity/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/29/httpcontext-vs-callcontext-state-management.aspx http://lostechies.com/nelsonmontalvo/2007/03/29/httpcontext-vs-callcontext-state-management/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/setting-up-apache-with-ssl-on-windows-for-subversion.aspx http://lostechies.com/nelsonmontalvo/2007/03/30/setting-up-apache-with-ssl-on-windows-for-subversion/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/ankhsvn-visual-studio-2005-addin-for-connecting-to-subversion.aspx http://lostechies.com/nelsonmontalvo/2007/03/30/ankhsvn-visual-studio-2005-addin-for-connecting-to-subversion/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/using-nhibernate-1-2-with-monorail.aspx http://lostechies.com/nelsonmontalvo/2007/03/30/using-nhibernate-1-2-with-monorail/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/simple-nhibernate-example-part-3-initial-repository-implementation.aspx http://lostechies.com/nelsonmontalvo/2007/03/30/simple-nhibernate-example-part-3-initial-repository-implementation/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/simple-nhibernate-example-part-4-session-management.aspx http://lostechies.com/nelsonmontalvo/2007/03/30/simple-nhibernate-example-part-4-session-management/
# redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/bill-mccafferty-s-nhibernate-best-practices.aspx http://lostechies.com/nelsonmontalvo/2007/03/30/bill-mccafferty-s-nhibernate-best-practices/
# redirect 301 /blogs/nelson_montalvo/archive/2007/04/03/simple-nhibernate-example-part-5-repository-testing.aspx http://lostechies.com/nelsonmontalvo/2007/04/04/simple-nhibernate-example-part-5-repository-testing/
# redirect 301 /blogs/nelson_montalvo/archive/2007/04/04/stories-in-targetprocess.aspx http://lostechies.com/nelsonmontalvo/2007/04/05/stories-in-targetprocess/
# redirect 301 /blogs/nelson_montalvo/archive/2007/04/16/castle-s-activerecord-not-for-the-domain-purist-in-you.aspx http://lostechies.com/nelsonmontalvo/2007/04/17/castle-s-activerecord-not-for-the-domain-purist-in-you/
# redirect 301 /blogs/nelson_montalvo/archive/2007/09/26/the-quot-domain-model-quot.aspx http://lostechies.com/nelsonmontalvo/2007/09/27/the-quot-domain-model-quot/
# redirect 301 /blogs/nelson_montalvo/archive/2007/10/07/please-contribute-to-team-hanselman-s-diabetes-walk-2007.aspx http://lostechies.com/nelsonmontalvo/2007/10/07/please-contribute-to-team-hanselman-s-diabetes-walk-2007/
# redirect 301 /blogs/nelson_montalvo/archive/2007/10/11/interesting-silverlight-demo-site.aspx http://lostechies.com/nelsonmontalvo/2007/10/11/interesting-silverlight-demo-site/
# redirect 301 /blogs/nelson_montalvo/archive/2007/10/28/resharper-keymappings.aspx http://lostechies.com/nelsonmontalvo/2007/10/28/resharper-keymappings/
# redirect 301 /blogs/nelson_montalvo/archive/2008/04/13/nhibernate-query-example-using-createcriteria.aspx http://lostechies.com/nelsonmontalvo/2008/04/13/nhibernate-query-example-using-createcriteria/
# redirect 301 /blogs/rhouston/archive/2008/02/17/lostechies.aspx http://lostechies.com/rayhouston/2008/02/18/lostechies/
# redirect 301 /blogs/rhouston/archive/2008/02/23/a-project-walk-through-defining-user-stories.aspx http://lostechies.com/rayhouston/2008/02/23/a-project-walk-through-defining-user-stories/
# redirect 301 /blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/
# redirect 301 /blogs/rhouston/archive/2008/02/27/good-code-is-not-just-about-writing-lines-of-code.aspx http://lostechies.com/rayhouston/2008/02/28/good-code-is-not-just-about-writing-lines-of-code/
# redirect 301 /blogs/rhouston/archive/2008/02/28/a-simple-delegate-example.aspx http://lostechies.com/rayhouston/2008/02/29/a-simple-delegate-example/
# redirect 301 /blogs/rhouston/archive/2008/03/14/ptom-the-interface-segregation-principle.aspx http://lostechies.com/rayhouston/2008/03/15/ptom-the-interface-segregation-principle/
# redirect 301 /blogs/rhouston/archive/2008/03/23/mapping-strings-to-booleans-using-nhibernate-s-iusertype.aspx http://lostechies.com/rayhouston/2008/03/23/mapping-strings-to-booleans-using-nhibernate-s-iusertype/
# redirect 301 /blogs/rhouston/archive/2008/03/23/mapping-timestamp-data-using-nhibernate-s-icompositeusertype.aspx http://lostechies.com/rayhouston/2008/03/24/mapping-timestamp-data-using-nhibernate-s-icompositeusertype/
# redirect 301 /blogs/rhouston/archive/2008/03/27/a-simple-closure-to-handle-try-catch-around-transactions.aspx http://lostechies.com/rayhouston/2008/03/28/a-simple-closure-to-handle-try-catch-around-transactions/
# redirect 301 /blogs/rhouston/archive/2008/03/27/creating-a-timestamp-interceptor-in-nhibernate.aspx http://lostechies.com/rayhouston/2008/03/28/creating-a-timestamp-interceptor-in-nhibernate/
# redirect 301 /blogs/rhouston/archive/2008/04/03/influence-change.aspx http://lostechies.com/rayhouston/2008/04/03/influence-change/
# redirect 301 /blogs/rhouston/archive/2008/04/21/thanks-alt-net-seattle.aspx http://lostechies.com/rayhouston/2008/04/21/thanks-alt-net-seattle/
# redirect 301 /blogs/rhouston/archive/2008/04/22/funding-open-source-with-donations.aspx http://lostechies.com/rayhouston/2008/04/23/funding-open-source-with-donations/
# redirect 301 /blogs/rhouston/archive/2008/05/03/connecting-activerecord-to-sql-server.aspx http://lostechies.com/rayhouston/2008/05/03/connecting-activerecord-to-sql-server/
# redirect 301 /blogs/rhouston/archive/2008/05/14/synchronizing-ui-operations-with-asynchronous-dependencies.aspx http://lostechies.com/rayhouston/2008/05/15/synchronizing-ui-operations-with-asynchronous-dependencies/
# redirect 301 /blogs/rhouston/archive/2008/05/21/do-anonymous-methods-prevent-declaring-types-from-being-gc-d.aspx http://lostechies.com/rayhouston/2008/05/22/do-anonymous-methods-prevent-declaring-types-from-being-gc-d/
# redirect 301 /blogs/rhouston/archive/2008/09/13/from-flex-to-silverlight.aspx http://lostechies.com/rayhouston/2008/09/13/from-flex-to-silverlight/
# redirect 301 /blogs/rhouston/archive/2008/09/14/creating-a-silverlight-layout-panel.aspx http://lostechies.com/rayhouston/2008/09/14/creating-a-silverlight-layout-panel/
# redirect 301 /blogs/rhouston/archive/2008/09/20/how-mr-buford-got-me-started-in-software-development.aspx http://lostechies.com/rayhouston/2008/09/21/how-mr-buford-got-me-started-in-software-development/
# redirect 301 /blogs/rhouston/archive/2008/09/23/learning-tdd.aspx http://lostechies.com/rayhouston/2008/09/24/learning-tdd/
# redirect 301 /blogs/rhouston/archive/2008/10/05/single-responsibility-versus-needless-complexity.aspx http://lostechies.com/rayhouston/2008/10/05/single-responsibility-versus-needless-complexity/
# redirect 301 /blogs/rhouston/archive/2008/10/25/senior-developer-opportunity-in-austin.aspx http://lostechies.com/rayhouston/2008/10/25/senior-developer-opportunity-in-austin/
# redirect 301 /blogs/rhouston/archive/2008/10/26/udi-s-soa-class-made-me-smart.aspx http://lostechies.com/rayhouston/2008/10/26/udi-s-soa-class-made-me-smart/
# redirect 301 /blogs/rhouston/archive/2008/11/05/pablo-s-topic-of-the-month-november-design-patterns.aspx http://lostechies.com/rayhouston/2008/11/05/pablo-s-topic-of-the-month-november-design-patterns/
# redirect 301 /blogs/rhouston/archive/2008/11/17/ptom-the-composite-design-pattern.aspx http://lostechies.com/rayhouston/2008/11/18/ptom-the-composite-design-pattern/
# redirect 301 /blogs/rhouston/archive/2009/01/10/pablo-welcomes-gabriel-schenker.aspx http://lostechies.com/rayhouston/2009/01/10/pablo-welcomes-gabriel-schenker/
# redirect 301 /blogs/rhouston/archive/2009/03/15/don-t-waste-the-time-we-have-now.aspx http://lostechies.com/rayhouston/2009/03/15/don-t-waste-the-time-we-have-now/
# redirect 301 /blogs/rhouston/archive/2009/04/10/simple-code-navigation-with-resharper.aspx http://lostechies.com/rayhouston/2009/04/11/simple-code-navigation-with-resharper/
# redirect 301 /blogs/rhouston/archive/2009/06/02/fluent-silverlight-auto-wiring-inotifypropertychanged.aspx http://lostechies.com/rayhouston/2009/06/03/fluent-silverlight-auto-wiring-inotifypropertychanged/
# redirect 301 /blogs/rhouston/archive/2010/06/23/net-software-developer-position-in-austin.aspx http://lostechies.com/rayhouston/2010/06/23/net-software-developer-position-in-austin/
# redirect 301 /blogs/rhouston/archive/2011/01/30/big-software-rewrites.aspx http://lostechies.com/rayhouston/2011/01/30/big-software-rewrites/
# redirect 301 /blogs/rhouston/archive/2011/02/04/thoughts_2D00_on_2D00_hiring_2D00_developers.aspx http://lostechies.com/rayhouston/2011/02/04/thoughts-on-hiring-developers/
# redirect 301 /blogs/rodpaddock/archive/2010/03/27/building-a-rails-server.aspx http://lostechies.com/rodpaddock/2010/03/27/building-a-rails-server/
# redirect 301 /blogs/rodpaddock/archive/2010/04/15/film-making-a-better-software-development-metaphor.aspx http://lostechies.com/rodpaddock/2010/04/15/film-making-a-better-software-development-metaphor/
# redirect 301 /blogs/rodpaddock/archive/2010/06/29/using-fluent-nhibernate-with-legacy-databases.aspx http://lostechies.com/rodpaddock/2010/06/29/using-fluent-nhibernate-with-legacy-databases/
# redirect 301 /blogs/rodpaddock/archive/2010/08/10/this-week-in-fail.aspx http://lostechies.com/rodpaddock/2010/08/10/this-week-in-fail/
# redirect 301 /blogs/rodpaddock/archive/2010/11/05/javascript-can-t-do-math-silverlightcalculator-a-new-silverlight-oss-project.aspx http://lostechies.com/rodpaddock/2010/11/05/javascript-can-t-do-math-silverlightcalculator-a-new-silverlight-oss-project/
# redirect 301 /blogs/rodpaddock/archive/2010/12/29/commented-code-technical-debt.aspx http://lostechies.com/rodpaddock/2010/12/29/commented-code-technical-debt/
# redirect 301 /blogs/rodpaddock/archive/2011/02/11/adiad.aspx http://lostechies.com/rodpaddock/2011/02/11/adiad/
# redirect 301 /blogs/rodpaddock/archive/2011/02/16/dear-net-community-you-blew-it.aspx http://lostechies.com/rodpaddock/2011/02/16/dear-net-community-you-blew-it/
# redirect 301 /blogs/rssvihla/archive/2009/05/21/glad-to-be-here.aspx http://lostechies.com/ryansvihla/2009/05/21/glad-to-be-here/
# redirect 301 /blogs/rssvihla/archive/2009/05/21/context-spec-style-testing-and-my-approach-to-bdd.aspx http://lostechies.com/ryansvihla/2009/05/22/context-spec-style-testing-and-my-approach-to-bdd/
# redirect 301 /blogs/rssvihla/archive/2009/05/28/ironpython-how-cool-it-is.aspx http://lostechies.com/ryansvihla/2009/05/28/ironpython-how-cool-it-is/
# redirect 301 /blogs/rssvihla/archive/2009/06/03/castle-activerecord-and-registering-classes-at-runtime.aspx http://lostechies.com/ryansvihla/2009/06/03/castle-activerecord-and-registering-classes-at-runtime/
# redirect 301 /blogs/rssvihla/archive/2009/06/07/engineering-or-customer-service-which-is-more-important.aspx http://lostechies.com/ryansvihla/2009/06/07/engineering-or-customer-service-which-is-more-important/
# redirect 301 /blogs/rssvihla/archive/2009/06/22/python-web-framework-series.aspx http://lostechies.com/ryansvihla/2009/06/22/python-web-framework-series/
# redirect 301 /blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx http://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/
# redirect 301 /blogs/rssvihla/archive/2009/06/24/python-web-framework-series-pylons-part-2-controllers-and-views.aspx http://lostechies.com/ryansvihla/2009/06/24/python-web-framework-series-pylons-part-2-controllers-and-views/
# redirect 301 /blogs/rssvihla/archive/2009/06/24/van-doing-2-part-series-on-castle-development-july-1st-and-8th-at-8pm.aspx http://lostechies.com/ryansvihla/2009/06/25/van-doing-2-part-series-on-castle-development-july-1st-and-8th-at-8pm/
# redirect 301 /blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx http://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/
# redirect 301 /blogs/rssvihla/archive/2009/06/28/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy.aspx http://lostechies.com/ryansvihla/2009/06/29/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy/
# redirect 301 /blogs/rssvihla/archive/2009/07/02/python-web-framework-series-pylons-part-5-testing-models.aspx http://lostechies.com/ryansvihla/2009/07/02/python-web-framework-series-pylons-part-5-testing-models/
# redirect 301 /blogs/rssvihla/archive/2009/07/03/python-web-framework-series-pylons-part-6-authentication-and-authorization-with-authkit.aspx http://lostechies.com/ryansvihla/2009/07/03/python-web-framework-series-pylons-part-6-authentication-and-authorization-with-authkit/
# redirect 301 /blogs/rssvihla/archive/2009/07/04/python-web-series-pylons-part-7-refactoring-deployment-and-wrap-up.aspx http://lostechies.com/ryansvihla/2009/07/04/python-web-series-pylons-part-7-refactoring-deployment-and-wrap-up/
# redirect 301 /blogs/rssvihla/archive/2009/07/07/van-castle-monorail-active-record-and-brail-talk-at-wednesday-8pm-cst-5-gmt-by-yours-truly.aspx http://lostechies.com/ryansvihla/2009/07/07/van-castle-monorail-active-record-and-brail-talk-at-wednesday-8pm-cst-5-gmt-by-yours-truly/
# redirect 301 /blogs/rssvihla/archive/2009/07/12/lessons-from-my-first-attempt-at-bringing-agile-into-a-non-agile-shop.aspx http://lostechies.com/ryansvihla/2009/07/12/lessons-from-my-first-attempt-at-bringing-agile-into-a-non-agile-shop/
# redirect 301 /blogs/rssvihla/archive/2009/07/16/discussion-mentoring-knowledge-transfer-and-different-styles-of-learning.aspx http://lostechies.com/ryansvihla/2009/07/17/discussion-mentoring-knowledge-transfer-and-different-styles-of-learning/
# redirect 301 /blogs/rssvihla/archive/2009/08/07/windsor-style-convention-over-configuration-in-structuremap.aspx http://lostechies.com/ryansvihla/2009/08/07/windsor-style-convention-over-configuration-in-structuremap/
# redirect 301 /blogs/rssvihla/archive/2009/08/08/introducing-specmaker-rspec-style-bdd-in-c.aspx http://lostechies.com/ryansvihla/2009/08/08/introducing-specmaker-rspec-style-bdd-in-c/
# redirect 301 /blogs/rssvihla/archive/2009/08/14/hero-mode-refactoring-aka-enemy-of-brown-field-development.aspx http://lostechies.com/ryansvihla/2009/08/14/hero-mode-refactoring-aka-enemy-of-brown-field-development/
# redirect 301 /blogs/rssvihla/archive/2009/08/30/focused-and-narrow-superficial-and-broad.aspx http://lostechies.com/ryansvihla/2009/08/30/focused-and-narrow-superficial-and-broad/
# redirect 301 /blogs/rssvihla/archive/2009/08/31/dynamic-loading-of-net-assemblies.aspx http://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/
# redirect 301 /blogs/rssvihla/archive/2009/09/01/simple-bdd-tdd.aspx http://lostechies.com/ryansvihla/2009/09/02/simple-bdd-tdd/
# redirect 301 /blogs/rssvihla/archive/2009/09/01/playing-with-haskell.aspx http://lostechies.com/ryansvihla/2009/09/02/playing-with-haskell/
# redirect 301 /blogs/rssvihla/archive/2009/09/13/alt-net-evangelism-and-what-we-could-do-better.aspx http://lostechies.com/ryansvihla/2009/09/14/alt-net-evangelism-and-what-we-could-do-better/
# redirect 301 /blogs/rssvihla/archive/2009/11/16/i-recant-my-ioc-ioc-containers-in-dynamic-languages-are-silly.aspx http://lostechies.com/ryansvihla/2009/11/16/i-recant-my-ioc-ioc-containers-in-dynamic-languages-are-silly/
# redirect 301 /blogs/rssvihla/archive/2009/11/19/take-2-why-we-use-solid-in-static-languages-and-how-we-get-the-same-functionality-for-cheap-in-dynamic-languages.aspx http://lostechies.com/ryansvihla/2009/11/19/take-2-why-we-use-solid-in-static-languages-and-how-we-get-the-same-functionality-for-cheap-in-dynamic-languages/
# redirect 301 /blogs/rssvihla/archive/2009/11/20/take-3-python-isp-ioc-and-ocp-need-a-fundamental-rethink.aspx http://lostechies.com/ryansvihla/2009/11/20/take-3-python-isp-ioc-and-ocp-need-a-fundamental-rethink/
# redirect 301 /blogs/rssvihla/archive/2010/01/08/adventures-in-meta-programming-in-python-im-class-import-getattribute.aspx http://lostechies.com/ryansvihla/2010/01/08/adventures-in-meta-programming-in-python-im-class-import-getattribute/
# redirect 301 /blogs/rssvihla/archive/2010/01/15/newbie-win32-development-using-python.aspx http://lostechies.com/ryansvihla/2010/01/16/newbie-win32-development-using-python/
# redirect 301 /blogs/rssvihla/archive/2010/04/04/domain-specific-languages-with-boo-ast-macros.aspx http://lostechies.com/ryansvihla/2010/04/05/domain-specific-languages-with-boo-ast-macros/
# redirect 301 /blogs/rssvihla/archive/2010/04/13/come-see-my-boo-talk-at-alamo-coders-on-the-14th.aspx http://lostechies.com/ryansvihla/2010/04/13/come-see-my-boo-talk-at-alamo-coders-on-the-14th/
# redirect 301 /blogs/rssvihla/archive/2010/04/14/hudson-ci-server-setting-up-remote-slaves-and-restrictive-security-together.aspx http://lostechies.com/ryansvihla/2010/04/14/hudson-ci-server-setting-up-remote-slaves-and-restrictive-security-together/
# redirect 301 /blogs/rssvihla/archive/2010/05/22/projects-in-java-with-maven-2.aspx http://lostechies.com/ryansvihla/2010/05/23/projects-in-java-with-maven-2/
# redirect 301 /blogs/rssvihla/archive/2010/06/06/dynamic-dns-with-amazon-ec2-linux-and-everydns.aspx http://lostechies.com/ryansvihla/2010/06/06/dynamic-dns-with-amazon-ec2-linux-and-everydns/
# redirect 301 /blogs/rssvihla/archive/2010/06/26/hibernate-connection-pooling-why-is-the-default-one-for-production.aspx http://lostechies.com/ryansvihla/2010/06/26/hibernate-connection-pooling-why-is-the-default-one-for-production/
# redirect 301 /blogs/rssvihla/archive/2010/06/29/java-dependency-management-with-apache-ivy.aspx http://lostechies.com/ryansvihla/2010/06/29/java-dependency-management-with-apache-ivy/
# redirect 301 /blogs/rssvihla/archive/2010/07/01/mysql-5-performance-tuning-toolkit.aspx http://lostechies.com/ryansvihla/2010/07/02/mysql-5-performance-tuning-toolkit/
# redirect 301 /blogs/rssvihla/archive/2010/07/12/project-management-in-java-a-confused-net-developer-s-perspective.aspx http://lostechies.com/ryansvihla/2010/07/12/project-management-in-java-a-confused-net-developer-s-perspective/
# redirect 301 /blogs/rssvihla/archive/2010/07/15/anti-pattern-too-much-of-your-application-is-about-interacting-with-external-resources.aspx http://lostechies.com/ryansvihla/2010/07/16/anti-pattern-too-much-of-your-application-is-about-interacting-with-external-resources/
# redirect 301 /blogs/rssvihla/archive/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months.aspx http://lostechies.com/ryansvihla/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months/
# redirect 301 /blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx http://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/
# redirect 301 /blogs/scottdensmore/archive/2009/01/19/hangin-with-the-cool-kids.aspx http://lostechies.com/scottdensmore/2009/01/20/hangin-with-the-cool-kids/
# redirect 301 /blogs/scottdensmore/archive/2009/02/15/my-first-journey-into-bdd.aspx http://lostechies.com/scottdensmore/2009/02/15/my-first-journey-into-bdd/
# redirect 301 /blogs/scottdensmore/archive/2009/06/02/don-t-cross-the-streams.aspx http://lostechies.com/scottdensmore/2009/06/03/don-t-cross-the-streams/
# redirect 301 /blogs/scottdensmore/archive/2009/06/20/this-code-for-rent.aspx http://lostechies.com/scottdensmore/2009/06/20/this-code-for-rent/
# redirect 301 /blogs/scottdensmore/archive/2009/07/27/unity-lifetime-managers-for-wcf.aspx http://lostechies.com/scottdensmore/2009/07/27/unity-lifetime-managers-for-wcf/
# redirect 301 /blogs/scottdensmore/archive/2009/08/13/singletons-are-evil-part-2.aspx http://lostechies.com/scottdensmore/2009/08/14/singletons-are-evil-part-2/
# redirect 301 /blogs/scottdensmore/archive/2009/09/24/orlando-net-user-group-talk-12-practices-to-be-a-better-developer.aspx http://lostechies.com/scottdensmore/2009/09/24/orlando-net-user-group-talk-12-practices-to-be-a-better-developer/
# redirect 301 /blogs/scottdensmore/archive/2009/10/20/monotouch-comparison-with-apple-tools.aspx http://lostechies.com/scottdensmore/2009/10/20/monotouch-comparison-with-apple-tools/
# redirect 301 /blogs/scottdensmore/archive/2010/06/07/there-can-be-only-one-roleentrypoint.aspx http://lostechies.com/scottdensmore/2010/06/07/there-can-be-only-one-roleentrypoint/
# redirect 301 /blogs/scottdensmore/archive/2010/07/24/debugging-unit-tests-for-the-iphone-ipad.aspx http://lostechies.com/scottdensmore/2010/07/24/debugging-unit-tests-for-the-iphone-ipad/
# redirect 301 /blogs/stgillen/archive/2010/04/15/why-selenium-and-rspec.aspx http://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/
# redirect 301 /blogs/stgillen/archive/2010/04/17/selenium-rspec-dsl-available-on-rubygems-org-and-github.aspx http://lostechies.com/scottgillenwater/2010/04/17/selenium-rspec-dsl-available-on-rubygems-org-and-github/
# redirect 301 /blogs/scottcreynolds/archive/2008/09/04/viva-lostechies.aspx http://lostechies.com/scottreynolds/2008/09/04/viva-lostechies/
# redirect 301 /blogs/scottcreynolds/archive/2008/09/04/ocala-central-florida-geek-pub-night-9-17.aspx http://lostechies.com/scottreynolds/2008/09/04/ocala-central-florida-geek-pub-night-9-17/
# redirect 301 /blogs/scottcreynolds/archive/2008/09/11/why-apple-isn-t-ready-for-the-corporate-game.aspx http://lostechies.com/scottreynolds/2008/09/11/why-apple-isn-t-ready-for-the-corporate-game/
# redirect 301 /blogs/scottcreynolds/archive/2008/12/14/on-your-health-and-your-career.aspx http://lostechies.com/scottreynolds/2008/12/14/on-your-health-and-your-career/
# redirect 301 /blogs/scottcreynolds/archive/2009/01/06/lean-amp-kanban-software-conference.aspx http://lostechies.com/scottreynolds/2009/01/06/lean-amp-kanban-software-conference/
# redirect 301 /blogs/scottcreynolds/archive/2009/01/07/creating-a-culture-of-responsibility.aspx http://lostechies.com/scottreynolds/2009/01/07/creating-a-culture-of-responsibility/
# redirect 301 /blogs/scottcreynolds/archive/2009/01/10/tdd-firestarter-saturday-1-17-09-tampa-fl.aspx http://lostechies.com/scottreynolds/2009/01/11/tdd-firestarter-saturday-1-17-09-tampa-fl/
# redirect 301 /blogs/scottcreynolds/archive/2009/01/18/tdd-firestarter-wrapup.aspx http://lostechies.com/scottreynolds/2009/01/19/tdd-firestarter-wrapup/
# redirect 301 /blogs/scottcreynolds/archive/2009/01/19/pablo-welcomes-scott-densmore.aspx http://lostechies.com/scottreynolds/2009/01/19/pablo-welcomes-scott-densmore/
# redirect 301 /blogs/scottcreynolds/archive/2009/01/23/on-teaching-learning-and-being-honest-with-ourselves.aspx http://lostechies.com/scottreynolds/2009/01/23/on-teaching-learning-and-being-honest-with-ourselves/
# redirect 301 /blogs/scottcreynolds/archive/2009/02/05/beginning-objective-c-for-the-c-guy.aspx http://lostechies.com/scottreynolds/2009/02/05/beginning-objective-c-for-the-c-guy/
# redirect 301 /blogs/scottcreynolds/archive/2009/03/31/vmware-fusion-shared-folders-and-visual-studio-development.aspx http://lostechies.com/scottreynolds/2009/03/31/vmware-fusion-shared-folders-and-visual-studio-development/
# redirect 301 /blogs/scottcreynolds/archive/2009/04/24/pro-tip-don-t-co-opt-net-conventions-for-your-own-purposes.aspx http://lostechies.com/scottreynolds/2009/04/24/pro-tip-don-t-co-opt-net-conventions-for-your-own-purposes/
# redirect 301 /blogs/scottcreynolds/archive/2009/05/05/getting-up-and-running-on-git-svn-5-minute-quickstart.aspx http://lostechies.com/scottreynolds/2009/05/06/getting-up-and-running-on-git-svn-5-minute-quickstart/
# redirect 301 /blogs/scottcreynolds/archive/2009/06/14/a-couple-of-quick-ubuntu-tips.aspx http://lostechies.com/scottreynolds/2009/06/14/a-couple-of-quick-ubuntu-tips/
# redirect 301 /blogs/scottcreynolds/archive/2009/06/24/how-i-set-up-my-mac.aspx http://lostechies.com/scottreynolds/2009/06/24/how-i-set-up-my-mac/
# redirect 301 /blogs/scottcreynolds/archive/2009/08/11/some-new-blogs-to-check-out.aspx http://lostechies.com/scottreynolds/2009/08/11/some-new-blogs-to-check-out/
# redirect 301 /blogs/scottcreynolds/archive/2009/08/12/mac-os-x-tip-install-two-versions-of-the-same-app-or-run-two-instances.aspx http://lostechies.com/scottreynolds/2009/08/12/mac-os-x-tip-install-two-versions-of-the-same-app-or-run-two-instances/
# redirect 301 /blogs/scottcreynolds/archive/2009/09/17/would-you-like-to-know-how-i-do-things.aspx http://lostechies.com/scottreynolds/2009/09/17/would-you-like-to-know-how-i-do-things/
# redirect 301 /blogs/scottcreynolds/archive/2009/09/29/smart-and-gets-things-done-right.aspx http://lostechies.com/scottreynolds/2009/09/30/smart-and-gets-things-done-right/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/01/well-constructed-over-architected.aspx http://lostechies.com/scottreynolds/2009/10/01/well-constructed-over-architected/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/02/quit-living-in-the-past-practices-evolve.aspx http://lostechies.com/scottreynolds/2009/10/02/quit-living-in-the-past-practices-evolve/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/04/how-we-do-things-preamble-and-contents.aspx http://lostechies.com/scottreynolds/2009/10/05/how-we-do-things-preamble-and-contents/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/05/how-we-do-things-who-we-are-where-we-were-where-we-stand.aspx http://lostechies.com/scottreynolds/2009/10/05/how-we-do-things-who-we-are-where-we-were-where-we-stand/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/05/how-we-do-things-evolving-our-planning-practice.aspx http://lostechies.com/scottreynolds/2009/10/05/how-we-do-things-evolving-our-planning-practice/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/05/attribution-and-analogy.aspx http://lostechies.com/scottreynolds/2009/10/05/attribution-and-analogy/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/06/how-we-do-things-planning-part-2.aspx http://lostechies.com/scottreynolds/2009/10/06/how-we-do-things-planning-part-2/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/07/how-we-do-things-tdd-bdd.aspx http://lostechies.com/scottreynolds/2009/10/07/how-we-do-things-tdd-bdd/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/11/how-we-do-things-testing-part-2.aspx http://lostechies.com/scottreynolds/2009/10/12/how-we-do-things-testing-part-2/
# redirect 301 /blogs/scottcreynolds/archive/2009/10/13/my-favorite-system-deploy-story.aspx http://lostechies.com/scottreynolds/2009/10/13/my-favorite-system-deploy-story/
# redirect 301 /blogs/scottcreynolds/archive/2009/11/05/hang-in-there-baby-birds-i-ll-feed-you.aspx http://lostechies.com/scottreynolds/2009/11/05/hang-in-there-baby-birds-i-ll-feed-you/
# redirect 301 /blogs/scottcreynolds/archive/2009/11/12/going-away-geek-beers.aspx http://lostechies.com/scottreynolds/2009/11/12/going-away-geek-beers/
# redirect 301 /blogs/scottcreynolds/archive/2009/11/12/how-we-do-things-evolving-our-specification-practice.aspx http://lostechies.com/scottreynolds/2009/11/12/how-we-do-things-evolving-our-specification-practice/
# redirect 301 /blogs/scottcreynolds/archive/2009/11/13/how-we-do-things-specification-using-the-right-tools.aspx http://lostechies.com/scottreynolds/2009/11/13/how-we-do-things-specification-using-the-right-tools/
# redirect 301 /blogs/scottcreynolds/archive/2009/11/17/how-we-do-things-the-team-room.aspx http://lostechies.com/scottreynolds/2009/11/17/how-we-do-things-the-team-room/
# redirect 301 /blogs/seanbiefeld/archive/2009/02/14/entity-validation-ideation.aspx http://lostechies.com/seanbiefeld/2009/02/15/entity-validation-ideation/
# redirect 301 /blogs/seanbiefeld/archive/2009/02/17/test-code-snippet.aspx http://lostechies.com/seanbiefeld/2009/02/17/test-code-snippet/
# redirect 301 /blogs/seanbiefeld/archive/2009/02/18/presenter-logic-domain-service-logic-repository-logic.aspx http://lostechies.com/seanbiefeld/2009/02/19/presenter-logic-domain-service-logic-repository-logic/
# redirect 301 /blogs/seanbiefeld/archive/2009/02/19/making-c-lambda-expressions-more-readable.aspx http://lostechies.com/seanbiefeld/2009/02/20/making-c-lambda-expressions-more-readable/
# redirect 301 /blogs/seanbiefeld/archive/2009/03/03/developing-at-the-speed-of-microsoft.aspx http://lostechies.com/seanbiefeld/2009/03/03/developing-at-the-speed-of-microsoft/
# redirect 301 /blogs/seanbiefeld/archive/2009/03/22/my-visual-studio-twilight-theme.aspx http://lostechies.com/seanbiefeld/2009/03/23/my-visual-studio-twilight-theme/
# redirect 301 /blogs/seanbiefeld/archive/2009/03/26/updated-monochrome-firefox-theme.aspx http://lostechies.com/seanbiefeld/2009/03/27/updated-monochrome-firefox-theme/
# redirect 301 /blogs/seanbiefeld/archive/2009/04/10/testing-compiled-classes-which-don-t-implement-an-interface.aspx http://lostechies.com/seanbiefeld/2009/04/11/testing-compiled-classes-which-don-t-implement-an-interface/
# redirect 301 /blogs/seanbiefeld/archive/2009/07/13/using-fluent-nhibernate-with-and-external-nhibernate-config-file.aspx http://lostechies.com/seanbiefeld/2009/07/13/using-fluent-nhibernate-with-and-external-nhibernate-config-file/
# redirect 301 /blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx http://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/
# redirect 301 /blogs/seanbiefeld/archive/2010/06/23/dynamic-view-page-mvc-without-a-view-model.aspx http://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/
# redirect 301 /blogs/seanbiefeld/archive/2010/06/23/serving-images-from-an-image-controller.aspx http://lostechies.com/seanbiefeld/2010/06/23/serving-images-from-an-image-controller/
# redirect 301 /blogs/sean_chambers/archive/2007/09/22/blogging-at-lostechies.aspx http://lostechies.com/seanchambers/2007/09/22/blogging-at-lostechies/
# redirect 301 /blogs/sean_chambers/archive/2007/09/22/microsoft-s-fancy-footwork.aspx http://lostechies.com/seanchambers/2007/09/22/microsoft-s-fancy-footwork/
# redirect 301 /blogs/sean_chambers/archive/2007/09/23/500gb-mybook-external-hdd-and-virtual-machine.aspx http://lostechies.com/seanchambers/2007/09/24/500gb-mybook-external-hdd-and-virtual-machine/
# redirect 301 /blogs/sean_chambers/archive/2007/09/24/nant-build-prompter.aspx http://lostechies.com/seanchambers/2007/09/24/nant-build-prompter/
# redirect 301 /blogs/sean_chambers/archive/2007/09/25/welcome-colin-ramsay.aspx http://lostechies.com/seanchambers/2007/09/25/welcome-colin-ramsay/
# redirect 301 /blogs/sean_chambers/archive/2007/09/25/another-reason-why-i-love-monorail.aspx http://lostechies.com/seanchambers/2007/09/26/another-reason-why-i-love-monorail/
# redirect 301 /blogs/sean_chambers/archive/2007/09/27/branching-a-trunk-permanently.aspx http://lostechies.com/seanchambers/2007/09/27/branching-a-trunk-permanently/
# redirect 301 /blogs/sean_chambers/archive/2007/09/29/organizing-namespaces-with-ddd.aspx http://lostechies.com/seanchambers/2007/09/29/organizing-namespaces-with-ddd/
# redirect 301 /blogs/sean_chambers/archive/2007/10/04/testing-monorail-filters.aspx http://lostechies.com/seanchambers/2007/10/04/testing-monorail-filters/
# redirect 301 /blogs/sean_chambers/archive/2007/10/06/designbycontract-with-fluent-interfaces.aspx http://lostechies.com/seanchambers/2007/10/07/designbycontract-with-fluent-interfaces/
# redirect 301 /blogs/sean_chambers/archive/2007/10/07/wednesday-is-the-day.aspx http://lostechies.com/seanchambers/2007/10/08/wednesday-is-the-day/
# redirect 301 /blogs/sean_chambers/archive/2007/10/09/staying-on-top-of-code-coverage.aspx http://lostechies.com/seanchambers/2007/10/09/staying-on-top-of-code-coverage/
# redirect 301 /blogs/sean_chambers/archive/2007/10/11/the-world-welcomes-aidan.aspx http://lostechies.com/seanchambers/2007/10/11/the-world-welcomes-aidan/
# redirect 301 /blogs/sean_chambers/archive/2007/10/14/avoiding-development-disasters-wtf.aspx http://lostechies.com/seanchambers/2007/10/14/avoiding-development-disasters-wtf/
# redirect 301 /blogs/sean_chambers/archive/2007/10/15/yet-another-microsoft-mvc-monorail-blog-post.aspx http://lostechies.com/seanchambers/2007/10/15/yet-another-microsoft-mvc-monorail-blog-post/
# redirect 301 /blogs/sean_chambers/archive/2007/10/21/boston-is-in-the-series.aspx http://lostechies.com/seanchambers/2007/10/22/boston-is-in-the-series/
# redirect 301 /blogs/sean_chambers/archive/2007/11/05/versioning-with-cruise-control-nant-and-subversion.aspx http://lostechies.com/seanchambers/2007/11/05/versioning-with-cruise-control-nant-and-subversion/
# redirect 301 /blogs/sean_chambers/archive/2007/11/06/testing-security-link-demands-with-r.aspx http://lostechies.com/seanchambers/2007/11/06/testing-security-link-demands-with-r/
# redirect 301 /blogs/sean_chambers/archive/2007/11/14/lostechies-welcomes-chris-patterson.aspx http://lostechies.com/seanchambers/2007/11/14/lostechies-welcomes-chris-patterson/
# redirect 301 /blogs/sean_chambers/archive/2007/11/14/it-s-written-in-ajax.aspx http://lostechies.com/seanchambers/2007/11/14/it-s-written-in-ajax/
# redirect 301 /blogs/sean_chambers/archive/2007/11/28/entities-vs-value-objects.aspx http://lostechies.com/seanchambers/2007/11/29/entities-vs-value-objects/
# redirect 301 /blogs/sean_chambers/archive/2007/12/04/hiring-a-developer-part-1.aspx http://lostechies.com/seanchambers/2007/12/04/hiring-a-developer-part-1/
# redirect 301 /blogs/sean_chambers/archive/2007/12/04/setting-up-a-ruby-on-rails-production-server-with-minimal-insanity.aspx http://lostechies.com/seanchambers/2007/12/04/setting-up-a-ruby-on-rails-production-server-with-minimal-insanity/
# redirect 301 /blogs/sean_chambers/archive/2007/12/05/configuring-macbook-pro-for-multi-platform-development.aspx http://lostechies.com/seanchambers/2007/12/05/configuring-macbook-pro-for-multi-platform-development/
# redirect 301 /blogs/sean_chambers/archive/2007/12/08/phil-haack-posts-about-asp-net-mvc.aspx http://lostechies.com/seanchambers/2007/12/08/phil-haack-posts-about-asp-net-mvc/
# redirect 301 /blogs/sean_chambers/archive/2007/12/11/what-really-are-the-alt-net-shared-values.aspx http://lostechies.com/seanchambers/2007/12/11/what-really-are-the-alt-net-shared-values/
# redirect 301 /blogs/sean_chambers/archive/2007/12/16/choosing-a-javascript-framework.aspx http://lostechies.com/seanchambers/2007/12/16/choosing-a-javascript-framework/
# redirect 301 /blogs/sean_chambers/archive/2007/12/21/what-i-do.aspx http://lostechies.com/seanchambers/2007/12/21/what-i-do/
# redirect 301 /blogs/sean_chambers/archive/2007/12/29/dealing-with-rsi-properly.aspx http://lostechies.com/seanchambers/2007/12/30/dealing-with-rsi-properly/
# redirect 301 /blogs/sean_chambers/archive/2008/01/06/evaluating-teamcity-as-a-cc-net-replacement.aspx http://lostechies.com/seanchambers/2008/01/06/evaluating-teamcity-as-a-cc-net-replacement/
# redirect 301 /blogs/sean_chambers/archive/2008/01/06/being-quot-the-computer-guy-quot.aspx http://lostechies.com/seanchambers/2008/01/07/being-quot-the-computer-guy-quot/
# redirect 301 /blogs/sean_chambers/archive/2008/01/06/code-coverage.aspx http://lostechies.com/seanchambers/2008/01/07/code-coverage/
# redirect 301 /blogs/sean_chambers/archive/2008/02/17/presenting-to-students.aspx http://lostechies.com/seanchambers/2008/02/18/presenting-to-students/
# redirect 301 /blogs/sean_chambers/archive/2008/02/21/how-can-open-source-software-compete.aspx http://lostechies.com/seanchambers/2008/02/22/how-can-open-source-software-compete/
# redirect 301 /blogs/sean_chambers/archive/2008/02/26/what-happened-to-you-ve-been-haacked.aspx http://lostechies.com/seanchambers/2008/02/26/what-happened-to-you-ve-been-haacked/
# redirect 301 /blogs/sean_chambers/archive/2008/02/27/replacement-for-ssis.aspx http://lostechies.com/seanchambers/2008/02/27/replacement-for-ssis/
# redirect 301 /blogs/sean_chambers/archive/2008/03/13/separating-subversion-repositories-using-svndumpfilter.aspx http://lostechies.com/seanchambers/2008/03/13/separating-subversion-repositories-using-svndumpfilter/
# redirect 301 /blogs/sean_chambers/archive/2008/03/14/orlando-code-camp-presentation.aspx http://lostechies.com/seanchambers/2008/03/15/orlando-code-camp-presentation/
# redirect 301 /blogs/sean_chambers/archive/2008/03/15/ptom-single-responsibility-principle.aspx http://lostechies.com/seanchambers/2008/03/15/ptom-single-responsibility-principle/
# redirect 301 /blogs/sean_chambers/archive/2008/03/16/the-amazing-storm-worm.aspx http://lostechies.com/seanchambers/2008/03/16/the-amazing-storm-worm/
# redirect 301 /blogs/sean_chambers/archive/2008/04/01/i-must-admit.aspx http://lostechies.com/seanchambers/2008/04/01/i-must-admit/
# redirect 301 /blogs/sean_chambers/archive/2008/04/06/mapping-an-collection-of-enums-with-nhibernate.aspx http://lostechies.com/seanchambers/2008/04/07/mapping-an-collection-of-enums-with-nhibernate/
# redirect 301 /blogs/sean_chambers/archive/2008/06/04/getting-started-with-migrator-net-and-database-refactorings.aspx http://lostechies.com/seanchambers/2008/06/05/getting-started-with-migrator-net-and-database-refactorings/
# redirect 301 /blogs/sean_chambers/archive/2008/06/05/resharper-4-0-release-candidate-available.aspx http://lostechies.com/seanchambers/2008/06/05/resharper-4-0-release-candidate-available/
# redirect 301 /blogs/sean_chambers/archive/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk.aspx http://lostechies.com/seanchambers/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk/
# redirect 301 /blogs/sean_chambers/archive/2008/06/17/the-strive-to-do-better.aspx http://lostechies.com/seanchambers/2008/06/18/the-strive-to-do-better/
# redirect 301 /blogs/sean_chambers/archive/2008/06/21/a-call-for-alt-net-speakers.aspx http://lostechies.com/seanchambers/2008/06/22/a-call-for-alt-net-speakers/
# redirect 301 /blogs/sean_chambers/archive/2008/06/22/refactoring-an-established-domain-language.aspx http://lostechies.com/seanchambers/2008/06/22/refactoring-an-established-domain-language/
# redirect 301 /blogs/sean_chambers/archive/2008/06/22/monorail-best-practices-series.aspx http://lostechies.com/seanchambers/2008/06/23/monorail-best-practices-series/
# redirect 301 /blogs/sean_chambers/archive/2008/06/24/designing-controllers.aspx http://lostechies.com/seanchambers/2008/06/25/designing-controllers/
# redirect 301 /blogs/sean_chambers/archive/2008/08/24/jacksonville-code-camp.aspx http://lostechies.com/seanchambers/2008/08/24/jacksonville-code-camp/
# redirect 301 /blogs/sean_chambers/archive/2008/08/24/refactoring-towards-deeper-insight.aspx http://lostechies.com/seanchambers/2008/08/24/refactoring-towards-deeper-insight/
# redirect 301 /blogs/sean_chambers/archive/2008/09/15/working-with-telligent.aspx http://lostechies.com/seanchambers/2008/09/15/working-with-telligent/
# redirect 301 /blogs/sean_chambers/archive/2008/10/23/lostechies-welcomes-colin-jack.aspx http://lostechies.com/seanchambers/2008/10/23/lostechies-welcomes-colin-jack/
# redirect 301 /blogs/sean_chambers/archive/2008/11/16/ptom-the-decorator-pattern.aspx http://lostechies.com/seanchambers/2008/11/17/ptom-the-decorator-pattern/
# redirect 301 /blogs/sean_chambers/archive/2008/12/07/starting-with-bdd-vs-starting-with-tdd.aspx http://lostechies.com/seanchambers/2008/12/07/starting-with-bdd-vs-starting-with-tdd/
# redirect 301 /blogs/sean_chambers/archive/2009/01/02/it-s-all-about-the-language.aspx http://lostechies.com/seanchambers/2009/01/02/it-s-all-about-the-language/
# redirect 301 /blogs/sean_chambers/archive/2009/01/18/tdd-firestarter.aspx http://lostechies.com/seanchambers/2009/01/19/tdd-firestarter/
# redirect 301 /blogs/sean_chambers/archive/2009/04/17/code-smell-fat-controller.aspx http://lostechies.com/seanchambers/2009/04/17/code-smell-fat-controller/
# redirect 301 /blogs/sean_chambers/archive/2009/04/20/refactoring-to-tests.aspx http://lostechies.com/seanchambers/2009/04/20/refactoring-to-tests/
# redirect 301 /blogs/sean_chambers/archive/2009/04/20/when-is-your-code-too-defensive.aspx http://lostechies.com/seanchambers/2009/04/21/when-is-your-code-too-defensive/
# redirect 301 /blogs/sean_chambers/archive/2009/04/21/vice-testing.aspx http://lostechies.com/seanchambers/2009/04/22/vice-testing/
# redirect 301 /blogs/sean_chambers/archive/2009/07/31/31-days-of-refactoring.aspx http://lostechies.com/seanchambers/2009/07/31/31-days-of-refactoring/
# redirect 301 /blogs/sean_chambers/archive/2009/08/02/refactoring-day-1-encapsulate-collection.aspx http://lostechies.com/seanchambers/2009/08/02/refactoring-day-1-encapsulate-collection/
# redirect 301 /blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx http://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/
# redirect 301 /blogs/sean_chambers/archive/2009/08/03/refactoring-day-3-pull-up-method.aspx http://lostechies.com/seanchambers/2009/08/03/refactoring-day-3-pull-up-method/
# redirect 301 /blogs/sean_chambers/archive/2009/08/04/refactoring-day-4-push-down-method.aspx http://lostechies.com/seanchambers/2009/08/04/refactoring-day-4-push-down-method/
# redirect 301 /blogs/sean_chambers/archive/2009/08/05/refactoring-day-5-pull-up-field.aspx http://lostechies.com/seanchambers/2009/08/05/refactoring-day-5-pull-up-field/
# redirect 301 /blogs/sean_chambers/archive/2009/08/06/refactoring-day-6-push-down-field.aspx http://lostechies.com/seanchambers/2009/08/06/refactoring-day-6-push-down-field/
# redirect 301 /blogs/sean_chambers/archive/2009/08/07/refactoring-day-7-rename-method-class-parameter.aspx http://lostechies.com/seanchambers/2009/08/07/refactoring-day-7-rename-method-class-parameter/
# redirect 301 /blogs/sean_chambers/archive/2009/08/07/refactoring-day-8-replace-inheritance-with-delegation.aspx http://lostechies.com/seanchambers/2009/08/07/refactoring-day-8-replace-inheritance-with-delegation/
# redirect 301 /blogs/sean_chambers/archive/2009/08/09/refactoring-day-9-extract-interface.aspx http://lostechies.com/seanchambers/2009/08/09/refactoring-day-9-extract-interface/
# redirect 301 /blogs/sean_chambers/archive/2009/08/10/refactoring-day-10-extract-method.aspx http://lostechies.com/seanchambers/2009/08/10/refactoring-day-10-extract-method/
# redirect 301 /blogs/sean_chambers/archive/2009/08/11/refactoring-day-11-switch-to-strategy.aspx http://lostechies.com/seanchambers/2009/08/11/refactoring-day-11-switch-to-strategy/
# redirect 301 /blogs/sean_chambers/archive/2009/08/12/refactoring-day-12-break-dependencies.aspx http://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/
# redirect 301 /blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx http://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/
# redirect 301 /blogs/sean_chambers/archive/2009/08/14/refactoring-day-14-break-responsibilities.aspx http://lostechies.com/seanchambers/2009/08/14/refactoring-day-14-break-responsibilities/
# redirect 301 /blogs/sean_chambers/archive/2009/08/15/refactoring-day-15-remove-duplication.aspx http://lostechies.com/seanchambers/2009/08/15/refactoring-day-15-remove-duplication/
# redirect 301 /blogs/sean_chambers/archive/2009/08/16/refactoring-day-16-encapsulate-conditional.aspx http://lostechies.com/seanchambers/2009/08/16/refactoring-day-16-encapsulate-conditional/
# redirect 301 /blogs/sean_chambers/archive/2009/08/17/refactoring-day-17-extract-superclass.aspx http://lostechies.com/seanchambers/2009/08/17/refactoring-day-17-extract-superclass/
# redirect 301 /blogs/sean_chambers/archive/2009/08/18/refactoring-day-18-replace-exception-with-conditional.aspx http://lostechies.com/seanchambers/2009/08/18/refactoring-day-18-replace-exception-with-conditional/
# redirect 301 /blogs/sean_chambers/archive/2009/08/19/refactoring-day-19-extract-factory-class.aspx http://lostechies.com/seanchambers/2009/08/19/refactoring-day-19-extract-factory-class/
# redirect 301 /blogs/sean_chambers/archive/2009/08/20/refactoring-day-20-extract-subclass.aspx http://lostechies.com/seanchambers/2009/08/20/refactoring-day-20-extract-subclass/
# redirect 301 /blogs/sean_chambers/archive/2009/08/21/refactoring-day-21-collapse-hierarchy.aspx http://lostechies.com/seanchambers/2009/08/21/refactoring-day-21-collapse-hierarchy/
# redirect 301 /blogs/sean_chambers/archive/2009/08/22/refactoring-day-22-break-method.aspx http://lostechies.com/seanchambers/2009/08/22/refactoring-day-22-break-method/
# redirect 301 /blogs/sean_chambers/archive/2009/08/23/refactoring-day-23-introduce-parameter-object.aspx http://lostechies.com/seanchambers/2009/08/23/refactoring-day-23-introduce-parameter-object/
# redirect 301 /blogs/sean_chambers/archive/2009/08/24/refactoring-day-24-remove-arrowhead-antipattern.aspx http://lostechies.com/seanchambers/2009/08/24/refactoring-day-24-remove-arrowhead-antipattern/
# redirect 301 /blogs/sean_chambers/archive/2009/08/25/refactoring-day-25-introduce-design-by-contract-checks.aspx http://lostechies.com/seanchambers/2009/08/25/refactoring-day-25-introduce-design-by-contract-checks/
# redirect 301 /blogs/sean_chambers/archive/2009/08/26/refactoring-day-26-remove-double-negative.aspx http://lostechies.com/seanchambers/2009/08/26/refactoring-day-26-remove-double-negative/
# redirect 301 /blogs/sean_chambers/archive/2009/08/27/refactoring-day-27-remove-god-classes.aspx http://lostechies.com/seanchambers/2009/08/27/refactoring-day-27-remove-god-classes/
# redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-28-rename-boolean-method.aspx http://lostechies.com/seanchambers/2009/08/28/refactoring-day-28-rename-boolean-method/
# redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-29-remove-middle-man.aspx http://lostechies.com/seanchambers/2009/08/28/refactoring-day-29-remove-middle-man/
# redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-30-return-asap.aspx http://lostechies.com/seanchambers/2009/08/28/refactoring-day-30-return-asap/
# redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-31-replace-conditional-with-polymorphism.aspx http://lostechies.com/seanchambers/2009/08/28/refactoring-day-31-replace-conditional-with-polymorphism/
# redirect 301 /blogs/sean_chambers/archive/2009/08/31/31-days-of-refactoring-series-complete.aspx http://lostechies.com/seanchambers/2009/08/31/31-days-of-refactoring-series-complete/
# redirect 301 /blogs/sean_chambers/archive/2009/09/01/jacksonville-code-camp-2009.aspx http://lostechies.com/seanchambers/2009/09/01/jacksonville-code-camp-2009/
# redirect 301 /blogs/sean_chambers/archive/2009/10/20/31-days-of-refactoring-ebook.aspx http://lostechies.com/seanchambers/2009/10/20/31-days-of-refactoring-ebook/
# redirect 301 /blogs/sean_chambers/archive/2010/05/31/managing-configuration-via-ioc.aspx http://lostechies.com/seanchambers/2010/05/31/managing-configuration-via-ioc/
# redirect 301 /blogs/sean_chambers/archive/2010/05/31/misapplying-ioc.aspx http://lostechies.com/seanchambers/2010/05/31/misapplying-ioc/
# redirect 301 /blogs/sean_chambers/archive/2010/12/21/feature-presentation.aspx http://lostechies.com/seanchambers/2010/12/22/feature-presentation/
# redirect 301 /blogs/sharoncichelli/archive/2009/06/20/inconvenient-accessibility-makes-self-documenting-code.aspx http://lostechies.com/sharoncichelli/2009/06/20/inconvenient-accessibility-makes-self-documenting-code/
# redirect 301 /blogs/sharoncichelli/archive/2009/08/29/cooking-up-a-good-template-method.aspx http://lostechies.com/sharoncichelli/2009/08/29/cooking-up-a-good-template-method/
# redirect 301 /blogs/sharoncichelli/archive/2009/10/13/refactoring-dinner-interfaces-instead-of-inheritance.aspx http://lostechies.com/sharoncichelli/2009/10/14/refactoring-dinner-interfaces-instead-of-inheritance/
# redirect 301 /blogs/sharoncichelli/archive/2009/11/08/happy-hack-o-ween-electronics-and-a-microcontroller-spice-up-the-haunt.aspx http://lostechies.com/sharoncichelli/2009/11/08/happy-hack-o-ween-electronics-and-a-microcontroller-spice-up-the-haunt/
# redirect 301 /blogs/sharoncichelli/archive/2010/01/17/interface-oriented-design-book-review.aspx http://lostechies.com/sharoncichelli/2010/01/17/interface-oriented-design-book-review/
# redirect 301 /blogs/sharoncichelli/archive/2010/02/07/more-dogs-and-bears-and-chickens-and-things-invite-your-colleagues-to-pablo-s-fiesta.aspx http://lostechies.com/sharoncichelli/2010/02/07/more-dogs-and-bears-and-chickens-and-things-invite-your-colleagues-to-pablo-s-fiesta/
# redirect 301 /blogs/sharoncichelli/archive/2010/03/18/rhino-mocks-examples-with-a-fix.aspx http://lostechies.com/sharoncichelli/2010/03/19/rhino-mocks-examples-with-a-fix/
# redirect 301 /blogs/sharoncichelli/archive/2010/06/19/resharper-shortcut-for-context-sensitive-unit-test-running.aspx http://lostechies.com/sharoncichelli/2010/06/20/resharper-shortcut-for-context-sensitive-unit-test-running/
# redirect 301 /blogs/sharoncichelli/archive/2010/08/30/three-simple-steps-to-improve-your-writing.aspx http://lostechies.com/sharoncichelli/2010/08/30/three-simple-steps-to-improve-your-writing/
# redirect 301 /blogs/sharoncichelli/archive/2010/12/03/dipping-into-c.aspx http://lostechies.com/sharoncichelli/2010/12/03/dipping-into-c/
# redirect 301 /blogs/sharoncichelli/archive/2010/12/29/hello-world-in-c-dev-setup.aspx http://lostechies.com/sharoncichelli/2010/12/29/hello-world-in-c-dev-setup/
# redirect 301 /blogs/sharoncichelli/archive/2011/03/09/microcontroller-projects-and-source-code.aspx http://lostechies.com/sharoncichelli/2011/03/10/microcontroller-projects-and-source-code/
# redirect 301 /blogs/stevedonie/archive/2008/11/21/newest-los-techie.aspx http://lostechies.com/stevedonie/2008/11/21/newest-los-techie/
# redirect 301 /blogs/stevedonie/archive/2008/11/25/break-out-the-popcorn-it-s-movie-time.aspx http://lostechies.com/stevedonie/2008/11/25/break-out-the-popcorn-it-s-movie-time/
# redirect 301 /blogs/stevedonie/archive/2009/02/05/starting-a-new-project-refactoring-an-existing-system.aspx http://lostechies.com/stevedonie/2009/02/05/starting-a-new-project-refactoring-an-existing-system/
# redirect 301 /blogs/stevedonie/archive/2009/02/09/cctray-with-hudson.aspx http://lostechies.com/stevedonie/2009/02/09/cctray-with-hudson/
# redirect 301 /blogs/stevedonie/archive/2009/02/18/refactoring-project-update-2.aspx http://lostechies.com/stevedonie/2009/02/18/refactoring-project-update-2/
# redirect 301 /blogs/stevedonie/archive/2009/03/18/looking-for-a-new-team-member.aspx http://lostechies.com/stevedonie/2009/03/18/looking-for-a-new-team-member/
# redirect 301 /blogs/stevedonie/archive/2009/03/20/houston-alt-net-conference.aspx http://lostechies.com/stevedonie/2009/03/20/houston-alt-net-conference/
# redirect 301 /blogs/stevedonie/archive/2009/03/26/updated-release-burndown-spreadsheet-template.aspx http://lostechies.com/stevedonie/2009/03/26/updated-release-burndown-spreadsheet-template/
# redirect 301 /blogs/stevedonie/archive/2009/04/27/why-a-culture-of-quality-matters.aspx http://lostechies.com/stevedonie/2009/04/27/why-a-culture-of-quality-matters/
# 
# 
# # Blog Redirects
# redirect 301 /blogs/chad_myers http://lostechies.com/chadmyers/
# redirect 301 /blogs/chrismissal http://lostechies.com/chrismissal/
# redirect 301 /blogs/chris_patterson http://lostechies.com/chrispatterson/
# redirect 301 /blogs/agilecruz http://lostechies.com/christaylor/
# redirect 301 /blogs/colinjack http://lostechies.com/colinjack/
# redirect 301 /blogs/colin_ramsay http://lostechies.com/colinramsay/
# redirect 301 /blogs/derekgreer http://lostechies.com/derekgreer/
# redirect 301 /blogs/derickbailey http://lostechies.com/derickbailey/
# redirect 301 /blogs/eric http://lostechies.com/ericanderson/
# redirect 301 /blogs/hex http://lostechies.com/erichexter/
# redirect 301 /blogs/evan_hoff http://lostechies.com/evanhoff/
# redirect 301 /blogs/gabrielschenker http://lostechies.com/gabrielschenker/
# redirect 301 /blogs/thatotherguy http://lostechies.com/gregorylong/
# redirect 301 /blogs/jagregory http://lostechies.com/jamesgregory/
# redirect 301 /blogs/jasdeep_singh http://lostechies.com/jasdeepsingh/
# redirect 301 /blogs/jason_meridth http://lostechies.com/jasonmeridth/
# redirect 301 /blogs/jimmy_bogard http://lostechies.com/jimmybogard/
# redirect 301 /blogs/joe_ocampo http://lostechies.com/joeocampo/
# redirect 301 /blogs/joeydotnet http://lostechies.com/joeybeninghove/
# redirect 301 /blogs/johnpetersen http://lostechies.com/johnpeterson/
# redirect 301 /blogs/johnteague http://lostechies.com/johnteague/
# redirect 301 /blogs/joshuaflanagan http://lostechies.com/joshuaflanagan/
# redirect 301 /blogs/joshua_lockwood http://lostechies.com/joshualockwood/
# redirect 301 /blogs/dahlbyk http://lostechies.com/keithdahlby/
# redirect 301 /blogs/louissalin http://lostechies.com/louissalin/
# redirect 301 /blogs/marcus_bratton http://lostechies.com/marcusbratton/
# redirect 301 /blogs/mokhan http://lostechies.com/mokhan/
# redirect 301 /blogs/nelson_montalvo http://lostechies.com/nelsonmontalvo/
# redirect 301 /blogs/rhouston http://lostechies.com/rayhouston/
# redirect 301 /blogs/rodpaddock http://lostechies.com/rodpaddock/
# redirect 301 /blogs/rssvihla http://lostechies.com/ryansvihla/
# redirect 301 /blogs/scottdensmore http://lostechies.com/scottdensmore/
# redirect 301 /blogs/stgillen http://lostechies.com/scottgillenwater/
# redirect 301 /blogs/scottcreynolds http://lostechies.com/scottreynolds/
# redirect 301 /blogs/seanbiefeld http://lostechies.com/seanbiefeld/
# redirect 301 /blogs/sean_chambers http://lostechies.com/seanchambers/
# redirect 301 /blogs/sharoncichelli http://lostechies.com/sharoncichelli/
# redirect 301 /blogs/stevedonie http://lostechies.com/stevedonie/

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache