<?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 Jeff Pipas</title>
	<atom:link href="http://www.jeffpipas.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffpipas.com</link>
	<description>enterprise IT agilest, practitioner, and learner</description>
	<lastBuildDate>Tue, 19 Oct 2010 22:09:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Paul</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-83</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 19 Oct 2010 22:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-83</guid>
		<description>Any chance of you wrapping this up?  I&#039;m curious to see the rest of the pieces as a Symfony noob.</description>
		<content:encoded><![CDATA[<p>Any chance of you wrapping this up?  I&#8217;m curious to see the rest of the pieces as a Symfony noob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Poldotz</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-77</link>
		<dc:creator>Poldotz</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-77</guid>
		<description>Hi,thanks for your post.

I tried your code but I get the following error:
uncaught exception: Ext.data.DataProxy: DataProxy attempted to execute an API-action but found an undefined url / function. Please review your proxy url / api-configuration.

May depend on what? Thanks!

Poldotz</description>
		<content:encoded><![CDATA[<p>Hi,thanks for your post.</p>
<p>I tried your code but I get the following error:<br />
uncaught exception: Ext.data.DataProxy: DataProxy attempted to execute an API-action but found an undefined url / function. Please review your proxy url / api-configuration.</p>
<p>May depend on what? Thanks!</p>
<p>Poldotz</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Buildero</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-66</link>
		<dc:creator>Buildero</dc:creator>
		<pubDate>Wed, 03 Feb 2010 22:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-66</guid>
		<description>Hi Jeff,

I followed your post and I wonder if you already have part 2?</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I followed your post and I wonder if you already have part 2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Jeff Pipas</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-59</link>
		<dc:creator>Jeff Pipas</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-59</guid>
		<description>&lt;a href=&quot;#comment-58&quot; rel=&quot;nofollow&quot;&gt;@Wojciech &lt;/a&gt; I&#039;ve updated some of the .js files here - they had some typos.  See if that fixes the problem.  Else, there might be something wrong with the way you&#039;ve got dsExtDirectPlugin installed.   Hope the updated code fixes it - cheers!</description>
		<content:encoded><![CDATA[<p><a href="#comment-58" rel="nofollow">@Wojciech </a> I&#8217;ve updated some of the .js files here &#8211; they had some typos.  See if that fixes the problem.  Else, there might be something wrong with the way you&#8217;ve got dsExtDirectPlugin installed.   Hope the updated code fixes it &#8211; cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Wojciech</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-58</link>
		<dc:creator>Wojciech</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-58</guid>
		<description>Greetings from Poland
I have problem with this tutorial. It&#039;s seems not work.
grid component isn&#039;t display in my project.
I installed sfplugin using pear channel in views.yml i added path to javascripts:    [app.js, media_grid.js, ext/adapter/ext/ext-base-debug.js, ext/ext-all-debug.js], like you said. Also generate database using doctirne. Still doesn&#039;t have any effects.
Please help me solve my problem.
I&#039;m using Symfony 1.4.1, doctrine 1.2</description>
		<content:encoded><![CDATA[<p>Greetings from Poland<br />
I have problem with this tutorial. It&#8217;s seems not work.<br />
grid component isn&#8217;t display in my project.<br />
I installed sfplugin using pear channel in views.yml i added path to javascripts:    [app.js, media_grid.js, ext/adapter/ext/ext-base-debug.js, ext/ext-all-debug.js], like you said. Also generate database using doctirne. Still doesn&#8217;t have any effects.<br />
Please help me solve my problem.<br />
I&#8217;m using Symfony 1.4.1, doctrine 1.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Tha Trackback &#187; Blog Archive &#187; Jeff Pipas » A Better ExtJS Grid and Symfony – Part 1</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-26</link>
		<dc:creator>Tha Trackback &#187; Blog Archive &#187; Jeff Pipas » A Better ExtJS Grid and Symfony – Part 1</dc:creator>
		<pubDate>Wed, 30 Dec 2009 12:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-26</guid>
		<description>[...] Found this interesting post today, here is a quick excerpt of it: &#8230; and a few plugin files and define them in our view.yml config next. Then, the fun begins. Stay tuned! Categories: ExtJs, Symfony Tags: Doctrine, ExtJs, Grid, Symfony. Comments (2) Trackbacks (1) Leave a comment Trackback &#8230; Read the rest of this great post Here [...]</description>
		<content:encoded><![CDATA[<p>[...] Found this interesting post today, here is a quick excerpt of it: &#8230; and a few plugin files and define them in our view.yml config next. Then, the fun begins. Stay tuned! Categories: ExtJs, Symfony Tags: Doctrine, ExtJs, Grid, Symfony. Comments (2) Trackbacks (1) Leave a comment Trackback &#8230; Read the rest of this great post Here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Jeff Pipas</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-23</link>
		<dc:creator>Jeff Pipas</dc:creator>
		<pubDate>Mon, 28 Dec 2009 13:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-23</guid>
		<description>You can quote it yes, as long as you link back to the original post.</description>
		<content:encoded><![CDATA[<p>You can quote it yes, as long as you link back to the original post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by elvin</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-18</link>
		<dc:creator>elvin</dc:creator>
		<pubDate>Sun, 27 Dec 2009 00:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-18</guid>
		<description>I want to quote your post in my blog. It can?
And you et an account on Twitter?</description>
		<content:encoded><![CDATA[<p>I want to quote your post in my blog. It can?<br />
And you et an account on Twitter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Better ExtJS Grid and Symfony &#8211; Part 1 by Tweets that mention Jeff Pipas » A Better ExtJS Grid and Symfony – Part 1 -- Topsy.com</title>
		<link>http://www.jeffpipas.com/2009/12/a-better-extjs-grid-and-symfony-part-1/comment-page-1/#comment-16</link>
		<dc:creator>Tweets that mention Jeff Pipas » A Better ExtJS Grid and Symfony – Part 1 -- Topsy.com</dc:creator>
		<pubDate>Thu, 24 Dec 2009 19:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=49#comment-16</guid>
		<description>[...] This post was mentioned on Twitter by symfonynews, symfonynews. symfonynews said: A Better ExtJS Grid and Symfony – Part 1 http://ff.im/-dkLOF [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by symfonynews, symfonynews. symfonynews said: A Better ExtJS Grid and Symfony – Part 1 <a href="http://ff.im/-dkLOF" rel="nofollow">http://ff.im/-dkLOF</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony and ExtJS Grid Search by Jeff Pipas &#187; A Better ExtJS Grid and Symfony &#8211; Part 1</title>
		<link>http://www.jeffpipas.com/2009/08/symfony-and-extjs-grid-search/comment-page-1/#comment-15</link>
		<dc:creator>Jeff Pipas &#187; A Better ExtJS Grid and Symfony &#8211; Part 1</dc:creator>
		<pubDate>Thu, 24 Dec 2009 15:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffpipas.com/?p=4#comment-15</guid>
		<description>[...] few months ago I wrote about ExtJS grid search and its integration with the symfony framework.  Well, I&#8217;ve had some time [...]</description>
		<content:encoded><![CDATA[<p>[...] few months ago I wrote about ExtJS grid search and its integration with the symfony framework.  Well, I&#8217;ve had some time [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
