<?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 Coders Eye</title>
	<atom:link href="http://coderseye.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://coderseye.com</link>
	<description>Programming is passion made real</description>
	<lastBuildDate>Fri, 09 Dec 2011 00:27:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on Howto Reset The Admin Password in Django by Bruce Kroeze</title>
		<link>http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1480</link>
		<dc:creator>Bruce Kroeze</dc:creator>
		<pubDate>Fri, 09 Dec 2011 00:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1480</guid>
		<description>Posters who are pointing out that you can now do that from a simple &quot;changepassword&quot; command are right!  When I wrote this, there was no such command.  Now it is much easier.</description>
		<content:encoded><![CDATA[<p>Posters who are pointing out that you can now do that from a simple &#8220;changepassword&#8221; command are right!  When I wrote this, there was no such command.  Now it is much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto Reset The Admin Password in Django by Bill</title>
		<link>http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1479</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 09 Dec 2011 00:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1479</guid>
		<description>Why not just do it from the manager?

./manage.py changepassword admin</description>
		<content:encoded><![CDATA[<p>Why not just do it from the manager?</p>
<p>./manage.py changepassword admin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto Reset The Admin Password in Django by Val</title>
		<link>http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1477</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Sat, 12 Nov 2011 23:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1477</guid>
		<description>It make sense to change the password via a configuration setting prior to a syncdb specially if you are on the production server. You don&#039;t want to jump into typing python code directly. 

Check django-bootup for more details.

https://github.com/un33k/django-bootup/blob/master/README</description>
		<content:encoded><![CDATA[<p>It make sense to change the password via a configuration setting prior to a syncdb specially if you are on the production server. You don&#8217;t want to jump into typing python code directly. </p>
<p>Check django-bootup for more details.</p>
<p><a href="https://github.com/un33k/django-bootup/blob/master/README" rel="nofollow">https://github.com/un33k/django-bootup/blob/master/README</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I&#039;m moving from jQuery to ExtJs by rbrill</title>
		<link>http://coderseye.com/2007/why-im-moving-from-jquery-to-extjs.html#comment-1476</link>
		<dc:creator>rbrill</dc:creator>
		<pubDate>Wed, 09 Nov 2011 16:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/why-im-moving-from-jquery-to-extjs.html#comment-1476</guid>
		<description>Sorry for posting twice but @dude is wrong about staying away from ExtJs. I&#039;ve used ExtJs and jQuery and I can happily say that I have finally grasped Ext after a good few months - be patient, it really is worth it, feels exactly like building with lego.</description>
		<content:encoded><![CDATA[<p>Sorry for posting twice but @dude is wrong about staying away from ExtJs. I&#8217;ve used ExtJs and jQuery and I can happily say that I have finally grasped Ext after a good few months &#8211; be patient, it really is worth it, feels exactly like building with lego.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I&#039;m moving from jQuery to ExtJs by rbrill</title>
		<link>http://coderseye.com/2007/why-im-moving-from-jquery-to-extjs.html#comment-1475</link>
		<dc:creator>rbrill</dc:creator>
		<pubDate>Wed, 09 Nov 2011 15:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/why-im-moving-from-jquery-to-extjs.html#comment-1475</guid>
		<description>Personally I would only use ExtJs for building high end web apps which need to be very solid and very extensible - think financial/banking/corporate/B2B stuff.

jQuery on the other hand is great for lighter (but still robust) customer focused websites where the need for speed and quick access is a priority such as eCommerce, blogs, image sliders, Ajax and quick and dirty DOM manipulation.

Both have their uses and both are very powerful. You could do the same thing with jQuery as you could with ExtJs but in order to be more efficient (and have a faster application) you&#039;d probably be better off coding in pure Javascript anyway.</description>
		<content:encoded><![CDATA[<p>Personally I would only use ExtJs for building high end web apps which need to be very solid and very extensible &#8211; think financial/banking/corporate/B2B stuff.</p>
<p>jQuery on the other hand is great for lighter (but still robust) customer focused websites where the need for speed and quick access is a priority such as eCommerce, blogs, image sliders, Ajax and quick and dirty DOM manipulation.</p>
<p>Both have their uses and both are very powerful. You could do the same thing with jQuery as you could with ExtJs but in order to be more efficient (and have a faster application) you&#8217;d probably be better off coding in pure Javascript anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I didn&#039;t switch from jQuery to ExtJS after all by Francesc</title>
		<link>http://coderseye.com/2008/why-i-didnt-switch-from-jquery-to-extjs-after-all.html#comment-1470</link>
		<dc:creator>Francesc</dc:creator>
		<pubDate>Fri, 14 Oct 2011 10:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2008/why-i-didnt-switch-from-jquery-to-extjs-after-all.html#comment-1470</guid>
		<description>Well yeah most of it is Ajax, so it has load, it is not widget fault. Anyway I have the feeling the widgets don&#039;t work as precise as they can.</description>
		<content:encoded><![CDATA[<p>Well yeah most of it is Ajax, so it has load, it is not widget fault. Anyway I have the feeling the widgets don&#8217;t work as precise as they can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I didn&#039;t switch from jQuery to ExtJS after all by Francesc</title>
		<link>http://coderseye.com/2008/why-i-didnt-switch-from-jquery-to-extjs-after-all.html#comment-1469</link>
		<dc:creator>Francesc</dc:creator>
		<pubDate>Fri, 14 Oct 2011 10:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2008/why-i-didnt-switch-from-jquery-to-extjs-after-all.html#comment-1469</guid>
		<description>Why is ExtJs Documentation that slow?</description>
		<content:encoded><![CDATA[<p>Why is ExtJs Documentation that slow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I&#039;m moving from jQuery to ExtJs by Francesc</title>
		<link>http://coderseye.com/2007/why-im-moving-from-jquery-to-extjs.html#comment-1468</link>
		<dc:creator>Francesc</dc:creator>
		<pubDate>Fri, 14 Oct 2011 07:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/why-im-moving-from-jquery-to-extjs.html#comment-1468</guid>
		<description>Couldn&#039;t agree more!

I would also add that ExtJs is quite slow, you just have to take a look at their own documentation, made with ExtJs, and realize it can be everything but fast. And lately this is becoming quite important for SEO.

While you can do impressive things with ExtJs, if you start from zero, it will take much time, more or less the same time to build those things with jQuery if you know jQuery a little bit. And with ExtJs will allways run slower. I don&#039;t know if that time learning extJs is worth it.

Of course the choice is allways yours, and I might lack some good things about ExtJs which make it an awesome library.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t agree more!</p>
<p>I would also add that ExtJs is quite slow, you just have to take a look at their own documentation, made with ExtJs, and realize it can be everything but fast. And lately this is becoming quite important for SEO.</p>
<p>While you can do impressive things with ExtJs, if you start from zero, it will take much time, more or less the same time to build those things with jQuery if you know jQuery a little bit. And with ExtJs will allways run slower. I don&#8217;t know if that time learning extJs is worth it.</p>
<p>Of course the choice is allways yours, and I might lack some good things about ExtJs which make it an awesome library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bluehost Hacked this week by Marconius</title>
		<link>http://coderseye.com/2010/bluehost-hacked-this-week.html#comment-1467</link>
		<dc:creator>Marconius</dc:creator>
		<pubDate>Fri, 23 Sep 2011 19:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/?p=244#comment-1467</guid>
		<description>(mt)!

It&#039;s the best ever. I don&#039;t work for them, btw. :)</description>
		<content:encoded><![CDATA[<p>(mt)!</p>
<p>It&#8217;s the best ever. I don&#8217;t work for them, btw. <img src='http://coderseye.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto Reset The Admin Password in Django by Marconius</title>
		<link>http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1466</link>
		<dc:creator>Marconius</dc:creator>
		<pubDate>Fri, 23 Sep 2011 19:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html#comment-1466</guid>
		<description>~/my/app$ ./manage.py changepassword admin

from: https://docs.djangoproject.com/en/dev/ref/django-admin/#changepassword

Me thinks this is the best way to do it now.</description>
		<content:encoded><![CDATA[<p>~/my/app$ ./manage.py changepassword admin</p>
<p>from: <a href="https://docs.djangoproject.com/en/dev/ref/django-admin/#changepassword" rel="nofollow">https://docs.djangoproject.com/en/dev/ref/django-admin/#changepassword</a></p>
<p>Me thinks this is the best way to do it now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

