<?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 Karl Katzke</title>
	<atom:link href="http://www.karlkatzke.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karlkatzke.com</link>
	<description>PHP, Puppies, and other Geekery</description>
	<lastBuildDate>Mon, 01 Mar 2010 20:00:35 +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 OS X Development Editors: 2009 Edition by Kilian</title>
		<link>http://www.karlkatzke.com/os-x-development-editors-2009-edition/comment-page-1/#comment-1719</link>
		<dc:creator>Kilian</dc:creator>
		<pubDate>Mon, 01 Mar 2010 20:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=379#comment-1719</guid>
		<description>@tim from first post: Thanks a lot! I&#039;ve increased the xmx and it&#039;s lightning fast..</description>
		<content:encoded><![CDATA[<p>@tim from first post: Thanks a lot! I&#8217;ve increased the xmx and it&#8217;s lightning fast..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wordpress 2.5, Google Reader&#8217;s RSS Feeds, and MagpieRSS by djw</title>
		<link>http://www.karlkatzke.com/wordpress-25-google-readers-rss-feeds-and-magpierss/comment-page-1/#comment-1713</link>
		<dc:creator>djw</dc:creator>
		<pubDate>Mon, 08 Feb 2010 01:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/wordpress-25-google-readers-rss-feeds-and-magpierss/#comment-1713</guid>
		<description>Thank you thank you thank you. *whew*</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you. *whew*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your First Zend Framework Application: Day Three by zeetarian</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1712</link>
		<dc:creator>zeetarian</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1712</guid>
		<description>Hy Friends,

I am new to ZF, but I m bit confused in ZF and ZF CE, I am not able to get its functinoning, I wannaa a complete small applicatino configured, like applicatino that have only simple login , logout and add user functionality in ZF so I can have a view abot the structure and other things, I have installed Zend CE and its browsing OK, but I couldnt find the ZF hirerarchy of Directories, tutorial here talking about.

Can anyone please help me in this regard for sending a small app.

Regards,</description>
		<content:encoded><![CDATA[<p>Hy Friends,</p>
<p>I am new to ZF, but I m bit confused in ZF and ZF CE, I am not able to get its functinoning, I wannaa a complete small applicatino configured, like applicatino that have only simple login , logout and add user functionality in ZF so I can have a view abot the structure and other things, I have installed Zend CE and its browsing OK, but I couldnt find the ZF hirerarchy of Directories, tutorial here talking about.</p>
<p>Can anyone please help me in this regard for sending a small app.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear Packagecon Dev Team, by LesPaul</title>
		<link>http://www.karlkatzke.com/dear-packagecon-dev-team/comment-page-1/#comment-1711</link>
		<dc:creator>LesPaul</dc:creator>
		<pubDate>Thu, 07 Jan 2010 11:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=168#comment-1711</guid>
		<description>In Fedora 9 I removed PK instantly. In 10 I did. On a new machine I decided to install 12 and to give PK a chance. Again I have to decide to get rid of it. Why? Als normal user autenticicating als root PK could not resolve dependancies. Als root user it does not operate. yum -y install xxx did the trick...
Of cource there could be a suggestion never to work as root in a graphical envirionment, but I think everyone has to be free to deceide for himself and not to be forced by a computerprogram (which is programmed by people who have to make that programs work instead of worring if people are using their program as root!)</description>
		<content:encoded><![CDATA[<p>In Fedora 9 I removed PK instantly. In 10 I did. On a new machine I decided to install 12 and to give PK a chance. Again I have to decide to get rid of it. Why? Als normal user autenticicating als root PK could not resolve dependancies. Als root user it does not operate. yum -y install xxx did the trick&#8230;<br />
Of cource there could be a suggestion never to work as root in a graphical envirionment, but I think everyone has to be free to deceide for himself and not to be forced by a computerprogram (which is programmed by people who have to make that programs work instead of worring if people are using their program as root!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Your First Zend Framework Application: Day Three by thankhuong</title>
		<link>http://www.karlkatzke.com/your-first-zend-framework-application-day-thre/comment-page-1/#comment-1704</link>
		<dc:creator>thankhuong</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=118#comment-1704</guid>
		<description>Hi all,
In function
public function indexAction() {
  $this-&gt;initView(); // Initialize the view object for this module
  $user = new Users(); // Users Table Object. 
  $rowset = $user-&gt;select(); // Created a default &#039;select all&#039; query
  $list_of_users = array();
  foreach($rowset as $row) {
    $list_of_users[] = $row-&gt;id;
  }
  $this-&gt;view-&gt;userlist = join($list_of_users,&#039;, &#039;); // Concatenate the list of users and make it available to the view. 
}
 I cannot new Users(). please help me!

thanks,</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
In function<br />
public function indexAction() {<br />
  $this-&gt;initView(); // Initialize the view object for this module<br />
  $user = new Users(); // Users Table Object.<br />
  $rowset = $user-&gt;select(); // Created a default &#8217;select all&#8217; query<br />
  $list_of_users = array();<br />
  foreach($rowset as $row) {<br />
    $list_of_users[] = $row-&gt;id;<br />
  }<br />
  $this-&gt;view-&gt;userlist = join($list_of_users,&#8217;, &#8216;); // Concatenate the list of users and make it available to the view.<br />
}<br />
 I cannot new Users(). please help me!</p>
<p>thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XenD fails to start due to xml error by Ted</title>
		<link>http://www.karlkatzke.com/xend-fails-to-start-due-to-xml-error/comment-page-1/#comment-1703</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Mon, 02 Nov 2009 18:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=458#comment-1703</guid>
		<description>Thanks! For some reason had this error, but the xen log files failed me this time.</description>
		<content:encoded><![CDATA[<p>Thanks! For some reason had this error, but the xen log files failed me this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X Development Editors: 2009 Edition by Magnus von Bromsen</title>
		<link>http://www.karlkatzke.com/os-x-development-editors-2009-edition/comment-page-1/#comment-1696</link>
		<dc:creator>Magnus von Bromsen</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=379#comment-1696</guid>
		<description>Hi Karl

Are you still using Coda for ZF projects?

I&#039;m in the same position as many of you here above: wants a editor with project-wide autocompletion but just can&#039;t stand the Java based one.

I just don&#039;t understand why Panic or MacRabbit can&#039;t do &quot;The Ultimate PHP IDE for Mac&quot;?</description>
		<content:encoded><![CDATA[<p>Hi Karl</p>
<p>Are you still using Coda for ZF projects?</p>
<p>I&#8217;m in the same position as many of you here above: wants a editor with project-wide autocompletion but just can&#8217;t stand the Java based one.</p>
<p>I just don&#8217;t understand why Panic or MacRabbit can&#8217;t do &#8220;The Ultimate PHP IDE for Mac&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting and Resolving LAMP Stack Problems &#8211; Scheduled Downtime by Tim Fountain</title>
		<link>http://www.karlkatzke.com/detecting-and-resolving-lamp-stack-problems-scheduled-downtime/comment-page-1/#comment-1691</link>
		<dc:creator>Tim Fountain</dc:creator>
		<pubDate>Fri, 16 Oct 2009 15:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=536#comment-1691</guid>
		<description>I&#039;m curious about your reasons for switching to InnoDB. Isn&#039;t MyISAM faster unless the application is write-heavy? Or are there some things that Drupal is doing that makes InnoDB more suitable?</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious about your reasons for switching to InnoDB. Isn&#8217;t MyISAM faster unless the application is write-heavy? Or are there some things that Drupal is doing that makes InnoDB more suitable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting and Resolving LAMP Stack Performance Problems by Detecting and Resolving LAMP Stack Problems &#8211; Scheduled Downtime &#187; Karl Katzke &#124; PHP, Puppies, and other Geekery</title>
		<link>http://www.karlkatzke.com/detecting-and-resolving-lamp-stack-performance-problems/comment-page-1/#comment-1689</link>
		<dc:creator>Detecting and Resolving LAMP Stack Problems &#8211; Scheduled Downtime &#187; Karl Katzke &#124; PHP, Puppies, and other Geekery</dc:creator>
		<pubDate>Thu, 15 Oct 2009 04:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=534#comment-1689</guid>
		<description>[...] the last issue of my current consulting saga, Detecting and Resolving LAMP Stack Performance Problems, we talked about a Drupal site that was being brought offline every few hours due to poor tuning of [...]</description>
		<content:encoded><![CDATA[<p>[...] the last issue of my current consulting saga, Detecting and Resolving LAMP Stack Performance Problems, we talked about a Drupal site that was being brought offline every few hours due to poor tuning of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sun/Oracle OpenWorld &amp; Flash Storage by Joerg M.</title>
		<link>http://www.karlkatzke.com/sunoracle-openworld-flash-storage/comment-page-1/#comment-1688</link>
		<dc:creator>Joerg M.</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlkatzke.com/?p=532#comment-1688</guid>
		<description>Because it&#039;s old news ... had an article about F20 in my blog almost a month ago: http://www.c0t0d0s0.org/archives/5939-Aura.html</description>
		<content:encoded><![CDATA[<p>Because it&#8217;s old news &#8230; had an article about F20 in my blog almost a month ago: <a href="http://www.c0t0d0s0.org/archives/5939-Aura.html" rel="nofollow">http://www.c0t0d0s0.org/archives/5939-Aura.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
