<?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 Luke Gill - Web Design Belfast, Northern Ireland&#187; Luke Gill &#8211; Web Design Belfast, Northern Ireland</title>
	<atom:link href="http://www.lukegill.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lukegill.com</link>
	<description>web design, flash development &#38; digital marketing</description>
	<lastBuildDate>Thu, 29 Oct 2009 15:31:29 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on AS3 Email Validation by Adam</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-95</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-95</guid>
		<description>But, my email address, a@..., does not work because I have only one letter to the left of the @ symbol and it doesn&#039;t accommodate people with underscores in their addresses too. I used this instead. It handles .COMs and .CO.UKs, too:

/([a-z0-9._-]+?)@([a-z0-9.-]+)\.([a-z]{2,4})/;

Cheers,
Adam</description>
		<content:encoded><![CDATA[<p>But, my email address, a@&#8230;, does not work because I have only one letter to the left of the @ symbol and it doesn&#8217;t accommodate people with underscores in their addresses too. I used this instead. It handles .COMs and .CO.UKs, too:</p>
<p>/([a-z0-9._-]+?)@([a-z0-9.-]+)\.([a-z]{2,4})/;</p>
<p>Cheers,<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Email Validation by ale</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-52</link>
		<dc:creator>ale</dc:creator>
		<pubDate>Thu, 16 Jul 2009 10:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-52</guid>
		<description>Many thanks!</description>
		<content:encoded><![CDATA[<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Email Validation by lukegill</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-23</link>
		<dc:creator>lukegill</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-23</guid>
		<description>The reason that 12345@email.com is shown as valid..is because you can actually have 123456 as your email name. It obviously depends on your mail server. Secondly, the reason something@email....com s shown as valid is because there is no way to determine how many &#039;.&#039; are used after an &#039;@&#039; sign. Somebody may have an email address &#039;something@something.mail.ac.uk&#039; (3 &#039;.&#039;s) For this reason, the only way to 100% validate the email would be to get php etc to run a DNS check on the provided email address and return the result.
Since actionscript is client-side we are limited to basic validation without the use of a server-side language.

Hope this answers your questions.</description>
		<content:encoded><![CDATA[<p>The reason that <a href="mailto:12345@email.com">12345@email.com</a> is shown as valid..is because you can actually have 123456 as your email name. It obviously depends on your mail server. Secondly, the reason something@email&#8230;.com s shown as valid is because there is no way to determine how many &#8216;.&#8217; are used after an &#8216;@&#8217; sign. Somebody may have an email address &#8217;something@something.mail.ac.uk&#8217; (3 &#8216;.&#8217;s) For this reason, the only way to 100% validate the email would be to get php etc to run a DNS check on the provided email address and return the result.<br />
Since actionscript is client-side we are limited to basic validation without the use of a server-side language.</p>
<p>Hope this answers your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Email Validation by Roy</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-22</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-22</guid>
		<description>This script returned
«something@email...com» as valid ???
«123456@email.com» as valid ???</description>
		<content:encoded><![CDATA[<p>This script returned<br />
«something@email&#8230;com» as valid ???<br />
«123456@email.com» as valid ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New site, new technology&#8230; by Anthony</title>
		<link>http://www.lukegill.com/blog/new-site-new-technology/comment-page-1/#comment-2</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Sun, 31 May 2009 18:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=24#comment-2</guid>
		<description>Nice blog man, Wordpress is great for the blog section of any site and with the customizable templating system you can make it look identical to the rest of your site if you so please.</description>
		<content:encoded><![CDATA[<p>Nice blog man, Wordpress is great for the blog section of any site and with the customizable templating system you can make it look identical to the rest of your site if you so please.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
