<?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 Monie Studios</title>
	<atom:link href="http://www.moniestudios.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moniestudios.com</link>
	<description>So much to learn, so little time!</description>
	<lastBuildDate>Sat, 10 Dec 2011 08:48:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on HTTP Caching With Htaccess by Monie</title>
		<link>http://www.moniestudios.com/articles/http-caching-with-htaccess/#comment-1003</link>
		<dc:creator>Monie</dc:creator>
		<pubDate>Sat, 10 Dec 2011 08:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=1482#comment-1003</guid>
		<description>Are you sure about that? I have been using them in my .htaccess file without any problem... Maybe its depends of one preference.
You can use httpd.conf if you have accessed to it (most web server won&#039;t allow you the access the file), otherwise use .htaccess.</description>
		<content:encoded><![CDATA[<p>Are you sure about that? I have been using them in my .htaccess file without any problem&#8230; Maybe its depends of one preference.<br />
You can use httpd.conf if you have accessed to it (most web server won&#8217;t allow you the access the file), otherwise use .htaccess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTTP Caching With Htaccess by Natalie</title>
		<link>http://www.moniestudios.com/articles/http-caching-with-htaccess/#comment-1002</link>
		<dc:creator>Natalie</dc:creator>
		<pubDate>Sat, 10 Dec 2011 06:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=1482#comment-1002</guid>
		<description>The example you provided in:
HTTP Caching With Htaccess (with mod_expires module)

is not in the .htaccess file but in httpd.conf</description>
		<content:encoded><![CDATA[<p>The example you provided in:<br />
HTTP Caching With Htaccess (with mod_expires module)</p>
<p>is not in the .htaccess file but in httpd.conf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tips: Connecting Multiple MySQL Databases On A Single Page by Monie</title>
		<link>http://www.moniestudios.com/tutorials/connecting-multiple-mysql-databases-on-a-single-page/#comment-999</link>
		<dc:creator>Monie</dc:creator>
		<pubDate>Sun, 21 Aug 2011 05:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=1160#comment-999</guid>
		<description>From the PHP MYSQL reference, the syntax is as follows:
[code]mysql_connect(server,user,pwd,newlink,clientflag)[/code]

The &quot;newlink&quot; refer to as:
&lt;blockquote&gt;Optional. If a second call is made to mysql_connect() with the same arguments, no new connection will be established; instead, the identifier of the already opened connection will be returned&lt;/blockquote&gt;
Link: http://www.w3schools.com/PHP/func_mysql_connect.asp</description>
		<content:encoded><![CDATA[<p>From the PHP MYSQL reference, the syntax is as follows:</p>
<pre class="brush: plain; title: ; notranslate">mysql_connect(server,user,pwd,newlink,clientflag)</pre>
<p>The &#8220;newlink&#8221; refer to as:</p>
<blockquote><p>Optional. If a second call is made to mysql_connect() with the same arguments, no new connection will be established; instead, the identifier of the already opened connection will be returned</p></blockquote>
<p>Link: <a href="http://www.w3schools.com/PHP/func_mysql_connect.asp" rel="nofollow">http://www.w3schools.com/PHP/func_mysql_connect.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick Tips: Connecting Multiple MySQL Databases On A Single Page by dean</title>
		<link>http://www.moniestudios.com/tutorials/connecting-multiple-mysql-databases-on-a-single-page/#comment-998</link>
		<dc:creator>dean</dc:creator>
		<pubDate>Sun, 21 Aug 2011 03:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=1160#comment-998</guid>
		<description>Can you explain more on the true value? why do you need that? why can&#039;t you just the same syntax (with increment) again?</description>
		<content:encoded><![CDATA[<p>Can you explain more on the true value? why do you need that? why can&#8217;t you just the same syntax (with increment) again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Get Active Directory Accounts Information Using VB Script by How to Get Active Directory Accounts Information Using VB Script &#171; Notes from a SharePoint Admin</title>
		<link>http://www.moniestudios.com/tutorials/ad-report/#comment-996</link>
		<dc:creator>How to Get Active Directory Accounts Information Using VB Script &#171; Notes from a SharePoint Admin</dc:creator>
		<pubDate>Fri, 10 Jun 2011 13:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=301#comment-996</guid>
		<description>[...] From  - http://www.moniestudios.com/tutorials/ad-report/ [...]</description>
		<content:encoded><![CDATA[<p>[...] From  &#8211; <a href="http://www.moniestudios.com/tutorials/ad-report/" rel="nofollow">http://www.moniestudios.com/tutorials/ad-report/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending E-Mail with CDOSYS by Monie</title>
		<link>http://www.moniestudios.com/tutorials/asp-mail-cdosys/#comment-995</link>
		<dc:creator>Monie</dc:creator>
		<pubDate>Thu, 05 May 2011 03:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=357#comment-995</guid>
		<description>The most important things on that CDOSY code are the mail configuration. Double check your SMTP Server address and the SMTP port number.</description>
		<content:encoded><![CDATA[<p>The most important things on that CDOSY code are the mail configuration. Double check your SMTP Server address and the SMTP port number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending E-Mail with CDOSYS by Monie</title>
		<link>http://www.moniestudios.com/tutorials/asp-mail-cdosys/#comment-994</link>
		<dc:creator>Monie</dc:creator>
		<pubDate>Thu, 05 May 2011 03:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=357#comment-994</guid>
		<description>Hi, may I know what kind of problem that you are facing here?
Any error message it produce?</description>
		<content:encoded><![CDATA[<p>Hi, may I know what kind of problem that you are facing here?<br />
Any error message it produce?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending E-Mail with CDOSYS by Mark Roberts</title>
		<link>http://www.moniestudios.com/tutorials/asp-mail-cdosys/#comment-993</link>
		<dc:creator>Mark Roberts</dc:creator>
		<pubDate>Thu, 05 May 2011 03:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=357#comment-993</guid>
		<description>This code doesn&#039;t work. I have been 2 hours trying to make it work and it just simply doesn&#039;t work. If you would like to try to prove to me that it does work, I will be happy to listen.

Mark Roberts</description>
		<content:encoded><![CDATA[<p>This code doesn&#8217;t work. I have been 2 hours trying to make it work and it just simply doesn&#8217;t work. If you would like to try to prove to me that it does work, I will be happy to listen.</p>
<p>Mark Roberts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install WordPress locally in Windows XP – (with WampServer) by Monie</title>
		<link>http://www.moniestudios.com/tutorials/howto-install-wordpress/#comment-981</link>
		<dc:creator>Monie</dc:creator>
		<pubDate>Wed, 30 Mar 2011 03:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=551#comment-981</guid>
		<description>That error message is probably related to the current user account of the database with a limited PRIVILEGES. Try re-check the permission for the user to the database &quot;wordpress&quot; and give full access to the user on that specific database.</description>
		<content:encoded><![CDATA[<p>That error message is probably related to the current user account of the database with a limited PRIVILEGES. Try re-check the permission for the user to the database &#8220;wordpress&#8221; and give full access to the user on that specific database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install WordPress locally in Windows XP – (with WampServer) by thumbs</title>
		<link>http://www.moniestudios.com/tutorials/howto-install-wordpress/#comment-980</link>
		<dc:creator>thumbs</dc:creator>
		<pubDate>Tue, 29 Mar 2011 23:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.moniestudios.com/?p=551#comment-980</guid>
		<description>hi there just what i have been looking for but i got a #1044 - Access denied for user &#039;&#039;@&#039;localhost&#039; to database &#039;wordpress&#039; message when i tried to create the new database</description>
		<content:encoded><![CDATA[<p>hi there just what i have been looking for but i got a #1044 &#8211; Access denied for user &#8221;@&#8217;localhost&#8217; to database &#8216;wordpress&#8217; message when i tried to create the new database</p>
]]></content:encoded>
	</item>
</channel>
</rss>

