<?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 Experts Guide</title>
	<atom:link href="http://www.expertsguide.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.expertsguide.info</link>
	<description>Tips and Tricks on Web and Technology</description>
	<lastBuildDate>Thu, 16 Feb 2012 17:52:10 +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 Access Form objects in case of multiple forms by admin</title>
		<link>http://www.expertsguide.info/2010/07/access-form-objects-in-case-of-multiple-forms/#comment-31176</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 16 Feb 2012 17:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=54#comment-31176</guid>
		<description>You will have to first submit your form by clicking submit button. Then at the server you have to write a server side script to gather this form data. This can be done by any server side scripting language like PHP, Perl, JSP, ASP etc.
Then you will have to pass that gathered value to the second page by either sessions or appending the value in URL (GET method).</description>
		<content:encoded><![CDATA[<p>You will have to first submit your form by clicking submit button. Then at the server you have to write a server side script to gather this form data. This can be done by any server side scripting language like PHP, Perl, JSP, ASP etc.<br />
Then you will have to pass that gathered value to the second page by either sessions or appending the value in URL (GET method).</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-31176" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('31176', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-31176-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-31176" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('31176', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-31176-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access Form objects in case of multiple forms by Christopher</title>
		<link>http://www.expertsguide.info/2010/07/access-form-objects-in-case-of-multiple-forms/#comment-29224</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Sat, 21 Jan 2012 06:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=54#comment-29224</guid>
		<description>my code is not being added to my comments....

if i have a form and the name of the form is &quot;player1&quot; and id is &quot;sendInfo&quot; and my action attribute is my URL where the form will be submitted.Lets say i have a input type &quot;text&quot; and name given is player1.

how can i access or obtain the value of player1 within my second page?</description>
		<content:encoded><![CDATA[<p>my code is not being added to my comments&#8230;.</p>
<p>if i have a form and the name of the form is &#8220;player1&#8243; and id is &#8220;sendInfo&#8221; and my action attribute is my URL where the form will be submitted.Lets say i have a input type &#8220;text&#8221; and name given is player1.</p>
<p>how can i access or obtain the value of player1 within my second page?</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-29224" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('29224', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-29224-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-29224" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('29224', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-29224-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access Form objects in case of multiple forms by Christopher</title>
		<link>http://www.expertsguide.info/2010/07/access-form-objects-in-case-of-multiple-forms/#comment-29223</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Sat, 21 Jan 2012 06:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=54#comment-29223</guid>
		<description>HI,

my web pages consist of javascript elements. Im just not sure how i can access them within mulitple pages

eg 

 


//how can i access this element player1 value within my score_card.html page?</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>my web pages consist of javascript elements. Im just not sure how i can access them within mulitple pages</p>
<p>eg </p>
<p>//how can i access this element player1 value within my score_card.html page?</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-29223" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('29223', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-29223-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-29223" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('29223', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-29223-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access Form objects in case of multiple forms by admin</title>
		<link>http://www.expertsguide.info/2010/07/access-form-objects-in-case-of-multiple-forms/#comment-29098</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 19 Jan 2012 13:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=54#comment-29098</guid>
		<description>you can control only those form objects which are there in the present(having javascript) page</description>
		<content:encoded><![CDATA[<p>you can control only those form objects which are there in the present(having javascript) page</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-29098" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('29098', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-29098-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-29098" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('29098', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-29098-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access Form objects in case of multiple forms by Christopher</title>
		<link>http://www.expertsguide.info/2010/07/access-form-objects-in-case-of-multiple-forms/#comment-29049</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Wed, 18 Jan 2012 19:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=54#comment-29049</guid>
		<description>hi guys,

Can someone please assist as to show me how i can access elements in one form from a different web page.

for example




how can this element(text) be accesses in a different HTML page?</description>
		<content:encoded><![CDATA[<p>hi guys,</p>
<p>Can someone please assist as to show me how i can access elements in one form from a different web page.</p>
<p>for example</p>
<p>how can this element(text) be accesses in a different HTML page?</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-29049" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('29049', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-29049-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-29049" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('29049', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-29049-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by unix</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-29021</link>
		<dc:creator>unix</dc:creator>
		<pubDate>Wed, 18 Jan 2012 10:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-29021</guid>
		<description>Grep is one of the powerful tool command in unix. Thanks for sharing the info.
Examples of &lt;a href=&quot;http://www.folkstalk.com/2011/12/101-examples-of-using-find-command-in.html&quot; rel=&quot;nofollow&quot;&gt;Find Command&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Grep is one of the powerful tool command in unix. Thanks for sharing the info.<br />
Examples of <a href="http://www.folkstalk.com/2011/12/101-examples-of-using-find-command-in.html" rel="nofollow">Find Command</a></p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-29021" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('29021', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-29021-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-29021" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('29021', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-29021-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block robots from accessing webpages using .htaccess by malkhan parmar</title>
		<link>http://www.expertsguide.info/2010/08/block-robots-from-accessing-webpages/#comment-28282</link>
		<dc:creator>malkhan parmar</dc:creator>
		<pubDate>Sat, 07 Jan 2012 12:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=296#comment-28282</guid>
		<description>How to use .htaccess file
please write complete Instructions
step by step

Thanks</description>
		<content:encoded><![CDATA[<p>How to use .htaccess file<br />
please write complete Instructions<br />
step by step</p>
<p>Thanks</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-28282" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('28282', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-28282-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-28282" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('28282', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-28282-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by David</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-25818</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 30 Nov 2011 11:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-25818</guid>
		<description>$author you have amazing blog.</description>
		<content:encoded><![CDATA[<p>$author you have amazing blog.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-25818" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('25818', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-25818-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-25818" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('25818', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-25818-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS font-size property not working in Internet Explorer by admin</title>
		<link>http://www.expertsguide.info/2010/07/css-font-size-property-not-working-in-internet-explorer/#comment-24596</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 14 Nov 2011 12:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=143#comment-24596</guid>
		<description>What is the error/warning/expectation? I don&#039;t see any problem in it.</description>
		<content:encoded><![CDATA[<p>What is the error/warning/expectation? I don&#8217;t see any problem in it.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-24596" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('24596', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-24596-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-24596" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('24596', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-24596-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by harish</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-24588</link>
		<dc:creator>harish</dc:creator>
		<pubDate>Mon, 14 Nov 2011 09:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-24588</guid>
		<description>thanks for providing excellent info.</description>
		<content:encoded><![CDATA[<p>thanks for providing excellent info.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-24588" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('24588', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-24588-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-24588" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('24588', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-24588-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on A simple AJAX tutorial by admin</title>
		<link>http://www.expertsguide.info/2010/08/a-simple-ajax-tutorial/#comment-22955</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 19 Oct 2011 16:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=205#comment-22955</guid>
		<description>yes, thanks for pointing it out. Updated the code.</description>
		<content:encoded><![CDATA[<p>yes, thanks for pointing it out. Updated the code.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-22955" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('22955', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-22955-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-22955" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('22955', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-22955-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on A simple AJAX tutorial by Bond</title>
		<link>http://www.expertsguide.info/2010/08/a-simple-ajax-tutorial/#comment-22878</link>
		<dc:creator>Bond</dc:creator>
		<pubDate>Tue, 18 Oct 2011 10:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=205#comment-22878</guid>
		<description>You should check the status also, then only confirm that something has been returned by the server. Checking only readyState is not enough.

Do this, 
if (xmlhttp.readyState==4 &amp;&amp; xmlhttp.status==200)

Instead of this,
if (xmlhttp.readyState==4)</description>
		<content:encoded><![CDATA[<p>You should check the status also, then only confirm that something has been returned by the server. Checking only readyState is not enough.</p>
<p>Do this,<br />
if (xmlhttp.readyState==4 &amp;&amp; xmlhttp.status==200)</p>
<p>Instead of this,<br />
if (xmlhttp.readyState==4)</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-22878" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('22878', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-22878-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-22878" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('22878', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-22878-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Text Document on right click menu missing by utkarsh</title>
		<link>http://www.expertsguide.info/2010/08/new-text-document-on-right-click-menu-missing/#comment-22306</link>
		<dc:creator>utkarsh</dc:creator>
		<pubDate>Sun, 09 Oct 2011 16:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=321#comment-22306</guid>
		<description>i was suffering for many days.............after trying this my problem was solved...........i tried many ways and looked on internet but this was the only site in which i could find the correct thing.....thanks for helping me.........
THANK YOU.........US</description>
		<content:encoded><![CDATA[<p>i was suffering for many days&#8230;&#8230;&#8230;&#8230;.after trying this my problem was solved&#8230;&#8230;&#8230;..i tried many ways and looked on internet but this was the only site in which i could find the correct thing&#8230;..thanks for helping me&#8230;&#8230;&#8230;<br />
THANK YOU&#8230;&#8230;&#8230;US</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-22306" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('22306', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-22306-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-22306" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('22306', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-22306-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by Mark</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-21475</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 27 Sep 2011 06:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-21475</guid>
		<description>Nice work. Code really works.</description>
		<content:encoded><![CDATA[<p>Nice work. Code really works.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-21475" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('21475', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-21475-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-21475" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('21475', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-21475-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to increase file upload limit using .htaccess by simple and free</title>
		<link>http://www.expertsguide.info/2010/09/how-to-increase-file-upload-limit-using-htaccess/#comment-20499</link>
		<dc:creator>simple and free</dc:creator>
		<pubDate>Sun, 11 Sep 2011 06:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=360#comment-20499</guid>
		<description>you&#039;re really a good webmaster. The website loading speed is amazing. It seems that you&#039;re doing any unique trick. Also, The contents are masterwork. you have done a magnificent job on this topic!</description>
		<content:encoded><![CDATA[<p>you&#8217;re really a good webmaster. The website loading speed is amazing. It seems that you&#8217;re doing any unique trick. Also, The contents are masterwork. you have done a magnificent job on this topic!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-20499" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('20499', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-20499-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-20499" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('20499', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-20499-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by luoluo123</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-20359</link>
		<dc:creator>luoluo123</dc:creator>
		<pubDate>Fri, 09 Sep 2011 08:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-20359</guid>
		<description>The info mentioned in the write-up are some of the very best available</description>
		<content:encoded><![CDATA[<p>The info mentioned in the write-up are some of the very best available</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-20359" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('20359', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-20359-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-20359" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('20359', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-20359-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by mopu887</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-20317</link>
		<dc:creator>mopu887</dc:creator>
		<pubDate>Thu, 08 Sep 2011 14:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-20317</guid>
		<description>Mgnificent internet site.  lot of useful informtion here. Im sending it to  couple of friends ns dditionlly shring in delicious. nd nturlly, thnks for your swet!</description>
		<content:encoded><![CDATA[<p>Mgnificent internet site.  lot of useful informtion here. Im sending it to  couple of friends ns dditionlly shring in delicious. nd nturlly, thnks for your swet!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-20317" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('20317', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-20317-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-20317" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('20317', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-20317-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse XML or HTML by deal of the day tv</title>
		<link>http://www.expertsguide.info/2010/08/parse-xml-or-html/#comment-18424</link>
		<dc:creator>deal of the day tv</dc:creator>
		<pubDate>Tue, 09 Aug 2011 13:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=209#comment-18424</guid>
		<description>Nice read, I just passed this onto a colleague who was doing some research on that. And he just bought me lunch since I found it for him smile Therefore let me rephrase that: Thanks for lunch!</description>
		<content:encoded><![CDATA[<p>Nice read, I just passed this onto a colleague who was doing some research on that. And he just bought me lunch since I found it for him smile Therefore let me rephrase that: Thanks for lunch!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-18424" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('18424', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-18424-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-18424" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('18424', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-18424-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to parse PHP in html pages by prom uk</title>
		<link>http://www.expertsguide.info/2010/08/how-to-parse-php-in-html-pages/#comment-18006</link>
		<dc:creator>prom uk</dc:creator>
		<pubDate>Tue, 02 Aug 2011 10:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=173#comment-18006</guid>
		<description>I have been surfing online more than three hours today, yet I never found any interesting article like yours. It’s pretty worth enough for me. Personally, if all site owners and bloggers made good content as you did, the internet will be a lot more useful than ever before.</description>
		<content:encoded><![CDATA[<p>I have been surfing online more than three hours today, yet I never found any interesting article like yours. It’s pretty worth enough for me. Personally, if all site owners and bloggers made good content as you did, the internet will be a lot more useful than ever before.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-18006" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('18006', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-18006-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-18006" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('18006', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-18006-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to optimize PHP code by admin</title>
		<link>http://www.expertsguide.info/2010/08/how-to-optimize-php-code/#comment-17586</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Jul 2011 07:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=347#comment-17586</guid>
		<description>I am afraid, I have already explained it in very simple steps.
BTW which step you didn&#039;t find easy?</description>
		<content:encoded><![CDATA[<p>I am afraid, I have already explained it in very simple steps.<br />
BTW which step you didn&#8217;t find easy?</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-17586" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('17586', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-17586-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-17586" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('17586', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-17586-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to show or hide text using javascript? by admin</title>
		<link>http://www.expertsguide.info/2010/07/how-to-show-or-hide-text-using-javascript/#comment-17585</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Jul 2011 06:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=105#comment-17585</guid>
		<description>Demo uploaded.</description>
		<content:encoded><![CDATA[<p>Demo uploaded.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-17585" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('17585', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-17585-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-17585" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('17585', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-17585-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to show or hide text using javascript? by admin</title>
		<link>http://www.expertsguide.info/2010/07/how-to-show-or-hide-text-using-javascript/#comment-17584</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 27 Jul 2011 06:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=105#comment-17584</guid>
		<description>Uploading a demo html page.
http://www.expertsguide.info/download/show_hide_text.html</description>
		<content:encoded><![CDATA[<p>Uploading a demo html page.<br />
<a href="http://www.expertsguide.info/download/show_hide_text.html" rel="nofollow">http://www.expertsguide.info/download/show_hide_text.html</a></p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-17584" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('17584', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-17584-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-17584" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('17584', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-17584-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to optimize PHP code by web design ludhiana - Jatin Online IT Solutions</title>
		<link>http://www.expertsguide.info/2010/08/how-to-optimize-php-code/#comment-17553</link>
		<dc:creator>web design ludhiana - Jatin Online IT Solutions</dc:creator>
		<pubDate>Tue, 26 Jul 2011 19:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=347#comment-17553</guid>
		<description>explain in easy way to understand.</description>
		<content:encoded><![CDATA[<p>explain in easy way to understand.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-17553" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('17553', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-17553-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-17553" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('17553', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-17553-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to parse PHP in html pages by web design ludhiana - Jatin Online IT Solutions</title>
		<link>http://www.expertsguide.info/2010/08/how-to-parse-php-in-html-pages/#comment-17551</link>
		<dc:creator>web design ludhiana - Jatin Online IT Solutions</dc:creator>
		<pubDate>Tue, 26 Jul 2011 18:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=173#comment-17551</guid>
		<description>great tut.</description>
		<content:encoded><![CDATA[<p>great tut.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-17551" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('17551', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-17551-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-17551" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('17551', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-17551-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to show or hide text using javascript? by web design ludhiana - Jatin Online IT Solutions</title>
		<link>http://www.expertsguide.info/2010/07/how-to-show-or-hide-text-using-javascript/#comment-17550</link>
		<dc:creator>web design ludhiana - Jatin Online IT Solutions</dc:creator>
		<pubDate>Tue, 26 Jul 2011 18:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=105#comment-17550</guid>
		<description>DEMO PLZ ?</description>
		<content:encoded><![CDATA[<p>DEMO PLZ ?</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-17550" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('17550', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-17550-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-17550" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('17550', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-17550-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by Tips for bad credit</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-15918</link>
		<dc:creator>Tips for bad credit</dc:creator>
		<pubDate>Mon, 11 Jul 2011 07:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-15918</guid>
		<description>Awesome post admin... May I ask what theme are you using on your blog? Where did you get it? Looks cool :)</description>
		<content:encoded><![CDATA[<p>Awesome post admin&#8230; May I ask what theme are you using on your blog? Where did you get it? Looks cool <img src='http://www.expertsguide.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-15918" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('15918', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-15918-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-15918" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('15918', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-15918-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Access Form objects in case of multiple forms by cervicale</title>
		<link>http://www.expertsguide.info/2010/07/access-form-objects-in-case-of-multiple-forms/#comment-15008</link>
		<dc:creator>cervicale</dc:creator>
		<pubDate>Sat, 25 Jun 2011 15:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=54#comment-15008</guid>
		<description>awesome post! am going to bookmark your post and share it to my friends I hope you have a nice day!</description>
		<content:encoded><![CDATA[<p>awesome post! am going to bookmark your post and share it to my friends I hope you have a nice day!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-15008" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('15008', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-15008-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-15008" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('15008', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-15008-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by admin</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-14244</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 10 Jun 2011 07:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-14244</guid>
		<description>you should check the ip also, as I did. Then only you be sure that it was a genuine googlebot. That is reverse DNS lookup. Refer the link for more info, google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=80553</description>
		<content:encoded><![CDATA[<p>you should check the ip also, as I did. Then only you be sure that it was a genuine googlebot. That is reverse DNS lookup. Refer the link for more info, google.com/support/webmasters/bin/answer.py?hl=en&#038;answer=80553</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14244" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14244', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14244-up" style="font-size:12px; color:#009933;">2</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14244" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14244', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14244-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by paul</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-14238</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 10 Jun 2011 05:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-14238</guid>
		<description>Ahhh yes so your code is of course fine, however your array definitions ought to be tweaked ;

&lt;code&gt;
&#039;.googlebot.com&#039;);
foreach($crawlers as $crawler_name)
{
  if (strpos($test, $crawler_name) !== false ) 
    {
    echo &quot;BOOM!&quot;;
   }
}
?&gt;
&lt;/code&gt;

does indeed go boom</description>
		<content:encoded><![CDATA[<p>Ahhh yes so your code is of course fine, however your array definitions ought to be tweaked ;</p>
<p><code><br />
'.googlebot.com');<br />
foreach($crawlers as $crawler_name)<br />
{<br />
  if (strpos($test, $crawler_name) !== false )<br />
    {<br />
    echo "BOOM!";<br />
   }<br />
}<br />
?&gt;<br />
</code></p>
<p>does indeed go boom</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14238" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14238', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14238-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14238" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14238', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14238-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by paul</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-14237</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 10 Jun 2011 04:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-14237</guid>
		<description>ooops my test didn&#039;t make sense that&#039;s my host not useragent. Will do another test against:

Mozilla/5.0 (compatible; Googlebot/2.1; http://www.google.com/bot.html)
Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)</description>
		<content:encoded><![CDATA[<p>ooops my test didn&#8217;t make sense that&#8217;s my host not useragent. Will do another test against:</p>
<p>Mozilla/5.0 (compatible; Googlebot/2.1; <a href="http://www.google.com/bot.html)" rel="nofollow">http://www.google.com/bot.html)</a><br />
Mozilla/5.0 (compatible; Yahoo! Slurp; <a href="http://help.yahoo.com/help/us/ysearch/slurp)" rel="nofollow">http://help.yahoo.com/help/us/ysearch/slurp)</a></p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14237" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14237', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14237-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14237" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14237', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14237-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by paul</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-14236</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 10 Jun 2011 04:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-14236</guid>
		<description>Hey thanks admin. Silly me, I had placed an echo in there when I was testing and my subsequent coding tries to send headers.

That being said, I cannot get the script to work at all in terms of functionaility. The hostname lookups work fine, so does the mailit function but I have had hits from at least these two without anything happening: crawl-66-249-67-184.googlebot.com
b3091002.crawl.yahoo.net

I added &#039;Test&#039;=&gt;&#039;.wp.shawcable.net&#039; to the array definition and an echo before the mailit call and nothing happens. No error, nothing is triggered.</description>
		<content:encoded><![CDATA[<p>Hey thanks admin. Silly me, I had placed an echo in there when I was testing and my subsequent coding tries to send headers.</p>
<p>That being said, I cannot get the script to work at all in terms of functionaility. The hostname lookups work fine, so does the mailit function but I have had hits from at least these two without anything happening: crawl-66-249-67-184.googlebot.com<br />
b3091002.crawl.yahoo.net</p>
<p>I added &#8216;Test&#8217;=&gt;&#8217;.wp.shawcable.net&#8217; to the array definition and an echo before the mailit call and nothing happens. No error, nothing is triggered.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14236" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14236', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14236-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14236" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14236', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14236-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by admin</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-14212</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 09 Jun 2011 13:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-14212</guid>
		<description>This code doesn&#039;t send any headers or any output. It should not give you any error. 
Try putting this somewhere else (eg at the bottom of index.php or in some other page).</description>
		<content:encoded><![CDATA[<p>This code doesn&#8217;t send any headers or any output. It should not give you any error.<br />
Try putting this somewhere else (eg at the bottom of index.php or in some other page).</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14212" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14212', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14212-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14212" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14212', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14212-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Text Document on right click menu missing by Jolanda Deglandon</title>
		<link>http://www.expertsguide.info/2010/08/new-text-document-on-right-click-menu-missing/#comment-14172</link>
		<dc:creator>Jolanda Deglandon</dc:creator>
		<pubDate>Wed, 08 Jun 2011 19:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=321#comment-14172</guid>
		<description>The blog was fully fantastic! Lots of great information in New Text Document on right click menu missing &#124; Experts Guide, both of that we have a tendency to all want!</description>
		<content:encoded><![CDATA[<p>The blog was fully fantastic! Lots of great information in New Text Document on right click menu missing | Experts Guide, both of that we have a tendency to all want!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14172" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14172', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14172-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14172" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14172', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14172-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by paul</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-14091</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 07 Jun 2011 05:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-14091</guid>
		<description>Hi thanks for this. If I put this at the beginning of my current index.php I get errors about session headers already having been sent. I understand what this means but am not sure where to relocate this code. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi thanks for this. If I put this at the beginning of my current index.php I get errors about session headers already having been sent. I understand what this means but am not sure where to relocate this code. Thanks!</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14091" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14091', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14091-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14091" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14091', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14091-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by Mohammad Grigaliunas</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-14062</link>
		<dc:creator>Mohammad Grigaliunas</dc:creator>
		<pubDate>Mon, 06 Jun 2011 16:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-14062</guid>
		<description>what&#039;s happening, dignified blog on jobs. corresp onding helped.</description>
		<content:encoded><![CDATA[<p>what&#8217;s happening, dignified blog on jobs. corresp onding helped.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-14062" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('14062', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-14062-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-14062" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('14062', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-14062-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to show or hide text using javascript? by rosh</title>
		<link>http://www.expertsguide.info/2010/07/how-to-show-or-hide-text-using-javascript/#comment-13372</link>
		<dc:creator>rosh</dc:creator>
		<pubDate>Wed, 25 May 2011 11:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=105#comment-13372</guid>
		<description>Do you have any examples of this?</description>
		<content:encoded><![CDATA[<p>Do you have any examples of this?</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-13372" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('13372', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-13372-up" style="font-size:12px; color:#009933;">1</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-13372" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('13372', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-13372-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by Mack Falto</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-12894</link>
		<dc:creator>Mack Falto</dc:creator>
		<pubDate>Mon, 16 May 2011 11:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-12894</guid>
		<description>Endlich mal jemand der wirklich was von dem Thema versteht, danke! Grüße aus München</description>
		<content:encoded><![CDATA[<p>Endlich mal jemand der wirklich was von dem Thema versteht, danke! Grüße aus München</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-12894" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('12894', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-12894-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-12894" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('12894', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-12894-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find all files having some pattern using grep in UNIX by Marita Gallob</title>
		<link>http://www.expertsguide.info/2010/07/find-files-having-some-pattern-using-grep-in-unix/#comment-11733</link>
		<dc:creator>Marita Gallob</dc:creator>
		<pubDate>Tue, 26 Apr 2011 13:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=120#comment-11733</guid>
		<description>you will have a great blog here! do you wish to generate invite posts on my own blog?</description>
		<content:encoded><![CDATA[<p>you will have a great blog here! do you wish to generate invite posts on my own blog?</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-11733" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('11733', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-11733-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-11733" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('11733', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-11733-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block robots from accessing webpages using .htaccess by admin</title>
		<link>http://www.expertsguide.info/2010/08/block-robots-from-accessing-webpages/#comment-10660</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Apr 2011 07:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=296#comment-10660</guid>
		<description>Plain vanilla text, no sl. numbers, try this, 

order allow,deny
deny from 79.142.79.15
deny from 91.224.160.3
allow from all</description>
		<content:encoded><![CDATA[<p>Plain vanilla text, no sl. numbers, try this, </p>
<p>order allow,deny<br />
deny from 79.142.79.15<br />
deny from 91.224.160.3<br />
allow from all</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-10660" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('10660', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-10660-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-10660" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('10660', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-10660-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block robots from accessing webpages using .htaccess by Newrone</title>
		<link>http://www.expertsguide.info/2010/08/block-robots-from-accessing-webpages/#comment-10636</link>
		<dc:creator>Newrone</dc:creator>
		<pubDate>Mon, 04 Apr 2011 22:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=296#comment-10636</guid>
		<description>Oh dear. No I didn&#039;t. It was this that I quoted:

[Deny more than one IP or bot IPs

1	order allow,deny
2	deny from 255.255.123.456
3	deny from 123.255.123.456
4	deny from 456.255.123.456
5	allow from all]

An &quot;edit&quot; feature would be useful ;-)</description>
		<content:encoded><![CDATA[<p>Oh dear. No I didn&#8217;t. It was this that I quoted:</p>
<p>[Deny more than one IP or bot IPs</p>
<p>1	order allow,deny<br />
2	deny from 255.255.123.456<br />
3	deny from 123.255.123.456<br />
4	deny from 456.255.123.456<br />
5	allow from all]</p>
<p>An &#8220;edit&#8221; feature would be useful <img src='http://www.expertsguide.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-10636" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('10636', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-10636-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-10636" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('10636', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-10636-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block robots from accessing webpages using .htaccess by Newrone</title>
		<link>http://www.expertsguide.info/2010/08/block-robots-from-accessing-webpages/#comment-10631</link>
		<dc:creator>Newrone</dc:creator>
		<pubDate>Mon, 04 Apr 2011 22:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=296#comment-10631</guid>
		<description>I quoted this in my post above:

[Deny more than one IPs or bot IPs ranges (may be countries)
1	order allow,deny
2	deny from 255.255.
3	deny from 123.456.
4	allow from all]</description>
		<content:encoded><![CDATA[<p>I quoted this in my post above:</p>
<p>[Deny more than one IPs or bot IPs ranges (may be countries)<br />
1	order allow,deny<br />
2	deny from 255.255.<br />
3	deny from 123.456.<br />
4	allow from all]</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-10631" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('10631', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-10631-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-10631" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('10631', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-10631-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Block robots from accessing webpages using .htaccess by Newrone</title>
		<link>http://www.expertsguide.info/2010/08/block-robots-from-accessing-webpages/#comment-10629</link>
		<dc:creator>Newrone</dc:creator>
		<pubDate>Mon, 04 Apr 2011 22:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=296#comment-10629</guid>
		<description>&lt;q cite=&quot;Deny more than one IPs or bot IPs

1	order allow,deny
2	deny from 255.255.123.456
3	deny from 123.255.123.456
4	deny from 456.255.123.456
5	allow from all&quot;&gt;

This is exactly what I&#039;ve done, and placed the .htaccess at the root of my sites. And the targeted bot IPs are still accessing them and spamming me from my contact forms. 

The bots concerned: 
79.142.79.15
91.224.160.3

?</description>
		<content:encoded><![CDATA[<p><q cite="Deny more than one IPs or bot IPs</p>
<p>1	order allow,deny<br />
2	deny from 255.255.123.456<br />
3	deny from 123.255.123.456<br />
4	deny from 456.255.123.456<br />
5	allow from all"></p>
<p>This is exactly what I&#8217;ve done, and placed the .htaccess at the root of my sites. And the targeted bot IPs are still accessing them and spamming me from my contact forms. </p>
<p>The bots concerned:<br />
79.142.79.15<br />
91.224.160.3</p>
<p>?</q></p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-10629" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('10629', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-10629-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-10629" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('10629', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-10629-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on CSS font-size property not working in Internet Explorer by Aaron Ciardullo</title>
		<link>http://www.expertsguide.info/2010/07/css-font-size-property-not-working-in-internet-explorer/#comment-8218</link>
		<dc:creator>Aaron Ciardullo</dc:creator>
		<pubDate>Tue, 22 Feb 2011 02:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=143#comment-8218</guid>
		<description>I have been having a problem with ie and text size 
this is the css, i have tried everything to fix it but have found none that fixes it
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/backrounds/backround%201.jpg);
	background-repeat: repeat;}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 0px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background-image:url(../images/textures/Header%20Picture%20ground.JPG);
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 0px solid #FFFFFF;
 margin: 0px 0px 5px 0px;
 background-color:#000000;
}
#leftcolumn { 
 color: #FFFFFF ;
 border: 0px solid #FFFFFF;
 background:#444444;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height:950px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #FFFFFF;
 border: 0px solid #FFFFFF;
 background:#333;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 950px;
 width: 460px;
 display: inline;
}
#rightcolumn { 
 color: #FFFFFF;
 border: 0px solid #FFFFFF;
 background:#444444;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height:950px;
 width: 195px;
 float: left;
}
#footer {
	width: 900px;
	clear: both;
	color: #999;
 border: 0px solid #FFFFFF;
	background-color:#000000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}</description>
		<content:encoded><![CDATA[<p>I have been having a problem with ie and text size<br />
this is the css, i have tried everything to fix it but have found none that fixes it<br />
* { padding: 0; margin: 0; }</p>
<p>body {<br />
	font-family: Arial, Helvetica, sans-serif;<br />
	font-size: 14px;<br />
	background-image: url(../images/backrounds/backround%201.jpg);<br />
	background-repeat: repeat;}</p>
<p>#wrapper {<br />
 margin: 0 auto;<br />
 width: 922px;<br />
}<br />
#header {<br />
 color: #333;<br />
 width: 900px;<br />
 float: left;<br />
 padding: 10px;<br />
 border: 0px solid #ccc;<br />
 height: 100px;<br />
 margin: 10px 0px 5px 0px;<br />
 background-image:url(../images/textures/Header%20Picture%20ground.JPG);<br />
}<br />
#navigation {<br />
 float: left;<br />
 width: 900px;<br />
 color: #333;<br />
 padding: 10px;<br />
 border: 0px solid #FFFFFF;<br />
 margin: 0px 0px 5px 0px;<br />
 background-color:#000000;<br />
}<br />
#leftcolumn {<br />
 color: #FFFFFF ;<br />
 border: 0px solid #FFFFFF;<br />
 background:#444444;<br />
 margin: 0px 5px 5px 0px;<br />
 padding: 10px;<br />
 height:950px;<br />
 width: 195px;<br />
 float: left;<br />
}<br />
#content {<br />
 float: left;<br />
 color: #FFFFFF;<br />
 border: 0px solid #FFFFFF;<br />
 background:#333;<br />
 margin: 0px 5px 5px 0px;<br />
 padding: 10px;<br />
 height: 950px;<br />
 width: 460px;<br />
 display: inline;<br />
}<br />
#rightcolumn {<br />
 color: #FFFFFF;<br />
 border: 0px solid #FFFFFF;<br />
 background:#444444;<br />
 margin: 0px 0px 5px 0px;<br />
 padding: 10px;<br />
 height:950px;<br />
 width: 195px;<br />
 float: left;<br />
}<br />
#footer {<br />
	width: 900px;<br />
	clear: both;<br />
	color: #999;<br />
 border: 0px solid #FFFFFF;<br />
	background-color:#000000;<br />
	margin: 0px 0px 10px 0px;<br />
	padding: 10px;<br />
}</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-8218" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('8218', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-8218-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-8218" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('8218', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-8218-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to send mail when Googlebot crawls a webpage of your website by graphic design careers</title>
		<link>http://www.expertsguide.info/2010/08/send-mail-when-googlebot-crawls-a-webpage/#comment-7998</link>
		<dc:creator>graphic design careers</dc:creator>
		<pubDate>Thu, 17 Feb 2011 16:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=176#comment-7998</guid>
		<description>I really don&#039;t accept this article. Nevertheless, I did researched in Google and I&#039;ve found out you are correct and I seemed to be thinking in the wrong way. Keep on producing good quality articles like this.</description>
		<content:encoded><![CDATA[<p>I really don&#8217;t accept this article. Nevertheless, I did researched in Google and I&#8217;ve found out you are correct and I seemed to be thinking in the wrong way. Keep on producing good quality articles like this.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-7998" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('7998', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-7998-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-7998" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('7998', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-7998-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use .htaccess to rewrite/redirect requests by admin</title>
		<link>http://www.expertsguide.info/2010/08/use-htaccess-to-rewriteredirect-requests/#comment-7262</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 04 Feb 2011 07:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=233#comment-7262</guid>
		<description>Then you should contact your administrator.</description>
		<content:encoded><![CDATA[<p>Then you should contact your administrator.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-7262" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('7262', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-7262-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-7262" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('7262', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-7262-down" style="font-size:12px; color:#990033;">1</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use .htaccess to rewrite/redirect requests by Gil</title>
		<link>http://www.expertsguide.info/2010/08/use-htaccess-to-rewriteredirect-requests/#comment-7244</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Thu, 03 Feb 2011 20:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=233#comment-7244</guid>
		<description>Hi,
It does not strip the &quot;www&quot;. It strip leading spaces in the domain.
Any suggestion?
Thanks,
Gil</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It does not strip the &#8220;www&#8221;. It strip leading spaces in the domain.<br />
Any suggestion?<br />
Thanks,<br />
Gil</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-7244" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('7244', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-7244-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-7244" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('7244', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-7244-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use .htaccess to rewrite/redirect requests by admin</title>
		<link>http://www.expertsguide.info/2010/08/use-htaccess-to-rewriteredirect-requests/#comment-6854</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 29 Jan 2011 01:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=233#comment-6854</guid>
		<description>Not the blanks, it should strip &quot;www.&quot;.</description>
		<content:encoded><![CDATA[<p>Not the blanks, it should strip &#8220;www.&#8221;.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-6854" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('6854', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-6854-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-6854" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('6854', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-6854-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use .htaccess to rewrite/redirect requests by Gil</title>
		<link>http://www.expertsguide.info/2010/08/use-htaccess-to-rewriteredirect-requests/#comment-6832</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=233#comment-6832</guid>
		<description>Hello Admin,
It does work. the leading blanks are stripped. Now, it means that something wrong with my .htaccess syntax. Can you give me a simple sample code for permanent redirect.
Thank you for your feedback.
Gil</description>
		<content:encoded><![CDATA[<p>Hello Admin,<br />
It does work. the leading blanks are stripped. Now, it means that something wrong with my .htaccess syntax. Can you give me a simple sample code for permanent redirect.<br />
Thank you for your feedback.<br />
Gil</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-6832" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('6832', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-6832-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-6832" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('6832', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-6832-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use .htaccess to rewrite/redirect requests by admin</title>
		<link>http://www.expertsguide.info/2010/08/use-htaccess-to-rewriteredirect-requests/#comment-6678</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 26 Jan 2011 16:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=233#comment-6678</guid>
		<description>Try this,

&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.mydomain\.com
RewriteRule ^(.*)$ htt p://mydomain.com/$1 [R=301,L]
&lt;/IfModule&gt;

put yourwebsite&#039;s domain name in place of &quot;mydomain.com&quot;. Also remove the space from &quot;htt p&quot;.
After this try accessing your website with www. yourdomain.com/home/
See if it removes www. or not.</description>
		<content:encoded><![CDATA[<p>Try this,</p>
<p><ifmodule mod_rewrite.c><br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} ^www\.mydomain\.com<br />
RewriteRule ^(.*)$ htt p://mydomain.com/$1 [R=301,L]<br />
</ifmodule></p>
<p>put yourwebsite&#8217;s domain name in place of &#8220;mydomain.com&#8221;. Also remove the space from &#8220;htt p&#8221;.<br />
After this try accessing your website with www. yourdomain.com/home/<br />
See if it removes www. or not.</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-6678" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('6678', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-6678-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-6678" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('6678', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-6678-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use .htaccess to rewrite/redirect requests by Gil</title>
		<link>http://www.expertsguide.info/2010/08/use-htaccess-to-rewriteredirect-requests/#comment-6670</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Wed, 26 Jan 2011 15:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.expertsguide.info/?p=233#comment-6670</guid>
		<description>Hi,
I have tried to follow your idea and I get no internal server error now (that&#039;s good), but nothing is being performed
and the site is displayed as usual (I thought it would redirect to google). It does mean that I have permission, but does it mean that I have syntax errors in the .htaccess and if yes, how can I debug it?
Thank you,
Gil</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have tried to follow your idea and I get no internal server error now (that&#8217;s good), but nothing is being performed<br />
and the site is displayed as usual (I thought it would redirect to google). It does mean that I have permission, but does it mean that I have syntax errors in the .htaccess and if yes, how can I debug it?<br />
Thank you,<br />
Gil</p>
<p>Like or Dislike: <img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="up-6670" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_up.png" alt="Thumb up" onclick="javascript:ckratingKarma('6670', 'add', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_');" title="Thumb up" /> <span id="karma-6670-up" style="font-size:12px; color:#009933;">0</span>&nbsp;<img style="padding: 0px; border: none; cursor: pointer;" onmouseover="this.width=this.width*1.3" onmouseout="this.width=this.width/1.2" id="down-6670" src="http://www.expertsguide.info/wp-content/plugins/comment-rating/images/2_14_down.png" alt="Thumb down" onclick="javascript:ckratingKarma('6670', 'subtract', 'www.expertsguide.info/wp-content/plugins/comment-rating/', '2_14_')" title="Thumb down" /> <span id="karma-6670-down" style="font-size:12px; color:#990033;">0</span></p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user is logged in)
Database Caching using disk
Object Caching 3397/3465 objects using disk

Served from: www.expertsguide.info @ 2012-02-23 02:03:10 -->
