<?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 Tommy Lacroix</title>
	<atom:link href="http://www.tommylacroix.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommylacroix.com</link>
	<description>Personal Blog</description>
	<lastBuildDate>Wed, 21 Oct 2009 21:44:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHP Design Pattern: Building a Tree by Brantone</title>
		<link>http://www.tommylacroix.com/2008/09/10/php-design-pattern-building-a-tree/comment-page-1/#comment-5738</link>
		<dc:creator>Brantone</dc:creator>
		<pubDate>Wed, 21 Oct 2009 21:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=89#comment-5738</guid>
		<description>Doesn&#039;t seem to act properly under PHP 5.1.6., whereas under 5.2.6 it functions as expected just that the older version only returns the parents in some cases, and the first parent and a couple children ... depending on what order the inputted list is.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to act properly under PHP 5.1.6., whereas under 5.2.6 it functions as expected just that the older version only returns the parents in some cases, and the first parent and a couple children &#8230; depending on what order the inputted list is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP based MP4/F4V meta data reader by Luc Pettett</title>
		<link>http://www.tommylacroix.com/2009/06/11/mp4-and-f4v-php-flash-video-meta-data-reader/comment-page-1/#comment-5621</link>
		<dc:creator>Luc Pettett</dc:creator>
		<pubDate>Wed, 14 Oct 2009 23:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=124#comment-5621</guid>
		<description>Wow - We needed this for our Horse Racing Melbourne Cup site.  It&#039;s worked!  We have calculated the length of videos we are supplied with and display them online.  Very nice</description>
		<content:encoded><![CDATA[<p>Wow &#8211; We needed this for our Horse Racing Melbourne Cup site.  It&#8217;s worked!  We have calculated the length of videos we are supplied with and display them online.  Very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter 1.6.x OpenID module by Jeroen</title>
		<link>http://www.tommylacroix.com/2008/06/25/codeigniter-16x-openid-module/comment-page-1/#comment-4626</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Wed, 05 Aug 2009 05:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=61#comment-4626</guid>
		<description>After spending the whole day looking for why this didn&#039;t work on my machine I figured out that in the file libraries/ciopenid.php, in the function [code]pre_system_hook()[code], the call to [code]$this-&gt;OpenIDConsumer-&gt;complete[/code] needs an attribute called current_url.

This value should be equal to the value openid_return_to which is returned by the OpenId server.

I hacked it as follows:

[code]
$return_url = $_GET[&#039;openid_return_to&#039;];

// Save response
$this-&gt;response = $this-&gt;OpenIDConsumer-&gt;complete($return_url);
[/code]</description>
		<content:encoded><![CDATA[<p>After spending the whole day looking for why this didn&#8217;t work on my machine I figured out that in the file libraries/ciopenid.php, in the function [code]pre_system_hook()[code], the call to [code]$this-&gt;OpenIDConsumer-&gt;complete[/code] needs an attribute called current_url.</p>
<p>This value should be equal to the value openid_return_to which is returned by the OpenId server.</p>
<p>I hacked it as follows:</p>
<p>[code]<br />
$return_url = $_GET['openid_return_to'];</p>
<p>// Save response<br />
$this-&gt;response = $this-&gt;OpenIDConsumer-&gt;complete($return_url);<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP based MP4/F4V meta data reader by oxygen</title>
		<link>http://www.tommylacroix.com/2009/06/11/mp4-and-f4v-php-flash-video-meta-data-reader/comment-page-1/#comment-3453</link>
		<dc:creator>oxygen</dc:creator>
		<pubDate>Wed, 24 Jun 2009 16:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=124#comment-3453</guid>
		<description>haven&#039;t even opened the url and I already love you:)
for FLV I could do it myself, but for mp4, I have been looking everywhere:) and this is PHP too!:)

great work!</description>
		<content:encoded><![CDATA[<p>haven&#8217;t even opened the url and I already love you:)<br />
for FLV I could do it myself, but for mp4, I have been looking everywhere:) and this is PHP too!:)</p>
<p>great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP based MP4/F4V meta data reader by Samuele</title>
		<link>http://www.tommylacroix.com/2009/06/11/mp4-and-f4v-php-flash-video-meta-data-reader/comment-page-1/#comment-3059</link>
		<dc:creator>Samuele</dc:creator>
		<pubDate>Sun, 14 Jun 2009 00:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=124#comment-3059</guid>
		<description>Cool, it works extraordinarily well !! 
Incredible! I tested it with my video maked with my nokia n93i (h264 but incompatible with flash mp4 format video) that I was renamed from .mp4 to .f4v and putted it inside &quot;TestFiles&quot; directory. It extract all informations ! 
..and another incredible thing is that flash movie player cannot able to play that video! :-)</description>
		<content:encoded><![CDATA[<p>Cool, it works extraordinarily well !!<br />
Incredible! I tested it with my video maked with my nokia n93i (h264 but incompatible with flash mp4 format video) that I was renamed from .mp4 to .f4v and putted it inside &#8220;TestFiles&#8221; directory. It extract all informations !<br />
..and another incredible thing is that flash movie player cannot able to play that video! <img src='http://www.tommylacroix.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP based FLV meta and cue points reader/writer by tlacroix</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-2990</link>
		<dc:creator>tlacroix</dc:creator>
		<pubDate>Thu, 11 Jun 2009 20:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-2990</guid>
		<description>This issue has been fixed, and the project has been moved to Google Code at http://code.google.com/p/php-flvinfo/</description>
		<content:encoded><![CDATA[<p>This issue has been fixed, and the project has been moved to Google Code at <a href="http://code.google.com/p/php-flvinfo/" rel="nofollow">http://code.google.com/p/php-flvinfo/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP based FLV meta and cue points reader/writer by Samuele</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-2654</link>
		<dc:creator>Samuele</dc:creator>
		<pubDate>Wed, 27 May 2009 08:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-2654</guid>
		<description>One of my .flv video file throw this error:

Fatal error:  Uncaught exception &#039;Exception&#039; with message &#039;Unhandled AMF type: Date (0B)&#039; in C:\wamp\www\test\amf0parser.php:185
Stack trace:
#0 C:\wamp\www\test\amf0parser.php(319): AMF0Parser-&gt;readPacket()
#1 C:\wamp\www\test\amf0parser.php(368): AMF0Parser-&gt;readObject()
#2 C:\wamp\www\test\amf0parser.php(176): AMF0Parser-&gt;readMixedArray()
#3 C:\wamp\www\test\amf0parser.php(137): AMF0Parser-&gt;readPacket()
#4 C:\wamp\www\test\flvinfo2.php(276): AMF0Parser-&gt;readAllPackets(&#039;???onMetaData??...&#039;)
#5 C:\wamp\www\test\example1.php(7): Flvinfo2-&gt;getInfo(&#039;example.flv&#039;, true, true)
#6 {main}
  thrown in C:\wamp\www\test\amf0parser.php on line 185

my code is a simpler:
getInfo(&#039;example.flv&#039;,true,true);
var_export($info);

?&gt;

I also checked with ultraedit the header of my flv file and it is correct, it start with FLV</description>
		<content:encoded><![CDATA[<p>One of my .flv video file throw this error:</p>
<p>Fatal error:  Uncaught exception &#8216;Exception&#8217; with message &#8216;Unhandled AMF type: Date (0B)&#8217; in C:\wamp\www\test\amf0parser.php:185<br />
Stack trace:<br />
#0 C:\wamp\www\test\amf0parser.php(319): AMF0Parser-&gt;readPacket()<br />
#1 C:\wamp\www\test\amf0parser.php(368): AMF0Parser-&gt;readObject()<br />
#2 C:\wamp\www\test\amf0parser.php(176): AMF0Parser-&gt;readMixedArray()<br />
#3 C:\wamp\www\test\amf0parser.php(137): AMF0Parser-&gt;readPacket()<br />
#4 C:\wamp\www\test\flvinfo2.php(276): AMF0Parser-&gt;readAllPackets(&#8217;???onMetaData??&#8230;&#8217;)<br />
#5 C:\wamp\www\test\example1.php(7): Flvinfo2-&gt;getInfo(&#8217;example.flv&#8217;, true, true)<br />
#6 {main}<br />
  thrown in C:\wamp\www\test\amf0parser.php on line 185</p>
<p>my code is a simpler:<br />
getInfo(&#8217;example.flv&#8217;,true,true);<br />
var_export($info);</p>
<p>?&gt;</p>
<p>I also checked with ultraedit the header of my flv file and it is correct, it start with FLV</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP based FLV meta and cue points reader/writer by Samuele</title>
		<link>http://www.tommylacroix.com/2008/07/04/a-php-tool-to-modify-an-flv-meta-and-cuepoints-on-the-fly/comment-page-1/#comment-2629</link>
		<dc:creator>Samuele</dc:creator>
		<pubDate>Tue, 26 May 2009 17:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=63#comment-2629</guid>
		<description>Very nice work !
Wich version of LGPL license?
I hope version 2 becouse version 3 is too restrictive</description>
		<content:encoded><![CDATA[<p>Very nice work !<br />
Wich version of LGPL license?<br />
I hope version 2 becouse version 3 is too restrictive</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rapid development PHP framework CodeIgniter by Simon</title>
		<link>http://www.tommylacroix.com/2008/02/23/codeigniter-overview/comment-page-1/#comment-1499</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 12 Apr 2009 23:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/2008/02/23/codeigniter-overview/#comment-1499</guid>
		<description>For strict PHP 5 OOP you should have a look at Kohana (a CI fork kohanaphp.com).
Cheers</description>
		<content:encoded><![CDATA[<p>For strict PHP 5 OOP you should have a look at Kohana (a CI fork kohanaphp.com).<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Design Pattern: Building a Tree by Jez</title>
		<link>http://www.tommylacroix.com/2008/09/10/php-design-pattern-building-a-tree/comment-page-1/#comment-1079</link>
		<dc:creator>Jez</dc:creator>
		<pubDate>Tue, 17 Mar 2009 13:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tommylacroix.com/?p=89#comment-1079</guid>
		<description>Wow, this was perfect, I was having to resolve this myself by resorting to recursive techniques when I stumbled upon this whilst trying to figure out how to code without the recursion. Many thanks!
Google search terms used: &#039;php build array parent children&#039;</description>
		<content:encoded><![CDATA[<p>Wow, this was perfect, I was having to resolve this myself by resorting to recursive techniques when I stumbled upon this whilst trying to figure out how to code without the recursion. Many thanks!<br />
Google search terms used: &#8216;php build array parent children&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
