<?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 For Work And Play</title>
	<atom:link href="http://andrewwoods.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewwoods.net/blog</link>
	<description>Musings, Insights, and Ramblings of a Seattle Web Developer</description>
	<lastBuildDate>Sun, 24 Jan 2010 14:31:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Build Your Portfolio With CodeIgniter by David Coe</title>
		<link>http://andrewwoods.net/blog/2009/06/10/build-your-portfolio-with-codeigniter/comment-page-1/#comment-626</link>
		<dc:creator>David Coe</dc:creator>
		<pubDate>Sun, 24 Jan 2010 14:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=233#comment-626</guid>
		<description>Thank you for publishing this. It&#039;s given me a very useful and different insight into CodeIgniter.

As a total beginner to the subject I found a couple of parts of your tutorial confusing and missing. Hopefully a couple of amendments will help other beginners on their way.

(1) You ask to save the first file as Main.php. I found when doing this the file wasn&#039;t found. Dropping the capital letter and renaming it to main.php solved this error.

(2) You make no reference to create another view .php file for the detailed client page. A file called &#039;work_client&#039; needs to be created in the &#039;views&#039; directory. This contains the php echo statements.

(3) It&#039;s probably worth noting that foo and bar in the array are the client names. and that to test everything is working they should visit either example.com/index.php/work/client/foo or example.com/index.php/work/client/bar

I know some of this is elementary but this makes the tutorial appeal to a wider demographic.

Good work on the tutorial. I found it very useful...</description>
		<content:encoded><![CDATA[<p>Thank you for publishing this. It&#8217;s given me a very useful and different insight into CodeIgniter.</p>
<p>As a total beginner to the subject I found a couple of parts of your tutorial confusing and missing. Hopefully a couple of amendments will help other beginners on their way.</p>
<p>(1) You ask to save the first file as Main.php. I found when doing this the file wasn&#8217;t found. Dropping the capital letter and renaming it to main.php solved this error.</p>
<p>(2) You make no reference to create another view .php file for the detailed client page. A file called &#8216;work_client&#8217; needs to be created in the &#8216;views&#8217; directory. This contains the php echo statements.</p>
<p>(3) It&#8217;s probably worth noting that foo and bar in the array are the client names. and that to test everything is working they should visit either example.com/index.php/work/client/foo or example.com/index.php/work/client/bar</p>
<p>I know some of this is elementary but this makes the tutorial appeal to a wider demographic.</p>
<p>Good work on the tutorial. I found it very useful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build Your Portfolio With CodeIgniter by David Coe</title>
		<link>http://andrewwoods.net/blog/2009/06/10/build-your-portfolio-with-codeigniter/comment-page-1/#comment-625</link>
		<dc:creator>David Coe</dc:creator>
		<pubDate>Sun, 24 Jan 2010 14:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=233#comment-625</guid>
		<description>Thank you for publishing this. It&#039;s given me a very useful and different insight into CodeIgniter.

As a total beginner to the subject I found a couple of parts of your tutorial confusing and missing. Hopefully a couple of amendments will help other beginners on their way.

(1) You ask to save the first file as Main.php. I found when doing this the file wasn&#039;t found. Dropping the capital letter and renaming it to main.php solved this error.

(2) You make no reference to create another view .php file for the detailed client page. A file called &#039;work_client&#039; needs to be created in the &#039;views&#039; directory. This contains the php echo statements.

(3) It&#039;s probably worth noting that foo and bar in the array are the client names. and that to test everything is working they should visit either example.com/index.php/work/client/foo or example.com/index.php/work/client/bar

I know some of this is elementary but this makes the tutorial appeal to a wider demographic.

Good work on the tutorial. I found it very useful.</description>
		<content:encoded><![CDATA[<p>Thank you for publishing this. It&#8217;s given me a very useful and different insight into CodeIgniter.</p>
<p>As a total beginner to the subject I found a couple of parts of your tutorial confusing and missing. Hopefully a couple of amendments will help other beginners on their way.</p>
<p>(1) You ask to save the first file as Main.php. I found when doing this the file wasn&#8217;t found. Dropping the capital letter and renaming it to main.php solved this error.</p>
<p>(2) You make no reference to create another view .php file for the detailed client page. A file called &#8216;work_client&#8217; needs to be created in the &#8216;views&#8217; directory. This contains the php echo statements.</p>
<p>(3) It&#8217;s probably worth noting that foo and bar in the array are the client names. and that to test everything is working they should visit either example.com/index.php/work/client/foo or example.com/index.php/work/client/bar</p>
<p>I know some of this is elementary but this makes the tutorial appeal to a wider demographic.</p>
<p>Good work on the tutorial. I found it very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build Your Portfolio With CodeIgniter by Nick Yeoman</title>
		<link>http://andrewwoods.net/blog/2009/06/10/build-your-portfolio-with-codeigniter/comment-page-1/#comment-623</link>
		<dc:creator>Nick Yeoman</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=233#comment-623</guid>
		<description>You forgot the most important part that differentiates CI to other frameworks: documentation!</description>
		<content:encoded><![CDATA[<p>You forgot the most important part that differentiates CI to other frameworks: documentation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge Yourself by joey</title>
		<link>http://andrewwoods.net/blog/2009/11/01/challenge-yourself/comment-page-1/#comment-622</link>
		<dc:creator>joey</dc:creator>
		<pubDate>Thu, 19 Nov 2009 05:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=396#comment-622</guid>
		<description>I agree with Bruce, but I know it&#039;s hard. In fact, I know because I did this challenge myself years ago! I think I was middle school or maybe high school. I lasted about 3 months and did it for no particular reason. I just wanted to see if I could do it.

The rules I abided by was no added sugars or artificial sugars. I happen to not like fruit juice, so I didn&#039;t need to worry about that. Might I suggest instead of drinking your fruit, eat it! It will totally satiate your sweet tooth and it&#039;s better than drinking all that sugar.

Though I did this challenge well over 10 years ago, I still benefit from it. I don&#039;t crave sugar anymore. Seriously. I used to have a killer sweet tooth. It&#039;s crazy. I commend you for doing this. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>I agree with Bruce, but I know it&#8217;s hard. In fact, I know because I did this challenge myself years ago! I think I was middle school or maybe high school. I lasted about 3 months and did it for no particular reason. I just wanted to see if I could do it.</p>
<p>The rules I abided by was no added sugars or artificial sugars. I happen to not like fruit juice, so I didn&#8217;t need to worry about that. Might I suggest instead of drinking your fruit, eat it! It will totally satiate your sweet tooth and it&#8217;s better than drinking all that sugar.</p>
<p>Though I did this challenge well over 10 years ago, I still benefit from it. I don&#8217;t crave sugar anymore. Seriously. I used to have a killer sweet tooth. It&#8217;s crazy. I commend you for doing this. Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Challenge Yourself by Bruce P. Henry</title>
		<link>http://andrewwoods.net/blog/2009/11/01/challenge-yourself/comment-page-1/#comment-621</link>
		<dc:creator>Bruce P. Henry</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=396#comment-621</guid>
		<description>You should cut the lemonade and fruit juice too. They both have a lot of sugar (fructose is particularly bad). Try to keep that insulin from spiking and you&#039;ll lose fat a lot faster. It&#039;s not just about processed sugar, but all sugar (and things that convert QUICKLY to sugar). 

Awesome challenge though. Good luck!</description>
		<content:encoded><![CDATA[<p>You should cut the lemonade and fruit juice too. They both have a lot of sugar (fructose is particularly bad). Try to keep that insulin from spiking and you&#8217;ll lose fat a lot faster. It&#8217;s not just about processed sugar, but all sugar (and things that convert QUICKLY to sugar). </p>
<p>Awesome challenge though. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build Your Portfolio With CodeIgniter by drew</title>
		<link>http://andrewwoods.net/blog/2009/06/10/build-your-portfolio-with-codeigniter/comment-page-1/#comment-620</link>
		<dc:creator>drew</dc:creator>
		<pubDate>Sat, 24 Oct 2009 01:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=233#comment-620</guid>
		<description>Nice work, most tutorials seem to push a programatic approach as opposed to a functional one - thinking about it from the view or presentation side as opposed to &quot;this is a controller, this is a model, this is a view&quot; and getting lost.</description>
		<content:encoded><![CDATA[<p>Nice work, most tutorials seem to push a programatic approach as opposed to a functional one &#8211; thinking about it from the view or presentation side as opposed to &#8220;this is a controller, this is a model, this is a view&#8221; and getting lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Build Your Portfolio With CodeIgniter by Montana Flynn</title>
		<link>http://andrewwoods.net/blog/2009/06/10/build-your-portfolio-with-codeigniter/comment-page-1/#comment-615</link>
		<dc:creator>Montana Flynn</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=233#comment-615</guid>
		<description>I  am  in the process of trying to put together my online portfolio with CodeIgnitor.   Definitely a new way of thinking for a designer like me.   Great tutorial, thanks!</description>
		<content:encoded><![CDATA[<p>I  am  in the process of trying to put together my online portfolio with CodeIgnitor.   Definitely a new way of thinking for a designer like me.   Great tutorial, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Karaoke and the Tour by Jess</title>
		<link>http://andrewwoods.net/blog/2009/06/14/karaoke-and-the-tour/comment-page-1/#comment-613</link>
		<dc:creator>Jess</dc:creator>
		<pubDate>Mon, 15 Jun 2009 14:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=272#comment-613</guid>
		<description>I started to take interest back in karaoke with the help of some good karaoke websites. I like using the karaoke channel, think their link is www.online.thekaraokechannel.com . After I master a couple of songs, then I know I am confident enough to hit the karaoke bars ;)</description>
		<content:encoded><![CDATA[<p>I started to take interest back in karaoke with the help of some good karaoke websites. I like using the karaoke channel, think their link is <a href="http://www.online.thekaraokechannel.com" rel="nofollow">http://www.online.thekaraokechannel.com</a> . After I master a couple of songs, then I know I am confident enough to hit the karaoke bars <img src='http://andrewwoods.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Barcamp Seattle 2009 Schedule by Andrew Woods</title>
		<link>http://andrewwoods.net/blog/2009/06/11/barcamp-seattle-2009-schedule/comment-page-1/#comment-612</link>
		<dc:creator>Andrew Woods</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=263#comment-612</guid>
		<description>@Cassie LOL, it wasn&#039;t supposed to be. That was a &quot;click-ographical&quot; error and it has been fixed :) Thank you.</description>
		<content:encoded><![CDATA[<p>@Cassie LOL, it wasn&#8217;t supposed to be. That was a &#8220;click-ographical&#8221; error and it has been fixed <img src='http://andrewwoods.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Barcamp Seattle 2009 Schedule by Cassie Wallender</title>
		<link>http://andrewwoods.net/blog/2009/06/11/barcamp-seattle-2009-schedule/comment-page-1/#comment-611</link>
		<dc:creator>Cassie Wallender</dc:creator>
		<pubDate>Fri, 12 Jun 2009 06:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://andrewwoods.net/blog/?p=263#comment-611</guid>
		<description>The real question is, why is this post filed under &quot;Fitness&quot;?</description>
		<content:encoded><![CDATA[<p>The real question is, why is this post filed under &#8220;Fitness&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
