<?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: Manage JavaScript and CSS includes within Zend Framework application</title>
	<atom:link href="/2010/02/10/manage-javascript-and-css-includes-within-zend-framework-application/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/02/10/manage-javascript-and-css-includes-within-zend-framework-application/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: jpadron</title>
		<link>/2010/02/10/manage-javascript-and-css-includes-within-zend-framework-application/comment-page-1/#comment-12520</link>
		<dc:creator><![CDATA[jpadron]]></dc:creator>
		<pubDate>Sun, 07 Mar 2010 01:11:17 +0000</pubDate>
		<guid isPermaLink="false">/?p=1052#comment-12520</guid>
		<description><![CDATA[Hi, with this helper you can put wherever you want the script tag. You define in your layout where you want to print it, in the header section o before the closing body tag. Maybe the helper&#039;s name is misunderstood, headerscript doesn&#039;t mean that, obligatory, it has to be in the header section.]]></description>
		<content:encoded><![CDATA[<p>Hi, with this helper you can put wherever you want the script tag. You define in your layout where you want to print it, in the header section o before the closing body tag. Maybe the helper&#8217;s name is misunderstood, headerscript doesn&#8217;t mean that, obligatory, it has to be in the header section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Savage</title>
		<link>/2010/02/10/manage-javascript-and-css-includes-within-zend-framework-application/comment-page-1/#comment-12402</link>
		<dc:creator><![CDATA[Edward Savage]]></dc:creator>
		<pubDate>Mon, 15 Feb 2010 16:10:36 +0000</pubDate>
		<guid isPermaLink="false">/?p=1052#comment-12402</guid>
		<description><![CDATA[A filter on your form mangled my code.]]></description>
		<content:encoded><![CDATA[<p>A filter on your form mangled my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Savage</title>
		<link>/2010/02/10/manage-javascript-and-css-includes-within-zend-framework-application/comment-page-1/#comment-12401</link>
		<dc:creator><![CDATA[Edward Savage]]></dc:creator>
		<pubDate>Mon, 15 Feb 2010 16:06:24 +0000</pubDate>
		<guid isPermaLink="false">/?p=1052#comment-12401</guid>
		<description><![CDATA[There is another view helper for inline scripts that I use for placing my scripts right before the  tag:

inlineScript()-&#062;appendFile($this-&#062;baseUrl(&#039;/media/js/global.js&#039;)) ?&#062;

Then, in the layout:

inlineScript(); ?&#062;]]></description>
		<content:encoded><![CDATA[<p>There is another view helper for inline scripts that I use for placing my scripts right before the  tag:</p>
<p>inlineScript()-&gt;appendFile($this-&gt;baseUrl(&#8216;/media/js/global.js&#8217;)) ?&gt;</p>
<p>Then, in the layout:</p>
<p>inlineScript(); ?&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
