<?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>Web Surf Shack &#187; cheatsheet</title>
	<atom:link href="http://www.websurfshack.net/tag/cheatsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websurfshack.net</link>
	<description>Waxing your internet surf board</description>
	<lastBuildDate>Wed, 21 Apr 2010 07:58:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache error codes</title>
		<link>http://www.websurfshack.net/2009/01/apache-error-codes/</link>
		<comments>http://www.websurfshack.net/2009/01/apache-error-codes/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 15:47:19 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cheatsheet]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=148</guid>
		<description><![CDATA[Always handy, a list of Apache error codes.
Or why not read the RFC2616



Successful Client Requests


200
OK


201
Created


202
Accepted


203
Non-Authorative Information


204
No Content


205
Reset Content


206
Partial Content


Client Request Redirected


300
Multiple Choices


301
Moved Permanently


302
Moved Temporarily


303
See Other


304
Not Modified


305
Use Proxy


Client Request Errors


400
Bad Request


401
Authorization Required


402
Payment Required (not used yet)


403
Forbidden


404
Not Found


405
Method Not Allowed


406
Not Acceptable (encoding)


407
Proxy Authentication Required



408
Request Timed Out


409
Conflicting Request


410
Gone


411
Content Length Required


412
Precondition Failed


413
Request Entity Too Long


414
Request URI Too Long


415
Unsupported Media [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/01/apache-error-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful VI commands</title>
		<link>http://www.websurfshack.net/2008/12/useful-vi-commands/</link>
		<comments>http://www.websurfshack.net/2008/12/useful-vi-commands/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 10:02:10 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=65</guid>
		<description><![CDATA[I use vi/vim quite a lot, heres a useful list of commands. Thanks to these people for the original: here
:set paste
turn off all auto-formatting. Use before pasting  text

:set nu
show line numbers.

:set ic
ignore case differences when searching.

:set ai
set automatic indent.

:set sm
show matching ( or { with ) or } in insert mode.

---------------

down-arrow up-arrow
move down/up 1 [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2008/12/useful-vi-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASCII and HTML Entity Reference</title>
		<link>http://www.websurfshack.net/2008/11/ascii-reference/</link>
		<comments>http://www.websurfshack.net/2008/11/ascii-reference/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 22:10:59 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[cheatsheet]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=52</guid>
		<description><![CDATA[Looking for the entity or hex for that weird ascii character.. try one of these
Ascii Cheatsheet
HTML Entities
Extensive HTML Entities by name
]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2008/11/ascii-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache configuration tricks</title>
		<link>http://www.websurfshack.net/2008/11/apache-configuration-tricks/</link>
		<comments>http://www.websurfshack.net/2008/11/apache-configuration-tricks/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 21:58:45 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Web Dev]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=48</guid>
		<description><![CDATA[This site is a good start point for a number of useful apache configuration (htaccess) tips and tricks.
http://www.askapache.com/htaccess/apache-htaccess.html
A more structured but basic cheat sheet can be found here:
mod_rewrite Cheatsheet/
Another collection of tips:
http://www.thejackol.com/htaccess-cheatsheet/
]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2008/11/apache-configuration-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
