<?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>Jamcleat</title>
	<atom:link href="http://jamcleat.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamcleat.com</link>
	<description>Hold fast, run free - the blatherings of CBCalvin</description>
	<lastBuildDate>Thu, 02 Sep 2010 04:00:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Furman and Scottish Games</title>
		<link>http://jamcleat.com/furman-and-scottish-games/</link>
		<comments>http://jamcleat.com/furman-and-scottish-games/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 04:00:43 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1191</guid>
		<description><![CDATA[I opened the Summer issue of the Furman alumni magazine only to find a picture of my neighbor. (Unfortunately, the webmaster cannot keep up with the print publication and and there are many broken links besides).  I would post links to the pics but cannot. Please make do with this scan
]]></description>
			<content:encoded><![CDATA[<p>I opened the Summer issue of the <a href="http://furman.edu/">Furman</a> <a href="http://alumni.furman.edu/">alumni magazine</a> only to find a picture of my <a href="http://britishcarmechanic.com/">neighbor</a>. (Unfortunately, the webmaster cannot keep up with the print publication and and there are many broken links besides).  I would post links to the pics but cannot. Please make do with this scan.<div id="attachment_1192" class="wp-caption alignleft" style="width: 160px"><a href="http://jamcleat.com/wp-content/uploads/2010/09/PrinceEdwardFurman3A.jpg"><img src="http://jamcleat.com/wp-content/uploads/2010/09/PrinceEdwardFurman3A-150x150.jpg" alt="John Burton (left) explains the details of the Austin-Healey 100 engine." title="PrinceEdwardFurman3A" width="150" height="150" class="size-thumbnail wp-image-1192" /></a><p class="wp-caption-text">John Burton (left) explains the details of the Austin-Healey 100 engine.</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/furman-and-scottish-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTKmm Quick Start</title>
		<link>http://jamcleat.com/gtkmm-quick-start/</link>
		<comments>http://jamcleat.com/gtkmm-quick-start/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:53:12 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1177</guid>
		<description><![CDATA[I got the notion to learn something about GTK and review my C++.  I have recently upgraded to Ubuntu  9.10 so some of the things I had before are gone.
Before you start, you will need libgtkmm-2.4-dev (version 1:2.18.2-1)  installed.
When you install it should also call for 
libcairomm-1.0-dev (version 1.8.0-1build1) will be installed
libglibmm-2.4-dev [...]]]></description>
			<content:encoded><![CDATA[<p>I got the notion to learn something about GTK and review my C++.  I have recently upgraded to Ubuntu  9.10 so some of the things I had before are gone.</p>
<p>Before you start, you will need libgtkmm-2.4<strong>-dev</strong> (version 1:2.18.2-1)  installed.</p>
<p>When you install it should also call for </p>
<p>libcairomm-1.0-dev (version 1.8.0-1build1) will be installed<br />
libglibmm-2.4-dev (version 2.22.1-2) will be installed<br />
libpangomm-1.4-dev (version 2.26.0-0ubuntu2) will be installed<br />
libsigc++-2.0-dev (version 2.0.18-2) will be installed</p>
<p>You may wish to install<br />
gtkmm-documentation (version 2.17.4-0ubuntu1) will be installed<br />
libglademm-2.4-doc (version 2.6.7-2) will be installed<br />
libglibmm-2.4-doc (version 2.22.1-2) will be installed<br />
libgtkmm-2.4-doc (version 1:2.18.2-1) will be installed</p>
<p>At that point, you can copy and paste the <a href="http://en.wikipedia.org/wiki/Gtkmm">example code</a> found on Wikipedia.</p>
<p>In order to follow the example literally, you will need to save each of the text files as the name indicated in the first line comment into an empty directory.  Start a command line window and switch to that directory.  Then the command given in the example should work.</p>
<p>If you copy and paste the g++ command you will get it right.  If you type it, the &#8220;`&#8221; things are in the upper-left on most keyboards under the tilde (~), not a single-quote (&#8217;)</p>
<blockquote><p>
me@home:~/Projects/gtk/hww$ g++ *.cc -o example `pkg-config gtkmm-2.4 &#8211;cflags &#8211;libs`<br />
me@home:~/Projects/gtk/hww$ ./example<br />
Hello world<br />
me@home:~/Projects/gtk/hww$
</p></blockquote>
<p><img src="http://jamcleat.com/wp-content/uploads/2010/08/HelloWorldScreenshot.png" alt="HelloWorldScreenshot" title="HelloWorldScreenshot" width="94" height="56" class="alignleft size-full wp-image-1181" /></p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/gtkmm-quick-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soul of the Tango</title>
		<link>http://jamcleat.com/soul-of-the-tango/</link>
		<comments>http://jamcleat.com/soul-of-the-tango/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 02:09:51 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1171</guid>
		<description><![CDATA[The music of Astor Piazzolla.  In case you had not guessed, my favorite Yo-Yo Ma out of half-a-dozen Yo-Yo Ma Cd&#8217;s. Cello, bandoneón, piano, guitar.  A pretty woman and a little wine are the only things that can add to that.
]]></description>
			<content:encoded><![CDATA[<p>The music of Astor Piazzolla.  In case you had not guessed, my favorite Yo-Yo Ma out of half-a-dozen Yo-Yo Ma Cd&#8217;s. Cello, bandoneón, piano, guitar.  A pretty woman and a little wine are the only things that can add to that.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/soul-of-the-tango/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Ago, Far Away</title>
		<link>http://jamcleat.com/long-ago-far-away/</link>
		<comments>http://jamcleat.com/long-ago-far-away/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 03:59:14 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[history]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1161</guid>
		<description><![CDATA[There was a camp.  All boys at camp Y-Noah in those days.  Maybe different now. Back then  a big treat was to go to a pine grove on the south side of the lake for an overnight.  Great camping, quiet.  And pine duff is soft and smooth.  In those days, [...]]]></description>
			<content:encoded><![CDATA[<p>There was a camp.  All boys at camp Y-Noah in those days.  Maybe different now. Back then  a big treat was to go to a pine grove on the south side of the lake for an overnight.  Great camping, quiet.  And pine duff is soft and smooth.  In those days, we carefully stepped across the spillway of the dam to get to the grove.</p>
<p>I am sure that many things have changed since those days. But one thing I know for sure is the same.  The concrete dam that forms Lake Noah is still there.  Which means that Headless Haddie still does not sleep at night.</p>
<p>That was already an old legend 50 years ago when I was a camper at Camp Y-Noah.  Haddie was said t0 be a local girl,  just about 12 or so.  When the workmen were building the dam, somehow, Haddie, too close to where the concrete was being poured, was struck by a bulldozer, her head severed instantly by the impact, rolled into the flowing concrete and was buried.  Her folks buried her body in a nearby graveyard.  But on moonless nights, her ghost comes to the lake to see if she can find her head.</p>
<p>The sound you hear in the pine grove is Haddie&#8217;s dress, blowing gently in the summer wind.</p>
<p>Make sure you know where your stuff is.  Especially your flashlight.  Did you remember fresh batteries?</p>
<p>Sleep tight campers.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/long-ago-far-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citizen Graham</title>
		<link>http://jamcleat.com/citizen-graham/</link>
		<comments>http://jamcleat.com/citizen-graham/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 03:02:36 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[commentary]]></category>
		<category><![CDATA[current events]]></category>
		<category><![CDATA[history]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1145</guid>
		<description><![CDATA[Senator Lindsey Graham (R-South Carolina) has discussed with other lawmakers the possibility of drafting a constitutional amendment to deny U.S. born children of illegally present mothers the U.S. citizenship guaranteed by the constitution.  Go for it Senator!  Senator Graham and his cronies cannot seem to even get a majority together to properly fund [...]]]></description>
			<content:encoded><![CDATA[<p>Senator Lindsey Graham (R-South Carolina) has discussed with other lawmakers the possibility of drafting a constitutional amendment to deny U.S. born children of illegally present mothers the U.S. citizenship guaranteed by the constitution.  Go for it Senator!  Senator Graham and his cronies cannot seem to even get a majority together to properly fund a patrol on the border to keep out drug carriers or bombers.  He should be concentrating on sorting the wheat from the chaff of the immigrants who come here by choice. He should leave the newborns that have no choice in the matter alone.  Apparently his once keen mind is fading. A trick from Genesis: Distract the audience with something truly inconsequential while the really important stuff slithers by. Time to pass the baton, Senator Graham.  I will be voting for whoever makes him Former Senator Graham.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/citizen-graham/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ice is Nice</title>
		<link>http://jamcleat.com/ice-is-nice/</link>
		<comments>http://jamcleat.com/ice-is-nice/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 21:30:00 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[climate]]></category>
		<category><![CDATA[current events]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1128</guid>
		<description><![CDATA[Sitting here on the deck on a seasonally hot day reading The Lost Symbol by Dan Brown.  I have a glass of what was ice water.  Before the ice &#8220;cubes&#8221; melted, they were prisms of a segment.  That is the shape that the level water in the ice maker has as the [...]]]></description>
			<content:encoded><![CDATA[<p>Sitting here on the deck on a seasonally hot day reading The Lost Symbol by Dan Brown.  I have a glass of what was ice water.  Before the ice &#8220;cubes&#8221; melted, they were prisms of a segment.  That is the shape that the level water in the ice maker has as the intersection with the arc that is the mold.  Someplace around here, I have articles (<a href="http://jamcleat.com/icemaker-repair">a</a>,<a href="http://jamcleat.com/ice-maker-repair-ii/">b</a>,<a href="http://jamcleat.com/icemaker-iii/">c</a>) about ice maker repair but when it works  an ice maker is a wonderful thing.</p>
<p>In a previous time, the ice cubes had to <em>be</em> made in the freezer section of the refrigerator.  A metal pan held held metal dividers that had to be warmed or shifted with a lever  to separate the rectangular prisms from the separators in the tray.  When plastic became popular, a plastic tray made &#8220;cubes&#8221; with trapezoidal faces.  These trays ejected the ice everywhere but into the glass you were trying to fill.</p>
<p>Back even farther, chunks of ice were broken from the same block of ice that cooled the food in the ice box.  An ice pick was poked at the ice until a chunk came off.  The block of ice likely came from an ice plant where ammonia refrigerant cooled a couple of gallons of water in each mold to make thousands of blocks every day.</p>
<p>Even farther back and maybe still today where it is more economical than not, ice was sawn from surface of a lake or even a purpose-built pond. Hauled and stored in an ice-house with sawdust packed between the blocks to keep them from sticking and to insulate.</p>
<p>Just some thoughts on a day when the temperature is 97 or so.  A bit of a breeze make it tolerable.  And ice water makes it enjoyable.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/ice-is-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome EULA Rant</title>
		<link>http://jamcleat.com/chrome-eula-rant/</link>
		<comments>http://jamcleat.com/chrome-eula-rant/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 15:28:44 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[patents]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1117</guid>
		<description><![CDATA[I went to download Chrome for my Ubutu distribution.  For some reason, I decided to actually read the EULA. I usually let the kitten step on the keyboard until that nonsense goes away.  I would never agree to any of that EULA crap without a lawyer&#8217;s advice. In the middle of the EULA was a [...]]]></description>
			<content:encoded><![CDATA[<p>I went to download Chrome for my Ubutu distribution.  For some reason, I decided to actually read the EULA. I usually let the kitten step on the keyboard until that nonsense goes away.  I would never agree to any of that EULA crap without a lawyer&#8217;s advice. In the middle of the EULA was a reference to:</p>
<p>&#8220;AVC Patent Portfolio License&#8221;</p>
<p>Another license which I, without legal assistance need to understand.  Googling for the phrase gives me a <a href=" http://www.m4if.org/exhibitions/IBC2004/presentations/Session3-D.Skandalis.pdf">great summary presentation</a>.</p>
<p>Note that the title page provides this warning </p>
<blockquote><p>&#8220;This presentation is for information purposes only.<br />
Actual license agreements will provide the only definitive and reliable statement of license terms.&#8221;</p></blockquote>
<p>In the presentation, on slide 2, second bullet, is &#8220;Align with AVC product value chain&#8221;</p>
<p>This line reminds me of the moment in my Draft Physical where the doctor says to a line of 20 young men, with their bare toes on a yellow tape line on the floor,  &#8220;Bend over and spread your cheeks&#8221;.</p>
<p>But do not delay&#8230;<br />
First Term: August 1, 2002 – December 31, 2010<br />
Threshold levels to encourage early-stage adoption and minimize impact on lower volume users&#8230;<br />
Call now&#8230; Operators are standing by&#8230; Limited time offer&#8230; (Did I pay too much by not waiting for the price to come down?)  Does AVC seem like a scam to you?</p>
<p>Rate Protection on Renewal – royalty rates for specific license grants (except for Internet Broadcast AVC*) will not increase by more than 10% at renewals</p>
<p>This is my absolute favorite because I am a Mainframe Dinosaur.  While the predicted death of the IBM mainframe seems to be long delayed, the mainframe software vendors continue to work to ensure the mainframe&#8217;s imminent demise through destructive software licensing conditions.  Dr. Merrill and a few other have the right idea.</p>
<p>I&#8217;m with Shakespeare (Henry The Sixth, Part 2 Act 4, scene 2, 71–78)</p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/chrome-eula-rant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garden Pond Pump Maintenance III</title>
		<link>http://jamcleat.com/garden-pond-pump-maintenance-iii/</link>
		<comments>http://jamcleat.com/garden-pond-pump-maintenance-iii/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 01:09:41 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[yard]]></category>
		<category><![CDATA[yardwork]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1074</guid>
		<description><![CDATA[At  the front of the house is a solar power fountain.  My wife had bought a kit from a local store about 5 years ago.  With the constant exposure to the weather and occasional freezing, the solar cell went bad.
So I needed a replacement solar cell.  How can you tell if your solar cell is [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1075" class="wp-caption alignleft" style="width: 160px"><a href="http://jamcleat.com/wp-content/uploads/2010/07/dsc_6941.jpg"><img src="http://jamcleat.com/wp-content/uploads/2010/07/dsc_6941-150x150.jpg" alt="This pond is in front of the house" title="Front Pond" width="150" height="150" class="size-thumbnail wp-image-1075" /></a><p class="wp-caption-text">This little pond is in front of the house</p></div><br />
At  the front of the house is a solar power fountain.  My wife had bought a kit from a local store about 5 years ago.  With the constant exposure to the weather and occasional freezing, the solar cell went bad.</p>
<p>So I needed a replacement solar cell.  How can you tell if your solar cell is bad?  If you have a multimeter [I prefer the kind with a needle because then I know it is not the battery], you can read out the voltage produced in bright sunlight.  The front of the old panel was wet on the inside and you coud see right through in places.  Time for a new one.<br />
A little web-surfing brought up <a href="http://www.siliconsolar.com/index.html"> Silcon Solar </a>.  Their on-line catalog had a picture of a pump similar to mine.  And a kit that included that pump with a solar cell that looked quite different. An e-mail exchange over a couple of days answered my questions and the new solar cell is in place and powering the fountain.  This 18v (white and blue at left) solar cell will power the 12v pump unit just fine.</p>
<p>But the little 12v pump needs care too.  The sun helps the algae to grow and the rain stirs up the sand at the bottom of the pond and that can stall the pump, even with the filter.  Here is how to clean the pump in the pond at the front of the house.</p>
<p><div id="attachment_1079" class="wp-caption alignleft" style="width: 143px"><a href="http://jamcleat.com/wp-content/uploads/2010/07/DSC_7378.JPG"><img class="size-medium wp-image-1079" title="Pump, 12V" src="http://jamcleat.com/wp-content/uploads/2010/07/DSC_7378-199x300.jpg" alt="12 volt pump unit from the front pond" width="133" height="200" /></a><p class="wp-caption-text">12 volt pump unit from the front pond</p></div>
<p>The pump unit consists of a top cover, a base plate with the motor and pump attached, the fountain tube, a wire that is connected to the power source or solar cell and what cannot be seen is piece of filter media.</p>
<p>Before attempting to remove the top cover, remove the fountain tube from the pump outlet.  Be care not to bend the tube at any time.  Carefully twist and pull the tube from the pump outlet tube just outside the cover.  Once the tube is remove, the cover can be separated from the baseplate.</p>
<div id="attachment_1080" class="wp-caption alignleft" style="width: 210px"><a href="http://jamcleat.com/wp-content/uploads/2010/07/DSC_7379.JPG"><img class="size-medium wp-image-1080" title="Separate the baseplate from the cover" src="http://jamcleat.com/wp-content/uploads/2010/07/DSC_7379-300x199.jpg" alt="Press to separate" width="200" height="133" /></a><p class="wp-caption-text">Press to separate</p></div>
<p>At the bottom of  the cover where it meets the baseplate  are 4 tabs.  Lifting the tabs lightly at the same time, allows the cover and base plate to separate.Removing the filter media reveals the pump components. The pump, on the baseplate consists of a cover/front half, motor-impeller assembly mounted on the baseplate.</p>
<p>Remove the filter medium.  Rinse thoroughly.  Wringing will shorten the life of the medium.</p>
<p>Carefully use the blade of a straight-slot screwdriver under the pump housing to remove the cover.  Rock the blade back and forth until the cover is loose.  Then lift straight off.  Carefully remove any debris or algae.  Rinse with pond water if required.<br />
<div id="attachment_1075" class="wp-caption alignleft" style="width: 209px"><a href="http://jamcleat.com/wp-content/uploads/2010/07/dsc_6941.jpg"><br />
<img class="size-medium wp-image-1100" title="Pry up the pump cover" src="http://jamcleat.com/wp-content/uploads/2010/07/DSC_7383-199x300.jpg" alt="Pry up the pump cover" width="133" height="200" /></a><p class="wp-caption-text">Pry up the pump cover</p></div><br />
Test that the pump impeller turns freely by making sure that the solar cell is in full sun.  The motor should run vigorously.  If not check for binding due to dirt or algae. Replace the cover and insure that the pump continues to run at full speed without binding or stalling.</p>
<p><a href="http://jamcleat.com/wp-content/uploads/2010/07/DSC_7384.JPG"><img src="http://jamcleat.com/wp-content/uploads/2010/07/DSC_7384-150x150.jpg" alt="DSC_7384" title="DSC_7384" width="150" height="150" class="alignleft size-thumbnail wp-image-1105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/garden-pond-pump-maintenance-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garden Pond Pump Maintenance II</title>
		<link>http://jamcleat.com/garden-pond-pump-maintenance-ii/</link>
		<comments>http://jamcleat.com/garden-pond-pump-maintenance-ii/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 21:17:59 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[repairs]]></category>
		<category><![CDATA[yardwork]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1062</guid>
		<description><![CDATA[In addition to the fish pond, there is a cascade.  Water in the large (50 gallon) pool at the bottom is pumped to the top pan (5 gallon) and cascades down the 3 cascade pan to the bottom.  The pump for this set is about 150 G/H and sucks in a lot of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1063" class="wp-caption alignleft" style="width: 310px"><a href="http://jamcleat.com/wp-content/uploads/2010/07/dsc_3090.jpg"><img class="size-medium wp-image-1063" title="Cascade" src="http://jamcleat.com/wp-content/uploads/2010/07/dsc_3090-300x199.jpg" alt="Cascade" width="300" height="199" /></a><p class="wp-caption-text">Cascade</p></div>
<p>In addition to the fish pond, there is a cascade.  Water in the large (50 gallon) pool at the bottom is pumped to the top pan (5 gallon) and cascades down the 3 cascade pan to the bottom.  The pump for this set is about 150 G/H and sucks in a lot of stuff.  After replacing the pump because of jams a couple of times, I came up with a filter system that seems to work.  I used a plastic basket that you may be able to find in the same area of the store where the pumps are sold.  The baskets were originally intended to hold the roots of water-plants together when they must be removed to clean the pond.  I used the a square piece of plastic (cut from the bottom of a cat litter pan) to make a bottom.  The bottom is loosely retained with a couple of rings made with wire, twisted to close them.  The hose of the pump is punched through a hole cut in the bottom (now the top) of the basket.  The trash filter on the pump acts as the final defense but the plant-basket filter provides a large area screen that is fairly fine.  The only problem I have had is if it goes more than a week, the suction on the clogged basket filter flattens the basket.  Regular maintenance is essential.</p>
<div id="attachment_1064" class="wp-caption alignleft" style="width: 310px"><a href="http://jamcleat.com/wp-content/uploads/2010/07/dsc_3086.jpg"><img class="size-medium wp-image-1064" title="Cascade Pump Exposed" src="http://jamcleat.com/wp-content/uploads/2010/07/dsc_3086-300x199.jpg" alt="Pump exposed" width="300" height="199" /></a><p class="wp-caption-text">Pump exposed</p></div>
<p>I usually just leave this pump running when cleaning.  Lift the pump and filter out of the pond.  Detach the hose from the pump to free the basket-filter.  Use a hose or brush to clean the filter.  Use a hose or brush to clean the trash filter on the pump.  Put the hose back through the hole in the basket and insert the pump outlet in the hose.  Close the white lid, lower into the water and check the flow.  Put the brick back on the basket-filter to keep the lid closed.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/garden-pond-pump-maintenance-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garden Pond Pump Maintenance</title>
		<link>http://jamcleat.com/garden-pond-pump-maintenance/</link>
		<comments>http://jamcleat.com/garden-pond-pump-maintenance/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 16:09:59 +0000</pubDate>
		<dc:creator>cbcalvin</dc:creator>
				<category><![CDATA[repairs]]></category>
		<category><![CDATA[yard]]></category>
		<category><![CDATA[yardwork]]></category>

		<guid isPermaLink="false">http://jamcleat.com/?p=1036</guid>
		<description><![CDATA[On our lot in a subdivision, I have 4 small artificial garden ponds.  My wife likes the sound of falling water so 3 of the ponds have a pump to create a fountain or waterfall.  As the water circulates, the stuff that falls in the pond eventually ends up trying to go through [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1039" class="wp-caption alignleft" style="width: 310px"><a href="http://jamcleat.com/wp-content/uploads/2010/06/dsc_0064.jpg"><img class="size-medium wp-image-1039" title="Pond View" src="http://jamcleat.com/wp-content/uploads/2010/06/dsc_0064-300x198.jpg" alt="View of Pond" width="300" height="198" /></a><p class="wp-caption-text">View of Pond</p></div>
<p>On our lot in a subdivision, I have 4 small artificial garden ponds.  My wife likes the sound of falling water so 3 of the ponds have a pump to create a fountain or waterfall.  As the water circulates, the stuff that falls in the pond eventually ends up trying to go through the pump.<br />
I have spent a bundle of money over the years replacing pumps that have become clogged or jammed.  In an attempt to avoid this, I have put filters on each of the pumps.  The pump filters need periodic maintenance.  I have discovered that during the spring, summer and fall, the right period is once per week. If weather does not permit doing it each Saturday, it can go one more week but no more.  By the end of the second week, the filters are so filled with stuff that the pump is straining with reduced flow and there is the possiblility of jamming on something that would normally wash through.<br />
The largest pond has a few goldfish.  They winter over as it is warm enough here that the pond does not stay iced over.  As the main problem with the filter and pump on this pond is brown algae, cleaning once a month is frequent enough in the winter.</p>
<div id="attachment_1054" class="wp-caption alignleft" style="width: 310px"><a href="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3062.jpg"><img class="size-medium wp-image-1054" title="Pump and filter components" src="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3062-300x199.jpg" alt="Pump and filter components" width="300" height="199" /></a><p class="wp-caption-text">Pump and filter components</p></div>
<p>This set up was purchased as a unit with a filter box, a pump, tube, assortment of fountain heads, coarse filter media, fine filter media, and something called bio-filter balls.  I believe these are intended to provide a place where beneficial organisms can attach and aid with the chemical balance in the water.  Since the garden pond is large and replenished with rain water, I have never been too concerned about the chemistry of the water.  Except that if I do have to add significant amounts of tap water, I use a conditioner to control chlorine.<br />
The  spray head makes an a spray which is too large in height (it blows away) and size (lands outside the pond) if unregulated.  There is an adjustment that allows some water to bypass the spray head to control the size of the fountain plume.<br />
To maintain this pump, first turn off the power.  The circuit has a switch at the deck.<br />
Next lift the filter box out of the pond.  Wire bails have been added to help with the lifting.</p>
<div id="attachment_1043" class="wp-caption alignleft" style="width: 310px"><a href="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3073.jpg"><img class="size-medium wp-image-1043" title="Wire bails" src="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3073-300x199.jpg" alt="Wire Bails for lifting." width="300" height="199" /></a><p class="wp-caption-text">Wire Bails for lifting.</p></div>
<p>First remove the fountain pipe at the joint in the middle of the pipe just below the regulating valve. Gentle twisting may be required to get the valve to separate from the lower pipe.</p>
<div id="attachment_1045" class="wp-caption alignleft" style="width: 310px"><a href="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3069.jpg"><img class="size-medium wp-image-1045" title="Filter Cover" src="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3069-300x199.jpg" alt="Removing Filter Cover" width="300" height="199" /></a><p class="wp-caption-text">Removing Filter Cover</p></div>
<p>Next remove the filter cover. A tab at each end of the filter cover keep the cover on the filter box.  These need to be lifted slightly away from the box to release the cover.  Inside you will find the coarse filter media (brown).  Remove this layer.  Use a hose sprayer set to &#8220;Spray&#8221; to wash all of the algae and leaf material out of the coarse filter.  Wring the media to get the water out once or twice and rinse until the water runs clear.  Repeat for the fine (green).<br />
Underneath the fine filter media are the bio-filter balls.</p>
<div id="attachment_1050" class="wp-caption alignleft" style="width: 310px"><a href="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3065.jpg"><img class="size-medium wp-image-1050" title="Bio-filter Balls" src="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3065-300x199.jpg" alt="Bio-filter Balls" width="300" height="199" /></a><p class="wp-caption-text">Bio-filter Balls</p></div>
<p>Remove each of the balls and rinse it with the hose spray.<br />
The spray fountain needs to have the top cover removed from the bottom part.  This is done by gently unscrewing (top counterclockwise) until they separate.  Inside you will see a labyrinth in the bottom to distribute the water and the holes in the top.  Both of these tend to catch debris and need to be thoroughly cleaned.  Make sure that all holes are clear.  Poke them out with a toothpick if required.  Re-assemble by screwing the top back on the bottom.  Take extra care not to cross-thread.  There is no need to screw it on tight, a bit more than a full turn is enough.</p>
<div id="attachment_1052" class="wp-caption alignleft" style="width: 209px"><a href="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3060.jpg"><img class="size-medium wp-image-1052" title="Fountain Head Detail" src="http://jamcleat.com/wp-content/uploads/2010/06/dsc_3060-199x300.jpg" alt="Fountain Head Detail" width="199" height="300" /></a><p class="wp-caption-text">Fountain Head Detail</p></div>
<p>The pump is held into the filter box with suction cups.  For weekly maintenance, you can just leave it in place.  Rinse the box with the spray and empty the dirty water out.  About once a month you will need to remove the pump from the box and clean it thoroughly.  To clean the pump, insert and gently twist a screw driver in the vertical case split on the bottom on the end away from the intake and outlet.  Gently slide the case apart to reveal the pump impeller.  Clean any material from this area.  There is normally no need to remove the impeller retainer.</p>
<p>If there is debris in thhttp://www.brafetishpage.com/blog/e pump impeller area, first, make sure the power is off.  Then rotate the impeller retainer counter clockwise until the tabs that retain it at the edges are clear of the case.  It may be necessary to pry it lightly to separate it from the bearing plate. plate.  The bearing plate has an o-ring around the edge.  Grasp the post in the center by the pump inlet and lift.  Help it with a screwdriver if required.  The pump impeller, shaft with a bearing at each end, and ferro-ceramic magnet can now be lifted out.  Clean everything.  Put the shaft of the magnet back in the motor.  Replaces the shaft retainer, taking care to center the bearing.  Do not force.  Slight pressure should re-seat the o-ring.  Replace the cover plate and rotate the tabs into the grooves in the case.</p>
<p>When the pump is clean, replace the cover and slide it to the stop.<br />
Reverse the disassembly to assemble the pump and filter.  Bio-balls, 4 in one end, 6 in the the other, fine filter, coarse filter, cover, bails.  Re-insert the fountain pipe.  Place the filter box on the bricks in the bottom of the pond and ensure that it is stable.  Turn the power back on and check the fountain is flowing properly and that the plume is falling back into the pond.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamcleat.com/garden-pond-pump-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
