<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ThingsILearned</title>
	<atom:link href="http://thingsilearned.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thingsilearned.com</link>
	<description>something new every day ... or so  By Dave Fowler</description>
	<lastBuildDate>Thu, 10 May 2012 17:32:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Django-admin.py startproject &gt; Unknown Command by godavemon</title>
		<link>http://thingsilearned.com/2008/12/28/django-adminpy-startproject-unknown-command/#comment-1024</link>
		<dc:creator><![CDATA[godavemon]]></dc:creator>
		<pubDate>Thu, 10 May 2012 17:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.wordpress.com/?p=145#comment-1024</guid>
		<description><![CDATA[You probably need to simlink the django-admin.py into your path.  See https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs

On Unix-like systems, create a symbolic link to the file django-trunk/django/bin/django-admin.py in a directory on your system path, such as /usr/local/bin. For example:

ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin/]]></description>
		<content:encoded><![CDATA[<p>You probably need to simlink the django-admin.py into your path.  See <a href="https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs" rel="nofollow">https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs</a></p>
<p>On Unix-like systems, create a symbolic link to the file django-trunk/django/bin/django-admin.py in a directory on your system path, such as /usr/local/bin. For example:</p>
<p>ln -s WORKING-DIR/django-trunk/django/bin/django-admin.py /usr/local/bin/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django-admin.py startproject &gt; Unknown Command by Nishit</title>
		<link>http://thingsilearned.com/2008/12/28/django-adminpy-startproject-unknown-command/#comment-1023</link>
		<dc:creator><![CDATA[Nishit]]></dc:creator>
		<pubDate>Thu, 10 May 2012 07:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.wordpress.com/?p=145#comment-1023</guid>
		<description><![CDATA[But im still getting ds error.. Could u pls bail me out..!
 python: can&#039;t open file &#039;django-admin.py&#039;: [Errno 2] No such file or directory]]></description>
		<content:encoded><![CDATA[<p>But im still getting ds error.. Could u pls bail me out..!<br />
 python: can&#8217;t open file &#8216;django-admin.py&#8217;: [Errno 2] No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django-admin.py startproject &gt; Unknown Command by Nishit</title>
		<link>http://thingsilearned.com/2008/12/28/django-adminpy-startproject-unknown-command/#comment-1022</link>
		<dc:creator><![CDATA[Nishit]]></dc:creator>
		<pubDate>Thu, 10 May 2012 07:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.wordpress.com/?p=145#comment-1022</guid>
		<description><![CDATA[Great Stuff.. V useful...]]></description>
		<content:encoded><![CDATA[<p>Great Stuff.. V useful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Appengine Example: Quick Thoughts by thirumal</title>
		<link>http://thingsilearned.com/2009/07/21/appengine-example-quick-thoughts/#comment-1020</link>
		<dc:creator><![CDATA[thirumal]]></dc:creator>
		<pubDate>Tue, 01 May 2012 21:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=541#comment-1020</guid>
		<description><![CDATA[Thanks, was the easiest datastore example I&#039;ve ever seen.]]></description>
		<content:encoded><![CDATA[<p>Thanks, was the easiest datastore example I&#8217;ve ever seen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comparing Github and BitBucket by Glenn Plas (@glenn_plas)</title>
		<link>http://thingsilearned.com/2010/01/07/github-and-bitbucket/#comment-1019</link>
		<dc:creator><![CDATA[Glenn Plas (@glenn_plas)]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 07:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=682#comment-1019</guid>
		<description><![CDATA[@Dave, that&#039;s a recent development, at the time of writing this they had different limits.  But right now Bitbucket sure looks good, I moved 2 repos to BB private ones, perfect stuff.  Took me 10 minutes to sort that out.  I sure like BitBucket.

One bad aspect of Github is that as a paying user, you don&#039;t get priority over free ones or even a more stable platform.  They are the victim of the collaboration mania...  Useless/stale forks tying up diskspace.  I find the github search underperforming.  When I search for my own public repo with keywords that are in the README.md file it doesn&#039;t show up.  I tried adding a few very disctinct words in my descriptions to no avail.  Github should make the search perform better.  In that regard I have done such searches on BitBucket and it&#039;s more or less the same, looking for a keyword from the projects  README&#039;s (any flavor) can&#039;t be done.

Both searches suck.   Find a relevant PHP class using their systems in much harder than on sourceforge for example.  If I cannot find my repo myself, who will ?   It might not be popular, hence it probably never will if noone gets a chance to discover it.]]></description>
		<content:encoded><![CDATA[<p>@Dave, that&#8217;s a recent development, at the time of writing this they had different limits.  But right now Bitbucket sure looks good, I moved 2 repos to BB private ones, perfect stuff.  Took me 10 minutes to sort that out.  I sure like BitBucket.</p>
<p>One bad aspect of Github is that as a paying user, you don&#8217;t get priority over free ones or even a more stable platform.  They are the victim of the collaboration mania&#8230;  Useless/stale forks tying up diskspace.  I find the github search underperforming.  When I search for my own public repo with keywords that are in the README.md file it doesn&#8217;t show up.  I tried adding a few very disctinct words in my descriptions to no avail.  Github should make the search perform better.  In that regard I have done such searches on BitBucket and it&#8217;s more or less the same, looking for a keyword from the projects  README&#8217;s (any flavor) can&#8217;t be done.</p>
<p>Both searches suck.   Find a relevant PHP class using their systems in much harder than on sourceforge for example.  If I cannot find my repo myself, who will ?   It might not be popular, hence it probably never will if noone gets a chance to discover it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comparing Github and BitBucket by Dave Merrill</title>
		<link>http://thingsilearned.com/2010/01/07/github-and-bitbucket/#comment-1018</link>
		<dc:creator><![CDATA[Dave Merrill]]></dc:creator>
		<pubDate>Sun, 08 Apr 2012 11:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=682#comment-1018</guid>
		<description><![CDATA[And unlimited private repositories, as noted by @Paulo Abreu. Advantage BitBucket by a mile in that regard.]]></description>
		<content:encoded><![CDATA[<p>And unlimited private repositories, as noted by @Paulo Abreu. Advantage BitBucket by a mile in that regard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Subdomains in Django by Dave Druska (@d_druska)</title>
		<link>http://thingsilearned.com/2009/01/05/using-subdomains-in-django/#comment-1017</link>
		<dc:creator><![CDATA[Dave Druska (@d_druska)]]></dc:creator>
		<pubDate>Sat, 03 Mar 2012 21:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.wordpress.com/?p=195#comment-1017</guid>
		<description><![CDATA[I actually really like this solution. It works on Django 1.4 b1 also.]]></description>
		<content:encoded><![CDATA[<p>I actually really like this solution. It works on Django 1.4 b1 also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uninstalling the easy_install(ed) by whitney</title>
		<link>http://thingsilearned.com/2009/04/13/easy_install-uninstalling/#comment-1016</link>
		<dc:creator><![CDATA[whitney]]></dc:creator>
		<pubDate>Mon, 27 Feb 2012 23:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=321#comment-1016</guid>
		<description><![CDATA[Felipe, I was getting the same output, which I took to mean I was actually just installing multiple versions of trash-cli instead of uninstalling the package which is what I wanted to do. 

Since all else failed, I just deleted the egg from /Library/Python/2.x/site-packages/ or used pip uninstall trash-cli (if you have pip installed, of course).

I find pip&#039;s uninstall command to be much easier to use as it does exactly what&#039;s expected.]]></description>
		<content:encoded><![CDATA[<p>Felipe, I was getting the same output, which I took to mean I was actually just installing multiple versions of trash-cli instead of uninstalling the package which is what I wanted to do. </p>
<p>Since all else failed, I just deleted the egg from /Library/Python/2.x/site-packages/ or used pip uninstall trash-cli (if you have pip installed, of course).</p>
<p>I find pip&#8217;s uninstall command to be much easier to use as it does exactly what&#8217;s expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Calling Fancybox from Javascript by Peter</title>
		<link>http://thingsilearned.com/2010/01/27/dynamically-calling-fancybox-from-javascript/#comment-1015</link>
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Sat, 25 Feb 2012 15:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.com/?p=728#comment-1015</guid>
		<description><![CDATA[This works too:
	$(&quot;div.what a.info&quot;).click(function(event) {
		var $dataID = $(this).attr(&quot;id&quot;);
		$.ajax({	
			url: &quot;../includes/orderform/func_show_popup_info.php&quot;,
			data: {&quot;PUID&quot; : $dataID},
			cache: false,
			success: function(data) {
				$(&quot;div.loadingImage&quot;).hide(&#039;slow&#039;);
				$.fancybox(data);
				}
			});
		// $.fancybox.close(); 			
		});
	event.stopPropagation();
	});]]></description>
		<content:encoded><![CDATA[<p>This works too:<br />
	$(&#8220;div.what a.info&#8221;).click(function(event) {<br />
		var $dataID = $(this).attr(&#8220;id&#8221;);<br />
		$.ajax({<br />
			url: &#8220;../includes/orderform/func_show_popup_info.php&#8221;,<br />
			data: {&#8220;PUID&#8221; : $dataID},<br />
			cache: false,<br />
			success: function(data) {<br />
				$(&#8220;div.loadingImage&#8221;).hide(&#8216;slow&#8217;);<br />
				$.fancybox(data);<br />
				}<br />
			});<br />
		// $.fancybox.close();<br />
		});<br />
	event.stopPropagation();<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django-admin.py startproject &gt; Unknown Command by Andrei-Adnan Ismail</title>
		<link>http://thingsilearned.com/2008/12/28/django-adminpy-startproject-unknown-command/#comment-1014</link>
		<dc:creator><![CDATA[Andrei-Adnan Ismail]]></dc:creator>
		<pubDate>Sun, 05 Feb 2012 13:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://thingsilearned.wordpress.com/?p=145#comment-1014</guid>
		<description><![CDATA[Thanks a lot :) Saved my day.]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Saved my day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

