<?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 Brettic.us</title>
	<atom:link href="http://brettic.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://brettic.us</link>
	<description>Web devlopment and life in general</description>
	<lastBuildDate>Thu, 01 Dec 2011 06:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Google Analytics Hook for CodeIgniter by Devendra</title>
		<link>http://brettic.us/2010/08/09/google-analytics-hook-codeigniter/comment-page-1/#comment-4078</link>
		<dc:creator>Devendra</dc:creator>
		<pubDate>Thu, 01 Dec 2011 06:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=351#comment-4078</guid>
		<description>Thanks for your reply</description>
		<content:encoded><![CDATA[<p>Thanks for your reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Analytics Hook for CodeIgniter by Brett</title>
		<link>http://brettic.us/2010/08/09/google-analytics-hook-codeigniter/comment-page-1/#comment-4064</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Tue, 29 Nov 2011 07:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=351#comment-4064</guid>
		<description>It would seem that the enable_profiler property is now protected in the output class (FYI...protected just means that it&#039;s private except for child classes.)

You might need to look for an alternate public property or method that indicates whether or not profiling is turned on. If I get some time in the next few days, I&#039;ll take a look and update my code.

This was written over a year ago for pre-2.x code.</description>
		<content:encoded><![CDATA[<p>It would seem that the enable_profiler property is now protected in the output class (FYI&#8230;protected just means that it&#8217;s private except for child classes.)</p>
<p>You might need to look for an alternate public property or method that indicates whether or not profiling is turned on. If I get some time in the next few days, I&#8217;ll take a look and update my code.</p>
<p>This was written over a year ago for pre-2.x code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Analytics Hook for CodeIgniter by Devendra</title>
		<link>http://brettic.us/2010/08/09/google-analytics-hook-codeigniter/comment-page-1/#comment-4063</link>
		<dc:creator>Devendra</dc:creator>
		<pubDate>Tue, 29 Nov 2011 07:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=351#comment-4063</guid>
		<description>Hi i am getting this error please help me i am using version 2

Fatal error: Cannot access protected property CI_Output::$enable_profiler in C:\xampp\htdocs*****application\hooks\google_analytics.php on line 21

thanks</description>
		<content:encoded><![CDATA[<p>Hi i am getting this error please help me i am using version 2</p>
<p>Fatal error: Cannot access protected property CI_Output::$enable_profiler in C:\xampp\htdocs*****application\hooks\google_analytics.php on line 21</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Analytics Hook for CodeIgniter by Devendra</title>
		<link>http://brettic.us/2010/08/09/google-analytics-hook-codeigniter/comment-page-1/#comment-4062</link>
		<dc:creator>Devendra</dc:creator>
		<pubDate>Tue, 29 Nov 2011 07:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=351#comment-4062</guid>
		<description>Hi nice article .... i was looking for this ..let me try if it works for me thanks</description>
		<content:encoded><![CDATA[<p>Hi nice article &#8230;. i was looking for this ..let me try if it works for me thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Form Validation Class using PHP 5.3 by Brett</title>
		<link>http://brettic.us/2010/06/18/form-validation-class-using-php-5-3/comment-page-1/#comment-3934</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Wed, 09 Nov 2011 16:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=312#comment-3934</guid>
		<description>The code I posted here is purely for validating form input data. No, it does not protect from SQL injection attacks. The PHP manual has some suggestions for &lt;a href=&quot;http://php.net/manual/en/security.database.sql-injection.php&quot; rel=&quot;nofollow&quot;&gt;avoiding SQL Injections&lt;/a&gt;. Personally, I like to use &lt;a href=&quot;http://us3.php.net/manual/en/pdostatement.bindvalue.php&quot; rel=&quot;nofollow&quot;&gt;PDO prepared statements with named place holders&lt;/a&gt;. You can use this class to add a callback function or a new inline function to test that your data is valid before actually inserting in your database (which is one of the several purposes of form validation anyway.)</description>
		<content:encoded><![CDATA[<p>The code I posted here is purely for validating form input data. No, it does not protect from SQL injection attacks. The PHP manual has some suggestions for <a href="http://php.net/manual/en/security.database.sql-injection.php" rel="nofollow">avoiding SQL Injections</a>. Personally, I like to use <a href="http://us3.php.net/manual/en/pdostatement.bindvalue.php" rel="nofollow">PDO prepared statements with named place holders</a>. You can use this class to add a callback function or a new inline function to test that your data is valid before actually inserting in your database (which is one of the several purposes of form validation anyway.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Form Validation Class using PHP 5.3 by Leon</title>
		<link>http://brettic.us/2010/06/18/form-validation-class-using-php-5-3/comment-page-1/#comment-3931</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Wed, 09 Nov 2011 08:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=312#comment-3931</guid>
		<description>The validator also protects against sql injections?</description>
		<content:encoded><![CDATA[<p>The validator also protects against sql injections?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Form Validation: How to allow inline and config rules simultaneously by Brett</title>
		<link>http://brettic.us/2010/09/13/codeigniter-form-validation-mix-rule/comment-page-1/#comment-3642</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Mon, 26 Sep 2011 16:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=489#comment-3642</guid>
		<description>That&#039;s awesome Todd. Thanks for commenting and letting me know. Always glad to pass something useful (hopefully) on to others. As others have contributed a lot and helped me.</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome Todd. Thanks for commenting and letting me know. Always glad to pass something useful (hopefully) on to others. As others have contributed a lot and helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging PHP on a Mac with XDebug, Firefox and Netbeans by Brett</title>
		<link>http://brettic.us/2009/11/07/developing-php-on-a-mac-with-netbeans/comment-page-1/#comment-3641</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Mon, 26 Sep 2011 16:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=202#comment-3641</guid>
		<description>Thanks Rafael! I would love top use Coda but I&#039;m a bit too cheap to pay for anything that I can get for free. Thanks for your encouraging comments. Hope the tutorial helped.

VirtualHostsX is great, but again, not willing to pay for it. Once I installed it (to try it out) I pretty much had to start over with my customized MAMP stack. So be ware. :)</description>
		<content:encoded><![CDATA[<p>Thanks Rafael! I would love top use Coda but I&#8217;m a bit too cheap to pay for anything that I can get for free. Thanks for your encouraging comments. Hope the tutorial helped.</p>
<p>VirtualHostsX is great, but again, not willing to pay for it. Once I installed it (to try it out) I pretty much had to start over with my customized MAMP stack. So be ware. <img src='http://brettic.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter Form Validation: How to allow inline and config rules simultaneously by Todd</title>
		<link>http://brettic.us/2010/09/13/codeigniter-form-validation-mix-rule/comment-page-1/#comment-3631</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Sun, 25 Sep 2011 18:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=489#comment-3631</guid>
		<description>Great snippet, just what I was looking for.

Thanks!</description>
		<content:encoded><![CDATA[<p>Great snippet, just what I was looking for.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging PHP on a Mac with XDebug, Firefox and Netbeans by Rafael V. de Oliveira</title>
		<link>http://brettic.us/2009/11/07/developing-php-on-a-mac-with-netbeans/comment-page-1/#comment-3082</link>
		<dc:creator>Rafael V. de Oliveira</dc:creator>
		<pubDate>Thu, 21 Jul 2011 10:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://brettic.us/?p=202#comment-3082</guid>
		<description>Great article and screencast too. Your voice is ok, at least to me. As I&#039;m not english native speaker, i didn&#039;t see nothing stranger or annoying in your voice :P

Just to know.
You can use VirtualHostsX on Mac to create virtual hosts (surprise).

It&#039;s a very simple app that does what you teach in the Part 3.
Of course, what you said is correct. It&#039;s just my 2cents :)

Netbeans it&#039;s a great tool for developer. But, to me, it&#039;s a little heavy. I always need to check the website on Internet Explorer, so Netbeans + Dreamweaver + Photoshop + Windows XP (on Virtualbox) my 4gb are too little :(
Today I&#039;m using Coda + Photoshop + Windows XP (sometimes Windows 7 to test on IE9). And I&#039;m happy with that. Sometimes I need to go back to Dreamweaver, it&#039;s a ninja tool to create forms (inputs, labels, etc..) and tables. Just TAB and I have a new row :P

Regards
(sorry for my comment has nothing about Debugging)</description>
		<content:encoded><![CDATA[<p>Great article and screencast too. Your voice is ok, at least to me. As I&#8217;m not english native speaker, i didn&#8217;t see nothing stranger or annoying in your voice <img src='http://brettic.us/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Just to know.<br />
You can use VirtualHostsX on Mac to create virtual hosts (surprise).</p>
<p>It&#8217;s a very simple app that does what you teach in the Part 3.<br />
Of course, what you said is correct. It&#8217;s just my 2cents <img src='http://brettic.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Netbeans it&#8217;s a great tool for developer. But, to me, it&#8217;s a little heavy. I always need to check the website on Internet Explorer, so Netbeans + Dreamweaver + Photoshop + Windows XP (on Virtualbox) my 4gb are too little <img src='http://brettic.us/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Today I&#8217;m using Coda + Photoshop + Windows XP (sometimes Windows 7 to test on IE9). And I&#8217;m happy with that. Sometimes I need to go back to Dreamweaver, it&#8217;s a ninja tool to create forms (inputs, labels, etc..) and tables. Just TAB and I have a new row <img src='http://brettic.us/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Regards<br />
(sorry for my comment has nothing about Debugging)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 5/23 queries in 0.198 seconds using memcached

Served from: brettic.us @ 2012-02-05 04:53:41 -->
