<?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: Autoload your javascript and css in CakePHP</title>
	<atom:link href="http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/</link>
	<description>Technical weblog for articles and titorials related to web development.</description>
	<lastBuildDate>Thu, 04 Mar 2010 22:37:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bee</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-801</link>
		<dc:creator>Bee</dc:creator>
		<pubDate>Wed, 08 Jul 2009 05:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-801</guid>
		<description>now &#039;subscribe&#039; works well. i&#039;m learning cakePhp by myself, thank you for your tips.</description>
		<content:encoded><![CDATA[<p>now &#8217;subscribe&#8217; works well. i&#8217;m learning cakePhp by myself, thank you for your tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-504</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Sat, 27 Dec 2008 09:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-504</guid>
		<description>Jeet, thanks for warning me :) It was from theme code. Now it should be ok.</description>
		<content:encoded><![CDATA[<p>Jeet, thanks for warning me <img src='http://nik.chankov.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It was from theme code. Now it should be ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeet</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-503</link>
		<dc:creator>Jeet</dc:creator>
		<pubDate>Sat, 27 Dec 2008 05:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-503</guid>
		<description>Hey, link on right top &#039;subscribe&#039; image is incorrect. I was trying to subscribe to your posts by email. Now I will stick to google reader :)</description>
		<content:encoded><![CDATA[<p>Hey, link on right top &#8217;subscribe&#8217; image is incorrect. I was trying to subscribe to your posts by email. Now I will stick to google reader <img src='http://nik.chankov.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-493</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Mon, 22 Dec 2008 16:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-493</guid>
		<description>I know the logic for Startup and Shutdown sequence in Unix, but I didn&#039;t understood what did you meant with it. Now I got it. So your proposal is to have order by name of the script. I don&#039;t think it will be hard task and I will definitely implement it. I don&#039;t know how useful it will be, but at least it will help with the case of scriptaculous.

Edit: Juan, I&#039;ve updated the helper, so now it support vendors as well as order too. Thanks for the suggestions</description>
		<content:encoded><![CDATA[<p>I know the logic for Startup and Shutdown sequence in Unix, but I didn&#8217;t understood what did you meant with it. Now I got it. So your proposal is to have order by name of the script. I don&#8217;t think it will be hard task and I will definitely implement it. I don&#8217;t know how useful it will be, but at least it will help with the case of scriptaculous.</p>
<p>Edit: Juan, I&#8217;ve updated the helper, so now it support vendors as well as order too. Thanks for the suggestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Basso</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-492</link>
		<dc:creator>Juan Basso</dc:creator>
		<pubDate>Mon, 22 Dec 2008 15:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-492</guid>
		<description>In linux, you can create scripts to execute in shutdown. If you have 10 scripts to be implemented, but one should be executed before the other, you put in front of the filename the term S (shutdown) followed by 2 numbers indicating the order. If it is not formatted in this way, will run at the end. For example, if you have the scripts S02jquery.plug jquery.subplug and S01jquery, the order will be: S01jquery, S02jquery.plug and finally jquery.subplug. Got it?</description>
		<content:encoded><![CDATA[<p>In linux, you can create scripts to execute in shutdown. If you have 10 scripts to be implemented, but one should be executed before the other, you put in front of the filename the term S (shutdown) followed by 2 numbers indicating the order. If it is not formatted in this way, will run at the end. For example, if you have the scripts S02jquery.plug jquery.subplug and S01jquery, the order will be: S01jquery, S02jquery.plug and finally jquery.subplug. Got it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-491</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Mon, 22 Dec 2008 15:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-491</guid>
		<description>Juan, thanks for clarification. I would definitely try this for vendors. I fact I didn&#039;t know that this working this way, because I never used JS in vendors. :)

I didn&#039;t get your idea about the ordering. What do you mean?</description>
		<content:encoded><![CDATA[<p>Juan, thanks for clarification. I would definitely try this for vendors. I fact I didn&#8217;t know that this working this way, because I never used JS in vendors. <img src='http://nik.chankov.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I didn&#8217;t get your idea about the ordering. What do you mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Basso</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-490</link>
		<dc:creator>Juan Basso</dc:creator>
		<pubDate>Mon, 22 Dec 2008 11:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-490</guid>
		<description>The vendors libs are public too via Cake. For exemple, if your vendors is in /root (with priv of apache) and enter in site/js/lala.js, if no exists apache-www/.../js/lala.js, Cake will try search in vendors path, in this case, /root/vendors/js/lala.js. Understanding?
It&#039;s works for both vendors paths (app vendor and &quot;all&quot; vendors).

Other suggestion is use linux style for order, for exemple, in scripts to shutdown, S01 is executed first, S02, ... if no SXX in name, it go rand in last.</description>
		<content:encoded><![CDATA[<p>The vendors libs are public too via Cake. For exemple, if your vendors is in /root (with priv of apache) and enter in site/js/lala.js, if no exists apache-www/&#8230;/js/lala.js, Cake will try search in vendors path, in this case, /root/vendors/js/lala.js. Understanding?<br />
It&#8217;s works for both vendors paths (app vendor and &#8220;all&#8221; vendors).</p>
<p>Other suggestion is use linux style for order, for exemple, in scripts to shutdown, S01 is executed first, S02, &#8230; if no SXX in name, it go rand in last.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-489</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Mon, 22 Dec 2008 11:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-489</guid>
		<description>Well, it&#039;s true vendor directory is used for this purpose /I never used it for js libs/, but in the optimal case the only visible part of the project should be /app/webroot/, so vendors should be not possible to be accessed. I would suggest to create a link from vendors to js/ and I will modify the helper to walk through it first.

What do you think?</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s true vendor directory is used for this purpose /I never used it for js libs/, but in the optimal case the only visible part of the project should be /app/webroot/, so vendors should be not possible to be accessed. I would suggest to create a link from vendors to js/ and I will modify the helper to walk through it first.</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Basso</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-488</link>
		<dc:creator>Juan Basso</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-488</guid>
		<description>It&#039;s nice! But as suggestion, you can search js/css files in vendors path too. For exemple, for me, jQuery and plugins are 3th and I put this files in vendors files. In webroot/[js/css] have only my scripts.</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice! But as suggestion, you can search js/css files in vendors path too. For exemple, for me, jQuery and plugins are 3th and I put this files in vendors files. In webroot/[js/css] have only my scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free Premium Social Media WordPress Theme: WicketPixie &#187; Wordpress themes marketplace</title>
		<link>http://nik.chankov.net/2008/12/20/autoload-your-javascript-and-css-in-cakephp/comment-page-1/#comment-487</link>
		<dc:creator>Free Premium Social Media WordPress Theme: WicketPixie &#187; Wordpress themes marketplace</dc:creator>
		<pubDate>Mon, 22 Dec 2008 01:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://nik.chankov.net/?p=655#comment-487</guid>
		<description>[...] menus and columns « This page intentionally left ugly3 ways to compress CSS files using PHPAutoload your javascript and css in CakePHP &#124; Blog for web developmentRelated Blogs on randomJust a random pic - White House « GretaWirerandom note « Debayan’s [...]</description>
		<content:encoded><![CDATA[<p>[...] menus and columns « This page intentionally left ugly3 ways to compress CSS files using PHPAutoload your javascript and css in CakePHP | Blog for web developmentRelated Blogs on randomJust a random pic &#8211; White House « GretaWirerandom note « Debayan’s [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
