<?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: Captcha Audio with ASP.NET</title>
	<atom:link href="http://www.onemoretake.com/2009/03/10/captcha-audio-with-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onemoretake.com/2009/03/10/captcha-audio-with-aspnet/</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 23:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.onemoretake.com/2009/03/10/captcha-audio-with-aspnet/comment-page-1/#comment-836</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 07 Apr 2011 23:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=159#comment-836</guid>
		<description>Thanks a bunch for this article, it has proven extremely helpful! :) The only part which I struggled with (since I&#039;m a .net newbie) was the actual code to build the generic list for &quot;MP3FileList&quot;. After enough experimentation I got it to work by using logic such as:

Dim MP3FileList As New System.Collections.Generic.List(Of String)()

MP3FileList.Add( server.mappath(&quot;/audio/file1.mp3&quot;) )
MP3FileList.Add( server.mappath(&quot;/audio/file2.mp3&quot;) )

etc

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for this article, it has proven extremely helpful! <img src='http://www.onemoretake.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The only part which I struggled with (since I&#8217;m a .net newbie) was the actual code to build the generic list for &#8220;MP3FileList&#8221;. After enough experimentation I got it to work by using logic such as:</p>
<p>Dim MP3FileList As New System.Collections.Generic.List(Of String)()</p>
<p>MP3FileList.Add( server.mappath(&#8220;/audio/file1.mp3&#8243;) )<br />
MP3FileList.Add( server.mappath(&#8220;/audio/file2.mp3&#8243;) )</p>
<p>etc</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.onemoretake.com/2009/03/10/captcha-audio-with-aspnet/comment-page-1/#comment-259</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 28 Oct 2009 05:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=159#comment-259</guid>
		<description>@theonlykenobi thanks for the comment. Unfortunately I cannot provide the full source for the page without crossing the line my employer for whom I wrote it. I have basically provided all the guts of the process here and there is very little else to do. Given the letters shown on the captcha image (presumably held in session), create a list of the letter/number mp3 files you need to join together and pass it into the concatenator. Output the returned memory stream to the response as shown.</description>
		<content:encoded><![CDATA[<p>@theonlykenobi thanks for the comment. Unfortunately I cannot provide the full source for the page without crossing the line my employer for whom I wrote it. I have basically provided all the guts of the process here and there is very little else to do. Given the letters shown on the captcha image (presumably held in session), create a list of the letter/number mp3 files you need to join together and pass it into the concatenator. Output the returned memory stream to the response as shown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theonlykenobi</title>
		<link>http://www.onemoretake.com/2009/03/10/captcha-audio-with-aspnet/comment-page-1/#comment-258</link>
		<dc:creator>theonlykenobi</dc:creator>
		<pubDate>Wed, 28 Oct 2009 05:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.onemoretake.com/?p=159#comment-258</guid>
		<description>OMG! Awesome article, just stumbled accross it.

Is this the full source of the audio implementation? If not is there any chance of providing it?

Again awesome....

Thanks for sharing :)</description>
		<content:encoded><![CDATA[<p>OMG! Awesome article, just stumbled accross it.</p>
<p>Is this the full source of the audio implementation? If not is there any chance of providing it?</p>
<p>Again awesome&#8230;.</p>
<p>Thanks for sharing <img src='http://www.onemoretake.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

