<?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 zParacha.com</title>
	<atom:link href="http://www.zparacha.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zparacha.com</link>
	<description>Effective programming and blogging tips by Zaheer Paracha</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:09:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Validate email address using JavaScript regular expression by dinus</title>
		<link>http://www.zparacha.com/validate-email-address-using-javascript-regular-expression/comment-page-2/#comment-1950</link>
		<dc:creator>dinus</dc:creator>
		<pubDate>Wed, 08 Feb 2012 15:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/validate-email-address-using-javascript-regular-expression/#comment-1950</guid>
		<description>Hi,
can some one please explain the meaning of below regular expression :
&quot;^([0-9a-zA-Z]([-\\.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9})$&quot;;

thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
can some one please explain the meaning of below regular expression :<br />
&#8220;^([0-9a-zA-Z]([-\\.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z][-\\w]*[0-9a-zA-Z]\\.)+[a-zA-Z]{2,9})$&#8221;;</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Validate email address using JavaScript regular expression by Kent</title>
		<link>http://www.zparacha.com/validate-email-address-using-javascript-regular-expression/comment-page-2/#comment-1949</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Thu, 02 Feb 2012 21:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/validate-email-address-using-javascript-regular-expression/#comment-1949</guid>
		<description>Does Tank&#039;s address a+anything@gmail.com? It did not seem too. Jerry mentioned this. 

This is a feature at gmail, add a &quot;+(anything you pick)&quot; before the @ on your regular gmail address, and the email will still be delivered to you, but you can send it to special filters.

Modifying Tanks to this
/^[a-zA-Z0-9._\+-]+@[a-zA-Z0-9]+([.-]?[a-zA-Z0-9]+)?([\.]{1}[a-zA-Z]{2,4}){1,4}$/;

Seemed to work.</description>
		<content:encoded><![CDATA[<p>Does Tank&#8217;s address <a href="mailto:a+anything@gmail.com">a+anything@gmail.com</a>? It did not seem too. Jerry mentioned this. </p>
<p>This is a feature at gmail, add a &#8220;+(anything you pick)&#8221; before the @ on your regular gmail address, and the email will still be delivered to you, but you can send it to special filters.</p>
<p>Modifying Tanks to this<br />
/^[a-zA-Z0-9._\+-]+@[a-zA-Z0-9]+([.-]?[a-zA-Z0-9]+)?([\.]{1}[a-zA-Z]{2,4}){1,4}$/;</p>
<p>Seemed to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Encourage comments by offering automatic backlinks. by car transporters</title>
		<link>http://www.zparacha.com/commentluv-plugin/comment-page-1/#comment-1948</link>
		<dc:creator>car transporters</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/commentluv-plugin/#comment-1948</guid>
		<description>Helpful info. Lucky me I discovered your web site unintentionally, and I&#039;m surprised why this twist of fate did not came about earlier! I bookmarked it.</description>
		<content:encoded><![CDATA[<p>Helpful info. Lucky me I discovered your web site unintentionally, and I&#8217;m surprised why this twist of fate did not came about earlier! I bookmarked it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Set focus on the first text field of HTML form. by kundan</title>
		<link>http://www.zparacha.com/textfield_focus/comment-page-1/#comment-1947</link>
		<dc:creator>kundan</dc:creator>
		<pubDate>Thu, 02 Feb 2012 05:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/textfield_focus/#comment-1947</guid>
		<description>thanks...</description>
		<content:encoded><![CDATA[<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to search for a string in a file using Java regular expression. by krish</title>
		<link>http://www.zparacha.com/search-string-file-java-regular-expression/comment-page-1/#comment-1946</link>
		<dc:creator>krish</dc:creator>
		<pubDate>Tue, 31 Jan 2012 08:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=478#comment-1946</guid>
		<description>input is     String sub = &quot;adsfasdf&quot;
				+ &quot;adfereresdfadsfasdf&quot;
				+ &quot;adfereresdfadsfasdfadfereresdf&quot;;

required output is     
 img src=\&quot;uploadedfiles/sdf.png
img src=\&quot;uploadedfiles/asd1212wqdswsddf.png\
img src=\&quot;uploadedfiles/asdfasd323f.png\&quot;&gt;adfereresdf</description>
		<content:encoded><![CDATA[<p>input is     String sub = &#8220;adsfasdf&#8221;<br />
				+ &#8220;adfereresdfadsfasdf&#8221;<br />
				+ &#8220;adfereresdfadsfasdfadfereresdf&#8221;;</p>
<p>required output is<br />
 img src=\&#8221;uploadedfiles/sdf.png<br />
img src=\&#8221;uploadedfiles/asd1212wqdswsddf.png\<br />
img src=\&#8221;uploadedfiles/asdfasd323f.png\&#8221;&gt;adfereresdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Five free tools to choose perfect colors for your website. by reyah</title>
		<link>http://www.zparacha.com/free-color-tools-for-webdesigners/comment-page-1/#comment-1945</link>
		<dc:creator>reyah</dc:creator>
		<pubDate>Mon, 30 Jan 2012 15:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1061#comment-1945</guid>
		<description>Using a good colors for your blog is wonderful and you can only achieve it by using a right tools like this.</description>
		<content:encoded><![CDATA[<p>Using a good colors for your blog is wonderful and you can only achieve it by using a right tools like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java String comparison. The difference between == and equals(). by Erinyes</title>
		<link>http://www.zparacha.com/java-string-comparison/comment-page-1/#comment-1944</link>
		<dc:creator>Erinyes</dc:creator>
		<pubDate>Mon, 30 Jan 2012 14:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1250#comment-1944</guid>
		<description>Wow, I never knew that _this_ is the difference between both compare operations. Thanks for the info! Much appreciated :D</description>
		<content:encoded><![CDATA[<p>Wow, I never knew that _this_ is the difference between both compare operations. Thanks for the info! Much appreciated <img src='http://www.zparacha.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get 99% off first month of hosting service fee. by Samsung t528g review</title>
		<link>http://www.zparacha.com/get-99-off-first-month-of-hosting-service-fee/comment-page-1/#comment-1929</link>
		<dc:creator>Samsung t528g review</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1305#comment-1929</guid>
		<description>I&#039;d like to avail free hosting too. Glad you shared the info.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to avail free hosting too. Glad you shared the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to redirect homepage in Joomla by scars reduction</title>
		<link>http://www.zparacha.com/how-to-redirect-homepage-in-joomla/comment-page-1/#comment-1928</link>
		<dc:creator>scars reduction</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/how-to-redirect-homepage-in-joomla/#comment-1928</guid>
		<description>This is such a good guide, will probably apply when I have a site using Joomla.</description>
		<content:encoded><![CDATA[<p>This is such a good guide, will probably apply when I have a site using Joomla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java String comparison. The difference between == and equals(). by sandesh</title>
		<link>http://www.zparacha.com/java-string-comparison/comment-page-1/#comment-1927</link>
		<dc:creator>sandesh</dc:creator>
		<pubDate>Thu, 26 Jan 2012 10:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1250#comment-1927</guid>
		<description>thanx a lot ......... i was breaking my head  as i did the same mistake of confusing == ........
your article helped .........</description>
		<content:encoded><![CDATA[<p>thanx a lot &#8230;&#8230;&#8230; i was breaking my head  as i did the same mistake of confusing == &#8230;&#8230;..<br />
your article helped &#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

