<?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; Useful tidbits</title>
	<atom:link href="http://www.websurfshack.net/category/webdev/useful-tidbits/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>Creating Thumbnails with imagemagick</title>
		<link>http://www.websurfshack.net/2009/12/creating-thumbnails-with-imagemagick/</link>
		<comments>http://www.websurfshack.net/2009/12/creating-thumbnails-with-imagemagick/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 11:22:19 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Useful tidbits]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=498</guid>
		<description><![CDATA[A bash script to create thumbnails using the imagemagick graphics tools]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/12/creating-thumbnails-with-imagemagick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tidying the  Mac OS X Dock</title>
		<link>http://www.websurfshack.net/2009/09/tidying-the-mac-os-x-dock/</link>
		<comments>http://www.websurfshack.net/2009/09/tidying-the-mac-os-x-dock/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 11:04:18 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[OS X Tips]]></category>
		<category><![CDATA[Useful tidbits]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=431</guid>
		<description><![CDATA[Add an empty space to your dock to split the icons up a bit. You can add as many as you like:
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock

]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/09/tidying-the-mac-os-x-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ModRewrite: File existance check</title>
		<link>http://www.websurfshack.net/2009/07/modrewrite-file-existance-check/</link>
		<comments>http://www.websurfshack.net/2009/07/modrewrite-file-existance-check/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:35:24 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Useful tidbits]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[rewritecond]]></category>
		<category><![CDATA[rewriterule]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=314</guid>
		<description><![CDATA[We have written about mod_rewrite before, but did you know that you can check if a file (or directory) exists before you attempt to redirect to it? Here&#8217;s how:
RewriteCond %{DOCUMENT_ROOT}/files/%{REQUEST_URI} -f
RewriteRule ^/([^/]*)$ /files/$1 [PT]
The RewriteCond checks for the existance of a file in the specified path, this is done with the special mod_rewrite rule -f. [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/07/modrewrite-file-existance-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Fonts and Resource Forks</title>
		<link>http://www.websurfshack.net/2009/05/mac-fonts-and-resource-forks/</link>
		<comments>http://www.websurfshack.net/2009/05/mac-fonts-and-resource-forks/#comments</comments>
		<pubDate>Wed, 13 May 2009 08:45:10 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[OS X Tips]]></category>
		<category><![CDATA[Useful tidbits]]></category>
		<category><![CDATA[ditto]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[resource fork]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=285</guid>
		<description><![CDATA[Guide to using ditto to copy resource fork files on mac os x]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/05/mac-fonts-and-resource-forks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Panic Button</title>
		<link>http://www.websurfshack.net/2009/05/linux-panic-button/</link>
		<comments>http://www.websurfshack.net/2009/05/linux-panic-button/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:17:56 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Useful tidbits]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/2009/05/linux-panic-button/</guid>
		<description><![CDATA[Have you ever been doing some administration and *poof* everything has frozen nothing works the only thing left to do is restart the system right?
wrong!
There is a lesser known panic button built in to the kernel that will gracefully restart everything by stopping daemons and dismounting drives.
To do this you must hold alt+SysReq (PrintScreen) and [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/05/linux-panic-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
