<?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>KaiSchaller.com &#187; Development</title>
	<atom:link href="http://www.kaischaller.com/blog/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kaischaller.com/blog</link>
	<description>My road to web development nirvana</description>
	<lastBuildDate>Mon, 26 Apr 2010 08:34:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Button-mashing detected: a duplicate comment filter</title>
		<link>http://www.kaischaller.com/blog/2007/11/button-mashing-detected-a-duplicate-comment-filter/</link>
		<comments>http://www.kaischaller.com/blog/2007/11/button-mashing-detected-a-duplicate-comment-filter/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 15:40:06 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.kaischaller.com/blog/2007/11/button-mashing-detected-a-duplicate-comment-filter/</guid>
		<description><![CDATA[Here&#8217;s a feature every website with comments should have: automatic detection of duplicate comments. We&#8217;ve all done it; the page is taking a little too long to load, so we start hammering on the &#8220;Submit&#8221; button over and over again until it finally goes through and we&#8217;re horrified to see we&#8217;ve managed to post our [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a feature every website with comments should have: automatic detection of duplicate comments. We&#8217;ve all done it; the page is taking a little too long to load, so we start hammering on the &#8220;Submit&#8221; button over and over again until it finally goes through and we&#8217;re horrified to see we&#8217;ve managed to post our comment twice.</p>
<p>I was reading one of my favorite websites today &#8211; TheSimpleDollar.com &#8211; and ran into that situation. Luckily WordPress has this functionality built-in, and sends you to a page that tells you &#8220;Duplicate comment detected, it looks like you already said that!&#8221;</p>
<p>I&#8217;ll try and remember to include this type of feature into any future projects I develop. The code should be relatively easy; just a database call to the last comment made by that user to see if they match.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kaischaller.com/blog/2007/11/button-mashing-detected-a-duplicate-comment-filter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
