<?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>Rolling Resource &#187; Usage Tips</title>
	<atom:link href="http://www.rollingr.net/wordpress/category/software/usage-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rollingr.net/wordpress</link>
	<description>If we had a problem, here's our solution</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:15:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Improving Accessibility</title>
		<link>http://www.rollingr.net/wordpress/2011/03/22/improving-accessibility/</link>
		<comments>http://www.rollingr.net/wordpress/2011/03/22/improving-accessibility/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 14:35:53 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/?p=138</guid>
		<description><![CDATA[While looking through the HTML code generated by WordPress, I have come across several tags I was unfamiliar with. One of these was ACCESSKEY. At first sight, this would appear to be a very useful way of moving quickly about the page; indeed the Connections theme I use here uses accesskeys of a (About), c [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2011/03/22/improving-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putty Configuration</title>
		<link>http://www.rollingr.net/wordpress/2009/01/09/private-putty-configuration/</link>
		<comments>http://www.rollingr.net/wordpress/2009/01/09/private-putty-configuration/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 14:16:53 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/?p=99</guid>
		<description><![CDATA[Download PuTTY from the official website. As a minimum you only need PuTTY.exe, but the zip file and installer also include the following utilities which you may find useful: PSFTP (a Secure FTP client for transferring files between your web server and PC) Pageant (an SSH authentication agent for PuTTY, PSCP and Plink which will [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2009/01/09/private-putty-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Cascading priorities</title>
		<link>http://www.rollingr.net/wordpress/2007/02/01/css-cascading-priorities/</link>
		<comments>http://www.rollingr.net/wordpress/2007/02/01/css-cascading-priorities/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 18:44:06 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2007/02/01/css-cascading-priorities/</guid>
		<description><![CDATA[Even though you have spent hours finely tuning your CSS style sheet, the webpage will not display correctly. You have even gone as far as defining a unique style the piece of text you are trying to format. What is the problem? It probably lies with the cascading order. The primary sort of the declarations [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2007/02/01/css-cascading-priorities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using classes in Cascading Style Sheets</title>
		<link>http://www.rollingr.net/wordpress/2007/02/01/using-classes-in-cascading-style-sheets/</link>
		<comments>http://www.rollingr.net/wordpress/2007/02/01/using-classes-in-cascading-style-sheets/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 16:21:48 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2007/02/01/using-classes-in-cascading-style-sheets/</guid>
		<description><![CDATA[At first glance Cascading Style Sheets (CSS) are the panacea for our formatting woes. If I want a paragraph to be highlighted in yellow, then I would just have to define a class, apply this to the element and away we go. But there is the knub. It appears that while properties are inherited, classes [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2007/02/01/using-classes-in-cascading-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems assembling files</title>
		<link>http://www.rollingr.net/wordpress/2006/12/01/problems-assembling-files/</link>
		<comments>http://www.rollingr.net/wordpress/2006/12/01/problems-assembling-files/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 11:08:20 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2006/12/01/problems-assembling-files/</guid>
		<description><![CDATA[I could not even assemble a simple Hello World program today , must be too tired. I kept getting the error parse error before `(' `main' declared as function returning a function The answer should of course be to use curly braces { } on lines 3 and 6 Wrong PLAIN TEXT C: #include &#60;stdio.h&#62; [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2006/12/01/problems-assembling-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verifying a signed download</title>
		<link>http://www.rollingr.net/wordpress/2006/10/27/verifying-a-signed-download/</link>
		<comments>http://www.rollingr.net/wordpress/2006/10/27/verifying-a-signed-download/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 16:55:59 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Incomplete]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2006/10/27/verifying-a-signed-download/</guid>
		<description><![CDATA[Some files have been signed by their author to prove that nobody else has tampered with them. This is particularly true of source code or appllications you have downloaded off the web. For example the antivirus package clamav can be downloaded from Sourceforge. There will be two files for you to download clamav-x.x.x.tar.gz and clamav-x.x.x.tar.gz.sig. [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2006/10/27/verifying-a-signed-download/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending and Receiving EMail</title>
		<link>http://www.rollingr.net/wordpress/2006/10/26/sending-and-receiving-email/</link>
		<comments>http://www.rollingr.net/wordpress/2006/10/26/sending-and-receiving-email/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 22:09:42 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2006/10/26/sending-and-receiving-email/</guid>
		<description><![CDATA[Most of the time this is a painless task. You just set up your email client and hit the Send/Receive button and away you go. But what happens when things go wrong? How do you troubleshoot the problem? Our Knight in shining armour is telnet. You can use this program to manually perform the sequence [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2006/10/26/sending-and-receiving-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oops!  Lost my Tool Options in The GIMP</title>
		<link>http://www.rollingr.net/wordpress/2006/09/13/oops-lost-my-tool-options-in-the-gimp/</link>
		<comments>http://www.rollingr.net/wordpress/2006/09/13/oops-lost-my-tool-options-in-the-gimp/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 14:37:22 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2006/09/13/oops-lost-my-tool-options-in-the-gimp/</guid>
		<description><![CDATA[I was messing about with The GIMP the other day and managed to close the tab that appears in the lower half of the window titled "The GIMP". Aargh! And then it took me ages to find out how to fix this. So here is what you have to do... Click on File, Dialogues, Tool [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2006/09/13/oops-lost-my-tool-options-in-the-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restarting you Apache Webserver</title>
		<link>http://www.rollingr.net/wordpress/2006/09/10/restarting-you-apache-webserver/</link>
		<comments>http://www.rollingr.net/wordpress/2006/09/10/restarting-you-apache-webserver/#comments</comments>
		<pubDate>Sun, 10 Sep 2006 21:07:08 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/2006/09/10/restarting-you-apache-webserver/</guid>
		<description><![CDATA[Courtesy of Electric Toolbox If you have made changes to the Apache configuration file httpd.conf on you need to reload the Apache service for the changes to take effect. From the command line you do this with the apachectl command. The exact location of this command varies on the Unix or Linux variant you are [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2006/09/10/restarting-you-apache-webserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Connection Refused</title>
		<link>http://www.rollingr.net/wordpress/2006/09/08/ftp-connection-refused/</link>
		<comments>http://www.rollingr.net/wordpress/2006/09/08/ftp-connection-refused/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 15:31:56 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Usage Tips]]></category>

		<guid isPermaLink="false">http://www.rollingr.net/wordpress/?p=11</guid>
		<description><![CDATA[I just tried to transfer a plugin to my server using FTP, but kept getting Connection Refused whenever I logged in. My hosting provider's solution was to reboot my VPS - a little problematic as I was in the middle of editing httpd.conf, so now my HTTP access is hosed The FTP server started working [...]]]></description>
		<wfw:commentRss>http://www.rollingr.net/wordpress/2006/09/08/ftp-connection-refused/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

