<?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: Using dynamic javascript in Symfony</title>
	<atom:link href="http://www.brain-jek.de/2009/using-dynamic-javascript-in-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brain-jek.de/2009/using-dynamic-javascript-in-symfony/</link>
	<description>randomized bits and well-structured thoughts</description>
	<lastBuildDate>Fri, 29 Jan 2010 15:20:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Cristian Navalici</title>
		<link>http://www.brain-jek.de/2009/using-dynamic-javascript-in-symfony/comment-page-1/#comment-2684</link>
		<dc:creator>Cristian Navalici</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.brain-jek.de/?p=183#comment-2684</guid>
		<description>Hello Jörg,

Well, here is &quot;my research&quot; on this issue:

http://goodies.lemonsoftware.eu/doku.php?id=sym:dynamicjs

Best for all of you!</description>
		<content:encoded><![CDATA[<p>Hello Jörg,</p>
<p>Well, here is &#8220;my research&#8221; on this issue:</p>
<p><a  href="http://goodies.lemonsoftware.eu/doku.php?id=sym:dynamicjs" rel="nofollow">http://goodies.lemonsoftware.eu/doku.php?id=sym:dynamicjs</a></p>
<p>Best for all of you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j.org</title>
		<link>http://www.brain-jek.de/2009/using-dynamic-javascript-in-symfony/comment-page-1/#comment-1309</link>
		<dc:creator>j.org</dc:creator>
		<pubDate>Fri, 21 Aug 2009 12:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.brain-jek.de/?p=183#comment-1309</guid>
		<description>Hi Eddi,
I&#039;m glad I could help you. Regarding your question concerning caching static and in that sense pre-compiled versions of dynamic js files, I&#039;ve got no idea. In fact, after you&#039;ve pointed me towards minify (&lt;a href=&quot;http://www.symfony-project.org/plugins/sfMinifyPlugin&quot; rel=&quot;nofollow&quot;&gt;sfMinifyPlugin&lt;/a&gt;/&lt;a href=&quot;http://www.symfony-project.org/plugins/sfMinifyTSPlugin&quot; rel=&quot;nofollow&quot;&gt;sfMinifyTSPlugin&lt;/a&gt;) I&#039;ve given it a try (had to modify some things to get it to work). It&#039;s quite cool, but now I&#039;m facing your problem, too. So I&#039;ve decided to stay with what I&#039;ve got and did not try to minify the dynamic js. I guess it&#039;s up to the plugin author to provide support for this and I&#039;m afraid this won&#039;t be too easy.

If you find a solution, I would be happy to hear from you again.

ps. I hope you don&#039;t mind this reply not being in German.</description>
		<content:encoded><![CDATA[<p>Hi Eddi,<br />
I&#8217;m glad I could help you. Regarding your question concerning caching static and in that sense pre-compiled versions of dynamic js files, I&#8217;ve got no idea. In fact, after you&#8217;ve pointed me towards minify (<a  href="http://www.symfony-project.org/plugins/sfMinifyPlugin" rel="nofollow">sfMinifyPlugin</a>/<a  href="http://www.symfony-project.org/plugins/sfMinifyTSPlugin" rel="nofollow">sfMinifyTSPlugin</a>) I&#8217;ve given it a try (had to modify some things to get it to work). It&#8217;s quite cool, but now I&#8217;m facing your problem, too. So I&#8217;ve decided to stay with what I&#8217;ve got and did not try to minify the dynamic js. I guess it&#8217;s up to the plugin author to provide support for this and I&#8217;m afraid this won&#8217;t be too easy.</p>
<p>If you find a solution, I would be happy to hear from you again.</p>
<p>ps. I hope you don&#8217;t mind this reply not being in German.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie</title>
		<link>http://www.brain-jek.de/2009/using-dynamic-javascript-in-symfony/comment-page-1/#comment-1301</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 20 Aug 2009 22:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.brain-jek.de/?p=183#comment-1301</guid>
		<description>Hi Jörg,

genial, danke! War genau das, was ich gesucht habe. 

&gt;&gt; Of course you have to maintain the template, however it seems this is worth the work.
Ich werd das so machen, dass ich mir einfach alle JS-Uebersetzungen aus einem entsprechenden XLIFF-Katalog (in meinem Fall aus der DB) hole und einfach dumpe. Sollte ziemlich easy sein.

Eine Frage aber: hast du zufällig eine Idee, wie man die erzeugte Ausgabe am elegantesten statisch speichern kann? Ich verwende nämlich minify (was ich sehr empfehlen kann) und brauche die JS-Übersetzungen in diesem Fall tatsächlich als echte JS-Datei.

Viele Grüße aus Würzburg,
Martin</description>
		<content:encoded><![CDATA[<p>Hi Jörg,</p>
<p>genial, danke! War genau das, was ich gesucht habe. </p>
<p>&gt;&gt; Of course you have to maintain the template, however it seems this is worth the work.<br />
Ich werd das so machen, dass ich mir einfach alle JS-Uebersetzungen aus einem entsprechenden XLIFF-Katalog (in meinem Fall aus der DB) hole und einfach dumpe. Sollte ziemlich easy sein.</p>
<p>Eine Frage aber: hast du zufällig eine Idee, wie man die erzeugte Ausgabe am elegantesten statisch speichern kann? Ich verwende nämlich minify (was ich sehr empfehlen kann) und brauche die JS-Übersetzungen in diesem Fall tatsächlich als echte JS-Datei.</p>
<p>Viele Grüße aus Würzburg,<br />
Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
