<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for LoadStr - A Loadsys Blog</title>
	<link>http://blog.loadsys.com</link>
	<description>A Web Development Company Specializing In Standard-Based Web Design and the CakePHP Framework.</description>
	<pubDate>Wed, 17 Mar 2010 05:43:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on CakePHP jQuery Ajax Helper (Easy Scriptaculous Replacement) by Apadoca</title>
		<link>http://blog.loadsys.com/2009/05/01/cakephp-jquery-ajax-helper-easy-scriptaculous-replacement/#comment-12035</link>
		<dc:creator>Apadoca</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:32:16 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/05/01/cakephp-jquery-ajax-helper-easy-scriptaculous-replacement/#comment-12035</guid>
		<description>On the Chrome problem for XML, for me worked:
[code]
$options['beforeSend'] = "request.setRequestHeader('X-Update', '{$update}'); request.setRequestHeader( 'Content-type', 'text/plain');";
[/code];</description>
		<content:encoded><![CDATA[<p>On the Chrome problem for XML, for me worked:<br />
[code]<br />
$options[&#8217;beforeSend&#8217;] = &#8220;request.setRequestHeader(&#8217;X-Update&#8217;, &#8216;{$update}&#8217;); request.setRequestHeader( &#8216;Content-type&#8217;, &#8216;text/plain&#8217;);&#8221;;<br />
[/code];</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO for CakePHP Websites by elcartel852</title>
		<link>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-11858</link>
		<dc:creator>elcartel852</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:08:15 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/10/seo-for-cakephp-websites/#comment-11858</guid>
		<description>por favor desbloquer rakion</description>
		<content:encoded><![CDATA[<p>por favor desbloquer rakion</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Social Networking Plugin by William</title>
		<link>http://blog.loadsys.com/2009/10/26/cakephp-social-networking-plugin/#comment-11798</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:14:03 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/10/26/cakephp-social-networking-plugin/#comment-11798</guid>
		<description>did plug in support iframe with session, i'm creating facebook iframe apps with cakephp, but stuck in php session. any suggest will be helpful</description>
		<content:encoded><![CDATA[<p>did plug in support iframe with session, i&#8217;m creating facebook iframe apps with cakephp, but stuck in php session. any suggest will be helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP jQuery Ajax Helper (Easy Scriptaculous Replacement) by Julien</title>
		<link>http://blog.loadsys.com/2009/05/01/cakephp-jquery-ajax-helper-easy-scriptaculous-replacement/#comment-11645</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:33:57 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/05/01/cakephp-jquery-ajax-helper-easy-scriptaculous-replacement/#comment-11645</guid>
		<description>On the Chrome problem for XML, for me worked:
[code]
$options['beforeSend'] = "request.setRequestHeader('X-Update', '{$update}'); request.setRequestHeader( 'Content-type', 'text/plain');";
[/code]</description>
		<content:encoded><![CDATA[<p>On the Chrome problem for XML, for me worked:<br />
[code]<br />
$options[&#8217;beforeSend&#8217;] = &#8220;request.setRequestHeader(&#8217;X-Update&#8217;, &#8216;{$update}&#8217;); request.setRequestHeader( &#8216;Content-type&#8217;, &#8216;text/plain&#8217;);&#8221;;<br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RSS Feed Datasource by Richard Willis-Owen</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-11360</link>
		<dc:creator>Richard Willis-Owen</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:51:14 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-11360</guid>
		<description>I've figured out how to make it sortable - see my blog post at http://www.willis-owen.co.uk/wp/?p=81</description>
		<content:encoded><![CDATA[<p>I&#8217;ve figured out how to make it sortable - see my blog post at <a href="http://www.willis-owen.co.uk/wp/?p=81" rel="nofollow">http://www.willis-owen.co.uk/wp/?p=81</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP RSS Feed Datasource by Richard Willis-Owen</title>
		<link>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-11345</link>
		<dc:creator>Richard Willis-Owen</dc:creator>
		<pubDate>Thu, 11 Feb 2010 13:15:20 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/06/19/cakephp-rss-feed-datasource/#comment-11345</guid>
		<description>Have you any suggestions on making this sortable via the paginator helper functions in the view e.g. $paginator-&#62;sort().

Currently it looks like the only way to sort is to hardcode it in the controller.</description>
		<content:encoded><![CDATA[<p>Have you any suggestions on making this sortable via the paginator helper functions in the view e.g. $paginator-&gt;sort().</p>
<p>Currently it looks like the only way to sort is to hardcode it in the controller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multi-tasking from the Unix shell (vim and mysql cli users, crowd around) by ohcibi</title>
		<link>http://blog.loadsys.com/2008/12/18/multi-tasking-from-the-unix-shell-vim-and-mysql-cli-users-crowd-around/#comment-11336</link>
		<dc:creator>ohcibi</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:24:08 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/12/18/multi-tasking-from-the-unix-shell-vim-and-mysql-cli-users-crowd-around/#comment-11336</guid>
		<description>Vim is able to display multible tabs. Just try :tabnew :tabnext and :tabprev for example

Also if you need on shell with an open vim session and another shell with something else you really should open just two sessions of putty (as I would open another terminal in *nix). Your OS is already able to do multitasking so just do it.</description>
		<content:encoded><![CDATA[<p>Vim is able to display multible tabs. Just try :tabnew :tabnext and :tabprev for example</p>
<p>Also if you need on shell with an open vim session and another shell with something else you really should open just two sessions of putty (as I would open another terminal in *nix). Your OS is already able to do multitasking so just do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Social Networking Plugin by Brent</title>
		<link>http://blog.loadsys.com/2009/10/26/cakephp-social-networking-plugin/#comment-11189</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:23:47 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/10/26/cakephp-social-networking-plugin/#comment-11189</guid>
		<description>This looks great, I'm give it a shot :)</description>
		<content:encoded><![CDATA[<p>This looks great, I&#8217;m give it a shot <img src='http://blog.loadsys.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP 1.2 - Tuning the ACL via MySQL by Florian</title>
		<link>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-10991</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Wed, 27 Jan 2010 07:42:43 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-10991</guid>
		<description>Boy, that saved me a good 3500 milisecons...</description>
		<content:encoded><![CDATA[<p>Boy, that saved me a good 3500 milisecons&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP jQuery Ajax Helper (Easy Scriptaculous Replacement) by Степан</title>
		<link>http://blog.loadsys.com/2009/05/01/cakephp-jquery-ajax-helper-easy-scriptaculous-replacement/#comment-10751</link>
		<dc:creator>Степан</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:29:22 +0000</pubDate>
		<guid>http://blog.loadsys.com/2009/05/01/cakephp-jquery-ajax-helper-easy-scriptaculous-replacement/#comment-10751</guid>
		<description>Удачи вам! Я думаю у вас все получится :)</description>
		<content:encoded><![CDATA[<p>Удачи вам! Я думаю у вас все получится <img src='http://blog.loadsys.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
