<?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>Allscoop Technology &#187; tools</title>
	<atom:link href="http://www.allscoop.com/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.allscoop.com</link>
	<description>Gadgets - PHP Code - ASP Code - Web Tools - Technology</description>
	<lastBuildDate>Sun, 17 Jan 2010 23:53:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Move persistent route table to a new computer</title>
		<link>http://www.allscoop.com/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>
		<category><![CDATA[route]]></category>
		<category><![CDATA[route table]]></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><div style=”display:block;float:left;margin: 10px 10px 10px 10px;padding-right:5px;”><script type="text/javascript"><!--
google_ad_client = "pub-4960794545563824";
/* 200x200, created 11/11/09 */
google_ad_slot = "8792950336";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><strong>Moving persistent route to a new PC is easy</strong>, 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>
]]></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>
		</item>
		<item>
		<title>Quick edit for your hosts file</title>
		<link>http://www.allscoop.com/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>
		<category><![CDATA[hosts]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/quick-edit-for-your-hosts-file.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Windows Shutdown</title>
		<link>http://www.allscoop.com/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 have made a simple batch file to run a system defrag, then make a registry backup before shutting down the system for the night.
Here is what the [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Here is an easy tip to spruce up your end of day windows shut down.</p>
<p>Have it perform some simple tasks before shutting down your system for the day.</p>
<p>I have 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> for the night.</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>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/custom-windows-shutdown.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cube Cart Export for PayPal Multiorder Shipping</title>
		<link>http://www.allscoop.com/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[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[multi-order]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[shipping]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=453</guid>
		<description><![CDATA[I have created an order export for Cube Cart e-commerce software package. This export can be imported into PayPal&#8217;s multi-order 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 [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>I have created an order export for Cube Cart e-commerce software package. This export can be imported into PayPal&#8217;s multi-order shipping module.</p>
<p>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, it is very simple import into the PayPal multi-order shipping module.</p>
<p><strong>I honestly do not think we could run the same volume of shipping we do without this export to PayPal feature. It really saves a TON of time.</strong></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>It creates a simple CSV file which includes the order number as well as the delivery address for the order. The export also normalizes the data to correct for proper capitalization, so if the user enter everything in all caps or all lower caps it will correct this for the shipping label.</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" alt="" /></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>
]]></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>
		</item>
		<item>
		<title>Any Video Converter, Does it All</title>
		<link>http://www.allscoop.com/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[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 truly 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>I hate to use the cliche, but this is the video converter Swiss army knife. I am truly 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.<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" /></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 rel="nofollow" href="http://www.any-video-converter.com/products/for_video_free/" target="_blank">free version</a> and a <a rel="nofollow" href="http://www.any-video-converter.com/products/for_dvd/" target="_blank">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>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/any-video-converter-does-it-all.php/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Super Simple Calendar Free</title>
		<link>http://www.allscoop.com/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[software]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[calendar]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/super-simple-calendar-free.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to have a seperate NIC just for the internet</title>
		<link>http://www.allscoop.com/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" style="border: 1px solid black;" 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" style="border: 1px solid black;" 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" style="border: 1px solid black;" 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" style="border: 1px solid black;" 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" style="border: 1px solid black;" 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>
]]></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>
		</item>
		<item>
		<title>Zip A Folder</title>
		<link>http://www.allscoop.com/zip-a-folder.php</link>
		<comments>http://www.allscoop.com/zip-a-folder.php#comments</comments>
		<pubDate>Thu, 17 Apr 2008 15:13:17 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/?p=163</guid>
		<description><![CDATA[Linux and Free BSD, how to zip a folder. This is useful for backups, or moving to a new webhost.
zip -9 -r  zipname folder
 example: zip -9 -r myfolder.zip examplefoldername

-9 = best compression
-r = recursive
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Linux and Free BSD, how to zip a folder. This is useful for backups, or moving to a new webhost.</p>
<p>zip -9 -r  zipname folder</p>
<p><em> example: zip -9 -r myfolder.zip examplefoldername<br />
</em></p>
<p>-9 = best compression<br />
-r = recursive</p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/zip-a-folder.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My 5 most used WordPress plugins</title>
		<link>http://www.allscoop.com/my-5-most-used-wordpress-plugins.php</link>
		<comments>http://www.allscoop.com/my-5-most-used-wordpress-plugins.php#comments</comments>
		<pubDate>Thu, 13 Sep 2007 13:34:26 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/my-5-most-used-wordpress-plugins.php</guid>
		<description><![CDATA[

All in One SEO Pack- This nice plugin does all the little SEO tasks that used to take manual updating. Fixes your titles, and helps prevent duplicate content issues.
Word press database backup -Backup your database, nothing more to say. This one makes it real easy to do. The latest version allows you to have the [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>
<ol>
<li><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a>- This nice plugin does all the little SEO tasks that used to take manual updating. Fixes your titles, and helps prevent duplicate content issues.</li>
<li><a href="http://www.ilfilosofo.com/blog/wp-db-backup/">Word press database backup</a> -Backup your database, nothing more to say. This one makes it real easy to do. The latest version allows you to have the process automated and sent to email. (Perfect for today&#8217;s large storage gmail or yahoo accounts!)</li>
<li><a href="http://www.g-loaded.eu/2006/01/05/break-out-of-frames-wordpress-plugin/">Break out of frames</a> &#8211; About the easiest one to use. Prevents your site from being framed by other sites. Takes all of 8 seconds to install and activate. No other configuration is needed.</li>
<li><a href="http://mnm.uib.es/gallir/wp-cache-2/">wp-cache</a> &#8211; Prepare for the best, avoid database hits each time your blog is hit, wp-cache creates static copies of your pages on the fly. This one takes a small amount of work to get setup, but it will be worth the effort now if you need it later.</li>
<li><a href="http://akismet.com/">Akismet</a> -You will need this soon after setting up any blog, the comment spam will flow in. Akismet will stop it. Only downfall is a short registration to get a free API key. Simple enough though.</li>
</ol>
<p><img src="http://www.allscoop.com/wp-content/uploads/2007/09/wordpress-plugins.png" alt="favorite wordpress plugins" /></p>
<p><em>original wordpress plugin art! </em></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/my-5-most-used-wordpress-plugins.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Schedule Defrag Free</title>
		<link>http://www.allscoop.com/schedule-defrag-free.php</link>
		<comments>http://www.allscoop.com/schedule-defrag-free.php#comments</comments>
		<pubDate>Wed, 23 May 2007 20:23:55 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[defrag]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/schedule-defrag-free.php</guid>
		<description><![CDATA[Did you know that Windows XP comes with a free command line defrag tool? It sure does, it is really easy to use. Simply get to a command prompt (click on Start -&#62;Run, and type cmd in the box.). Then to defragment the C: drive you would type defrag C:
Now if you want to schedule [...]<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Did you know that Windows XP comes with a free command line defrag tool? It sure does, it is really easy to use. Simply get to a command prompt (click on Start -&gt;Run, and type <em>cmd</em> in the box.). Then to defragment the C: drive you would type <em>defrag C:</em></p>
<p>Now if you want to schedule it to run, make a quick batch file by opening up notepad.exe (Start -&gt; run -&gt; notepad.exe). Type your command into notepad <em>defrag C:</em> save the file as mydefrag.bat</p>
<p>Then go into your task scheduler and choose your batch file as the item to schedule.</p>
<p><img src="http://www.allscoop.com/wp-content/uploads/2007/05/defrag.gif" alt="Defrag" /></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/schedule-defrag-free.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PageRank Search</title>
		<link>http://www.allscoop.com/pagerank-search.php</link>
		<comments>http://www.allscoop.com/pagerank-search.php#comments</comments>
		<pubDate>Tue, 01 May 2007 14:13:33 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/pagerank-search.php</guid>
		<description><![CDATA[
a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p><!-- BEGIN Developer Shed� Network's PageRank Search --><br />
<!-- Copyright 2001-2007 Developer Shed�, LLC All Rights Reserved --></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="300">
<tbody>
<tr>
<td width="16" height="16"><img src="http://images.devshed.com/sc/seotools/image_01.gif" alt="" width="16" height="16" /></td>
<td width="130" height="16" background="http://images.devshed.com/sc/seotools/bckg06.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="130" height="16" /></td>
<td width="118" height="16" background="http://images.devshed.com/sc/seotools/bckg06.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="150" height="16" /></td>
<td width="40" background="http://images.devshed.com/sc/seotools/bckg06.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="40" height="16" /></td>
<td width="18" height="16"><img src="http://images.devshed.com/sc/seotools/image_02.gif" alt="" width="16" height="16" /></td>
</tr>
<tr>
<td height="30" background="http://images.devshed.com/sc/seotools/bckg07.gif"></td>
<td class="toolbox" colspan="2" width="*" valign="top" bgcolor="#cccccc"><strong><span style="font-size: xx-small;">PageRank Search Tool</span></strong> � <a href="http://www.seochat.com">SEO Chat�</a></p>
<form action="http://www.seochat.com/" method="get"> <span style="font-size: x-small; font-family: Courier New,Courier,mono;"></p>
<input name="go" type="hidden" value="1" />
<input name="option" type="hidden" value="com_seotools" tabindex="1" />
<input name="tool" type="hidden" value="7" tabindex="2" /> </span><span style="font-size: x-small; font-family: Courier New,Courier,mono;"><strong>Search Term:</strong></p>
<input name="q" size="32" type="text" tabindex="3" /> </span><span style="font-size: x-small; font-family: Courier New,Courier,mono;"><strong>Order by:</strong></span></p>
<select id="result_mode" name="result_mode"><option value="relevance">Relevance</option><option selected="selected" value="pagerank">PageRank</option></select>
<p><span style="font-size: x-small; font-family: Courier New,Courier,mono;"> </span></p>
<p><span style="font-size: x-small; font-family: Courier New,Courier,mono;"><strong>Results per page:</strong></span></p>
<select id="num" name="num"><option value="10">10</option><option value="20">20</option><option value="40">40</option><option value="80">80</option><option value="100">100</option></select>
<p><span style="font-size: x-small; font-family: Courier New,Courier,mono;"> </span></p>
<p><span style="font-size: x-small; font-family: Courier New,Courier,mono;"><strong>Enter Captcha To Continue</strong><br />
To prevent spamming, please enter in the numbers and letters in the box below</span></p>
<p><span style="font-size: x-small; font-family: Courier New,Courier,mono;"></p>
<input name="imageverify" size="32" type="text" tabindex="6" />
<input name="timehsh" type="hidden" value="xZ3Dxq4=" tabindex="7" /> </span><span style="font-size: x-small; font-family: Courier New,Courier,mono;"><img src="http://www.seochat.com/includes/showcaptcha.php?bd=tZyvzLQ=" border="1" alt="" /></span></p>
<p><span style="font-size: x-small; font-family: Courier New,Courier,mono;"></p>
<input id="submit" name="submit" type="submit" value="PageRank Search" tabindex="8" /></span></p>
</form>
<p><span style="font-size: x-small; font-family: Courier New,Courier,mono;"> </span></td>
<td width="40" valign="top" bgcolor="#cccccc"></td>
<td width="18" background="http://images.devshed.com/sc/seotools/bckg03.gif"></td>
</tr>
<tr>
<td width="16"><img src="http://images.devshed.com/sc/seotools/image_03.gif" alt="" width="16" height="16" /></td>
<td colspan="3" width="*" height="16" background="http://images.devshed.com/sc/seotools/bckg04.gif"><img src="http://images.devshed.com/sc/seotools/spacer.gif" alt="" width="16" height="16" /></td>
<td width="18"><img src="http://images.devshed.com/sc/seotools/image_04.gif" alt="" width="16" height="16" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p><!-- END Developer Shed� Network's PageRank Search --></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/pagerank-search.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Free Logo Creation</title>
		<link>http://www.allscoop.com/web-20-free-logo-creation.php</link>
		<comments>http://www.allscoop.com/web-20-free-logo-creation.php#comments</comments>
		<pubDate>Wed, 18 Apr 2007 20:57:19 +0000</pubDate>
		<dc:creator>allscoop</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://www.allscoop.com/web-20-free-logo-creation.php</guid>
		<description><![CDATA[Very neat tool to create nice looking logos. Enter your text and choose from a large variety of options to customize your logo. Here is one I made in only a few seconds. Pretty cool!

a
<p>a</p>
]]></description>
			<content:encoded><![CDATA[<p>Very neat <a href="http://www.simwebsol.com/ImageTool/">tool to create nice looking logos</a>. Enter your text and choose from a large variety of options to customize your logo. Here is one I made in only a few seconds. Pretty cool!</p>
<p><img src="http://www.allscoop.com/wp-content/uploads/2007/04/web20-logo-allscoop.png" alt="AllScoop Free Logo" /></p>
<p>a</p>
]]></content:encoded>
			<wfw:commentRss>http://www.allscoop.com/web-20-free-logo-creation.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
