<?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 My Web Experiences</title>
	<atom:link href="http://www.mywebexperiences.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebexperiences.com</link>
	<description>A web development blog</description>
	<lastBuildDate>Mon, 15 Aug 2011 22:57:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Use google docs to embed PDF documents and PowerPoint presentations on your site by Laurence Mellison</title>
		<link>http://www.mywebexperiences.com/2010/04/22/use-google-docs-to-embed-pdf-documents-and-powerpoint-presentations-on-your-site/comment-page-1/#comment-75</link>
		<dc:creator>Laurence Mellison</dc:creator>
		<pubDate>Mon, 15 Aug 2011 22:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=80#comment-75</guid>
		<description>Nice read! Thanks</description>
		<content:encoded><![CDATA[<p>Nice read! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Force download in apache by tuba</title>
		<link>http://www.mywebexperiences.com/2008/02/27/force-download-in-apache/comment-page-1/#comment-74</link>
		<dc:creator>tuba</dc:creator>
		<pubDate>Fri, 24 Jun 2011 14:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/2008/02/27/force-download-in-apache/#comment-74</guid>
		<description>Nice trick, worked for me. thanks!</description>
		<content:encoded><![CDATA[<p>Nice trick, worked for me. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Apache to serve PERL pages ( Ubuntu ) by John Lees</title>
		<link>http://www.mywebexperiences.com/2008/05/30/configure-apache-to-serve-perl-pages-ubuntu/comment-page-1/#comment-73</link>
		<dc:creator>John Lees</dc:creator>
		<pubDate>Tue, 21 Jun 2011 22:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=33#comment-73</guid>
		<description>Life Saver!
Cheers!</description>
		<content:encoded><![CDATA[<p>Life Saver!<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Apache to serve PERL pages ( Ubuntu ) by jitesh</title>
		<link>http://www.mywebexperiences.com/2008/05/30/configure-apache-to-serve-perl-pages-ubuntu/comment-page-1/#comment-72</link>
		<dc:creator>jitesh</dc:creator>
		<pubDate>Fri, 17 Jun 2011 17:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=33#comment-72</guid>
		<description>I was trying to run my perl scripts from a long time...
Browsed a lot...
Finally, the perfect match.
THANKS A LOT.
Keep blogging.</description>
		<content:encoded><![CDATA[<p>I was trying to run my perl scripts from a long time&#8230;<br />
Browsed a lot&#8230;<br />
Finally, the perfect match.<br />
THANKS A LOT.<br />
Keep blogging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Apache to serve PERL pages ( Ubuntu ) by Jameson Williams</title>
		<link>http://www.mywebexperiences.com/2008/05/30/configure-apache-to-serve-perl-pages-ubuntu/comment-page-1/#comment-67</link>
		<dc:creator>Jameson Williams</dc:creator>
		<pubDate>Tue, 26 Apr 2011 19:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=33#comment-67</guid>
		<description>Thanks! Two suggestions:

Perhaps better to follow the Debian convention of separating out in: /etc/apache2/mods-available/perl.conf 

And with an IfModule check:


	AddHandler cgi-script .cgi .pl
	
		Options +ExecCGI
	
	
		Options +ExecCGI
		
</description>
		<content:encoded><![CDATA[<p>Thanks! Two suggestions:</p>
<p>Perhaps better to follow the Debian convention of separating out in: /etc/apache2/mods-available/perl.conf </p>
<p>And with an IfModule check:</p>
<p>	AddHandler cgi-script .cgi .pl</p>
<p>		Options +ExecCGI</p>
<p>		Options +ExecCGI</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Operation aborted on IE by tranador</title>
		<link>http://www.mywebexperiences.com/2008/10/30/google-maps-operation-aborted-on-ie/comment-page-1/#comment-65</link>
		<dc:creator>tranador</dc:creator>
		<pubDate>Mon, 20 Dec 2010 02:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=65#comment-65</guid>
		<description>&quot;It has the same effect than moving your JS code to the bottom of the page.&quot;
You can out more?</description>
		<content:encoded><![CDATA[<p>&#8220;It has the same effect than moving your JS code to the bottom of the page.&#8221;<br />
You can out more?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure Apache to serve PERL pages ( Ubuntu ) by baybic</title>
		<link>http://www.mywebexperiences.com/2008/05/30/configure-apache-to-serve-perl-pages-ubuntu/comment-page-1/#comment-63</link>
		<dc:creator>baybic</dc:creator>
		<pubDate>Sat, 25 Sep 2010 23:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=33#comment-63</guid>
		<description>thanks, worked great</description>
		<content:encoded><![CDATA[<p>thanks, worked great</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configure ubuntu to use mod_rewrite by ARCRA</title>
		<link>http://www.mywebexperiences.com/2008/02/12/configure-ubuntu-to-use-mod_rewrite/comment-page-1/#comment-61</link>
		<dc:creator>ARCRA</dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/2008/02/12/configure-ubuntu-to-use-mod_rewrite/#comment-61</guid>
		<description>THANKS A LOT!!
Most sites talk you through enabling mod_rewrite and loading it on non-Ubuntu Linux based systems...I really don&#039;t understand why, I believe Ubuntu is a ver well known, widely distributed Linux distro...maybe it&#039;s because most ubuntu users are noobs, lol...anyways...this is just what I was looking for... thank you...=]</description>
		<content:encoded><![CDATA[<p>THANKS A LOT!!<br />
Most sites talk you through enabling mod_rewrite and loading it on non-Ubuntu Linux based systems&#8230;I really don&#8217;t understand why, I believe Ubuntu is a ver well known, widely distributed Linux distro&#8230;maybe it&#8217;s because most ubuntu users are noobs, lol&#8230;anyways&#8230;this is just what I was looking for&#8230; thank you&#8230;=]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Send a post request to a popup by santosh</title>
		<link>http://www.mywebexperiences.com/2008/01/26/send-a-post-request-to-a-popup/comment-page-1/#comment-60</link>
		<dc:creator>santosh</dc:creator>
		<pubDate>Sun, 27 Jun 2010 08:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/archives/5#comment-60</guid>
		<description>Hi,
Thanks a lot to post this example, this is really very helpful to me.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks a lot to post this example, this is really very helpful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make websites on IE8 to look like IE7 by Eli Ally</title>
		<link>http://www.mywebexperiences.com/2010/04/22/make-websites-on-ie8-to-look-like-ie7/comment-page-1/#comment-53</link>
		<dc:creator>Eli Ally</dc:creator>
		<pubDate>Thu, 06 May 2010 18:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=92#comment-53</guid>
		<description>Internet Explorer 8 have been my most used browser this year, it is definitely stable and fast loading too.                   -</description>
		<content:encoded><![CDATA[<p>Internet Explorer 8 have been my most used browser this year, it is definitely stable and fast loading too.                   -</p>
]]></content:encoded>
	</item>
</channel>
</rss>

