<?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: Slow Speeds and Speeding up Concrete5 5.4</title>
	<atom:link href="http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/</link>
	<description>Web development, design, travel and language learning.</description>
	<lastBuildDate>Fri, 24 Feb 2012 08:25:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: defunct</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-357</link>
		<dc:creator>defunct</dc:creator>
		<pubDate>Sun, 13 Feb 2011 16:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-357</guid>
		<description>Have a look it converted what you wrote as well, that&#039;s normal for wordpress.

Anyway the pastie link is there for a plain text cut and paste.</description>
		<content:encoded><![CDATA[<p>Have a look it converted what you wrote as well, that&#8217;s normal for wordpress.</p>
<p>Anyway the pastie link is there for a plain text cut and paste.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-356</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Sun, 13 Feb 2011 16:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-356</guid>
		<description>Mmm I see this blog engine changes the quotes so they all look the same. What you need is two ordinary straight quotes ( &lt;code&gt; &#039;&#039; &lt;/code&gt;) , not open quote, close quote.</description>
		<content:encoded><![CDATA[<p>Mmm I see this blog engine changes the quotes so they all look the same. What you need is two ordinary straight quotes ( <code> &#039;&#039; </code>) , not open quote, close quote.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: defunct</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-355</link>
		<dc:creator>defunct</dc:creator>
		<pubDate>Sun, 13 Feb 2011 16:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-355</guid>
		<description>@Rodney I added a cut and paste link that goes to here since wordpress is butchering my code formatting: http://pastie.org/1437404</description>
		<content:encoded><![CDATA[<p>@Rodney I added a cut and paste link that goes to here since wordpress is butchering my code formatting: <a href="http://pastie.org/1437404" rel="nofollow">http://pastie.org/1437404</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-354</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Sun, 13 Feb 2011 16:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-354</guid>
		<description>In the examples above be careful of the difference between the quotes used eg:
1. $this-&gt;addHeaderItem($html-&gt;css(‘ccm.base.css’), ‘CORE’);
2. $this-&gt;addHeaderItem($html-&gt;css(&#039;ccm.base.css&#039;), &#039;CORE&#039;);
In line 1, the quote characters are ‘xxxxx’ and in line 2 the quote characters are &#039;xxxxx&#039;.
If you look VERY closely there is a difference. In the line 1, the ‘’ quotes are accepted by php on an Apache host but they fail in php on a shared windows IIS host.
So if your site editing (tinyMCE) gets broken on Windows IIS after using this patch, just change the quote characters.</description>
		<content:encoded><![CDATA[<p>In the examples above be careful of the difference between the quotes used eg:<br />
1. $this-&gt;addHeaderItem($html-&gt;css(‘ccm.base.css’), ‘CORE’);<br />
2. $this-&gt;addHeaderItem($html-&gt;css(&#8216;ccm.base.css&#8217;), &#8216;CORE&#8217;);<br />
In line 1, the quote characters are ‘xxxxx’ and in line 2 the quote characters are &#8216;xxxxx&#8217;.<br />
If you look VERY closely there is a difference. In the line 1, the ‘’ quotes are accepted by php on an Apache host but they fail in php on a shared windows IIS host.<br />
So if your site editing (tinyMCE) gets broken on Windows IIS after using this patch, just change the quote characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-325</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Wed, 26 Jan 2011 14:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-325</guid>
		<description>I was having trouble with Godaddy.com server loading a client&#039;s website slow.
This code really helped a lot.

You also kinda killed the need to purchase they CDN add-on.
Saved me some money.

Thanks for tut.</description>
		<content:encoded><![CDATA[<p>I was having trouble with Godaddy.com server loading a client&#8217;s website slow.<br />
This code really helped a lot.</p>
<p>You also kinda killed the need to purchase they CDN add-on.<br />
Saved me some money.</p>
<p>Thanks for tut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RiotAJ</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-291</link>
		<dc:creator>RiotAJ</dc:creator>
		<pubDate>Fri, 07 Jan 2011 23:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-291</guid>
		<description>Use this link to get the correct code from my above comment:

http://pastie.org/1438763

This will enable you to use the CDN in conjunction with &quot;Layouts&quot; in C5. That said, Defunct&#039;s code will work if you don&#039;t use layouts at all.</description>
		<content:encoded><![CDATA[<p>Use this link to get the correct code from my above comment:</p>
<p><a href="http://pastie.org/1438763" rel="nofollow">http://pastie.org/1438763</a></p>
<p>This will enable you to use the CDN in conjunction with &#8220;Layouts&#8221; in C5. That said, Defunct&#8217;s code will work if you don&#8217;t use layouts at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: defunct</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-289</link>
		<dc:creator>defunct</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-289</guid>
		<description>hrmm it&#039;s filtering the script tag out in the comment. Now I see the problem. It&#039;s certainly written different at the top and should work. The problem you&#039;re having is probably wordpress is converting the double quotes. 

Here this should work for you: http://pastie.org/1437404</description>
		<content:encoded><![CDATA[<p>hrmm it&#8217;s filtering the script tag out in the comment. Now I see the problem. It&#8217;s certainly written different at the top and should work. The problem you&#8217;re having is probably wordpress is converting the double quotes. </p>
<p>Here this should work for you: <a href="http://pastie.org/1437404" rel="nofollow">http://pastie.org/1437404</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: defunct</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-288</link>
		<dc:creator>defunct</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-288</guid>
		<description>@Omar

No it&#039;s not...read it again

&lt;code&gt;
if ($u-&gt;isRegistered()) {
$this-&gt;addHeaderItem($html-&gt;css(‘ccm.base.css’), ‘CORE’);
$this-&gt;addHeaderItem($html-&gt;javascript(‘jquery.js’), ‘CORE’);
$this-&gt;addHeaderItem($html-&gt;javascript(‘ccm.base.js’), ‘CORE’);
} else {
echo ‘&lt;script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”&gt;&lt;/script&gt;’;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Omar</p>
<p>No it&#8217;s not&#8230;read it again</p>
<p><code><br />
if ($u->isRegistered()) {<br />
$this->addHeaderItem($html->css(‘ccm.base.css’), ‘CORE’);<br />
$this->addHeaderItem($html->javascript(‘jquery.js’), ‘CORE’);<br />
$this->addHeaderItem($html->javascript(‘ccm.base.js’), ‘CORE’);<br />
} else {<br />
echo ‘<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js”></script>’;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-287</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-287</guid>
		<description>that how is written the code above!</description>
		<content:encoded><![CDATA[<p>that how is written the code above!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: defunct</title>
		<link>http://defunctlife.com/2010/05/slow-speeds-and-speeding-up-concrete5-5-4/comment-page-1/#comment-286</link>
		<dc:creator>defunct</dc:creator>
		<pubDate>Fri, 07 Jan 2011 13:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://defunctlife.com/?p=140#comment-286</guid>
		<description>@Omar

That&#039;s not my code, why are you echoing nothing?

if you just want to hide the concrete5 jquery/css you don&#039;t need the else statement.</description>
		<content:encoded><![CDATA[<p>@Omar</p>
<p>That&#8217;s not my code, why are you echoing nothing?</p>
<p>if you just want to hide the concrete5 jquery/css you don&#8217;t need the else statement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

