<?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 w3mentor</title> <atom:link href="http://w3mentor.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://w3mentor.com</link> <description>Learning web technologies simplified!</description> <lastBuildDate>Mon, 12 Jul 2010 01:29:26 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Comment on Sending Mail Using SMTP in C# .NET by Sending Mail Using SMTP in C# .NET &#124; C# ASP.NET Mail &#124; w3mentor &#124; www.erasedmail.com</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-mail/sending-mail-using-smtp-in-c-net/comment-page-1/#comment-1637</link> <dc:creator>Sending Mail Using SMTP in C# .NET &#124; C# ASP.NET Mail &#124; w3mentor &#124; www.erasedmail.com</dc:creator> <pubDate>Mon, 12 Jul 2010 01:29:26 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=10323#comment-1637</guid> <description>[...] the rest here: Sending Mail Using SMTP in C# .NET &#124; C# ASP.NET Mail &#124; w3mentor   look-as-below, quite-simple, references, simple-function, smtp, [...]</description> <content:encoded><![CDATA[<p>[...] the rest here: Sending Mail Using SMTP in C# .NET | C# ASP.NET Mail | w3mentor   look-as-below, quite-simple, references, simple-function, smtp, [...]</p> ]]></content:encoded> </item> <item><title>Comment on Sending mail Using OutLook in C# ASP.NET by Sending mail Using OutLook in C# ASP.NET &#124; C# Interoperability &#8230; &#124; www.erasedmail.com</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-interoperability/sending-mail-using-outlook-in-c-asp-net/comment-page-1/#comment-1632</link> <dc:creator>Sending mail Using OutLook in C# ASP.NET &#124; C# Interoperability &#8230; &#124; www.erasedmail.com</dc:creator> <pubDate>Sun, 11 Jul 2010 22:50:43 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=10317#comment-1632</guid> <description>[...] with outlook. You must have installed Microsoft office for you &#8230;   Read more here: Sending mail Using OutLook in C# ASP.NET &#124; C# Interoperability &#8230;   asp, import-references, microsoft, net, [...]</description> <content:encoded><![CDATA[<p>[...] with outlook. You must have installed Microsoft office for you &#8230;   Read more here: Sending mail Using OutLook in C# ASP.NET | C# Interoperability &#8230;   asp, import-references, microsoft, net, [...]</p> ]]></content:encoded> </item> <item><title>Comment on Check if date is valid (future date) in C# by admin</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/check-if-date-is-valid-future-date-in-c/comment-page-1/#comment-1513</link> <dc:creator>admin</dc:creator> <pubDate>Thu, 08 Jul 2010 15:10:36 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=10309#comment-1513</guid> <description>@Will, the code has been updated. Thanks for your comment</description> <content:encoded><![CDATA[<p>@Will, the code has been updated. Thanks for your comment</p> ]]></content:encoded> </item> <item><title>Comment on Check if date is valid (future date) in C# by Will</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/check-if-date-is-valid-future-date-in-c/comment-page-1/#comment-1480</link> <dc:creator>Will</dc:creator> <pubDate>Wed, 07 Jul 2010 22:31:32 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=10309#comment-1480</guid> <description>The extra &quot;return true;&quot; at the end of your try block can never be reached.Also, instead of: &quot;if (d &gt; DateTime.Now) { return false; } else { return true; }&quot;You can just say: &quot;return (d &lt;= DateTime.Now);&quot;</description> <content:encoded><![CDATA[<p>The extra &#8220;return true;&#8221; at the end of your try block can never be reached.</p><p>Also, instead of:<br /> &#8220;if (d &gt; DateTime.Now) { return false; } else { return true; }&#8221;</p><p>You can just say:<br /> &#8220;return (d &lt;= DateTime.Now);&quot;</p> ]]></content:encoded> </item> <item><title>Comment on Check if the value is of type decimal in C# by Will</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/check-if-the-value-is-of-type-decimal-in-c/comment-page-1/#comment-1479</link> <dc:creator>Will</dc:creator> <pubDate>Wed, 07 Jul 2010 22:26:47 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=10313#comment-1479</guid> <description>Why do you have an extraneous call to convert.ToDecimal() at the beginning of your try block? Why do you limit decimals to be between 0 and 1?</description> <content:encoded><![CDATA[<p>Why do you have an extraneous call to convert.ToDecimal() at the beginning of your try block? Why do you limit decimals to be between 0 and 1?</p> ]]></content:encoded> </item> <item><title>Comment on use strlen() to validate PHP Form by Mironen</title><link>http://w3mentor.com/learn/php/php-forms/use-strlen-to-validate-php-form/comment-page-1/#comment-1462</link> <dc:creator>Mironen</dc:creator> <pubDate>Wed, 07 Jul 2010 14:15:05 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8199#comment-1462</guid> <description>While using GET method you can access all form variables with the $_GET array in PHP and while using POST you can access the variables with a help of $_POST as shown in php manual. You can also access all variables with a help of $_REQUEST array.While using GET method all the submitted data is displayed in the address bar. You notice that information which is displayed after “?”, will be something like that:http://domain.com/script.php?name1=value1&amp;name2=value2It can be useful, where you want to bookmark a page with some specific query string values. However, the GET method is limited by the URL length (2083 characters in Internet Explorer according to Microsoft) and every of the input values must not override 100 chars. May be you also don&#039;t want to provide GET method because of submitting important data like passwords, etc, it will be displayed in the address bar.The POST method has possibility of much volume data sending (usually by the server settings limited) and it may be used unless it represents benefits in comparing GET method. A lot of browser can not correctly bookmark pages which are displayed after HTTP POST method, because the submitted data is displayed in the address bar. When you need the query string, which is get by GET method using (ineffective by it’s limits), you will try to use POST method for your forms. You can use POST method if you submit the important information which shouldn’t be displayed in the address bar.</description> <content:encoded><![CDATA[<p>While using GET method you can access all form variables with the $_GET array in PHP and while using POST you can access the variables with a help of $_POST as shown in php manual. You can also access all variables with a help of $_REQUEST array.</p><p>While using GET method all the submitted data is displayed in the address bar. You notice that information which is displayed after “?”, will be something like that:</p><p><a href="http://domain.com/script.php?name1=value1&amp;name2=value2" rel="nofollow">http://domain.com/script.php?name1=value1&amp;name2=value2</a></p><p>It can be useful, where you want to bookmark a page with some specific query string values. However, the GET method is limited by the URL length (2083 characters in Internet Explorer according to Microsoft) and every of the input values must not override 100 chars. May be you also don&#8217;t want to provide GET method because of submitting important data like passwords, etc, it will be displayed in the address bar.</p><p>The POST method has possibility of much volume data sending (usually by the server settings limited) and it may be used unless it represents benefits in comparing GET method. A lot of browser can not correctly bookmark pages which are displayed after HTTP POST method, because the submitted data is displayed in the address bar.<br /> When you need the query string, which is get by GET method using (ineffective by it’s limits), you will try to use POST method for your forms. You can use POST method if you submit the important information which shouldn’t be displayed in the address bar.</p> ]]></content:encoded> </item> <item><title>Comment on Test empty strings in perl by Ray Wadkins</title><link>http://w3mentor.com/learn/perl/perl-string-manipulation/test-empty-strings-in-perl/comment-page-1/#comment-1193</link> <dc:creator>Ray Wadkins</dc:creator> <pubDate>Fri, 02 Jul 2010 13:14:28 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8205#comment-1193</guid> <description>if use warnings is turned on the eq test will produce a warning.  To battle this we do:if (defined $mystring and $mystring eq &#039;&#039;) { #string is empty }</description> <content:encoded><![CDATA[<p>if use warnings is turned on the eq test will produce a warning.  To battle this we do:</p><p>if (defined $mystring and $mystring eq &#8221;) {<br /> #string is empty<br /> }</p> ]]></content:encoded> </item> <item><title>Comment on Four Action filters in ASP.NET MVC by Tweets that mention Four Action filters in ASP.NET MVC &#124; Filters &#124; w3mentor -- Topsy.com</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-mvc/filters/four-action-filters-in-asp-net-mvc/comment-page-1/#comment-1147</link> <dc:creator>Tweets that mention Four Action filters in ASP.NET MVC &#124; Filters &#124; w3mentor -- Topsy.com</dc:creator> <pubDate>Thu, 01 Jul 2010 21:44:17 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=10263#comment-1147</guid> <description>[...] This post was mentioned on Twitter by Hire ASP.Net Experts. Hire ASP.Net Experts said: Four Action filters in ASP.NET MVC &#124; Filters &#124; w3mentor http://bit.ly/9VS9KU #MVC [...]</description> <content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Hire ASP.Net Experts. Hire ASP.Net Experts said: Four Action filters in ASP.NET MVC | Filters | w3mentor <a href="http://bit.ly/9VS9KU" rel="nofollow">http://bit.ly/9VS9KU</a> #MVC [...]</p> ]]></content:encoded> </item> <item><title>Comment on Html.TextBox Helper in ASP.NET MVC by Tweets that mention Html.TextBox Helper in ASP.NET MVC &#124; HTML Helpers &#124; w3mentor -- Topsy.com</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-mvc/html-helpers/html-textbox-helper-in-asp-net-mvc/comment-page-1/#comment-1146</link> <dc:creator>Tweets that mention Html.TextBox Helper in ASP.NET MVC &#124; HTML Helpers &#124; w3mentor -- Topsy.com</dc:creator> <pubDate>Thu, 01 Jul 2010 21:18:01 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=10256#comment-1146</guid> <description>[...] This post was mentioned on Twitter by Hire ASP.Net Experts. Hire ASP.Net Experts said: Html.TextBox Helper in ASP.NET MVC &#124; HTML Helpers &#124; w3mentor http://bit.ly/aC3ajC #MVC [...]</description> <content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Hire ASP.Net Experts. Hire ASP.Net Experts said: Html.TextBox Helper in ASP.NET MVC | HTML Helpers | w3mentor <a href="http://bit.ly/aC3ajC" rel="nofollow">http://bit.ly/aC3ajC</a> #MVC [...]</p> ]]></content:encoded> </item> <item><title>Comment on Enumerate all the processes running in the system currently using csharp by admin</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/enumerate-all-the-processes-running-in-the-system-currently-using-csharp/comment-page-1/#comment-1097</link> <dc:creator>admin</dc:creator> <pubDate>Tue, 29 Jun 2010 13:59:50 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9293#comment-1097</guid> <description>I don&#039;t think there is a way of getting processes on client PC unless you use activeX or silverlight (maybe).</description> <content:encoded><![CDATA[<p>I don&#8217;t think there is a way of getting processes on client PC unless you use activeX or silverlight (maybe).</p> ]]></content:encoded> </item> <item><title>Comment on Enumerate all the processes running in the system currently using csharp by Sunil Kumar</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/enumerate-all-the-processes-running-in-the-system-currently-using-csharp/comment-page-1/#comment-1085</link> <dc:creator>Sunil Kumar</dc:creator> <pubDate>Tue, 29 Jun 2010 07:08:39 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9293#comment-1085</guid> <description>My site will be deployed on the server. I want to get the process of the client PC. Is that possible.</description> <content:encoded><![CDATA[<p>My site will be deployed on the server. I want to get the process of the client PC. Is that possible.</p> ]]></content:encoded> </item> <item><title>Comment on Actionscript timer event by Arduino + Servo + openCV Tutorial [openFrameworks] &#124; Tutorialicious.info</title><link>http://w3mentor.com/learn/flash/actionscript-basics/actionscript-timer-event/comment-page-1/#comment-1057</link> <dc:creator>Arduino + Servo + openCV Tutorial [openFrameworks] &#124; Tutorialicious.info</dc:creator> <pubDate>Mon, 28 Jun 2010 20:32:47 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9651#comment-1057</guid> <description>[...] Actionscript timer event [...]</description> <content:encoded><![CDATA[<p>[...] Actionscript timer event [...]</p> ]]></content:encoded> </item> <item><title>Comment on Learn Codeigniter PHP Framework : Part 2 – Installing codeigniter for development by moustafa</title><link>http://w3mentor.com/learn/php/codeigniter/learn-codeigniter-php-framework-part-2-%e2%80%93-installing-codeigniter-for-development/comment-page-1/#comment-725</link> <dc:creator>moustafa</dc:creator> <pubDate>Mon, 21 Jun 2010 12:25:51 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3553#comment-725</guid> <description>thanks alot</description> <content:encoded><![CDATA[<p>thanks alot</p> ]]></content:encoded> </item> <item><title>Comment on Ways to minimize the performance impact of JavaScript by JavaScript Examples</title><link>http://w3mentor.com/learn/javascript-examples/javascript-basics/ways-to-minimize-the-performance-impact-of-javascript/comment-page-1/#comment-494</link> <dc:creator>JavaScript Examples</dc:creator> <pubDate>Thu, 03 Jun 2010 15:35:29 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9555#comment-494</guid> <description>that&#039;s all cool &amp; great js tips, thank you very much for sharing.</description> <content:encoded><![CDATA[<p>that&#8217;s all cool &amp; great js tips, thank you very much for sharing.</p> ]]></content:encoded> </item> <item><title>Comment on What is XPath? by What is XPath? &#124; C# XML &#124; w3mentor &#171; xpath</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-xml/what-is-xpath/comment-page-1/#comment-481</link> <dc:creator>What is XPath? &#124; C# XML &#124; w3mentor &#171; xpath</dc:creator> <pubDate>Wed, 02 Jun 2010 03:48:03 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9477#comment-481</guid> <description>[...] Zobacz resztę artykułu: What is XPath? &#124; C# XML &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Zobacz resztę artykułu: What is XPath? | C# XML | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on check if a string contains any 7-bit GSM characters by Janhouse</title><link>http://w3mentor.com/learn/php/php-language-basics/check-if-a-string-contains-any-7-bit-gsm-characters/comment-page-1/#comment-473</link> <dc:creator>Janhouse</dc:creator> <pubDate>Tue, 01 Jun 2010 20:58:47 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4095#comment-473</guid> <description>Thx, I was looking for this. :)</description> <content:encoded><![CDATA[<p>Thx, I was looking for this. <img src='http://w3mentor.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on How to load libraries, helpers and other resources in codeigniter by moustafa</title><link>http://w3mentor.com/learn/php/codeigniter/how-to-autoload-libraries-helpers-and-other-resources-in-codeigniter/comment-page-1/#comment-472</link> <dc:creator>moustafa</dc:creator> <pubDate>Tue, 01 Jun 2010 13:22:48 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3594#comment-472</guid> <description>thanks</description> <content:encoded><![CDATA[<p>thanks</p> ]]></content:encoded> </item> <item><title>Comment on Dynamically adjust the size of an array in c# by Help with blogger HTML error..? &#124; The Blogging Expert</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-collections-and-generics/dynamically-adjust-the-size-of-an-array-in-c/comment-page-1/#comment-449</link> <dc:creator>Help with blogger HTML error..? &#124; The Blogging Expert</dc:creator> <pubDate>Fri, 28 May 2010 04:08:35 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9315#comment-449</guid> <description>[...] Dynamically adjust t&amp;#1211&amp;#1077 size &amp;#959f &amp;#1072&amp;#1495 array &amp;#1110&amp;#1495 c# &#124; C# Collections &amp;#1... [...]</description> <content:encoded><![CDATA[<p>[...] Dynamically adjust t&amp;#1211&amp;#1077 size &amp;#959f &amp;#1072&amp;#1495 array &amp;#1110&amp;#1495 c# | C# Collections &amp;#1&#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Resolve hostname from IP address using csharp by Resolve hostname from IP address using csharp &#124; Language Basics &#8230; &#124; IP address.co.uk</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/resolve-hostname-from-ip-address-using-csharp/comment-page-1/#comment-442</link> <dc:creator>Resolve hostname from IP address using csharp &#124; Language Basics &#8230; &#124; IP address.co.uk</dc:creator> <pubDate>Thu, 27 May 2010 08:32:35 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9285#comment-442</guid> <description>[...] View original here: Resolve hostname from IP address using csharp &#124; Language Basics &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] View original here: Resolve hostname from IP address using csharp | Language Basics &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on How to detect the current operating system in .Net? by How to detect the current operating system in .Net? &#124; Language &#8230; — Google&#39;s Chrome OS</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/how-to-detect-the-current-operating-system-in-net/comment-page-1/#comment-441</link> <dc:creator>How to detect the current operating system in .Net? &#124; Language &#8230; — Google&#39;s Chrome OS</dc:creator> <pubDate>Thu, 27 May 2010 06:00:04 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9287#comment-441</guid> <description>[...] original post here: How to detect the current operating system in .Net? &#124; Language &#8230;   Filed Under Uncategorized Tagged With current, detect-the-current, following-code, net, [...]</description> <content:encoded><![CDATA[<p>[...] original post here: How to detect the current operating system in .Net? | Language &#8230;   Filed Under Uncategorized Tagged With current, detect-the-current, following-code, net, [...]</p> ]]></content:encoded> </item> <item><title>Comment on Find Elements with an XPath Search using C# .NET by Find Elements with an XPath Search using C# .NET &#124; C# XML &#124; w3mentor &#171; xpath</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-xml/find-elements-with-an-xpath-search-using-c-net/comment-page-1/#comment-439</link> <dc:creator>Find Elements with an XPath Search using C# .NET &#124; C# XML &#124; w3mentor &#171; xpath</dc:creator> <pubDate>Thu, 27 May 2010 05:57:25 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9301#comment-439</guid> <description>[...] Czytaj więcej: Find Elements with an XPath Search using C# .NET &#124; C# XML &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Czytaj więcej: Find Elements with an XPath Search using C# .NET | C# XML | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on How to ensure that only one instance of the c# program is executing? by How to ensure that only one instance of the c# program is &#8230; Mobile</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/how-to-ensure-that-only-one-instance-of-the-c-program-is-executing/comment-page-1/#comment-438</link> <dc:creator>How to ensure that only one instance of the c# program is &#8230; Mobile</dc:creator> <pubDate>Thu, 27 May 2010 04:33:01 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9291#comment-438</guid> <description>[...] How to ensure that only one instance of the c# program is &#8230;       Problems installing SpiceWorks on a VMWare virtual instance &#8230;Insider Information On Wow&#039;s Frozen Halls Instance &#124; Der Lich King &#8230;Stopping Every Instance of PowerShell.exe (except the one I&#039;m in &#8230;Effective Time Management &#124; Education School OnlineSQL Network Interfaces, error: 26 - Error Locating Server/Instance &#8230;Add-ons Review Update – Week of 2010/05/11 « Mozilla Add-ons Blog. Cervical erosion in the period before Obstetrics and Gynecology &#8230;Regulations Governing the Period of Public Emergency - Jamaica &#8230;NFL keeps old OT rules for regular seasonClimbing Gear – More Than a Bit of Old Rope : AdvenQuest &#8230;          View the Contact Powered by Mobile [...]</description> <content:encoded><![CDATA[<p>[...] How to ensure that only one instance of the c# program is &#8230;       Problems installing SpiceWorks on a VMWare virtual instance &#8230;Insider Information On Wow&#39;s Frozen Halls Instance | Der Lich King &#8230;Stopping Every Instance of PowerShell.exe (except the one I&#39;m in &#8230;Effective Time Management | Education School OnlineSQL Network Interfaces, error: 26 &#8211; Error Locating Server/Instance &#8230;Add-ons Review Update – Week of 2010/05/11 « Mozilla Add-ons Blog. Cervical erosion in the period before Obstetrics and Gynecology &#8230;Regulations Governing the Period of Public Emergency &#8211; Jamaica &#8230;NFL keeps old OT rules for regular seasonClimbing Gear – More Than a Bit of Old Rope : AdvenQuest &#8230;          View the Contact Powered by Mobile [...]</p> ]]></content:encoded> </item> <item><title>Comment on How to obtain the path of a running program in c#? by For Atlantis, a Flight Path to Retirement &#8211; New York Times - Most hotest, Most latest Sci/Tech News Online - Top Sci/Tech News Online &#8211; Online News 28</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/how-to-obtain-the-path-of-a-running-program-in-c/comment-page-1/#comment-437</link> <dc:creator>For Atlantis, a Flight Path to Retirement &#8211; New York Times - Most hotest, Most latest Sci/Tech News Online - Top Sci/Tech News Online &#8211; Online News 28</dc:creator> <pubDate>Thu, 27 May 2010 04:32:37 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9289#comment-437</guid> <description>[...] How to obtain the path of a running program in c#? &#124; C# ASP.NET &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] How to obtain the path of a running program in c#? | C# ASP.NET &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on How to upload multiple files using PHP and HTTP Post by I own a website domain. It is forwarded to a Blogger blog. Can I host website images on the main website too? &#124; The Blogging Expert</title><link>http://w3mentor.com/learn/php/php-file-handling/how-to-upload-multiple-files-using-php-and-http-post/comment-page-1/#comment-436</link> <dc:creator>I own a website domain. It is forwarded to a Blogger blog. Can I host website images on the main website too? &#124; The Blogging Expert</dc:creator> <pubDate>Thu, 27 May 2010 04:06:27 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9303#comment-436</guid> <description>[...] H&amp;#959w t&amp;#959 upload multiple files using PHP &amp;#1072&amp;#1495&amp;#1281 HTTP Post &#124; PHP File &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] H&amp;#959w t&amp;#959 upload multiple files using PHP &amp;#1072&amp;#1495&amp;#1281 HTTP Post | PHP File &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Create a temporary file to store program data in PHP by Mani</title><link>http://w3mentor.com/learn/php/php-file-handling/create-a-temporary-file-to-store-program-data-in-php/comment-page-1/#comment-427</link> <dc:creator>Mani</dc:creator> <pubDate>Tue, 25 May 2010 03:15:51 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8320#comment-427</guid> <description>hello sha,I think we need more info to help you. Are you trying to upload a file or are you wanting to create a file on the fly to store info?</description> <content:encoded><![CDATA[<p>hello sha,</p><p>I think we need more info to help you. Are you trying to upload a file or are you wanting to create a file on the fly to store info?</p> ]]></content:encoded> </item> <item><title>Comment on Create a temporary file to store program data in PHP by sha_bajrai</title><link>http://w3mentor.com/learn/php/php-file-handling/create-a-temporary-file-to-store-program-data-in-php/comment-page-1/#comment-425</link> <dc:creator>sha_bajrai</dc:creator> <pubDate>Tue, 25 May 2010 01:04:10 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8320#comment-425</guid> <description>hi..i&#039;ve some probs regarding online form.my probs is that now m working on online form which need to store in temporary file before send.i dont knw how to create the file in my coding bcoz it hve so many variables..somebody help me bcoz i need to submit it by nexweek. TQ in advance..</description> <content:encoded><![CDATA[<p>hi..i&#8217;ve some probs regarding online form.my probs is that now m working on online form which need to store in temporary file before send.i dont knw how to create the file in my coding bcoz it hve so many variables..somebody help me bcoz i need to submit it by nexweek.<br /> TQ in advance..</p> ]]></content:encoded> </item> <item><title>Comment on Test empty strings in perl by Dave Cross</title><link>http://w3mentor.com/learn/perl/perl-string-manipulation/test-empty-strings-in-perl/comment-page-1/#comment-401</link> <dc:creator>Dave Cross</dc:creator> <pubDate>Fri, 21 May 2010 20:56:53 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8205#comment-401</guid> <description>if ($mystring eq &quot;&quot;)That will give an warning if $mystring is undefined.if($mystring)That doesn&#039;t check if $mystring is defined. It checks that it is true. For example the number 0 and the empty string are defined values that are false.Why not just use the &quot;defined&quot; function?</description> <content:encoded><![CDATA[<p>if ($mystring eq &#8220;&#8221;)</p><p>That will give an warning if $mystring is undefined.</p><p>if($mystring)</p><p>That doesn&#8217;t check if $mystring is defined. It checks that it is true. For example the number 0 and the empty string are defined values that are false.</p><p> Why not just use the &#8220;defined&#8221; function?</p> ]]></content:encoded> </item> <item><title>Comment on MySQL server security measures by Raki</title><link>http://w3mentor.com/learn/mysql/mysql-administration/mysql-server-security-measures/comment-page-1/#comment-399</link> <dc:creator>Raki</dc:creator> <pubDate>Thu, 20 May 2010 19:14:07 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=9087#comment-399</guid> <description>thanks for the guidelines..great ..</description> <content:encoded><![CDATA[<p>thanks for the guidelines..great ..</p> ]]></content:encoded> </item> <item><title>Comment on Php function to get Client Ip address of remote machine by How do I change the &#8220;192&#8243; ip address of my computer? Trouble hosting Halo server.? &#124; Host Rage</title><link>http://w3mentor.com/learn/php/php-language-basics/php-function-to-get-client-ip-address-of-remote-machine/comment-page-1/#comment-387</link> <dc:creator>How do I change the &#8220;192&#8243; ip address of my computer? Trouble hosting Halo server.? &#124; Host Rage</dc:creator> <pubDate>Mon, 19 Apr 2010 05:56:43 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8152#comment-387</guid> <description>[...] Php function t&amp;#959 &amp;#609&amp;#1077t Client Ip address &amp;#959f remote machine &#124; Language Basics &#124; w3mento... [...]</description> <content:encoded><![CDATA[<p>[...] Php function t&amp;#959 &amp;#609&amp;#1077t Client Ip address &amp;#959f remote machine | Language Basics | w3mento&#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Drawing Lines, Rectangles, and Polygons with PHP by Tweets that mention Drawing Lines, Rectangles, and Polygons with PHP &#124; PHP Graphics &#124; w3mentor -- Topsy.com</title><link>http://w3mentor.com/learn/php/php-graphics/drawing-lines-rectangles-and-polygons-with-php/comment-page-1/#comment-386</link> <dc:creator>Tweets that mention Drawing Lines, Rectangles, and Polygons with PHP &#124; PHP Graphics &#124; w3mentor -- Topsy.com</dc:creator> <pubDate>Sat, 27 Mar 2010 10:46:19 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8130#comment-386</guid> <description>[...] This post was mentioned on Twitter by TutEngine.com. TutEngine.com said: Drawing Lines, Rectangles, and Polygons with PHP http://bit.ly/dztxAk #php [...]</description> <content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by TutEngine.com. TutEngine.com said: Drawing Lines, Rectangles, and Polygons with PHP <a href="http://bit.ly/dztxAk" rel="nofollow">http://bit.ly/dztxAk</a> #php [...]</p> ]]></content:encoded> </item> <item><title>Comment on Convert Base64 encoded bitmap to file in C# by Roger</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-streams/convert-base64-encoded-bitmap-to-file-in-c/comment-page-1/#comment-385</link> <dc:creator>Roger</dc:creator> <pubDate>Fri, 26 Mar 2010 01:53:07 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8221#comment-385</guid> <description>thanks for the code..it works!</description> <content:encoded><![CDATA[<p>thanks for the code..it works!</p> ]]></content:encoded> </item> <item><title>Comment on Use break with a foreach by Tweets that mention Use break with a foreach &#124; C# Collections Examples &#124; w3mentor -- Topsy.com</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-collections-and-generics/examples/use-break-with-a-foreach/comment-page-1/#comment-384</link> <dc:creator>Tweets that mention Use break with a foreach &#124; C# Collections Examples &#124; w3mentor -- Topsy.com</dc:creator> <pubDate>Thu, 25 Mar 2010 10:17:06 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4330#comment-384</guid> <description>[...] This post was mentioned on Twitter by TutEngine.com. TutEngine.com said: Use break with a foreach http://bit.ly/bsQ7o9 #c# [...]</description> <content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by TutEngine.com. TutEngine.com said: Use break with a foreach <a href="http://bit.ly/bsQ7o9" rel="nofollow">http://bit.ly/bsQ7o9</a> #c# [...]</p> ]]></content:encoded> </item> <item><title>Comment on Php function to get Client Ip address of remote machine by Php function to get Client Ip address of remote machine &#124; Language &#8230; &#187; WB Tips</title><link>http://w3mentor.com/learn/php/php-language-basics/php-function-to-get-client-ip-address-of-remote-machine/comment-page-1/#comment-382</link> <dc:creator>Php function to get Client Ip address of remote machine &#124; Language &#8230; &#187; WB Tips</dc:creator> <pubDate>Fri, 19 Mar 2010 08:16:04 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8152#comment-382</guid> <description>[...] Read this article: Php function to get Client Ip address of remote machine &#124; Language &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Read this article: Php function to get Client Ip address of remote machine | Language &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Php function to get Client Ip address of remote machine by Php function to get Client Ip address of remote machine &#124; Language &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-language-basics/php-function-to-get-client-ip-address-of-remote-machine/comment-page-1/#comment-381</link> <dc:creator>Php function to get Client Ip address of remote machine &#124; Language &#8230; &#124; Coder Online</dc:creator> <pubDate>Thu, 18 Mar 2010 22:25:38 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8152#comment-381</guid> <description>[...] Read the original: Php function to get Client Ip address of remote machine &#124; Language &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Read the original: Php function to get Client Ip address of remote machine | Language &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Php function to get Client Ip address of remote machine by Php function to get Client Ip address of remote machine &#124; Language &#8230; &#124; IP address.co.uk</title><link>http://w3mentor.com/learn/php/php-language-basics/php-function-to-get-client-ip-address-of-remote-machine/comment-page-1/#comment-380</link> <dc:creator>Php function to get Client Ip address of remote machine &#124; Language &#8230; &#124; IP address.co.uk</dc:creator> <pubDate>Thu, 18 Mar 2010 18:40:48 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8152#comment-380</guid> <description>[...] See the original post:  Php function to get Client Ip address of remote machine &#124; Language &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] See the original post:  Php function to get Client Ip address of remote machine | Language &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on C# Linq grouping example by C# Linq grouping example &#124; C# ASP.NET LINQ &#124; w3mentor Contact</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net-linq/c-linq-grouping-example/comment-page-1/#comment-376</link> <dc:creator>C# Linq grouping example &#124; C# ASP.NET LINQ &#124; w3mentor Contact</dc:creator> <pubDate>Thu, 11 Mar 2010 23:40:58 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8108#comment-376</guid> <description>[...] the original post: C# Linq grouping example &#124; C# ASP.NET LINQ &#124; w3mentor       Social science as rhetorical exercise: An example from research on &#8230;Because They Learn [...]</description> <content:encoded><![CDATA[<p>[...] the original post: C# Linq grouping example | C# ASP.NET LINQ | w3mentor       Social science as rhetorical exercise: An example from research on &#8230;Because They Learn [...]</p> ]]></content:encoded> </item> <item><title>Comment on Query an LDAP server using PHP by Query an LDAP server using PHP &#124; Language Basics &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/query-an-ldap-server-using-php/comment-page-1/#comment-374</link> <dc:creator>Query an LDAP server using PHP &#124; Language Basics &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Mon, 08 Mar 2010 10:16:57 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8068#comment-374</guid> <description>[...] this link: Query an LDAP server using PHP &#124; Language Basics &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] this link: Query an LDAP server using PHP | Language Basics | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Array concatenation in Javascript by Array concatenation in Javascript &#124; Javascript &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/javascript-examples/array-concatenation-in-javascript/comment-page-1/#comment-371</link> <dc:creator>Array concatenation in Javascript &#124; Javascript &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Mon, 08 Mar 2010 05:15:00 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8086#comment-371</guid> <description>[...] this link: Array concatenation in Javascript &#124; Javascript &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] this link: Array concatenation in Javascript | Javascript | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Setting Browser Status Message using Javascript by Setting Browser Status Message using Javascript &#124; Javascript &#8230; &#124; 007Nova Articles</title><link>http://w3mentor.com/learn/javascript-examples/setting-browser-status-message-using-javascript/comment-page-1/#comment-369</link> <dc:creator>Setting Browser Status Message using Javascript &#124; Javascript &#8230; &#124; 007Nova Articles</dc:creator> <pubDate>Mon, 08 Mar 2010 01:08:37 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/learn/javascript-examples/setting-browser-status-message-using-javascript/#comment-369</guid> <description>[...] property window.defaultStatus = “Welcome to my Web site.” Microsoft Netscape.      Read more: Setting Browser Status Message using Javascript &#124; Javascript &#8230;         Share and [...]</description> <content:encoded><![CDATA[<p>[...] property window.defaultStatus = “Welcome to my Web site.” Microsoft Netscape.      Read more: Setting Browser Status Message using Javascript | Javascript &#8230;         Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on CSharp OutputCache Directive Example by CSharp OutputCache Directive Example &#124; Language Basics &#124; w3mentor Contact</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/csharp-outputcache-directive-example/comment-page-1/#comment-368</link> <dc:creator>CSharp OutputCache Directive Example &#124; Language Basics &#124; w3mentor Contact</dc:creator> <pubDate>Fri, 05 Mar 2010 06:16:10 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8072#comment-368</guid> <description>[...] the rest here: CSharp OutputCache Directive Example &#124; Language Basics &#124; w3mentor       NSF Grant Proposal ExampleBotanical Gardens » Blog Archive » My Friends Children Have [...]</description> <content:encoded><![CDATA[<p>[...] the rest here: CSharp OutputCache Directive Example | Language Basics | w3mentor       NSF Grant Proposal ExampleBotanical Gardens » Blog Archive » My Friends Children Have [...]</p> ]]></content:encoded> </item> <item><title>Comment on Application Error Tracing in Asp.Net by Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/application-error-tracing-in-asp-net/comment-page-1/#comment-367</link> <dc:creator>Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Fri, 26 Feb 2010 07:56:39 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8059#comment-367</guid> <description>[...] more: Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] more: Application Error Tracing in Asp.Net | C# ASP.NET | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Application Error Tracing in Asp.Net by Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/application-error-tracing-in-asp-net/comment-page-1/#comment-366</link> <dc:creator>Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Fri, 26 Feb 2010 05:27:31 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8059#comment-366</guid> <description>[...] the rest here: Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] the rest here: Application Error Tracing in Asp.Net | C# ASP.NET | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Application Error Tracing in Asp.Net by Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-asp-net/application-error-tracing-in-asp-net/comment-page-1/#comment-365</link> <dc:creator>Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Fri, 26 Feb 2010 05:18:21 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8059#comment-365</guid> <description>[...] the original here: Application Error Tracing in Asp.Net &#124; C# ASP.NET &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] the original here: Application Error Tracing in Asp.Net | C# ASP.NET | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Private Constuctors in C# (Csharp) by Private Constuctors in C# (Csharp) &#124; Object Oriented Concepts C# &#8230; &#171; Internet Cafe Solution</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/object-oriented-concepts-c-sharp/private-constuctors-in-c-csharp/comment-page-1/#comment-364</link> <dc:creator>Private Constuctors in C# (Csharp) &#124; Object Oriented Concepts C# &#8230; &#171; Internet Cafe Solution</dc:creator> <pubDate>Fri, 26 Feb 2010 03:32:56 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8064#comment-364</guid> <description>[...] More: Private Constuctors in C# (Csharp) &#124; Object Oriented Concepts C# &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] More: Private Constuctors in C# (Csharp) | Object Oriented Concepts C# &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Browser capability object properties by Browser capability object properties &#124; Language Basics &#124; w3mentor &#171; Internet Cafe Solution</title><link>http://w3mentor.com/learn/php/php-language-basics/browser-capability-object-properties/comment-page-1/#comment-363</link> <dc:creator>Browser capability object properties &#124; Language Basics &#124; w3mentor &#171; Internet Cafe Solution</dc:creator> <pubDate>Tue, 23 Feb 2010 03:35:11 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=8038#comment-363</guid> <description>[...] Read the rest here:  Browser capability object properties &#124; Language Basics &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Read the rest here:  Browser capability object properties | Language Basics | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on Chop string with str_split( ) by Chop string with str_split( ) &#124; Php Basics Examples &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/php-basics-examples/chop-string-with-str_split/comment-page-1/#comment-362</link> <dc:creator>Chop string with str_split( ) &#124; Php Basics Examples &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Sun, 21 Feb 2010 18:20:13 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4911#comment-362</guid> <description>[...] original here: Chop string with str_split( ) &#124; Php Basics Examples &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] original here: Chop string with str_split( ) | Php Basics Examples | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on CSharp Using Rowdeleted Event To Catch Sql Errors (C#) &#8211; ADO.Net Database by CSharp Using Rowdeleted Event To Catch Sql Errors (C#) – ADO.Net &#8230; &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-ado-net/ado-net-examples/csharp-using-rowdeleted-event-to-catch-sql-errors-c-ado-net-database/comment-page-1/#comment-361</link> <dc:creator>CSharp Using Rowdeleted Event To Catch Sql Errors (C#) – ADO.Net &#8230; &#124; Drakz Free Online Service</dc:creator> <pubDate>Sat, 20 Feb 2010 15:17:31 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/learn/other/csharp-using-rowdeleted-event-to-catch-sql-errors-c-ado-net-database/#comment-361</guid> <description>[...] from: CSharp Using Rowdeleted Event To Catch Sql Errors (C#) – ADO.Net &#8230;   Share and [...]</description> <content:encoded><![CDATA[<p>[...] from: CSharp Using Rowdeleted Event To Catch Sql Errors (C#) – ADO.Net &#8230;   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Fixed field data records using str_pad by Fixed field data records using str_pad &#124; Php Basics Examples &#8230; &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/php-basics-examples/fixed-field-data-records-using-str_pad/comment-page-1/#comment-360</link> <dc:creator>Fixed field data records using str_pad &#124; Php Basics Examples &#8230; &#124; Drakz Free Online Service</dc:creator> <pubDate>Thu, 18 Feb 2010 23:57:00 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4905#comment-360</guid> <description>[...] reading here: Fixed field data records using str_pad &#124; Php Basics Examples &#8230;   Share and [...]</description> <content:encoded><![CDATA[<p>[...] reading here: Fixed field data records using str_pad | Php Basics Examples &#8230;   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Padding Output with the Padding Specifier in strings by uberVU - social comments</title><link>http://w3mentor.com/learn/php/php-language-basics/padding-output-with-the-padding-specifier-in-strings/comment-page-1/#comment-359</link> <dc:creator>uberVU - social comments</dc:creator> <pubDate>Tue, 16 Feb 2010 07:12:38 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3903#comment-359</guid> <description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;This post was mentioned on Twitter by tutengine: Padding Output with the Padding Specifier in strings http://bit.ly/6WxVBx #php...</description> <content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p><p>This post was mentioned on Twitter by tutengine: Padding Output with the Padding Specifier in strings <a href="http://bit.ly/6WxVBx" rel="nofollow">http://bit.ly/6WxVBx</a> #php&#8230;</p> ]]></content:encoded> </item> <item><title>Comment on Example for %FOUND and %NOTFOUND by Example for %FOUND and %NOTFOUND &#124; PL/SQL &#124; w3mentor Contact</title><link>http://w3mentor.com/learn/procedural-language-structured-query-language/example-for-found-and-notfound/comment-page-1/#comment-358</link> <dc:creator>Example for %FOUND and %NOTFOUND &#124; PL/SQL &#124; w3mentor Contact</dc:creator> <pubDate>Sun, 14 Feb 2010 23:24:39 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=6770#comment-358</guid> <description>[...] original here:  Example for %FOUND and %NOTFOUND &#124; PL/SQL &#124; w3mentor       Economics 101: School Choice Example Shows Why Government &#8230;Example for %ROWCOUNT &#124; [...]</description> <content:encoded><![CDATA[<p>[...] original here:  Example for %FOUND and %NOTFOUND | PL/SQL | w3mentor       Economics 101: School Choice Example Shows Why Government &#8230;Example for %ROWCOUNT | [...]</p> ]]></content:encoded> </item> <item><title>Comment on What is a MySql Index? by uberVU - social comments</title><link>http://w3mentor.com/learn/mysql/mysql-basics/what-is-a-mysql-index/comment-page-1/#comment-357</link> <dc:creator>uberVU - social comments</dc:creator> <pubDate>Sun, 07 Feb 2010 16:13:50 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3963#comment-357</guid> <description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;This post was mentioned on Twitter by tutengine: What is a MySql Index? http://bit.ly/7KrFnk #databases...</description> <content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p><p>This post was mentioned on Twitter by tutengine: What is a MySql Index? <a href="http://bit.ly/7KrFnk" rel="nofollow">http://bit.ly/7KrFnk</a> #databases&#8230;</p> ]]></content:encoded> </item> <item><title>Comment on Inheritance of CSS Styles by CSS Basics &#124; Inheritance of CSS Styles &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/css/css-basics/inheritance-of-css-styles/comment-page-1/#comment-356</link> <dc:creator>CSS Basics &#124; Inheritance of CSS Styles &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Sun, 07 Feb 2010 06:02:21 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4377#comment-356</guid> <description>[...] the original post here: CSS Basics &#124; Inheritance of CSS Styles &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] the original post here: CSS Basics | Inheritance of CSS Styles | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Check if object exists in a Arraylist Collection in C# by C# Collections and Generics &#124; Check if object exists in a &#8230;</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-collections-and-generics/check-if-object-exists-in-a-arraylist-collection-in-c/comment-page-1/#comment-355</link> <dc:creator>C# Collections and Generics &#124; Check if object exists in a &#8230;</dc:creator> <pubDate>Fri, 05 Feb 2010 21:50:19 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4316#comment-355</guid> <description>[...] Originally posted here: C# Collections and Generics &#124; Check if object exists in a &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Originally posted here: C# Collections and Generics | Check if object exists in a &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Check if object exists in a Arraylist Collection in C# by C# Collections and Generics &#124; Check if object exists in a &#8230; &#171; Internet Cafe Solution</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/c-collections-and-generics/check-if-object-exists-in-a-arraylist-collection-in-c/comment-page-1/#comment-354</link> <dc:creator>C# Collections and Generics &#124; Check if object exists in a &#8230; &#171; Internet Cafe Solution</dc:creator> <pubDate>Fri, 05 Feb 2010 21:28:27 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4316#comment-354</guid> <description>[...] More here: C# Collections and Generics &#124; Check if object exists in a &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] More here: C# Collections and Generics | Check if object exists in a &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on PHP and cURL : Part 6 &#8211; Commonly used cURL options by Language Basics &#124; PHP and cURL : Part 6 – Commonly used cURL &#8230; &#187; Code</title><link>http://w3mentor.com/learn/php/php-language-basics/php-and-curl-part-6-commonly-used-curl-options/comment-page-1/#comment-353</link> <dc:creator>Language Basics &#124; PHP and cURL : Part 6 – Commonly used cURL &#8230; &#187; Code</dc:creator> <pubDate>Fri, 05 Feb 2010 05:00:26 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4265#comment-353</guid> <description>[...] See original here: Language Basics &#124; PHP and cURL : Part 6 – Commonly used cURL &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] See original here: Language Basics | PHP and cURL : Part 6 – Commonly used cURL &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Upload and store files in Mysql using PHP : Part 1 &#8211; Design MySql Table by PHP File Handling &#124; Upload and store files in Mysql using PHP &#8230; &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-file-handling/upload-and-store-files-in-mysql-using-php-part-1-design-mysql-table/comment-page-1/#comment-332</link> <dc:creator>PHP File Handling &#124; Upload and store files in Mysql using PHP &#8230; &#124; Drakz Free Online Service</dc:creator> <pubDate>Sat, 30 Jan 2010 10:33:34 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4198#comment-332</guid> <description>[...] original here: PHP File Handling &#124; Upload and store files in Mysql using PHP &#8230;   Share and [...]</description> <content:encoded><![CDATA[<p>[...] original here: PHP File Handling | Upload and store files in Mysql using PHP &#8230;   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Learn Codeigniter PHP Framework : Part 1 &#8211; Introduction by Predrag Krstic</title><link>http://w3mentor.com/learn/php/codeigniter/learn-codeigniter-php-framework-part-1-introduction/comment-page-1/#comment-329</link> <dc:creator>Predrag Krstic</dc:creator> <pubDate>Fri, 29 Jan 2010 06:47:25 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3550#comment-329</guid> <description>I think you&#039;re wrong about learning curve. After couple of years of coding without MVC, objects and all other thing that are related to MVC, I started to work in CI  after 3-4 hours of watching screencast on CI site and looking at documentation. There is no framework in which you could do that.</description> <content:encoded><![CDATA[<p>I think you&#8217;re wrong about learning curve. After couple of years of coding without MVC, objects and all other thing that are related to MVC, I started to work in CI  after 3-4 hours of watching screencast on CI site and looking at documentation. There is no framework in which you could do that.</p> ]]></content:encoded> </item> <item><title>Comment on Date functions – next_day by uberVU - social comments</title><link>http://w3mentor.com/learn/procedural-language-structured-query-language/date-functions/date-functions-%e2%80%93-next_day/comment-page-1/#comment-229</link> <dc:creator>uberVU - social comments</dc:creator> <pubDate>Sun, 24 Jan 2010 03:36:57 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3905#comment-229</guid> <description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;...</description> <content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p><p>&#8230;</p> ]]></content:encoded> </item> <item><title>Comment on How to load libraries, helpers and other resources in codeigniter by admin</title><link>http://w3mentor.com/learn/php/codeigniter/how-to-autoload-libraries-helpers-and-other-resources-in-codeigniter/comment-page-1/#comment-188</link> <dc:creator>admin</dc:creator> <pubDate>Sat, 23 Jan 2010 03:22:46 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3594#comment-188</guid> <description>Hello Kabir,In the autoload.php in codeigniter, you can put the form helper in the autoload array for helpers.</description> <content:encoded><![CDATA[<p>Hello Kabir,</p><p>In the autoload.php in codeigniter, you can put the form helper in the autoload array for helpers.</p> ]]></content:encoded> </item> <item><title>Comment on Creating database indexes in PHP MySql by PHP MYSQL &#124; Creating database indexes in PHP MySql &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-mysql/creating-database-indexes-in-php-mysql/comment-page-1/#comment-122</link> <dc:creator>PHP MYSQL &#124; Creating database indexes in PHP MySql &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Thu, 21 Jan 2010 14:55:43 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4151#comment-122</guid> <description>[...] from: PHP MYSQL &#124; Creating database indexes in PHP MySql &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] from: PHP MYSQL | Creating database indexes in PHP MySql | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on How to load libraries, helpers and other resources in codeigniter by kabir</title><link>http://w3mentor.com/learn/php/codeigniter/how-to-autoload-libraries-helpers-and-other-resources-in-codeigniter/comment-page-1/#comment-119</link> <dc:creator>kabir</dc:creator> <pubDate>Thu, 21 Jan 2010 08:46:33 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3594#comment-119</guid> <description>Hi, How I can auto load  &quot;$this-&gt;load-&gt;helper(&#039;form&#039;);&quot;  this.Thanks</description> <content:encoded><![CDATA[<p>Hi,<br /> How I can auto load  &#8220;$this-&gt;load-&gt;helper(&#8216;form&#8217;);&#8221;  this.</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>Comment on PHP heredoc strings by Language Basics &#124; PHP heredoc strings &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/php-heredoc-strings/comment-page-1/#comment-101</link> <dc:creator>Language Basics &#124; PHP heredoc strings &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Sun, 17 Jan 2010 13:00:08 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4132#comment-101</guid> <description>[...] rest is here: Language Basics &#124; PHP heredoc strings &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] rest is here: Language Basics | PHP heredoc strings | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Iterate over array using key, value, current, next and prev php functions by Language Basics &#124; Iterate over array using key, value, current &#8230; &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/iterate-over-array-using-key-value-current-next-and-prev-php-functions/comment-page-1/#comment-100</link> <dc:creator>Language Basics &#124; Iterate over array using key, value, current &#8230; &#124; Drakz Free Online Service</dc:creator> <pubDate>Sun, 17 Jan 2010 04:50:38 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4129#comment-100</guid> <description>[...] the article here: Language Basics &#124; Iterate over array using key, value, current &#8230;   Share and [...]</description> <content:encoded><![CDATA[<p>[...] the article here: Language Basics | Iterate over array using key, value, current &#8230;   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Accessing global variables in PHP by Language Basics &#124; Accessing global variables in PHP &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/accessing-global-variables-in-php/comment-page-1/#comment-99</link> <dc:creator>Language Basics &#124; Accessing global variables in PHP &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Sun, 17 Jan 2010 04:49:03 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4126#comment-99</guid> <description>[...] link: Language Basics &#124; Accessing global variables in PHP &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] link: Language Basics | Accessing global variables in PHP | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on php die function by Language Basics &#124; php die function &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/php-die-function/comment-page-1/#comment-95</link> <dc:creator>Language Basics &#124; php die function &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Sat, 16 Jan 2010 15:07:15 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4120#comment-95</guid> <description>[...] is the original post: Language Basics &#124; php die function &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] is the original post: Language Basics | php die function | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Split string into parts in PHP by Language Basics &#124; Split string into parts in PHP &#124; w3mentor &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-language-basics/split-string-into-parts-in-php/comment-page-1/#comment-94</link> <dc:creator>Language Basics &#124; Split string into parts in PHP &#124; w3mentor &#124; Drakz Free Online Service</dc:creator> <pubDate>Sat, 16 Jan 2010 15:04:09 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4102#comment-94</guid> <description>[...] here: Language Basics &#124; Split string into parts in PHP &#124; w3mentor   Share and [...]</description> <content:encoded><![CDATA[<p>[...] here: Language Basics | Split string into parts in PHP | w3mentor   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on php die function by Language Basics &#124; php die function &#124; w3mentor &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-language-basics/php-die-function/comment-page-1/#comment-93</link> <dc:creator>Language Basics &#124; php die function &#124; w3mentor &#124; Coder Online</dc:creator> <pubDate>Sat, 16 Jan 2010 13:05:40 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4120#comment-93</guid> <description>[...] Read this article: Language Basics &#124; php die function &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Read this article: Language Basics | php die function | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on Learn Codeigniter PHP Framework : Part 7 – Passing parameters to codeigniter controller functions by admin</title><link>http://w3mentor.com/learn/php/codeigniter/learn-codeigniter-php-framework-part-7-%e2%80%93-passing-parameters-to-codeigniter-controller-functions/comment-page-1/#comment-90</link> <dc:creator>admin</dc:creator> <pubDate>Sat, 16 Jan 2010 02:34:51 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3571#comment-90</guid> <description>The above code is actually a controller method.</description> <content:encoded><![CDATA[<p>The above code is actually a controller method.</p> ]]></content:encoded> </item> <item><title>Comment on Get the total number of items in an array using PHP by PHP Arrays &#124; Get the total number of items in an array using PHP &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-arrays/get-the-total-number-of-items-in-an-array-using-php/comment-page-1/#comment-89</link> <dc:creator>PHP Arrays &#124; Get the total number of items in an array using PHP &#8230; &#124; Coder Online</dc:creator> <pubDate>Sat, 16 Jan 2010 01:41:27 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/learn/php/php-arrays/get-the-total-number-of-items-in-an-array-using-php/#comment-89</guid> <description>[...] Link: PHP Arrays &#124; Get the total number of items in an array using PHP &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Link: PHP Arrays | Get the total number of items in an array using PHP &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on C# (CSharp ) System class by feel</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/c-csharp-system-class/comment-page-1/#comment-88</link> <dc:creator>feel</dc:creator> <pubDate>Fri, 15 Jan 2010 16:47:41 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3294#comment-88</guid> <description>hiiiiithanks for information  best cshrp program[link suppressed]feel</description> <content:encoded><![CDATA[<p>hiiiii</p><p> thanks for information  best cshrp program</p><p>[link suppressed]</p><p>feel</p> ]]></content:encoded> </item> <item><title>Comment on Learn Codeigniter PHP Framework : Part 7 – Passing parameters to codeigniter controller functions by Anourmous</title><link>http://w3mentor.com/learn/php/codeigniter/learn-codeigniter-php-framework-part-7-%e2%80%93-passing-parameters-to-codeigniter-controller-functions/comment-page-1/#comment-87</link> <dc:creator>Anourmous</dc:creator> <pubDate>Fri, 15 Jan 2010 08:56:11 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3571#comment-87</guid> <description>How  do  run  this  Script</description> <content:encoded><![CDATA[<p>How  do  run  this  Script</p> ]]></content:encoded> </item> <item><title>Comment on Join/concatenate multiple strings into a single string in PHP using implode by Language Basics &#124; Join/concatenate multiple strings into a single &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-language-basics/joinconcatenate-multiple-strings-into-a-single-string-in-php-using-implode/comment-page-1/#comment-86</link> <dc:creator>Language Basics &#124; Join/concatenate multiple strings into a single &#8230; &#124; Coder Online</dc:creator> <pubDate>Thu, 14 Jan 2010 18:39:25 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4104#comment-86</guid> <description>[...] Continued here: Language Basics &#124; Join/concatenate multiple strings into a single &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Continued here: Language Basics | Join/concatenate multiple strings into a single &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Convert character to its ASCII Value in PHP by Language Basics &#124; Convert character to its ASCII Value in PHP &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-language-basics/convert-character-to-its-ascii-value-in-php/comment-page-1/#comment-85</link> <dc:creator>Language Basics &#124; Convert character to its ASCII Value in PHP &#8230; &#124; Coder Online</dc:creator> <pubDate>Thu, 14 Jan 2010 06:13:22 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4100#comment-85</guid> <description>[...] View post: Language Basics &#124; Convert character to its ASCII Value in PHP &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] View post: Language Basics | Convert character to its ASCII Value in PHP &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on PHP MYSQL mysql_select_db &#8211; Select a MySQL Database by PHP MYSQL &#124; PHP MYSQL mysql_select_db – Select a MySQL Database &#8230; &#124; Drakz Free Online Service</title><link>http://w3mentor.com/learn/php/php-mysql/php-mysql-mysql_select_db-select-a-mysql-database/comment-page-1/#comment-83</link> <dc:creator>PHP MYSQL &#124; PHP MYSQL mysql_select_db – Select a MySQL Database &#8230; &#124; Drakz Free Online Service</dc:creator> <pubDate>Thu, 14 Jan 2010 03:39:37 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3672#comment-83</guid> <description>[...] the rest here: PHP MYSQL &#124; PHP MYSQL mysql_select_db – Select a MySQL Database &#8230;   Share and [...]</description> <content:encoded><![CDATA[<p>[...] the rest here: PHP MYSQL | PHP MYSQL mysql_select_db – Select a MySQL Database &#8230;   Share and [...]</p> ]]></content:encoded> </item> <item><title>Comment on Jagged Arrays C# by Asianetindia.com Blog</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/jagged-arrays-c/comment-page-1/#comment-73</link> <dc:creator>Asianetindia.com Blog</dc:creator> <pubDate>Mon, 11 Jan 2010 00:37:37 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=4035#comment-73</guid> <description>[...] Language Basics &#124; Jagged Arrays C# &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Language Basics | Jagged Arrays C# | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on Creating directories in php with mkdir() by PHP File Handling &#124; Creating directories in php with mkdir &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-file-handling/creating-directories-in-php-with-mkdir/comment-page-1/#comment-52</link> <dc:creator>PHP File Handling &#124; Creating directories in php with mkdir &#8230; &#124; Coder Online</dc:creator> <pubDate>Wed, 06 Jan 2010 08:20:39 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3917#comment-52</guid> <description>[...] More here: PHP File Handling &#124; Creating directories in php with mkdir &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] More here: PHP File Handling | Creating directories in php with mkdir &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Iterate over hashtable using foreach loop in C# (CSharp) by somi</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/iterate-over-hashtable-using-foreach-loop-in-c-csharp/comment-page-1/#comment-49</link> <dc:creator>somi</dc:creator> <pubDate>Tue, 05 Jan 2010 13:15:59 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3510#comment-49</guid> <description>Thanks for beautiful article. Please keep posting such a nice stuff.somi [link suppressed]</description> <content:encoded><![CDATA[<p>Thanks for beautiful article. Please keep posting such a nice stuff.</p><p>somi<br /> [link suppressed]</p> ]]></content:encoded> </item> <item><title>Comment on Learn Codeigniter PHP Framework : Part 1 &#8211; Introduction by admin</title><link>http://w3mentor.com/learn/php/codeigniter/learn-codeigniter-php-framework-part-1-introduction/comment-page-1/#comment-46</link> <dc:creator>admin</dc:creator> <pubDate>Tue, 05 Jan 2010 04:50:51 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3550#comment-46</guid> <description>Hello Emmauel,I agree that codeigniter is very easy to learn, but the fact I was talking was the learning curve associated with any MVC framework when you come from a traditional coding background.</description> <content:encoded><![CDATA[<p>Hello Emmauel,</p><p>I agree that codeigniter is very easy to learn, but the fact I was talking was the learning curve associated with any MVC framework when you come from a traditional coding background.</p> ]]></content:encoded> </item> <item><title>Comment on Learn Codeigniter PHP Framework : Part 1 &#8211; Introduction by Emmauel</title><link>http://w3mentor.com/learn/php/codeigniter/learn-codeigniter-php-framework-part-1-introduction/comment-page-1/#comment-44</link> <dc:creator>Emmauel</dc:creator> <pubDate>Mon, 04 Jan 2010 18:40:15 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3550#comment-44</guid> <description>You state one of the negative of CodeIgniter as being the learning curve.  CI has probably the easiest learning curve of any other MVC framework I have seen.  If you feel otherwise, it would be nice for you to specify your issue with CI learning curve!</description> <content:encoded><![CDATA[<p>You state one of the negative of CodeIgniter as being the learning curve.  CI has probably the easiest learning curve of any other MVC framework I have seen.  If you feel otherwise, it would be nice for you to specify your issue with CI learning curve!</p> ]]></content:encoded> </item> <item><title>Comment on Date functions – months_between by ProWebGuru</title><link>http://w3mentor.com/learn/procedural-language-structured-query-language/date-functions/date-functions-%e2%80%93-months_between/comment-page-1/#comment-41</link> <dc:creator>ProWebGuru</dc:creator> <pubDate>Mon, 04 Jan 2010 08:32:37 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3911#comment-41</guid> <description>Hi, Its very useful function to calculate date difference. Are you interested in link exchange with [link suppressed] If yes please contact me on my email id or through contact form on my website.</description> <content:encoded><![CDATA[<p>Hi,<br /> Its very useful function to calculate date difference.<br /> Are you interested in link exchange with [link suppressed]<br /> If yes please contact me on my email id or through contact form on my website.</p> ]]></content:encoded> </item> <item><title>Comment on Use printf() to convert decimal numbers to their hexadecimal equivalents by abcphp.com</title><link>http://w3mentor.com/learn/php/php-language-basics/use-printf-to-convert-decimal-numbers-to-their-hexadecimal-equivalents/comment-page-1/#comment-40</link> <dc:creator>abcphp.com</dc:creator> <pubDate>Mon, 04 Jan 2010 04:41:03 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3797#comment-40</guid> <description>&lt;strong&gt;Use printf() to convert decimal numbers to their hexadecimal equivalents &#124; w3mentor...&lt;/strong&gt;...</description> <content:encoded><![CDATA[<p><strong>Use printf() to convert decimal numbers to their hexadecimal equivalents | w3mentor&#8230;</strong></p><p>&#8230;</p> ]]></content:encoded> </item> <item><title>Comment on Sorting an associative array by key using ksort() by PHP Arrays &#124; Sorting an associative array by key using ksort &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-arrays/sorting-an-associative-array-by-key-using-ksort/comment-page-1/#comment-37</link> <dc:creator>PHP Arrays &#124; Sorting an associative array by key using ksort &#8230; &#124; Coder Online</dc:creator> <pubDate>Sat, 02 Jan 2010 07:20:42 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3783#comment-37</guid> <description>[...] See more here: PHP Arrays &#124; Sorting an associative array by key using ksort &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] See more here: PHP Arrays | Sorting an associative array by key using ksort &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Check if function exists in php by Language Basics &#124; Check if function exists in php &#124; w3mentor &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-language-basics/check-if-function-exists-in-php/comment-page-1/#comment-36</link> <dc:creator>Language Basics &#124; Check if function exists in php &#124; w3mentor &#124; Coder Online</dc:creator> <pubDate>Sat, 02 Jan 2010 07:19:44 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3786#comment-36</guid> <description>[...] Here is the original post: Language Basics &#124; Check if function exists in php &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Here is the original post: Language Basics | Check if function exists in php | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on Adding multiple variables to beginning of an array using array_unshift() by PHP Arrays &#124; Adding multiple variables to beginning of an array &#8230; Alpha Packaging</title><link>http://w3mentor.com/learn/php/php-arrays/adding-multiple-variables-to-beginning-of-an-array-using-array_unshift/comment-page-1/#comment-35</link> <dc:creator>PHP Arrays &#124; Adding multiple variables to beginning of an array &#8230; Alpha Packaging</dc:creator> <pubDate>Fri, 01 Jan 2010 09:34:12 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3771#comment-35</guid> <description>[...] Original post:  PHP Arrays &#124; Adding multiple variables to beginning of an array &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Original post:  PHP Arrays | Adding multiple variables to beginning of an array &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Merging associative and non associative arrays with array_merge() by PHP Arrays &#124; Merging associative and non associative arrays with &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-arrays/merging-associative-and-non-associative-arrays-with-array_merge/comment-page-1/#comment-34</link> <dc:creator>PHP Arrays &#124; Merging associative and non associative arrays with &#8230; &#124; Coder Online</dc:creator> <pubDate>Fri, 01 Jan 2010 08:05:40 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3766#comment-34</guid> <description>[...] Originally posted here: PHP Arrays &#124; Merging associative and non associative arrays with &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Originally posted here: PHP Arrays | Merging associative and non associative arrays with &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Checked and unchecked operators in C# (CSharp) by simi</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/checked-and-unchecked-operators-in-c-csharp/comment-page-1/#comment-33</link> <dc:creator>simi</dc:creator> <pubDate>Fri, 01 Jan 2010 05:00:15 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3457#comment-33</guid> <description>hi,First of all. Thanks very much for your useful post.I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.Please let me introduce you some info related to this post and I hope that it is useful for .Net community.There is a good C# resource site, Have alook [link suppressed] simi</description> <content:encoded><![CDATA[<p>hi,</p><p>First of all. Thanks very much for your useful post.</p><p>I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.</p><p>Please let me introduce you some info related to this post and I hope that it is useful for .Net community.</p><p>There is a good C# resource site, Have alook</p><p>[link suppressed]<br /> simi</p> ]]></content:encoded> </item> <item><title>Comment on Sorting Searching, and Copying Arrays in C# (CSharp) by simi</title><link>http://w3mentor.com/learn/asp-dot-net-c-sharp/asp-dot-net-language-basics/sorting-searching-and-copying-arrays-in-c-csharp/comment-page-1/#comment-29</link> <dc:creator>simi</dc:creator> <pubDate>Wed, 30 Dec 2009 06:46:55 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3445#comment-29</guid> <description>hi,First of all. Thanks very much for your useful post.I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.Please let me introduce you some info related to this post and I hope that it is useful for .Net community.There is a good C# resource site, Have alook [link supressed]simi</description> <content:encoded><![CDATA[<p>hi,</p><p>First of all. Thanks very much for your useful post.</p><p>I just came across your blog and wanted to drop you a note telling you how impressed I was with the information you have posted here.</p><p>Please let me introduce you some info related to this post and I hope that it is useful for .Net community.</p><p>There is a good C# resource site, Have alook</p><p>[link supressed]</p><p>simi</p> ]]></content:encoded> </item> <item><title>Comment on What are the differences between require and include, include_once? by Language Basics &#124; What are the differences between require and &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-language-basics/what-are-the-differences-between-require-and-include-include_once/comment-page-1/#comment-27</link> <dc:creator>Language Basics &#124; What are the differences between require and &#8230; &#124; Coder Online</dc:creator> <pubDate>Tue, 29 Dec 2009 06:11:38 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3692#comment-27</guid> <description>[...] Here is the original post: Language Basics &#124; What are the differences between require and &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Here is the original post: Language Basics | What are the differences between require and &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Calculate number of days between two given dates using PHP using strtotime? by PHP Date and Time &#124; Calculate number of days between two given &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-date-time/calculate-number-of-days-between-two-given-dates-using-php-using-strtotime/comment-page-1/#comment-26</link> <dc:creator>PHP Date and Time &#124; Calculate number of days between two given &#8230; &#124; Coder Online</dc:creator> <pubDate>Mon, 28 Dec 2009 05:16:01 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3687#comment-26</guid> <description>[...] See the article here: PHP Date and Time &#124; Calculate number of days between two given &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] See the article here: PHP Date and Time | Calculate number of days between two given &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on PHP gettimeofday function &#8211; Get current datetime as an associative array by PHP Date and Time &#124; PHP gettimeofday function – Get current &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-date-time/php-gettimeofday-function-get-current-datetime-as-an-associative-array/comment-page-1/#comment-25</link> <dc:creator>PHP Date and Time &#124; PHP gettimeofday function – Get current &#8230; &#124; Coder Online</dc:creator> <pubDate>Sun, 27 Dec 2009 14:28:03 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3657#comment-25</guid> <description>[...] Originally posted here: PHP Date and Time &#124; PHP gettimeofday function – Get current &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Originally posted here: PHP Date and Time | PHP gettimeofday function – Get current &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on PHP checkdate function &#8211; Verify a date to the Gregorian calendar by PHP Date and Time &#124; PHP checkdate function – Verify a date to the &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-date-time/php-checkdate-function-verify-a-date-to-the-gregorian-calendar/comment-page-1/#comment-24</link> <dc:creator>PHP Date and Time &#124; PHP checkdate function – Verify a date to the &#8230; &#124; Coder Online</dc:creator> <pubDate>Sat, 26 Dec 2009 10:47:27 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3651#comment-24</guid> <description>[...] Read this article: PHP Date and Time &#124; PHP checkdate function – Verify a date to the &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Read this article: PHP Date and Time | PHP checkdate function – Verify a date to the &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Horizontal rule HR tag in HTML by HTML Basics &#124; Horizontal rule HR tag in HTML &#124; w3mentor Headhunter</title><link>http://w3mentor.com/learn/html/hypertext-markup-basics/horizontal-rule-hr-tag-in-html/comment-page-1/#comment-23</link> <dc:creator>HTML Basics &#124; Horizontal rule HR tag in HTML &#124; w3mentor Headhunter</dc:creator> <pubDate>Sat, 26 Dec 2009 10:31:15 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3628#comment-23</guid> <description>[...] more:  HTML Basics &#124; Horizontal rule HR tag in HTML &#124; w3mentor          By admin &#124; category: hr &#124; tags: business-analytics, clients, customers, employees, [...]</description> <content:encoded><![CDATA[<p>[...] more:  HTML Basics | Horizontal rule HR tag in HTML | w3mentor          By admin | category: hr | tags: business-analytics, clients, customers, employees, [...]</p> ]]></content:encoded> </item> <item><title>Comment on How MVC returns data to browser by admin</title><link>http://w3mentor.com/learn/php/php-language-basics/how-mvc-returns-data-to-browser/comment-page-1/#comment-22</link> <dc:creator>admin</dc:creator> <pubDate>Sat, 26 Dec 2009 06:47:19 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3598#comment-22</guid> <description>Hello TanyaLost,You can certainly quote the post from w3mentor.com in your blog. It will help if you link back to this site from your blog. We are not on twitter yet, but plan to soon.Thank you</description> <content:encoded><![CDATA[<p>Hello TanyaLost,</p><p>You can certainly quote the post from w3mentor.com in your blog. It will help if you link back to this site from your blog. We are not on twitter yet, but plan to soon.</p><p>Thank you</p> ]]></content:encoded> </item> <item><title>Comment on How MVC returns data to browser by TanyaLost</title><link>http://w3mentor.com/learn/php/php-language-basics/how-mvc-returns-data-to-browser/comment-page-1/#comment-21</link> <dc:creator>TanyaLost</dc:creator> <pubDate>Sat, 26 Dec 2009 06:45:07 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3598#comment-21</guid> <description>I want to quote your post in my blog. It can? And you et an account on Twitter?</description> <content:encoded><![CDATA[<p>I want to quote your post in my blog. It can?<br /> And you et an account on Twitter?</p> ]]></content:encoded> </item> <item><title>Comment on Prevent XSS attacks in codeigniter application by Codeigniter &#124; Prevent XSS attacks in codeigniter application &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/codeigniter/prevent-xss-attacks-in-codeigniter-application/comment-page-1/#comment-20</link> <dc:creator>Codeigniter &#124; Prevent XSS attacks in codeigniter application &#8230; &#124; Coder Online</dc:creator> <pubDate>Fri, 25 Dec 2009 19:15:07 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3604#comment-20</guid> <description>[...] Continue reading here: Codeigniter &#124; Prevent XSS attacks in codeigniter application &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Continue reading here: Codeigniter | Prevent XSS attacks in codeigniter application &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Convert XML to object in Codeigniter using SimpleXML by Codeigniter &#124; Convert XML to object in Codeigniter using SimpleXML &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/codeigniter/convert-xml-to-object-in-codeigniter-using-simplexml/comment-page-1/#comment-16</link> <dc:creator>Codeigniter &#124; Convert XML to object in Codeigniter using SimpleXML &#8230; &#124; Coder Online</dc:creator> <pubDate>Thu, 24 Dec 2009 08:18:19 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3586#comment-16</guid> <description>[...] Read the original post: Codeigniter &#124; Convert XML to object in Codeigniter using SimpleXML &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Read the original post: Codeigniter | Convert XML to object in Codeigniter using SimpleXML &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on _remap function in codeigniter by Codeigniter &#124; _remap function in codeigniter &#124; w3mentor &#124; Coder Online</title><link>http://w3mentor.com/learn/php/codeigniter/_remap-function-in-codeigniter/comment-page-1/#comment-15</link> <dc:creator>Codeigniter &#124; _remap function in codeigniter &#124; w3mentor &#124; Coder Online</dc:creator> <pubDate>Thu, 24 Dec 2009 06:13:44 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3602#comment-15</guid> <description>[...] Read more from the original source: Codeigniter &#124; _remap function in codeigniter &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Read more from the original source: Codeigniter | _remap function in codeigniter | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on Learn Codeigniter PHP Framework : Part 1 &#8211; Introduction by Codeigniter &#124; Learn Codeigniter PHP Framework : Part 1 &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/codeigniter/learn-codeigniter-php-framework-part-1-introduction/comment-page-1/#comment-11</link> <dc:creator>Codeigniter &#124; Learn Codeigniter PHP Framework : Part 1 &#8230; &#124; Coder Online</dc:creator> <pubDate>Sun, 20 Dec 2009 17:22:21 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3550#comment-11</guid> <description>[...] Read the original here: Codeigniter &#124; Learn Codeigniter PHP Framework : Part 1 &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Read the original here: Codeigniter | Learn Codeigniter PHP Framework : Part 1 &#8230; [...]</p> ]]></content:encoded> </item> <item><title>Comment on Send email in Codeigniter by Codeigniter &#124; Send email in Codeigniter &#124; w3mentor &#124; Coder Online</title><link>http://w3mentor.com/learn/php/codeigniter/send-email-in-codeigniter/comment-page-1/#comment-10</link> <dc:creator>Codeigniter &#124; Send email in Codeigniter &#124; w3mentor &#124; Coder Online</dc:creator> <pubDate>Sun, 20 Dec 2009 12:37:00 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3546#comment-10</guid> <description>[...] Excerpt from: Codeigniter &#124; Send email in Codeigniter &#124; w3mentor [...]</description> <content:encoded><![CDATA[<p>[...] Excerpt from: Codeigniter | Send email in Codeigniter | w3mentor [...]</p> ]]></content:encoded> </item> <item><title>Comment on PHP Design patterns : Part 2 &#8211; Template pattern by PHP Design patterns &#124; PHP Design patterns : Part 2 – Template &#8230; &#124; Coder Online</title><link>http://w3mentor.com/learn/php/php-design-patterns/php-design-patterns-part-2-template-pattern/comment-page-1/#comment-9</link> <dc:creator>PHP Design patterns &#124; PHP Design patterns : Part 2 – Template &#8230; &#124; Coder Online</dc:creator> <pubDate>Fri, 18 Dec 2009 04:40:28 +0000</pubDate> <guid isPermaLink="false">http://w3mentor.com/?p=3524#comment-9</guid> <description>[...] Read the rest here: PHP Design patterns &#124; PHP Design patterns : Part 2 – Template &#8230; [...]</description> <content:encoded><![CDATA[<p>[...] Read the rest here: PHP Design patterns | PHP Design patterns : Part 2 – Template &#8230; [...]</p> ]]></content:encoded> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk
Group:              default
-->

<!-- W3 Total Cache: Db cache debug info:
Engine:             disk
Total queries:      125
Cached queries:     16
Total query time:   0.431
SQL info:
    # | Time (s) |    Caching (Reject reason)     |   Status   | Query
    1 |        0 |  disabled (query is rejected)  | Not cached | SET NAMES 'utf8'
    2 |    0.008 |  disabled (query is rejected)  | Not cached | SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'
    3 |    0.007 |            enabled             |   Cached   | SELECT option_value FROM wp_options WHERE option_name = 'aiosp_post_title_format' LIMIT 1
    4 |    0.005 |            enabled             | Not cached | SELECT option_value FROM wp_options WHERE option_name = 'sociable_disablewidget' LIMIT 1
    5 |    0.017 |            enabled             |   Cached   | SELECT comment_date_gmt FROM wp_comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 1
    6 |    0.107 |            enabled             | Not cached | SELECT  wp_comments.* FROM wp_comments JOIN wp_posts ON ( wp_comments.comment_post_ID = wp_posts.ID ) WHERE post_status = 'publish' AND comment_approved = '1'  ORDER BY comment_date_gmt DESC LIMIT 100
    7 |    0.006 |  disabled (query is rejected)  | Not cached | SELECT SQL_CALC_FOUND_ROWS  wp_posts.* FROM wp_posts  WHERE 1=1 AND wp_posts.ID IN (10323,10317,10309,10309,10313,8199,8205,10263,10256,9293,9293,9651,3553,9555,9477,4095,3594,9315,9285,9287,9301,9291,9289,9303,8320,8320,8205,9087,8152,8130,8221,4330,8152,8152,8152,8108,8068,8086,8085,8072,8059,8059,8059,8064,8038,4911,8000,4905,3903,6770,3963,4377,4316,4316,4265,4198,3550,3905,3594,4151,3594,4132,4129,4126,4120,4102,4120,3571,4115,3294,3571,4104,4100,3672,4035,3917,3510,3550,3550,3911,3797,3783,3786,3771,3766,3457,3445,3692,3687,3657,3651,3628,3598,3598,3604,3586,3602,3550,3546,3524)   ORDER BY wp_posts.post_date DESC LIMIT 0, 100
    8 |        0 |  disabled (query is rejected)  | Not cached | SELECT FOUND_ROWS()
    9 |    0.016 |            enabled             | Not cached | SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag') AND tr.object_id IN (10323, 10317, 10313, 10309, 10263, 10256, 9651, 9555, 9477, 9315, 9303, 9301, 9293, 9291, 9289, 9287, 9285, 9087, 8320, 8221, 8205, 8199, 8152, 8130, 8108, 8086, 8085, 8072, 8068, 8064, 8059, 8038, 8000, 6770, 4911, 4905, 4377, 4330, 4316, 4265, 4198, 4151, 4132, 4129, 4126, 4120, 4115, 4104, 4102, 4100, 4095, 4035, 3963, 3917, 3911, 3905, 3903, 3797, 3786, 3783, 3771, 3766, 3692, 3687, 3672, 3657, 3651, 3628, 3604, 3602, 3598, 3594, 3586, 3571, 3553, 3550, 3546, 3524, 3510, 3457, 3445, 3294) ORDER BY t.name ASC
   10 |    0.067 |            enabled             | Not cached | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (10323,10317,10313,10309,10263,10256,9651,9555,9477,9315,9303,9301,9293,9291,9289,9287,9285,9087,8320,8221,8205,8199,8152,8130,8108,8086,8085,8072,8068,8064,8059,8038,8000,6770,4911,4905,4377,4330,4316,4265,4198,4151,4132,4129,4126,4120,4115,4104,4102,4100,4095,4035,3963,3917,3911,3905,3903,3797,3786,3783,3771,3766,3692,3687,3672,3657,3651,3628,3604,3602,3598,3594,3586,3571,3553,3550,3546,3524,3510,3457,3445,3294)
   11 |    0.006 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 10323 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-12 01:29:26'
   12 |    0.003 |            enabled             |   Cached   | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '3' LIMIT 1
   13 |    0.002 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 10317 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-11 22:50:43'
   14 |    0.008 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 10309 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-08 15:10:36'
   15 |    0.005 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 10309 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-07 22:31:32'
   16 |    0.001 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 10313 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-07 22:26:47'
   17 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8199 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-07 14:15:05'
   18 |    0.001 |            enabled             |   Cached   | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '6' LIMIT 1
   19 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8205 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-02 13:14:28'
   20 |    0.002 |            enabled             | Not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '502' LIMIT 1
   21 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 10263 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-01 21:44:17'
   22 |        0 |            enabled             | Not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '461' LIMIT 1
   23 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 10256 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-07-01 21:18:01'
   24 |    0.001 |            enabled             | Not cached | SELECT * FROM wp_comments WHERE comment_ID = 1085 LIMIT 1
   25 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9293 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-29 07:08:39'
   26 |    0.001 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9293 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-29 07:08:39'
   27 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9651 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-28 20:32:47'
   28 |    0.001 |            enabled             | Not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '620' LIMIT 1
   29 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3553 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-21 12:25:51'
   30 |    0.003 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9555 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-03 15:35:29'
   31 |    0.003 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9477 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-02 03:48:03'
   32 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4095 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-01 20:58:47'
   33 |    0.004 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3594 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-06-01 13:22:48'
   34 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9315 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-28 04:08:35'
   35 |    0.005 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9285 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-27 08:32:35'
   36 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9287 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-27 06:00:04'
   37 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9301 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-27 05:57:25'
   38 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9291 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-27 04:33:01'
   39 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9289 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-27 04:32:37'
   40 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9303 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-27 04:06:27'
   41 |    0.001 |            enabled             | Not cached | SELECT * FROM wp_comments WHERE comment_ID = 425 LIMIT 1
   42 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8320 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-25 01:04:10'
   43 |    0.002 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8320 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-25 01:04:10'
   44 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8205 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-21 20:56:53'
   45 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 9087 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-05-20 19:14:07'
   46 |    0.001 |            enabled             | Not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '214' LIMIT 1
   47 |     0.01 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8152 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-04-19 05:56:43'
   48 |    0.004 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8130 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-27 10:46:19'
   49 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8221 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-26 01:53:07'
   50 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4330 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-25 10:17:06'
   51 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8152 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-19 08:16:04'
   52 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8152 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-18 22:25:38'
   53 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8152 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-18 18:40:48'
   54 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8108 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-11 23:40:58'
   55 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8068 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-08 10:16:57'
   56 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8086 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-08 05:15:00'
   57 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8085 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-08 01:08:37'
   58 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8072 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-03-05 06:16:10'
   59 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8059 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-26 07:56:39'
   60 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8059 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-26 05:27:31'
   61 |    0.004 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8059 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-26 05:18:21'
   62 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8064 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-26 03:32:56'
   63 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8038 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-23 03:35:11'
   64 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4911 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-21 18:20:13'
   65 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 8000 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-20 15:17:31'
   66 |    0.001 |            enabled             |   Cached   | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '125' LIMIT 1
   67 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4905 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-18 23:57:00'
   68 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3903 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-16 07:12:38'
   69 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 6770 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-14 23:24:39'
   70 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3963 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-07 16:13:50'
   71 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4377 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-07 06:02:21'
   72 |    0.001 |            enabled             | Not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '180' LIMIT 1
   73 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4316 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-05 21:50:19'
   74 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4316 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-05 21:28:27'
   75 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4265 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-02-05 05:00:26'
   76 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4198 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-30 10:33:34'
   77 |    0.003 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3550 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-29 06:47:25'
   78 |    0.007 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3905 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-24 03:36:57'
   79 |    0.001 |            enabled             | Not cached | SELECT * FROM wp_comments WHERE comment_ID = 119 LIMIT 1
   80 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3594 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-21 08:46:33'
   81 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4151 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-21 14:55:43'
   82 |    0.001 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3594 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-21 08:46:33'
   83 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4132 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-17 13:00:08'
   84 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4129 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-17 04:50:38'
   85 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4126 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-17 04:49:03'
   86 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4120 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-16 15:07:15'
   87 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4102 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-16 15:04:09'
   88 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4120 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-16 13:05:40'
   89 |    0.001 |            enabled             | Not cached | SELECT * FROM wp_comments WHERE comment_ID = 87 LIMIT 1
   90 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3571 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-15 08:56:11'
   91 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4115 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-16 01:41:27'
   92 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3294 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-15 16:47:41'
   93 |        0 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3571 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-15 08:56:11'
   94 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4104 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-14 18:39:25'
   95 |    0.003 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4100 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-14 06:13:22'
   96 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3672 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-14 03:39:37'
   97 |    0.006 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 4035 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-11 00:37:37'
   98 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3917 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-06 08:20:39'
   99 |    0.003 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3510 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-05 13:15:59'
  100 |    0.001 |            enabled             | Not cached | SELECT * FROM wp_comments WHERE comment_ID = 44 LIMIT 1
  101 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3550 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-04 18:40:15'
  102 |    0.001 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3550 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-04 18:40:15'
  103 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3911 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-04 08:32:37'
  104 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3797 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-04 04:41:03'
  105 |    0.003 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3783 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-02 07:20:42'
  106 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3786 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-02 07:19:44'
  107 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3771 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-01 09:34:12'
  108 |    0.007 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3766 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-01 08:05:40'
  109 |    0.009 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3457 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2010-01-01 05:00:15'
  110 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3445 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-30 06:46:55'
  111 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3692 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-29 06:11:38'
  112 |    0.003 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3687 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-28 05:16:01'
  113 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3657 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-27 14:28:03'
  114 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3651 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-26 10:47:27'
  115 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3628 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-26 10:31:15'
  116 |    0.001 |            enabled             | Not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '159' LIMIT 1
  117 |    0.002 |            enabled             | Not cached | SELECT * FROM wp_comments WHERE comment_ID = 21 LIMIT 1
  118 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3598 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-26 06:45:07'
  119 |    0.001 |            enabled             |   Cached   | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3598 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-26 06:45:07'
  120 |    0.002 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3604 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-25 19:15:07'
  121 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3586 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-24 08:18:19'
  122 |        0 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3602 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-24 06:13:44'
  123 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3550 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-20 17:22:21'
  124 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3546 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-20 12:37:00'
  125 |    0.001 |            enabled             | Not cached | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 3524 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2009-12-18 04:40:28'
-->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk
Key:                w3tc_b54f4d67dced6c382e720c77bd80426c_page_444ee2b4c84160aaa5c68776562d7c50
Caching:            disabled
Reject reason:      user agent is rejected
Status:             not cached
Creation Time:      3.012s
Header info:
X-Powered-By:       W3 Total Cache/0.8.5.2
X-Pingback:         http://w3mentor.com/xmlrpc.php
Last-Modified:      Mon, 12 Jul 2010 01:29:26 GMT
ETag:               "808843ae6d67736f2f1a4fa4e8d1862c"
Content-Type:       text/xml; charset=UTF-8
-->