<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>AllScoop Technology</title>
	
	<link>http://www.allscoop.com</link>
	<description>PHP Code - ASP Code - dot NET Code - dot NET software - Web Tools</description>
	<lastBuildDate>Sat, 07 Nov 2009 19:11:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AllscoopTechnology" type="application/rss+xml" /><feedburner:emailServiceId>AllscoopTechnology</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How to move persistent route table to a new computer</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/3YZiY1iZpUs/how-to-move-persistent-route-table-to-a-new-computer.php</link>
		<comments>http://www.allscoop.com/how-to-move-persistent-route-table-to-a-new-computer.php#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:18:53 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=570</guid>
		<description><![CDATA[Moving persistent route to a new PC is easy, save your self the task of re-typing them in one at a time with this these simple steps.

The data is stored in the windows registry. Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes
Export this key and save the .reg file.
Copy this file over to the new computer.
Double-click on the .reg file on [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Moving persistent route to a new PC is easy, save your self the task of re-typing them in one at a time with this these simple steps.</p>
<ol>
<li>The data is stored in the windows registry. Navigate to:</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes</li>
<li>Export this key and save the .reg file.</li>
<li>Copy this file over to the new computer.</li>
<li>Double-click on the .reg file on the new computer and it will enter the data into the registry.</li>
<li>Open up a command prompt and type &#8220;route print&#8221;, and you will see  your persistent routes are all there.</li>
</ol>
<p><a href="http://www.allscoop.com/wp-content/uploads/export-persistent-routes-xp.jpg"><img class="alignleft size-full wp-image-571" title="Exporting persistent routes in Windows XP" src="http://www.allscoop.com/wp-content/uploads/export-persistent-routes-xp.jpg" alt="Exporting persistent routes in Windows XP" width="475" height="211" /></a></p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/3YZiY1iZpUs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/how-to-move-persistent-route-table-to-a-new-computer.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/how-to-move-persistent-route-table-to-a-new-computer.php</feedburner:origLink></item>
		<item>
		<title>Quick edit for your hosts file</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/SLqc5_ZmXMQ/quick-edit-for-your-hosts-file.php</link>
		<comments>http://www.allscoop.com/quick-edit-for-your-hosts-file.php#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:49:25 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=566</guid>
		<description><![CDATA[Open notepad and paste in the code below, then save as hosts.vbs and save it inside your windows directory.
Then all you need to do is type start -&#62; run and type &#8220;hosts.vbs&#8221; and it will fire up your windows hosts file inside notepad
Set Sh = WScript.CreateObject("WScript.Shell")
On Error Resume Next
sOStype = Sh.RegRead(_
"HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions\ProductType")
If Err.Number&#60;&#62;0 Then
Wscript.Echo " This [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Open notepad and paste in the code below, then save as hosts.vbs and save it inside your windows directory.</p>
<p>Then all you need to do is type start -&gt; run and type &#8220;hosts.vbs&#8221; and it will fire up your windows hosts file inside notepad</p>
<p><code>Set Sh = WScript.CreateObject("WScript.Shell")<br />
On Error Resume Next<br />
sOStype = Sh.RegRead(_<br />
"HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions\ProductType")<br />
If Err.Number&lt;&gt;0 Then<br />
Wscript.Echo " This doesn't appear to be an NT-like operating system;" _<br />
&amp; vbcrlf &amp; "on Win9x use sysedit or msconfig."<br />
Else<br />
Set FSO = CreateObject("Scripting.FileSystemObject")<br />
dirConfPath = "%SYSTEMROOT%\System32\"<br />
On Error Resume Next<br />
Sh.Run "Notepad " &amp; dirConfPath &amp; "drivers\etc\hosts"<br />
End If</code></p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/SLqc5_ZmXMQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/quick-edit-for-your-hosts-file.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/quick-edit-for-your-hosts-file.php</feedburner:origLink></item>
		<item>
		<title>The Kitchen PC</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/---iZi35pUc/the-kitchen-pc.php</link>
		<comments>http://www.allscoop.com/the-kitchen-pc.php#comments</comments>
		<pubDate>Sun, 08 Mar 2009 15:55:47 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[kitchen pc]]></category>
		<category><![CDATA[media center]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=470</guid>
		<description><![CDATA[
A computer in the Kitchen? Lets face it&#8230;for many of us the internet is now one of the basic food groups. We need some each and every day to stay healthy.
Finally made the plunge and put a PC in the kitchen. I liked the idea, but I don&#8217;t want it to look cluttered. Look at [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.allscoop.com/wp-content/uploads/2009/01/kitchen-pc.jpg"><img class="alignnone size-full wp-image-471" style="border: 1px solid black;" title="the kitchen computer" src="http://www.allscoop.com/wp-content/uploads/2009/01/kitchen-pc.jpg" alt="the kitchen computer" width="560" height="469" /></a></p>
<p>A computer in the Kitchen? Lets face it&#8230;for many of us <strong>the internet is now one of the basic food groups</strong>. We need some each and every day to stay healthy.</p>
<p>Finally made the plunge and put a PC in the kitchen. I liked the idea, but I don&#8217;t want it to look cluttered. Look at all the cords on the average desktop, stunning really.</p>
<p>A refurbished Dell came up with everything I wanted on it.</p>
<ul>
<li>4 GB Ram</li>
<li>TV Tuner Card</li>
<li>Intel Core 2 Duo Processor</li>
<li>64 bit Vista</li>
</ul>
<p>I figured I <strong>saved about $200 by going refurbished</strong>, and with the 1 year warranty, I didn&#8217;t really have any worried about the refurbished status. Downside is you don&#8217;t get to pick exactly what you want on it, but I thought it was a fair trade off. Total shipped price for it was $571.33</p>
<p>Picked up a separate Dell 19&#8243; wide screen for $100, and added a wireless keyboard and mouse and I was ready to roll.</p>
<p>So far I am happy with it, I find we are watching TV on it a lot, even though on the other side of the room  is a 42&#8243; screen&#8230;but its more convenient to flip it on in the morning while in the kitchen. The media center features are very nice to have, we&#8217;ve never had any kind of DVR before, so it is quite fun to pause and record things. My kids think its amazing!</p>
<p>Please <a href="http://www.allscoop.com/the-kitchen-pc.php#respond"><strong>leave a comment</strong></a> if you have a PC in the kitchen, and how you use it and how you might <strong>keep your cords</strong> to a minimum. <img src='http://www.allscoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/---iZi35pUc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/the-kitchen-pc.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/the-kitchen-pc.php</feedburner:origLink></item>
		<item>
		<title>Custom Windows Shutdown</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/xQDOZykYyH8/custom-windows-shutdown.php</link>
		<comments>http://www.allscoop.com/custom-windows-shutdown.php#comments</comments>
		<pubDate>Sun, 01 Mar 2009 17:51:06 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[defrag]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=503</guid>
		<description><![CDATA[Here is an easy tip to spruce up your end of day windows shut down. Have it perform some simple tasks before shutting down your system for the day. I&#8217;ve made a simple batch file to run a system defrag, then make a registry backup before shutting down the system.
Here is what the batch file [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Here is an easy tip to spruce up your end of day windows shut down. Have it perform some simple tasks before shutting down your system for the day. I&#8217;ve made a simple batch file to <strong>run a system defrag</strong>, then <strong>make a registry backup</strong> before <strong>shutting down the system</strong>.</p>
<p>Here is what the batch file looks like:</p>
<blockquote><p>defrag C:<br />
regedit /e c:\regbackup.reg<br />
shutdown -s</p></blockquote>
<p>Save the file as myshutdown.cmd (or anything you want), save it somewhere on your drive, then you can make a shortcut to the file on the desktop.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/desktopshortcut.png"><img class="alignnone size-full wp-image-515" style="border: 1px solid black;" title="desktop shortcut" src="http://www.allscoop.com/wp-content/uploads/desktopshortcut.png" alt="desktop shortcut" width="442" height="316" /></a></p>
<p>Then right click on the new shortcut on your desktop and change the icon to look like the shutdown icon.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/custom-shutdown1.png"></a><a href="http://www.allscoop.com/wp-content/uploads/custom-shutdown1.png"><img class="alignnone size-full wp-image-509" style="border: 1px solid black;" title="windows custom shut down changing icon" src="http://www.allscoop.com/wp-content/uploads/custom-shutdown1.png" alt="windows custom shut down changing icon" width="299" height="407" /></a></p>
<p><a href="http://www.allscoop.com/wp-content/uploads/custom-shutdown2.png"></a><a href="http://www.allscoop.com/wp-content/uploads/custom-shutdown21.png"><img class="alignnone size-full wp-image-507" style="border: 1px solid black;" title="choosing the shutdown icon" src="http://www.allscoop.com/wp-content/uploads/custom-shutdown21.png" alt="choosing the shutdown icon" width="296" height="398" /></a></p>
<p>So now at the end of the day, activate your new shutdown command and it will  defrag your drive, create a registry backup and shutdown your computer.</p>
<p><strong>If you can think of any other maintenance tasks to add to the shutdown script, <span style="text-decoration: underline;">leave a comment</span> and maybe it can be added in to make the ultimate shutdown command.</strong></p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/xQDOZykYyH8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/custom-windows-shutdown.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/custom-windows-shutdown.php</feedburner:origLink></item>
		<item>
		<title>Dump Adobe Reader</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/XGCNDsVYj-g/dump-adobe-reader.php</link>
		<comments>http://www.allscoop.com/dump-adobe-reader.php#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:24:19 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[acobat reader]]></category>
		<category><![CDATA[foxit reader]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=490</guid>
		<description><![CDATA[I recently removed Adobe Acrobat reader from my computer. In it&#8217;s place I installed the free Foxit Reader for Windows. So far no problems at all reading any PDF file. Also loads quicker and doesn&#8217;t bug me like the Adobe Reader did all the time. Also the Foxit reader does not sit and hog resources [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>I recently removed Adobe Acrobat reader from my computer. In it&#8217;s place I installed the free Foxit Reader for Windows. So far no problems at all reading any PDF file. Also loads quicker and doesn&#8217;t bug me like the Adobe Reader did all the time. Also the Foxit reader does not sit and hog resources the same way that Adobe does. Give it a try, I think you will like it too&#8230;</p>
<p>Another reason to get rid of you Acrobat Reader&#8230; <a href="http://blogs.zdnet.com/security/wp-trackback.php?p=2690">SECURITY</a>!</p>
<p>The Foxit Reader can be downloaded for free from <a href="http://www.foxitsoftware.com/pdf/rd_intro.php" target="_blank">Foxit Software</a></p>
<p>Also, in case you are wondering. Foxit reader will look similar to your old friend Adobe Reader, see the screen shot below.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/foxit-screen.jpg"><img class="alignnone size-full wp-image-500" style="border: 1px solid black;" title="foxit reader screen" src="http://www.allscoop.com/wp-content/uploads/foxit-screen.jpg" alt="foxit reader screen" width="490" height="396" /></a></p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/XGCNDsVYj-g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/dump-adobe-reader.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/dump-adobe-reader.php</feedburner:origLink></item>
		<item>
		<title>Google Hacked…oh wait</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/ZB2894jGjb4/google-hackedoh-wait.php</link>
		<comments>http://www.allscoop.com/google-hackedoh-wait.php#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:37:21 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[the web]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=483</guid>
		<description><![CDATA[This morning I hit the Google home page and I see this&#8230;

I think I even said out loud&#8230;wow Google is hacked! I had to look closer for a second, then I realized it was their Valentines day logo, but it looks a bit menancing to me&#8230;
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>This morning I hit the Google home page and I see this&#8230;</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/valentines09.gif"><img class="alignnone size-full wp-image-484" style="border: 1px solid black;" title="valentines09" src="http://www.allscoop.com/wp-content/uploads/valentines09.gif" alt="google hacked?" width="162" height="63" /></a></p>
<p>I think I even said out loud&#8230;wow Google is hacked! I had to look closer for a second, then I realized it was their Valentines day logo, but it looks a bit menancing to me&#8230;</p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/ZB2894jGjb4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/google-hackedoh-wait.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/google-hackedoh-wait.php</feedburner:origLink></item>
		<item>
		<title>New Network Setup</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/6uMLN5XHklc/new-network-setup.php</link>
		<comments>http://www.allscoop.com/new-network-setup.php#comments</comments>
		<pubDate>Mon, 09 Feb 2009 20:03:33 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[other stuff]]></category>
		<category><![CDATA[home network]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=474</guid>
		<description><![CDATA[I&#8217;ve been meaning to move around my basement &#8220;network&#8221; setup for sometime. All my equipment has just been sitting on a table in the back room. I used to actually sit at the table and work at the server, but I rarely ever need to be &#8220;on&#8221; the server. (love remote desktop!)
So finally changed it [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<div id="attachment_476" class="wp-caption alignleft" style="width: 231px"><a href="http://www.allscoop.com/wp-content/uploads/network-before.jpg"><img class="size-medium wp-image-476" style="margin: 5px;" title="network setup before" src="http://www.allscoop.com/wp-content/uploads/network-before-221x300.jpg" alt="network setup before" width="221" height="300" /></a><p class="wp-caption-text">network setup before</p></div>
<p>I&#8217;ve been meaning to move around my basement &#8220;network&#8221; setup for sometime. All my equipment has just been sitting on a table in the back room. I used to actually sit at the table and work at the server, but I rarely ever need to be &#8220;on&#8221; the server. (love remote desktop!)</p>
<p>So finally changed it up. I think the new setup creates more space, makes for easier access, and probably a little better cooling too.</p>
<p>Setup: Cable comes into the house, and into the Linksys cable modem (a very old cable modem, running software 1.1.5 r2) . From there it goes into my Linksys N router. The router goes to a network printer (Brother HL-2070), and into my 2004 &#8220;Server&#8221;, which is a Dell Dimension 2400 Celeron 2.4 Ghz  (I just upgraded the RAM to 1GB from 512!). There is also a Fantom external USB drive connected to the server.</p>
<p>Another network cable goes up to the Kitchen PC. And the rest of the home feeds from the wireless signal, this includes 3 laptops, a Wii, and a Dell Axim.</p>
<div id="attachment_477" class="wp-caption alignright" style="width: 220px"><a href="http://www.allscoop.com/wp-content/uploads/network-after.jpg"><img class="size-medium wp-image-477" style="margin: 5px;" title="network setup after" src="http://www.allscoop.com/wp-content/uploads/network-after-210x300.jpg" alt="network setup after" width="210" height="300" /></a><p class="wp-caption-text">network setup after</p></div>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/6uMLN5XHklc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/new-network-setup.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/new-network-setup.php</feedburner:origLink></item>
		<item>
		<title>Heat Surge Free Miracle Heater Giveaway</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/3F9zYxWhfJw/heat-surge-free-heater.php</link>
		<comments>http://www.allscoop.com/heat-surge-free-heater.php#comments</comments>
		<pubDate>Sat, 31 Jan 2009 23:12:47 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[other stuff]]></category>
		<category><![CDATA[Heat Surge]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=463</guid>
		<description><![CDATA[Now most infomercials are amusing at best, but sometimes they just go way to far with their &#8220;offers&#8221;.
You&#8217;ll get the Amish mantel for just $298, and the heater is FREE
Say again? Yes over and over during the infomercial they mention the free heaters. They say the offer is SO good, they are limiting it to [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Now most infomercials are amusing at best, but sometimes they just go way to far with their &#8220;offers&#8221;.</p>
<blockquote><p><em>You&#8217;ll get the Amish mantel for just $298, and the heater is FREE</em></p></blockquote>
<p><strong>Say again?</strong> Yes over and over during the infomercial they mention the free heaters. They say the offer is SO good, they are limiting it to 2 orders per family. Do people actually fall for this?</p>
<p>I love the video showing the Amish making the cabinets.</p>
<div id="attachment_464" class="wp-caption alignnone" style="width: 283px"><a href="http://www.allscoop.com/wp-content/uploads/2009/01/amish-building-heat-surge.jpg"><img class="size-full wp-image-464" title="amish-building-heat-surge" src="http://www.allscoop.com/wp-content/uploads/2009/01/amish-building-heat-surge.jpg" alt="amish-building-heat-surge" width="273" height="205" /></a><p class="wp-caption-text">screen shot of video showing Amish hard at work</p></div>
<p>&#8220;&#8230;The wood is made from solid pieces including solid wood, <span style="color: #ff0000;"><strong>plywood</strong></span> and poplar as well as solid trim components&#8230;&#8221;</p>
<p>Yes, it is a nice looking heater, but please don&#8217;t say over and over on the TV ad (which is different from the YouTube version above) that you are giving away free heaters!</p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/3F9zYxWhfJw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/heat-surge-free-heater.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/heat-surge-free-heater.php</feedburner:origLink></item>
		<item>
		<title>Cube Cart Export for PayPal Multiorder Shipping</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/tOubznWjQQw/cube-cart-export-for-pay-pal-multiorder-shipping.php</link>
		<comments>http://www.allscoop.com/cube-cart-export-for-pay-pal-multiorder-shipping.php#comments</comments>
		<pubDate>Fri, 28 Nov 2008 22:26:15 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[shopping cart]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[cubecart]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=453</guid>
		<description><![CDATA[I have created an export for Cube Cart, which imports into Paypal&#8217;s multiorder shipping module. This will enable you to import your order information into Paypal for printing shipping labels. Avoid re-typing the information into Paypal, saving time and preventing data entry errors. This will not make any changes to your database. Once exported, simple [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>I have created an export for Cube Cart, which imports into Paypal&#8217;s multiorder shipping module. This will enable you to import your order information into Paypal for printing shipping labels. Avoid re-typing the information into Paypal, saving time and preventing data entry errors. This will not make any changes to your database. Once exported, simple import into the paypal multi-order shipping module.</p>
<p>There are 2 options, export all orders with the status of &#8220;processing&#8221;, or export all orders for a certain date.</p>
<p>I am looking for a few people to test before I release, please contact me if this is something you would be interested in trying.</p>
<p><img src="http://www.allscoop.com/wp-content/uploads/2007/03/contact-allscoop.jpeg"></p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/11/cubecartexportpaypal.jpg"><img class="alignnone size-full wp-image-454" style="border: 1px solid black;" title="cubecartexportpaypal" src="http://www.allscoop.com/wp-content/uploads/2008/11/cubecartexportpaypal.jpg" alt="Cube Cart Export to Paypal" width="397" height="215" /></a></p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/tOubznWjQQw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/cube-cart-export-for-pay-pal-multiorder-shipping.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/cube-cart-export-for-pay-pal-multiorder-shipping.php</feedburner:origLink></item>
		<item>
		<title>Any Video Converter, Does it All</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/V5nL6b0J0Mw/any-video-converter-does-it-all.php</link>
		<comments>http://www.allscoop.com/any-video-converter-does-it-all.php#comments</comments>
		<pubDate>Thu, 06 Nov 2008 19:09:58 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[any video converter]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=439</guid>
		<description><![CDATA[
I hate to use the cliche, but this is the video converter swiss army knife. I am truely amazed at how often I find myself opening up this program.  Any video converter has been able to convert everything I have thrown at it. Here are the conversions that it supports. Ten different types of media! [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.allscoop.com/wp-content/uploads/2008/11/any-video-converter.png"><img class="alignleft size-full wp-image-441" title="any-video-converter" src="http://www.allscoop.com/wp-content/uploads/2008/11/any-video-converter.png" alt="" width="95" height="103" /></a></p>
<p>I hate to use the cliche, but this is the video converter swiss army knife. I am truely amazed at how often I find myself opening up this program.  Any video converter has been able to convert everything I have thrown at it. Here are the conversions that it supports. Ten different types of media! Very impressive.</p>
<p><img class="alignnone size-full wp-image-442" style="border: 1px solid black; margin: 1px;" title="any-video-converter-types" src="http://www.allscoop.com/wp-content/uploads/2008/11/any-video-converter-types.png" alt="" width="263" height="231" /></p>
<ul>
<li>DVD Video NTSC (mpg)</li>
<li>DVD Video PAL (mpg)</li>
<li>MPEG-I (mpg)</li>
<li>MPED-II (mpg)</li>
<li><strong>Flash Video Movie (flv)</strong></li>
<li>Mobile Phone MPEG-4 (mp4)</li>
<li><strong>AVI Movie (avi)</strong></li>
<li><strong>Windows Media WMV (wmv)</strong></li>
<li>MP4 Movie (mp4)</li>
<li>Wave Audio (wav)</li>
</ul>
<p>The most important one to me is the FLV conversion. Just about any video you wish to put on the web works great in FLV.  Or if you have an FLV and want to edit the file in Windows Movie Maker, just convert it to AVI, or WMV, bingo.</p>
<p>Look at the screen shot below to see all the options you have when converting. (this is the flash file options)</p>
<p><img class="alignnone size-full wp-image-443" style="border: 1px solid black; margin: 2px;" title="any-video-converter-flash-options" src="http://www.allscoop.com/wp-content/uploads/2008/11/any-video-converter-flash-options.png" alt="" width="273" height="348" /></p>
<p>There is a <a href="http://www.any-video-converter.com/products/for_video_free/" target="_blank" rel="nofollow">free version</a> and a <a href="http://www.any-video-converter.com/products/for_dvd/" target="_blank" rel="nofollow">paid version</a> of the Any Video Converter software. So far the free version has been able to do everything I need without any problems. I would highly recommend this program for your video conversion needs.</p>
<p>Also did I mention that you can pull out video directly from You Tube? Yes, it will do that as well.</p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/V5nL6b0J0Mw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/any-video-converter-does-it-all.php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/any-video-converter-does-it-all.php</feedburner:origLink></item>
		<item>
		<title>Extract Email Addresses from Exchange</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/qJta45qtnz4/extract-addresses-from-exchange.php</link>
		<comments>http://www.allscoop.com/extract-addresses-from-exchange.php#comments</comments>
		<pubDate>Thu, 23 Oct 2008 15:26:35 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[allscoop]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exchange]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=428</guid>
		<description><![CDATA[This hard to find free utility is an awesome little tool. It seems to work with all Outlook versions, from 97 up to 2003 (have not tried it on versions beyond that).  You download and install the utility and it creates a small little &#8220;ListServ&#8221; button up on your Outlook toolbar.

Click on that and you [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>This hard to find free utility is an awesome little tool. It seems to work with all Outlook versions, from 97 up to 2003 (have not tried it on versions beyond that).  You download and install the utility and it creates a small little &#8220;ListServ&#8221; button up on your Outlook toolbar.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/10/list-serv.jpg"><img class="alignnone size-full wp-image-429" title="list-serv" src="http://www.allscoop.com/wp-content/uploads/2008/10/list-serv.jpg" alt="" width="114" height="66" /></a></p>
<p>Click on that and you will bring up the simple window. Here you can choose your address group, and it will extract them all into a nice format that can be copied to the clipboard, and used for whatever you wish. Perfect for exporting into an external email list tool, or newsletter software.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/10/emails-listed.jpg"><img class="alignnone size-full wp-image-430" title="emails-listed" src="http://www.allscoop.com/wp-content/uploads/2008/10/emails-listed.jpg" alt="" width="385" height="335" /></a></p>
<p>You can get the <a href="https://list.nih.gov/LISTSERV_WEB/GalUtility.htm" target="_blank">free Outlookemail extractor/exporter utility here</a>.</p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/qJta45qtnz4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/extract-addresses-from-exchange.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/extract-addresses-from-exchange.php</feedburner:origLink></item>
		<item>
		<title>Setup your own quality mailing list with phpList</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/APAyIQ5lVR0/setup-your-own-quality-mailing-list-with-phplist.php</link>
		<comments>http://www.allscoop.com/setup-your-own-quality-mailing-list-with-phplist.php#comments</comments>
		<pubDate>Tue, 21 Oct 2008 00:47:41 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[phplist]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=416</guid>
		<description><![CDATA[Every web marketer will tell you one of the keystones to website success is using email newsletters. For an e-commerce site, it should be mandatory. You are already collecting an email address when you are making a web sale, so there is a good chance your customer will want to sign up for your email [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Every web marketer will tell you one of the keystones to website success is using email newsletters. For an e-commerce site, it should be mandatory. You are already collecting an email address when you are making a web sale, so there is a good chance your customer will want to sign up for your email list.</p>
<p>Your e-commerce shopping cart may come with a newsletter module, but chances it might get the job done. So what do you do if you want a little more out of it?</p>
<p>There are plenty of pay for email newsletters services out there, one of the better ones being Aweber. But of course this comes at a price. In the case of Aweber, it will cost you $19 a month for the service for up to 500 customers.</p>
<p>Many of us fall in between, not yet ready to commit to the monthly charge, but still wanting an easy, and reliable way to get out a newsletter.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/10/phplist-logo.png"><img class="alignnone size-full wp-image-426" title="phplist-logo" src="http://www.allscoop.com/wp-content/uploads/2008/10/phplist-logo.png" alt="" width="155" height="70" /></a></p>
<p>In comes <a href="http://www.phplist.com/" target="_blank">phplist</a> to save the day. This free script is loaded with features. It was very easy to install, it took me about 30 minutes of playing around with the program. I set up a few small test lists with a handful of personal email addresses (yahoo, gmail, etc&#8230;), and soon I had a good feel for the program.</p>
<p>I would certainly recommend you make sure that you fully understand the program, because sending out a newsletter to hundreds of customers in NOT something to be taken lightly. While it won&#8217;t make your business, it could break your business. Again, I would not import you live list until you are pretty sure you know what you are doing in the program.</p>
<p>phplist is a very flexible program. You can create your own questions associated with a newsletter signup, and it can all be done from the web-based interface. (this part took me the longest to figure out, but I was glad I could remove the &#8220;sample&#8221; questions).</p>
<p>Once I was ready I imported my emails from my shopping cart, (during the import be sure you mark your users as confirmed, as you may end up having a confirmation email go out to all your already confirmed users.), you can also mark all your imported users as &#8220;html&#8221; users. Meaning they prefer to receive HTML based newsletters.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/10/phplist-import.jpg"><img class="alignnone size-full wp-image-418" title="phplist import" src="http://www.allscoop.com/wp-content/uploads/2008/10/phplist-import.jpg" alt="" width="476" height="136" /></a></p>
<p>Once all my users were imported, you simply go to &#8220;send a message&#8221;, enter your message, set a few options and off it goes.</p>
<p>Now, since I am using the list just to import, setup and send. I will be flushing and reloading my user list each time. There isn&#8217;t an obvious way to do this in the program, but it can be easily done following these steps I found in the forum.</p>
<blockquote><p>Go to your lists and &#8216;view members&#8217;<br />
At the bottom of the page it says:<br />
&#8216;What to do with all users<br />
This will process all users on this list<br />
Delete (from this list)&#8217;<br />
Do that.<br />
Do that for all your lists.<br />
Now all the users in the database are not connected to any list.</p>
<p>Now go to:<br />
Manage users<br />
Reconcile Users<br />
&#8216;delete all users who are not subscribed to any list&#8217;<br />
and they will all be removed.</p>
<p><small>from http://forums.phplist.com/viewtopic.php?p=43905#43905</small></p></blockquote>
<p>I will admit it took me a little while to fully understand the program, but don&#8217;t give up, after just a little while you will find that it is a pretty simple, yet flexible program to use. phplist has many more features than those I&#8217;ve touched here, that is only because I already had my list, and I only need to import emails. phplist can be a beginning to end email marketing solution, and will actually manage your list for you.  phplist also has fantastic online documentation.</p>
<p><strong>Not bad for a free program!</strong></p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/APAyIQ5lVR0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/setup-your-own-quality-mailing-list-with-phplist.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/setup-your-own-quality-mailing-list-with-phplist.php</feedburner:origLink></item>
		<item>
		<title>Super Simple Calendar Free</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/o4n7_c_OYUo/super-simple-calendar-free.php</link>
		<comments>http://www.allscoop.com/super-simple-calendar-free.php#comments</comments>
		<pubDate>Thu, 25 Sep 2008 14:39:08 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[free software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=390</guid>
		<description><![CDATA[Simple. Elementary, and not involved or complicated windows calendar application.
You just want to see a calendar, and clicking on the time in the tray is cumbersome, and there is the possibility you may accidentally change your system date and time. So here is a free windows calendar app that could not be more simple and [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Simple. <span>Elementary, and not involved or complicated <strong>windows calendar application</strong>.</span></p>
<p><strong>You just want to see a calendar</strong>, and clicking on the time in the tray is cumbersome, and there is the possibility you may accidentally change your system date and time. So here is a free <strong>windows calendar app that could not be more simple and easy</strong>. A 16k file, that just opens up a calendar.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/simplecalendar.exe"><img class="alignnone size-full wp-image-391" title="simple windows calendar" src="http://www.allscoop.com/wp-content/uploads/2008/09/calendar.gif.png" alt="" width="210" height="179" /></a></p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/simplecalendar.exe">Download Windows Calendar</a></p>
<p><span><br />
</span></p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/o4n7_c_OYUo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/super-simple-calendar-free.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/super-simple-calendar-free.php</feedburner:origLink></item>
		<item>
		<title>How to have a seperate NIC just for the internet</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/JGGpaeZNzMo/how-to-have-a-seperate-nic-just-for-the-internet.php</link>
		<comments>http://www.allscoop.com/how-to-have-a-seperate-nic-just-for-the-internet.php#comments</comments>
		<pubDate>Fri, 12 Sep 2008 16:49:07 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[2 NICs]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[NIC]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=339</guid>
		<description><![CDATA[You have 2 network cards, and are connected to 2 networks.
You want to specify which one is used to surf the internet.
Here is how you do it on Windows.
It&#8217;s comes down to an &#8220;Interface Metric&#8221;.
First, right click on the network card/item that you wish to use for the internet. In this case it is the [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>You have 2 network cards, and are connected to 2 networks.</p>
<p>You want to <strong>specify which one</strong> is used to <strong>surf </strong>the internet.</p>
<p>Here is how you do it on Windows.</p>
<p>It&#8217;s comes down to an <strong>&#8220;Interface Metric&#8221;</strong>.</p>
<p>First, right click on the network card/item that you wish to use for the internet. In this case it is the &#8220;wireless network connection 2&#8243;<br />
<a href="http://www.allscoop.com/wp-content/uploads/2008/09/nic-1.gif"><img class="alignnone size-medium wp-image-349" title="nic-1" src="http://www.allscoop.com/wp-content/uploads/2008/09/nic-1-300x36.gif" alt="" width="300" height="36" /></a></p>
<p>Here I left click once on the connection to select it, then right click to get the dialog box below. Choose properties.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/nic-2.gif"><img class="alignnone size-medium wp-image-350" title="nic-2" src="http://www.allscoop.com/wp-content/uploads/2008/09/nic-2-300x150.gif" alt="" width="300" height="150" /></a></p>
<p>Then scroll down until you see <strong>Internet Protocol (TCP/IP)</strong>, select it (make it blue), then click on the <strong>Properties</strong> button.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/nic-3.gif"><img class="alignnone size-medium wp-image-351" title="nic-3" src="http://www.allscoop.com/wp-content/uploads/2008/09/nic-3-259x300.gif" alt="" width="259" height="300" /></a></p>
<p>Then you will see the screen below, click on the <strong>Advanced </strong>button.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/nic-4.gif"><img class="alignnone size-medium wp-image-352" title="nic-4" src="http://www.allscoop.com/wp-content/uploads/2008/09/nic-4-282x300.gif" alt="" width="282" height="300" /></a></p>
<p>On the bottom of the next screen as shown below, you will uncheck the Automatic Metric check box and place a 1 in the metric box.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/nic-5.gif"><img class="alignnone size-medium wp-image-353" title="nic-5" src="http://www.allscoop.com/wp-content/uploads/2008/09/nic-5-261x300.gif" alt="" width="261" height="300" /></a></p>
<p>Now your first Network Card is setup with a Metric of 1. Repeat the exact same process with your other network card, <strong>except give it an Interface Metric of 2</strong>.</p>
<p>That should do it, now when you surf the internet you should see the IP of the network card with a interface metric of 1. (<a href="http://www.slurpware.org/">visit here to see your IP</a>). And all your other network activities should work as normal.</p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/JGGpaeZNzMo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/how-to-have-a-seperate-nic-just-for-the-internet.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/how-to-have-a-seperate-nic-just-for-the-internet.php</feedburner:origLink></item>
		<item>
		<title>How does a fuel cell work?</title>
		<link>http://feedproxy.google.com/~r/AllscoopTechnology/~3/UbuRZqogcQU/how-does-a-fuel-cell-work.php</link>
		<comments>http://www.allscoop.com/how-does-a-fuel-cell-work.php#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:11:27 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[catalysis]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[fuel cell]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=324</guid>
		<description><![CDATA[Newest discoveries in fuel cell technology.
 We all hear a lot about fuel cells on the news, but what exactly is a fuel cell? Simply, a fuel cell is a device that takes stored chemical energy and converts it into electrical energy. A fuel cell is an electrochemical conversion device. It is a kind of [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Newest discoveries in fuel cell technology.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/fuelcell.png"><img class="alignleft size-full wp-image-328" title="fuelcell" src="http://www.allscoop.com/wp-content/uploads/2008/09/fuelcell.png" alt="" width="76" height="61" style="padding: 10px;"/></a> We all hear a lot about fuel cells on the news, but what exactly is a fuel cell? Simply, a fuel cell is <strong>a device that takes stored chemical energy and converts it into electrical energy</strong>. A fuel cell is an electrochemical conversion device. It is a kind of a device that produces electricity from the fuel that acts as the anode and is the positive part in a cell and it is an oxidant that acts as a cathode, which is the negative part in a cell. Now, the oxidizer and fuel react in the presence of an electrolyte, which acts as the medium. Now, a reactant flows into the cell reagents and products flow out, and electrolyte remain within the cell.</p>
<p><a href="http://www.allscoop.com/wp-content/uploads/2008/09/800px-catalysisscheme.png"><img src="http://www.allscoop.com/wp-content/uploads/2008/09/800px-catalysisscheme-300x176.png" alt="" title="catalysis" width="250" height="126" class="alignleft size-medium wp-image-331" /></a> The principle on which the fuel cell works is the principle of catalysis. According to this principle, the reagent fuel is separated into two components electrons and protons, electrons are forced to go through a path that is pre-specified and, hence, the electrons are converted into electricity. Today, the catalyst that is used in this reaction of fuel and oxidizer used is generally composed of a metal of the platinum group or alloy. There is now another catalytic process in which electrons are taken and these electrons combine with the protons and oxidants which ultimately develop waste products. These wastes are simple compounds such as water and carbon dioxide.</p>
<p>There is a classic hydrogen-oxygen design of fuel cells which is also known as proton exchange membrane fuel cell (PEMFC) design. A proton-conducting polymer membrane (electrolyte), separates the anode and cathode sides.</p>
<p>At the anode, there is a diffusion of hydrogen to diffuse the anode and catalyst later; it dissociates itself into protons and electrons. The protons are conducted through the membrane to the cathode; on the other hand, the electrons are forced to move in an external circuit (energy supply) because there is an electrically insulating membrane. At the cathode catalyst there are oxygen molecules that react with electrons. These electrons are those who have traveled through the external circuit and protons to form water &#8211; for example, waste products that are generated, are either liquid or steam.</p>
<p>Other than the type of pure hydrogen, hydrocarbons for fuel cells can also be used. These are fuels such as diesel or methanol and chemical hydrides can also be used as fuel in fuel cells. The waste produced in these types of fuel is carbon dioxide and water.</p>
<p>There are many combinations of fuel cells, because there are many possible combinations of fuels and oxidants. To name a few we have &#8220;a metal hydride fuel cell&#8221;. The electrolyte used in this fuel cell is an alkaline aqueous solution such as potassium hydroxide. Then there is a merger of carbonate fuel cell. The electrolyte used in this cell is alkaline, molten carbonate, such as sodium bicarbonate.</p>
<p>There is a difference in behavior of fuel cells. It is due to the electrochemical batteries in use for some reasons. The first reason is that fuel cells consume reagents and it is necessary to rebuild these reagents from time to time. The second reason is that the electrodes of fuel cells are a catalyst and it is therefore relatively more stable than the electrochemical batteries.</p>
<p>a</p>
<img src="http://feeds.feedburner.com/~r/AllscoopTechnology/~4/UbuRZqogcQU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/how-does-a-fuel-cell-work.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.allscoop.com/how-does-a-fuel-cell-work.php</feedburner:origLink></item>
	</channel>
</rss>
