<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Joe Duck &#187; blogs</title>
	<atom:link href="http://joeduck.com/category/blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://joeduck.com</link>
	<description>Have Blog. Will Travel.</description>
	<lastBuildDate>Sat, 11 Feb 2012 18:54:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='joeduck.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Joe Duck &#187; blogs</title>
		<link>http://joeduck.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://joeduck.com/osd.xml" title="Joe Duck" />
	<atom:link rel='hub' href='http://joeduck.com/?pushpress=hub'/>
		<item>
		<title>Database Connection Strings</title>
		<link>http://joeduck.com/2010/11/08/database-connection-strings/</link>
		<comments>http://joeduck.com/2010/11/08/database-connection-strings/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 18:47:26 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cannot establish database connection]]></category>
		<category><![CDATA[database errors]]></category>
		<category><![CDATA[database troubleshooting]]></category>
		<category><![CDATA[wordpress troubleshooting]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=4026</guid>
		<description><![CDATA[I wanted to post this to help others who have run into trouble with the message along the lines of &#8220;Cannot Establish Database Connection&#8221;.   This can happen for several reasons but usually the fix is fairly easy &#8211; you just need to modify a single file in your WordPress or Drupal or other file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=4026&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="poptop">
<p>I wanted to post this to help others who have run into trouble with the message along the lines of &#8220;Cannot Establish Database Connection&#8221;.   This can happen for several reasons but usually the fix is fairly easy &#8211; you just need to modify a single file in your WordPress or Drupal or other file system according to the instructions below using FTP access.</p>
<p>If you move servers or rename the database or change your password you&#8217;ll want to go in and carefully put in the new database name or password.</p>
<p>If you&#8217;ve forgotten either of those, you may need to dig in to your control panel to find them.    Ask your web host how to do that part as it depends on many things, but the part below is usually simple and done via FTP to your server.</p>
<p>Source:  <a title="Godaddy Connection String list" href="http://products.secureserver.net/products/hosting/connection_strings.htm">Godaddy</a></p>
<p><span style="font-size:20px;font-weight:bold;">Connection strings for website databases:</span></p>
</div>
<div id="article">
<p><strong>NOTE:</strong>You will have to obtain these files referenced below by FTPing into your hosting account and into the application&#8217;s directories. For more information on this, see your application&#8217;s manufacturer&#8217;s Web site.</p>
<p><strong>WordPress</strong></p>
<p>Edit the wp-config.php file. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;DB_HOST&#8217;, &#8216;youroldhostname&#8217;);</p>
<p><strong>Joomla</strong></p>
<p>Edit the configuration.php file. You will need to update the following line with the name of the new database server.</p>
<p>var $host = &#8216;youroldhostname&#8217;;</p>
<p><strong>Simple Machine Forum</strong></p>
<p>Edit the Settings.php file. You will need to update the following line with the name of the new database server.</p>
<p>$db_server = &#8216;youroldhostname&#8217;;</p>
<p><strong>DotNetNuke</strong></p>
<p>Edit the web.config file. You will need to update the following line with the name of the new database server.</p>
<p>connectionString=&#8221;Server=youroldhostname;Database=DBName;uid=DBUser;pwd=DBPass;&#8221;</p>
<p><strong>Drupal</strong></p>
<p>Edit the sites/default/settings.php file. You will need to update the following line with the name of the new database server.</p>
<p>$db_url = &#8216;mysqli://DBUser:DBPassword@youroldhostname/DBName&#8217;;</p>
<p><strong>Zen Cart</strong></p>
<p>Edit the includes/configure.php and admin/includes/configure.php files. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;DB_SERVER&#8217;, &#8216;youroldhostname’);</p>
<p><strong>Gallery</strong></p>
<p>Edit the config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$storeConfig['hostname'] = &#8216;youroldhostname’;</p>
<p><strong>Coppermine</strong></p>
<p>Edit the include/config.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>$CONFIG['dbserver'] = &#8216;youroldhostname’;</p>
<p><strong>OSCommerce</strong></p>
<p>Edit the includes/configure.php and admin/includes/configure.php files. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;DB_SERVER&#8217;, &#8216;youroldhostname&#8217;);</p>
<p><strong>PhpBB</strong></p>
<p>Edit the config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$dbhost = &#8216;youroldhostname’;</p>
<p><strong>Vanilla Forum</strong></p>
<p>Edit the conf/database.php file. You will need to update the following line with the name of the new database server.</p>
<p>$Configuration['DATABASE_HOST'] = &#8216;youroldhostname’;</p>
<p><strong>paFileDB</strong></p>
<p>Edit the includes/config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$dbServer = &#8220;youroldhostname&#8221;;</p>
<p><strong>Noah’s Classifieds</strong></p>
<p>Edit the app/config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$hostName=&#8221;youroldhostname&#8221;;</p>
<p><strong>OpenX</strong></p>
<p>Edit the var/yoursitename.com.conf.php file. You will need to update the following line with the name of the new database server.</p>
<p>host=&#8221;youroldhostname&#8221;</p>
<p><strong>BlogEngine.NET</strong></p>
<p>Edit the web.config file. You will need to update the following line with the name of the new database server.</p>
<p>&lt;add name=&#8221;BlogEngine&#8221; connectionString=&#8221;Data Source=youroldhostname;User ID=DBUser;Password=DBPassword;persist security info=False;initial catalog=DBName;&#8221; providerName=&#8221;System.Data.SqlClient&#8221;/&gt;</p>
<p><strong>Geeklog</strong></p>
<p>Edit the db-config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$_DB_host = &#8216;youroldhostname&#8217;;</p>
<p><strong>Lifetype</strong></p>
<p>Edit the config/config.properties.php file. You will need to update the following line with the name of the new database server.</p>
<p>$config['db_host'] = &#8216;youroldhostname&#8217;;</p>
<p><strong>reBlog</strong></p>
<p>Edit the config.php file. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;REF_DB_HOST&#8217;, &#8220;youroldhostname&#8221;);</p>
<p><strong>Serendipity</strong></p>
<p>Edit the serendipity_config_local.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>$serendipity['dbHost'] = &#8216;youroldhostname&#8217;;</p>
<p><strong>Mantis</strong></p>
<p>Edit the config_inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>$g_hostname = &#8220;youroldhostname&#8221;;</p>
<p><strong>MediaWiki</strong></p>
<p>Edit the LocalSettings.php and config/LocalSettings.php files. You will need to update the following line with the name of the new database server. $wgDBserver = &#8220;youroldhostname&#8221;;</p>
<p><strong>WebCalendar</strong></p>
<p>Edit the includes/settings.php file. You will need to update the following line with the name of the new database server.</p>
<p>db_host: youroldhostname</p>
<p><strong>anyInventory</strong></p>
<p>Edit the globals.php file. You will need to update the following line with the name of the new database server.</p>
<p>$db_host = &#8220;youroldhostname&#8221;;</p>
<p><strong>Mambo</strong></p>
<p>Edit the configuration.php file. You will need to update the following line with the name of the new database server.</p>
<p>$mosConfig_host = &#8216;youroldhostname&#8217;;<strong>Community Server</strong></p>
<p>Edit the connectionStrings.config file. You will need to update the following line with the name of the new database server.</p>
<p>&lt;add name=&#8221;SiteSqlServer&#8221; connectionString=&#8221;server=youroldservername;uid=DBUser;pwd=&#8217;DBPassword&#8217;;database=DBName&#8221;/&gt;</p>
<p><strong>MODx</strong></p>
<p>Edit the includes/config.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>$database_server = &#8216;youroldhostname&#8217;;</p>
<p><strong>Moodle</strong></p>
<p>Edit the config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$CFG-&gt;dbhost = &#8216;youroldhostname&#8217;;</p>
<p><strong>Nucleus</strong></p>
<p>Edit the config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$MYSQL_HOST = &#8216;youroldhostname&#8217;;</p>
<p><strong>PostNuke</strong></p>
<p>Edit the config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$pnconfig['dbhost'] = &#8216;youroldhostname&#8217;;</p>
<p><strong>SilverStripe</strong></p>
<p>Edit the tutorial/_config.php file. You will need to update the following line with the name of the new database server.</p>
<p>&#8220;server&#8221; =&gt; &#8220;youroldhostname&#8221;,</p>
<p><strong>Xoops</strong></p>
<p>Edit the mainfile.php file. You will need to update the following line with the name of the new database server.</p>
<p>define( &#8216;XOOPS_DB_HOST&#8217;, &#8216;youroldhostname&#8217; );</p>
<p><strong>Pinnacle Cart</strong></p>
<p>Edit the content/engine/engine_config.php file. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;DB_HOST&#8217;, &#8216;youroldhostname&#8217;);</p>
<p><strong>BidWare</strong></p>
<p>Edit the configuration/configure.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>$bidwareTsohbD = &#8216;youroldhostname&#8217;;</p>
<p><strong>Elgg</strong></p>
<p>Edit the engine/settings.php file. You will need to update the following line with the name of the new database server.</p>
<p>$CONFIG-&gt;dbhost = &#8216;youroldhostname&#8217;;</p>
<p><strong>4Images</strong></p>
<p>Edit the config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$db_host = &#8220;youroldhostname&#8221;;</p>
<p><strong>YetAnotherForum</strong></p>
<p>Edit the yafnet.config file. You will need to update the following line with the name of the new database server.</p>
<p>&lt;connstr&gt;user id=DBUser;pwd=DBPassword;data source=youroldhostname;initial catalog=DBName;timeout=90&lt;/connstr&gt;<strong>Brim</strong></p>
<p>Edit the framework/configuration/databaseConfiguration.php file. You will need to update the following line with the name of the new database server.</p>
<p>$host = &#8216;youroldhostname&#8217;;</p>
<p><strong>dotProject</strong></p>
<p>Edit the includes/config.php file. You will need to update the following line with the name of the new database server.</p>
<p>$dPconfig['dbhost'] = &#8216;youroldhostname&#8217;;</p>
<p><strong>OpenDB</strong></p>
<p>Edit the include/local.config.php file. You will need to update the following line with the name of the new database server.</p>
<p>&#8216;host&#8217;=&gt;&#8217;youroldhostname&#8217;, //OpenDb database host</p>
<p><strong>OrangeHRM</strong></p>
<p>Edit the lib/confs/Conf.php file. You will need to update the following line with the name of the new database server.</p>
<p>$this-&gt;dbhost = &#8216;youroldhostname&#8217;;</p>
<p><strong>phpCollab</strong></p>
<p>Edit the includes/settings.php file. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;MYSERVER&#8217;, &#8216;youroldhostname&#8217;);</p>
<p><strong>PHProjekt</strong></p>
<p>Edit the config.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;PHPR_DB_HOST&#8217;, &#8216;youroldhostname&#8217;);</p>
<p><strong>Aardvark Topsites</strong></p>
<p>Edit the settings_sql.php file. You will need to update the following line with the name of the new database server.</p>
<p>$CONF['sql_host'] = &#8216;youroldhostname&#8217;;</p>
<p><strong>Advanced Guestbook</strong></p>
<p>Edit the admin/config.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>$GB_DB["host"] = &#8220;youroldhostname&#8221;;</p>
<p><strong>Advanced Poll</strong></p>
<p>Edit the db/include/config.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>$POLLDB["host"] = &#8220;youroldhostname&#8221;;</p>
<p><strong>PHCDownload</strong></p>
<p>Edit the include/config.ini.php file. You will need to update the following line with the name of the new database server.</p>
<p>$config['db_server'] = &#8220;youroldservername&#8221;;</p>
<p><strong>phpMyFAQ</strong></p>
<p>Edit the inc/data.php file. You will need to update the following line with the name of the new database server.</p>
<p>$DB["server"] = &#8216;youroldhostname&#8217;;</p>
<p><strong>phpmyvisites</strong></p>
<p>Edit the config/config.php file. You will need to update the following line with the name of the new database server.</p>
<p>&#8216;db_host&#8217; =&gt; &#8216;youroldhostname&#8217;,</p>
<p><strong>PHPOpenChat</strong></p>
<p>Edit the config.inc.php file. You will need to update the following line with the name of the new database server.</p>
<p>define(&#8216;DATABASE_HOST&#8217;, &#8216;youroldhostname&#8217;);</p>
<p><strong>MediaWiki</strong></p>
<p>Edit the LocalSettings.php file. You will need to update the following line with the name of the new database server.</p>
<p>$wgDBserver = &#8220;&#8216;youroldhostname&#8217;&#8221;;</p>
</div>
<p style="text-align:justify;">&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/4026/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/4026/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/4026/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/4026/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/4026/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/4026/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/4026/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/4026/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/4026/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/4026/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/4026/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/4026/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/4026/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/4026/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=4026&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2010/11/08/database-connection-strings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>Medical Traveling and other sites back up and on better server</title>
		<link>http://joeduck.com/2010/11/06/medical-traveling-and-other-sites-back-up-and-on-better-server/</link>
		<comments>http://joeduck.com/2010/11/06/medical-traveling-and-other-sites-back-up-and-on-better-server/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 16:01:19 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[medical tourism]]></category>
		<category><![CDATA[medical travel]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tourism]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=4022</guid>
		<description><![CDATA[Drama here at the mini web empire over the past few days.   I was critical of Godaddy for taking down several of my sites after an advertising traffic surge of about 9800 unique visits to the new medical tourism blog MedicalTraveling.net put a strain on the shared server.    After the blog post / tweet [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=4022&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Drama here at the mini web empire over the past few days.   I was critical of Godaddy for taking down several of my sites after an advertising traffic surge of about 9800 unique visits to the new medical tourism blog <a title="Medical Tourism and Travel" href="http://medicaltraveling.net">MedicalTraveling.net</a> put a strain on the shared server.    After the blog post / tweet and intervention by CEO Bob Parsons my issues were very quickly resolved and now I&#8217;m on a much better server setup that should be able to better handle the high traffic I expect at that blog.</p>
<p>Still trying to figure out why it took Dr. Bob&#8217;s clout to resolve this.  The tech folks I talk with at Godaddy are usually very capable and attentive, yet two of them had insisted to me there was no way to expedite things after what they seemed to believe was a  &#8221;network violation&#8221; caused by the traffic surge to the new blog.   Uptime was particularly important to me on my new <a title="Medical Tourism and Travel" href="http://www.medicaltraveling.net">Medical Tourism</a> blog because it&#8217;s being reviewed by Thai tourism as my entry in their Medical Tourism blogging contest where finalists will be flown to Thailand for an introduction to the country and to their very advanced medical tourism infrastructure.</p>
<p>So &#8230; we&#8217;ll see if there is a happy ending to another installment in the great lifetime blogging adventure, and I do want to thank Godaddy for coming through with a fast fix after the initial frustrations of having sites taken down.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/4022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/4022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/4022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/4022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/4022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/4022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/4022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/4022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/4022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/4022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/4022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/4022/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/4022/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/4022/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=4022&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2010/11/06/medical-traveling-and-other-sites-back-up-and-on-better-server/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>Feeling Good vs Doing Good</title>
		<link>http://joeduck.com/2010/09/13/feeling-good-vs-doing-good/</link>
		<comments>http://joeduck.com/2010/09/13/feeling-good-vs-doing-good/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 17:21:28 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Globalization]]></category>
		<category><![CDATA[Poverty and Development]]></category>
		<category><![CDATA[do gooders]]></category>
		<category><![CDATA[feel good]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=3914</guid>
		<description><![CDATA[It seems these days I&#8217;m often pissing off friends and family for suggesting something that, frankly, is pretty obvious.     Most of what passes as &#8220;doing good&#8221; these days are activities that make the feel-gooders feel good about themselves, their community, and life in general (that&#8217;s fine of course), but don&#8217;t do much to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3914&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It seems these days I&#8217;m often pissing off friends and family for suggesting something that, frankly, is pretty obvious.     Most of what passes as &#8220;doing good&#8221; these days are activities that make the feel-gooders feel good about themselves, their community, and life in general (that&#8217;s fine of course), but don&#8217;t do much to make the world a better place.    It&#8217;s fine to engage in things that you enjoy that do not contribute to the greater good, but it is very important to recognize the difference, and not to conflate feel-good stuff with actual do-good stuff.</p>
<p>Real good comes in many forms, and thank goodness their are a LOT of people doing real good all around us.  Friends and neighbors working and volunteering in health care, teaching, law enforcement, and hundreds of other public service jobs,  NGOs  building schools all over,  Church groups teaching, etc, etc.    Many of the folks doing that stuff are heroic, braving all kinds of bad conditions to bring health care, education, food, and good will to those who need it most.</p>
<p>But without even pointing out those obvious &#8216;feel good&#8217; activities I&#8217;m going to hope we make better progress than we seem to be *re-defining* what it means to &#8220;do good&#8221;.</p>
<p>Those of us in the middle and up classes here in the USA enjoy historically unprecedented standards of living, and even those on welfare here in the USA live well by any reasonable global standards.    Bringing this higher *standard of living* to the small numbers in the US and the huge numbers in other countries who do not benefit from our system is the greatest moral challenge of our time, yet I can&#8217;t help but think that the many &#8220;feel gooders&#8221; (and even worse &#8211; the political spenders on both sides of the political aisle) are distracting us and redirecting resources very inefficiently to projects that will have little significant positive impact.</p>
<p>As always, hoping folks chime in with their views about this, and for what it&#8217;s worse I&#8217;d agree that blogging is probably NOT an example of doing much if any good!     Maybe I&#8217;m my own best example of the problem?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/3914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/3914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/3914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/3914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/3914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/3914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/3914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/3914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/3914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/3914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/3914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/3914/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/3914/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/3914/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3914&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2010/09/13/feeling-good-vs-doing-good/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>Got Travel?  Travel Blogs and Travel Bloggers, Unite!</title>
		<link>http://joeduck.com/2010/07/26/got-travel-travel-blogs-and-travel-bloggers-unite/</link>
		<comments>http://joeduck.com/2010/07/26/got-travel-travel-blogs-and-travel-bloggers-unite/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 15:12:48 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[tourism]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[travel and history]]></category>
		<category><![CDATA[travel bloggers]]></category>
		<category><![CDATA[travel blogs]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=3840</guid>
		<description><![CDATA[For some time  (100,000 years  in internet dog years), I&#8217;ve wanted to collect *all* the travel blogs in one spot and organize them by destination.    That&#8217;s not happening &#8230; yet &#8230;  but I&#8217;m very happy to see so many great folks online blogging travel now as well as many  lists of bloggers popping up. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3840&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For some time  (100,000 years  in internet dog years), I&#8217;ve wanted to collect *all* the travel blogs in one spot and organize them by destination.    That&#8217;s not happening &#8230; yet &#8230;  but I&#8217;m very happy to see so many great folks online blogging travel now as well as many  lists of bloggers popping up.</p>
<p>An interesting issue in finding the holy grail of travel information is whether people would rather hear from *travelers* or from *locals*.      I used to lean to the former &#8211; ie I wanted to hear from other folks who had visited a place to get the best information, but it&#8217;s become clear to me now that the best source for travel information are well informed local folks &#8211; ideally those who are in the travel industry and therefore familiar with a lot of attractions, hotels, restaurants, history, customs, etc.     An example for Oregon is &#8230; me.</p>
<p>I worked in the travel industry for many years and I know a *lot* about Oregon, especially Southern Oregon.    Unfortunately there are not very many people blogging &#8220;local travel&#8221; from a local perspective.  Ironically pretty much all the travel writing blog folks  (including me) are so busy talking about their own trips out and about, they are not writing much about their local places &#8211; the kind of information that would be simply wonderful if you were to visit a place.</p>
<p>So &#8230; my challenge to travel bloggers is to write a few posts about things to see and do in your own neck of the woods.   Let me know if you do and I&#8217;ll be happy to feature it prominently at our heavy traffic site  &#8221;<a title="US History and US Travel" href="http://u-s-history.com">Travel and Histor</a>y&#8221;.  Please include a bit of history in the travelogue if you can.</p>
<p>Here are some from some cool traveling folks:</p>
<p><strong>Blogs/ Travelers list from </strong><strong><a title="Traveling Teri" href="http://www.travelingteri.com/">Traveling Teri</a>:</strong></p>
<ol>
<li><a href="http://www.wild-about-travel.com/">1step2theleft</a></li>
<li><a href="http://www.twenty-somethingtravel.com/">20sTravel</a></li>
<li><a href="http://www.501places.com/">501 Places</a></li>
<li><a href="http://www.abigailking.co.uk/">Abigail King</a></li>
<li><a href="http://www.adventuregirl.com/">Adventure Girl</a></li>
<li><a href="http://www.webpartner.com/AdventureLive">Adventure Living</a></li>
<li><a href="http://www.cumidanciki.com/">Agent Cikay</a></li>
<li><a href="http://virtualwayfarer.com/">Alex Berger</a></li>
<li><a href="http://twitter.com/almostfearless/">Almost Fearless</a></li>
<li><a href="http://www.mybeautifuladventures.com/">Andi Perullo</a></li>
<li><a href="http://www.sharingtravelexperiences.com/">Andrew G. Hayes</a></li>
<li><a href="http://www.lonelyplanet.com/us">Andy Murdock</a></li>
<li><a href="http://www.aroundtheworldl.com/">Around the World “L”</a></li>
<li><a href="http://www.aswetravel.com/">As We Travel</a></li>
<li><a href="http://www.theaussienomad.com/">Aussie Nomad</a></li>
<li><a href="http://bairdstravel.com/default.aspx">Bairds Travel</a></li>
<li><a href="http://www.betharnold.com/">Beth Arnold</a></li>
<li><a href="http://www.bikeraft.com/">Bike Raft</a></li>
<li><a href="http://www.bootsnall.com/">Boots n All</a></li>
<li><a href="http://borderjumpers1.blogspot.com/">Border Jumpers</a></li>
<li><a href="http://www.brendansadventures.com/about-2/">Brendan von Son</a></li>
<li><a href="http://www.unstoppablefamily.com/">Brian Swan</a></li>
<li><a href="http://www.brookevstheworld.com/">Brooke Schoenman</a></li>
<li><a href="http://www.examiner.com/x-24883-Sacramento-Budget-Travel-Examiner">Budget Travel Sacramento</a></li>
<li><a href="http://www.cailintravels.blogspot.com/">Cailin O’Neil</a></li>
<li><a href="http://www.calbosch.me/">Cal Bosch</a></li>
<li><a href="http://www.candicedoestheworld.com/">Candice Walsh</a></li>
<li><a href="http://girlstrektoo.com/">Cara Lopez Lee</a></li>
<li><a href="http://www.ourtravellifestyle.com/">CC Burns</a></li>
<li><a href="http://www.cgtravelsblog.com/">CG Travels</a></li>
<li><a href="http://www.cestchristine.com/">Christine Amorose</a></li>
<li><a href="http://www.couchsurfingori.com/">Couch Surfing Ori</a></li>
<li><a href="http://www.davestravelcorner.com/index.htm">Dave’s Travel Corner</a></li>
<li><a href="http://www.frommers.com/">David Lytle (davitydave)</a></li>
<li><a href="http://www.dianaellefson.com/%20&amp;%20http://tomndiana.blogspot.com/">Diana Ellefson</a></li>
<li><a href="http://www.docudramaqueen.com/">Docudramaqueen</a></li>
<li><a href="http://www.bidontravel.com/blog/">Don Nadeau</a></li>
<li><a href="http://www.myitchytravelfeet.com/">Donna L. Hull</a></li>
<li><a href="http://www.driftingfocus.com/">Drifting Focus</a></li>
<li><a href="http://www.skinnybackpacker.com/">Dustin Main</a></li>
<li><a href="http://www.earthxplorer.com/">Earth Explorer</a></li>
<li><a href="http://www.eatlivetravelwrite.com/">Eat Live Travel Write</a></li>
<li><a href="http://www.elitetravelinternational.com/">Elite Travel Gal</a></li>
<li><a href="http://www.canvas-of-light.blogspot.com/">ELoren</a></li>
<li><a href="http://overyonderlust.com/">Erica Kuschel</a></li>
<li><a href="http://www.everything-everywhere.com/">Everywhere Trip</a></li>
<li><a href="http://www.fodors.com/">Fodor’s Travel Guides</a></li>
<li><a href="http://www.foxnomad.com/">Fox Nomad</a></li>
<li><a href="http://www.gadling.com/">Gadling</a></li>
<li><a href="http://www.journeyjournalist.com/">Gerard Ward</a></li>
<li><a href="http://www.girlsgetaway.com./">Girls Getaway</a></li>
<li><a href="http://www.globotreks.com/">GloboTreks</a></li>
<li><a href="http://www.gotpassport.org/">Got Passport</a></li>
<li><a href="http://www.gotsaga.com/home/index.php">Got Saga Latino</a></li>
<li><a href="http://www.gotsaga.com/">Got Saga</a></li>
<li><a href="http://www.grumpytraveller.com/">Grumpy Traveller</a></li>
<li><a href="http://twitter.com/happy06295/">Happy Go Lucky</a></li>
<li><a href="http://stuckattheairport.com/">Harriett Baskas</a></li>
<li><a href="http://www.mozaik.com/">Holiday Greece</a></li>
<li><a href="http://ilivetotravel.wordpress.com/">I Live to Travel</a></li>
<li><a href="http://www.isabellestravelguide.com/">Isabelle’s Travel Guide</a></li>
<li><a href="http://www.valesacultural.com/">Janelle Norman</a></li>
<li><a href="http://careerbreaksecrets.com/">Jason’sTravels</a></li>
<li><a href="http://www.examiner.com/x-29593-Orlando-International-Travel-Examiner">Jeff Titelius</a></li>
<li><a href="http://kaleidoscopicwandering.com/">JoAnna Haugen</a></li>
<li><a href="http://www.jasonstravels.com/">Jason’sTravels</a></li>
<li><a href="http://quickaid.com/">Joe Hunkins</a></li>
<li><a href="http://www.johnnyvagabond.com/">Johnny Vagabond</a></li>
<li><a href="http://www.journeywoman.com/">Journeywoman</a></li>
<li><a href="http://www.tnooz.com/">Kevin May</a></li>
<li><a href="http://www.kimmance.com/">Kim Mance</a></li>
<li><a href="http://www.landlopers.com/">LandLopers</a></li>
<li><a href="http://www.nxy.in/n625g">Larry Blanken</a></li>
<li><a href="http://www.legalnomads.blogspot.com/">Legal Nomads</a></li>
<li><a href="http://www.ljrose.com/expeditions/Home.html">LJ Rose Expeditions</a></li>
<li><a href="http://www.lonelyplanet.com/">Lonely Planet</a></li>
<li><a href="http://blog.malaysia-asia.my/">Malaysia-Asia</a></li>
<li><a href="http://www.margaretkinney.com/">Margaret Kinney</a></li>
<li><a href="http://www.apairofpantiesandboxers.com/">Monica Wong</a></li>
<li><a href="http://www.myjourneyofalifetime.com/">My Journey of a Lifetime</a></li>
<li><a href="http://www.mymelange.com/">My Melange</a></li>
<li><a href="http://www.traveler.nationalgeographic.com/">National Geographic</a></li>
<li><a href="http://www.neverendingvoyage.com/">Neverending Voyage</a></li>
<li><a href="http://www.travel.nytimes.com/">New York Times Travel</a></li>
<li><a href="http://www.nomadicchick.com/">Nomadic Chick</a></li>
<li><a href="http://www.nomadicmatt.com/">Nomadic Matt</a></li>
<li><a href="http://www.parismoviewalks.webs.com/reviews.htm">Ottsworld</a></li>
<li><a href="http://parismoviewalks.webs.com/">ParisBuff</a></li>
<li><a href="http://www.gotsaga.com/">PatriciaVance, GotSaga</a></li>
<li><a href="http://www.frommers.com/pauline/">Pauline Frommer’s Travel</a></li>
<li><a href="http://perrinpost.truth.travel/">Perrin Post</a></li>
<li><a href="http://www.petergreenberg.com/">Peter Greenberg</a></li>
<li><a href="http://www.richardescobar.com/richardescobar/blog/blog.html">Richard Escobar</a></li>
<li><a href="http://www.ricksteves.com/">Rick Steves</a></li>
<li><a href="http://www.gobackpacking.com/">RTWDave</a></li>
<li><a href="http://runawayjuno.com/">Runaway Juno</a></li>
<li><a href="http://www.travellerspoint.com/">Sam Daams</a></li>
<li><a href="http://www.examiner.com/x-5678-Minneapolis-European-Travel-Examiner">SaraKateTravel</a></li>
<li><a href="https://www.securedtraveler.com/Default.asp">Secured Traveler</a></li>
<li><a href="http://www.serendipitytraveler.com/home/index.php/site/index/">Serendipity Traveler</a></li>
<li><a href="http://www.rerunaround.com/">Shawnosaurus</a></li>
<li><a href="http://www.smartwomentravelers.com/">Smart Women Travelers</a></li>
<li><a href="http://solofriendly.com/">Solo Friendly</a></li>
<li><a href="http://solotravelerblog.com/">Solo Traveler</a></li>
<li><a href="http://www.sosauce.com/">Sosauce</a></li>
<li><a href="http://www.soultravelers3.com/">Soultravelers3</a></li>
<li><a href="http://www.carolinanomad.com/">Spencer Spellman</a></li>
<li><a href="http://www.spunkygirlmonologues.com/">Spunky Girl Monologues</a></li>
<li><a href="http://stayadventurous.wordpress.com/">Stay Adventurous</a></li>
<li><a href="http://staybank.com/">Stay Bank</a></li>
<li><a href="http://www.socialborder.com/">Sumit Gupta</a></li>
<li><a href="http://www.linkedin.com/in/susanfarlow">Susan Farlow</a></li>
<li><a href="http://www.suzyguese.com/">Suzy Guese</a></li>
<li><a href="http://www.technomadia.com/">Technomadia</a></li>
<li><a href="http://www.thankgodisurf.wordpress.com/">Thank God I Surf</a></li>
<li><a href="http://thejungleprincess.com/">The Jungle Princess</a></li>
<li><a href="http://www.thelongestwayhome.com/">The Longest Way Home</a></li>
<li><a href="http://www.themadtraveleronline.com/">The Mad Traveler Online</a></li>
<li><a href="http://theplanetd.com/">The Planetd</a></li>
<li><a href="http://www.theroamingboomers.com/">The Roaming Boomers</a></li>
<li><a href="http://www.thetashingainitiative.org/">The Tashinga Initiative</a></li>
<li><a href="http://www.thetraveltart.com/">The Travel Tart</a></li>
<li><a href="http://www.thetraveltweeter.com/">The Travel Tweeter</a></li>
<li><a href="http://www.thetripchicks.com/">The Trip Chicks</a></li>
<li><a href="http://www.travelanswerman.com/">Tiffany Travels</a></li>
<li><a href="http://travel.timesonline.co.uk/">Timesonline Travel</a></li>
<li><a href="http://www.travelanswerman.com/">Travel Answerman</a></li>
<li><a href="http://innthekitchen.com/wp/">Travel Blogger</a></li>
<li><a href="http://cheapgasforsale.com/newblog/740/anniversary-pictures-2010/">Travel Bully</a></li>
<li><a href="http://trailercampers.com.au/">Trailer Campers</a></li>
<li><a href="http://www.travelcuts.com/en/index2.asp">Travel Cuts</a></li>
<li><a href="http://traveldesigned.com/">Travel Designed</a></li>
<li><a href="http://www.traveldudes.org/static/about-traveldudes">Travel Dudes</a></li>
<li><a href="http://travelgirlaroundtheworlds.blogspot.com/">Travel Girl (smultronställen)</a></li>
<li><a href="http://travelhappy.info/about/">Travel Happy</a></li>
<li><a href="http://www.frillseekerdiary.com/">Traveling Anna</a></li>
<li><a href="http://travelingperly.wordpress.com/">Traveling Perly</a></li>
<li><a href="http://www.traveling-savage.com/">Traveling Savage</a></li>
<li><a href="http://www.examiner.com/x-10429-Chicago-Adventure-Travel-Examiner">Traveling Ted</a></li>
<li><a href="http://www.travelingteri.com/">Traveling Teri</a></li>
<li><a href="http://travelsofadam.com/">Travels of Adam</a></li>
<li><a href="http://www.travelocity.com/">Travelocity</a></li>
<li><a href="http://traveloffthecuff.com/">Travel Off the Cuff</a></li>
<li><a href="http://www.solowomantraveler.blogspot.com/">Travel Optimist</a></li>
<li><a href="http://blip.fm/travelmaus">Travel Maus</a></li>
<li><a href="http://www.travelmuse.com/">Travel Muse</a></li>
<li><a href="http://www.travelsavvymom.com/">Travel Savvy Mom</a></li>
<li><a href="http://travelsquire.com/">Travel Squire</a></li>
<li><a href="http://wefollow.com/travlsusan">Travel Susan</a></li>
<li><a href="http://www.travelwriter.at/">Travelwriticus</a></li>
<li><a href="http://www.stuckincustoms.com/">Trey Ratcliff</a></li>
<li><a href="http://tuscanblog.com/">Tuscan Blog</a></li>
<li><a href="http://www.unbravegirl.com/">Unbrave Girl</a></li>
<li><a href="http://www.uncorneredmarket.com/">Uncornered Market</a></li>
<li><a href="http://vagabond3.com/">Vagabond3</a><a href="http://italian-notes.blogspot.com/">Italian Notes</a></li>
<li><a href="http://www.vagabondish.com/">Vagabondish</a></li>
<li><a href="http://velvetescape.com/blog/">Velvetescape</a></li>
<li><a href="http://wandering-off.blogspot.com/">Wandering-off</a></li>
<li><a href="http://wanderingsofatravelbug.blogspot.com/">Wanderings of a Travelbug</a></li>
<li><a href="http://www.wanderingtrader.com/">Wandering Trader</a></li>
<li><a href="http://www.wanttogotravel.com/">Want to Go Travel</a></li>
<li><a href="http://www.welcometuscany.com/en/index.php">Welcome Tuscany</a></li>
<li><a href="http://www.wendmag.com/">Wend Magazine</a></li>
<li><a href="http://www.whereivebeen.com/">Where I’ve Been</a></li>
<li><a href="http://www.wildjunket.com/">Wild Junket</a></li>
<li><a href="http://www.worldnomads.com/">World Nomads</a></li>
</ol>
<p><strong>Blogroll from </strong><a href="http://blog.travelanswerman.com/"><strong>Travel Answer Man</strong></a><strong> John Van Kirk:</strong></p>
<ul>
<li><a href="http://www.academicearth.org/">Academic Earth</a></li>
<li><a href="http://almostfearless.com/">Almost Fearless</a></li>
<li><a href="http://freshaircabin.com/">Around the World</a></li>
<li><a href="http://chrisguillebeau.com/3x5">Art of Non-Conformity</a></li>
<li><a href="http://www.blogcatalog.com/directory/travel">Blog Catalog</a></li>
<li><a href="http://blogs.bootsnall.com/">BootsnAll</a></li>
<li><a href="http://briefcasetobackpack.com/">Briefcase to Backpack</a></li>
<li><a href="http://current.newsweek.com/budgettravel">Budget Travel</a></li>
<li><a href="http://commonsenseandwhiskey.typepad.com/commonsenseandwhiskey">Common Sense and Whiskey</a></li>
<li><a href="http://www.coolbusinessideas.com/">Cool Business Ideas</a></li>
<li><a href="http://www.kk.org/cooltools">Cool Tools</a></li>
<li><a href="http://cooltravelguide.blogspot.com/">Cool Travel Guide</a></li>
<li><a href="http://www.cruisereviews.com/">Cruise Reviews</a></li>
<li><a href="http://curiousexpeditions.org/">Curious Expeditions</a></li>
<li><a href="http://wordpress.org/development/">Development Blog</a></li>
<li><a href="http://codex.wordpress.org/">Documentation</a></li>
<li><a href="http://quake.usgs.gov/recent/index.html">Earthquake News</a></li>
<li><a href="http://www.eatingthemotherland.blogspot.com/">Eating the Motherland</a></li>
<li><a href="http://www.enduringwanderlust.com/">Enduring Wanderlust</a></li>
<li><a href="http://www.engadget.com/">Engadget</a></li>
<li><a href="http://escapenewyork.blogspot.com/">Escape From New York</a></li>
<li><a href="http://www.ethicaltraveler.org/">Ethical Traveler</a></li>
<li><a href="http://www.eurocheapo.com/blog">Euro Cheapo</a></li>
<li><a href="http://everthenomad.blogspot.com/">Ever the Nomad</a></li>
<li><a href="http://everything-everywhere.com/">Everything Everywhere</a></li>
<li><a href="http://www.familytravellogue.com/">Family Travellogue</a></li>
<li><a href="http://www.gadling.com/">Gadling</a></li>
<li><a href="http://lolaakinmade.com/">Geotraveler’s Niche</a></li>
<li><a href="http://gizmodo.com/">Gizmodo</a></li>
<li><a href="http://www.globalscavengerhunt.com/101%20best.htm">Global Scavenger Hunt</a></li>
<li><a href="http://www.osac.gov/">Global Security News &amp; Reports</a></li>
<li><a href="http://globalvoicesonline.org/">Global Voices Online</a></li>
<li><a href="http://www.gonomad.com/">Go Nomad</a></li>
<li><a href="http://www.bestgreenblogs.com/">Green Blogs</a></li>
<li><a href="http://gridskipper.com/">Gridskipper</a></li>
<li><a href="http://www.happyhotelier.com/">Happy Hotelier</a></li>
<li><a href="http://www.naturalnews.com/">Health Ranger</a></li>
<li><a href="http://www.hobotraveler.com/blogger.html">Hobo Traveler</a></li>
<li><a href="http://news-e.hoosta.com/">Hoosta Magazine</a></li>
<li><a href="http://hostelbuenosaires.blogspot.com/">Hostel Buenos Aires</a></li>
<li><a href="http://www.hotel-blogs.com/guillaume_thevenot">Hotel Blogs</a></li>
<li><a href="http://ikangaroo.com/">i Kangaroo</a></li>
<li><a href="http://indietravelpodcast.com/">Indie Travel Podcast</a></li>
<li><a href="http://blogs.nationalgeographic.com/intelligenttravel">Intelligent Travel</a></li>
<li><a href="http://www.intrade.com/">Intrade</a></li>
<li><a href="http://japanvisitor.blogspot.com/">Japan Visitor</a></li>
<li><a href="http://www.jaunted.com/">Jaunted</a></li>
<li><a href="http://www.travelblog.org/Bloggers/Jabe">John McCabe</a></li>
<li><a href="http://kylekeeton.com/">Kyle Keeton</a></li>
<li><a href="http://www.lvol.com/">Las Vegas</a></li>
<li><a href="http://www.legalnomads.blogspot.com/">Legal Nomads</a></li>
<li><a href="http://www.lifeclever.com/">Life Clever</a></li>
<li><a href="http://www.lifehack.org/">Life Hack</a></li>
<li><a href="http://luxurylatinamerica.com/blog">Luxury Latin America</a></li>
<li><a href="http://www.aluxurytravelblog.com/">Luxury Travel Blog</a></li>
<li><a href="http://www.metroblogging.com/">Metro Blogging</a></li>
<li><a href="http://missexpatria.wordpress.com/">Miss Expatria</a></li>
<li><a href="http://mjperry.blogspot.com/">MJ Perry</a></li>
<li><a href="http://moroccanmaryam.typepad.com/my_marrakesh">Moroccan Mary</a></li>
<li><a href="http://blog.mrandmrssmith.com/">Mr and Mrs Smith</a></li>
<li><a href="http://myitchytravelfeet.com/">My Itchy Travel Feet</a></li>
<li><a href="http://www.nationalparkstraveler.com/">National Parks Traveler</a></li>
<li><a href="http://www.nyctourist.com/">New York City</a></li>
<li><a href="http://www.newyorkology.com/index.php">Newyorkology</a></li>
<li><a href="http://nodebtworldtravel.com/">No Debt World Travel</a></li>
<li><a href="http://www.nomadicmatt.com/">Nomadic Matt</a></li>
<li><a href="http://www.notesfromtheroad.com/">Notes from the Road</a></li>
<li><a href="http://oneworldtravelandtourism.blogspot.com/">One World Travel and Tourism</a></li>
<li><a href="http://www.concierge.com/cntraveler/blogs/perrinpost">Perrinpost</a></li>
<li><a href="http://www.petergreenberg.com/">Peter Greenberg</a></li>
<li><a href="http://wordpress.org/extend/plugins/">Plugins</a></li>
<li><a href="http://rickseaney.com/">Rick Seaney</a></li>
<li><a href="http://www.roamingtales.com/">Roaming Tales</a></li>
<li><a href="http://www.rollingrains.com/blog">Rolling Rains Report</a></li>
<li><a href="http://www.routesinternational.com/">Routes International</a></li>
<li><a href="http://www.savingadvice.com/">Saving Advice</a></li>
<li><a href="http://www.sciencedaily.com/">Science Daily</a></li>
<li><a href="http://seat61.com/">Seat 61</a></li>
<li><a href="http://sethgodin.typepad.com/">Seth Godin</a></li>
<li><a href="http://www.lowcarbontravel.com/">Slow Travel</a></li>
<li><a href="http://smalltimetraveller.wordpress.com/">Small Time Traveller</a></li>
<li><a href="http://www.smithsonianjourneys.org/blog">Smithsonian Journeys</a></li>
<li><a href="http://southernconeguidebooks.blogspot.com/">Southern Cone Guide Books</a></li>
<li><a href="http://wordpress.org/extend/ideas/">Suggest Ideas</a></li>
<li><a href="http://wordpress.org/support/">Support Forum</a></li>
<li><a href="http://interacc.typepad.com/">Synthesis</a></li>
<li><a href="http://www.stretcher.com/index.cfm">The Dollar Stretcher</a></li>
<li><a href="http://www.thetravelerszone.com/">The Travelers Zone</a></li>
<li><a href="http://www.theworldbysea.com/">The World By Sea</a></li>
<li><a href="http://wordpress.org/extend/themes/">Themes</a></li>
<li><a href="http://www.travelanswerman.com/">Travel Answer Man</a></li>
<li><a href="http://www.globorati.com/">Travel Beautiful</a></li>
<li><a href="http://www.travelblog.org/">Travel Blog</a></li>
<li><a href="http://www.travelblogs.com/">Travel Blogs</a></li>
<li><a href="http://travel.booklocker.com/">Travel Booklocker</a></li>
<li><a href="http://www.travelerslunchbox.com/">Travelers Lunch Box</a></li>
<li><a href="http://travelingmamas.com/">Traveling Mamas</a></li>
<li><a href="http://www.travelingteri.com/">Traveling Teri</a></li>
<li><a href="http://www.travelizmo.com/">Travelizmo</a></li>
<li><a href="http://www.treehugger.com/">Tree Hugger</a></li>
<li><a href="http://www.ubertramp.com/">Ubertramp</a></li>
<li><a href="http://unearthingasia.com/">Unearthing Asia</a></li>
<li><a href="http://www.vagablogging.net/">Vagablogging</a></li>
<li><a href="http://www.vagabondish.com/">Vagabondish</a></li>
<li><a href="http://www.virtualtourist.com/">Virtual Tourist</a></li>
<li><a href="http://walkinganddrinkingbeer.blogspot.com/">Walking and Drinking Beer</a></li>
<li><a href="http://www.walletpop.com/">WalletPop</a></li>
<li><a href="http://www.wanderingeducators.com/">Wandering Educators</a></li>
<li><a href="http://wanderingjustin.com/">Wandering Justin</a></li>
<li><a href="http://watchingamerica.com/News">Watching America</a></li>
<li><a href="http://www.nancydbrown.com/">What a Trip</a></li>
<li><a href="http://blog.wholetravel.com/">Whole Travel</a></li>
<li><a href="http://www.wildjunket.com/">Wild Junket</a></li>
<li><a href="http://planet.wordpress.org/">WordPress Planet</a></li>
<li><a href="http://www.worldhum.com/">World Hum</a></li>
<li><a href="http://www.worldnews.com/">World News</a></li>
<li><a href="http://www.worldreviewer.com/">World Reviewer</a></li>
<li><a href="http://www.worldweather.com/">World Weather</a></li>
<li><a href="http://writinghorseback.com/">Writing Horseback</a></li>
</ul>
<p><strong><em>From </em></strong><a title="Blog list from Elliot.org" href="http://www.elliot.org/"><strong><em>Elliot.org</em></strong></a></p>
<p><a href="http://www.alaskatravelgram.com/">Alaska TravelGram</a><br />
<a href="http://almostfearless.com/">Almost Fearless</a><br />
<a href="http://www.statesman.com/blogs/content/shared-gen/blogs/austin/andersmeanders/?cxntfid=blogs_anders_meanders">Anders Meanders</a><br />
<a href="http://www.frommers.com/blog/?plckBlogPage=Blog">Arthur Frommer</a><br />
<a href="http://www.bravenewtraveler.com/">Brave New Traveler</a><br />
<a href="http://www.consumerist.com/">Consumerist</a><br />
<a href="http://evansparks.wordpress.com/">Evan Sparks</a><br />
<a href="http://www.everettpotter.com/blog/">Everett Potter</a><br />
<a href="http://www.expertcruiser.com/">ExpertCruiser</a><br />
<a href="http://blog.flightwisdom.com/">Flight Wisdom</a><br />
<a href="http://www.gadling.com/">Gadling</a><br />
<a href="http://www.hidden-travel-gems.com/">Hidden Travel Gems</a><br />
<a href="http://www.hotel-blogs.com/guillaume_thevenot/">Hotel Blogs by Guillaume Thevenot</a><br />
<a href="http://www.hotelchatter.com/">HotelChatter</a><br />
<a href="http://blogs.nationalgeographic.com/blogs/intelligenttravel/">Intelligent Travel</a><br />
<a href="http://www.jaunted.com/">Jaunted</a><br />
<a href="http://blogs.courant.com/travel_columnists_leblanc/">Jeanne Leblanc</a><br />
<a href="http://www.llworldtour.com/">LLWorldTour</a><br />
<a href="http://marriott.com/vsstart/clickcounter/ext/blog-rss-podcast-click-to-blog-home/vsend/external/blogs.marriott.com/default.asp">Marriott on the Move</a><br />
<a href="http://www.maxablog.com/">MaxaBlog</a><br />
<a href="http://www.onlinetravelreview.com/">Online Travel Review</a><br />
<a href="http://www.petergreenberg.com/">Peter Greenberg</a><br />
<a href="http://www.planebuzz.com/">PlaneBuzz</a><br />
<a href="http://rickseaney.com/">Rick Seaney</a><br />
<a href="http://blogs.mysanantonio.com/weblogs/travel/">Roads Less Traveled</a><br />
<a href="http://safecruise.blogspot.com/">Safe Cruise</a><br />
<a href="http://www.shipcriticblog.com/">Ship Critic blog</a><br />
<a href="http://www.blogsouthwest.com/">Southwest Airlines</a><br />
<a href="http://t2impact.blogspot.com/">T2Impact</a><br />
<a href="http://tims-boot.blogspot.com/">The BOOT</a><br />
<a href="http://blogs.usatoday.com/cruiselog/">The Cruise Log</a><br />
<a href="http://travelnewsblog.latimes.com/dailytraveler/">The Daily Traveler</a><br />
<a href="http://hasbrouck.org/blog/">The Practical Nomad</a><br />
<a href="http://current.newsweek.com/budgettravel/">This Just In…..</a><br />
<a href="http://travel.booklocker.com/">Tim Leffel’s Cheapest Destinations</a><br />
<a href="http://www.aviationweek.com/aw/blogs/commercial_aviation/TowersAndTarmacs/index.jsp?plckBlogPage=Blog">Towers and Tarmacs</a><br />
<a href="http://travel-babel.blogspot.com/">Travel Babel</a><br />
<a href="http://www.travelgearblog.com/">Travel Gear Blog</a><br />
<a href="http://voices.washingtonpost.com/travellog/">Travel Log</a><br />
<a href="http://travelmaven.typepad.com/the_travel_maven_blog/">Travel Maven blog</a><br />
<a href="http://blog.travelpost.com/">Travel Post</a><br />
<a href="http://www.travel-rants.com/">Travel Rants</a><br />
<a href="http://traveler2.typepad.com/blog/">Traveler 2.0</a><br />
<a href="http://www.businessweek.com/lifestyle/travelers_check/">Traveler’s Check</a><br />
<a href="http://blog.amateurtraveler.com/">Tripinator – Travel 2.0</a><br />
<a href="http://www.tripso.com/">Tripso</a><br />
<a href="http://www.upgradetravelbetter.com/">Upgrade: travel better</a><br />
<a href="http://blogs.usatoday.com/hotelhotsheet/">USA Today’s Hotel Hotsheet</a><br />
<a href="http://www.worldhum.com/">World Hum</a><br />
<a href="http://blogs.wsj.com/middleseat">WSJ.com: The Middle Seat Terminal</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/3840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/3840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/3840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/3840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/3840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/3840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/3840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/3840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/3840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/3840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/3840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/3840/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/3840/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/3840/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3840&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2010/07/26/got-travel-travel-blogs-and-travel-bloggers-unite/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>WordPress Publishing Problems with Flickr or other programs?</title>
		<link>http://joeduck.com/2010/07/18/wordpress-publishing-problems-with-flickr-or-other-programs/</link>
		<comments>http://joeduck.com/2010/07/18/wordpress-publishing-problems-with-flickr-or-other-programs/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 01:22:57 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress flickr]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=3826</guid>
		<description><![CDATA[Another reminder (because I&#8217;ve needed this many times) that you must enable WordPresses &#8220;Remote Publishing&#8221; protocols if you want to blog photos directly from Flickr  (a fantastic feature &#8211; I wish more people could do this but it remains a little tricky to set up both at Flickr and at WP unless you know this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3826&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><span style="font-weight:normal;">Another reminder (because I&#8217;ve needed this many times) that you must enable WordPresses &#8220;Remote Publishing&#8221; protocols if you want to blog photos directly from Flickr  (a fantastic feature &#8211; I wish more people could do this but it remains a little tricky to set up both at Flickr and at WP unless you know this is needed (defaults have these boxes UNchecked).   I think you only need the XML-RPC after correct configuration at Flickr, but do both so you have more ways to publish to your WP blog: </span></h3>
<h3></h3>
<h3>Remote Publishing</h3>
<p>To post to WordPress from a desktop blogging client or remote website that uses the Atom Publishing Protocol or one of the XML-RPC publishing interfaces you must enable them below.</p>
<table>
<tbody>
<tr valign="top">
<th scope="row">Atom Publishing Protocol</th>
<td>
<fieldset>
<legend>Atom Publishing Protocol</legend>
<p><label for="enable_app"> Enable the Atom Publishing Protocol.</label></fieldset>
</td>
</tr>
<tr valign="top">
<th scope="row">XML-RPC</th>
<td>
<fieldset>
<legend>XML-RPC</legend>
<p><label for="enable_xmlrpc"> Enable the WordPress, Movable Type, MetaWeblog and Blogger XML-RPC publishing protocols.</label></fieldset>
</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/3826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/3826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/3826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/3826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/3826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/3826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/3826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/3826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/3826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/3826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/3826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/3826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/3826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/3826/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3826&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2010/07/18/wordpress-publishing-problems-with-flickr-or-other-programs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>Climate Science Scandal &#8211; will Paleo Dendrochronology survive?</title>
		<link>http://joeduck.com/2009/11/20/climate-science-scandal-will-paleo-dendrochronology-survive/</link>
		<comments>http://joeduck.com/2009/11/20/climate-science-scandal-will-paleo-dendrochronology-survive/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:37:50 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[Global Warming]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=3424</guid>
		<description><![CDATA[For new readers please NOTE  that I am NOT a climate skeptic, I am just wondering why groupthink seems so pervasive in the climate science community, especially over at the key climate blog RealClimate . Update: Two very thoughtful and balanced pieces written &#8211; by climate scientist Judy Curry &#8211; and by Peter Kelemen at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3424&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>For new readers please NOTE  that I am NOT a climate skeptic, I am just wondering why groupthink seems so pervasive in the climate science community, especially over at the key climate blog </em><a title="Climate groupthink" href="http://www.realclimate.org"><em>RealClimate</em></a><em> .</em></p>
<p><strong>Update: Two very </strong><strong>thoughtful and balanced pieces written &#8211; by </strong><a title="Curry on Climate Science" href="http://www.climateaudit.org/?p=7826#more-7826"><strong>climate scientist Judy Curry</strong></a><strong> &#8211; and by <a title="Climate emails" href="http://www.popularmechanics.com/science/earth/4338343.html">Peter Kelemen at Popular Mechanics </a>.</strong></p>
<p><strong>Here&#8217;s the <a title="WSJ on ClimateGate" href="http://online.wsj.com/article/SB10001424052748704888404574547730924988354.html# articleTabs%3Darticle">Wall Street Journal&#8217;</a></strong><strong>s take on this.</strong></p>
<p><strong><a title="CRU emails" href="http://www.anelegantchaos.org/cru/">Here are the infamous hacked emails.</a></strong></p>
<p>There&#8217;s a remarkable development today on the climate front [thanks to Glenn for the link in the earlier post].   A huge amount of climate data, including some remarkable emails between scientists, have been hacked from the University of Anglia in England.   These mails and data may shed some light on some of the more contentious points in climate science.</p>
<p>The odd methods and math seem especially conspicuous in tree ring studies of climate trends.   Called Paleo Dendrochronology, these studies are VERY often used either alone or with other data in climate studies and often are used alone or with other data to make the case that global climate change is potentially catastrophic.</p>
<p>The best scientific work critical of global warming science seems to focus mostly  on attacking this weakest link &#8211; or should I say the weakest rings &#8211; over at <a title="Climate Audit" href="http://www.climateaudit.org">ClimateAudit.org</a>.</p>
<p>Here is a great balanced view at UK Guardian of the story so far:  <a href="http://www.guardian.co.uk/environment/2009/nov/20/climate-sceptics-hackers-leaked-emails">http://www.guardian.co.uk/environment/2009/nov/20/climate-sceptics-hackers-leaked-emails</a></p>
<p>A critical view of the implications of this data is here at <a title="climate audit" href="http://www.climateaudit.org/?p=7810">ClimateAudit </a></p>
<p>A sympathetic view is here at <a title="RealClimate on CRU hack" href="http://www.realclimate.org/index.php/archives/2009/11/the-cru-hack/">RealClimate</a> where  <span style="text-decoration:line-through;"> </span><span style="text-decoration:line-through;">I tried to post </span> I posted this comment and I appreciate the good sportsmanship of them letting it through moderation.   When they do allow me to post this type of comment I wonder if I&#8217;ve been too hard on them for what seems like censorship, but possibly could be the crappy posting system they have over there where moderation, timestamps, and other factors seem to confuse everybody.</p>
<blockquote><p><em>Somebody naively wondered why there are so few comments on this post.   IMO the answer is that RealClimate is effectively content-censored to a large degree for conformance with the prevailing ideas here. </em></p>
<p><em>Uninformed dissenters are sometimes let in so the comment crew can bash them around, but reasoned dissenters are usually banned outright.  Many don&#8217;t bother trying to post here for that very reason. </em></p>
<p><em> Gavin in the interest of transparency would you at least roughly estimate how many of the comments have been moderated out for this post?  I would guess 95% have been zapped.</em></p>
<p><em> &lt;i&gt;[RealClimate wrote]  Scientists often use the term “trick” to refer to a “a good way to deal with a problem” &lt;/i&gt;</em></p>
<p><em> Could you give a few examples? I searched right here at Realclimate for uses of that term they tend to relate to &#8220;trickery&#8221;, not good science.</em></p></blockquote>
<p>More climate updates:   Here&#8217;s the <a title="Copenhagan Diagnosis" href="http://www.copenhagendiagnosis.org/executive_summary.html">Copenhagen Diagnosis</a>,  an excellent summary of the latest climate science  since the last big IPCC report.    For the record I do think this does suffer from the prevailing &#8220;somewhat alarmist&#8221; tone in some of the interpretations of the research.   For example a key observation is the current pause in warming noted by satellite measures, and this is given short shrift here.</p>
<blockquote>
<p style="padding-left:30px;text-align:left;"><em><br />
</em></p>
<p style="text-align:left;"><em><br />
</em></p>
<p style="text-align:left;"><em><br />
</em></p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/3424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/3424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/3424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/3424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/3424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/3424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/3424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/3424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/3424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/3424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/3424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/3424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/3424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/3424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3424&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2009/11/20/climate-science-scandal-will-paleo-dendrochronology-survive/feed/</wfw:commentRss>
		<slash:comments>142</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>China shuts access to Twitter, Flickr, Bing, Live, Hotmail, Blogger via the &#8220;Great Firewall&#8221; filters</title>
		<link>http://joeduck.com/2009/06/02/china-shuts-access-to-twitter-flickr-bing-live-hotmail-blogger-via-the-great-firewall-filters/</link>
		<comments>http://joeduck.com/2009/06/02/china-shuts-access-to-twitter-flickr-bing-live-hotmail-blogger-via-the-great-firewall-filters/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 17:23:08 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[Beijing]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tourism]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[great firewall]]></category>
		<category><![CDATA[great ladder]]></category>
		<category><![CDATA[twitter down in china]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=3145</guid>
		<description><![CDATA[China is closing down access to various internet services as they approach they anniversary of the Tiananmen Square democracy protests in 1989.   The early report from TechCrunch  says that Twitter, Flickr, Bing, Live, Hotmail, Blogger have all been made hard to access via the &#8220;Great Firewall&#8221; filters.     I did notice when in China last year [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3145&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>China is closing down access to various internet services as they approach they anniversary of the <a title="Tiananmen Square Protests" href="http://en.wikipedia.org/wiki/Tiananmen_Square_protests_of_1989">Tiananmen Square democracy protests in 1989</a>.   The early report from TechCrunch  says that Twitter, Flickr, Bing, Live, Hotmail, Blogger have all been made hard to access via the &#8220;Great Firewall&#8221; filters.     I did notice when in China last year that there are various programs like &#8216;Great Ladder&#8221; that allow people to bypass these filters, but obviously not many are going to have the combination of nerve and savvy to do this.</p>
<p>I believe that China&#8217;s censorship policies are probably counterproductive *even to the Chinese Government&#8217;s goals* in the long term, and I&#8217;d sure like to find a way for the internet community to make this clear to China&#8217;s leaders.   Ironically China&#8217;s leadership has done a remarkable job transitioning away from the bulky, centralized, bureaucratic economy that had been stifling progress for decades.    China&#8217;s citizens now enjoy a higher level of prosperity and *economic* freedom than they arguably have ever had in history.  Much of this prosperity is the result of producing goods for the US market.   What exactly does the government think will happen if they allow more open dialog in China?     I&#8217;d suggest they&#8217;ll find this would tend to reduce the tensions created by unhappy citizens rather than increase them.    Suppression of dissent in Tibet routinely brings international scorn to China, where a more open dialog will bring praise, respect, and support.</p>
<p><strong>China needs to realize that the world&#8217;s fascination and respect for China&#8217;s culture and international influence will be enhanced by free speech, not reduced. </strong></p>
<p><a title="TC UK" href="http://uk.techcrunch.com/2009/06/02/china-shuts-down-twitter-and-bing-in-lead-up-to-tiananmen-anniversary/">TechCrunch UK</a> is reporting on this and I&#8217;m looking for more direct information now.</p>
<p>More from <a title="CN Reviews" href="http://cnreviews.com/life/news-issues/chinas-great-firewall-blocks-twitter-flickr-hotmail-live-bing_20090602.html">China&#8217;s CN Reviews</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/3145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/3145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/3145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/3145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/3145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/3145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/3145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/3145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/3145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/3145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/3145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/3145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/3145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/3145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3145&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2009/06/02/china-shuts-access-to-twitter-flickr-bing-live-hotmail-blogger-via-the-great-firewall-filters/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>Sue the bloggers!? [gulp]</title>
		<link>http://joeduck.com/2009/05/21/sue-the-bloggers-gulp/</link>
		<comments>http://joeduck.com/2009/05/21/sue-the-bloggers-gulp/#comments</comments>
		<pubDate>Thu, 21 May 2009 23:36:25 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=3136</guid>
		<description><![CDATA[Thanks to Paul for pointing us ot this interesting article about blogger liabilities.   I&#8217;d be interested in how folks here view this topic.    Do I need &#8220;blog comment insurance&#8221;? Wall Street Journal on Blogger lawsuits Bloggers are increasingly getting sued or threatened with legal action for everything from defamation to invasion of privacy to copyright [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3136&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thanks to Paul for pointing us ot this interesting article about blogger liabilities.   I&#8217;d be interested in how folks here view this topic.    Do I need &#8220;blog comment insurance&#8221;?<br />
<a title="WSJ" href="http://online.wsj.com/article/SB124287328648142113.html">Wall Street Journal on Blogger lawsuits</a></p>
<p style="text-align:left;padding-left:30px;"><em>Bloggers are increasingly getting sued or threatened with legal action for everything from defamation to invasion of privacy to copyright infringement. In 2007 &#8212; the most recent data available &#8212; 106 civil lawsuits against bloggers and others in social networks and online forums were tallied by the Citizen Media Law Project at the Berkman Center for Internet &amp; Society at Harvard University, up from just 12 in 2003. There have been about $17.4 million in trial awards against bloggers to date, according to the Media Law Resource Center in New York, a nonprofit clearinghouse that tracks free-speech cases.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/3136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/3136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/3136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/3136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/3136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/3136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/3136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/3136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/3136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/3136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/3136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/3136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/3136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/3136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3136&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2009/05/21/sue-the-bloggers-gulp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>Dear WordPress &#8211; Now that you own Intense Debate, please get Intense Debate Comments going at WordPress hosted blogs.</title>
		<link>http://joeduck.com/2009/04/25/dear-wordpress-now-that-you-own-intense-debate-please-get-intense-debate-comments-going-at-wordpress-hosted-blogs/</link>
		<comments>http://joeduck.com/2009/04/25/dear-wordpress-now-that-you-own-intense-debate-please-get-intense-debate-comments-going-at-wordpress-hosted-blogs/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 18:29:16 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://joeduck.com/?p=3066</guid>
		<description><![CDATA[Problem:  Cannot install Intense Debate at WordPress hosted blogs The internet is a funny place, usually interesting, always provocative, and often frustrating.     In typical internet fashion after learning about how nice it would be to have the  &#8220;Intense Debate&#8221; comment system here to manage my comments more effectively and allow comment folks to get more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3066&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Problem:  Cannot install Intense Debate at WordPress hosted blogs</p>
<p>The internet is a funny place, usually interesting, always provocative, and often frustrating.     In typical internet fashion after learning about how nice it would be to have the  &#8220;Intense Debate&#8221; comment system here to manage my comments more effectively and allow comment folks to get more out of the blog I spend a half hour learning that it can&#8217;t be installed here because I&#8217;m hosted at WordPress.</p>
<p>This is a bit odd since (in the typical topsy turvy ironic online world) WordPress actually *owns* IntenseDebate.   They bought it last fall so I can hope they&#8217;ll provide support for it soon.    I&#8217;m always reluctant to nag the excellent folks at WordPress because they don&#8217;t make much if any money from the blogging portions of their massive online programs (they do pretty well with Akismet anti-spamming software and they have one of the world&#8217;s largest and in my opinion extremely valuable online footprints).</p>
<p>However I do want to note this for others and hopefully save them the agony of trying to figure out how to install IntenseDebate at a WordPress hosted blog, which as far as I can tell is currently impossible because it&#8217;s only available via plugin and plugins are not allowed at WordPress hosted blogs aka WP hosted blog.</p>
<p>Note that you can easily install the IntenseDebate plugin via<a title="Intense Debate WP install" href="http://intensedebate.com"> instructions at IntenseDebate </a>if you have a WordPress.org setup, which is using WordPress Content management software at other sites.    e.g.  Our technology news blog <a title="Technology Report" href="http://technology-report.com">Technology Report</a> is such an external WordPress setup via Godaddy hosting,  so I may try to set this up over there, but unfortunately Joe Duck  is where all the comment action tends to be so this is where we need IntenseDebate!</p>
<p>C&#8217;mon Matt Mullenweg, can&#8217;t we have an intense debate widget for this  or something?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/3066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/3066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/3066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/3066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/3066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/3066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/3066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/3066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/3066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/3066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/3066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/3066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/3066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/3066/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=3066&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2009/04/25/dear-wordpress-now-that-you-own-intense-debate-please-get-intense-debate-comments-going-at-wordpress-hosted-blogs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Social Search Wiki Launches</title>
		<link>http://joeduck.com/2008/11/21/google-social-search-wiki-launches/</link>
		<comments>http://joeduck.com/2008/11/21/google-social-search-wiki-launches/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 23:20:32 +0000</pubDate>
		<dc:creator>JoeDuck</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[calais]]></category>
		<category><![CDATA[google blog]]></category>
		<category><![CDATA[google wiki]]></category>
		<category><![CDATA[reuters]]></category>

		<guid isPermaLink="false">http://joeduck.wordpress.com/?p=2532</guid>
		<description><![CDATA[Today&#8217;s tech blogOsphere buzz is about Google&#8217;s new wiki search feature that allows users to rank their own results.     This appears to me to be a splendid idea although I agree with some who say it won&#8217;t get used much. However, for those who use this it may eventually allow a kind of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=2532&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s tech blogOsphere buzz is about Google&#8217;s new wiki search feature that allows users to rank their own results.     This appears to me to be a splendid idea although I agree with some who say it won&#8217;t get used much.</p>
<p>However, for those who use this it may eventually allow a kind of search ranking we have never seen, where user defined preferences trump the mysterious algorithmic <span style="text-decoration:line-through;">magic </span> mistakes, gradually giving the user a great set of results well optimized to their needs.</p>
<p>I&#8217;d suggest that &#8220;perfect individualized search&#8221; may only require two basic steps &#8211; the first is a *discovery* part where you surface content relevant to your particular query and then plow through that manually to determine which sites best fit your needs.   Google does a pretty good job of facilitating that right now. However a second piece would allow you to build on those &#8220;personally filtered&#8221; results in various ways &#8211; some as simple as just listing them in rough order of relevance to you as Google is now doing.</p>
<p>Is this a good Google idea?    Yes!     Will anybody much use this?   Nope, because our habits as humans don&#8217;t incline us to be this organized.     I had a great conversation a few days ago with the developer of Reuters Calais semantic search &#8211; a brilliant tool designed to surface relevancy and meaning from massive document archives.    We were noting how difficult is is to simply break the habit of using Google search, even when it&#8217;s not the most appropriate tool for the job at hand.</p>
<p>Funny primates we !</p>
<p><a title="Google Blog" href="http://googleblog.blogspot.com/2008/11/searchwiki-make-search-your-own.html">Google Blog reports on the new search wiki</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joeduck.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joeduck.wordpress.com/2532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joeduck.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joeduck.wordpress.com/2532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joeduck.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joeduck.wordpress.com/2532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joeduck.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joeduck.wordpress.com/2532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joeduck.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joeduck.wordpress.com/2532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joeduck.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joeduck.wordpress.com/2532/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joeduck.wordpress.com/2532/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joeduck.wordpress.com/2532/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joeduck.com&amp;blog=119943&amp;post=2532&amp;subd=joeduck&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joeduck.com/2008/11/21/google-social-search-wiki-launches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d8bb4623895a9ba01a125d3d7800bead?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">joeduck</media:title>
		</media:content>
	</item>
	</channel>
</rss>
