<?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 on: Pretty Blue Screen</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sat, 07 Nov 2009 23:35:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jorrit Schippers</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-721335</link>
		<dc:creator>Jorrit Schippers</dc:creator>
		<pubDate>Tue, 13 May 2008 09:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-721335</guid>
		<description>The images are down</description>
		<content:encoded><![CDATA[<p>The images are down</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pfitz</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-425027</link>
		<dc:creator>pfitz</dc:creator>
		<pubDate>Thu, 25 Oct 2007 00:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-425027</guid>
		<description>Thnk harry, this is coming in quote handy.  As for the Zend Framework, I&#039;m using a lot of it *not the MVC parts just yet*, and its goign very well.</description>
		<content:encoded><![CDATA[<p>Thnk harry, this is coming in quote handy.  As for the Zend Framework, I&#8217;m using a lot of it *not the MVC parts just yet*, and its goign very well.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-66626</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Tue, 10 Oct 2006 21:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-66626</guid>
		<description>Very nice.  This pretty blue screen&#039;s popularity leads me to ask, would you like to contribute it to the Zend Framework?  We have an easy contribution process :)</description>
		<content:encoded><![CDATA[<p>Very nice.  This pretty blue screen&#8217;s popularity leads me to ask, would you like to contribute it to the Zend Framework?  We have an easy contribution process :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: melitonas</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-57141</link>
		<dc:creator>melitonas</dc:creator>
		<pubDate>Wed, 20 Sep 2006 09:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-57141</guid>
		<description>Will this Custom error handler be called regardless of the silencing operator &quot;@&quot; ?????</description>
		<content:encoded><![CDATA[<p>Will this Custom error handler be called regardless of the silencing operator &#8220;@&#8221; ?????</p>]]></content:encoded>
	</item>
	<item>
		<title>By: antiHERO</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-27188</link>
		<dc:creator>antiHERO</dc:creator>
		<pubDate>Sun, 28 May 2006 11:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-27188</guid>
		<description>well, i basically did the same thing on my one, but i implemented the &lt;a href=&quot;http://www.php.net/highlight_file&quot; rel=&quot;nofollow&quot;&gt;highlight_file&lt;/a&gt; function, so that you have syntax highlighting in your code snippet

btw. you should change line 208 from:
$end = $start + 10;
to something like
$end = count($lines) &gt; $start+10 ? $start+10 : count($lines);</description>
		<content:encoded><![CDATA[<p>well, i basically did the same thing on my one, but i implemented the <a href="http://www.php.net/highlight_file" rel="nofollow">highlight_file</a> function, so that you have syntax highlighting in your code snippet</p>
<p>btw. you should change line 208 from:<br />
$end = $start + 10;<br />
to something like<br />
$end = count($lines) &gt; $start+10 ? $start+10 : count($lines);</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ahmed saad</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-19309</link>
		<dc:creator>ahmed saad</dc:creator>
		<pubDate>Tue, 25 Apr 2006 11:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-19309</guid>
		<description>&lt;blockquote&gt;There lies the hardest part of implementing that—”sending” to the client.&lt;/blockquote&gt;

what about a Symfony-style little &quot;debug&quot; box on the upper right corner?</description>
		<content:encoded><![CDATA[<blockquote><p>There lies the hardest part of implementing that—”sending” to the client.</p></blockquote>
<p>what about a Symfony-style little &#8220;debug&#8221; box on the upper right corner?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-18847</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Fri, 21 Apr 2006 20:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-18847</guid>
		<description>Marco, you should have a look at the ezComponent translation component. It is pretty easy to integrate with the zend framework.</description>
		<content:encoded><![CDATA[<p>Marco, you should have a look at the ezComponent translation component. It is pretty easy to integrate with the zend framework.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-17194</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 06 Apr 2006 15:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-17194</guid>
		<description>Hope someone will contribute some i18n stuff to Zend framework, it&#039;s really a mandatory feature for me</description>
		<content:encoded><![CDATA[<p>Hope someone will contribute some i18n stuff to Zend framework, it&#8217;s really a mandatory feature for me</p>]]></content:encoded>
	</item>
	<item>
		<title>By: HarryF</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-17144</link>
		<dc:creator>HarryF</dc:creator>
		<pubDate>Thu, 06 Apr 2006 07:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-17144</guid>
		<description>&lt;blockquote&gt;
Oops, just found the listing. The javascript that does the numbering is a little slow on my system. Slow enough for FF to ask to continue … which I kept aborting.
&lt;/blockquote&gt;

Have tried re-producing this - on my system only get the same effect if I have a call stack of 500+ function calls (used a recursive function to simulate).

It&#039;s possible to fix this by moving the &quot;hideAll&quot; functionality from window.onload into the CSS itself, at the cost of requiring clients to have Javascript enabled (perhaps not a problem given this is meant for developers).</description>
		<content:encoded><![CDATA[<blockquote><p>
Oops, just found the listing. The javascript that does the numbering is a little slow on my system. Slow enough for FF to ask to continue … which I kept aborting.
</p></blockquote>
<p>Have tried re-producing this &#8211; on my system only get the same effect if I have a call stack of 500+ function calls (used a recursive function to simulate).</p>
<p>It&#8217;s possible to fix this by moving the &#8220;hideAll&#8221; functionality from window.onload into the CSS itself, at the cost of requiring clients to have Javascript enabled (perhaps not a problem given this is meant for developers).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: coffee_ninja</title>
		<link>http://www.sitepoint.com/blogs/2006/04/04/pretty-blue-screen/comment-page-1/#comment-17090</link>
		<dc:creator>coffee_ninja</dc:creator>
		<pubDate>Wed, 05 Apr 2006 16:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1500#comment-17090</guid>
		<description>&lt;blockquote&gt;Me: And if you wanted to get really fancy you could catch the exception in PHP and convert it to a Javascript exception object using a JSON library, to be sent to the client...&lt;/blockquote&gt;

&lt;blockquote&gt;HarryF: There lies the hardest part of implementing that—”sending” to the client.&lt;/blockquote&gt;

Very true Harry, very true.  Damn that stateless protocol!  Of course since exceptions are thrown as output is being generated, one might find a method of generating output of the JavaScript variety that redirects the Exceptions to a separate view.  Naturally I&#039;m saying this as someone who has absolutely no idea how to implement the idea :)</description>
		<content:encoded><![CDATA[<blockquote><p>Me: And if you wanted to get really fancy you could catch the exception in PHP and convert it to a Javascript exception object using a JSON library, to be sent to the client&#8230;</p></blockquote>
<blockquote><p>HarryF: There lies the hardest part of implementing that—”sending” to the client.</p></blockquote>
<p>Very true Harry, very true.  Damn that stateless protocol!  Of course since exceptions are thrown as output is being generated, one might find a method of generating output of the JavaScript variety that redirects the Exceptions to a separate view.  Naturally I&#8217;m saying this as someone who has absolutely no idea how to implement the idea :)</p>]]></content:encoded>
	</item>
</channel>
</rss>
