<?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 AskApache searching on uploads</title>
	<atom:link href="http://www.askapache.com/search/uploads/feed/?withcomments=1" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:12:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Fast and Easy Custom WordPress New User Registration by AskApache</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-159228</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Thu, 15 Jul 2010 07:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-159228</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Agus&lt;/strong&gt;&lt;br /&gt;
Thanks for the code!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>@ Agus</strong><br />
Thanks for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast and Easy Custom WordPress New User Registration by Agus Suhanto</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-159215</link>
		<dc:creator>Agus Suhanto</dc:creator>
		<pubDate>Thu, 15 Jul 2010 03:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-159215</guid>
		<description>&lt;p&gt;Hey, while I&#8217;m working on it a little bit deeper, I found this function can replace some line of codes above (at least in WordPress 3, I haven&#8217;t checked it in other versions):&lt;/p&gt;
&lt;pre&gt;
wp_signon($credentials);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hey, while I&#8217;m working on it a little bit deeper, I found this function can replace some line of codes above (at least in WordPress 3, I haven&#8217;t checked it in other versions):</p>
<pre>
wp_signon($credentials);
</pre>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Language/Country specific Google Search Engine&#8217;s by Mary Jones</title>
		<link>http://www.askapache.com/seo/languagecountry-specific-google-search-engines.html#comment-159131</link>
		<dc:creator>Mary Jones</dc:creator>
		<pubDate>Wed, 14 Jul 2010 12:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/seo/languagecountry-specific-google-search-engines.html#comment-159131</guid>
		<description>&lt;p&gt;Country specific really is inferior.  Plus I thought the whole point of Google is that the USER gets to choose what they want to search for and now.  The old google.com has the features i am used to.  Being forced into redirection to my country everytime I do a search is frustrating.&lt;/p&gt;
&lt;p&gt;Plus it&#8217;s insulting to me for a site to insist that I can&#8217;t possibly know what I want.  If I type it, I want it, no redirection please.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Country specific really is inferior.  Plus I thought the whole point of Google is that the USER gets to choose what they want to search for and now.  The old google.com has the features i am used to.  Being forced into redirection to my country everytime I do a search is frustrating.</p>
<p>Plus it&#8217;s insulting to me for a site to insist that I can&#8217;t possibly know what I want.  If I type it, I want it, no redirection please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Any Password On XP by Larry</title>
		<link>http://www.askapache.com/security/changing-any-password-on-xp.html#comment-159044</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Tue, 13 Jul 2010 03:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/security/changing-any-password-on-xp.html#comment-159044</guid>
		<description>&lt;p&gt;If you are looking for method to recover windows password, http://www.windowsloginrecovery.com now has a program that could reset forgotten windows password in a breeze.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you are looking for method to recover windows password, http://www.windowsloginrecovery.com now has a program that could reset forgotten windows password in a breeze.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A better way to use PDF files online by design247</title>
		<link>http://www.askapache.com/htaccess/pdf-plugin-adobe.html#comment-159043</link>
		<dc:creator>design247</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/pdf-plugin-adobe.html#comment-159043</guid>
		<description>&lt;p&gt;after reading this I thought hmmm this sounds retarded so if anyone else is looking for a solution to htaccess and download a pdf or open it&#8230;&lt;/p&gt;
&lt;pre&gt;
  ForceType application/octet-stream
  Header set Content-Disposition attachment
  Header set Content-Transfer-Encoding binary
&lt;/pre&gt;&lt;p&gt;works for me .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>after reading this I thought hmmm this sounds retarded so if anyone else is looking for a solution to htaccess and download a pdf or open it&#8230;</p>
<pre>
  ForceType application/octet-stream
  Header set Content-Disposition attachment
  Header set Content-Transfer-Encoding binary
</pre><p>works for me .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog by RWW</title>
		<link>http://www.askapache.com/htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html#comment-159029</link>
		<dc:creator>RWW</dc:creator>
		<pubDate>Mon, 12 Jul 2010 13:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1053#comment-159029</guid>
		<description>&lt;p&gt;July 12, 2010&lt;/p&gt;
&lt;p&gt;I&#8217;m trying to set up AskApache, but the radio buttons for Authentication Scheme and Encryption Preferences are greyed out. If I save the settings anyway, the .htpasswda3 file gets created, but there is no password information in it.&lt;/p&gt;
&lt;p&gt;How do I resolve this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>July 12, 2010</p>
<p>I&#8217;m trying to set up AskApache, but the radio buttons for Authentication Scheme and Encryption Preferences are greyed out. If I save the settings anyway, the .htpasswda3 file gets created, but there is no password information in it.</p>
<p>How do I resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO Boost from Google 404 Plugin by sevgi</title>
		<link>http://www.askapache.com/ajax/404-google-wordpress-plugin.html#comment-158884</link>
		<dc:creator>sevgi</dc:creator>
		<pubDate>Sat, 10 Jul 2010 11:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/seo/404-google-wordpress-plugin.html#comment-158884</guid>
		<description>&lt;p&gt;bu güzel paylaşim icin teşekkür ederim seslinerede ekibi olark saygi ve sevgilerimi sunarim sevgi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>bu güzel paylaşim icin teşekkür ederim seslinerede ekibi olark saygi ve sevgilerimi sunarim sevgi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fast and Easy Custom WordPress New User Registration by Agus Suhanto</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-158658</link>
		<dc:creator>Agus Suhanto</dc:creator>
		<pubDate>Thu, 08 Jul 2010 06:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-158658</guid>
		<description>&lt;p&gt;Thanks, this is usefull for implementing custom register/login pages in WordPress. Currently I&#8217;m creating a plugin that required those functionlities, glad I found it here.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, this is usefull for implementing custom register/login pages in WordPress. Currently I&#8217;m creating a plugin that required those functionlities, glad I found it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress robots.txt SEO by jimmy choo</title>
		<link>http://www.askapache.com/seo/wordpress-robotstxt-seo.html#comment-158423</link>
		<dc:creator>jimmy choo</dc:creator>
		<pubDate>Mon, 05 Jul 2010 09:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/seo/wordpress-robotstxt-optimized-for-seo.html#comment-158423</guid>
		<description>&lt;p&gt;thanks a lot for this useful article&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks a lot for this useful article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress robots.txt SEO by HDxxx</title>
		<link>http://www.askapache.com/seo/wordpress-robotstxt-seo.html#comment-158338</link>
		<dc:creator>HDxxx</dc:creator>
		<pubDate>Sun, 04 Jul 2010 15:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/seo/wordpress-robotstxt-optimized-for-seo.html#comment-158338</guid>
		<description>&lt;p&gt;Thanks, This is exactly what I needed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, This is exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending POST form data with php CURL by VIBRAS MAG</title>
		<link>http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-158325</link>
		<dc:creator>VIBRAS MAG</dc:creator>
		<pubDate>Sun, 04 Jul 2010 12:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/sending-post-form-data-with-php-curl.html#comment-158325</guid>
		<description>&lt;p&gt;Gracias por&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gracias por</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preloading .flv and .mp3 files with Flash by Will Dady</title>
		<link>http://www.askapache.com/flash/preloading-caching-flv-mp3.html#comment-158285</link>
		<dc:creator>Will Dady</dc:creator>
		<pubDate>Sun, 04 Jul 2010 03:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/flash/preloading-caching-flv-mp3.html#comment-158285</guid>
		<description>&lt;p&gt;Personally I am very much against pre-caching content like this. Purely for the fact that it is a waste of a user&#8217;s bandwidth and you can&#8217;t assume a user will watch all 12 videos. I would attempt to intelligently predict what video a user is likely to watch next and pre-cache only that one. Obviously that would only work if your videos followed some kind of sequential order :\&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Personally I am very much against pre-caching content like this. Purely for the fact that it is a waste of a user&#8217;s bandwidth and you can&#8217;t assume a user will watch all 12 videos. I would attempt to intelligently predict what video a user is likely to watch next and pre-cache only that one. Obviously that would only work if your videos followed some kind of sequential order :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 301 Redirect with mod_rewrite or RedirectMatch by maguai</title>
		<link>http://www.askapache.com/htaccess/301-redirect-with-mod_rewrite-or-redirectmatch.html#comment-156721</link>
		<dc:creator>maguai</dc:creator>
		<pubDate>Wed, 23 Jun 2010 23:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/301-redirect-with-mod_rewrite-or-redirectmatch.html#comment-156721</guid>
		<description>&lt;p&gt;I used your link above as a guide  to redirect all pages with a slash at the end to .html&lt;br /&gt;
RedirectMatch 301 ^/(.*)/$ http://www.example.net/$1.html&lt;br /&gt;
but google says I still have pages without the slash (previously wordpress) that show 404. I tried&lt;br /&gt;
RedirectMatch 301 ^/(.*)$ http://www.example.net/$1.html&lt;br /&gt;
but this didn&#8217;t work. any ideas. I have 2 other site to redirect, some with 100+ pages so individually wont work. Ive looked anywhere, any idea? Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I used your link above as a guide  to redirect all pages with a slash at the end to .html<br />
RedirectMatch 301 ^/(.*)/$ http://www.example.net/$1.html<br />
but google says I still have pages without the slash (previously wordpress) that show 404. I tried<br />
RedirectMatch 301 ^/(.*)$ http://www.example.net/$1.html<br />
but this didn&#8217;t work. any ideas. I have 2 other site to redirect, some with 100+ pages so individually wont work. Ive looked anywhere, any idea? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fsockopen Power Plays by Muhammad</title>
		<link>http://www.askapache.com/php/fsockopen-socket.html#comment-156596</link>
		<dc:creator>Muhammad</dc:creator>
		<pubDate>Wed, 23 Jun 2010 11:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1046#comment-156596</guid>
		<description>&lt;p&gt;Hi,&lt;br /&gt;
I works on two sites that seems sited on the same physical server, Can i use fsockopen on one of them to open a socket on the other.&lt;br /&gt;
Sorry for may bad english.&lt;br /&gt;
Thank&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I works on two sites that seems sited on the same physical server, Can i use fsockopen on one of them to open a socket on the other.<br />
Sorry for may bad english.<br />
Thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Language/Country specific Google Search Engine&#8217;s by Naveen</title>
		<link>http://www.askapache.com/seo/languagecountry-specific-google-search-engines.html#comment-156581</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Wed, 23 Jun 2010 09:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/seo/languagecountry-specific-google-search-engines.html#comment-156581</guid>
		<description>&lt;p&gt;Dude thanks a lot! just came across this, was looking using all the combinations for a list of these google sites. cheers!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dude thanks a lot! just came across this, was looking using all the combinations for a list of these google sites. cheers!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
