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

<channel>
	<title>Lee Devlin&#039;s Website</title>
	<atom:link href="http://k0lee.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://k0lee.com</link>
	<description>Lee&#039;s personal website, blog, and FAQ&#039;s</description>
	<lastBuildDate>Sat, 13 Apr 2013 20:28:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Keeping Your Website&#8217;s Copyright Notice up-to-date</title>
		<link>http://k0lee.com/2012/12/keeping-your-websites-copyright-notice-up-to-date/</link>
		<comments>http://k0lee.com/2012/12/keeping-your-websites-copyright-notice-up-to-date/#comments</comments>
		<pubDate>Mon, 31 Dec 2012 19:15:00 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1735</guid>
		<description><![CDATA[I am often amazed at how some websites don&#8217;t manage to update the copyright notice at the bottom of the page to the current year. As I write this, I have hundreds of pages that have a copyright notice and in about 12 hours from now (since today is December 31st), they will automatically update [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fkeeping-your-websites-copyright-notice-up-to-date%2F&amp;linkname=Keeping%20Your%20Website%E2%80%99s%20Copyright%20Notice%20up-to-date" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fkeeping-your-websites-copyright-notice-up-to-date%2F&amp;linkname=Keeping%20Your%20Website%E2%80%99s%20Copyright%20Notice%20up-to-date" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fkeeping-your-websites-copyright-notice-up-to-date%2F&amp;linkname=Keeping%20Your%20Website%E2%80%99s%20Copyright%20Notice%20up-to-date" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/12/keeping-your-websites-copyright-notice-up-to-date/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fkeeping-your-websites-copyright-notice-up-to-date%2F&amp;title=Keeping%20Your%20Website%E2%80%99s%20Copyright%20Notice%20up-to-date" id="wpa2a_2"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>I am often amazed at how some websites don&#8217;t manage to update the copyright notice at the bottom of the page to the current year.  As I write this, I have hundreds of pages that have a copyright notice and in about 12 hours from now (since today is December 31st), they will automatically update to the year 2013 without me having to do anything.  I noticed that when a new year arrives that for several months many websites will have the latest copyright date set to last year, and in some cases, they can be years out of date.   When I see that, it makes me feel that someone is asleep at the switch.</p>
<p>Google uses more than 200 &#8216;signals&#8217; to measure the influence of a page, and it would surprise me if they didn&#8217;t include the latest date in a copyright notice as something that might be of interest.  Fresh content is king, and stale content is like two-day old bread and that&#8217;s why the bots never stop crawling your content.  But to see a copyright that is years out of date on content that has obviously been updated today, well, it makes the site owner look like he&#8217;s just not paying attention to the details.</p>
<p>So, how does my copyright update without my intervention?  Well all of my pages are sent through a PHP parser, and my copyright notice has this little snippet of PHP code:</p>
<p>Copyright &amp;copy; 2001-&lt;?php echo date(Y); ?&gt; Lee Devlin </p>
<p>When it&#8217;s run through the PHP parser and rendered on a browser, it translates to:</p>
<p>Copyright &copy; 2001-2013 Lee Devlin  </p>
<p>I have that code in all my footers, both on my WordPress and static pages, and it updates the second date every year, without me having to think about it.  </p>
<p>If you want to edit your footer, WP themes generally keep the code in a file called footer.php in the wp-content folder.  Feel free to copy that code into your footer, you have my permission.  Just remember to change it to your name <img src='http://k0lee.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/12/keeping-your-websites-copyright-notice-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flip-Pal Review</title>
		<link>http://k0lee.com/2012/12/flip-pal-review/</link>
		<comments>http://k0lee.com/2012/12/flip-pal-review/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 20:43:46 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1717</guid>
		<description><![CDATA[I&#8217;ve found myself answering questions about the FlipPal for some of my friends who are interested in buying a portable scanner and so I thought I&#8217;d write up a review of it. I&#8217;ve owned a FlipPal for over a year have been advertising it on my website. The reason I promote it is because I [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fflip-pal-review%2F&amp;linkname=Flip-Pal%20Review" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fflip-pal-review%2F&amp;linkname=Flip-Pal%20Review" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fflip-pal-review%2F&amp;linkname=Flip-Pal%20Review" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/12/flip-pal-review/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F12%2Fflip-pal-review%2F&amp;title=Flip-Pal%20Review" id="wpa2a_4"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>I&#8217;ve found myself answering questions about the <a href="http://k0lee.com/adcounter.php?ad=1&#038;action=click">FlipPal</a> for some of my friends who are interested in buying a portable scanner and so I thought I&#8217;d write up a review of it.  I&#8217;ve owned a FlipPal for over a year have been advertising it on my website.  The reason I promote it is because I think it&#8217;s a great product, but without an explanation, people don&#8217;t know how it would benefit them over owning a conventional scanner which you can get built into a printer these days.</p>
<div id="attachment_1718" class="wp-caption aligncenter" style="width: 399px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/12/scanner389wide.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/12/scanner389wide.png" alt="Flip-Pal mobile scanner" title="scanner389wide" width="389" height="389" class="size-full wp-image-1718" /></a><p class="wp-caption-text">The Flip-Pal mobile scanner</p></div>
<p>The Flip-Pal is a mobile scanner whose scan window is 5&#8243; x 7&#8243; which makes it great for scanning printed photos that were taken by film cameras.  The resolution of the scans will allow you to produce images that are indistinguishable from the original and I find the image quality and color accuracy to be better than other digital scanners I&#8217;ve used.  The images I have of my childhood are all on prints and if I want to share these photos I need to put them in digital format.  And scanning a photo to a digital format is a good idea anyway for the sake of preservation, since printed photos will continue to degrade over time whereas digital files do not.<br />
<!--adsensestart--><br />
<div id="attachment_1720" class="wp-caption aligncenter" style="width: 560px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/12/xmas1965lee-annette-mary1.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/12/xmas1965lee-annette-mary1.jpg" alt="" title="xmas1965lee-annette-mary" width="550" height="726" class="size-full wp-image-1720" /></a><p class="wp-caption-text">The Flip-Pal adds new life to your old photos</p></div></p>
<p>If you already have a scanner and you are comfortable using it to scan your photos, then there&#8217;s not as much incentive to getting a Flip-pal unless you need one or more of its unique features.   The thing that differentiates this scanner is that it is battery powered and doesn&#8217;t need to be connected to a computer to work and that makes it very portable.  It&#8217;s slightly smaller and lighter than an iPad so it&#8217;s easy to take with you.  There are no other portable flat bed scanners like it that scan without having to be connected to a computer.   It allows you to take the scanner to the photo, as opposed to bringing the photo to the scanner.  That might be important if you have photos you want to scan, but the owner of the photos doesn&#8217;t want to part with them or risk sending them in the mail.</p>
<p>Could you use a digital camera to make a digital copy of a print photo?  Sure, you could do that but the result would likely be a disappointment because it would look like a picture of a picture and you&#8217;d  have to deal with focus, glare, distortion, and lighting issues.  The Flip-Pal allows you to make high quality digital images of existing photos whereas a digital camera is very clumsy to use for that purpose and would produce a rather poor result.</p>
<p>I have an 8.5&#8243; x 11&#8243; flatbed scanner that is built into my printer.  When I want to use it, I have to launch the scanner software and wait for a minute or two for it to start and then put the picture under the lid, click the mouse a few times, preview the image, resize the scan area (since the software always seems to guess wrong size), scan it, save it and if I have a few items to scan I find myself standing up, walking over to the printer and back to the computer, and sitting back down for each photo and it&#8217;s an inconvenience.   The Flip-Pal scans directly to the SD card so you can do a bunch of scans and then later you can unload the photos and then crop, edit and rename them on your computer when you have time.  This makes work flow associated with scanning multiple photos much more convenient.  You can work your way through scanning a shoe-box full of photos or a photo album during the course of watching a TV show or having a phone conversation.  It also has a feature that if the photo that is in an album with a protective transparency over it and removing it from the album could risk damage to it, you can flip the scanner over and scan the image through the transparency in the album.  This is possible because you can see &#8216;through&#8217; a window on the bottom of the scanner to align it on the photo (hence the name, Flip-Pal).  It&#8217;s a lot easier than trying to put a large photo album on to a flatbed scanner where it almost always scans at a skewed angle and is prone to falling off or shifting during the scan.  The FlipPal also boots up instantly so if you&#8217;re in a hurry to do a single scan, it&#8217;s much faster than a traditional flatbed scanner.</p>
<p>The SD card is probably the most common of all memory cards since many laptops have SD card readers built-in. The Flip-Pal also includes an SD reader that fits in your USB port just in case you don&#8217;t have a card reader on your PC.  And using this technique to move the images around gets over the issue of being Mac vs. PC compatible.  Both Macs and PCs can read its SD card format and jpg files with no problem.</p>
<p>I find that having my old photos in digital format makes them much easier to share.  An old photo shared on Facebook is much more likely to get noticed because they bring back so many wonderful memories.  Anyone can upload the latest images from a smartphone, and many do, but if you want to make someone&#8217;s day, show them an image from 40 years ago of their mom when she was a child, and that will get some attention.</p>
<div id="attachment_1721" class="wp-caption aligncenter" style="width: 560px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/12/terri-communion.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/12/terri-communion.jpg" alt="" title="terri-communion" width="550" height="668" class="size-full wp-image-1721" /></a><p class="wp-caption-text">An old picture posted to Facebook generates more interest than a recently-taken picture</p></div>
<p>Does it have any disadvantages?  I would say that the 5&#8243; x 7&#8243; size can be a limitation if you want to scan a larger image.  But it comes with &#8216;stitching&#8217; software and so if the image is too large to fit in a 5&#8243; x 7&#8243; area, you can take several scans and have them stitched together on your PC using the included software.  But I find it to be enough work that I generally will use my large scanner when the need arises to scan a large image.  </p>
<p>Some people have commented about the small size of LCD screen, but it&#8217;s important to recognize this little screen is just part of a user interface, it&#8217;s not intended to render a high resolution image of the scan so you can&#8217;t compare it to a display on a smart phone.  It&#8217;s there to make the device more convenient to use.  If you want to share scanned digital photos, you&#8217;re not going to use the internal display to do it, you&#8217;ll still want to move them to your PC for viewing/editing/sharing.</p>
<p>I like the fact that the FlipPal requires no software to be installed on a PC to work.  How many times have you upgraded to the latest operating system and found that it no longer supported your old printer or scanner because the manufacturer didn&#8217;t provide drivers for it?  That can&#8217;t happen with the FlipPal.</p>
<p>The FlipPal is a great tool for anyone involved scrapbooking, archiving, or just for sharing the old family photo albums where it has found many ardent fans.  I enjoy its convenience and simplicity.  There&#8217;s nothing to learn, just press one button and you&#8217;re up and making scans in no time.  If that sounds appealing, head on over to the <a href="http://k0lee.com/adcounter.php?ad=1&#038;action=click">FlipPal website</a> and get yours today and use the promo code SKETCH13 to get a free sketch kit (a $13.99 value!).</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/12/flip-pal-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power4Patriots Review</title>
		<link>http://k0lee.com/2012/11/power4patriots-review/</link>
		<comments>http://k0lee.com/2012/11/power4patriots-review/#comments</comments>
		<pubDate>Wed, 14 Nov 2012 17:12:09 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wind]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1652</guid>
		<description><![CDATA[I&#8217;ve been hearing an ad on the radio lately about a discovery that the power company doesn&#8217;t want you to know about from a guy named Frank Bates. He mentions that he could get in a lot of trouble for talking about it and calls the power companies and the government &#8220;incompetent, lying crooks who [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F11%2Fpower4patriots-review%2F&amp;linkname=Power4Patriots%20Review" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F11%2Fpower4patriots-review%2F&amp;linkname=Power4Patriots%20Review" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F11%2Fpower4patriots-review%2F&amp;linkname=Power4Patriots%20Review" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/11/power4patriots-review/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F11%2Fpower4patriots-review%2F&amp;title=Power4Patriots%20Review" id="wpa2a_6"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>I&#8217;ve been hearing an ad on the radio lately about a discovery that the power company doesn&#8217;t want you to know about from a guy named Frank Bates.  He mentions that he could get in a lot of trouble for talking about it and calls the power companies and the government &#8220;incompetent, lying crooks who are counting on your ignorance and fear to keep your electric bills and heating bills criminally high.&#8221;  OK, I&#8217;m intrigued, so what&#8217;s this guy selling?</p>
<p><!--adsensestart--></p>
<p>He wants to show you the secret of how he beat &#8216;em, and how you can beat &#8216;em too.  It&#8217;s described as a &#8220;weird&#8221; trick on the website.  It sounds almost too good to be true. You can hear the commercial along with a video at the <a href="http://power4patriots.com/">Power4Patriots website</a>.</p>
<p>Upon looking further into what Mr. Bates is selling, I discovered it&#8217;s a CDROM and downloadable access to a series of pdf ebooks (about 300 pages total) and videos covering the topics of solar and wind energy.  Much of it involves  DIY information on how to build your own solar panels, wind turbines, and solar water heaters from components you can find in local hardware stores and online for less than you can buy equivalent off-the-shelf products.  The value of this &#8216;package&#8217; is $297, but with the 90% discount, the CD and downloads can be yours for only $27 + 2.99 S&#038;H. After purchasing it, you&#8217;ll find that if you pay $67 more, you get a physical spiral bound book along with 3 DVDs that also cover solar and wind DIY projects which is basically the same material, just in a format that might be more convenient for you.  If you turn that down, you&#8217;ll be offered the printed book for another $27.  After that, you&#8217;ll be offered heirloom seeds for another $67 to help you through any upcoming societal collapse.  So there&#8217;s a lot of upselling going on after the initial $27 investment.  I&#8217;m also now on the email list and I suspect I&#8217;ll be hearing a lot more from the company in the future.</p>
<p>How do I know this?  I know this because I invested the $29.99 in the ebook/CDROM product.  After all, what kind of blogger would review a product he didn&#8217;t own?  I gotta tell you, this guy&#8217;s good.  I&#8217;m surprised I got out without spending another $134 for the physical book/DVDs and heirloom seeds.</p>
<p>You&#8217;d have to be living under a rock if you haven&#8217;t heard all the fuss about how Chinese solar panels are coming down in price so fast that they are putting companies out of business that were trying to manufacture solar panels in the U.S.  Witness what happened with Solyndra and Abound Solar.</p>
<p>One of the ebooks and 6 of the videos are related to making your own solar panels.  I was curious to see just how cheap these homemade panels would be and the book shows a bill of materials of $175 for a 65 watt panel.  That&#8217;s almost $3/watt not including your labor, and the amount of labor looks quite substantial.  I&#8217;d estimate the labor at 10 hours per panel or more.  That&#8217;s not cheap, especially now that you can get <a href="http://www.sunelec.com">manufactured panels that are $1/watt</a> that are already assembled and guaranteed.  The manufactured panels are designed to last 25 years, are safety agency-approved, and can withstand all kinds of weather, including hail up to 1 inch in diameter. So trying to roll your own solar panels would be a waste of time and money. And the cost of a solar system doesn&#8217;t just depend just on the panel cost.  The inverter costs about $.50/watt which is quite expensive in the grand scheme of things, or about half of what you&#8217;d be paying for the panels.</p>
<p>And then there&#8217;s the installation cost.  Of course, you can do the installation yourself if you&#8217;re capable and comfortable working on roofs.  Once you add in the other ancillary parts and equipment, you can put together a solar system for about $2/watt these days using off-the-shelf components.  That&#8217;s about half of what they cost just 4 years ago, thanks primarily to the drop in panel costs.</p>
<p>A typical house in the U.S. uses about 730 kWh in electricity per month.  To satisfy this need, you are looking at approximately a 5 kW system.  That system would cost about $10,000 for materials even if you&#8217;re handy and can do the installation yourself.  With U.S. electricity rates now at an average at $.12/kWh, it would take about 10 years to pay for itself.  That&#8217;s not too bad, considering most things you buy for your home  will just depreciate over time and not save you a dime, let alone break even or start making you money in the long run.  My grid-tied solar system is 5.6 kW and I haven&#8217;t purchased any electricity since it was installed nearly 4 years ago but I do get charged about $8/month to be connected to the grid.   I have accumulated a surplus (about 5000 KWh) on the meter that could run an electric car for more than 20,000 miles.</p>
<p>The radio commercials imply that you could slash your energy bills and live free of these greedy utility companies but you cannot do that if you install a grid-tied solar system with net metering, which is the most common kind.  To disconnect from your utility company, you&#8217;d need to have a battery storage system, a charge controller, and a backup generator for those times that you may have a few cloudy days in a row.  A set of batteries that would hold a day&#8217;s charge of 24 kWh would cost at least another $4K and generator would add another $1K to it.  So you&#8217;re looking at a much bigger expense when you talk about completely disconnecting from the power grid, I&#8217;d say at least $5K more.  And those batteries would need to be replaced every 6 years or so.  That makes the whole payback period kind of a moot point because of this extra recurring expense so unless you live in an area where there is no grid power, or you believe we are on the verge of complete societal collapse, it&#8217;s hard to justify an off-grid system when you can get away with the less expensive grid-tied solar system.</p>
<p>There are some other books included in the package related to making and installing a wind turbine (probably good for 5-10% of the average household energy needs), and some simple solar hot water and solar hot air DIY projects.  Bonus materials include ebooks on surviving disasters, storing emergency water, and building a solar cooker.</p>
<p>So for $27, you get 10 ebooks all of which contain some useful information, especially if you&#8217;re into renewable energy or worrying about Armageddon.  I didn&#8217;t feel ripped off afterwards, although the quality of some of the graphic images in the pdf files was pretty poor.  I don&#8217;t know what the printed materials might look like, but the numbers on many of the charts were unreadable like the image shown below.<br />
<div id="attachment_1656" class="wp-caption aligncenter" style="width: 592px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/11/Power4Patriots-chart3.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/11/Power4Patriots-chart3.png" alt="Power4Patriots chart " title="Power4Patriots-chart" width="582" height="506" class="size-full wp-image-1656" /></a><p class="wp-caption-text">The poor image quality of many charts used in the ebook files makes the text unreadable.</p></div><br />
I&#8217;m always intrigued when I hear an over-the-top advertisement for an energy product.  Most of the time they turn out to be truly <a href="http://k0lee.com/2010/03/energy-saver-3000-and-other-pfc-nonsense/">worthless</a> and <a href="http://k0lee.com/2008/12/amish-heat-surge-miracle-heater-scam/">horrible</a> investments.  But this one is harmless enough, and you might even find a few good ideas for your $27.  But don&#8217;t get your hopes up that you&#8217;ll take your electric and heating bills down to nothing without a significant investment in time and money even if you follow all of the DIY information in the ebooks.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/11/power4patriots-review/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Does Google Throttle Search Impressions?</title>
		<link>http://k0lee.com/2012/10/does-google-throttle-search-impressions/</link>
		<comments>http://k0lee.com/2012/10/does-google-throttle-search-impressions/#comments</comments>
		<pubDate>Thu, 25 Oct 2012 16:41:44 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1623</guid>
		<description><![CDATA[A few months ago, I read an excellent posting by Lisa Irby about how to use Google&#8217;s Authorship feature. This feature was also mentioned in a blog posting on Google&#8217;s Webmaster blog as way to see your search impressions and clicks on articles for which you claimed authorship. I had been curious about how some [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Fdoes-google-throttle-search-impressions%2F&amp;linkname=Does%20Google%20Throttle%20Search%20Impressions%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Fdoes-google-throttle-search-impressions%2F&amp;linkname=Does%20Google%20Throttle%20Search%20Impressions%3F" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Fdoes-google-throttle-search-impressions%2F&amp;linkname=Does%20Google%20Throttle%20Search%20Impressions%3F" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/10/does-google-throttle-search-impressions/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Fdoes-google-throttle-search-impressions%2F&amp;title=Does%20Google%20Throttle%20Search%20Impressions%3F" id="wpa2a_8"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>A few months ago, I read an excellent <a href="http://blog.2createawebsite.com/2012/06/25/google-authorship/">posting by Lisa Irby</a> about how to use Google&#8217;s Authorship feature.  This feature was also mentioned in a <a href="http://googlewebmastercentral.blogspot.com/2011/12/clicks-and-impressions-for-authors.html">blog posting on Google&#8217;s Webmaster blog</a> as way to see your search impressions and clicks on articles for which you claimed authorship.</p>
<p>I had been curious about how some bloggers were getting their faces to appear next to their articles in Google&#8217;s search results so I was eager to give it a try.  Upon following Lisa&#8217;s instructions, it appeared to do the job of claiming authorship for me, but my image was not appearing next to the results.  The image I had on my Google Plus account at the time (and many other places for that matter) was of myself sitting in my LongEZ like the image shown to the right.  <a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/LeeDevlin-in-LongEZ.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/LeeDevlin-in-LongEZ.png" alt="Lee in his LongEZ" title="LeeDevlin-in-LongEZ" width="127" height="107" class="alignright size-full wp-image-1624" /></a>I began to ponder whether this was part of the problem since Google specifically requests a &#8216;recognizable&#8217; headshot and I&#8217;m not very recognizable in that photo.  I noticed that was a consistent feature of the faces that were appearing next to the articles, i.e., it was a headshot, not an icon or a image of their whole body.  It was almost like Google was running the image through a facial recognition algorithm and if there wasn&#8217;t a recognizable face, then nothing would appear.  So on my last visit to PA, I asked my brother-in-law, <a href="http://photobyjay.com">Jay Yozviak,</a> Northeastern PA&#8217;s premier photographer, if he&#8217;d take a professional head shot for me.  Whenever I tried to take a headshot of myself, it ended up looking like a mugshot, or at best, a namebadge ID photo.  It seemed like no sooner did I upload my pro headshot to my Google Plus account than it started appearing next to my articles in a Google search.</p>
<p><div id="attachment_1625" class="wp-caption aligncenter" style="width: 583px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/LeeDevlin-author-example.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/LeeDevlin-author-example.png" alt="Google search results with author photo" title="LeeDevlin-author-example" width="573" height="114" class="size-full wp-image-1625" /></a><p class="wp-caption-text">This is how a Google search that finds one of my articles shows up now.<br /></p></div><br />
Later, I began to look at the number of impressions that were appearing in Google&#8217;s Webmaster Tools under Labs/Authorship  stats and I noticed a graph that appeared to be bumping up some sort of ceiling of 8000 impressions per day. (You can click on the image below make it bigger.)</p>
<p><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/LeeDevlinAuthorStats.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/LeeDevlinAuthorStats.png" alt="" title="LeeDevlinAuthorStats" width="573"  class="aligncenter size-full wp-image-1626" /></a></p>
<p>My website is hosted with GoDaddy on an IP address that also resolves to many other websites and it&#8217;s no speed demon.  Sometimes it loads very fast, other times it can be downright slow.  But I can&#8217;t complain about the price.  For $7/month, they allow 150GB of storage and unlimited websites and bandwidth.  On <a href="http://whois.domaintools.com/k0lee.com">domaintools.com</a>, I see that my IP shows over 4500 websites resolve to that server.  Now, I expect that it&#8217;s not a single server, but a bank of servers that automatically do load balancing and all kinds of other cloud-like behavior, but I know that when Google was measuring my performance in the Webmaster&#8217;s tools, my site loaded slower than 80% of other sites and I can&#8217;t help wonder if Google intentionally will back off on the search impressions they show based on trying to keep the target host from getting overloaded if they detect a slow server. </p>
<div id="attachment_1635" class="wp-caption aligncenter" style="width: 583px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/GooglePerformanceTool.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/GooglePerformanceTool.png" alt="" title="GooglePerformanceTool" width="573" class="aligncenter size-full wp-image-1637" /></a><p class="wp-caption-text">The line across the bottom is the 20% percentile for all websites monitored.  Therefore, my site with an average page load time of 5.8 seconds is slower than 80% of all sites.</p></div>
<p>Google&#8217;s all about speed, and if they find a slow server, they may just give it some kind of throttling in search impressions so as not to provide a bad customer experience.  I&#8217;ve tried all the various tricks to make the site faster, caching, various pagespeed recommendations, db optimization, etc., but sometimes the site still takes a while to respond and load.</p>
<p>Going with a dedicated server costs a minimum of $100/month and I don&#8217;t know if there&#8217;s any guarantee that a single dedicated server will perform any better.   And of course, that unnatural looking ceiling may be completely natural.  There may be exactly that many searchers for the kind of results they&#8217;d find on my website every day for weeks at a time, but it just looks suspicious.  In looking at the result for Matt Cutts&#8217;s blog which was used in an example in the posting mentioned above, he sees a much more varied number of impressions for his content over time, by a factor of two at least, without any apparent ceiling even though he&#8217;s getting 10x the traffic I am getting.  But he&#8217;s also on a dedicated server.  And.. He&#8217;s <em>Matt Cutts</em> <img src='http://k0lee.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/author-stats-example.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/author-stats-example.png" alt="" title="author-stats-example" width="573"  class="aligncenter size-full wp-image-1627" /></a></p>
<p>I can&#8217;t say for sure what&#8217;s going on here, but I know what clipping on an analog signal looks like and I&#8217;d say there is some kind of clipping going on with my number of impressions per day.  I also understand that my graph is rounded off to the nearest 500 impressions, which can add quantization effects and make a line graph look unnatural as well.  But I&#8217;ve also see a graph of someone who has fewer impressions per day than I do, and Google appears to resolve the impressions per day to fewer than 500 and I don&#8217;t see any clipping going on there.  To me it looks very &#8216;natural&#8217;.</p>
<p><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/AuthorshipTraffic2500.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/AuthorshipTraffic2500.png" alt="" title="AuthorshipTraffic2500" width="573" class="aligncenter size-full wp-image-1631" /></a></p>
<p>This graph was from someone on an seochat forum complaining about getting too few impressions per day, but I don&#8217;t know how he was able to deduce any pattern from the data, other than it never got above 2500.  </p>
<p>Maybe Google is trying to do me, my hosting company, and my visitors all a favor, by limiting traffic to a reasonable volume.  But if they are doing it, it would be nice to know about it for sure.  And if you know how I can make a GoDaddy.com host (or shared/cloud server) that has thousands of other sites hosted on it run faster without having to pay 1400% more per month for a dedicated server, please leave a comment below.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/10/does-google-throttle-search-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing the plug on an Etymotics headset</title>
		<link>http://k0lee.com/2012/10/replacing-the-plug-on-an-etymotics-headset/</link>
		<comments>http://k0lee.com/2012/10/replacing-the-plug-on-an-etymotics-headset/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 18:07:54 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[household repair]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1600</guid>
		<description><![CDATA[I&#8217;ve owned an Etymotics ER6i in-ear headset for several years now and have been very satisfied with it. I use it for motorcycling, bicycling, mowing the lawn, and any other activity where ambient noise would otherwise drown out the audio from a standard set of earbuds. Recently the left earphone began cutting out. By wiggling [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-plug-on-an-etymotics-headset%2F&amp;linkname=Replacing%20the%20plug%20on%20an%20Etymotics%20headset" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-plug-on-an-etymotics-headset%2F&amp;linkname=Replacing%20the%20plug%20on%20an%20Etymotics%20headset" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-plug-on-an-etymotics-headset%2F&amp;linkname=Replacing%20the%20plug%20on%20an%20Etymotics%20headset" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/10/replacing-the-plug-on-an-etymotics-headset/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-plug-on-an-etymotics-headset%2F&amp;title=Replacing%20the%20plug%20on%20an%20Etymotics%20headset" id="wpa2a_10"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>I&#8217;ve owned an Etymotics ER6i in-ear headset for several years now and have been very satisfied with it.   I use it for motorcycling, bicycling, mowing the lawn, and any other activity where ambient noise would otherwise drown out the audio from a standard set of earbuds.  </p>
<p>Recently the left earphone began cutting out.  By wiggling the wires near the plug I determined that the problem was near or inside the plug.  I briefly contemplated purchasing a replacement headset, but then I recalled how much they cost, and it was close to $100.</p>
<p>There were a few resources on the web that showed how to fix a bad connection inside the etymotics earbuds, but I found nothing about how to replace the plug, so I decided to write up my experience here.</p>
<p>I already had a solder-on 3.5 mm plug in my parts bin and, although it was a 4-conductor plug, I figured it would work fine with my iPhone, since it uses a 4-conductor jack to mate with the Apple headsets with integral microphone.  I just wouldn&#8217;t need to solder anything to the microphone ring.  If I didn&#8217;t already have a plug, I would have used a 3-conductor stereo 1/8&#8243; (3.5 mm) plug, which is <a href="http://www.radioshack.com/product/index.jsp?productId=2104061">available at RadioShack</a> for a few dollars.</p>
<p>The ER6i cords are independent, but I didn&#8217;t know what to expect when I cut them off and stripped them.  If I had to deal with coaxial braid, that was going to be a pain, but upon cutting the plug off and stripping the wires, I was pleased to find that each cord contained a pair of conductors, both made with fine stranded wire.  Each cord had one wire that was color coded along with a bare copper wire carrying the ground.  Upon some testing, I found that the red and green wire carried the right and left channels, respectively.</p>
<p>The green and red stranded wires are coated with an insulating material much like magnet wire that&#8217;s so thin you can see through it so even though the colored wires looked metallic and like they would be conductive, they were not.  You need to tin the colored wire with a small solder blob to simultaneously burn off the insulating material and make a point where you can solder to.  I was worried that the red/green wires would touch each other or the ground wire and short, but they won&#8217;t short as long as you don&#8217;t tin too much of the insulating material.</p>
<div id="attachment_1603" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/Etyomtics-ER6i-repair-13.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/Etyomtics-ER6i-repair-13.jpg" alt="etymotics cords with conductors" title="Etyomtics ER6i repair - 13" width="576" height="455" class="size-full wp-image-1603" /></a><p class="wp-caption-text">Both copper wires can be twisted together (sorry for the picture focus)</p></div>
<p>This is what the wires looked like before I soldered them into the plug.  The bare copper wires from each cord are twisted together and will be soldered to the ground lug.</p>
<p><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/Etyomtics-ER6i-repair-021.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/Etyomtics-ER6i-repair-021.jpg" alt="iphone jack pinout" title="Etyomtics ER6i repair - 02" width="576" height="544" class="aligncenter size-full wp-image-1604" /></a></p>
<p>You need to use an ohmmeter to confirm which solder tabs are connected to the rings and tip of the plug prior to connecting each wire with a small amount of solder.  I found it best to put a small amount of solder on the wires and on the solder tabs on the plug first and then just bring the wire and lug together and touch it with a very sharp-tipped soldering iron.</p>
<div id="attachment_1602" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/Etyomtics-ER6i-repair-15.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/Etyomtics-ER6i-repair-15.jpg" alt="Plug strain relief installed." title="Etyomtics ER6i repair - 15" width="576" height="424" class="size-full wp-image-1602" /></a><p class="wp-caption-text">Finished repair, good as new.</p></div>
<p>It was great to have a working set of earbuds again and if it ever breaks, I won&#8217;t hesitate to repair it again.  </p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/10/replacing-the-plug-on-an-etymotics-headset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing a bulb in the OBC on a BMW E36</title>
		<link>http://k0lee.com/2012/10/replacing-a-bulb-in-the-obc-on-a-bmw-e36/</link>
		<comments>http://k0lee.com/2012/10/replacing-a-bulb-in-the-obc-on-a-bmw-e36/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 00:49:14 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1587</guid>
		<description><![CDATA[The On Board Computer in the BMW 3-series produced between 1991 and 1999 has a series of bulbs behind its LCD display that will burn out over time. If it&#8217;s one of the bulbs behind the long display on the left, it will cause some dim characters on the left, middle, or right part of [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-a-bulb-in-the-obc-on-a-bmw-e36%2F&amp;linkname=Replacing%20a%20bulb%20in%20the%20OBC%20on%20a%20BMW%20E36" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-a-bulb-in-the-obc-on-a-bmw-e36%2F&amp;linkname=Replacing%20a%20bulb%20in%20the%20OBC%20on%20a%20BMW%20E36" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-a-bulb-in-the-obc-on-a-bmw-e36%2F&amp;linkname=Replacing%20a%20bulb%20in%20the%20OBC%20on%20a%20BMW%20E36" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/10/replacing-a-bulb-in-the-obc-on-a-bmw-e36/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-a-bulb-in-the-obc-on-a-bmw-e36%2F&amp;title=Replacing%20a%20bulb%20in%20the%20OBC%20on%20a%20BMW%20E36" id="wpa2a_12"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>The On Board Computer in the BMW 3-series produced between 1991 and 1999 has a series of bulbs behind its LCD display that will burn out over time.  If it&#8217;s one of the bulbs behind the long display on the left, it will cause some dim characters on the left, middle, or right part of the display.  If it&#8217;s the bulb behind the clock that has burned out, you won&#8217;t see anything where the numbers for the clock are typically shown.</p>
<p>The bulbs are available from on line sources like <a href="http://www.bavauto.com/fland.asp?part=OBC+ILLUM+E36">Bavarian Autosport</a> in packages of 4 for $12.  It&#8217;s unfortunate that to replace a light that probably costs $.25 to make, you need to spend nearly $20 after you take shipping into account, but at least if another burns out, you&#8217;ll have several spares. <a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/bmw-obc-bulb.jpeg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/bmw-obc-bulb.jpeg" alt="" title="bmw-obc-bulb" width="200" height="156" class="alignleft size-full wp-image-1594" /></a></p>
<p>Fortunately, these bulbs are easy to change if you know the tricks of getting the OBC out of the panel.  To remove the OBC, you need to reach into the sunglasses tray under and feel around for the hole in the upper part of it.  This hole is under a lever that you need to simultaneously push up and forward.  This takes a fair amount of force, and if you have long fingernails, you may want to have someone else do it for you, lest you break a fingernail.  Once you can see the OBC come forward a little, you have probably unlatched it and can reach your finger around behind it to pull it out the rest of the way.<br />
<div id="attachment_1589" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-4.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-4.jpg" alt="Feel under the OBC for a hole in the upper sunglasses tray" title="BMW Computer Lamp Replacement - 4" width="576" height="434" class="size-full wp-image-1589" /></a><p class="wp-caption-text">Feel under the OBC for a hole in the upper sunglasses tray</p></div></p>
<div id="attachment_1588" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-6.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-6.jpg" alt="Bottom of OBC with locking features" title="BMW Computer Lamp Replacement - 6" width="576" height="467" class="size-full wp-image-1588" /></a><p class="wp-caption-text">Bottom of OBC with locking features</p></div>
<p>Once the OBC is out, there&#8217;s no need to unhook the cables on the back of it.  All the bulbs are accessible from the top.  You can use a flat bladed screw driver or needle nose pliers to rotate the burned-out bulb 1/4 turn and it will pop out.  Installing the new bulb the same way, place it in the hole and turn it 1/4 turn.  Make sure to test it before putting the OBC back in its slot.</p>
<div id="attachment_1590" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-2.jpg" class="broken_link"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-2.jpg" alt="3rd lamp removed" title="BMW Computer Lamp Replacement - 2" width="576" height="434" class="size-full wp-image-1590" /></a><p class="wp-caption-text">OBC with 3rd lamp removed (1/4 turn to remove)</p></div>
<div id="attachment_1591" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-1.jpg" class="broken_link"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Computer-Lamp-Replacement-1.jpg" alt="Top of OBC showing 4 replaceable lamps" title="BMW Computer Lamp Replacement - 1" width="576" height="434" class="size-full wp-image-1591" /></a><p class="wp-caption-text">Top of OBC showing 4 replaceable lamps</p></div>
<p>In the case of my wife&#8217;s BMW, she complained that the clock was no longer working, so when I inspected it to see what had happened, I noticed that it had its own bulb.  So I &#8216;borrowed&#8217; a bulb from the other portion of the display while I waited to get the new set of bulbs sent from Bavarian Autosport. Borrowing the bulb caused the display to have a few dim characters, but it was still readable so it was a reasonable trade-off to have the clock working again.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/10/replacing-a-bulb-in-the-obc-on-a-bmw-e36/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replacing the Electric Door Lock Actuator on a BMW E36</title>
		<link>http://k0lee.com/2012/10/replacing-the-electric-door-lock-actuator-on-a-bmw-e36/</link>
		<comments>http://k0lee.com/2012/10/replacing-the-electric-door-lock-actuator-on-a-bmw-e36/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 18:43:24 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1557</guid>
		<description><![CDATA[The BMW 3-series cars manufactured from 1991-1999 are getting to the age where the electric door actuators are wearing out and there&#8217;s nothing more frustrating than a door lock that won&#8217;t respond to the key fob. My wife&#8217;s BMW 328i passenger door had this problem a few years ago and I recalled replacing one of [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-electric-door-lock-actuator-on-a-bmw-e36%2F&amp;linkname=Replacing%20the%20Electric%20Door%20Lock%20Actuator%20on%20a%20BMW%20E36" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-electric-door-lock-actuator-on-a-bmw-e36%2F&amp;linkname=Replacing%20the%20Electric%20Door%20Lock%20Actuator%20on%20a%20BMW%20E36" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-electric-door-lock-actuator-on-a-bmw-e36%2F&amp;linkname=Replacing%20the%20Electric%20Door%20Lock%20Actuator%20on%20a%20BMW%20E36" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/10/replacing-the-electric-door-lock-actuator-on-a-bmw-e36/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F10%2Freplacing-the-electric-door-lock-actuator-on-a-bmw-e36%2F&amp;title=Replacing%20the%20Electric%20Door%20Lock%20Actuator%20on%20a%20BMW%20E36" id="wpa2a_14"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>The BMW 3-series cars manufactured from 1991-1999 are getting to the age where the electric door actuators are wearing out and there&#8217;s nothing more frustrating than a door lock that won&#8217;t respond to the key fob.  My wife&#8217;s BMW 328i passenger door had this problem a few years ago and I recalled replacing one of the actuators with instructions I found on the Internet.  However, when her driver&#8217;s side door began having the same issue, the instructions that I found on the Internet seemed to be lacking in the important details, and it had been long enough that I had to &#8216;re-learn&#8217; the tricks I had forgotten since I last tackled this project. So I decided to write up this article to help anyone who is contemplating this as a DIY project.  </p>
<p>You will need the following tools:  Torx driver with T-20 and T-27 bits, non marring pry bars and (possibly) a set of vice grips.<br />
<div id="attachment_1568" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-16.jpg" class="broken_link"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-16.jpg" alt="Useful Tools, non marring pry bars and a Torx set (only need T-20 and T27 bits)." title="BMW Door Actuator Repair - 16" width="576" height="434" class="size-full wp-image-1568" /></a><p class="wp-caption-text">Useful Tools, non marring pry bars and a Torx set (only need T-20 and T27 bits).</p></div></p>
<p>BMW door actuators are available from several on-line retailers.  Just be sure to get the correct one since the front doors use a different connector that has 6 pins whereas the rear actuators have only 3 pins.<br />
<div id="attachment_1567" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-17.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-17.jpg" alt="Original (left) and replacement (right) door lock actuators." title="BMW Door Actuator Repair - 17" width="576" height="477" class="size-full wp-image-1567" /></a><p class="wp-caption-text">Original (left) and replacement (right) door lock actuators.</p></div></p>
<p>The door panels on the E36 are not hard  to remove, you just need to pop off two screw covers behind the inside handle, and remove the screws they covered with T20 torx driver. Each screw was a different length, which I didn&#8217;t notice until I was going to re-install them.  The longer screw goes in the hole toward the front of the handle.  </p>
<div id="attachment_1570" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-13.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-13.jpg" alt="" title="BMW Door Actuator Repair - 13" width="576" height="434" class="size-full wp-image-1570" /></a><p class="wp-caption-text">These covers expose two screws you must remove.</p></div>
<p>Then you have to remove the dish behind the door pull and this is where I ran into trouble.  Evidently, a lot of people break this part, assuming that it comes straight out.  The advice is to push it forward.  However, until you pry up the front of it, there&#8217;s no way it will move forward, so that is the step everyone seemed to leave off.  First pry up the front, and THEN push forward.</p>
<div id="attachment_1571" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-12.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-12.jpg" alt="" title="BMW Door Actuator Repair - 12" width="576" height="434" class="size-full wp-image-1571" /></a><p class="wp-caption-text">Push forward, but only after prying up the front part.</p></div>
<div id="attachment_1572" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-1039.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-1039.jpg" alt="" title="BMW Door Actuator Repair - 1039" width="576" height="321" class="size-full wp-image-1572" /></a><p class="wp-caption-text">See how latches need to be pushed forward to release.</p></div>
<p>Next you remove the door lock plunger by unscrewing it (counter clockwise), and you may need some pliers to gently grab it and get it started because it&#8217;s hard to grasp by hand and apply any torque.</p>
<div id="attachment_1569" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-15.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-15.jpg" alt="Door lock plunger" title="BMW Door Actuator Repair - 15" width="576" height="416" class="size-full wp-image-1569" /></a><p class="wp-caption-text">Door lock plunger</p></div>
<p>The next step is to pry off the door panel using a non-marring pry tool and gently pop out all of the plastic fasteners as you work your way around the door.  You&#8217;ll need to rotate it up to get it off of the door lock plunger push rod.  </p>
<div id="attachment_1579" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-03.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-03.jpg" alt="Prying BMW Door Panel away from door" title="BMW Door Actuator Repair - 03" width="576" height="443" class="size-full wp-image-1579" /></a><p class="wp-caption-text">Prying BMW Door Panel away from door</p></div>
<p>When the door panel comes off, it will still be connected by the wires connected to two speakers and to the buttons that are used to adjust the mirror (if it&#8217;s the driver side door).  The connectors are held in with friction, so you don&#8217;t have to find any hidden latches to free them, just pull them out.  They are keyed so you can&#8217;t install them backwards.</p>
<p><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-04.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-04.jpg" alt="Disconnecting BMW door cables" title="BMW Door Actuator Repair - 04" width="576" height="480" class="aligncenter size-full wp-image-1578" /></a></p>
<p>After the door panel is free, you&#8217;ll need to peel back a foam sound insulator that is held in place by some very sticky black adhesive.  It&#8217;s best to peel it half way off and then use some duct tape to hold it out of the way.  Be careful around the black adhesive, since it will get over all over you if you touch it.</p>
<div id="attachment_1577" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-05.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-05.jpg" alt="Internal Door insulation" title="BMW Door Actuator Repair - 05" width="576" height="434" class="size-full wp-image-1577" /></a><p class="wp-caption-text">Internal Door Foam Insulation</p></div>
<div id="attachment_1576" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-06.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-06.jpg" alt="" title="BMW Door Actuator Repair - 06" width="576" height="434" class="size-full wp-image-1576" /></a><p class="wp-caption-text">Peel back foam insulation about half way and hold in place with duct tape.</p></div>
<p>Next you need to loosen 3 screws that hold in the door lock mechanism with a T27 torx driver.  However, these screws have thread locking compound on them and I soon realized that I was either going to destroy the Torx recess or break the driver bit unless I loosened them with vice grips first.  Fortunately this is easy to do.  Use adhesive tape over the adjacent paint around the screw heads if you want to avoid scratching it with the vice grips.</p>
<div id="attachment_1575" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-07.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-07.jpg" alt="Using vice grips to loosen screws" title="BMW Door Actuator Repair - 07" width="576" height="594" class="size-full wp-image-1575" /></a><p class="wp-caption-text">These screws were in so tight they need help to get them started.</p></div>
<p>There is a rod that goes to the door opening latch and the latch can be removed with a T20 driver.  I don&#8217;t have a picture of this, but it&#8217;s pretty self-evident how to take it off and disconnect the rod.  Mine had a Tinnerman type nut that fell off the back, so be careful to catch the nut as you loosen the screw. Removing the latch allows you to move the locking mechanism with a bit more freedom. </p>
<p>Once you&#8217;ve done this, the mechanism can be wiggled about inside, but there&#8217;s not enough room to get it out of the door.  Cut off any tie wraps on the wires going to the actuator to gain a bit more wiggle room.  This is where the confusion ensued.  All you really need to get out is the electric actuator, but it wasn&#8217;t obvious how it was held on and whether I&#8217;d be able to install the new one working in the blind, so to speak.  I even got desperate enough that I removed what I thought was a simple stiffening bracket that was in the way that turned out to be the curved window track.  In retrospect, it didn&#8217;t give me much more freedom to move the lock mechanism about and I worried that it would be hard to reinstall, since its upper end mated with another part that was up inside a blind recess.  If I were to do it again, I&#8217;d try to avoid removing the window track.</p>
<p>The electric actuator is held in place by a cantilevered plastic latch that grabs a recessed depression on its housing.  You need to feel around for this latch, pull it back and lift the actuator up and away from the door latch mechanism.  Once you do this, you can bring the electric actuator out into the open so you can disconnect the connector.</p>
<div id="attachment_1573" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-10.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-10.jpg" alt="" title="BMW Door Actuator Repair - 10" width="576" height="650" class="size-full wp-image-1573" /></a><p class="wp-caption-text">This latch holds actuator in place.</p></div>
<div id="attachment_1565" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-19.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-19.jpg" alt="Latch recess on door actuator" title="BMW Door Actuator Repair - 19" width="576" height="434" class="size-full wp-image-1565" /></a><p class="wp-caption-text">Latch recess on door actuator</p></div>
<p>The connector is one of those unique to BMW where you push a mechanism down and it forces the connector outward over some pins that follow a curved track in a cam mechanism.  </p>
<div id="attachment_1574" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-08.jpg" class="broken_link"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-08.jpg" alt="Removing the cable from the actuator" title="BMW Door Actuator Repair - 08" width="576" height="434" class="size-full wp-image-1574" /></a><p class="wp-caption-text">Push cable lock this way to unlatch it.</p></div>
<div id="attachment_1564" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-09.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-09.jpg" alt="Removing cable from BMW door actuator" title="BMW Door Actuator Repair - 09" width="576" height="434" class="size-full wp-image-1564" /></a><p class="wp-caption-text">Removing cable from BMW door actuator</p></div>
<p>The re-installation of the new actuator on to the cable is just the reverse.  You have to push the latch mechanism all the way down, and then align the cam pins in their slots in the connector and then pull the mechanism up to draw the connector into its recess.</p>
<p>Once you&#8217;ve got the new actuator in place on the cable, the challenge is to get it back on the door latch mechanism by a sense of feel.  There are 4 flat metal pins that need to mate up with holes in the actuator.  Three of these are in line with each other and they have specific holes they need to mate with on the actuator.  The two end ones go up into rectangular alignment holes and the middle one goes into the part of the actuator that moves back and forth.  Make sure the middle hole is aligned with actuator pin by either pushing it forward or backward.  When installed on the cable, this action will either open or close the door locks as you do it if you&#8217;re working on one of the front doors since they control the behavior of all other locks in the system.</p>
<div id="attachment_1566" class="wp-caption aligncenter" style="width: 586px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-18.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/10/BMW-Door-Actuator-Repair-18.jpg" alt="Note holes for accepting stamped metal pins in door lock mechanism." title="BMW Door Actuator Repair - 18" width="576" height="588" class="size-full wp-image-1566" /></a><p class="wp-caption-text">Note holes for accepting stamped metal pins in door lock mechanism.</p></div>
<p>In order to get the door lock actuator to align laterally, you will have to apply some sideways force since the cantilevered plastic latch will be pushing against it and you need to spring it outward a bit.  Once the metal stampings are aligned in their respective holes, you can push the actuator down on the latch mechanism until the latch snaps in place.  This was the hardest part of the whole project.  I assumed I was going to be able to get the door latch mechanism out in the open or at least in a place that was easier to see, but it ended up being more of an exercise in working in a confined space with very limited visibility and access.</p>
<p>After I got everything back in place, there was a panicky moment where I had somehow gotten the door latch mechanism into a locked state even though the door was still open.  Then door would not close.  There was just a loud thud as the hook and latch banged into each other when I attempted to close the door.  I was thinking I might have to re-open everything again, but I started playing with the lock, the key, and manually trying to open the lock by hand and I eventually got it all back in the proper state so the door would close normally.</p>
<p>It was with a great sigh of relief when everything was back together.  These parts generally fail over time, and my wife had been experiencing problems for months where it was intermittent.  Finally, the cold weather made it happen nearly 100% of the time, so she was very grateful to have a working set of locks again.</p>
<p>The BMW electric door actuators are available on-line from suppliers like <a href="http://www.bavauto.com">Bavarian Auto</a> for around $90 each + shipping.  </p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/10/replacing-the-electric-door-lock-actuator-on-a-bmw-e36/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The 5 Pillars of Modern Web Design</title>
		<link>http://k0lee.com/2012/09/the-5-pillars-of-modern-web-design/</link>
		<comments>http://k0lee.com/2012/09/the-5-pillars-of-modern-web-design/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 17:52:39 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[business]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1531</guid>
		<description><![CDATA[I teach part time at our local community college&#8217;s Computer Information Systems department. Over the past few years, I&#8217;ve taught classes and tutored students in the areas of object oriented computer programming, advanced web design, and management of information systems. I also do consulting in web applications, which usually involves PHP programming. Periodically, people ask [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F09%2Fthe-5-pillars-of-modern-web-design%2F&amp;linkname=The%205%20Pillars%20of%20Modern%20Web%20Design" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F09%2Fthe-5-pillars-of-modern-web-design%2F&amp;linkname=The%205%20Pillars%20of%20Modern%20Web%20Design" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F09%2Fthe-5-pillars-of-modern-web-design%2F&amp;linkname=The%205%20Pillars%20of%20Modern%20Web%20Design" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/09/the-5-pillars-of-modern-web-design/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F09%2Fthe-5-pillars-of-modern-web-design%2F&amp;title=The%205%20Pillars%20of%20Modern%20Web%20Design" id="wpa2a_16"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p><!--noadsense--><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/09/5pillars.jpg" class="broken_link"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/09/5pillars.jpg" alt="5 pillars of web design" title="5pillars" width="256" height="192" class="alignleft size-full wp-image-1532" /></a>I teach part time at our local community college&#8217;s Computer Information Systems department.  Over the past few years, I&#8217;ve taught classes and tutored students in the areas of object oriented computer programming, advanced web design, and management of information systems.  I also do consulting in web applications, which usually involves PHP programming. Periodically, people ask me what they need to know to be a web designer these days.  They may have had a passing familiarity with HTML from some web pages they created a decade ago, but web design has changed a lot since then and they want to wrap their minds around what it requires today to work in web technology.  To be an effective web designer today, it is necessary to master what I call the 5 pillars of modern web design.</p>
<h3>1. HTML</h3>
<p>When the world wide web was introduced back in the early 1990s, it was based on HyperText Markup Language (HTML), and it was simple.  I recall back then you could learn web design by using the &#8216;show source&#8217; feature of the browser to see how a page was constructed.  Everything you needed to know was right there in a single page.  HTML is the first pillar of web design, you must understand HTML to do anything with web pages.  However, if HTML is all you know, the pages you create will look like they&#8217;re straight out of the 1990s.</p>
<h3>2. CSS</h3>
<p>Shortly after HTML was invented, a styling language known as CSS (Cascading Styling Sheets) was developed which took the appearance of the page and separated it from the content.  Although having a separate styling language complicated things, it was for the best because you could change the way a page appeared simply by changing a few values in the CSS.  However, CSS isn&#8217;t so easy to learn by inspection.  In fact, there are things about the way CSS works that can make it quite complicated.  I consider CSS to be the second pillar of web design.</p>
<h3>3. JavaScript</h3>
<p>The third pillar of web design was introduced with client side scripting when Netscape invented LiveScript.  A scripting language that runs inside the browser allows you to add dynamic effects to web pages, along with a useful functionality like checking forms are filled out properly before submitting them.  LiveScript didn&#8217;t take off at first, but in an agreement with Sun, Netscape changed its name to JavaScript, and thanks to significant hype surrounding the Java language at the time, it began to gain traction.  Today, JavaScript is the only language that works inside all browsers without needing a plugin thus making it a standard, and with the many JavaScript libraries that have been introduced, browsers are now able to render pages that have the look and feel of  applications as opposed to static documents.</p>
<h3>4. Server Side Scripting</h3>
<p>The fourth pillar of web design is server side scripting.  Over the years, many languages have been used for server side scripting, such as Perl, PHP, Ruby, Python, and ASP.  These languages are intermingled with HTML and JavaScript but they are executed on the server side, thus rendering pages that have dynamic content.  Consider the construction of an HTML table that forms a shopping cart.  The server needs to keep track of the cart&#8217;s contents and generate the HTML to build the table on the fly when the user selects a button to show cart contents.  These days, just about all the elements of a page can be rendered dynamically from a database using a scripting language, including much of the content on a page.  In fact, the page you&#8217;re reading right now and all the associated content around it is stored in a database.  That&#8217;s the way WordPress, the content management system that is displaying this page, works its magic.  To edit the page, it&#8217;s a simple matter of working through some web forms, instead of hand coding the HTML/CSS and JavaScript you&#8217;d find if you looked at this page&#8217;s source code.</p>
<h3>5. Database</h3>
<p>The fifth pillar of web design is the database.  Just about all advanced websites today have migrated to some form of a database-backed content management system (CMS).  There are many CMSs to choose from, but what they all have in common is that they rely on dynamic calls to the database to get the data they need to render the pages.  This means the web designer needs to understand how to interact with databases and have a good understanding of SQL (Structured Query Language).</p>
<p>Even if you master these 5 pillars, you&#8217;ll need a few more skills to put together attractive websites. For example, you still need to know about graphics design and how to edit images so that they look good on a web page.  Knowing about typography, color schemes, and other artistic concerns are also very important so that your website doesn&#8217;t scare people away and for that, you may need to rely on an expert in that field.<br />
<a href="http://www.2createawebsite.com/wordpress-tutorial/?hop=k0lee"><img src="http://www.2createawebsite.com/wordpress-tutorial/images/banner250x250.gif" class="alignright" alt="WP Starter Guide" border="0" /></a></p>
<p>Now I know there are some who might argue that with modern Content Management Systems such as WordPress, much of the work is done for you and you can be a web designer without having to know anything about databases, scripting languages, CSS or HTML.  That may be the case for some websites. You can learn WordPress in just a few hours using the <a href="http://www.2createawebsite.com/wordpress-tutorial/?hop=k0lee">WordPress Starter guide eBook</a> by Lisa Irby shown in the adjacent ad. It&#8217;s a great resource to get you up and running quickly.  After that, I highly recommend visiting <a href="http://2createawebsite.com">Lisa&#8217;s site</a> to learn lots of tips and tricks for creating websites.  And if you ever find yourself lost, there are always experts available who who understand how all this stuff works who will help you for some reasonable fee, but you should make sure that they know the 5 pillars of website design before hiring them.  </p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/09/the-5-pillars-of-modern-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning Your Laptop&#8217;s Heatsink to Solve Overheating Issues</title>
		<link>http://k0lee.com/2012/06/cleaning-your-laptops-heatsink-to-solve-overheating-issues/</link>
		<comments>http://k0lee.com/2012/06/cleaning-your-laptops-heatsink-to-solve-overheating-issues/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 16:00:05 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[household repair]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1464</guid>
		<description><![CDATA[In the past few months I&#8217;ve run into a number of people who have experienced problems with their laptops running hot. I had an HP/Compaq nx6110 laptop sitting in a drawer that I recalled had been exhibiting the same issue. I wanted to loan it to my nephew to use during a visit and I [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F06%2Fcleaning-your-laptops-heatsink-to-solve-overheating-issues%2F&amp;linkname=Cleaning%20Your%20Laptop%E2%80%99s%20Heatsink%20to%20Solve%20Overheating%20Issues" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F06%2Fcleaning-your-laptops-heatsink-to-solve-overheating-issues%2F&amp;linkname=Cleaning%20Your%20Laptop%E2%80%99s%20Heatsink%20to%20Solve%20Overheating%20Issues" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F06%2Fcleaning-your-laptops-heatsink-to-solve-overheating-issues%2F&amp;linkname=Cleaning%20Your%20Laptop%E2%80%99s%20Heatsink%20to%20Solve%20Overheating%20Issues" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/06/cleaning-your-laptops-heatsink-to-solve-overheating-issues/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F06%2Fcleaning-your-laptops-heatsink-to-solve-overheating-issues%2F&amp;title=Cleaning%20Your%20Laptop%E2%80%99s%20Heatsink%20to%20Solve%20Overheating%20Issues" id="wpa2a_18"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>In the past few months I&#8217;ve run into a number of people who have experienced problems with their laptops running hot. I had an HP/Compaq nx6110 laptop sitting in a drawer that I recalled had been exhibiting the same issue. I wanted to loan it to my nephew to use during a visit and I thought I&#8217;d take the opportunity to put in a new battery and check to see the if I could find the root cause of the overheating issue.</p>
<p>I had checked a number of sites on the web that talked about overheating issues with laptops, but none of them talked about the potential for the fan/heatsink assembly to collect dust and block the airflow through the heatsink. If you think about it, most laptops operate like a vacuum cleaner in that they suck air up through a hole in the bottom of the case and blow it out the side. The air must flow through a radiator with fins that can collect lint, dust, pet hair and anything else that it might find in ample quantities when the laptop is placed on a carpet, blanket, or your lap. So the odds are pretty good that if you&#8217;ve had your laptop for any length of time, dust has accumulated inside and has negatively affected the heatsink&#8217;s ability to remove heat from the CPU.</p>
<p>In preparation for removing the fan from the laptop, I downloaded a <a href="http://k0lee.com/images/hpnx6110.pdf">PDF of HP nx6110 service manual</a> from the HP website. You can do a Google search for your laptop&#8217;s model and the words, &#8216;service manual&#8217; to see if the manufacturer makes the service manual available online. You may notice that removing the fan seems to require all kinds of parts to be taken off the laptop since they seem to cover everything else first, but in my case, it only involved removing the keyboard, which turned out to be quite easy.</p>
<p>The steps were:</p>
<p>1. Remove battery and the cover for the memory (1 Phillips screw).<br />
2. Remove 2 T8 Torx screws exposed after the memory cover is removed. These screws hold in the keyboard.<br />
3. Slide four latches on the keyboard downward to release the keyboard.<br />
4. Remove the fan (2 Phillips screws).</p>
<p>Although I removed the fan and keyboard cables, I found out later that I really didn&#8217;t need to do this to get at the heatsink, you can simply lay them over as long as you&#8217;re careful not to move them and put strain on the cables.</p>
<p>I&#8217;ve attached some images of the fan and heatsink below. Click on any image for a higher resolution version of it.</p>
<div id="attachment_1465" class="wp-caption aligncenter" style="width: 550px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/06/nx6110fan.jpg" class="broken_link"><img class="size-medium wp-image-1465" title="nx6110fan" src="http://k0lee.com/wordpress/wp-content/uploads/2012/06/nx6110fan.jpg" alt="HP nx6110 fan" width="540" /></a><p class="wp-caption-text">Removal of the keyboard exposes the fan/heatsink</p></div>
<p>As you can see from the picture above, the fan is exposed once the keyboard is removed. It doesn&#8217;t appear to be too dirty, but the dust is hidden between the fan and the heatsink.</p>
<div id="attachment_1466" class="wp-caption aligncenter" style="width: 550px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/06/nx6110heatsink.jpg"><img class="size-medium wp-image-1466" title="nx6110heatsink" src="http://k0lee.com/wordpress/wp-content/uploads/2012/06/nx6110heatsink.jpg" alt="HP nx61110 heatsink" width="540" /></a><p class="wp-caption-text">Heasink with dust</p></div>
<p>Now that the fan has been removed, you can see that there is a lot of dust that has accumulated on the heatsink. You can use a brush to remove the dust and then blow it out with compressed air.</p>
<div id="attachment_1471" class="wp-caption aligncenter" style="width: 550px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/06/nx6110cleanheatsink.jpg"><img class="size-medium wp-image-1471" title="nx6110cleanheatsink" src="http://k0lee.com/wordpress/wp-content/uploads/2012/06/nx6110cleanheatsink.jpg" alt="HP nx6110 heatsink" width="540" /></a><p class="wp-caption-text">Heatsink after cleaning</p></div>
<p>The dust that had accumulated on the heatsink caused the air to be blocked and so the air that does get through is very hot since a smaller portion of the heatsink is being used to remove the heat. It can also increase the velocity of the air because it&#8217;s forced through a smaller restriction. Eventually, however, if it&#8217;s not cleaned, the heatsink will no longer be able to do its job at all and the computer could shut down due to overheating.</p>
<p>Once the heatsink was cleaned, the air that exited the vent was much cooler, and the fan didn&#8217;t need to work as hard to keep the CPU cool (around 45 &deg;C).  In doing some research, I found that the BIOS was using various CPU temperature thresholds to determine when to turn the fan on and when to increase its speed.  In my case, the BIOS was original and it was turning the fan on at 40 &deg;C, and so I decided to see if any improvements were possible by updating the BIOS.  Sure enough, a newer BIOS available from HP&#8217;s website had raised this limit to 45 &deg;C which turned out to be much better, since that is the temperature where the CPU tends to stabilize when it&#8217;s at idle and so the fan stays off unless you&#8217;re doing something that causes the CPU to become busy.  </p>
<p>I have a friend with an HP laptop dv6 model and it had an overheating problem that was so severe that it would reach 90 &deg;C and shut itself down whenever she used it for more than 15 minutes.  After searching through forums for many weeks she finally came across a thread that suggested updating the video driver and the BIOS to fix an overheating issue.  That turned out to be the fix in her case.  Now her computer runs very cool.  So make sure you&#8217;re running all the latest updates from the manufacturer.</p>
<p>If you clean your heatsink and your overheating problems persist, you may want to check and see if there are any processes that are keeping the CPU busy all the time. Any time the CPU utilization goes up, the fan will come on at a higher speed. You can use Windows built-in Task Manager to do monitor CPU utilization by pressing CTL-ALT-DEL keys simultaneously. A better solution than Task Manager for examining CPU utilization is the <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a> which is free for downloading from Microsoft. I also downloaded a free utility to monitor the CPU temperature called <a href="http://www.alcpu.com/CoreTemp/">Core Temp</a>. I found that I had multiple virus scanners running (you only need one of these) and some other processes I didn&#8217;t need, so I removed the software responsible for running these processes.  </p>
<p>I found that although Core Temp was helpful, it sometimes interfered with the BIOS in reading the temperature of the CPU.  A better program for measuring CPU temperature on this model of laptop was <a href="http://www.almico.com/sfdownload.php">Speedfan</a>.</p>
<p><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/06/compressedair.jpg"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/06/compressedair-150x150.jpg" alt="can of compressed air" title="compressed air" width="150" height="150" class="alignleft size-thumbnail wp-image-1546" /></a><br />
If taking your computer apart sounds frightening to you, or if you have a laptop where absolutely everything must be removed to get to the heatsink, then another option is to use a can of compressed air that you can buy at any office store and blow air backward through the fan&#8217;s vent.  Feel for which direction the fan blows and determine where it&#8217;s exhausting the warm air.  Then shut down the computer and aim the straw into the exhaust vents and if you see dust coming out through the intake vents, then you&#8217;re making progress.  When dust collects on the heatsink, it continues to attract more dust like a log jam in a river.  Blowing the air backward through the vent can clear this log jam.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/06/cleaning-your-laptops-heatsink-to-solve-overheating-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to schedule a recurring backup of a Windows XP folder to a Network share drive</title>
		<link>http://k0lee.com/2012/05/how-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive/</link>
		<comments>http://k0lee.com/2012/05/how-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive/#comments</comments>
		<pubDate>Fri, 01 Jun 2012 00:15:00 +0000</pubDate>
		<dc:creator>Lee Devlin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://k0lee.com/?p=1438</guid>
		<description><![CDATA[I have worked on computer backup products for more than 20 years and I still find most of them to be complicated to set up and use. They sometimes include so many features and options that people just give up in despair while trying to configure them. If you have a network share drive and [...]]]></description>
				<content:encoded><![CDATA[<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F05%2Fhow-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive%2F&amp;linkname=How%20to%20schedule%20a%20recurring%20backup%20of%20a%20Windows%20XP%20folder%20to%20a%20Network%20share%20drive" title="Facebook" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F05%2Fhow-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive%2F&amp;linkname=How%20to%20schedule%20a%20recurring%20backup%20of%20a%20Windows%20XP%20folder%20to%20a%20Network%20share%20drive" title="Twitter" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_linkedin" href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fk0lee.com%2F2012%2F05%2Fhow-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive%2F&amp;linkname=How%20to%20schedule%20a%20recurring%20backup%20of%20a%20Windows%20XP%20folder%20to%20a%20Network%20share%20drive" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a><a class="a2a_button_google_plusone addtoany_special_service" data-annotation="none" data-href="http://k0lee.com/2012/05/how-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive/"></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fk0lee.com%2F2012%2F05%2Fhow-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive%2F&amp;title=How%20to%20schedule%20a%20recurring%20backup%20of%20a%20Windows%20XP%20folder%20to%20a%20Network%20share%20drive" id="wpa2a_20"><img src="http://k0lee.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p><p>I have worked on computer backup products for more than 20 years and I still find most of them to be complicated to set up and use.  They sometimes include so many features and options that people just give up in despair while trying to configure them.</p>
<p>If you have a network share drive and want to make periodic backups to it, you can do it without purchasing any new software and without having to resort to using Microsoft&#8217;s built-in backup utility which stores backups in a proprietary file format.  This approach requires a special restore program to examine them or to copy them back to your PC. The fact that Microsoft&#8217;s backup utility is so well hidden speaks volumes for their confidence in customers being able to successfully find and use it.  </p>
<p><!--adsensestart--></p>
<p>If all you want to do is schedule a simple automated backup of a folder, I will explain an easy 3-step process to set up a recurring backup on Windows XP.  I haven&#8217;t investigated an equivalent procedure for Windows Vista or Win7, but I assume this technique would work there as well since those operating systems also have similar built-in capabilities.</p>
<p><strong>Step 1:  Map the network share to a drive letter.</strong></p>
<p>The first step is to set up the network drive as a drive letter on your PC.  To do that, just open up Windows Explorer, basically any folder, and under the Tools menu, select &#8220;Map Network Drive&#8221;.   Your network drive will likely have a name such as &#8220;server&#8221; and a share that you wish to use such as &#8220;backup&#8221;.   In the dialog box that pops up, you can just type in \\server\backup.  XP will let you use the &#8216;Browse&#8217; feature to find your network drive and share if you don&#8217;t happen to know them by name.  Once located, you can assign it an available drive letter.  Make sure to check the box for your PC to reconnect to it at logon. </p>
<p><strong>Step 2: Create a simple xcopy command in a batch file.</strong></p>
<p>Let&#8217;s say the first step gave your network drive the letter X:.</p>
<p>We will now create a simple batch file called backup.bat in Notepad with the following single line that looks like this example: </p>
<p><code>xcopy "c:\Documents and Settings\Lee\My Documents\SWfiles\*.*" x:\Backup\SWfiles /d /e /y</code></p>
<p>(that should all be on a single line, but it got wrapped here)</p>
<p>This is the DOS xcopy command which is built into XP.  It works like this:  </p>
<p><code>xcopy "source files" "destination folder" /options.</code></p>
<p>I&#8217;ve selected the source files as &#8220;c:\Documents and Settings\Lee\My Documents\SWfiles\*.*&#8221;.   That will back up every file and folder under the folder called SWfiles. I had to put quotes around it because some of the folder names have spaces in them.  If you have spaces in any of the folder names, you will need these quotes around the source and/or destination name.</p>
<p>The purpose of the options is as follows:</p>
<p><strong>/d </strong> &#8211;  This option only backs up the file if the source file is newer than the destination file that may already exist.  This allows the backup to avoid unnecessary writing if the file hasn&#8217;t changed since the last backup.</p>
<p><strong>/e</strong>  &#8211; This option makes the xcopy command search in sub-folders so you back those up files too.</p>
<p><strong>/y</strong> &#8211;  This is to avoid having the job ask for your permission to overwrite existing files.</p>
<p>Let&#8217;s save this file as backup.bat in any convenient folder.  I put mine in My Documents.</p>
<p>Test it by double clicking on it to confirm it backs up the folder to your network share.<br />
<strong><br />
Step 3:  Set up a scheduled task to run the batch file.</strong></p>
<p>To open Scheduled Tasks, click Start, click All Programs, point to Accessories, point to System Tools, and then click Scheduled Tasks.</p>
<p>Double-click Add Scheduled Task to start the Scheduled Task Wizard, and then click Next in the first dialog box.  Just follow the wizard to select the backup.bat file and don&#8217;t worry if you can&#8217;t find the proper options to select, the task is very easy to edit once it&#8217;s finished.  Unless you select, &#8216;run only when logged on&#8217;, you will have to select a user/password to run this task so if you don&#8217;t already have a password set for yourself, you will need to set one up.   I set up a My Documents backup to run once a day, but for my SWfiles folder, I wanted it to back it up once an hour.  If at first you don&#8217;t get it right, you can edit the task by double-clicking on it.  Then you can select &#8216;Advanced&#8217; options to set it up to run it every hour.  Set the duration to 24 hours so it will run every hour of the day.</p>
<p>Here&#8217;s an example of what the Scheduled Tasks screen looks like:</p>
<div id="attachment_1442" class="wp-caption aligncenter" style="width: 580px"><a href="http://k0lee.com/wordpress/wp-content/uploads/2012/05/schedule.png"><img src="http://k0lee.com/wordpress/wp-content/uploads/2012/05/schedule.png" alt="The Task Scheduler for Windows XP" title="The Task Scheduler for Windows XP" width="570"  class="size-medium wp-image-1442" /></a><p class="wp-caption-text">The Task Scheduler for Windows XP, Click for larger image.</p></div>
<p>Please keep in mind that if you do this on a laptop, the backups will only happen when you&#8217;re connected to your network, so if you&#8217;re off traveling with your laptop, make sure you use another backup method (perhaps a <a href="http://picturekeeper.com/?a_aid=lee810">Picture Keeper</a> customized to backup all of your favorite file types).</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8269542163675758";
/* insideofblog */
google_ad_slot = "2796368056";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></content:encoded>
			<wfw:commentRss>http://k0lee.com/2012/05/how-to-schedule-a-recurring-backup-of-a-windows-xp-folder-to-a-network-share-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.606 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-18 13:18:17 -->
