<?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>Walker Software &#187; Utilities</title>
	<atom:link href="http://www.walkersoftware.com/category/utilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkersoftware.com</link>
	<description>Software Development &#124; Ipswich Suffolk UK</description>
	<lastBuildDate>Wed, 10 Feb 2010 19:33:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blocking by country and high connection counts hosting servers</title>
		<link>http://www.walkersoftware.com/utilities/74/blocking-by-country-and-high-connection-counts-on-linux/</link>
		<comments>http://www.walkersoftware.com/utilities/74/blocking-by-country-and-high-connection-counts-on-linux/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 13:24:08 +0000</pubDate>
		<dc:creator>Martyn</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.walkersoftware.com/?p=74</guid>
		<description><![CDATA[Most of our hosting servers run Centos Linux but we have Windows servers too and a problem common to both is the occasional high volume of traffic generated by non organic growth.  I don&#8217;t mean that someones blog hits the front page of digg, rather a malicious or DDOS attack against a website.  On shared [...]]]></description>
		<wfw:commentRss>http://www.walkersoftware.com/utilities/74/blocking-by-country-and-high-connection-counts-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass Category Adder Plugin for Wordpress</title>
		<link>http://www.walkersoftware.com/utilities/47/mass-category-adder-plugin-for-wordpress/</link>
		<comments>http://www.walkersoftware.com/utilities/47/mass-category-adder-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 15:48:52 +0000</pubDate>
		<dc:creator>Martyn</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.walkersoftware.com/utilities/47/mass-category-adder-plugin-for-wordpress/</guid>
		<description><![CDATA[If you create a lot of Wordpress blogs you probably like to prepare a list of categories for inclusion.  This plugin simplifies the process by allowing you to add them all at once.

Add one category per line then click the &#8220;Add Categories&#8221; button.  All categories will be created for you turning a 30 minute job [...]]]></description>
		<wfw:commentRss>http://www.walkersoftware.com/utilities/47/mass-category-adder-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send mail from the command line</title>
		<link>http://www.walkersoftware.com/utilities/11/sending-mail-from-the-command-line-on-a-pc/</link>
		<comments>http://www.walkersoftware.com/utilities/11/sending-mail-from-the-command-line-on-a-pc/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 18:09:07 +0000</pubDate>
		<dc:creator>Martyn</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://walkersoftware.com/index.php?p=11&ref=sending-mail-from-the-command-line-on-a-pc/</guid>
		<description><![CDATA[Ever need to send a one-line email from a DOS/CMD batch file? If your PC or Server has .Net 2 installed you can use this application.
It&#8217;s straightforward. Place the cmdSendmail.exe in your path or working directory and then type something like this at the command line:-
cmdSendMail you@emailtest.com~you@somewherelse.com~The Subject~The main text of the message~you@somewherelse.com~pass123~mail.somewherelse.com
Usage
cmdSemdMail {command string [...]]]></description>
		<wfw:commentRss>http://www.walkersoftware.com/utilities/11/sending-mail-from-the-command-line-on-a-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two ways to call a URL from a batch</title>
		<link>http://www.walkersoftware.com/utilities/9/two-ways-to-call-a-url-from-a-batch/</link>
		<comments>http://www.walkersoftware.com/utilities/9/two-ways-to-call-a-url-from-a-batch/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 12:43:23 +0000</pubDate>
		<dc:creator>Martyn</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://walkersoftware.com/index.php?p=9&ref=two-ways-to-call-a-url-from-a-batch/</guid>
		<description><![CDATA[Sometimes it&#8217;s useful to extract a web page to a file from a Windows batch.
For example I have a batch file that downloads financial figures every day, processes them and updates a database.
vbcurl http://myfinancialfigures.com/something.php &#62;mydatafile.htm
If you don&#8217;t have a copy of Opera handy use a statement like the following to read the source from a [...]]]></description>
		<wfw:commentRss>http://www.walkersoftware.com/utilities/9/two-ways-to-call-a-url-from-a-batch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt PayPal or AlertPay button code</title>
		<link>http://www.walkersoftware.com/utilities/8/encrypt-your-paypal-or-alertpay-button-code/</link>
		<comments>http://www.walkersoftware.com/utilities/8/encrypt-your-paypal-or-alertpay-button-code/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 14:21:48 +0000</pubDate>
		<dc:creator>Martyn</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://walkersoftware.com/index.php?p=8&ref=encrypt-your-paypal-or-alertpay-button-code/</guid>
		<description><![CDATA[Encrypt HTML
Click the above link to download a small tool for encrypting small chunks of HTML such as PayPal and AlertPay buttons.  It doesn&#8217;t actually encrypt code it obfuscates it which is a fancy way of saying it jumbles it up a bit.  It&#8217;s enough to deter the casual thief from checking out [...]]]></description>
		<wfw:commentRss>http://www.walkersoftware.com/utilities/8/encrypt-your-paypal-or-alertpay-button-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
