<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating a BBCode Parser</title>
	<atom:link href="http://www.ultramegatech.com/blog/2009/04/creating-a-bbcode-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/blog/2009/04/creating-a-bbcode-parser/</link>
	<description>Web development blog from UltraMega Tech.</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:09:15 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Roos</title>
		<link>http://www.ultramegatech.com/blog/2009/04/creating-a-bbcode-parser/comment-page-1/#comment-428</link>
		<dc:creator>Karl Roos</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=315#comment-428</guid>
		<description>Great code! Thanks!</description>
		<content:encoded><![CDATA[<p>Great code! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/blog/2009/04/creating-a-bbcode-parser/comment-page-1/#comment-419</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=315#comment-419</guid>
		<description>TinyMCE looks like a good choice for a rich text editor that comes with BBCode support.

&lt;a href=&quot;http://tinymce.moxiecode.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://tinymce.moxiecode.com/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>TinyMCE looks like a good choice for a rich text editor that comes with BBCode support.</p>
<p><a href="http://tinymce.moxiecode.com/" target="_blank" rel="nofollow">http://tinymce.moxiecode.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neo22s</title>
		<link>http://www.ultramegatech.com/blog/2009/04/creating-a-bbcode-parser/comment-page-1/#comment-418</link>
		<dc:creator>neo22s</dc:creator>
		<pubDate>Wed, 04 Nov 2009 21:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=315#comment-418</guid>
		<description>Do you recommend any BBCODE editor for the front end user?</description>
		<content:encoded><![CDATA[<p>Do you recommend any BBCODE editor for the front end user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/blog/2009/04/creating-a-bbcode-parser/comment-page-1/#comment-225</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 24 Aug 2009 21:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=315#comment-225</guid>
		<description>That&#039;s a good point. I&#039;ll edit the regex to allow only URLs.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good point. I&#8217;ll edit the regex to allow only URLs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lec</title>
		<link>http://www.ultramegatech.com/blog/2009/04/creating-a-bbcode-parser/comment-page-1/#comment-220</link>
		<dc:creator>lec</dc:creator>
		<pubDate>Sun, 23 Aug 2009 12:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=315#comment-220</guid>
		<description>Though it&#039;s compact and cute, the url tag could be used for various exploits, the htmlentities() notwithstanding (using javascript: schemes, for example).

Perhaps you ought to change the (.*?) to a regex that will match only proper urls.</description>
		<content:encoded><![CDATA[<p>Though it&#8217;s compact and cute, the url tag could be used for various exploits, the htmlentities() notwithstanding (using javascript: schemes, for example).</p>
<p>Perhaps you ought to change the (.*?) to a regex that will match only proper urls.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
