<?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>Forums, Blogs, Wikis &#187; Web Links</title>
	<atom:link href="http://forumsblogswikis.com/category/web-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://forumsblogswikis.com</link>
	<description>News on forums, blogs, wikis, cms, etc</description>
	<lastBuildDate>Tue, 09 Feb 2010 11:37: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>WordPress, source code, and smart quotes</title>
		<link>http://forumsblogswikis.com/2008/12/15/wordpress-source-code-and-smart-quotes/</link>
		<comments>http://forumsblogswikis.com/2008/12/15/wordpress-source-code-and-smart-quotes/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 00:02:04 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=323</guid>
		<description><![CDATA[Turns out WordPress tries to make your posts look a little better by swapping out all normal quotes with smart quotes.  That&#8217;s great for typography, but really bad when you&#8217;re posting source code like I often do on here.  Trying to run pasted code with smart quotes in it will bring PHP down [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/12/15/wordpress-source-code-and-smart-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing a page from FireFox</title>
		<link>http://forumsblogswikis.com/2008/12/07/editing-a-page-from-firefox/</link>
		<comments>http://forumsblogswikis.com/2008/12/07/editing-a-page-from-firefox/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 15:13:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=322</guid>
		<description><![CDATA[Found a quick little JavaScript trick that lets you edit page content from within FireFox.  Copy and paste the following into your address bar and press enter.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Everything on the page becomes editable.  Sure, it doesn&#8217;t affect the file on server.  But once you&#8217;re done you can save the resulting [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/12/07/editing-a-page-from-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to insert tabs in a textarea</title>
		<link>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/</link>
		<comments>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 22:30:06 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=287</guid>
		<description><![CDATA[I've always found it annoying that tabs don't, well, tab in textareas on HTML pages.  To be fair, they do what they're supposed to and move on to the next field.  But for a web app I'm working on I needed a way for the tab key to insert a tab.
The majority of [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/07/20/how-to-insert-tabs-in-a-textarea/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>PDF Manual for Script.aculo.us</title>
		<link>http://forumsblogswikis.com/2008/05/21/pdf-manual-for-scriptaculous/</link>
		<comments>http://forumsblogswikis.com/2008/05/21/pdf-manual-for-scriptaculous/#comments</comments>
		<pubDate>Wed, 21 May 2008 22:40:45 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[script.aculo.us]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=264</guid>
		<description><![CDATA[Since the Script.aculo.us wiki seems to be down at the moment, and I don't have enough experience with it to code it without the manual, I went out searching for a PDF manual.  They're  a touch outdated, but I found a site that has a PDF manual and for script.aculo.us available for downloads. [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/05/21/pdf-manual-for-scriptaculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcasting guide for beginners</title>
		<link>http://forumsblogswikis.com/2008/04/23/podcasting-guide-for-beginners/</link>
		<comments>http://forumsblogswikis.com/2008/04/23/podcasting-guide-for-beginners/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 23:27:31 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Web Links]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=260</guid>
		<description><![CDATA[As much as I think I'd enjoy starting a podcast I doubt I ever will.  I just don't like the sound of my voice enough.  But, if I were to fire one up this post on Performancing.com titled A Beginner's Podcasting Guide has links to all sorts of things to consider before plugging [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/04/23/podcasting-guide-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlickrFS &#8211; Mount your Flickr account in Linux</title>
		<link>http://forumsblogswikis.com/2008/04/20/flickrfs-mount-your-flickr-account-in-linux/</link>
		<comments>http://forumsblogswikis.com/2008/04/20/flickrfs-mount-your-flickr-account-in-linux/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 19:35:11 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Web Links]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=259</guid>
		<description><![CDATA[The FlickrFS allows you to mount your Flickr account as a file system on your Linux system.  There's instructions for Ubuntu along with a few other distributions. 
Unfortunately I'm not using Linux for anything other than my development server right now so this isn't really useful, yet.  With any luck they'll come up [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/04/20/flickrfs-mount-your-flickr-account-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RegExr &#8211; Online Regular Expression Tester</title>
		<link>http://forumsblogswikis.com/2008/04/14/regexr-online-regular-expression-tester/</link>
		<comments>http://forumsblogswikis.com/2008/04/14/regexr-online-regular-expression-tester/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 13:05:30 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Web Links]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/?p=257</guid>
		<description><![CDATA[If you do much programming you're probably at least heard of Regular Expressions.  If you're anything like me any time you need to come up with a regular expression you open up a book and look up the list of characters.  
Next time take a look at RegExr.  It let's you enter [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2008/04/14/regexr-online-regular-expression-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FxIF plugin for FireFox</title>
		<link>http://forumsblogswikis.com/2007/12/02/fxif-plugin-for-firefox/</link>
		<comments>http://forumsblogswikis.com/2007/12/02/fxif-plugin-for-firefox/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 14:31:43 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Web Links]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2007/12/02/fxif-plugin-for-firefox/</guid>
		<description><![CDATA[For those FireFox users out there there is a new plugin called FxIF that will allow you to view EXIF data on any image by right clicking and selecting Properties.

]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/12/02/fxif-plugin-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu forums helping identify malicious code</title>
		<link>http://forumsblogswikis.com/2007/11/30/ubuntu-forums-helping-identify-malicious-code/</link>
		<comments>http://forumsblogswikis.com/2007/11/30/ubuntu-forums-helping-identify-malicious-code/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 13:20:03 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Web Links]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://forumsblogswikis.com/2007/11/30/ubuntu-forums-helping-identify-malicious-code/</guid>
		<description><![CDATA[Most users new to Linux spend a lot of time browsing web forums looking for help.  Unfortunately some people on those forums may post commands that do not do what they say.  The Ubuntu Forums have added a page listing a few dangerous commands that you need to watch out for.
CrunchBang has an [...]]]></description>
		<wfw:commentRss>http://forumsblogswikis.com/2007/11/30/ubuntu-forums-helping-identify-malicious-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
