<?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>Matthew&#039;s Weblog &#187; Technical</title>
	<atom:link href="http://mps.blog.webplumbers.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://mps.blog.webplumbers.com</link>
	<description>Technical notes and societal musings</description>
	<lastBuildDate>Mon, 18 Jan 2010 07:10:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Broke a zone with a CNAME at the root</title>
		<link>http://mps.blog.webplumbers.com/2010/01/18/broke-a-zone-with-a-cname-at-the-root/</link>
		<comments>http://mps.blog.webplumbers.com/2010/01/18/broke-a-zone-with-a-cname-at-the-root/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 07:10:17 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=404</guid>
		<description><![CDATA[&#8230;which it turns out is illegal.
&#8230;.you can&#8217;t have a CNAME be the same as a zone    name, since a zone has at least an SOA record (and, arguably, at least    one NS record as well), and the CNAME can&#8217;t co-exist with it. Just use    an A [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;which it turns out <a href="http://www.reedmedia.net/misc/dns/errors.html">is illegal</a>.</p>
<blockquote><p>&#8230;.you can&#8217;t have a CNAME be the same as a zone    name, since a zone has at least an SOA record (and, arguably, at least    one NS record as well), and the CNAME can&#8217;t co-exist with it. Just use    an A record and be happy.</p></blockquote>
<p>and that defeats the purpose of me not having to maintain multiple 2nd level domain name IPs with CNAMEs.  But now I&#8217;m older and wiser&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2010/01/18/broke-a-zone-with-a-cname-at-the-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing a Wordpress blog</title>
		<link>http://mps.blog.webplumbers.com/2009/08/14/customizing-a-wordpress-blog/</link>
		<comments>http://mps.blog.webplumbers.com/2009/08/14/customizing-a-wordpress-blog/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 05:37:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=396</guid>
		<description><![CDATA[So, I finally bit the bullet and customized a blog instance for my wife&#8217;s choirs.  Since I could use widgets, it was OK, but the hypothetical ease and the reality were two separate things.  She wanted to have the main page only show one category of posts, so I had to go searching until I [...]]]></description>
			<content:encoded><![CDATA[<p>So, I finally bit the bullet and customized a blog instance for my wife&#8217;s choirs.  Since I could use widgets, it was OK, but the hypothetical ease and the reality were two separate things.  She wanted to have the main page only show one category of posts, so I had to go searching until I found out you have to <a href="http://wordpress.org/support/topic/233033">edit the index.php in your theme</a>, adding:</p>
<p><code>&lt;?php query_posts ($query_string . '&amp;cat=20'); ?&gt;</code></p>
<p>before The Loop, and then that part worked.  Next, she wanted other categories to show as lists in the sidebar.  There&#8217;s a great plugin called &#8216;<a href="http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/">List Category Posts</a>&#8216; that will do that on a page, post, or sidebar&#8230; sort of.  The widget implementation doesn&#8217;t update correctly, and it only allows one instance to be in the sidebar.  Of course, I needed more.  Thankfully, it also respects ShortCode&#8230; but I didn&#8217;t know what the f8#^*$ that was.  After a few quick Googles, I found that you can add shortcode in posts and pages&#8230; wheee!  I wanted it in the sidebar, so then found <a href="http://englishmike.net/2008/07/07/wordpress-quick-tips-3adding-a-shortcode-to-a-sidebar-widget/">a tutorial on how to get shortcode working in the sidebar text widget</a>.  Not bad, you just edit your theme&#8217;s functions.php and insert this line in a safe spot:</p>
<p><code>add_filter('widget_text', 'do_shortcode');</code></p>
<p>Then you add a text widget and it Just Works.  Brilliant.  Far better than completely hacking the theme, which was what I expected would be required.  Bravo, Wordpress!</p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/08/14/customizing-a-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More fancy technology</title>
		<link>http://mps.blog.webplumbers.com/2009/05/20/more-fancy-technology/</link>
		<comments>http://mps.blog.webplumbers.com/2009/05/20/more-fancy-technology/#comments</comments>
		<pubDate>Thu, 21 May 2009 01:10:20 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=390</guid>
		<description><![CDATA[Google&#8217;s new mobile gmail
Cloud computing portability
Google Voice &#8211; one number with voicemail transcription
Fancy Google Chrome Apps
Automating email filters &#8211; OtherInbox.  Of course, ClearContext currently does great stuff for me on that, and basic rules in Outlook or Mail or Zimbra do fine for vanilla patterns&#8230;
Multicore technology and how development is going to utilize them all&#8230;
Obama&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22424">Google&#8217;s new mobile gmail</a></p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22586">Cloud computing portability</a></p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22380">Google Voice &#8211; one number with voicemail transcription</a></p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22315">Fancy Google Chrome Apps</a></p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22301">Automating email filters &#8211; OtherInbox</a>.  Of course, <a href="http://www.clearcontext.com/">ClearContext</a> currently does great stuff for me on that, and basic rules in Outlook or <a href="http://www.apple.com/macosx/features/mail.html">Mail</a> or <a href="http://www.zimbra.com/">Zimbra</a> do fine for vanilla patterns&#8230;</p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=21806">Multicore technology and how development is going to utilize them all</a>&#8230;</p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=21768">Obama&#8217;s campaign technologies</a>&#8230; how many of them could you or I use for business or pleasure?</p>
<p>A <a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20113">Bionic Eye</a>&#8230; coming soon.</p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20293">Femtocells</a> &#8211; an interesting solution to being in the hills, away from wireless carriers&#8217; nodes.  Now if only the carriers weren&#8217;t charging extra for them&#8230; they should really be paying people to install them.</p>
<p>Offline web applications &#8211; they&#8217;re coming, and <a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20245">AIR</a> looks pretty slick.  Of course, it&#8217;s only one technology, but the idea is a good one.</p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20680">Manipulating wearable computers without stopping your regular business</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/05/20/more-fancy-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar Inverter Alternatives</title>
		<link>http://mps.blog.webplumbers.com/2009/05/20/solar-inverter-alternatives/</link>
		<comments>http://mps.blog.webplumbers.com/2009/05/20/solar-inverter-alternatives/#comments</comments>
		<pubDate>Thu, 21 May 2009 00:53:21 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[solar]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=388</guid>
		<description><![CDATA[an interesting idea &#8211; instead of a big inverter, use micro-inverters at a panel level to make the panels independently useful and optimizable&#8230;
]]></description>
			<content:encoded><![CDATA[<p>an interesting idea &#8211; instead of a big inverter, <a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22661">use micro-inverters at a panel level</a> to make the panels independently useful and optimizable&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/05/20/solar-inverter-alternatives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Documentation I always have to re-find</title>
		<link>http://mps.blog.webplumbers.com/2009/05/11/documentation-i-always-have-to-re-find/</link>
		<comments>http://mps.blog.webplumbers.com/2009/05/11/documentation-i-always-have-to-re-find/#comments</comments>
		<pubDate>Mon, 11 May 2009 20:40:17 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=379</guid>
		<description><![CDATA[Using rsync over ssh
Linux, Clocks, and Time
Apache Module mod_rewrite
Apache Virtual Host documentation (version 1.3 doc)
Berkeley Internet Name Domain (BIND): /etc/named.conf
]]></description>
			<content:encoded><![CDATA[<p><a href="http://oreilly.com/pub/h/38"><span class="hdr3">Using rsync over ssh</span></a></p>
<p><a href="http://www.linuxsa.org.au/tips/time.html">Linux, Clocks, and Time</a></p>
<p><a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html">Apache Module mod_rewrite</a></p>
<p><a href="http://httpd.apache.org/docs/1.3/vhosts/">Apache Virtual Host documentation (version 1.3 doc)</a></p>
<p><a href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-bind-namedconf.html">Berkeley Internet Name Domain (BIND): /etc/named.conf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/05/11/documentation-i-always-have-to-re-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server management tools to consider</title>
		<link>http://mps.blog.webplumbers.com/2009/05/11/server-management-tools-to-consider/</link>
		<comments>http://mps.blog.webplumbers.com/2009/05/11/server-management-tools-to-consider/#comments</comments>
		<pubDate>Mon, 11 May 2009 16:53:00 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=377</guid>
		<description><![CDATA[killer monitoring apps [infoworld.com]
slashdot discussion on blinkenlights


Cacti [cacti.net].
Ntop [ntop.org].
Nagios [nagios.org].
MRTG [oetiker.ch].

Sending Apache httpd Logs to Syslog
myqlBind2/iDNS
Capistrano
Comparison of issue tracking systems
New LinuxCOE helps admins customize distros
]]></description>
			<content:encoded><![CDATA[<p><a title="infoworld.com" rel="nofollow" href="http://www.infoworld.com/article/08/11/24/48TC-open-monitoring_1.html">killer monitoring apps</a> [infoworld.com]</p>
<p><a href="http://ask.slashdot.org/article.pl?sid=08/11/26/232206&amp;from=rss">slashdot discussion on blinkenlights<br />
</a></p>
<div class="commentBody">
<div id="comment_body_25905363"><a title="cacti.net" href="http://www.cacti.net/">Cacti</a> [cacti.net].<br />
<a title="ntop.org" href="http://www.ntop.org/">Ntop</a> [ntop.org].<br />
<a title="nagios.org" href="http://www.nagios.org/">Nagios</a> [nagios.org].<br />
<a title="oetiker.ch" href="http://oss.oetiker.ch/mrtg/">MRTG</a> [oetiker.ch].</div>
</div>
<p><a href="http://www.oreillynet.com/pub/a/sysadmin/2006/10/12/httpd-syslog.html">Sending Apache httpd Logs to Syslog</a></p>
<p><a href="http://venus.openisp.net:8000/openisp/mysqlBind">myqlBind2/iDNS</a></p>
<p><a href="http://www.capify.org/getting-started/basics/">Capistrano</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_issue_tracking_systems">Comparison of issue tracking systems</a></p>
<p><a href="http://www.linux.com/feature/114335">New LinuxCOE helps admins customize distros</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/05/11/server-management-tools-to-consider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mishmash of articles &#8211; Part II</title>
		<link>http://mps.blog.webplumbers.com/2009/05/10/mishmash-of-articles-part-ii/</link>
		<comments>http://mps.blog.webplumbers.com/2009/05/10/mishmash-of-articles-part-ii/#comments</comments>
		<pubDate>Sun, 10 May 2009 19:30:44 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Environment]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=353</guid>
		<description><![CDATA[Management Tips: Gen X vs. Gen Y
Ten Ways to Use LinkedIn &#124; Guy Kawasaki

Welcome to Executor
A multi purpose launcher and more advanced and customizable freeware windows run replacement and more&#8230;
Bye-Bye, BPA
BPA/Phthalate-Free Shopping List
Now that we&#8217;re reading lots more about BPA and its low-level bad effects, we&#8217;re figuring out how to get our plastics to be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.payscale.com/content/2007/09/payscale---mana.html">Management Tips: Gen X vs. Gen Y</a></p>
<p><a href="http://blog.linkedin.com/2007/07/25/ten-ways-to-use/">Ten Ways to Use LinkedIn</a> | Guy Kawasaki</p>
<div style="height: 100px">
<h2><a href="http://executor.dk/">Welcome to Executor</a></h2>
<p>A multi purpose launcher and more advanced and customizable freeware windows run replacement and more&#8230;</p></div>
<p><a href="http://greenerpenny.blogspot.com/2007/08/bye-bye-bpa.html">Bye-Bye, BPA</a><br />
BPA/Phthalate-Free Shopping List<br />
Now that we&#8217;re reading lots more about BPA and its low-level bad effects, we&#8217;re figuring out how to get our plastics to be non-BPA</p>
<p><a href="http://www.thoughtcrime.org/software/sslstrip/index.html">sslstrip</a> &#8211; transparently hijack HTTP traffic on a network, watch for HTTPS links and redirects, then map those links into either look-alike HTTP links or homograph-similar HTTPS links</p>
<h3><a href="http://www.joelonsoftware.com/items/2009/03/09.html">How do you learn to be a Program Manager</a>?</h3>
<p>Mostly, becoming a program manager is about learning: learning about technology, learning about people, and learning how to be effective in a political organization. A good program manager combines an engineer’s approach to designing technology with a politician’s ability to build consensus and bring people together.</p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/05/10/mishmash-of-articles-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar Power Progress</title>
		<link>http://mps.blog.webplumbers.com/2009/05/09/solar-power-progress/</link>
		<comments>http://mps.blog.webplumbers.com/2009/05/09/solar-power-progress/#comments</comments>
		<pubDate>Sat, 09 May 2009 18:53:19 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Pushing the Envelope]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=367</guid>
		<description><![CDATA[I haven&#8217;t updated my list of solar cell info recently, either&#8230;
Plastic solar cell advances
Sun + Water = Fuel (OK, it&#8217;s not technically solar cells, but it&#8217;s power from solar)

With catalysts created by an MIT chemist, sunlight can turn water into hydrogen. If the process can scale up, it could make solar power a dominant source [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t updated my list of solar cell info recently, either&#8230;</p>
<p><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22563">Plastic solar cell advances</a></p>
<div class="HeadlineDiv"><span class="headline" style="margin: 0pt;padding: 0pt"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=21536">Sun + Water = Fuel</a> (OK, it&#8217;s not technically solar cells, but it&#8217;s power from solar)<br />
</span></div>
<div class="DekDiv"><span class="subheadline">With catalysts created by an MIT chemist, sunlight can turn water into hydrogen. If the process can scale up, it could make solar power a dominant source of energy.</span></div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20782"><span class="headline" style="margin: 0pt;padding: 0pt">A Cool Trick for Solar Cells</span></a></div>
<div class="DekDiv"><span class="subheadline">A technology developed by IBM to cool computer chips could be a boon for solar energy. </span></div>
</div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20702"><span class="headline" style="margin: 0pt;padding: 0pt">A Price Drop for Solar Panels</span></a></div>
<div class="DekDiv"><span class="subheadline">The silicon shortage that has kept solar electricity expensive is ending. </span></div>
</div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20476"><span class="headline" style="margin: 0pt;padding: 0pt">More-Powerful Solar Cells</span></a></div>
</div>
<div class="DekDiv"><span class="subheadline">A new solar cell is 27 percent more efficient without being more</span></div>
<div class="DekDiv"></div>
<div class="DekDiv"></div>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/05/09/solar-power-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Continuing Electric Car Progress</title>
		<link>http://mps.blog.webplumbers.com/2009/05/08/continuing-electric-car-progress/</link>
		<comments>http://mps.blog.webplumbers.com/2009/05/08/continuing-electric-car-progress/#comments</comments>
		<pubDate>Fri, 08 May 2009 18:53:08 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Environment]]></category>
		<category><![CDATA[Pushing the Envelope]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=369</guid>
		<description><![CDATA[It&#8217;s been a while since I updated my list of interesting battery/auto progress links&#8230;

Why Chrysler Chose A123 Batteries
The automaker wanted U.S.-based manufacturing and a flexible battery design.


Can GM&#8217;s Volt Save the Company?
The planned plug-in hybrid car is at the core of the automaker&#8217;s attempt to reinvent itself. But will the car be a commercial success? [...]]]></description>
			<content:encoded><![CDATA[<div class="HeadlineDiv">It&#8217;s been a while since I updated my list of interesting battery/auto progress links&#8230;</div>
<div class="HeadlineDiv"></div>
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22416"><span class="headline" style="margin: 0pt;padding: 0pt">Why Chrysler Chose A123 Batteries</span></a></div>
<div class="DekDiv"><span class="subheadline">The automaker wanted U.S.-based manufacturing and a flexible battery design.</span></div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=22392"><span class="headline" style="margin: 0pt;padding: 0pt">Can GM&#8217;s Volt Save the Company?</span></a></div>
<div class="DekDiv"><span class="subheadline">The planned plug-in hybrid car is at the core of the automaker&#8217;s attempt to reinvent itself. But will the car be a commercial success? </span></div>
</div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=21951"><span class="headline" style="margin: 0pt;padding: 0pt">Toyota to Deliver Plug-In Hybrids</span></a></div>
<div class="DekDiv"><span class="subheadline">The new Prius is designed so that its battery pack can be swapped out for a plug-in lithium-ion battery.</span></div>
</div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=21938"><span class="headline" style="margin: 0pt;padding: 0pt">Nanotube Superbatteries</span></a></div>
<div class="DekDiv"><span class="subheadline">Dense films of carbon nanotubes store large amounts of energy.</span></div>
</div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20570"><span class="headline" style="margin: 0pt;padding: 0pt">An Electrifying Startup</span></a></div>
<div class="DekDiv"><span class="subheadline">A new lithium-ion battery from A123 Systems could help electric cars and hybrids come to dominate the roads.</span></div>
</div>
<div class="DekDiv"></div>
<div class="DekDiv">
<div class="HeadlineDiv"><a href="http://www.technologyreview.com/printer_friendly_article.aspx?id=20000"><span class="headline" style="margin: 0pt;padding: 0pt">Super-Charging Lithium Batteries</span></a></div>
<div class="DekDiv"><span class="subheadline">Nanowire electrodes could improve the performance of electric vehicles. </span></div>
</div>
<div class="DekDiv"></div>
<div class="DekDiv"></div>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/05/08/continuing-electric-car-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See studs and pipes &#8211; wow!</title>
		<link>http://mps.blog.webplumbers.com/2009/02/27/see-studs-and-pipes-wow/</link>
		<comments>http://mps.blog.webplumbers.com/2009/02/27/see-studs-and-pipes-wow/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 02:24:56 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Home Improvement Ideas]]></category>
		<category><![CDATA[Pushing the Envelope]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://mps.blog.webplumbers.com/?p=363</guid>
		<description><![CDATA[What an interesting idea&#8230; a &#8216;camera&#8217; that sees through wallboard.  With the troubles we had during our remodel, this tool would have been really great to have&#8230;.
]]></description>
			<content:encoded><![CDATA[<p>What an interesting idea&#8230; <a href="http://www.fastcompany.com/magazine/132/futurist-walleye-microwave-camera.html">a &#8216;camera&#8217; that sees through wallboard</a>.  With the troubles we had during our remodel, this tool would have been really great to have&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://mps.blog.webplumbers.com/2009/02/27/see-studs-and-pipes-wow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
