<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Corey Media - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-1c1ffdb4" type="application/json"/><link>http://coreymedia.disqus.com/</link><description></description><atom:link href="http://coreymedia.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sat, 30 Jul 2011 00:51:39 -0000</lastBuildDate><item><title>Re: NodeJS as a PHP Frontend</title><link>http://coreymedia.com/2011/05/nodejs-as-a-php-frontend/#comment-269171843</link><description>When you do res.end(data) in the on('data', ...) then you're ending the response from Node. When PHP hits the tag it'll stop outputting a response to process the PHP. Because of that, you'll do res.end(...) with just the first portion of the output.&lt;br&gt;&lt;br&gt;I found this out later on, after making this post. You'll need to wait until the 'exit' event is thrown for the process, then you can can call res.end(""); or similar. Then for the 'data' event you'll just use res.write(data).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey Schram</dc:creator><pubDate>Sat, 30 Jul 2011 00:51:39 -0000</pubDate></item><item><title>Re: NodeJS as a PHP Frontend</title><link>http://coreymedia.com/2011/05/nodejs-as-a-php-frontend/#comment-268745033</link><description>Do you know what might cause php to stop streaming output as soon as it hits the  tag?  Using node it will output standard html pages just fine but chokes on the php tag for some reason.  If I pass the page to php directly at the command line, bypassing node, it processes the whole page.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chad Dore</dc:creator><pubDate>Fri, 29 Jul 2011 11:40:24 -0000</pubDate></item><item><title>Re: Modular JavaScript Architecture</title><link>http://coreymedia.com/2010/12/modular-javascript-architecture/#comment-247700017</link><description>Is the purpose of the Core to set up a publish/subscribe object?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Tang</dc:creator><pubDate>Mon, 11 Jul 2011 11:28:00 -0000</pubDate></item><item><title>Re: Modular JavaScript Architecture</title><link>http://coreymedia.com/2010/12/modular-javascript-architecture/#comment-200567079</link><description>Thank you for posting. Now I'm learning Zakas's ideas and this helps to find the best balanced approach for my own web apps.&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex</dc:creator><pubDate>Mon, 09 May 2011 20:46:21 -0000</pubDate></item><item><title>Re: NodeJS as a PHP Frontend</title><link>http://coreymedia.com/2011/05/nodejs-as-a-php-frontend/#comment-198167983</link><description>Very interesting.  Keep up the good work. &lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joshua Swift</dc:creator><pubDate>Fri, 06 May 2011 01:27:06 -0000</pubDate></item><item><title>Re: jQuery Wiggle</title><link>http://coreymedia.com/2011/04/jquery-wiggle/#comment-195009293</link><description>This is the greatest things invented since jQuery.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">imsky</dc:creator><pubDate>Sun, 01 May 2011 00:24:34 -0000</pubDate></item></channel></rss>
