<?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 Campbell Gunn</title>
	<atom:link href="http://blog.campbellgunn.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.campbellgunn.com</link>
	<description>Life, Work, Research and Firefighting</description>
	<lastBuildDate>Wed, 06 Oct 2010 23:30:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Ever wanted to easily switch from different ruby versions? Look no further then&#8230;. by cgunn</title>
		<link>http://blog.campbellgunn.com/2010/08/ever-wanted-to-easily-switch-from-different-ruby-versions-look-no-further-then/comment-page-1/#comment-470</link>
		<dc:creator>cgunn</dc:creator>
		<pubDate>Wed, 06 Oct 2010 23:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/08/ever-wanted-to-easily-switch-from-different-ruby-versions-look-no-further-then/#comment-470</guid>
		<description>Glad to help. It has helped me a lot, when my production and development environments differ in bug fixing activities.</description>
		<content:encoded><![CDATA[<p>Glad to help. It has helped me a lot, when my production and development environments differ in bug fixing activities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook articles &#8211; Do business embrace it or not, judge it for yourself&#8230;. by cgunn</title>
		<link>http://blog.campbellgunn.com/2010/04/facebook-articles-do-business-embrace-it-or-not-judge-it-for-yourself/comment-page-1/#comment-469</link>
		<dc:creator>cgunn</dc:creator>
		<pubDate>Wed, 06 Oct 2010 23:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/04/facebook-articles-do-business-embrace-it-or-not-judge-it-for-yourself/#comment-469</guid>
		<description>I agree. I think that the management of an organization is not aware of the positive side of using FB. What other sites do other organizations block -- LinkedIn, particular search engines. Thanks for the comment though.</description>
		<content:encoded><![CDATA[<p>I agree. I think that the management of an organization is not aware of the positive side of using FB. What other sites do other organizations block &#8212; LinkedIn, particular search engines. Thanks for the comment though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ever wanted to easily switch from different ruby versions? Look no further then&#8230;. by Wordpress Themes</title>
		<link>http://blog.campbellgunn.com/2010/08/ever-wanted-to-easily-switch-from-different-ruby-versions-look-no-further-then/comment-page-1/#comment-468</link>
		<dc:creator>Wordpress Themes</dc:creator>
		<pubDate>Wed, 22 Sep 2010 16:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/08/ever-wanted-to-easily-switch-from-different-ruby-versions-look-no-further-then/#comment-468</guid>
		<description>Nice dispatch and this enter helped me alot in my college assignement. Thanks you for your information.

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.</description>
		<content:encoded><![CDATA[<p>Nice dispatch and this enter helped me alot in my college assignement. Thanks you for your information.</p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8217;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook articles &#8211; Do business embrace it or not, judge it for yourself&#8230;. by don't click here</title>
		<link>http://blog.campbellgunn.com/2010/04/facebook-articles-do-business-embrace-it-or-not-judge-it-for-yourself/comment-page-1/#comment-467</link>
		<dc:creator>don't click here</dc:creator>
		<pubDate>Wed, 22 Sep 2010 04:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/04/facebook-articles-do-business-embrace-it-or-not-judge-it-for-yourself/#comment-467</guid>
		<description>This software program http://www.timedoctor.com/1 uses a better method than blocking Facebook because it only monitors Facebook in work hours. So team members can use it when on lunch. Also some people must use Facebook for work purposes so it&#039;s silly to indiscriminately block it.</description>
		<content:encoded><![CDATA[<p>This software program <a href="http://www.timedoctor.com/1" rel="nofollow">http://www.timedoctor.com/1</a> uses a better method than blocking Facebook because it only monitors Facebook in work hours. So team members can use it when on lunch. Also some people must use Facebook for work purposes so it&#8217;s silly to indiscriminately block it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Django on Dreamhost by Ashley</title>
		<link>http://blog.campbellgunn.com/2009/08/setting-up-django-on-dreamhost/comment-page-1/#comment-451</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Sat, 05 Jun 2010 03:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2009/08/setting-up-django-on-dreamhost/#comment-451</guid>
		<description>Nice!

A few notes: 
* There are some slight syntactical issues I experienced with the &#039;Download and set up Django&#039; step. I used this instead in my ~/.bash_profile:

export PATH=$PATH:$HOME/django/django_src/django/bin
export PYTHONPATH=$PYTHONPATH$HOME/django/django_src:$HOME/django/django_projects


(Make sure these are two separate lines)

* That PostgreSQL link contains no information about time zones. The appropriate URL to use now is:

http://en.wikipedia.org/wiki/List_of_tz_zones_by_name

Using &#039;None&#039; will use system time.

In &#039;Set up mod_rewrite&#039;, there&#039;s a small, insignificant typo. It should instruct the user to &#039;note&#039; the leading dot.

Finally, Dreamhost recommends using Passenger instead of FastCGI. :+)!

--
Ashley</description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>A few notes:<br />
* There are some slight syntactical issues I experienced with the &#8216;Download and set up Django&#8217; step. I used this instead in my ~/.bash_profile:</p>
<p>export PATH=$PATH:$HOME/django/django_src/django/bin<br />
export PYTHONPATH=$PYTHONPATH$HOME/django/django_src:$HOME/django/django_projects</p>
<p>(Make sure these are two separate lines)</p>
<p>* That PostgreSQL link contains no information about time zones. The appropriate URL to use now is:</p>
<p><a href="http://en.wikipedia.org/wiki/List_of_tz_zones_by_name" rel="nofollow">http://en.wikipedia.org/wiki/List_of_tz_zones_by_name</a></p>
<p>Using &#8216;None&#8217; will use system time.</p>
<p>In &#8216;Set up mod_rewrite&#8217;, there&#8217;s a small, insignificant typo. It should instruct the user to &#8216;note&#8217; the leading dot.</p>
<p>Finally, Dreamhost recommends using Passenger instead of FastCGI. :+)!</p>
<p>&#8211;<br />
Ashley</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook articles &#8211; Do business embrace it or not, judge it for yourself&#8230;. by Social Network Specialist</title>
		<link>http://blog.campbellgunn.com/2010/04/facebook-articles-do-business-embrace-it-or-not-judge-it-for-yourself/comment-page-1/#comment-85</link>
		<dc:creator>Social Network Specialist</dc:creator>
		<pubDate>Fri, 16 Apr 2010 13:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2010/04/facebook-articles-do-business-embrace-it-or-not-judge-it-for-yourself/#comment-85</guid>
		<description>[...] more here: Facebook articles – Do business embrace it or not, judge it for &#8230; Tags: become-anti-social, businesses-have, collection, database, drives-policies-, increasing, [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Facebook articles – Do business embrace it or not, judge it for &#8230; Tags: become-anti-social, businesses-have, collection, database, drives-policies-, increasing, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Django on Dreamhost by Milton Valdo</title>
		<link>http://blog.campbellgunn.com/2009/08/setting-up-django-on-dreamhost/comment-page-1/#comment-80</link>
		<dc:creator>Milton Valdo</dc:creator>
		<pubDate>Mon, 29 Mar 2010 04:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2009/08/setting-up-django-on-dreamhost/#comment-80</guid>
		<description>ohh…nice article but actually?/? :P</description>
		<content:encoded><![CDATA[<p>ohh…nice article but actually?/? <img src='http://blog.campbellgunn.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up Django on Dreamhost by Trina Ayres</title>
		<link>http://blog.campbellgunn.com/2009/08/setting-up-django-on-dreamhost/comment-page-1/#comment-79</link>
		<dc:creator>Trina Ayres</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2009/08/setting-up-django-on-dreamhost/#comment-79</guid>
		<description>Thanks for this blog. I am new at python and this is a big help.</description>
		<content:encoded><![CDATA[<p>Thanks for this blog. I am new at python and this is a big help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A fun way to share family calendars &#8211; Cozi by Carol Schiller</title>
		<link>http://blog.campbellgunn.com/2009/12/a-fun-way-to-share-family-calendars-cozi/comment-page-1/#comment-74</link>
		<dc:creator>Carol Schiller</dc:creator>
		<pubDate>Mon, 28 Dec 2009 23:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.campbellgunn.com/2009/12/a-fun-way-to-share-family-calendars-cozi/#comment-74</guid>
		<description>So glad you found Cozi! If I can help you with any questions on the calendar, or any of the other family-friendly Cozi tools, please let me know!
Carol@cozi.com</description>
		<content:encoded><![CDATA[<p>So glad you found Cozi! If I can help you with any questions on the calendar, or any of the other family-friendly Cozi tools, please let me know!<br />
<a href="mailto:Carol@cozi.com">Carol@cozi.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

