<?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>Peeled Carrots &#187; Software</title>
	<atom:link href="http://www.peeledcarrots.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peeledcarrots.com</link>
	<description>....cause life&#039;s too short to peel carrots. Enough said!!</description>
	<lastBuildDate>Tue, 03 Nov 2009 14:42:06 +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>Tweaking Ubuntu desktop and system settings</title>
		<link>http://www.peeledcarrots.com/tweaking-ubuntu-desktop-and-system-settings/</link>
		<comments>http://www.peeledcarrots.com/tweaking-ubuntu-desktop-and-system-settings/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 13:44:19 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.peeledcarrots.com/?p=196</guid>
		<description><![CDATA[Although there are loads more configuration options on Ubuntu compared to Windows, there are some things that just seem to take too much time to do. So, in order to make life easier I installed Ubuntu Tweak. It&#8217;s a great little application which allows you to pimp your ubuntu installation without having to follow long [...]]]></description>
			<content:encoded><![CDATA[<p>Although there are loads more configuration options on <a href="http://www.ubuntu.com/"><strong>Ubuntu</strong></a> compared to Windows, there are some things that just seem to take too much time to do. So, in order to make life easier I installed <a href="http://ubuntu-tweak.com/"><strong>Ubuntu Tweak</strong></a>. It&#8217;s a great little application which allows you to pimp your ubuntu installation without having to follow long tutorials explaining how to edit configuration files etc.</p>
<p><a href="http://ubuntu-tweak.com/"><img class="alignright size-medium wp-image-197" title="ubuntu-tweak" src="http://www.peeledcarrots.com/wp-content/uploads/2008/11/ubuntu-tweak-300x80.jpg" alt="" width="200" /></a></p>
<blockquote><p><strong>Ubuntu Tweak</strong> is a tool for <strong>Ubuntu</strong> that makes it easy to configure your system and desktop settings.</p></blockquote>
<p><strong>Ubuntu Tweak</strong> allows a wide variety of customization and one is able to easily remove unneeded applications which just seem to fill up memory.  It provides configuration for the following system sections: Applications, Startup, Desktop, System.</p>
<p>It&#8217;s maintained by a single developer who has a passion for open source software and he regularly releases updates for the application.</p>
<p>It&#8217;s really easy to install and one can install it using the following 3 methods:</p>
<ol>
<li>Download the actual source and then manually install with a batch script
<p><code><a href="http://ubuntu-tweak.googlecode.com/files/ubuntu-tweak_0.4.3.orig.tar.gz">ubuntu-tweak_0.4.3.orig.tar.gz</a></code></li>
<li>Download the Debian installation file and just run it
<p><code><a href="http://ubuntu-tweak.googlecode.com/files/ubuntu-tweak_0.4.3-1%7Eintrepid1_all.deb">ubuntu-tweak_0.4.3-1~intrepid1_all.deb</a></code></li>
<li>Or, use apt-get in the command line. This is what I used and it installed quickly and without any problems
<p><code>sudo apt-get install ubuntu-tweak</code></li>
</ol>
<p>For more information on <strong>Ubuntu Tweak</strong> checkout the site at <a href="http://ubuntu-tweak.com/">ubuntu-tweak.com</a> and for detailed installations go to the <a href="http://ubuntu-tweak.com/downloads">downloads page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/tweaking-ubuntu-desktop-and-system-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceptance testing PHP using selenium</title>
		<link>http://www.peeledcarrots.com/acceptance-testing-php-using-selenium/</link>
		<comments>http://www.peeledcarrots.com/acceptance-testing-php-using-selenium/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 10:09:42 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://soapbox.technovated.com/2007/01/26/acceptance-testing-php-using-selenium/</guid>
		<description><![CDATA[As we are approaching the final stages of one of out projects, I have been doing some serious acceptance testing to make sure that the site is functioning correctly. To set the testing up, I was given a steer in the right direction and used the Seagull wiki as a guide for the installation&#8230;.hat tip [...]]]></description>
			<content:encoded><![CDATA[<p>As we are approaching the final stages of one of out projects, I have been doing some serious acceptance testing to make sure that the site is functioning correctly. To set the testing up, I was given a steer in the right direction and used the <a href="http://trac.seagullproject.org/wiki/Standards/UnitTesting#UsingSeleniumforAcceptanceTests">Seagull wiki </a>as a guide for the installation&#8230;.hat tip to Demian.</p>
<p>It is really easy to set the test suite up and to get going, all you really need are the following two downloads:</p>
<ol>
<li><a href="http://www.openqa.org/selenium-core/download.action">Selenium core test suite</a></li>
<li>To record tests the <a href="http://www.openqa.org/selenium-ide/ ">Selenium IDE</a> in Firefox</li>
</ol>
<p>Once you have installed the Selenium core web application and the plug-in for Firefox (Firefox rocks!!) you good to go:</p>
<ol>
<li>Plan the various tests which you would like to run</li>
<li>Set the Firefox IDE to record your actions</li>
<li>Once you&#8217;ve completed a certain test save the test in an .html file</li>
<li>Include a link to your test file in your main index.html (TestSuite) file, which acts as a table of contents for the various tests</li>
<li>Then you can either run the tests individually or as a batch</li>
</ol>
<p>If you would like a <a href="http://blog.thinkphp.de/archives/133-Practical-Testing-PHP-Applications-with-Selenium.html">more detailed tutorial</a>, I found the one on the <a href="http://blog.thinkphp.de/">thinkPHP blog</a> to be quite useful.</p>
<p>As Demian says, you start getting &#8220;addicted&#8221; to creating tests and eventually try to become a perfectionist &#8211; which is a good place to be in if you want to produce error free sites for clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/acceptance-testing-php-using-selenium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech 4 Africa &#8211; Starting to get talked about on the blogosphere</title>
		<link>http://www.peeledcarrots.com/tech-4-africa-starting-to-get-talked-about-on-the-blogosphere/</link>
		<comments>http://www.peeledcarrots.com/tech-4-africa-starting-to-get-talked-about-on-the-blogosphere/#comments</comments>
		<pubDate>Mon, 27 Nov 2006 13:42:18 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology for Africa]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://soapbox.technovated.com/2006/11/27/tech-4-africa-starting-to-get-talked-about-on-the-blogosphere/</guid>
		<description><![CDATA[We have finally got the site up and running and are getting some really positive feedback from the web commuunity. Not just in South Africa, but in other parts of the world as well.
The guys at cowboysengines wrote a pretty cool article about the conference idea and they are giving us some solid support!
Please visit [...]]]></description>
			<content:encoded><![CDATA[<p>We have finally got the site up and running and are getting some really positive feedback from the web commuunity. Not just in South Africa, but in other parts of the world as well.</p>
<p>The guys at <a href="http://cowboysengines.blogspot.com/">cowboysengines</a> wrote a pretty <a href="http://cowboysengines.blogspot.com/2006/11/tech4africa-2007-mobilise-troops.html">cool article</a> about the conference idea and they are giving us some solid support!</p>
<p>Please visit the site, at <a href="http://www.technologyforafrica.org/">www.technologyforafrica.org</a> and give us some feedback, so that we can give feedback to the speakers, justify sponsorship and organise a really worthwhile event.</p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/tech-4-africa-starting-to-get-talked-about-on-the-blogosphere/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tech 4 Africa &#8211; Technology conference</title>
		<link>http://www.peeledcarrots.com/tech-4-africa-technology-conference/</link>
		<comments>http://www.peeledcarrots.com/tech-4-africa-technology-conference/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 17:23:37 +0000</pubDate>
		<dc:creator>Stephen Blake</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology for Africa]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://soapbox.technovated.com/2006/11/03/tech-4-africa-technology-conference/</guid>
		<description><![CDATA[With the onset of an extremely cold snap of weather on the 1st November, I am longing to go back home to soak up some rays from the hot African sun during Christmas time.
Instead we will be hard at work in a cold and gloomy London, which is really not as bad as it seems. [...]]]></description>
			<content:encoded><![CDATA[<p>With the onset of an extremely cold snap of weather on the 1st November, I am longing to go back home to soak up some rays from the hot African sun during Christmas time.</p>
<p>Instead we will be hard at work in a cold and gloomy London, which is really not as bad as it seems. One of the things we have been working on is a project which is really close to the heart and will hopefully benefit the whole of Southern Africa.</p>
<p>The aim of this project is to hold a &#8220;web and emerging technologies conference&#8221; in <a href="http://www.southafrica.net/index.cfm?CountryProfileID=0">South Africa</a>. We want to get international speakers, who are industry leaders and who would like to give some advice to Africans involved in the Web and <a href="http://en.wikipedia.org/wiki/Information_technology">IT</a> industry.</p>
<p>I have been doing quite a lot of research over the past few months and I really believe that a conference of this nature will be beneficial to the &#8220;African technology community&#8221;</p>
<p>We have a site up at and running (<a href="http://www.technologyforafrica.org">www.technologyforafrica.org</a>), which is still undergoing some final testing before we start to contact Southern African companies involved in the IT industry. However, if you have any comments or suggestions please contact one of us, or just post a comment to this article.</p>
<p>I am hoping that we will get positive feedback from the majority of people who we contact because I think the concept of &#8220;Technology for Africa&#8221; is a fantastic opportunity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peeledcarrots.com/tech-4-africa-technology-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
