<?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 Richard Willis-Owen</title>
	<atom:link href="http://www.willis-owen.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willis-owen.co.uk</link>
	<description>PHP MySQL Web Developer</description>
	<lastBuildDate>Wed, 16 Nov 2011 18:40:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on How to link a Flash movie to URL &#8211; tutorial by Andreasz</title>
		<link>http://www.willis-owen.co.uk/2011/05/how-to-link-a-flash-movie-to-url-tutorial/#comment-199</link>
		<dc:creator>Andreasz</dc:creator>
		<pubDate>Wed, 16 Nov 2011 18:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=160#comment-199</guid>
		<description>Finally a tutorial that works. Saved me too, thanks!</description>
		<content:encoded><![CDATA[<p>Finally a tutorial that works. Saved me too, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 2.0 AJAX sortable list that updates to databases by Tihanyi Laszlo</title>
		<link>http://www.willis-owen.co.uk/2011/11/cakephp-ajax-sortable-list-with-updates/#comment-198</link>
		<dc:creator>Tihanyi Laszlo</dc:creator>
		<pubDate>Wed, 16 Nov 2011 12:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=324#comment-198</guid>
		<description>Ooops, it really works now! Thanks! I probably missed something yesterday! But there was surely an error in the ajax response yesterday, as i remember but i missed to copy here but it doesn&#039;t matter now probably it wasn&#039;t connected to your code. Anyway that is a great tutorial for me surely! Have a nice day!</description>
		<content:encoded><![CDATA[<p>Ooops, it really works now! Thanks! I probably missed something yesterday! But there was surely an error in the ajax response yesterday, as i remember but i missed to copy here but it doesn&#8217;t matter now probably it wasn&#8217;t connected to your code. Anyway that is a great tutorial for me surely! Have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 2.0 AJAX sortable list that updates to databases by Richard</title>
		<link>http://www.willis-owen.co.uk/2011/11/cakephp-ajax-sortable-list-with-updates/#comment-197</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 16 Nov 2011 11:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=324#comment-197</guid>
		<description>Hi - Yes, that&#039;s absolutely right.
I&#039;ve just checked my version with Firebug and it is posting the following to the controller:
&lt;code&gt;Category[]=2&amp;Category[]=4&amp;Category[]=1&amp;Category[]=6&amp;Category[]=5&amp;Category[]=3&lt;/code&gt;

However within the controller &lt;code&gt;$this-&gt;data&lt;/code&gt; contains:
&lt;pre&gt;
Array
(
    [Category] =&gt; Array
        (
            [0] =&gt; 2
            [1] =&gt; 4
            [2] =&gt; 1
            [3] =&gt; 6
            [4] =&gt; 5
            [5] =&gt; 3
        )
)
&lt;/pre&gt;
Which is enough to save the new order back to the Model.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; Yes, that&#8217;s absolutely right.<br />
I&#8217;ve just checked my version with Firebug and it is posting the following to the controller:<br />
<code>Category[]=2&#038;Category[]=4&#038;Category[]=1&#038;Category[]=6&#038;Category[]=5&#038;Category[]=3</code></p>
<p>However within the controller <code>$this->data</code> contains:</p>
<pre>
Array
(
    [Category] => Array
        (
            [0] => 2
            [1] => 4
            [2] => 1
            [3] => 6
            [4] => 5
            [5] => 3
        )
)
</pre>
<p>Which is enough to save the new order back to the Model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 2.0 AJAX sortable list that updates to databases by Tihanyi Laszlo</title>
		<link>http://www.willis-owen.co.uk/2011/11/cakephp-ajax-sortable-list-with-updates/#comment-196</link>
		<dc:creator>Tihanyi Laszlo</dc:creator>
		<pubDate>Tue, 15 Nov 2011 20:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=324#comment-196</guid>
		<description>Hi, great tutorial, almost works for me. Only problem is the posted parameters in the ajax request(I suggest).
copied from the firebug console:

Parameterek
application/x-www-form-urlencoded
Category[]	1
Category[]	3
Category[]	2
Forras
Category[]=1&amp;Category[]=3&amp;Category[]=2

How can i solve this?
Or what could be the problem, if it is not this.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, great tutorial, almost works for me. Only problem is the posted parameters in the ajax request(I suggest).<br />
copied from the firebug console:</p>
<p>Parameterek<br />
application/x-www-form-urlencoded<br />
Category[]	1<br />
Category[]	3<br />
Category[]	2<br />
Forras<br />
Category[]=1&amp;Category[]=3&amp;Category[]=2</p>
<p>How can i solve this?<br />
Or what could be the problem, if it is not this.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog Tutorial with Fat-Free Framework by PHP Fat-Free Framework &#171; TuxAdmin</title>
		<link>http://www.willis-owen.co.uk/2011/09/blog-tutorial-with-fat-free-framework/#comment-178</link>
		<dc:creator>PHP Fat-Free Framework &#171; TuxAdmin</dc:creator>
		<pubDate>Sun, 06 Nov 2011 13:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=267#comment-178</guid>
		<description>[...] La gestion des base de données est simple et Il n&#8217;y as qu&#8217;a jeter un coup d’œil sur l&#8217;exemple du blog  pour voir toute sa puissance et simplicité. De plus il est extrêmement léger et réactif une [...]</description>
		<content:encoded><![CDATA[<p>[...] La gestion des base de données est simple et Il n&#8217;y as qu&#8217;a jeter un coup d’œil sur l&#8217;exemple du blog  pour voir toute sa puissance et simplicité. De plus il est extrêmement léger et réactif une [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to link a Flash movie to URL &#8211; tutorial by Lisa Ravens</title>
		<link>http://www.willis-owen.co.uk/2011/05/how-to-link-a-flash-movie-to-url-tutorial/#comment-163</link>
		<dc:creator>Lisa Ravens</dc:creator>
		<pubDate>Tue, 01 Nov 2011 17:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=160#comment-163</guid>
		<description>After trawling for hours through five or six tutorials on how to do this (including Adobe&#039;s own help page), I found yours I have completed it in a matter of seconds! Thank you for saving my life... this is totally priceless !!</description>
		<content:encoded><![CDATA[<p>After trawling for hours through five or six tutorials on how to do this (including Adobe&#8217;s own help page), I found yours I have completed it in a matter of seconds! Thank you for saving my life&#8230; this is totally priceless !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog Tutorial with Fat-Free Framework by Michael</title>
		<link>http://www.willis-owen.co.uk/2011/09/blog-tutorial-with-fat-free-framework/#comment-138</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 23 Oct 2011 18:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=267#comment-138</guid>
		<description>Thanks so much for putting this article up... very interesting to see the comparison of the two micro frameworks.

Having both frameworks (f3 and Slim) up on the same machine (vmware mint 11 installation, 2gb, 1 core allotted, phenom 2) I ran apache benchmark (ab) against both of the versions.  

Slim
$ ab -n 10 -c 5 http://localhost/slim-tut/
Requests per second:    0.33 [#/sec] (mean)

Fatfree
$ ab -n 10 -c 5 http://localhost/f3/blog/
Requests per second:    25.45 [#/sec] (mean)

Quite a difference.  

Additionally, f3&#039;s flat file orm (jig) looks quite handy for very lightweight apps not needing a DB .

These days I&#039;m mostly using yii, but for occasions where yii is a bit overkill, i&#039;ll likely have a go with f3.</description>
		<content:encoded><![CDATA[<p>Thanks so much for putting this article up&#8230; very interesting to see the comparison of the two micro frameworks.</p>
<p>Having both frameworks (f3 and Slim) up on the same machine (vmware mint 11 installation, 2gb, 1 core allotted, phenom 2) I ran apache benchmark (ab) against both of the versions.  </p>
<p>Slim<br />
$ ab -n 10 -c 5 <a href="http://localhost/slim-tut/" rel="nofollow">http://localhost/slim-tut/</a><br />
Requests per second:    0.33 [#/sec] (mean)</p>
<p>Fatfree<br />
$ ab -n 10 -c 5 <a href="http://localhost/f3/blog/" rel="nofollow">http://localhost/f3/blog/</a><br />
Requests per second:    25.45 [#/sec] (mean)</p>
<p>Quite a difference.  </p>
<p>Additionally, f3&#8242;s flat file orm (jig) looks quite handy for very lightweight apps not needing a DB .</p>
<p>These days I&#8217;m mostly using yii, but for occasions where yii is a bit overkill, i&#8217;ll likely have a go with f3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog Tutorial with Fat-Free Framework by Jamie</title>
		<link>http://www.willis-owen.co.uk/2011/09/blog-tutorial-with-fat-free-framework/#comment-120</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 13 Oct 2011 17:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=267#comment-120</guid>
		<description>Great tutorial. I actually mentioned a bunch of alternative micro frameworks in my original tutorial copy, which included F3 (I&#039;ve used it before), but it seems to have been cut from the final tutorial. 

From my perspective I prefer to use components I feel are best suited to each particular task, which is why I prefer Paris over Axon and Twig over F3&#039;s solution. But I guess this always come down to personal preference.

Both Twig and Slim have active development cycles, and Twig is a core component of Symfony2, which gives me confidence in using it heavily. Slim also recently added a route mapping feature, which means you can respond to multiple request methods with the same closure, which would have made my tutorial a bit more concise.</description>
		<content:encoded><![CDATA[<p>Great tutorial. I actually mentioned a bunch of alternative micro frameworks in my original tutorial copy, which included F3 (I&#8217;ve used it before), but it seems to have been cut from the final tutorial. </p>
<p>From my perspective I prefer to use components I feel are best suited to each particular task, which is why I prefer Paris over Axon and Twig over F3&#8242;s solution. But I guess this always come down to personal preference.</p>
<p>Both Twig and Slim have active development cycles, and Twig is a core component of Symfony2, which gives me confidence in using it heavily. Slim also recently added a route mapping feature, which means you can respond to multiple request methods with the same closure, which would have made my tutorial a bit more concise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog Tutorial with Fat-Free Framework by Richard</title>
		<link>http://www.willis-owen.co.uk/2011/09/blog-tutorial-with-fat-free-framework/#comment-119</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 13 Oct 2011 15:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=267#comment-119</guid>
		<description>Hi - it is &lt;a href=&quot;http://www.willis-owen.co.uk/wp-content/uploads/2011/09/blog.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.willis-owen.co.uk/wp-content/uploads/2011/09/blog.zip&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi &#8211; it is <a href="http://www.willis-owen.co.uk/wp-content/uploads/2011/09/blog.zip" rel="nofollow">http://www.willis-owen.co.uk/wp-content/uploads/2011/09/blog.zip</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog Tutorial with Fat-Free Framework by Mitali</title>
		<link>http://www.willis-owen.co.uk/2011/09/blog-tutorial-with-fat-free-framework/#comment-116</link>
		<dc:creator>Mitali</dc:creator>
		<pubDate>Fri, 07 Oct 2011 09:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.willis-owen.co.uk/?p=267#comment-116</guid>
		<description>Hey can you please provide download link for this demo project?</description>
		<content:encoded><![CDATA[<p>Hey can you please provide download link for this demo project?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.180 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-12-06 16:44:41 -->
<!-- Compression = gzip -->
