<?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 dom111.co.uk</title>
	<atom:link href="http://www.dom111.co.uk/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dom111.co.uk/blog</link>
	<description>Move along. Nothing to see here.</description>
	<lastBuildDate>Thu, 04 Mar 2010 08:28:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on CakePHP: Components, redirect fail (On my part&#8230;) by John M.</title>
		<link>http://www.dom111.co.uk/blog/coding/cakephp-components-redirect-fail-on-my-part/171/comment-page-1#comment-232</link>
		<dc:creator>John M.</dc:creator>
		<pubDate>Thu, 04 Mar 2010 08:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=171#comment-232</guid>
		<description>Your session counter was very useful for me 
Thanks</description>
		<content:encoded><![CDATA[<p>Your session counter was very useful for me<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: Object Oriented Image Manipulation by dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156/comment-page-1#comment-231</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=156#comment-231</guid>
		<description>Hi Monsur,

I haven&#039;t actually tested the script on PHP4 I&#039;m afraid. I don&#039;t have a PHP4 environment to test it on either...

I assume you&#039;ve changed the majority of function-names accordingly (__construct -&gt; Image, etc) if it still doesn&#039;t work, it&#039;s possible that I&#039;m using features that are PHP5 only... You may be able to pull apart what I&#039;ve done and reconstruct a PHP4 version but since my primary platform is PHP5 i haven&#039;t worked on it...

Sorry about that, I&#039;d be interested if you manage to get the script working in PHP4, you might be able to help someone else out...

Dom</description>
		<content:encoded><![CDATA[<p>Hi Monsur,</p>
<p>I haven&#8217;t actually tested the script on PHP4 I&#8217;m afraid. I don&#8217;t have a PHP4 environment to test it on either&#8230;</p>
<p>I assume you&#8217;ve changed the majority of function-names accordingly (__construct -> Image, etc) if it still doesn&#8217;t work, it&#8217;s possible that I&#8217;m using features that are PHP5 only&#8230; You may be able to pull apart what I&#8217;ve done and reconstruct a PHP4 version but since my primary platform is PHP5 i haven&#8217;t worked on it&#8230;</p>
<p>Sorry about that, I&#8217;d be interested if you manage to get the script working in PHP4, you might be able to help someone else out&#8230;</p>
<p>Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP: Object Oriented Image Manipulation by monsur</title>
		<link>http://www.dom111.co.uk/blog/coding/php-object-oriented-image-manipulation/156/comment-page-1#comment-230</link>
		<dc:creator>monsur</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=156#comment-230</guid>
		<description>Thanks for sharing such script.
I am facing one problem with this class.
This class is not working in php 4.
If I modified this class for php4 removing private, protected and public functions are not working fine.
Have any solutions for this?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing such script.<br />
I am facing one problem with this class.<br />
This class is not working in php 4.<br />
If I modified this class for php4 removing private, protected and public functions are not working fine.<br />
Have any solutions for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Ajaxify &#8211; Update by dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/jquery-ajaxify-update/191/comment-page-1#comment-229</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=191#comment-229</guid>
		<description>Hi Louie,

I had a quick check of the source and it looks like it&#039;s not me, I think it&#039;s Max&#039;s version (http://maxblog.me/ajaxify) which I didn&#039;t know of when I originally made the script (No I didn&#039;t do any market research, I just made it!)

Thanks for commenting!</description>
		<content:encoded><![CDATA[<p>Hi Louie,</p>
<p>I had a quick check of the source and it looks like it&#8217;s not me, I think it&#8217;s Max&#8217;s version (<a href="http://maxblog.me/ajaxify" rel="nofollow">http://maxblog.me/ajaxify</a>) which I didn&#8217;t know of when I originally made the script (No I didn&#8217;t do any market research, I just made it!)</p>
<p>Thanks for commenting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Ajaxify &#8211; Update by Louie</title>
		<link>http://www.dom111.co.uk/blog/coding/jquery-ajaxify-update/191/comment-page-1#comment-228</link>
		<dc:creator>Louie</dc:creator>
		<pubDate>Fri, 12 Feb 2010 11:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=191#comment-228</guid>
		<description>Is this the same plugins used in the weather forecast part of this website : http://www.philjobspot.com

I checked their source and it has an ajaxify plugins but seems a different one, I not sure though.</description>
		<content:encoded><![CDATA[<p>Is this the same plugins used in the weather forecast part of this website : <a href="http://www.philjobspot.com" rel="nofollow">http://www.philjobspot.com</a></p>
<p>I checked their source and it has an ajaxify plugins but seems a different one, I not sure though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on php-log: Process apache log files with PHP by dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/php-log-process-apache-log-files-with-php/49/comment-page-1#comment-227</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Thu, 21 Jan 2010 07:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=49#comment-227</guid>
		<description>Great! I&#039;m glad you think so!

I&#039;m sure it could do with improving in various way, let me know if you have any ideas for improvements :)

Thanks!</description>
		<content:encoded><![CDATA[<p>Great! I&#8217;m glad you think so!</p>
<p>I&#8217;m sure it could do with improving in various way, let me know if you have any ideas for improvements <img src='http://www.dom111.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on php-log: Process apache log files with PHP by Allan Lykke Christensen</title>
		<link>http://www.dom111.co.uk/blog/coding/php-log-process-apache-log-files-with-php/49/comment-page-1#comment-226</link>
		<dc:creator>Allan Lykke Christensen</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=49#comment-226</guid>
		<description>Great API! Very useful!</description>
		<content:encoded><![CDATA[<p>Great API! Very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery addCaptions 0.2 &#8211; Minor update by dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/jquery-addcaptions-0-2-minor-update/139/comment-page-1#comment-224</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Fri, 08 Jan 2010 07:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=139#comment-224</guid>
		<description>Hi Sara,

The styling for the captions is all handled manually, the script only applies markup and classes, so technically yeah it could, if you were to remove the width on the div.caption (or whatever the class you specified is) or set it to auto, and change the styles for the div.caption p.caption-title to include white-space: pre, that should do it for you!

Hope that helps, let me know if you have any issues :)

Dom</description>
		<content:encoded><![CDATA[<p>Hi Sara,</p>
<p>The styling for the captions is all handled manually, the script only applies markup and classes, so technically yeah it could, if you were to remove the width on the div.caption (or whatever the class you specified is) or set it to auto, and change the styles for the div.caption p.caption-title to include white-space: pre, that should do it for you!</p>
<p>Hope that helps, let me know if you have any issues <img src='http://www.dom111.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Dom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery addCaptions 0.2 &#8211; Minor update by Sara</title>
		<link>http://www.dom111.co.uk/blog/coding/jquery-addcaptions-0-2-minor-update/139/comment-page-1#comment-223</link>
		<dc:creator>Sara</dc:creator>
		<pubDate>Fri, 08 Jan 2010 07:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=139#comment-223</guid>
		<description>Hi!

Can addcaptions handle small images with long captions with &quot;white-space:pre,&quot;?

Think of a stamp, they often need a long description.

kind regards
Sara</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Can addcaptions handle small images with long captions with &#8220;white-space:pre,&#8221;?</p>
<p>Think of a stamp, they often need a long description.</p>
<p>kind regards<br />
Sara</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on chunk &#8211; Read a large (XML) file a chunk at a time by dom111</title>
		<link>http://www.dom111.co.uk/blog/coding/chunk-read-a-large-xml-file-a-chunk-at-a-time/99/comment-page-1#comment-222</link>
		<dc:creator>dom111</dc:creator>
		<pubDate>Tue, 29 Dec 2009 11:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dom111.co.uk/blog/?p=99#comment-222</guid>
		<description>Hi there Ben,

I&#039;ll certainly have a play with it and see if it&#039;s something I can resolve quickly, not sure why it would have any impact though...

Thanks for pointing this out!

Dom</description>
		<content:encoded><![CDATA[<p>Hi there Ben,</p>
<p>I&#8217;ll certainly have a play with it and see if it&#8217;s something I can resolve quickly, not sure why it would have any impact though&#8230;</p>
<p>Thanks for pointing this out!</p>
<p>Dom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
