<?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: PHP Conf Lon Live [1]</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/02/10/php-conf-lon-live-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/02/10/php-conf-lon-live-1/</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: akrabat</title>
		<link>http://www.sitepoint.com/blogs/2006/02/10/php-conf-lon-live-1/comment-page-1/#comment-13816</link>
		<dc:creator>akrabat</dc:creator>
		<pubDate>Fri, 10 Feb 2006 20:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1410#comment-13816</guid>
		<description>Just got back from the conference and thought it was excellent. The social last night was good too - makes me wish I lived in London!

I was going to comment more, but decided to put my thoughts as a post on my &lt;a href=&quot;http://www.akrabat.com/2006/02/10/php-uk-conference-2006/&quot; rel=&quot;nofollow&quot;&gt;blog&lt;/a&gt; instead as it got a bit long...</description>
		<content:encoded><![CDATA[<p>Just got back from the conference and thought it was excellent. The social last night was good too &#8211; makes me wish I lived in London!</p>
<p>I was going to comment more, but decided to put my thoughts as a post on my <a href="http://www.akrabat.com/2006/02/10/php-uk-conference-2006/" rel="nofollow">blog</a> instead as it got a bit long&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo Jansch</title>
		<link>http://www.sitepoint.com/blogs/2006/02/10/php-conf-lon-live-1/comment-page-1/#comment-13791</link>
		<dc:creator>Ivo Jansch</dc:creator>
		<pubDate>Fri, 10 Feb 2006 13:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1410#comment-13791</guid>
		<description>I&#039;m enjoying the conf so far. Pavel&#039;s talk contained some eye openers, it was very interesting, despite the microphone problems. As for Derick&#039;s talk, to be honest, I&#039;m a bit dissapointed about what ezComponents is. Will blog about that later, I just thought it would be more of a framework than a set of components. I want to have a chat with Derick about it, hope he has some time to spare.

Looking forward to your Ajax talk.</description>
		<content:encoded><![CDATA[<p>I&#8217;m enjoying the conf so far. Pavel&#8217;s talk contained some eye openers, it was very interesting, despite the microphone problems. As for Derick&#8217;s talk, to be honest, I&#8217;m a bit dissapointed about what ezComponents is. Will blog about that later, I just thought it would be more of a framework than a set of components. I want to have a chat with Derick about it, hope he has some time to spare.</p>
<p>Looking forward to your Ajax talk.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: HarryF</title>
		<link>http://www.sitepoint.com/blogs/2006/02/10/php-conf-lon-live-1/comment-page-1/#comment-13790</link>
		<dc:creator>HarryF</dc:creator>
		<pubDate>Fri, 10 Feb 2006 13:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1410#comment-13790</guid>
		<description>OK - not going to create extra blog entries for each talk. &lt;a href=&quot;http://www.phpconference.co.uk/2006/talks/pico/dependency_injection_-_pawel_kozlowski.html&quot; rel=&quot;nofollow&quot;&gt;Pavel&#039;s&lt;/a&gt; talk was interesting. Not going to try to explain dependendancy injection right now but the PHP implementation of Picocontainer looks good - as in it&#039;s well suited to PHP and what makes PHP special. It&#039;s also used on a large code base in a web portal in Poland.</description>
		<content:encoded><![CDATA[<p>OK &#8211; not going to create extra blog entries for each talk. <a href="http://www.phpconference.co.uk/2006/talks/pico/dependency_injection_-_pawel_kozlowski.html" rel="nofollow">Pavel&#8217;s</a> talk was interesting. Not going to try to explain dependendancy injection right now but the PHP implementation of Picocontainer looks good &#8211; as in it&#8217;s well suited to PHP and what makes PHP special. It&#8217;s also used on a large code base in a web portal in Poland.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: HarryF</title>
		<link>http://www.sitepoint.com/blogs/2006/02/10/php-conf-lon-live-1/comment-page-1/#comment-13785</link>
		<dc:creator>HarryF</dc:creator>
		<pubDate>Fri, 10 Feb 2006 11:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1410#comment-13785</guid>
		<description>Update / notes on ez components. Basically it&#039;s in the same kind of league as PEAR packages - a collection of useful libraries for common stuff.

Probably the two most useful parts, that everyone could agree on is their mail sender (which handles &#039;harder to implement&#039; stuff like encoding headers and charsets) and their image library, which provides an independent API to stuff like GD and imagemagick and makes it very easy to do powerful &quot;stuff&quot; with images, like a transform that converts color to black an white.

There&#039;s a bunch of other cool stuff but may have less broad appeal (e.g. there&#039;s a template engine in there)</description>
		<content:encoded><![CDATA[<p>Update / notes on ez components. Basically it&#8217;s in the same kind of league as PEAR packages &#8211; a collection of useful libraries for common stuff.</p>
<p>Probably the two most useful parts, that everyone could agree on is their mail sender (which handles &#8216;harder to implement&#8217; stuff like encoding headers and charsets) and their image library, which provides an independent API to stuff like GD and imagemagick and makes it very easy to do powerful &#8220;stuff&#8221; with images, like a transform that converts color to black an white.</p>
<p>There&#8217;s a bunch of other cool stuff but may have less broad appeal (e.g. there&#8217;s a template engine in there)</p>]]></content:encoded>
	</item>
</channel>
</rss>
