<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments for marcus welz</title>
	<atom:link href="http://marcuswelz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcuswelz.com</link>
	<description>working hard at avoiding to write code</description>
	<lastBuildDate>Sun, 05 Sep 2010 07:17:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Short URLs with Zend Framework by Zend Framework News &#187; Blog Archive &#187; Kurze URLs mit dem Zend Framework</title>
		<link>http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/comment-page-1/#comment-5496</link>
		<dc:creator>Zend Framework News &#187; Blog Archive &#187; Kurze URLs mit dem Zend Framework</dc:creator>
		<pubDate>Sun, 05 Sep 2010 07:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://marcuswelz.com/?p=728#comment-5496</guid>
		<description>[...] http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/" rel="nofollow">http://marcuswelz.com/2010/09/02/short-urls-with-zend-framework/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Coding by Convention by marcus</title>
		<link>http://marcuswelz.com/2009/08/06/zend-framework-coding-by-convention/comment-page-1/#comment-5464</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Thu, 19 Aug 2010 01:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://metaversedeveloper.com/?p=502#comment-5464</guid>
		<description>Indeed, thanks!</description>
		<content:encoded><![CDATA[<p>Indeed, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework: Coding by Convention by kg</title>
		<link>http://marcuswelz.com/2009/08/06/zend-framework-coding-by-convention/comment-page-1/#comment-5404</link>
		<dc:creator>kg</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://metaversedeveloper.com/?p=502#comment-5404</guid>
		<description>is_method($this, $method) should be method_exists($this, method)...</description>
		<content:encoded><![CDATA[<p>is_method($this, $method) should be method_exists($this, method)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dirty Rows and Audit Trails with Zend_Db_Table by Edward Sonny Savag</title>
		<link>http://marcuswelz.com/2008/09/27/dirty-rows-and-audit-trails-with-zend_db_table/comment-page-1/#comment-5379</link>
		<dc:creator>Edward Sonny Savag</dc:creator>
		<pubDate>Wed, 14 Jul 2010 14:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://marcuswelz.com/?p=222#comment-5379</guid>
		<description>I love this solution.  It&#039;s clean, simple, and powerful.</description>
		<content:encoded><![CDATA[<p>I love this solution.  It's clean, simple, and powerful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging web sites with the BlackBerry Simulator by PraveenG</title>
		<link>http://marcuswelz.com/2008/07/17/debugging-web-sites-with-the-blackberry-simulator/comment-page-1/#comment-2857</link>
		<dc:creator>PraveenG</dc:creator>
		<pubDate>Wed, 08 Jul 2009 13:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://marcuswelz.com/?p=132#comment-2857</guid>
		<description>Hi, am working with blcakberry.. 
my task is very simple it is i need to create a html page and need to display it in the blackberry simulator.. please suggest me where and how to start.. as soon as possible</description>
		<content:encoded><![CDATA[<p>Hi, am working with blcakberry..<br />
my task is very simple it is i need to create a html page and need to display it in the blackberry simulator.. please suggest me where and how to start.. as soon as possible</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging in users via Zend_Auth without Sessions in PHP / Zend Framework by marcus</title>
		<link>http://marcuswelz.com/2009/01/03/logging-in-users-via-zend_auth-without-sessions-in-php-zend-framework/comment-page-1/#comment-1439</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Wed, 06 May 2009 00:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://metaversedeveloper.com/?p=274#comment-1439</guid>
		<description>Thanks for pointing that out, Cliff, I appreciate it. I&#039;ve updated the code.

As one might imagine, the base64 encoding was an untested last-minute change that I am not using in my production code because of the overhead.

Keeping the identity (say, just a username) in clear text also allows for some neat features, such as the ability to read it out via Javascript and update otherwise static HTML with a seemingly dynamic header. I&#039;ll save that for another post.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out, Cliff, I appreciate it. I've updated the code.</p>
<p>As one might imagine, the base64 encoding was an untested last-minute change that I am not using in my production code because of the overhead.</p>
<p>Keeping the identity (say, just a username) in clear text also allows for some neat features, such as the ability to read it out via Javascript and update otherwise static HTML with a seemingly dynamic header. I'll save that for another post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logging in users via Zend_Auth without Sessions in PHP / Zend Framework by Cliff</title>
		<link>http://marcuswelz.com/2009/01/03/logging-in-users-via-zend_auth-without-sessions-in-php-zend-framework/comment-page-1/#comment-1224</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://metaversedeveloper.com/?p=274#comment-1224</guid>
		<description>Just a heads up.

In line 189 (writing the cookie): you base64_encode() the $contents _after_ you&#039;ve created the MD5 hash.

In line 166 (reading the cookie): you don&#039;t base64_decode() the $contents before performing the MD5 to compare against the checksum held in the cookie.

Line 166-167 should be:
if (md5(base64_decode($contents) . $now . $this-&gt;_secret) == $checksum) {
    $this-&gt;_cached = $contents;
}

~ Cliff</description>
		<content:encoded><![CDATA[<p>Just a heads up.</p>
<p>In line 189 (writing the cookie): you base64_encode() the $contents _after_ you've created the MD5 hash.</p>
<p>In line 166 (reading the cookie): you don't base64_decode() the $contents before performing the MD5 to compare against the checksum held in the cookie.</p>
<p>Line 166-167 should be:<br />
if (md5(base64_decode($contents) . $now . $this-&gt;_secret) == $checksum) {<br />
    $this-&gt;_cached = $contents;<br />
}</p>
<p>~ Cliff</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework 1.6 RC2 and FirePHP by marcus</title>
		<link>http://marcuswelz.com/2008/08/25/zend-framework-16-rc2-and-firephp/comment-page-1/#comment-36</link>
		<dc:creator>marcus</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://marcuswelz.com/?p=171#comment-36</guid>
		<description>Thanks for stopping by! And indeed, I didn&#039;t mean to imply that this issue was the sole reason for RC3, although it does sound that way, now that I&#039;m reading it again.

And thank you for FirePHP/Wildfire, it&#039;s become an important part of my tool box.</description>
		<content:encoded><![CDATA[<p>Thanks for stopping by! And indeed, I didn't mean to imply that this issue was the sole reason for RC3, although it does sound that way, now that I'm reading it again.</p>
<p>And thank you for FirePHP/Wildfire, it's become an important part of my tool box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework 1.6 RC2 and FirePHP by Christoph Dorn</title>
		<link>http://marcuswelz.com/2008/08/25/zend-framework-16-rc2-and-firephp/comment-page-1/#comment-30</link>
		<dc:creator>Christoph Dorn</dc:creator>
		<pubDate>Tue, 26 Aug 2008 03:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://marcuswelz.com/?p=171#comment-30</guid>
		<description>Great summary for the chain of events!

Unfortunately the FirePHP fix was delayed a bit because I was unavailable for a while.

I am working with the Firebug team on a closer integration and a co-testing setup for Firebug 1.3 that will allow me to verify the integration between FirePHP and Firebug before new Firebug versions get released. There is also a unit-testing framework planned for 1.3 which should help a lot in preventing issues like this.

Also wanted to note that ZF1.6RC3 was not released just because of FirePHP/Wildfire. There were a dozen other critical fixes that had to make it into 1.6 but it all was great timing and the FirePHP integration did factor into the decision.</description>
		<content:encoded><![CDATA[<p>Great summary for the chain of events!</p>
<p>Unfortunately the FirePHP fix was delayed a bit because I was unavailable for a while.</p>
<p>I am working with the Firebug team on a closer integration and a co-testing setup for Firebug 1.3 that will allow me to verify the integration between FirePHP and Firebug before new Firebug versions get released. There is also a unit-testing framework planned for 1.3 which should help a lot in preventing issues like this.</p>
<p>Also wanted to note that ZF1.6RC3 was not released just because of FirePHP/Wildfire. There were a dozen other critical fixes that had to make it into 1.6 but it all was great timing and the FirePHP integration did factor into the decision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on itsourtree.com - Social Network for Your Whole Family by itsourtree.com Blog</title>
		<link>http://marcuswelz.com/2008/04/20/itsourtreecom-social-network-for-your-whole-family/comment-page-1/#comment-24</link>
		<dc:creator>itsourtree.com Blog</dc:creator>
		<pubDate>Wed, 14 May 2008 16:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://metaversedeveloper.com/?p=66#comment-24</guid>
		<description>[...] his lips! Bert recommends us&#8230; We&#8217;re recommended for educational computing here! Some developers track down their relatives using our site. We help to solve mysteries&#8230; Someone named [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] his lips! Bert recommends us&#8230; We&#8217;re recommended for educational computing here! Some developers track down their relatives using our site. We help to solve mysteries&#8230; Someone named [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
