<?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/"
	>

<channel>
	<title>Nick Bartlett</title>
	<atom:link href="http://www.nickbartlett.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickbartlett.com/wordpress</link>
	<description>"Every man I meet is my superior in some way, and in that I learn from him." - Emerson</description>
	<pubDate>Thu, 14 Jan 2010 15:43:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zend server php in css file not working</title>
		<link>http://www.nickbartlett.com/wordpress/zend-server-php-in-css-file-not-working/</link>
		<comments>http://www.nickbartlett.com/wordpress/zend-server-php-in-css-file-not-working/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:43:09 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Apache Server]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=562</guid>
		<description><![CDATA[I setup a local test environment using Zend Server at my new job and copied the VirtualHosts from the live server, which is apache on linux, and put them in the httpd-vhosts.conf file that came with Apache 2.2 in Zend Server.  The simple solution to be able to use php inside of the css file [...]]]></description>
			<content:encoded><![CDATA[<p>I setup a local test environment using Zend Server at my new job and copied the VirtualHosts from the live server, which is apache on linux, and put them in the httpd-vhosts.conf file that came with Apache 2.2 in Zend Server.  The simple solution to be able to use php inside of the css file is to do the following</p>
<p>AddType application/x-httpd-php .php .css</p>
<p>Unfortunately, that didn&#8217;t work.  However, after a few hours I did find a solution.  In the httpd.conf file, find the following line</p>
<p>AddHandler zend-enabler-script .php</p>
<p>And change to -</p>
<p>AddHandler zend-enabler-script .php .css</p>
<p>I restarted apache and it now works.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fzend-server-php-in-css-file-not-working%2F&amp;linkname=Zend%20server%20php%20in%20css%20file%20not%20working"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/zend-server-php-in-css-file-not-working/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dreamweaver 8 crashes or shuts down on windows 7</title>
		<link>http://www.nickbartlett.com/wordpress/dreamweaver-8-crashes-or-shuts-down-on-windows-7/</link>
		<comments>http://www.nickbartlett.com/wordpress/dreamweaver-8-crashes-or-shuts-down-on-windows-7/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 21:23:01 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[dreamweaver]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=560</guid>
		<description><![CDATA[I installed Dreamweaver 8 for its awesome code searching ability and every time I&#8217;d navigate to a file the program would shut down.  The problem is a conflict between Microsoft Groove and Dreamweaver 8.  You&#8217;ll have to uninstall one of them. To uninstall Groove, follow these instructions http://support.microsoft.com/kb/907504
&#8220;Dreamweaver 8 may crash when it performs file [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Dreamweaver 8 for its awesome code searching ability and every time I&#8217;d navigate to a file the program would shut down.  The problem is a conflict between Microsoft Groove and Dreamweaver 8.  You&#8217;ll have to uninstall one of them. To uninstall Groove, follow these instructions <a href="http://support.microsoft.com/kb/907504" target="_blank">http://support.microsoft.com/kb/907504</a></p>
<p>&#8220;Dreamweaver 8 may crash when it performs file browsing actions on Microsoft Windows Vista. Some examples include:</p>
<ul>
<li>Using File &gt; Open to browse the hard drive to open a file.</li>
<li>Inserting an image and using the file browser to select the image.</li>
<li>Creating a hyperlink and using the file browser to select the target file.</li>
<li>Creating a site definition and using the file browser to select the local root folder or remote folder.</li>
</ul>
<p>Additional reported behavior includes:</p>
<ul>
<li>Crash occurs when a file browsing dialog appears.</li>
<li>Crash occurs when browsing two or more folders away.</li>
<li>Crash occurs after inserting four images.</li>
<li>Crash occurs when you leave the file browsing dialog box open for a period of time. &#8220;</li>
</ul>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fdreamweaver-8-crashes-or-shuts-down-on-windows-7%2F&amp;linkname=Dreamweaver%208%20crashes%20or%20shuts%20down%20on%20windows%207"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/dreamweaver-8-crashes-or-shuts-down-on-windows-7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SVN windows post-commit update hook</title>
		<link>http://www.nickbartlett.com/wordpress/svn-windows-post-commit-update-hook/</link>
		<comments>http://www.nickbartlett.com/wordpress/svn-windows-post-commit-update-hook/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:39:46 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[SVN]]></category>

		<category><![CDATA[svn hook]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=556</guid>
		<description><![CDATA[The environment is Windows XP running apache2 using TortoiseSVN. This is a development server that also has a copy of the repository trunk checked out and I want that checkout updated when somebody commits to the repository.
I spent hours on Google today trying to figure out how to get a hook script working on windows [...]]]></description>
			<content:encoded><![CDATA[<p>The environment is Windows XP running apache2 using TortoiseSVN. This is a development server that also has a copy of the repository trunk checked out and I want that checkout updated when somebody commits to the repository.</p>
<p>I spent hours on Google today trying to figure out how to get a hook script working on windows for SVN.</p>
<p>I found only one decent resource <a href="http://blog.pengoworks.com/index.cfm/2008/2/5/SVN-postcommit-for-Windows" target="_blank">http://blog.pengoworks.com/index.cfm/2008/2/5/SVN-postcommit-for-Windows</a> that didn&#8217;t work.  I kept getting the error &#8216;post-commit hook failed (exit code 1) with output: &#8217;svn is not recognized as an internal or external command, operable program or batch file.</p>
<p>Finally, a friend helped me out by looking up their configuration, which was a similar setup, and pointed me in the right direction.  In the post-commit.bat file you create, the only thing in the file should be this windows command:</p>
<p>&#8220;pathToYourSVN.exe&#8221; update &#8211;username yourSVNUserName &#8211;password yourSVNPassword pathToYourCodeCheckout</p>
<p>It&#8217;s a very different solution and very simple as well.  Hope this helps!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fsvn-windows-post-commit-update-hook%2F&amp;linkname=SVN%20windows%20post-commit%20update%20hook"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/svn-windows-post-commit-update-hook/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adwords Editor Tool Ambiguous Row Type</title>
		<link>http://www.nickbartlett.com/wordpress/adwords-editor-tool-ambiguous-row-type/</link>
		<comments>http://www.nickbartlett.com/wordpress/adwords-editor-tool-ambiguous-row-type/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:14:57 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Google Adwords]]></category>

		<category><![CDATA[Adwords Editor]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=553</guid>
		<description><![CDATA[After a lot searching today for a solution to this error, I decided to post the solution here so it may be easier found by others.  The error &#8220;Ambiguous Row Type&#8221; occurs if you upload the keywords column with the other 20+ columns of data to the Google Adword Editor.  
The solution is [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot searching today for a solution to this error, I decided to post the solution here so it may be easier found by others.  The error &#8220;Ambiguous Row Type&#8221; occurs if you upload the keywords column with the other 20+ columns of data to the Google Adword Editor.  </p>
<p>The solution is to remove the keywords column and upload.  Then, built a second spreadsheet containing the following columns:<br />
Campaign<br />
Ad Group<br />
Keyword<br />
Keyword type</p>
<p>This will upload and update your existing ads with the keyword.  Hope that helps!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fadwords-editor-tool-ambiguous-row-type%2F&amp;linkname=Adwords%20Editor%20Tool%20Ambiguous%20Row%20Type"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/adwords-editor-tool-ambiguous-row-type/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scriptaculous Ajax.autocompleter stop preselect of first option item</title>
		<link>http://www.nickbartlett.com/wordpress/scriptaculous-ajaxautocompleter-stop-preselect-of-first-option-item/</link>
		<comments>http://www.nickbartlett.com/wordpress/scriptaculous-ajaxautocompleter-stop-preselect-of-first-option-item/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 22:17:37 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=551</guid>
		<description><![CDATA[I have this search feature on the search input of my sites, but was annoyed when I&#8217;d hit the enter button the keyboard to submit the search after the autocomplete items were visible.  Instead of submitting the form as I desired, the first autocomplete option was entered into the input and then the form [...]]]></description>
			<content:encoded><![CDATA[<p>I have this search feature on the search input of my sites, but was annoyed when I&#8217;d hit the enter button the keyboard to submit the search after the autocomplete items were visible.  Instead of submitting the form as I desired, the first autocomplete option was entered into the input and then the form was submitted.  </p>
<p>To disable the pre selection of the first result item in the autocomplete, do the following: </p>
<p>In controls.js of the Scriptaculous library, on line 286: change &#8220;this.index = 0;&#8221; to &#8220;this.index = -1;&#8221;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fscriptaculous-ajaxautocompleter-stop-preselect-of-first-option-item%2F&amp;linkname=Scriptaculous%20Ajax.autocompleter%20stop%20preselect%20of%20first%20option%20item"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/scriptaculous-ajaxautocompleter-stop-preselect-of-first-option-item/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL import via command line on windows</title>
		<link>http://www.nickbartlett.com/wordpress/mysql-import-via-command-line-on-windows/</link>
		<comments>http://www.nickbartlett.com/wordpress/mysql-import-via-command-line-on-windows/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 15:20:57 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=549</guid>
		<description><![CDATA[Today I needed to import a 4.5GB file of SQL into a MySQL database.  Good ole phpmyadmin won&#8217;t handle anything close to that large, I it had to be command line.  It took me a bit to find the proper syntax, so hopefully this will rank well and provide a quick reference not [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed to import a 4.5GB file of SQL into a MySQL database.  Good ole phpmyadmin won&#8217;t handle anything close to that large, I it had to be command line.  It took me a bit to find the proper syntax, so hopefully this will rank well and provide a quick reference not only to myself but to everybody else.  </p>
<p>Save your text file of SQL somewhere on your computer and open a command window (start > run and type &#8220;cmd&#8221; and hit enter).  Type the following command</p>
<p>1. mysql -u root -p (then hit enter.  &#8220;root&#8221; is the database username you&#8217;re using)<br />
2. It&#8217;ll then prompt you to enter the password for that user.  Enter it and hit enter.<br />
3. type &#8220;USE databaseName&#8221; and hit enter.  (&#8221;databaseName&#8221; must be changed to whatever your database name is).<br />
4.  the final step is to use the &#8220;source&#8221; command and provide the location of your text file on your hard drive like   source C:\dump.sql</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fmysql-import-via-command-line-on-windows%2F&amp;linkname=MySQL%20import%20via%20command%20line%20on%20windows"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/mysql-import-via-command-line-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to restart apache2 on windows bundled with Zend Core</title>
		<link>http://www.nickbartlett.com/wordpress/how-to-restart-apache2-on-windows-bundled-with-zend-core/</link>
		<comments>http://www.nickbartlett.com/wordpress/how-to-restart-apache2-on-windows-bundled-with-zend-core/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 20:15:07 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Apache Server]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=546</guid>
		<description><![CDATA[Hopefully this will save somebody an hour of digging like I did today.  If you installed Zend Core and are using the bundled Apache2 that came with it, go to services.msc and you&#8217;ll find the apache2 service listed as &#8220;ZendCoreApache&#8221;.  It&#8217;ll be at the bottom of the list of two hundred services listed [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully this will save somebody an hour of digging like I did today.  If you installed Zend Core and are using the bundled Apache2 that came with it, go to services.msc and you&#8217;ll find the apache2 service listed as &#8220;ZendCoreApache&#8221;.  It&#8217;ll be at the bottom of the list of two hundred services listed instead of at the top where you&#8217;d expect near the A&#8217;s.  </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fhow-to-restart-apache2-on-windows-bundled-with-zend-core%2F&amp;linkname=How%20to%20restart%20apache2%20on%20windows%20bundled%20with%20Zend%20Core"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/how-to-restart-apache2-on-windows-bundled-with-zend-core/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Core Administration Web GUI Location</title>
		<link>http://www.nickbartlett.com/wordpress/zend-core-administration-web-gui-location/</link>
		<comments>http://www.nickbartlett.com/wordpress/zend-core-administration-web-gui-location/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 19:56:53 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Zend Core]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=544</guid>
		<description><![CDATA[If you can&#8217;t find how to open the Zend Core Administration web GUI, then hopefully this will help you out.  Go to http://localhost/ZendCore/index.php in your browser or on Windows go to Start &#124; All Programs &#124; Zend Core &#124; Zend Core Administration .  More documentation here from Zend http://files.zend.com/help/Zend-Core/zend-core.htm . 
]]></description>
			<content:encoded><![CDATA[<p>If you can&#8217;t find how to open the Zend Core Administration web GUI, then hopefully this will help you out.  Go to http://localhost/ZendCore/index.php in your browser or on Windows go to Start | All Programs | Zend Core | Zend Core Administration .  More documentation here from Zend http://files.zend.com/help/Zend-Core/zend-core.htm . </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fzend-core-administration-web-gui-location%2F&amp;linkname=Zend%20Core%20Administration%20Web%20GUI%20Location"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/zend-core-administration-web-gui-location/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Developer Jobs in Minneapolis St. Paul</title>
		<link>http://www.nickbartlett.com/wordpress/php-developer-jobs-in-minneapolis-st-paul/</link>
		<comments>http://www.nickbartlett.com/wordpress/php-developer-jobs-in-minneapolis-st-paul/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 17:01:05 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Add new tag]]></category>

		<category><![CDATA[php jobs]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=529</guid>
		<description><![CDATA[A challenge I&#8217;ve found being a PHP developer in the .NET and Java ruled Minneapolis and Saint Paul area is finding good PHP jobs.  I am building a list of companies in the Twin Cities that use PHP or have a need for PHP developers so when the time comes to find work, this list [...]]]></description>
			<content:encoded><![CDATA[<p>A challenge I&#8217;ve found being a PHP developer in the .NET and Java ruled Minneapolis and Saint Paul area is finding good PHP jobs.  I am building a list of companies in the Twin Cities that use PHP or have a need for PHP developers so when the time comes to find work, this list should be very helpful.  If you&#8217;re willing to work for ten bucks an hour, you can find PHP work in craigslist any day.  However, if you need to make a living, this list should help you out.  Please leave a comment with additional companies in the Twin Cities area you&#8217;re aware of that use PHP and need Developers.</p>
<p><strong>Employ Full Time PHP Developers</strong></p>
<ol>
<li>VISI <br /><a href="http://www.visi.com" target="_blank">visi.com</a></li>
<li>Sierra Bravo <br /><a href="http://sierrabravo.com/" target="_blank">www.sierrabravo.com</a></li>
<li>Ecreativeworks <br /><a href="http://www.ecreativeworks.com" target="_blank">ecreativeworks .com</a></li>
<li>Colle + Mcvoy <br /><a href="http://www.collemcvoy.com" target="_blank">collemcvoy.com</a></li>
<li>National Bankcard Services, Inc <br /><a href="http://www.nbs-inc.com" target="_blank">nbs-inc.com</a></li>
<li>Internet Exposure <br /><a href="http://www.iexposure.com/" target="_blank">iexposure.com/</a></li>
<li>Cazarin <br /><a href="http://www.cazarin.com/" target="_blank">cazarin.com/</a></li>
<li>Star Tribune<br /><a href="http://www.startribune.com/" target="_blank">startribune.com/</a></li>
<li>Digital River<br /><a href="http://www.digitalriver.com/" target="_blank">digitalriver.com/</a></li>
<li>Artropolis<br /><a href="http://www.artropolis.com/" target="_blank">artropolis.com/</a></li>
<li>The MLS Online<br /><a href="http://www.themlsonline.com/" target="_blank">themlsonline.com/</a></li>
</ol>
<p><strong>Contract or Temporary PHP Developers</strong></p>
<ol>
<li>Best Buy <br /><a href="http://www.bestbuy.com" target="_blank">bestbuy.com</a><br />
They only hire contractors.  Accenture is their main recruiting firm.
</li>
<li>Dolan Media <a href="http://www.dolanmedia.com" target="_blank">dolanmedia.com</a><br />
Various recruiting agencies</li>
<li>Regis <a href="http://www.regissalons.com" target="_blank">regissalons.com</a><br />
Various recruiting agencies</li>
</ol>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fphp-developer-jobs-in-minneapolis-st-paul%2F&amp;linkname=PHP%20Developer%20Jobs%20in%20Minneapolis%20St.%20Paul"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/php-developer-jobs-in-minneapolis-st-paul/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prevent Brass Screw Rust or Corrosion</title>
		<link>http://www.nickbartlett.com/wordpress/prevent-brass-screw-rust-or-corrosion/</link>
		<comments>http://www.nickbartlett.com/wordpress/prevent-brass-screw-rust-or-corrosion/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:57:57 +0000</pubDate>
		<dc:creator>nick</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[brass screw rust]]></category>

		<category><![CDATA[plumbing]]></category>

		<guid isPermaLink="false">http://www.nickbartlett.com/wordpress/?p=527</guid>
		<description><![CDATA[Today I had the privilege of sporting my plumber&#8217;s crack again.  Our tub faucet diverter was not working again for about the third time this year.  I&#8217;m actually getting pretty good at this routine and can have that stem out in less than five minutes.   The problem was the same as last time&#8230; the brass [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had the privilege of sporting my plumber&#8217;s crack again.  Our tub faucet diverter was not working again for about the third time this year.  I&#8217;m actually getting pretty good at this routine and can have that stem out in less than five minutes.   The problem was the same as last time&#8230; the brass screw on the end of the faucet diverter stem had twisted in half and broke.  I&#8217;m growing rather tired of fixing this every three months, so I went to <a title="Maple Grove Plumber" href="http://www.levahnbros.com" target="_blank">LeVahn Brothers Plumbing</a> in Maple Grove MN.  I talked with a very nice guy there, who was a plumber and may have been the owner of the store.  Unfortunately he didn&#8217;t have the diverter for my Union Brass bathtub faucet, but told me I could get one at <a href="http://www.parksupplyofamerica.com/" target="_blank">Park Supply</a> in downtown Minneapolis when they open on Monday.</p>
<p>I asked the plumber about alternative screw types to the brass screws that keep breaking, but he said other types of screws will just rust and get stuck in the stem.  I mentioned these screws turn a dark brown color after only three months when they break.  He said the brass screws are rusting or corroding and suggested I coat them in grease to repel the water when installing a new one this time.  I&#8217;ll have to check in my garage for some grease or I may use some silicone if I don&#8217;t have grease.  I&#8217;ll keep you posted as to the effectiveness of this solution.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.nickbartlett.com%2Fwordpress%2Fprevent-brass-screw-rust-or-corrosion%2F&amp;linkname=Prevent%20Brass%20Screw%20Rust%20or%20Corrosion"><img src="http://www.nickbartlett.com/wordpress/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.nickbartlett.com/wordpress/prevent-brass-screw-rust-or-corrosion/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
