<?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"
	>

<channel>
	<title>Ponderings and Wanderings</title>
	<atom:link href="http://www.quis.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.quis.com</link>
	<description>Dan Katz's thoughts on marketing, customer service, woodworking, his baby boy and other musings.</description>
	<pubDate>Wed, 16 Apr 2008 13:49:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>WordPress Server Migration Process</title>
		<link>http://www.quis.com/2008/04/16/wordpress-server-migration-process</link>
		<comments>http://www.quis.com/2008/04/16/wordpress-server-migration-process#comments</comments>
		<pubDate>Wed, 16 Apr 2008 13:49:05 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://www.quis.com/?p=40</guid>
		<description><![CDATA[I have found that I am moving a fair number of WordPress sites around to different servers.  The following is an outline of the steps I have found useful that can reduce the complexity (and cost) of these migrations.
Yes, I know that a bunch of these steps couple be eliminated with simply copying and [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "WordPress Server Migration Process", url: "http://www.quis.com/2008/04/16/wordpress-server-migration-process" });</script>]]></description>
			<content:encoded><![CDATA[<p>I have found that I am moving a fair number of WordPress sites around to different servers.  The following is an outline of the steps I have found useful that can reduce the complexity (and cost) of these migrations.</p>
<p>Yes, I know that a bunch of these steps couple be eliminated with simply copying and moving databases around.  That is great if you are very familiar with db managed and related tweaks.  This is more of a dummies guide to the transfer.  Please though do comment and let me know your thoughts and best practices you have found for such migrations. </p>
<p><strong>Option 1: Database familiarity required</strong></p>
<ol>
<LI> Setup up a Web server with mySQL and Apache.  If a hosting recommendation is required then I recommend <a href="http://www.WestHost.com">WestHost</a> that can provide this service for less than $35.00 per month.<br />
<LI> Setup a mySQL database to match the database name, ID and password in use by the currently active WordPress installation.  This is found by looking in the active site’s wp-config.php file.<br />
<LI> Install the version of WordPress currently in use for the active site.  To simplify matters, copy the wp-config.php file from the active site for use on the new site. It is not uncommon for the site to be operating under old versions of the software. Archived versions are available for download at <a href="http://wordpress.org/download/release-archive/">http://wordpress.org/download/release-archive/</a>.<br />
<LI> Back up the database.  The easiest way to do this is to install the <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Backup plug-in</a>.  After this five minute install an admin can then create and save this backup of ALL tables.<br />
<LI> ZIP the database backup and use phpMyAdmin to restore the database to the new server.  Instructions may be found here on <a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">http://codex.wordpress.org/Restoring_Your_Database_From_Backup</a><br />
<LI> ZIP the entire active site.  This is then uploaded to the new site to replace the default WP files used during the install. (Some folks have said to skip the initial install of WordPress and rely on the database and file transfer for the install.  If this works for you – great.  I like the initial setup first to confirm that the dB is setup and the software works properly.  This helps identify other issues such as the server itself not being configured properly for WordPress. Sure, this is wiping out the initial install.  But the confirmation of the WordPress compatibility with the server is nice.)<br />
<LI> The site will then by default be set to function at the live site domain.  The site needs to be checked before the domain name is transferred.  Either set the internal DNS for the server and computer connection to the new server or enter the dB and change the values to one that will work to check the site.<br />
<LI> Review the site and check for any errors.  The only error I have ever run across is that occasionally the path information to the files on the server need to be adjusted in the dB.  This is a very quick task for someone familiar with myPHPAdmin.<br />
<LI> Switch over the DNS to direct traffic to the new server.<br />
<LI> Adjust the new servers Apache configuration to direct the domain traffic to the WordPress directory.  This is usually done via a control panel.<br />
<LI> Adjust the WordPress settings to serve up the site under the new domain.  This is done within WordPress&#8217; main settings page.<br />
<LI> Check site, Feedburner and Google Analytics and other external hooks.<br />
<LI> Once comfortable with the new site, the old site may be decommissioned.
</ol>
<p><strong>Option 2: In this option the client does not have to mess with the database items at all.  I have found that this works well with sites that do not have too many posts.</strong></p>
<ol>
<LI> Setup up a Web server with mySQL and Apache.  If a hosting recommendation is required then I recommend <a href="http://www.westhost.com">WestHost</a> that can provide this service for less than $35.00 per month.<br />
<LI> Setup a mySQL database to match the database name, ID and password in use by the currently active WordPress installation.  This is found by looking in the active site’s wp-config.php file.<br />
<LI> Install the version of WordPress currently in use for the active site.  To simplify matters, copy the wp-config.php file from the active site for use on the new site. It is not uncommon for the site to be operating under old versions of the software. Archived versions are available for download at <a href="http://wordpress.org/download/release-archive/">http://wordpress.org/download/release-archive/</a>.<br />
<LI> Set up the links (blogroll) items on the new site.<br />
<LI> Zip the entire content of the entire active site.  This is then uploaded to the new site to replace the default WP files used during the install.<br />
<LI> Export all content using the built-in export utility and deliver the XML export file to the client. This should end the use of the old server.<br />
<LI> Uses the built-in import function to import the provided XML file.  They select to create author accounts as prompted by the import.<br />
<LI> Adjust user accounts as needed.<br />
<LI> Review the site and resolves any errors.<br />
<LI> Switch over the DNS to direct traffic to the new server.<br />
<LI> Adjust the new servers Apache configuration to direct the domain traffic to the WordPress directory.  This is usually done via a control panel.<br />
<LI> Adjust the WordPress settings to serve up the site under the new domain.  This is done within WordPress&#8217; main settings page.<br />
<LI> Check site, Feedburner and Google Analytics and other external hooks.<br />
<LI> Once comfortable with the new site, the old site may be decommissioned.<br />
</Ol></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=WordPress+Server+Migration+Process&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F04%2F16%2Fwordpress-server-migration-process">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/04/16/wordpress-server-migration-process/feed</wfw:commentRss>
		</item>
		<item>
		<title>Use the right technology for a social media press release or social media newsroom</title>
		<link>http://www.quis.com/2008/04/15/use-the-right-technology-for-a-social-media-press-release-or-social-media-newsroom</link>
		<comments>http://www.quis.com/2008/04/15/use-the-right-technology-for-a-social-media-press-release-or-social-media-newsroom#comments</comments>
		<pubDate>Tue, 15 Apr 2008 19:01:50 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[smnr]]></category>

		<category><![CDATA[smpr]]></category>

		<category><![CDATA[social media press release]]></category>

		<category><![CDATA[socila media newsroom]]></category>

		<guid isPermaLink="false">http://www.quis.com/?p=39</guid>
		<description><![CDATA[I have been a proponent of the social media press release (SMPR) and the social media newsroom (SMNR).  These efforts by Todd Defren and others have pulled together into a package much of what online communications folks have been saying for awhile.  Over at my agency we have even managed a fair number [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Use the right technology for a social media press release or social media newsroom", url: "http://www.quis.com/2008/04/15/use-the-right-technology-for-a-social-media-press-release-or-social-media-newsroom" });</script>]]></description>
			<content:encoded><![CDATA[<p>I have been a proponent of the social media press release (SMPR) and the social media newsroom (SMNR).  These efforts by Todd Defren and others have pulled together into a package much of what online communications folks have been saying for awhile.  Over at my agency we have even managed a fair number of tests and implementations.  In these implementations a common roadblock has been the lack of the clear understandings of the underlying technical requirements.</p>
<p>Many others have stated that an SMPR or SMNR must be built out using blogging technologies.  Blog technologies enable the RSS feeds, XML formatting, tagging, commenting and many other functions.  They also enable search engine optimization in manners expected of social media search engines such as Technorati, Bloglines and others.</p>
<p>This said, I have found the technical teams that implement the strategies sometimes prefer to hack up an existing CMS to force it to fit a blogging and SMPR/SMNR framework.  This has resulted in less than optimal performance.  This lack of performance is then blamed on the idea of an SMPR itself.  In reality, had the efforts been built out within a dedicated package the performance would have been satisfactory. </p>
<p>Take away – build out a dedicated SMNR site within a blogging CMS such as Movable Type or WordPress.  We have found that the hosted TypePad environment is also customizable for the solution.  Using such technologies allows us to focus time, energy (and budget) on the content rather than transforming a non-blogging CMS do what others provide right out of the box.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Use+the+right+technology+for+a+social+media+press+release+or+social+media+newsroom&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F04%2F15%2Fuse-the-right-technology-for-a-social-media-press-release-or-social-media-newsroom">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/04/15/use-the-right-technology-for-a-social-media-press-release-or-social-media-newsroom/feed</wfw:commentRss>
		</item>
		<item>
		<title>Identify Your RSS Feeds on Your Home Page</title>
		<link>http://www.quis.com/2008/04/14/identify-your-rss-feeds-on-your-home-page</link>
		<comments>http://www.quis.com/2008/04/14/identify-your-rss-feeds-on-your-home-page#comments</comments>
		<pubDate>Mon, 14 Apr 2008 13:27:27 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.quis.com/?p=38</guid>
		<description><![CDATA[A client was wondering why individuals and search engines are not finding their news feed.  They have several RSS feeds off of a number of internal pages.  However, these deep links were not found by individuals or search engines.  
This is not uncommon.  The best practice for the solution is to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Identify Your RSS Feeds on Your Home Page", url: "http://www.quis.com/2008/04/14/identify-your-rss-feeds-on-your-home-page" });</script>]]></description>
			<content:encoded><![CDATA[<p>A client was wondering why individuals and search engines are not finding their news feed.  They have several RSS feeds off of a number of internal pages.  However, these deep links were not found by individuals or search engines.  </p>
<p>This is not uncommon.  The best practice for the solution is to identify the RSS feeds on the site&#8217;s home page.  This identification will then result in the display of all news feeds when the home page URL is placed in a news reader.  In addition, search engines will then be able to more readily find and scan the feeds.</p>
<p>The code is simple. You should have the following placed on the home page so that the RSS feeds may be discovered by crawlers and readers.  One line is placed in for each RSS feed.  Change url/to/rss/file to the full URL for the RSS file.  </p>
<p>&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS&quot; href=&quot;url/to/rss/file&quot;&gt;</p>
<p>This should be something that is coded into all sites we manage that have RSS feeds.  Any TypePad or Wordpress sites have this function built into the home page via the CMS.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Identify+Your+RSS+Feeds+on+Your+Home+Page&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F04%2F14%2Fidentify-your-rss-feeds-on-your-home-page">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/04/14/identify-your-rss-feeds-on-your-home-page/feed</wfw:commentRss>
		</item>
		<item>
		<title>An example of an 8 minute Google Map</title>
		<link>http://www.quis.com/2008/03/13/an-example-of-an-8-minute-google-map</link>
		<comments>http://www.quis.com/2008/03/13/an-example-of-an-8-minute-google-map#comments</comments>
		<pubDate>Thu, 13 Mar 2008 20:29:24 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[Google Maps]]></category>

		<guid isPermaLink="false">http://www.quis.com/2008/03/13/an-example-of-an-8-minute-google-map</guid>
		<description><![CDATA[I was recently chatting with folks and I was saying that maps are actually quite easy to create.  The following is a set I created with Google My Maps in less than 8 minutes.  This certainly is nothing fancy.  It is meant to demonstrate that with available tools and some forethought that [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "An example of an 8 minute Google Map", url: "http://www.quis.com/2008/03/13/an-example-of-an-8-minute-google-map" });</script>]]></description>
			<content:encoded><![CDATA[<p>I was recently chatting with folks and I was saying that maps are actually quite easy to create.  The following is a set I created with Google My Maps in less than 8 minutes.  This certainly is nothing fancy.  It is meant to demonstrate that with available tools and some forethought that maps may be embed into every site with very little (if any) tech involvement.  Design would help for the labels, but this is not high end design. Just someone with some basic design skills could then make this very snazzy.</p>
<p>If I can do this in a few minutes then there is no reason every &#8220;contact us&#8221; and address page on every site could not have at least a simple map. This map is also now in the Google Maps search directory.  Who knows, someone may find this little guy someday and then they can comment on my selections.</p>
<p>KML File: <a href="http://www.quis.com/Ski_the_Berkshires.kml">Open this file</a> to view the Map in Google Earth. This was automatically created for me along with the map.</p>
<p>A link to the map.  <a href="http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;ll=42.414332,-73.238983&#038;spn=0.628607,0.979156&#038;t=h&#038;z=10&#038;msid=114381627877622605575.00044856e840b2d70794e">Click here </a>to open a link to the map in a Web browser.</p>
<p>And here is the embedded map.  When I created this I selected this size.  You could make it any size to fit your design.</p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=114381627877622605575.00044856e840b2d70794e&amp;s=AARTsJrUcvenvdUFdLUzVsFR4FtirRGuoA&amp;ll=42.387966,-73.276062&amp;spn=0.710027,1.167297&amp;z=9&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=114381627877622605575.00044856e840b2d70794e&amp;ll=42.387966,-73.276062&amp;spn=0.710027,1.167297&amp;z=9&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=An+example+of+an+8+minute+Google+Map&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F03%2F13%2Fan-example-of-an-8-minute-google-map">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/03/13/an-example-of-an-8-minute-google-map/feed</wfw:commentRss>
		</item>
		<item>
		<title>Journalist Press Release Wire Usage Survey</title>
		<link>http://www.quis.com/2008/02/19/36</link>
		<comments>http://www.quis.com/2008/02/19/36#comments</comments>
		<pubDate>Tue, 19 Feb 2008 13:39:48 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.quis.com/2008/02/19/36</guid>
		<description><![CDATA[<script type="text/javascript">SHARETHIS.addEntry({ title: "Journalist Press Release Wire Usage Survey", url: "http://www.quis.com/2008/02/19/36" });</script>]]></description>
			<content:encoded><![CDATA[<p></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Journalist+Press+Release+Wire+Usage+Survey&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F02%2F19%2F36">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/02/19/36/feed</wfw:commentRss>
		</item>
		<item>
		<title>Complete the Journalist Survey - RSS vs PR Wires</title>
		<link>http://www.quis.com/2008/02/15/complete-the-journalist-survey-rss-vs-pr-wires</link>
		<comments>http://www.quis.com/2008/02/15/complete-the-journalist-survey-rss-vs-pr-wires#comments</comments>
		<pubDate>Fri, 15 Feb 2008 18:58:26 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.quis.com/2008/02/15/complete-the-journalist-survey-rss-vs-pr-wires</guid>
		<description><![CDATA[For my current work at an interactive agency and throughout my communications agency work I have been counseling public relations teams on the use of press release wire services to enhance outreach directly towards target audiences. Recently I have been asked as to the value of these wires versus a company’s RSS feeds.
Somewhat towards this [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Complete the Journalist Survey - RSS vs PR Wires", url: "http://www.quis.com/2008/02/15/complete-the-journalist-survey-rss-vs-pr-wires" });</script>]]></description>
			<content:encoded><![CDATA[<p>For my current work at an interactive agency and throughout my communications agency work I have been counseling public relations teams on the use of press release wire services to enhance outreach directly towards target audiences. Recently I have been asked as to the value of these wires versus a company’s RSS feeds.</p>
<p>Somewhat towards this end, several nice reports have come out recently on the influence of bloggers and company social media. <a href="http://www.foxbusiness.com/markets/industries/media/article/brodeur-journalists-survey-identifies-blogs-influence-traditional-news_428163_15.html">Brodeur</a>, <a href="http://www.arketi.com/news/news37.html">Arketi</a> and <a href="http://www.tekgroup.com/marketing/mediarelationspractices_bulldog/">Bulldog Reporter/TEK Group</a>.</p>
<p>However, I would love to see some direct feedback from the media (traditional and non-traditional journalists) as to their preferences in how they receive company news. I put together this survey rather than waiting for my agency, or another to ask some straight forward questions. <span id="more-35"></span></p>
<p>Please help me by forwarding the survey link to you media contacts. Of course, I will share the data and report with all those who help out. Why not present the data right then online? One, I do not want to skew the results. More because I am running this on the cheap and not using something like SurveyMonkey that automatically tabulates and presents results.</p>
<p><a href="http://www.quis.com/2008/02/19/36">Here we go….</a></p>
<p></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Complete+the+Journalist+Survey+-+RSS+vs+PR+Wires&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F02%2F15%2Fcomplete-the-journalist-survey-rss-vs-pr-wires">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/02/15/complete-the-journalist-survey-rss-vs-pr-wires/feed</wfw:commentRss>
		</item>
		<item>
		<title>What do you think of Ragan Communications?</title>
		<link>http://www.quis.com/2008/01/29/what-do-you-think-of-ragan-communications</link>
		<comments>http://www.quis.com/2008/01/29/what-do-you-think-of-ragan-communications#comments</comments>
		<pubDate>Tue, 29 Jan 2008 19:50:04 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[Ragan Communications]]></category>

		<guid isPermaLink="false">http://www.quis.com/2008/01/29/what-do-you-think-of-ragan-communications/</guid>
		<description><![CDATA[A communications industry publisher who certainly &#8220;gets&#8221; social media and the impacts of the online world upon public relations is Ragan Communications. My Ragan is a great social network for communications professionals and something I wish the PRSA had created. Ragan.com is a solid site and the companion set of email newsletters are well formatted, [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "What do you think of Ragan Communications?", url: "http://www.quis.com/2008/01/29/what-do-you-think-of-ragan-communications" });</script>]]></description>
			<content:encoded><![CDATA[<p>A communications industry publisher who certainly &#8220;gets&#8221; social media and the impacts of the online world upon public relations is Ragan Communications. My Ragan is a great social network for communications professionals and something I wish the PRSA had created. Ragan.com is a solid site and the companion set of email newsletters are well formatted, nicely targeted and always seem to have good articles. I have found the <a href="http://www.raganenewsstand.com/ME2/Sites/Default.asp?SiteID=94F3BA95F5FE487AA09E7913CA0A920C">Communication + Technology Insider</a> to be a great idea generator and in general one of the better forward thinking publications.</p>
<p>All of these publications show how a trade publisher once solidly in the print world can adapt to the online marketplace. They certainly continue to sell and distribute print version of their newsletters. It seems though that the high quality free content drives more people towards their conferences, workshops research, training and other expert deliverables.</p>
<p>So, what do you think of the Ragan &#8220;world”?</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=What+do+you+think+of+Ragan+Communications%3F&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F01%2F29%2Fwhat-do-you-think-of-ragan-communications">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/01/29/what-do-you-think-of-ragan-communications/feed</wfw:commentRss>
		</item>
		<item>
		<title>Yes Virginia, Mahogany is a Wood</title>
		<link>http://www.quis.com/2008/01/29/yes-virginia-mahogany-is-a-wood</link>
		<comments>http://www.quis.com/2008/01/29/yes-virginia-mahogany-is-a-wood#comments</comments>
		<pubDate>Tue, 29 Jan 2008 19:27:46 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Gripes]]></category>

		<category><![CDATA[Woodworking]]></category>

		<guid isPermaLink="false">http://www.quis.com/2008/01/29/yes-virginia-mahogany-is-a-wood/</guid>
		<description><![CDATA[Back on December 9, 2007 there was this post on Weird Spot about a guy who made a car out of mahogany. Very cool from a woodworkers point of view. What made me laugh though was this line - “made from mahogany (a type of wood).” Mahogany, a type of wood? No kidding. I thought [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Yes Virginia, Mahogany is a Wood", url: "http://www.quis.com/2008/01/29/yes-virginia-mahogany-is-a-wood" });</script>]]></description>
			<content:encoded><![CDATA[<p>Back on December 9, 2007 there was this post on <a href="http://www.weirdspot.com">Weird Spot</a> about a guy who made a car out of mahogany. Very cool from a woodworkers point of view. What made me laugh though was this line - “made from mahogany (a type of wood).” Mahogany, a type of wood? No kidding. I thought this strange at first and then I clued into the audience for Weird Spot www.weirdspot.com and realized that maybe they are simple enough to not even know that mahogany is a wood.</p>
<p>And yes, I realize that mahogany could be a color – but if the post is titled “Car Made from Wood” and then you say “made from mahogany” and you have a picture &#8211;do you really need to say “a type of wood”.</p>
<p>End of Rant</p>
<p>Oh, and of course I still NEED to read this stuff because how else do you find out stuff like <a href="http://www.weirdspot.com/index.php/weblog/hospital_serves_up_mouse_head_on_plate/">A Hospital Serves Up Mouse Head on Plate</a> Because you know this is much more important than CNET, WSJ, NYT or any other news .you could possible imagine. <img src='http://www.quis.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Yes+Virginia%2C+Mahogany+is+a+Wood&amp;url=http%3A%2F%2Fwww.quis.com%2F2008%2F01%2F29%2Fyes-virginia-mahogany-is-a-wood">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2008/01/29/yes-virginia-mahogany-is-a-wood/feed</wfw:commentRss>
		</item>
		<item>
		<title>Easter Seals Autism Widget</title>
		<link>http://www.quis.com/2007/07/30/easter-seals-autism-widget</link>
		<comments>http://www.quis.com/2007/07/30/easter-seals-autism-widget#comments</comments>
		<pubDate>Mon, 30 Jul 2007 14:56:44 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.quis.com/2007/07/30/easter-seals-autism-widget/</guid>
		<description><![CDATA[As widgets become easier and easier to create they are being used for everything imaginable. What is a widget? A widget is a short bit of code someone provides so that you can place special functionality on your Web site. This is nothing new. However, the popularity of blogging and social networks has led to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Easter Seals Autism Widget", url: "http://www.quis.com/2007/07/30/easter-seals-autism-widget" });</script>]]></description>
			<content:encoded><![CDATA[<p>As widgets become easier and easier to create they are being used for everything imaginable. What is a widget? A widget is a short bit of code someone provides so that you can place special functionality on your Web site. This is nothing new. However, the popularity of blogging and social networks has led to an explosion of widgets. Just as web page builders, Blogger and MySpace have removed the requirement for anyknowledge of HTML, widgets make it easy to add features without any programming knowledge.</p>
<p>Help me reach my goal!</p>
<p><a href="https://secure2.convio.net/es/site/Donation2?df_id=1200&amp;outreachid=TjwATl3QvoWzG5TwYMpqDePqsVhJ8T6A"><img border="0" src="http://www.easterseals.com/site/DynImg/iQ4xyXgQzzdIIn0t5vD_7TOzKpq6u7Ae.jpg" alt="Help Easter Seals provide help, hope and answers to individuals and families living with autism." title="Help Easter Seals provide help, hope and answers to individuals and families living with autism." /></a></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Easter+Seals+Autism+Widget&amp;url=http%3A%2F%2Fwww.quis.com%2F2007%2F07%2F30%2Feaster-seals-autism-widget">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2007/07/30/easter-seals-autism-widget/feed</wfw:commentRss>
		</item>
		<item>
		<title>Blog Comment Moderation</title>
		<link>http://www.quis.com/2007/04/19/blog-comment-moderation</link>
		<comments>http://www.quis.com/2007/04/19/blog-comment-moderation#comments</comments>
		<pubDate>Thu, 19 Apr 2007 19:07:58 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.quis.com/2007/04/19/blog-comment-moderation/</guid>
		<description><![CDATA[For the fast few weeks, I have been working with a client regarding their comment moderation practices. This has inspired me to find a variety of resources like those at Ask E.T. on the subject. Going through these resources a few things became clear.

Companies and organizations should have some sort of blog policy clearly posted [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Blog Comment Moderation", url: "http://www.quis.com/2007/04/19/blog-comment-moderation" });</script>]]></description>
			<content:encoded><![CDATA[<p>For the fast few weeks, I have been working with a client regarding their comment moderation practices. This has inspired me to find a variety of resources like those at <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0000fT&amp;topic_id=1">Ask E.T.</a> on the subject. Going through these resources a few things became clear.</p>
<ul>
<li>Companies and organizations should have some sort of blog policy clearly posted to the blog. This provides a reference document to justify the removal or denial of any comments. A blog policy need not be complicated and should be expected to be subjective and for the ease of use for the moderator - not the commenter <a href="http://dubinko.info/blog/2007/04/02/my-simple-comment-moderation-policy/">Push Button Paradise</a> has a straight forward policy.</li>
<li>Bloggers must adhere to their own blogging policy. If you have stated why you will remove comments, then it is important that you follow your own rules. This becomes particularly interesting if you have a <a href="http://kumikosuzuki.blogspot.com/2007/04/comment-moderation-for-winners-my-new.html">blog comment contest</a>.</li>
<li>Comment moderation has become a sensitive issue very recently with the media exposure of the <a href="http://headrush.typepad.com/creating_passionate_users/2007/03/as_i_type_this_.html">recent threatening comments received by Kathy Sierra</a>. This is a clear justification for moderating comments on personal, organizational and group blogs.</li>
<li>Posting of comments is not a free right to be expected by readers. The very basis of blogging is to promote conversation between individuals. You should expect a blog to be like someone&#8217;s home - they can always throw you out if they do not like you. A good summary of the whole commenting <a href="http://nielsenhayden.com/makinglight/archives/008856.html">position is is offered by Nielsen Hayden </a>.</li>
<li>Blog comments are not protected by any free speech right and rational commenters have never assumed such protections. This is why you have a policy, to show what is permitted. <a href="http://www.indi.ca/2007/02/ethic-of-comment-moderation/">Indi has a nice post</a> and series of comments on this subjet.</li>
<li>If you do moderate comments, simply be prepared for the reaction and provide an outlet for it. The <a href="http://uaecommunity.blogspot.com/2007/04/comment-moderation.html">UAE community blog </a>has an interesting thread on this point. Folks seem to agree moderation is expected. It is what you decided not to show that you must have a clear policy. Do not simply choose to eliminate comments of those who do not agree with you</li>
<li>Bloggers do not want to moderate comments. They usually feel they must to block out truly objectionable content that veer off of the subject matter or attacks (as opposed to debates) another individual&#8217;s opinions. <a href="http://atheistexperience.blogspot.com/2007/04/comment-moderation-enabled.html">The Atheist Experience</a> has a good post on this choice.</li>
<li>Don&#8217;t mock the comments you eliminate or whose posts you moderate. This aggravates the commenter and others. Don&#8217;t let your commenters mock others either &#8212; unless that is your policy. <a href="http://www.amptoons.com/blog/archives/2007/04/17/the-moderation-policy/#comment-284053">Alas has an interesting thread</a> on this line of thought.</li>
</ul>
<p>So when it comes down to it, I believe this comes down to thinking of a blog as someone&#8217;s home, community or place of business. Some folks like debate and encourage it. Others do not want to hear anything but support for their views. This translates directly online. Commenters must respect the choices the blogger establishes. If you want to rant and rave then do it in your own home. Post something to your own blog and cite the original source. This is really what blogging is about in the first place.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Blog+Comment+Moderation&amp;url=http%3A%2F%2Fwww.quis.com%2F2007%2F04%2F19%2Fblog-comment-moderation">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2007/04/19/blog-comment-moderation/feed</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Expression Web Release; The Impact</title>
		<link>http://www.quis.com/2007/03/30/microsoft-expression-web-release-the-impact</link>
		<comments>http://www.quis.com/2007/03/30/microsoft-expression-web-release-the-impact#comments</comments>
		<pubDate>Fri, 30 Mar 2007 17:18:03 +0000</pubDate>
		<dc:creator>Dan Katz</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.quis.com/2007/03/30/microsoft-expression-web-release-the-impact/</guid>
		<description><![CDATA[Microsoft has released its successor to FrontPage. Microsoft Expression Web is its new design software package to compete with the Adobe Creative suite.
In its day Microsoft FrontPage set the standard for an easy to use Web site, application and page design software. Dreamweaver and other packages may have been preferred by us geeks. FrontPage held [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Microsoft Expression Web Release; The Impact", url: "http://www.quis.com/2007/03/30/microsoft-expression-web-release-the-impact" });</script>]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released its successor to FrontPage. Microsoft Expression Web is its new design software package to compete with the Adobe Creative suite.</p>
<p>In its day Microsoft FrontPage set the standard for an easy to use Web site, application and page design software. Dreamweaver and other packages may have been preferred by us geeks. FrontPage held (and still does) the preference for the masses. Its initial release certainly brought Web sites within the reach of anyone who could use Microsoft Word. I know folks who have sworn by FrontPage for years – and they have never seen a single line of HTML code. (And I am glad they never looked; the code was never very clean).</p>
<p>Microsoft Expression Web is a major upgrade as the replacement for FrontPage and reveals many more technical aspects than FrontPage did. This may in fact discourage widespread adoption by previous FrontPage users. No matter. With this package, Microsoft is certainly going full bore to compete with the Adobe Creative Suite and move away from its lighter weight FrontPage predecessor. Reviewers do not see this as a Macromedia or Photoshop killer. However, the package is clearly targeted to the Web newbies and literati and will eat into the market for those not tied to Adobe. .</p>
<p>Adobe based designers will likely never switch to this suite. However, it will attract those who prefer Microsoft’s’ end-to-end integration across the Office/Server line. The biggest fault of this tool/product line appears to be that it comes from Microsoft. I expect that the vocal anti-Microsoft crowd will not be able to overcome the ease of acquisition and acceptance for product integration the majority of computer users have with Microsoft products.</p>
<p>My first impressions with this product are positive. It places a set of Web 2.0 features into the hands of the masses without the need to learn code. Once the plug-ins become more available the functionality will come to rival that available via its Adobe competition. I do not think I will switch from Dreamweaver. But, I would consider recommending the package to those without a brand preference.</p>
<p>Check out the products <a href="http://www.microsoft.com/Expression/">here: http://www.microsoft.com/Expression/</a></p>
<p>A thorough review will be posted soon.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=1aac9d47-26a5-4e4d-80e3-08fc382df444&amp;title=Microsoft+Expression+Web+Release%3B+The+Impact&amp;url=http%3A%2F%2Fwww.quis.com%2F2007%2F03%2F30%2Fmicrosoft-expression-web-release-the-impact">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.quis.com/2007/03/30/microsoft-expression-web-release-the-impact/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
