<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Email address validation with Django and Google App Engine</title>
	<atom:link href="http://aralbalkan.com/1353/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1353</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Mon, 15 Mar 2010 18:21:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andre</title>
		<link>http://aralbalkan.com/1353/comment-page-1#comment-256182</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Thu, 11 Jun 2009 17:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1353#comment-256182</guid>
		<description>How did you get it to validate it as a valid email field though? I have db.EmailProperty() and using django form validation... but as you mentioned, it only checks for a empty string.

could you point me in the right direction?

thx</description>
		<content:encoded><![CDATA[<p>How did you get it to validate it as a valid email field though? I have db.EmailProperty() and using django form validation&#8230; but as you mentioned, it only checks for a empty string.</p>
<p>could you point me in the right direction?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sriram</title>
		<link>http://aralbalkan.com/1353/comment-page-1#comment-256088</link>
		<dc:creator>sriram</dc:creator>
		<pubDate>Thu, 28 May 2009 22:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1353#comment-256088</guid>
		<description>Thanks for writing this up.

&lt;blockquote&gt;Both the google.appengine.ext.db.EmailPropery() and the google.appengine.api.mail.is_email_valid() functions only check that a non-empty string instance is passed. &lt;/blockquote&gt;

What a joke! I wonder why they bothered to provide such an api.</description>
		<content:encoded><![CDATA[<p>Thanks for writing this up.</p>
<blockquote><p>Both the google.appengine.ext.db.EmailPropery() and the google.appengine.api.mail.is_email_valid() functions only check that a non-empty string instance is passed. </p></blockquote>
<p>What a joke! I wonder why they bothered to provide such an api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tedavi</title>
		<link>http://aralbalkan.com/1353/comment-page-1#comment-203978</link>
		<dc:creator>tedavi</dc:creator>
		<pubDate>Mon, 12 Jan 2009 15:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1353#comment-203978</guid>
		<description>sağolun ellerinize sağlık</description>
		<content:encoded><![CDATA[<p>sağolun ellerinize sağlık</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: html kodları</title>
		<link>http://aralbalkan.com/1353/comment-page-1#comment-187575</link>
		<dc:creator>html kodları</dc:creator>
		<pubDate>Thu, 25 Sep 2008 01:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1353#comment-187575</guid>
		<description>teşekkurler aral balkan siten guzel olmus emegine saglık</description>
		<content:encoded><![CDATA[<p>teşekkurler aral balkan siten guzel olmus emegine saglık</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://aralbalkan.com/1353/comment-page-1#comment-159213</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 23 Jun 2008 23:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1353#comment-159213</guid>
		<description>Aral,

Can you point me at any examples of how to check a DNS server from ActionScript?  Is it possible to get a list of MX records (given a domain name) via client-side ActionScript only?  Thanks in advance...

Mark</description>
		<content:encoded><![CDATA[<p>Aral,</p>
<p>Can you point me at any examples of how to check a DNS server from ActionScript?  Is it possible to get a list of MX records (given a domain name) via client-side ActionScript only?  Thanks in advance&#8230;</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://aralbalkan.com/1353/comment-page-1#comment-153153</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Thu, 05 Jun 2008 18:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1353#comment-153153</guid>
		<description>After some trouble with strict email validation i decided to just check for the occurence of a &quot;@&quot; and a &quot;.&quot;, in exactly that order. Django is probably doing some of the same :-)</description>
		<content:encoded><![CDATA[<p>After some trouble with strict email validation i decided to just check for the occurence of a &#8220;@&#8221; and a &#8220;.&#8221;, in exactly that order. Django is probably doing some of the same :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
