<?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 for leinadium</title>
	<atom:link href="http://www.leinadium.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leinadium.com</link>
	<description>Techhead. Codewarrior. Legalnerd.</description>
	<lastBuildDate>Fri, 20 Aug 2010 14:27:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on MySql Migration Toolkit MSSQL latin1 to MySql utf8 by admin</title>
		<link>http://www.leinadium.com/code/mysql-migration-toolkit-mssql-latin1-to-mysql-utf8/comment-page-1/#comment-361</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Aug 2010 14:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=15#comment-361</guid>
		<description>Yes, I found the same thing after trying to correct the data after the conversion.</description>
		<content:encoded><![CDATA[<p>Yes, I found the same thing after trying to correct the data after the conversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySql Migration Toolkit MSSQL latin1 to MySql utf8 by admin</title>
		<link>http://www.leinadium.com/code/mysql-migration-toolkit-mssql-latin1-to-mysql-utf8/comment-page-1/#comment-351</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 20 Aug 2010 14:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=15#comment-351</guid>
		<description>thanks Gerben!</description>
		<content:encoded><![CDATA[<p>thanks Gerben!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySql Migration Toolkit MSSQL latin1 to MySql utf8 by Gerben Dijkstra</title>
		<link>http://www.leinadium.com/code/mysql-migration-toolkit-mssql-latin1-to-mysql-utf8/comment-page-1/#comment-341</link>
		<dc:creator>Gerben Dijkstra</dc:creator>
		<pubDate>Sat, 14 Aug 2010 19:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=15#comment-341</guid>
		<description>You deserve a congressional medal of honor dude, saved us tons of time, thanx a lot :)</description>
		<content:encoded><![CDATA[<p>You deserve a congressional medal of honor dude, saved us tons of time, thanx a lot <img src='http://www.leinadium.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySql Migration Toolkit MSSQL latin1 to MySql utf8 by Nate Haug</title>
		<link>http://www.leinadium.com/code/mysql-migration-toolkit-mssql-latin1-to-mysql-utf8/comment-page-1/#comment-331</link>
		<dc:creator>Nate Haug</dc:creator>
		<pubDate>Fri, 02 Jul 2010 03:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=15#comment-331</guid>
		<description>Wow, Thank you!! I just spent 6 hours going through this also. I was headed down very wrong approaches. Getting the data right during the conversion is much easier than trying to fix it after-wards.</description>
		<content:encoded><![CDATA[<p>Wow, Thank you!! I just spent 6 hours going through this also. I was headed down very wrong approaches. Getting the data right during the conversion is much easier than trying to fix it after-wards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on re captcha for classic asp in vbscript by admin</title>
		<link>http://www.leinadium.com/code/re-captcha-for-classic-asp-in-vbscript/comment-page-1/#comment-325</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=21#comment-325</guid>
		<description>Hi Kenny,
the function recaptcha_challenge_writer calls a Javascript provided by recpatcha that will make the actual image show up on your site.
You&#039;ll find all the info at &lt;a href=&quot;http://recaptcha.net/&quot; rel=&quot;nofollow&quot;&gt;http://recaptcha.net/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Kenny,<br />
the function recaptcha_challenge_writer calls a Javascript provided by recpatcha that will make the actual image show up on your site.<br />
You&#8217;ll find all the info at <a href="http://recaptcha.net/" rel="nofollow">http://recaptcha.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Response.Redirect not working properly on IE8 ASP by Ikutsin</title>
		<link>http://www.leinadium.com/misc/responseredirect-not-working-properly-on-ie8-asp/comment-page-1/#comment-324</link>
		<dc:creator>Ikutsin</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.leinadium.com/misc/responseredirect-not-working-properly-on-ie8-asp/#comment-324</guid>
		<description>Just got the same trouble, this doesn&#039;t going to work anymore:

protected void btnSearch_Click(object sender, ImageClickEventArgs e)
{
HttpContext.Current.Response.Redirect(formattedGetUrl);
}

Any workarounds?</description>
		<content:encoded><![CDATA[<p>Just got the same trouble, this doesn&#8217;t going to work anymore:</p>
<p>protected void btnSearch_Click(object sender, ImageClickEventArgs e)<br />
{<br />
HttpContext.Current.Response.Redirect(formattedGetUrl);<br />
}</p>
<p>Any workarounds?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on re captcha for classic asp in vbscript by Kenny</title>
		<link>http://www.leinadium.com/code/re-captcha-for-classic-asp-in-vbscript/comment-page-1/#comment-323</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Mon, 26 Oct 2009 20:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=21#comment-323</guid>
		<description>How do I get the actual CAPTCHA part to show up on my asp page above the submit button? You posted the above code with no further instruction?</description>
		<content:encoded><![CDATA[<p>How do I get the actual CAPTCHA part to show up on my asp page above the submit button? You posted the above code with no further instruction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySql Migration Toolkit MSSQL latin1 to MySql utf8 by Igor</title>
		<link>http://www.leinadium.com/code/mysql-migration-toolkit-mssql-latin1-to-mysql-utf8/comment-page-1/#comment-321</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://217.11.59.22/leinadium/?p=15#comment-321</guid>
		<description>Excelent you save my life!</description>
		<content:encoded><![CDATA[<p>Excelent you save my life!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
