<?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>Inspire &#187; Troubleshooting</title>
	<atom:link href="http://blog.3-prime.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.3-prime.com</link>
	<description>a blog about small business promotion</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:48:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>aio-seo pack for wordpress and the %post_title% as text</title>
		<link>http://blog.3-prime.com/2012/02/aio-seo-pack-wordpress-post_title-as-text/</link>
		<comments>http://blog.3-prime.com/2012/02/aio-seo-pack-wordpress-post_title-as-text/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:06:41 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[CT Web Design]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Website Copywriting]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[%post_title%]]></category>
		<category><![CDATA[meta description]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=1023</guid>
		<description><![CDATA[I ran into this issue for someone this week when cleearing out issues from Google webmaster tools. specifically I was trying to remove the problem of duplicate descriptions for web pages from their blog posts. here&#8217;s what All-in-One-SEO has for the meta description setting:

Here&#8217;s what I wanted it to do:

But what it did was put [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into this issue for someone this week when cleearing out issues from Google webmaster tools. specifically I was trying to remove the problem of duplicate descriptions for web pages from their blog posts. here&#8217;s what All-in-One-SEO has for the meta description setting:</p>
<p><img src="/wp-content/uploads/2012/02/normal-description.jpg" alt="normal-description" width="538" height="111" class="aligncenter size-full wp-image-1024" /></p>
<p>Here&#8217;s what I wanted it to do:</p>
<p><img src="/wp-content/uploads/2012/02/description-with-post_title.jpg" alt="description-with-%post_title%" width="529" height="68" class="aligncenter size-full wp-image-1025" /></p>
<p>But what it did was put add this text to the beginning of my meta description tag! </p>
<p>I tried several other combinations, no luck. so I contacted the plugin developer and said:</p>
<blockquote><p>Referring to this <a href="http://wordpress.org/support/topic/instead-of-seeing-the-actual-post-title-for-pages-i-see-the-text-post_title" target="_blank">thread</a>:<br />
I have a client using this plugin, the free version, and I cannot get the meta description in posts to display the %post_title%. I was wondering if this bug was fixed in the pro version. </p></blockquote>
<p>In their second response I gleened the following solution! Put this as your description:</p>
<p><img src="/wp-content/uploads/2012/02/description-with-wp_title.jpg" alt="description-with-%wp_title%" width="494" height="39" class="aligncenter size-full wp-image-1026" /></p>
<p>And Viola! My post title, pulled in using the variable &#8220;<strong>%wp_title%</strong>&#8221; is included in my meta description. Thanks Semper Fi Web Design, great plugin and valueble support responses!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2012/02/aio-seo-pack-wordpress-post_title-as-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend GData Google Spreadsheets Error &#8211; The Dread 400 Error &#8216;We&#8217;re sorry, a server error occurred&#8217;!</title>
		<link>http://blog.3-prime.com/2011/09/zend-gdata-google-spreadsheets-error-the-dread-400-error-were-sorry-a-server-error-occurred/</link>
		<comments>http://blog.3-prime.com/2011/09/zend-gdata-google-spreadsheets-error-the-dread-400-error-were-sorry-a-server-error-occurred/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 16:57:18 +0000</pubDate>
		<dc:creator>Cornel</dc:creator>
				<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google Spreadsheets]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Zend GData]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=897</guid>
		<description><![CDATA[Finally Found a solution to the following Error Message when inserting a new Row into a worksheet:
Expected response code 200, got 400 We&#8217;re sorry, a server error occurred. Please wait a bit and try again.
The Fix:  Your column header values must be lower case, they can&#8217;t be Capitalized!
so this:
array("Name"=>"YOURNAME",
      [...]]]></description>
			<content:encoded><![CDATA[<p>Finally Found a solution to the following Error Message when inserting a new Row into a worksheet:</p>
<blockquote style="color: #a00001;"><p>Expected response code 200, got 400 We&#8217;re sorry, a server error occurred. Please wait a bit and try again.</p></blockquote>
<p>The Fix:  Your column header values <strong>must be lower case</strong>, they <strong>can&#8217;t be Capitalized</strong>!</p>
<p>so this:
<code>array("Name"=>"YOURNAME",
      "Email"=>"youremail@fakeemail.com");
</code></p>
<p>Must be converted to resemble:</p>
<p><code>array(<strong><em>"name"</em></strong>=>"YOURNAME",
      <strong><em>"email"</em></strong>=>"youremail@fakeemail.com");
</code></p>
<p>I hope this helps.  Took me a day of researching to find this fix.</p>
<p><strong>h/t:</strong> <a href="http://www.ayasoftware.com/content/magento-how-work-google-spreadsheets">http://www.ayasoftware.com/content/magento-how-work-google-spreadsheets</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2011/09/zend-gdata-google-spreadsheets-error-the-dread-400-error-were-sorry-a-server-error-occurred/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Running Slowly after Windows Update MS11-021</title>
		<link>http://blog.3-prime.com/2011/08/excel-running-slowly-after-windows-update-ms11-021/</link>
		<comments>http://blog.3-prime.com/2011/08/excel-running-slowly-after-windows-update-ms11-021/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 15:35:37 +0000</pubDate>
		<dc:creator>Cornel</dc:creator>
				<category><![CDATA[Excel (PC)]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=880</guid>
		<description><![CDATA[Bug Fix for Excel 2003 workbooks openning slowly across networks after applying Windows Update MS11-021.]]></description>
			<content:encoded><![CDATA[<h2>Excel Running Slowly after Windows Update (MS11-021 Office File Validation Add-in)</h2>
<p>If you are running Excel 2003 on Win XP/7 and attempt to open workbooks across a network, you may be experiencing a pretty dramatic lag in file openning.</p>
<p>If so, the bug is outlined on the Microsoft website here: See: <a href="http://support.microsoft.com/kb/2570623">http://support.microsoft.com/kb/2570623</a></p>
<p>Fixes can be found here (h/t to  steveit.ca for finding these)</p>
<p><a href="http://steveit.ca/2011/07/14/excel-2003-files-slow-to-open-after-windows-update/">http://steveit.ca/2011/07/14/excel-2003-files-slow-to-open-after-windows-update/</a></p>
<p><a href="http://pariswells.com/blog/tag/windows-xp-excel-2003-slow-opening">http://pariswells.com/blog/tag/windows-xp-excel-2003-slow-opening</a></p>
<p><a href="http://community.spiceworks.com/topic/146154-ms-excel-hanging-when-opening-a-file-after-recent-ms-security-updates">http://community.spiceworks.com/topic/146154-ms-excel-hanging-when-opening-a-file-after-recent-ms-security-updates</a> (discussion thread)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2011/08/excel-running-slowly-after-windows-update-ms11-021/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change file extension windows application</title>
		<link>http://blog.3-prime.com/2011/04/change-file-extension-windows-application/</link>
		<comments>http://blog.3-prime.com/2011/04/change-file-extension-windows-application/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 20:38:43 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Have You Seen...]]></category>
		<category><![CDATA[Services & Products]]></category>
		<category><![CDATA[Small Business Web Solutions]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[extention]]></category>
		<category><![CDATA[filename]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=822</guid>
		<description><![CDATA[This is actually a windows shell extension for changing file extensions in groups.
This just saved me about an hour, and an aggravating hour at that!
Big shout out to T800 Productions, thanks for the app!
]]></description>
			<content:encoded><![CDATA[<p>This is actually a <a href="http://free-sk.t-com.hr/T800/software/changeExt.htm">windows shell extension for changing file extensions in groups</a>.</p>
<p>This just saved me about an hour, and an aggravating hour at that!</p>
<p>Big shout out to <a href="http://free-sk.t-com.hr/T800/">T800 Productions</a>, thanks for the app!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2011/04/change-file-extension-windows-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot upload via FTP, Path too deep error and Windows Firewall</title>
		<link>http://blog.3-prime.com/2011/04/cannot-upload-via-ftp-path-too-deep-error-and-windows-firewall/</link>
		<comments>http://blog.3-prime.com/2011/04/cannot-upload-via-ftp-path-too-deep-error-and-windows-firewall/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 16:31:06 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Have You Seen...]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Small Business Web Solutions]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[can't upload]]></category>
		<category><![CDATA[cannot ftp upload]]></category>
		<category><![CDATA[file path too deep]]></category>
		<category><![CDATA[lan connection]]></category>
		<category><![CDATA[windows firewall]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=801</guid>
		<description><![CDATA[One of our web development workstations completely stopped uploading this morning, causing us to spend several hours troubleshooting. Download speeds upwards of 20MBPS, upload&#8230; Nothing.

We reinstalled the NIC, we disabled windows firewall, we tried a number of different things, finally deciding that this made no sense and we were going to re-image the machine. 
Taking [...]]]></description>
			<content:encoded><![CDATA[<p>One of our web development workstations completely stopped uploading this morning, causing us to spend several hours troubleshooting. Download speeds upwards of 20MBPS, upload&#8230; Nothing.<br />
<span id="more-801"></span><br />
<div id="attachment_802" class="wp-caption alignright" style="width: 344px"><a href="http://blog.3-prime.com/wp-content/uploads/2011/04/windows-firewall.jpg"><img src="http://blog.3-prime.com/wp-content/uploads/2011/04/windows-firewall.jpg" alt="Windows Firewall on LAN Connections" title="Windows Firewall on LAN Connections" width="334"  class="size-full wp-image-802" /></a><p class="wp-caption-text">Windows Firewall on LAN Connections</p></div><br />
We reinstalled the NIC, we disabled windows firewall, we tried a number of different things, finally deciding that this made no sense and we were going to re-image the machine. </p>
<p>Taking one last look, <a href="http://www.3-prime.com/company/the-team/">Cornel Boudria</a>, co-owner of 3PRIME, went into the windows firewall settings, under the advanced tab and unchecked the box that enables the firewall for the LAN connections. </p>
<p>Even though we had already disabled the windows firewall, it was still disabling the ability for the workstation to move files out. We couldn&#8217;t upload and we couldn&#8217;t write files bigger than 2mb to the network. </p>
<p>Once that box was unchecked, we were able to upload normally as well as write files to the network. </p>
<p>So, if you cannot upload, and you are getting &#8220;file path to deep&#8221; errors trying to write out to the network, take a look at the windows firewall and make sure that it is not &#8220;protecting&#8221; you from getting anything done!</p>
<p>To access these settings, I got to the control panel > Windows Firewall Advanced Tab and Uncheck the box next to the active LAN connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2011/04/cannot-upload-via-ftp-path-too-deep-error-and-windows-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contact the FCC today to register your opinion</title>
		<link>http://blog.3-prime.com/2010/12/contact-the-fcc-today-to-register-your-opinion/</link>
		<comments>http://blog.3-prime.com/2010/12/contact-the-fcc-today-to-register-your-opinion/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 13:54:31 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Goverment and the Internet]]></category>
		<category><![CDATA[Have You Seen...]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[fcc]]></category>
		<category><![CDATA[net neutrality]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=667</guid>
		<description><![CDATA[1) Should Comcast be able to buy NBC?
Click here to post your comment directly to the FCC. 
2) Should the FCC new rules go into effect?
Click here to post your comment directly to the FCC. 
3) Want to call the FCC, click here.
]]></description>
			<content:encoded><![CDATA[<p>1) Should Comcast be able to buy NBC?<br />
<a href="http://fjallfoss.fcc.gov/ecfs/upload/display?z=tuyet" target="_blank">Click here to post your comment</a> directly to the FCC. </p>
<p>2) Should the FCC new rules go into effect?<br />
<a href="http://fjallfoss.fcc.gov/ecfs/upload/display?z=bp1pu" target="_blank">Click here to post your comment</a> directly to the FCC. </p>
<p>3) Want to call the FCC, <a href="http://act2.freepress.net/sign/red_phone_net_neutrality/?source=STIhomepage" target="_blank">click here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2010/12/contact-the-fcc-today-to-register-your-opinion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a bot</title>
		<link>http://blog.3-prime.com/2010/10/what-is-a-bot/</link>
		<comments>http://blog.3-prime.com/2010/10/what-is-a-bot/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 19:46:02 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Have You Seen...]]></category>
		<category><![CDATA[Spamming]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[connecticut]]></category>
		<category><![CDATA[form spam]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=575</guid>
		<description><![CDATA[We build websites for business in Connecticut and many other locations. A recently launched website has started to get form spam, which is an unfortunate fact of life if you want to make it easy for visitors to fill in forms (i.e. no CAPTCHA). Seeing it come in, (Yes, we monitor our forms for spam [...]]]></description>
			<content:encoded><![CDATA[<p>We build websites for business in Connecticut and many other locations. A recently launched website has started to get form spam, which is an unfortunate fact of life if you want to make it easy for visitors to fill in forms (i.e. no CAPTCHA). Seeing it come in, (Yes, we monitor our forms for spam so business owners can be alerted to activity and what it means), I alerted the owner that this was just spam and could be ignored. A bot had spammed his form and it was not a particularly concerning event.<br />
<span id="more-575"></span><br />
In response he asked me &#8220;what is a bot&#8221;.</p>
<p>Here&#8217;s what I wrote back:</p>
<blockquote><p>A <strong>bot</strong> is like a search engine spider, it is software that visits web pages for various purposes. With search engines, they view pages, download their content and index them to become available in search engines.</p>
<p>In this case, form bots fill in info to see what happens. For example, some forms send the visitor an auto-reply telling them their request was received. If forms do that, then a bot, or robot, can use them to send spam to people using your website. Your form doesn&#8217;t do this for precisely that reason. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2010/10/what-is-a-bot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adwords reading for beginners</title>
		<link>http://blog.3-prime.com/2010/08/adwords-reading-for-beginners/</link>
		<comments>http://blog.3-prime.com/2010/08/adwords-reading-for-beginners/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 12:01:12 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[PPC]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Advertising]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[adwords]]></category>
		<category><![CDATA[adwords setup]]></category>
		<category><![CDATA[google adwords]]></category>
		<category><![CDATA[guide]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=480</guid>
		<description><![CDATA[I believe I am spending about $2 per click with Google but some of the site is a little confusing and it seems that I might be wasting my money &#8230; Is there a good source of information to help learn setting up adwords that you would suggest?
Here&#8217;s a couple of sets of results:
adwords+setup+guide+&#8221;best+practices&#8221;
adwords+setup+guide+&#8221;quality+score&#8221;
Pay the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I believe I am spending about $2 per click with Google but some of the site is a little confusing and it seems that I might be wasting my money &#8230; Is there a good source of information to help learn setting up adwords that you would suggest?</p></blockquote>
<p>Here&#8217;s a couple of sets of results:</p>
<p><a href="http://www.google.com/search?q=adwords+setup+guide+"best+practices"">adwords+setup+guide+&#8221;best+practices&#8221;</a></p>
<p><a href="http://www.google.com/search?q=adwords+setup+guide+"quality+score"">adwords+setup+guide+&#8221;quality+score&#8221;</a></p>
<p>Pay the most attention to google forums and webpages for learning how to navigate the platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2010/08/adwords-reading-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DO NOT LEASE EQUIPMENT FROM DELL</title>
		<link>http://blog.3-prime.com/2010/05/do-not-lease-equipment-from-dell/</link>
		<comments>http://blog.3-prime.com/2010/05/do-not-lease-equipment-from-dell/#comments</comments>
		<pubDate>Mon, 24 May 2010 18:13:45 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Have You Seen...]]></category>
		<category><![CDATA[Press Releases]]></category>
		<category><![CDATA[Services & Products]]></category>
		<category><![CDATA[Small Business Web Solutions]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[dell financial services]]></category>
		<category><![CDATA[end of lease]]></category>
		<category><![CDATA[USPS. delivery confirmation]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=364</guid>
		<description><![CDATA[One of the great downsides to outsourcing business services is that once in a while, you totally lose a customer, and sometimes that customer takes the time to tell others why. Here I am!
When we first started growing our employee base, we leased a desktop from Dell to try out the experience. We ended up [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great downsides to outsourcing business services is that once in a while, you totally lose a customer, and sometimes that customer takes the time to tell others why. Here I am!<span id="more-364"></span></p>
<p>When we first started growing our employee base, we leased a desktop from Dell to try out the experience. We ended up spending about $750 on a desktop that we could have gotten for about $375, but we paid it monthly (~$40) so it wasn&#8217;t a big deal. We had decided that we would be returning it rather than buying it, as they want another $300 for the now quite outdated equipment. We actually got a great deal on 2 Dell desktops, Vostros, and been quite happy with them.</p>
<p><strong>Dell End of Lease</strong><br />
We got our instructions, followed them to the letter, repacking and mailing the 2 boxes (CPU and Monitor) back via USPS. I happily paid about $60 for the shipping, delivery confirmation and insurance. Especially the Delivery Confirmation!</p>
<p>About one month later we got a call from Dell Financial stating we were overdue on our monthly payment. We gave them our RMA number and delivery confirmation info and they said they&#8217;d check into it. We assumed after some clerical error, the matter was closed.</p>
<p>Then, today we get a call that we were to be referred to collections over $80 that they considered past due. So here I am stating blatantly and publicly that my company, and anyone who cares to listen, <strong>will not be doing business with Dell Financial, EVER AGAIN!</strong>.</p>
<p><strong>Why we recommend not to do business with Dell Financial:</strong></p>
<ul>
<li>Over pay for the product</li>
<li>Their end of lease system is clearly flawed</li>
<li>Their customer service reps can&#8217;t solve a problem</li>
<li>Their customer care can offer no solutions, and are sans care</li>
</ul>
<p>I will be back here if I get another call. Clearly we owe them nothing since their equipment was returned. Now it&#8217;s treading in the waters of wasting my f@cking time, may the next outsourced person who calls me about this matter be bearing a stout heart because I am going to <strong>ruin their day</strong> if they do.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2010/05/do-not-lease-equipment-from-dell/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CPU Fan failure and replacement</title>
		<link>http://blog.3-prime.com/2010/03/cpu-fan-failure-replacement/</link>
		<comments>http://blog.3-prime.com/2010/03/cpu-fan-failure-replacement/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 13:28:46 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[fan]]></category>
		<category><![CDATA[heatsink]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://blog.3-prime.com/?p=325</guid>
		<description><![CDATA[To be fair, my previous cpu fan didn&#8217;t actually fail, the assembly attaching it to the heatsink fell apart, toothlessly refusing to remain in place despite several stern warnings.

3PRIME started out with 4 workstations in 2005, which have served us very well. 5 years later they are still our primary machines, longevity and reliability that [...]]]></description>
			<content:encoded><![CDATA[<p>To be fair, my previous cpu fan didn&#8217;t actually fail, the assembly attaching it to the heatsink fell apart, toothlessly refusing to remain in place despite several stern warnings.<br />
<span id="more-325"></span><br />
3PRIME started out with 4 workstations in 2005, which have served us very well. 5 years later they are still our primary machines, longevity and reliability that speaks for itself. </p>
<p>Recently upgrading our RAM, I found that the CPU fan was loose and sure enough, 2 weeks later, booting up I receive a CPU fan failure warning on boot. Because I only needed to knock out a couple of tasks, it was a Saturday, I decided to try and work with out the fan. This worked for about 8 minutes before the computer gracelessly powered down. </p>
<p>Now, we have other workstations, and some would say I&#8217;d be smart to take opportunity to upgrade, but with my time and ability to manage multiple tasks taxed to the limit, I prefer to go with the least business-hour downtime and I opted to try and buy my replacement part locally. </p>
<p>The only repair shop that carries CPU fan assemblies in the area, that I found on google, was <a href="http://www.pcw-computer.com/" target="_blank">PCW</a> and they did indeed have the AM2 socket heatsink and fan combo I needed! I got in this morning, grudgingly unplugged everything, and set to what was really a straightforward task.</p>
<p>This style of cooling fan assembly has a &#8220;tightener&#8221; to lock the heatsink and fan down on the processor. I loosened the old assembly, already sans-fan, and cleaned out the dust built up around it&#8217;s local crevices. </p>
<p>My new part, the Thermaltake (p/n: CL-P0503) for AMD Athlon 64 series (socket AM2), comes with glue pre-applied. I centered the heatsink over the cpu and lowered it over the processor. After that, I positioned the clamp that attached to either side and tightened the assembly down and locked it into place. </p>
<p>Rebooting the machine and saying a prayer, I watched my workstation roar back to life. And with only $17 and mild irritation, I am back to work. Praise the Lord!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.3-prime.com/2010/03/cpu-fan-failure-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

