<?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: How to validate email addess in Windows Forms</title>
	<atom:link href="http://www.dotnetthoughts.net/2009/03/24/how-to-validate-email-addess-in-windows-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetthoughts.net/2009/03/24/how-to-validate-email-addess-in-windows-forms/</link>
	<description>a dotnet developer&#039;s technical blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:26:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: anuraj</title>
		<link>http://www.dotnetthoughts.net/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-121</link>
		<dc:creator>anuraj</dc:creator>
		<pubDate>Thu, 30 Apr 2009 06:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-121</guid>
		<description>it is okay buddy :)</description>
		<content:encoded><![CDATA[<p>it is okay buddy <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrwilson1</title>
		<link>http://www.dotnetthoughts.net/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-123</link>
		<dc:creator>mrwilson1</dc:creator>
		<pubDate>Mon, 27 Apr 2009 21:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-123</guid>
		<description>Im sorry, I guess I saw windows forms and without thinking thought of php.

My apologies.  Pls feel free to delete that post.</description>
		<content:encoded><![CDATA[<p>Im sorry, I guess I saw windows forms and without thinking thought of php.</p>
<p>My apologies.  Pls feel free to delete that post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anuraj</title>
		<link>http://www.dotnetthoughts.net/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-122</link>
		<dc:creator>anuraj</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-122</guid>
		<description>Sorry, I blogged about validate mail address using .Net. Not Php or Javascript</description>
		<content:encoded><![CDATA[<p>Sorry, I blogged about validate mail address using .Net. Not Php or Javascript</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrwilson1</title>
		<link>http://www.dotnetthoughts.net/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-120</link>
		<dc:creator>mrwilson1</dc:creator>
		<pubDate>Thu, 23 Apr 2009 01:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-120</guid>
		<description>Look up the built in filter_vars methods too, even easier

&lt;code&gt;
$ip = filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4);

$email = filter_var($email, FILTER_VALIDATE_EMAIL);
&lt;/code&gt;
http://us2.php.net/filter_var

more

http://us3.php.net/manual/hu/ref.filter.php

for php 5 and up.
You can both validate and santize</description>
		<content:encoded><![CDATA[<p>Look up the built in filter_vars methods too, even easier</p>
<p><code><br />
$ip = filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4);</p>
<p>$email = filter_var($email, FILTER_VALIDATE_EMAIL);<br />
</code><br />
<a href="http://us2.php.net/filter_var" rel="nofollow">http://us2.php.net/filter_var</a></p>
<p>more</p>
<p><a href="http://us3.php.net/manual/hu/ref.filter.php" rel="nofollow">http://us3.php.net/manual/hu/ref.filter.php</a></p>
<p>for php 5 and up.<br />
You can both validate and santize</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anuraj</title>
		<link>http://www.dotnetthoughts.net/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-119</link>
		<dc:creator>anuraj</dc:creator>
		<pubDate>Fri, 27 Mar 2009 10:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2009/03/24/how-to-validate-email-addess-in-windows-forms/#comment-119</guid>
		<description>Welcome Jonathan Parker. Thank you for your comments.</description>
		<content:encoded><![CDATA[<p>Welcome Jonathan Parker. Thank you for your comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

