<?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>Webmaster Words</title>
	<atom:link href="http://www.webmasterwords.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webmasterwords.com</link>
	<description>SEO, Web marketing and general webmastery</description>
	<lastBuildDate>Mon, 26 Jan 2009 15:59:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Python Split and Join Examples</title>
		<link>http://www.webmasterwords.com/python-split-and-join-examples</link>
		<comments>http://www.webmasterwords.com/python-split-and-join-examples#comments</comments>
		<pubDate>Mon, 26 Jan 2009 12:39:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.webmasterwords.com/python-split-and-join-examples</guid>
		<description><![CDATA[Split and join in python are similar to the equivalent functions in most dynamic languages with a few minor differences:
Python Split
Split a sentence into separate words:

sentence = &#34;the cat sat on the mat&#34;
print sentence.split&#40;&#41;
&#91;'the', 'cat', 'sat', 'on', 'the', 'mat'&#93;

Split words separated by a single character:

sentence = &#34;the,cat,sat,on,the,mat&#34;
print sentence.split&#40;','&#41;
&#91;'the', 'cat', 'sat', 'on', 'the', 'mat'&#93;

Split words separated [...]]]></description>
		<wfw:commentRss>http://www.webmasterwords.com/python-split-and-join-examples/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Mysql Root Password Script</title>
		<link>http://www.webmasterwords.com/mysql-root-password-reset-script</link>
		<comments>http://www.webmasterwords.com/mysql-root-password-reset-script#comments</comments>
		<pubDate>Fri, 23 Jan 2009 17:27:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.webmasterwords.com/mysql-root-password-reset-script</guid>
		<description><![CDATA[Lost (forgotten) your mysql root / admin password? Not to worry, it happens to the best of us.
This simple BASH password reset script will enable you to reset any mysql user password without knowing the current password
I would not recommend running it on a live production system as it requires shutting down the mysql server.
Heres [...]]]></description>
		<wfw:commentRss>http://www.webmasterwords.com/mysql-root-password-reset-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex on Linux &#8211; Hello World Example</title>
		<link>http://www.webmasterwords.com/flex-developement-on-linux-hello-world-example</link>
		<comments>http://www.webmasterwords.com/flex-developement-on-linux-hello-world-example#comments</comments>
		<pubDate>Sat, 20 Dec 2008 12:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.webmasterwords.com/flex-developement-on-linux-hello-world-example</guid>
		<description><![CDATA[Now that adobe have improved Linux support for the flash player (including 64-bit systems) and released the open source flex SDK, its now relatively easy to develop fully fledged flex applications on your Linux machine. This post is designed to be an introduction to get you up and running on flex, more posts will follow [...]]]></description>
		<wfw:commentRss>http://www.webmasterwords.com/flex-developement-on-linux-hello-world-example/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squid Proxy On Solaris</title>
		<link>http://www.webmasterwords.com/squid-proxy-on-solaris</link>
		<comments>http://www.webmasterwords.com/squid-proxy-on-solaris#comments</comments>
		<pubDate>Thu, 23 Aug 2007 17:17:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.webmasterwords.com/squid-proxy-on-solaris</guid>
		<description><![CDATA[As part of a project I required a proxy which would allow remote users to access serveral internal servers sitting behind our firewall from a single access point. The easiest way of accomplishing this is via a proxy.  My first choice of proxy is squid which supports HTTP, HTTPS, FTP and protocols.  Used [...]]]></description>
		<wfw:commentRss>http://www.webmasterwords.com/squid-proxy-on-solaris/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Elastic Web Hosting and Amazon ec2</title>
		<link>http://www.webmasterwords.com/elastic-web-hosting</link>
		<comments>http://www.webmasterwords.com/elastic-web-hosting#comments</comments>
		<pubDate>Tue, 24 Apr 2007 11:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.webmasterwords.com/elastic-web-hosting</guid>
		<description><![CDATA[What is elastic webhosting?
Elastic web hosting in its simplest terms is a hosting account where resources can be rapidly expanded to meet demand. Still very much a new technology its use is gradually beginning to pick up as more and more people discover the limitations of fixed resource hosting. On a typical fixed hosting account [...]]]></description>
		<wfw:commentRss>http://www.webmasterwords.com/elastic-web-hosting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
