<?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 for JNotes | Thoughts and Notes of a Web Developer from Hamburg, Germany</title>
	<atom:link href="http://jnotes.jonasfischer.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jnotes.jonasfischer.net</link>
	<description>The Tech Blog of Jonas Fischer, a Web Developer from Hamburg, Germany. Main topics: PHP, Databases, Symfony, Zend Framework</description>
	<lastBuildDate>Tue, 15 Nov 2011 17:52:06 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on jfPortableDevicePlugin: Symfony to go by Jonas Fischer</title>
		<link>http://jnotes.jonasfischer.net/2011/02/jfportabledeviceplugin-symfony-to-go/comment-page-1/#comment-334</link>
		<dc:creator>Jonas Fischer</dc:creator>
		<pubDate>Tue, 15 Nov 2011 17:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=317#comment-334</guid>
		<description>Steve,

I already made some changes to support Symfony 1.0 and I know of at least one project running this Plugin on Symfony 1.0.
Unfortunately the documentation contained in this blog post is a little bit out of date. I suggest you look directly into the source code to get it running.

Currently I am still making changes to the svn trunk. If you want to use the plugin in a production environment, please let me know. I will then create a stable tag.</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>I already made some changes to support Symfony 1.0 and I know of at least one project running this Plugin on Symfony 1.0.<br />
Unfortunately the documentation contained in this blog post is a little bit out of date. I suggest you look directly into the source code to get it running.</p>
<p>Currently I am still making changes to the svn trunk. If you want to use the plugin in a production environment, please let me know. I will then create a stable tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jfPortableDevicePlugin: Symfony to go by Steve Y</title>
		<link>http://jnotes.jonasfischer.net/2011/02/jfportabledeviceplugin-symfony-to-go/comment-page-1/#comment-333</link>
		<dc:creator>Steve Y</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=317#comment-333</guid>
		<description>Jonas,

Great looking plugin! I was wondering how far back compatibility goes for Symfony. How adaptable is this to Symfony 1.0? I&#039;m looking to get a Symfony site on jQuery Mobile with not a lot of tweaking hopefully using this plugin.</description>
		<content:encoded><![CDATA[<p>Jonas,</p>
<p>Great looking plugin! I was wondering how far back compatibility goes for Symfony. How adaptable is this to Symfony 1.0? I&#8217;m looking to get a Symfony site on jQuery Mobile with not a lot of tweaking hopefully using this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jfPortableDevicePlugin: Symfony to go by Victor Ruiz</title>
		<link>http://jnotes.jonasfischer.net/2011/02/jfportabledeviceplugin-symfony-to-go/comment-page-1/#comment-289</link>
		<dc:creator>Victor Ruiz</dc:creator>
		<pubDate>Sat, 14 May 2011 09:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=317#comment-289</guid>
		<description>In my case, I&#039;m using this plugin in a standalone application, and not integrated in an existent one, so I had to add the next helpers to settings.yml:

# Helpers enabled globally
    standard_helpers: [Partial, Cache, I18N]

I also needed to set up the homepage in routing.yml as shown below:

homepage:
  url:   /
  param: { module: jfPortableDevice, action: index }</description>
		<content:encoded><![CDATA[<p>In my case, I&#8217;m using this plugin in a standalone application, and not integrated in an existent one, so I had to add the next helpers to settings.yml:</p>
<p># Helpers enabled globally<br />
    standard_helpers: [Partial, Cache, I18N]</p>
<p>I also needed to set up the homepage in routing.yml as shown below:</p>
<p>homepage:<br />
  url:   /<br />
  param: { module: jfPortableDevice, action: index }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jfPortableDevicePlugin: Symfony to go by Victor Ruiz</title>
		<link>http://jnotes.jonasfischer.net/2011/02/jfportabledeviceplugin-symfony-to-go/comment-page-1/#comment-288</link>
		<dc:creator>Victor Ruiz</dc:creator>
		<pubDate>Sat, 14 May 2011 09:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=317#comment-288</guid>
		<description>One step is required before the publish-assets task execution:

- Edit [project]/config/ProjectConfiguration.php file and enable &#039;jfPortableDevicePlugin&#039; by writing the next code:

$this-&gt;enablePlugins(&#039;jfPortableDevicePlugin&#039;);

If you don&#039;t do this, assets won&#039;t be published.</description>
		<content:encoded><![CDATA[<p>One step is required before the publish-assets task execution:</p>
<p>- Edit [project]/config/ProjectConfiguration.php file and enable &#8216;jfPortableDevicePlugin&#8217; by writing the next code:</p>
<p>$this-&gt;enablePlugins(&#8217;jfPortableDevicePlugin&#8217;);</p>
<p>If you don&#8217;t do this, assets won&#8217;t be published.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jfPortableDevicePlugin: Symfony to go by Victor Ruiz</title>
		<link>http://jnotes.jonasfischer.net/2011/02/jfportabledeviceplugin-symfony-to-go/comment-page-1/#comment-287</link>
		<dc:creator>Victor Ruiz</dc:creator>
		<pubDate>Sat, 14 May 2011 08:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=317#comment-287</guid>
		<description>Hi, I&#039;m very interested on this plugin!</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m very interested on this plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony link tags (e.g. canonical) by Nyro</title>
		<link>http://jnotes.jonasfischer.net/2009/10/symfony-link-tags-e-g-canonical/comment-page-1/#comment-285</link>
		<dc:creator>Nyro</dc:creator>
		<pubDate>Tue, 03 May 2011 07:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=216#comment-285</guid>
		<description>As of Symfony 1.4, if you want to use the add_link function within actions, you have to call 

sfContext::getInstance()-&gt;getConfiguration()-&gt;loadHelpers(array(&#039;Asset&#039;, &#039;Url&#039;, &#039;Partial&#039;));

the sfLoader class doesn&#039;t exist anymore.</description>
		<content:encoded><![CDATA[<p>As of Symfony 1.4, if you want to use the add_link function within actions, you have to call </p>
<p>sfContext::getInstance()-&gt;getConfiguration()-&gt;loadHelpers(array(&#8217;Asset&#8217;, &#8216;Url&#8217;, &#8216;Partial&#8217;));</p>
<p>the sfLoader class doesn&#8217;t exist anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony link tags (e.g. canonical) by Kevin</title>
		<link>http://jnotes.jonasfischer.net/2009/10/symfony-link-tags-e-g-canonical/comment-page-1/#comment-256</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 10 Dec 2010 10:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=216#comment-256</guid>
		<description>How about this nice and quick solution?
http://snippets.symfony-project.org/snippet/321</description>
		<content:encoded><![CDATA[<p>How about this nice and quick solution?<br />
<a href="http://snippets.symfony-project.org/snippet/321" rel="nofollow">http://snippets.symfony-project.org/snippet/321</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating from MySql to Oracle by Jonas Fischer</title>
		<link>http://jnotes.jonasfischer.net/2009/07/migrating-from-mysql-to-oracle-first-steps/comment-page-1/#comment-221</link>
		<dc:creator>Jonas Fischer</dc:creator>
		<pubDate>Tue, 16 Nov 2010 06:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=58#comment-221</guid>
		<description>Hi Christopher,

I still believe that it would be nice to have named parameters btu as I am no longer actively developing tine20 I had no chance to do it.</description>
		<content:encoded><![CDATA[<p>Hi Christopher,</p>
<p>I still believe that it would be nice to have named parameters btu as I am no longer actively developing tine20 I had no chance to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Migrating from MySql to Oracle by Christopher</title>
		<link>http://jnotes.jonasfischer.net/2009/07/migrating-from-mysql-to-oracle-first-steps/comment-page-1/#comment-220</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Mon, 15 Nov 2010 21:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=58#comment-220</guid>
		<description>I was reviewing your code base for your project and it looks as if you are still using position based parameters and not :named parameters.  Did you find that you did not have to make this change?</description>
		<content:encoded><![CDATA[<p>I was reviewing your code base for your project and it looks as if you are still using position based parameters and not :named parameters.  Did you find that you did not have to make this change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony Filter: redirect depending on requesting user agent (e.g. detect mobile devices) by Jonas Fischer</title>
		<link>http://jnotes.jonasfischer.net/2009/11/symfony-filter-redirect-useragent/comment-page-1/#comment-212</link>
		<dc:creator>Jonas Fischer</dc:creator>
		<pubDate>Thu, 11 Nov 2010 10:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://jnotes.jonasfischer.net/?p=261#comment-212</guid>
		<description>Note: I just updated the scripts above so that they provide a javascript fallback solution for cached pages.</description>
		<content:encoded><![CDATA[<p>Note: I just updated the scripts above so that they provide a javascript fallback solution for cached pages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

