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

<channel>
	<title>Heal Your Church WebSite</title>
	<atom:link href="http://healyourchurchwebsite.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://healyourchurchwebsite.com</link>
	<description>Teaching, rebuking, correcting &#38; training in righteous web design.</description>
	<lastBuildDate>Wed, 17 Mar 2010 05:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Preparing your server for success</title>
		<link>http://healyourchurchwebsite.com/2010/03/16/preparing-your-server-for-success/</link>
		<comments>http://healyourchurchwebsite.com/2010/03/16/preparing-your-server-for-success/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 18:27:34 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2460</guid>
		<description><![CDATA[contingency planning, backups, bandwidth, analytics, Easter, volume]]></description>
			<content:encoded><![CDATA[<p>So what happens when your church or charity website gets mentioned on a popular blog, like say <a title="InstaPundit" href="http://instapundit.com/">Instapundit</a> or <a title="Slashdot Home Page" href="http://slashdot.com/">Slashdot</a>? Are you ready for the surge in traffic when a popular radio host or TV station plugs your URL? How about for the Thursday night before Easter services?</p>
<p>Odds are, probably not.<a href="http://healyourchurchwebsite.com/wp-content/uploads/hycw_connect_established.png"><img class="alignright size-full wp-image-2463" title="Stay connected, even during the good times" src="http://healyourchurchwebsite.com/wp-content/uploads/hycw_connect_established.png" alt="Stay connected, even during the good times" width="128" height="128" /></a></p>
<p>I&#8217;ve personally enjoyed an occasional &#8216;<a title="Jargon Database - Instalanch" href="http://www.jargondatabase.com/Jargon.aspx?id=12">Instalanche</a>,&#8217; and once even the dreaded &#8216;<a title="Wiki - Slashdot Effect" href="http://en.wikipedia.org/wiki/Slashdot_effect">Slashdot effect</a>,&#8217; along with some air time when I first started this blog. I&#8217;ve seen first hand the type of volume that can hammer away at a server when this happens?</p>
<p>So what to do?</p>
<p>Well let&#8217;s talk about some of the low lying fruit first. I&#8217;ll go ahead and use WordPress as an example platform as that covers the majority of HYCW cult members out there other than <a title="Mike Boyink's blog" href="http://boyink.com/">Mike Boyink</a>, whom has special dispensation for his <a title="Expression Engine home page" href="http://expressionengine.com/">Expression Engine</a> ways &#8230; but I digress &#8230;</p>
<ol>
<li>Caching is your friend &#8211; meaning if you&#8217;re not caching your content, do so now. There are plenty of plug-ins available including <a title="Wordpress Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/">Super-Cache </a>which rolls out with version 2.8. There are even 3rd party services if you&#8217;re in the big leagues.</li>
<li>Optimize them images &#8211; I&#8217;ve written more than once about <a title="Image bloat and the Henderson Grove Missionary Baptist Church" href="http://healyourchurchwebsite.com/2007/04/24/image-bloat-and-the-henderson-grove-missionary-baptist-church/">image bloat</a>, which basically means for those who are not equipped and knowledgeable PhotoShop practitioners &#8211; get <a title="IrfanView homepage" href="http://www.irfanview.com/">IrfanView</a> and resize and optmize your .JPG, .GIF and .PNG images using the application&#8217;s default settings.</li>
<li>Update your platform &#8211; Even though later versions of WordPress and associated plug-ins are likely to contain new features that increase their server footprint, they often include bug fixes and optimizations that help them perform better downstream.</li>
</ol>
<p>So now that we&#8217;ve stated the obvious, let&#8217;s talk about a few more intermediate things we can do that&#8217;ll help things keep chugging along &#8211; provided you <strong>remember to make backups</strong>:</p>
<ol>
<li>Optimize your database &#8211; which is built-into <a title="phpMyAdmin" href="http://www.phpmyadmin.net/home_page/index.php">phpMyAdmin</a> that most hosts provide gratis. Otherwise, this can be accomplished at the command line by backing-up and then restoring one&#8217;s database &#8211; which is a <a title="Making a Ready Defense by Planning for Failure" href="http://healyourchurchwebsite.com/2008/05/02/making-a-ready-defense-by-planning-for-failure/">good procedure to know</a> regardless of optimization.</li>
<li>Compress your CSS &amp; JavaScript &#8211; for those of you who don&#8217;t code, there&#8217;s alot of repetitive white spaces, commands and operands that can be &#8216;tokenized&#8217; into smaller symbology. <a title="Yui Compressor" href="http://developer.yahoo.com/yui/compressor/">YUI Compressor</a> does a good job with JavaScript.  <a title="CSS Compressor" href="http://www.cssdrive.com/index.php/main/csscompressor/">CSS Drive</a> offers one of many competent CSS Compressors out there.</li>
<li>Turn-off unnecessary plug-ins, remove unused plugins &#8211; especially the former as they inject code and processing cycles into the page delivery process. No need to burden the user with this stuff if it&#8217;s not helping the cause.</li>
</ol>
<p>Okay, now for the advanced stuff , the type of tasks no one likes because for the most part, these steps either require engaging in planning or policy:</p>
<ol>
<li>Email notifications &#8211; Consider turning off select groups of email notifications temporarily while the rush is on, for example, new registration notifications. This means knowing what emails you get from your site and what happens to whom when they&#8217;re altered.</li>
<li>Old Post Comments &#8211; Think about using plugins that allow you to switch comments and/or pings on or off for batches of existing posts. I personally use <a title="Wordpress Extended Comments Options plugin" href="http://wordpress.org/extend/plugins/extended-comment-options/">Extended Comments Options</a> such as those over a year old.  This may be tough when dealing with pastors with several years of sermon submissions.</li>
<li>Contingency plan -
<ul>
<li>I mentioned this before, but is your data backed-up on a regular basis? Do you know how to restore it?</li>
<li>It might help to have an alternate theme that is less graphic and media intensive for use during the rush. You know, one without all the &#8216;<a title="Flashination: a pre-intro" href="http://healyourchurchwebsite.com/2003/05/28/flashination-a-pre-intro/">flashination</a>?&#8217;</li>
<li>Work out an alternate domain with your service provider, and/or a sub-domain with neighboring organization. This could even be a microsite platform temporarily drafted to help with the load.</li>
<li>Discuss with your hosting provider other alternatives they might offer.</li>
</ul>
</li>
</ol>
<p>There are still some other real-hairy things you can do, but I suspect if you&#8217;re the type of reader who already knows about employing dual-server gardens for data and application, then I don&#8217;t really need to explain such big-league tactics.</p>
<p>The point is, be ready for success.</p>
<p>After all, Easter is just around the corner, and I can guarantee you, even if you don&#8217;t get mentioned by an A-blogger, you&#8217;re site is going to get hit with first time visitors looking for service times, directions, things for the kids, and what type of pancakes you&#8217;re serving at the sunrise service.</p>
<p>It might not hurt to have your analytics goals set up to capture such events either &#8230; more on that later.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Preparing+your+server+for+success+http://is.gd/aKPlF" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2010/03/16/preparing-your-server-for-success/&amp;title=Preparing+your+server+for+success" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2010/03/16/preparing-your-server-for-success/&amp;t=Preparing+your+server+for+success" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2010/03/16/preparing-your-server-for-success/&amp;t=Preparing+your+server+for+success&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2010/03/16/preparing-your-server-for-success/&amp;title=Preparing+your+server+for+success" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2010/03/16/preparing-your-server-for-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The iPad will sell despite the wailing and gnashing of teeth</title>
		<link>http://healyourchurchwebsite.com/2010/02/19/the-ipad-will-sell-despite-the-wailing-and-gnashing-of-teeth/</link>
		<comments>http://healyourchurchwebsite.com/2010/02/19/the-ipad-will-sell-despite-the-wailing-and-gnashing-of-teeth/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:55:33 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Disruptive Innovation]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2443</guid>
		<description><![CDATA[Despite the all the wailing and gnashing of teeth in the tech community about how closed or limited the iPad is, it is going to sell simply because its users don't care whether or not the thing is open or closed or "made of kumquats ... so long as they can Tweet and Facebook with ease, they're set.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Despite the all the wailing and gnashing of teeth in the tech community about how &#8220;closed&#8221; or &#8220;limited&#8221; the iPad is, it is going to sell.</p></blockquote>
<p>I can&#8217;t take credit for the above line, though I wish I had thought of it. Instead, it comes from a comment from &#8216;<em>Ryan</em>&#8216; at <a title="UX Magazine - These are your users... read and be horrified" href="http://www.uxmag.com/short-news/these-are-your-users-read-and-be-horrified#comment-3514">UX Magazine</a> that continues to read:</p>
<blockquote><p><a href="http://healyourchurchwebsite.com/wp-content/uploads/ipad.jpg"><img class="alignright size-thumbnail wp-image-2445" title="ipad" src="http://healyourchurchwebsite.com/wp-content/uploads/ipad-150x150.jpg" alt="iPad will sell despite any shortcomings of a closed, limited operating system" width="150" height="150" /></a>Because these users, who represent probably at least 60-70% of the market, don&#8217;t give a rip about whether the thing is &#8220;open&#8221; or &#8220;closed&#8221; or &#8220;made of kumquats&#8221; (they couldn&#8217;t tell the difference anyway). Does it provide an easy way to see their peeps on Facebook, watch some YouTube clips, and find and play some casual games? Yup. Does it get viruses, stash their files places they can&#8217;t find, and need to have the HD defragged or the OS reinstalled every 6 months? Nope.</p></blockquote>
<p>Despite the unsubstantiated metric of 60%-70% &#8211; I think its safe to say that Ryan has nicely summed up the most important aspect of the iPad user experience &#8211; it does what the target audience want&#8217;s done without engaging in what Steve Krug refers to as &#8216;<a title="Rocket Surgery Made Easy: The Do-It-Yourself Guide to Finding and Fixing Usability Problems" href="http://www.amazon.com/gp/product/0321657292?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0321657292">rocket surgery</a>.&#8217;</p>
<p>Want to Tweet? No problem, just pick from 1 of a number of free or $0.99 apps that&#8217;ll have you tweeting about what your cat had for dinner faster than <a title="Keeping Up with the Kardashians: Kim Causes Twitter Stir by Exposing Air Marshal " href="http://www.buddytv.com/articles/keeping-up-with-the-kardashians/keeping-up-with-the-kardashian-34704.aspx">Kim Kardashian can out an air marshal</a>!</p>
<p>Facebook your thing? Go ahead and annoy your high school peeps with constant Farmville &amp; Mafia Wars updates from locations and times you&#8217;d otherwise be snoozing through a committee meeting.</p>
<p>On a more serious note, I found myself using the compass feature earlier this week while wandering about Piccadilly Circus,  keeping photos of my travel receipts, receiving useful notifications about my plane departures and arrivals, sent a few pictures to mom, and even Skyped with the wife &amp; kid without having a single issue with the operating system, nor needing a single moment of  training on any of said apps.</p>
<p>That my friends is a successful user experience.</p>
<p>Point is, regardless of open or closed operating system, or the costs of starting up an apps development effort, or irritations from ATT&#8217;s spotty coverage outside major urban coastal areas &#8230; the iPad is going to sell because it makes fun and easy the things its users want to do &#8230;</p>
<p>&#8230; and does them simply, and well.</p>
<p>Something to think about next time you design a facilities use system for an emerging audience of gamers.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+iPad+will+sell+despite+the+wailing+and+gnashing+of+teeth+http://is.gd/8J1gd" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2010/02/19/the-ipad-will-sell-despite-the-wailing-and-gnashing-of-teeth/&amp;title=The+iPad+will+sell+despite+the+wailing+and+gnashing+of+teeth" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2010/02/19/the-ipad-will-sell-despite-the-wailing-and-gnashing-of-teeth/&amp;t=The+iPad+will+sell+despite+the+wailing+and+gnashing+of+teeth" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2010/02/19/the-ipad-will-sell-despite-the-wailing-and-gnashing-of-teeth/&amp;t=The+iPad+will+sell+despite+the+wailing+and+gnashing+of+teeth&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2010/02/19/the-ipad-will-sell-despite-the-wailing-and-gnashing-of-teeth/&amp;title=The+iPad+will+sell+despite+the+wailing+and+gnashing+of+teeth" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2010/02/19/the-ipad-will-sell-despite-the-wailing-and-gnashing-of-teeth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Record Sales of the Amazon Kindle Means to Your Church Website</title>
		<link>http://healyourchurchwebsite.com/2009/12/29/what-record-sales-of-the-amazon-kindle-means-to-your-church-website/</link>
		<comments>http://healyourchurchwebsite.com/2009/12/29/what-record-sales-of-the-amazon-kindle-means-to-your-church-website/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 21:37:46 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Disruptive Innovation]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[digital media]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[mobile computing]]></category>
		<category><![CDATA[publishing]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2413</guid>
		<description><![CDATA[Yesterday , I was attracted by the Wired Magazine Gadget Labs  headline &#8220;Amazon: Kindle Books Outsold Real Books This Christmas.&#8221; According to a release cited in the article:
“[the] Kindle has become the most gifted item in Amazon’s history &#8230;
&#8230; On Christmas Day customers purchased more Kindle books than physical books.”
Now unlike my good friend Vincent [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday , I was attracted by the Wired Magazine Gadget Labs  headline &#8220;<a title="Gadget Lab Hardware News and Reviews Amazon: Kindle Books Outsold Real Books This Christmas" href="http://www.wired.com/gadgetlab/2009/12/amazon-kindle-books-outsold-real-books-this-christmas/">Amazon: Kindle Books Outsold Real Books This Christmas</a>.&#8221; According to a release cited in the article:</p>
<blockquote><p>“[the] Kindle has become the most gifted item in Amazon’s history &#8230;</p>
<p>&#8230; On Christmas Day customers purchased more Kindle books than physical books.”</p></blockquote>
<p>Now unlike my good friend Vincent Flanders, I&#8217;m not ready to tweet:</p>
<blockquote><p>&#8220;RT @<a title="Vincent Flanders Twitter Post" href="http://twitter.com/vincentflanders/status/7133178771">VincentFlanders</a> &#8211; <span><span>The bookstore is dead says Seth Godin <a rel="nofollow" href="http://bit.ly/8StlpZ" target="_blank">http://bit.ly/8StlpZ</a> &#8221;<br />
</span></span></p></blockquote>
<p><a href="http://healyourchurchwebsite.com/wp-content/uploads/hycw-kindle-120px.jpg"><img class="alignright size-full wp-image-2418" title="Kindle 2" src="http://healyourchurchwebsite.com/wp-content/uploads/hycw-kindle-120px.jpg" alt="Kindle 2" width="120" height="155" /></a>That said, when I look at all the paper my own church consumes on a weekly basis, I have to wonder if we don&#8217;t have as a mission initiative keeping the fine folks at <a title="Dunder Mifflin Home Page" href="http://www.dundermifflin.com/">Dunder Mifflin</a> employed (<em>let the reader understand</em>).</p>
<p>This all got me to thinking, even though I&#8217;m not the type of guy who is going to chain himself to a tree &#8211; I do think judicious of resources falls under good stewardship &#8211; and that includes both natural resources as well as financial.</p>
<p>Meaning, as we continue to see the emergence of digital media devices, such as the Kindle and/or smart phones, why not consider providing and/or publishing more and more of your organizations information in supported by such devices?</p>
<p><strong>Providing</strong>: let&#8217;s say you want to study Os Guinness&#8217; &#8220;Dining with the Devil: The Megachurch Movement Flirts with Modernity&#8221;. The Paperback version is <a title="Amazon - Dining With the Devil: The Megachurch Movement Flirts With Modernity (Hourglass Books) (Paperback)" href="http://www.amazon.com/gp/product/0801038553?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0801038553">$12.82</a> not including the cost of shipping. The Kindle price for the same is <a title="Amazon - Dining with the Devil: The Megachurch Movement Flirts with Modernity (Kindle Edition)" href="http://www.amazon.com/gp/product/B001OW66YM?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B001OW66YM">$9.99</a>. That&#8217;s about a 33% difference, again not including the cost of shipping.</p>
<p><strong>Publishing</strong>: each Christmas and Easter, I see many churches publish multi-page pamphlets that contain all the bulletins for all the services. These are nice as they provide continuity, but I can also see where they&#8217;re going to run the church and/or charity a few bucks &#8211; especially as people forget to bring with them their nicely stapled paper pile from the previous week.</p>
<p>Yes, Amazon does get to keep about $0.65 of every dollar, but I do think there is a cost savings and possibly cost recovery even if your organization only charges the minimum $0.99 cents to sell your Advent Season bulletin on the Kindle.</p>
<p>Similarly, what would be the cost of simply pushing out to <strong>your organization&#8217;s website</strong> the average, weekly bulletin out to PDF or HTML for consumption by those in your congregation armed with BlackBerry&#8217;s and/or iPhones? Other than setting up the router? Especially since they can then also use the same network to follow-along Scripture readings with the <a title="ESV Bible - mobile version" href="http://www.gnpcb.org/esv/mobile/">mobile version of the ESV Bible</a>?</p>
<p>Point is, I think it&#8217;s time to look around your church and/or charity&#8217;s offices and meeting rooms and see just how much paper could be saved by simply publishing the temporal stuff online.</p>
<p>What are your thoughts?</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=What+Record+Sales+of+the+Amazon+Kindle+Means+to+Your+Church+Website+http://is.gd/5FULX" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/12/29/what-record-sales-of-the-amazon-kindle-means-to-your-church-website/&amp;title=What+Record+Sales+of+the+Amazon+Kindle+Means+to+Your+Church+Website" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/12/29/what-record-sales-of-the-amazon-kindle-means-to-your-church-website/&amp;t=What+Record+Sales+of+the+Amazon+Kindle+Means+to+Your+Church+Website" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/12/29/what-record-sales-of-the-amazon-kindle-means-to-your-church-website/&amp;t=What+Record+Sales+of+the+Amazon+Kindle+Means+to+Your+Church+Website&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/12/29/what-record-sales-of-the-amazon-kindle-means-to-your-church-website/&amp;title=What+Record+Sales+of+the+Amazon+Kindle+Means+to+Your+Church+Website" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/12/29/what-record-sales-of-the-amazon-kindle-means-to-your-church-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>12 Days of Jesus Junk &#8211; Day 5 &#8211; Speak Clearly</title>
		<link>http://healyourchurchwebsite.com/2009/12/18/12-days-of-jesus-junk-day-5-speak-clearly/</link>
		<comments>http://healyourchurchwebsite.com/2009/12/18/12-days-of-jesus-junk-day-5-speak-clearly/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:48:50 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Bad Design Posters]]></category>
		<category><![CDATA[Jesus Junk]]></category>
		<category><![CDATA[babble]]></category>
		<category><![CDATA[church speak]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tongues]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2403</guid>
		<description><![CDATA[Even if you haven't read the latest writings of Steve Krug, Jakob Nielsen or Luke Wroblewski, it doesn't take a 'Jesus Christ Rubber Duck' to understand that church speak and clique-chat only help relegate your site into the realms search engine obscurity.]]></description>
			<content:encoded><![CDATA[<p>Even if you haven&#8217;t read the latest writings of <a title="Don't Make Me Think: A Common Sense Approach to Web Usability, 2nd Edition" href="http://www.amazon.com/gp/product/0321344758?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0321344758">Steve Krug</a>, <a title="Eyetracking Web Usability" href="http://www.amazon.com/gp/product/0321498364?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0321498364">Jakob Nielsen</a> or <a title="Web Form Design: Filling in the Blanks" href="http://www.amazon.com/gp/product/1933820241?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=1933820241">Luke Wroblewski</a>, it doesn&#8217;t take a &#8216;<a title="Rocket Surgery Made Easy: The Do-It-Yourself Guide to Finding and Fixing Usability Problems" href="http://www.amazon.com/gp/product/0321657292?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0321657292">Rocket Surgeon</a>&#8216; understand the wisdom the &#8220;<a title="WikiPedia - Duck test" href="http://en.wikipedia.org/wiki/Duck_test">duck test</a>&#8221; which according to the all-knowing Wikipedia asserts:</p>
<blockquote><p>If it looks like a duck, swims like a duck and quacks like a duck, then it probably is a duck.</p></blockquote>
<p>Which is why I find myself  a little bit confused when stumbled onto the  &#8216;<a href="http://www.amazon.com/gp/product/B000KFUXAM?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B000KFUXAM" target="_blank"><span>Jesus Christ Celebriduck Limited Edition Collectible Rubber Duck</span></a><span>&#8216; parodied in the instructional poster below:<br />
</span></p>
<p><a href="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day05.jpg"><img class="aligncenter size-medium wp-image-2404" title="12 Days of Jesus Junk - Day 5 - Speak Clearly" src="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day05-300x240.jpg" alt="12 Days of Jesus Junk - Day 5 - Speak Clearly" width="300" height="240" /></a></p>
<p>Call me old school but as I recall a rubber ducky is, as Ernie of Sesame Street so aptly <a title="YouTube - Ernie of Sesame Street sings that pop chart hit 'Rubber Ducky'" href="http://www.youtube.com/watch?v=bf9d7rSf_Ks">described in song</a> a &#8220;<em> .. little fella who&#8217;s Cute and yellow and chubby &#8230;</em>&#8221;</p>
<p>Now I know what some of you are thinking &#8220;<em>Dean, you dope, the <a title="Celebriducks Home Page" href="http://www.celebriducks.com/">Celebriduck</a> is a collector item thing &#8230; of course it doesn&#8217;t look like a duck!</em>&#8221; &#8230;</p>
<p>&#8230; kidding aside, I already figured out it&#8217;s some niche merchandise marketed who also <strong>speak other arcane dialects</strong> such as &#8220;<em>Beanie Baby</em>&#8221; &#8230; but that gets to my point!</p>
<p>Using insider jargon-eze is a sure fire way to relegate your website the non-desirable&#8217; SEO&#8217; known as &#8216;<em>search-engine obscurity.</em>&#8216;</p>
<p>Consider this:  in the U.S. <a title="HYCW: One in Three Adults Is Unchurched Means 1 in 3 Adults Don’t Church Speak" href="http://healyourchurchwebsite.com/2005/04/02/one-in-three-adults-is-unchurched-means-1-in-3-adults-dont-church-speak/">1 in 3 adults is unchurched</a>. Meaning 1 in 3 adults don’t understand the &#8216;<em>church-speak</em>&#8216; that <a id="kjly" title="ESV BIble: Genesis 11:1-9" href="http://www.gnpcb.org/esv/search/?q=Genesis+11%3A1-9">bables-up and out</a> of expensive color brochures, sermon videos and web sites.</p>
<p>So when it comes to the purpose and personality of your organization, speak clearly and say it plain. Tell visitors precisely what THEY seek in terms THEY understand.</p>
<p>Put another way, by avoiding &#8216;<em>clique chat</em>&#8216;  you&#8217;ll not only make your site more usable to individuals trying to find what you have to offer, but you&#8217;ll also help avoid spending $5k on a <a title="HYCW - The 10 Commandments of Church Website Search Engine Optimization " href="../archives/001472.php">Search Engine Optimization</a> (SEO) expert.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=12+Days+of+Jesus+Junk+%E2%80%93+Day+5+%E2%80%93+Speak+Clearly+http://is.gd/5sOdh" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/12/18/12-days-of-jesus-junk-day-5-speak-clearly/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+5+%E2%80%93+Speak+Clearly" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/12/18/12-days-of-jesus-junk-day-5-speak-clearly/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+5+%E2%80%93+Speak+Clearly" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/12/18/12-days-of-jesus-junk-day-5-speak-clearly/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+5+%E2%80%93+Speak+Clearly&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/12/18/12-days-of-jesus-junk-day-5-speak-clearly/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+5+%E2%80%93+Speak+Clearly" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/12/18/12-days-of-jesus-junk-day-5-speak-clearly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>12 Days of Jesus Junk &#8211; Day 4 &#8211; Unreadable at 11:23</title>
		<link>http://healyourchurchwebsite.com/2009/12/17/12-days-of-jesus-junk-day-4-unreadable-at-1123/</link>
		<comments>http://healyourchurchwebsite.com/2009/12/17/12-days-of-jesus-junk-day-4-unreadable-at-1123/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 15:49:32 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Bad Design Posters]]></category>
		<category><![CDATA[Jesus Junk]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[hallway testing]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user experience]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2388</guid>
		<description><![CDATA[If conversion rates are the metric by which we measure successful web page adoption, then the antithesis of that is product abandonment. Today's example shows how something as intuitive as a wall clock was made unreadable at 11:23.]]></description>
			<content:encoded><![CDATA[<p>Even though I&#8217;m a software guy, I think if I were asked to design a religious-themed wall clock I might steer clear of some of the usability issues I find with the <a href="http://www.amazon.com/gp/product/B000S2NH1O?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B000S2NH1O" target="_blank"><span>Jesus Christ Carrying Cross Christian Theme Wall Clock</span></a><span> parodied below:</span></p>
<p><span><a href="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day04.jpg"></a><a href="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day041.jpg"><img class="aligncenter size-medium wp-image-2392" title="12 Days of Jesus Junk - Day 4 - Unreadable at 11:23" src="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day041-300x240.jpg" alt="12 Days of Jesus Junk - Day 4 - Unreadable at 11:23" width="300" height="240" /></a><br />
</span></p>
<p><span>What usability issue? Well if I&#8217;m a user sitting across the room at 11:23, and possibly at 4:55 and 8:05, I might find it hard to see what time it is because of the dark black lines of the artwork create a dark black background for the thin black arms of the clock.</span></p>
<p><span>So what has this got to do with my church or charity website? Glad you asked.</span></p>
<p><span>What we want to take away from today&#8217;s example is the concept that part of a successful user interface isn&#8217;t just design that looks good (<em>not that I find the clock artwork all that inspiring</em>) &#8212; but also a design facilitates a positive and productive user experience.</span></p>
<p><span>This can be measured in &#8216;<em>conversion rates</em>,&#8217; that is the rate at which the user successfully uses the website (<em>or clock</em>) to accomplish some item of work or information gathering.<br />
</span></p>
<p>This means we need to avoid <span>design elements get in the way of a web page&#8217;s core functionality, otherwise we&#8217;re left with the antithesis of conversion &#8211; the user abandons the product &#8211; often quantified as the &#8216;<em>bounce rate.</em>&#8216;</span></p>
<p><span>To help avoid this common pitfall, I offer this </span>“<em>fast five</em>” lists of things to remember when designing a webpage:</p>
<ol>
<li><a title="HYCW: Pastors and graphic artists listen up: your user isn’t you" href="../2007/09/17/pastors-and-graphic-artists-listen-up-your-user-isnt-you/">You are not your user</a>;</li>
<li>solve their problems, <a title="HYCW: Solve THEIR problems - don’t bother them with YOURS!" href="../2004/08/17/solve-their-problems-dont-bother-them-with-yours/">don’t burden them yours</a>;</li>
<li>don’t assume <span style="text-decoration: line-through;">all</span> any of your users are idiots;</li>
<li>engage in <a title="HYCW: Don’t write vague use cases, write concrete, specific use cases" href="../2007/07/20/dont-write-vague-use-cases-write-concrete-specific-use-cases/">user testing</a> – where non-geeks attempt simple, common tasks; and</li>
<li>when a problem and/or encumbrance by a user is reported – do what it takes to provide the user a clear path to operational/work-flow success.</li>
</ol>
<p>On that last point, think Amazon.com, the premier example of conversion goals in action. When they hear of something that gets in the user’s way – even if it sounds stupid – they fix their site to accommodate the customer.</p>
<p>I&#8217;d recommend doing the same, perhaps starting with some good-old-fashioned <a title="HYCW - 12 Days of Jesus Junk - Day 1 - Hallway Testing" href="http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/">hallway testing</a> and moving out from there.</p>
<p><span><br />
</span></p>
<p><span><br />
</span></p>
<p><span><br />
</span></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=12+Days+of+Jesus+Junk+%E2%80%93+Day+4+%E2%80%93+Unreadable+at+11%3A23+http://is.gd/5rlJC" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/12/17/12-days-of-jesus-junk-day-4-unreadable-at-1123/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+4+%E2%80%93+Unreadable+at+11%3A23" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/12/17/12-days-of-jesus-junk-day-4-unreadable-at-1123/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+4+%E2%80%93+Unreadable+at+11%3A23" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/12/17/12-days-of-jesus-junk-day-4-unreadable-at-1123/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+4+%E2%80%93+Unreadable+at+11%3A23&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/12/17/12-days-of-jesus-junk-day-4-unreadable-at-1123/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+4+%E2%80%93+Unreadable+at+11%3A23" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/12/17/12-days-of-jesus-junk-day-4-unreadable-at-1123/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days of Jesus Junk &#8211; Day 3 &#8211; Avoid Wipeouts</title>
		<link>http://healyourchurchwebsite.com/2009/12/16/12-days-of-jesus-junk-day-3-avoid-wipeouts/</link>
		<comments>http://healyourchurchwebsite.com/2009/12/16/12-days-of-jesus-junk-day-3-avoid-wipeouts/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:47:31 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Bad Design Posters]]></category>
		<category><![CDATA[Jesus Junk]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[contingency plans]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2373</guid>
		<description><![CDATA[Nothing says "wipe-out" like a cheap little Holy Bible eraser. And nothing spells disaster like having all your valuable data turn into techno-mush. Here's some tips to avoid this.]]></description>
			<content:encoded><![CDATA[<p>Nothing says &#8220;wipe-out&#8221; like a cheap little <a title="Amazon.com - cheap Bible Erasers" href="http://www.amazon.com/gp/product/B00307WEI6?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B00307WEI6">Holy Bible eraser</a>.</p>
<p><a href="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day032.jpg"><img class="aligncenter size-medium wp-image-2382" title="12 Days of Jesus Junk - Day 3 - Avoid Wipeouts" src="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day032-300x240.jpg" alt="12 Days of Jesus Junk - Day 3 - Avoid Wipeouts" width="300" height="240" /></a></p>
<p>And while the product parodied above is applied a slightly different meaning of &#8220;fail&#8221; the point is hardware failures, power outages, software bugs, stolen computers, cross site scripted SQL injections, and/or zombie induced denial of service attacks can all turn your church and/or charity website into a tub of techno-mush quicker than you can <a title="Wiki - Binary Search Tree - Traversal" href="http://en.wikipedia.org/wiki/Binary_search_tree#Traversal">recurse a binary tree</a>.</p>
<p>The only real defense against such failures is to plan for them &#8211; anticipating them in three ways:</p>
<ul>
<li> backing up your data</li>
<li> moving your backed-up data off site</li>
<li>having and practicing how to restore backed-up data</li>
</ul>
<p>Here&#8217;s a very simple snippet from an oldie but goldie article entitled &#8220;<a title="Paul Bradley - How to backup your MySQL tables and data every night using a bash script and cron." href="http://paulbradley.tv/38/">How to backup your MySQL tables and data every night using a bash script and cron:</a>&#8220;<br id="qgxy0" /></p>
<pre id="zmkt0">#!/bin/sh<br id="zmkt1" /># backup data<br id="zmkt2" />mysqldump -uroot -ppwd --opt db1 &gt; /sqldata/db1.sql<br id="zmkt3" />mysqldump -uroot -ppwd --opt db2 &gt; /sqldata/db2.sql<br id="zmkt4" /># zip up data<br id="zmkt5" />cd /sqldata/ <br id="zmkt6" />tar -zcvf sqldata.tgz *.sql<br id="zmkt7" /># email data off-site<br id="zmkt8" />cd /scripts/<br id="zmkt9" />perl emailsql.cgi</pre>
<p>The article also displays a script on how to email the data off site, not a bad deal if your data is small &#8211; such backups being just as simple to restore with this dynamic command line duo of directives:<br id="fizv0" /></p>
<pre id="zmkt10">tar -zxvf sqldata.tgz<br id="zmkt11" />mysql -uroot -ppwd db1 &lt; db1.sql</pre>
<p>Things get trickier when you have tons of data, in which it may play into one&#8217;s restoration plan better to backup and restore a database by individual tables. Here is a set of articles that describes how to do this that includes some script examples you can modify to suite your needs:<br id="dh060" /></p>
<ul id="q1v90">
<li id="q1v91"><a id="q1v92" title="MySQL:  How do I dump all tables in a database into separate files?" rel="bookmark" href="http://crazytoon.com/2007/11/26/mysql-how-do-i-dump-all-tables-in-a-database-into-separate-files/">MySQL:  How do I dump all tables in a database into separate files?</a></li>
<li id="q1v93"><a id="dh064" title="MySQL:  How do I import individual table dump files in to MySQL using shell script?" rel="bookmark" href="http://crazytoon.com/2007/11/28/mysql-how-do-i-import-individual-table-dump-files-in-to-mysql-using-shell-script/">MySQL:  How do I import individual table dump files in to MySQL using shell script?</a></li>
</ul>
<p>Either way, then it is just a manner of putting the shell script on a timer, or in the vernacular of crontab:</p>
<pre>1 3 * * * /usr/home/mysite.com/prvt/tbak.sh &gt; /usr/home/logs/tbak.log</pre>
<p>If either of these shell script, bash-based approach seems to complex then perhaps one of the control panel, web-based method offered by <a id="x1_d" title="UpStartBlogger: 8 MySQL Backup Strategies for WordPress Bloggers (And Others)" href="http://www.upstartblogger.com/8-mysql-backup-strategies-for-wordpress-bloggers-and-others">UpStartBlogger&#8217;s post</a> &#8220;8 MySQL Backup Strategies for WordPress Bloggers (And Others)&#8221; will do the trick.</p>
<p>Here are some other related articles that might help, the last two include automagic date stamping of the backup files:</p>
<ul>
<li>MDLog:/sysadmin &#8211; <a id="gz3b2" title="Permanent Link to Backup your MySQL databases automatically with AutoMySQLBackup" rel="bookmark" href="http://www.ducea.com/2006/05/27/backup-your-mysql-databases-automatically-with-automysqlbackup/">Backup your MySQL databases automatically with AutoMySQLBackup</a></li>
<li><a id="l3wr0" title="Permanent Link: Automatic MySql Backup Script" rel="bookmark" href="http://www.dagondesign.com/articles/automatic-mysql-backup-script/">Automatic MySql Backup Script</a> &#8211; Dagon Design</li>
<li>Justin-Cook &#8211; <a id="v.x20" title="Automatic cPanel backup (domain &amp; MySQL) with cron &amp; PHP" rel="bookmark" href="http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/">Automatic cPanel backup (domain &amp; MySQL) with cron &amp; PHP</a></li>
<li> <a id="qtuc0" title="Permanent Link to Simple MySQL Backup" rel="bookmark" href="http://ocaoimh.ie/2005/06/28/simple-mysql-backup/">Simple MySQL Backup</a> &#8211; Holy Smoly</li>
<li> DreamHost Forum &#8211; <a id="bjyf1" href="http://forum.dreamhosters.com/troubleshooting/23714-Crontab-backup.htm">Crontab/backup</a></li>
</ul>
<p>The bottom line is this: just Peter implores us to make a ready defense in <a href="http://www.gnpcb.org/esv/search/?go=Go&amp;q=1+Peter+3%3A15" class="bibleref" title="ESV 1Peter 3:15">1 Peter 3:15</a>, so I&#8217;m asking you always be ready to make a defense to anything that endangers the data that is on your system so you&#8217;re not found tearfully dissheveled cowering in a corner meek and fearful, mumbling something about how you should have planned for such failures.</p>
<p>You&#8217;ll be glad you did &#8211; probably at the most inopportune time possible.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=12+Days+of+Jesus+Junk+%E2%80%93+Day+3+%E2%80%93+Avoid+Wipeouts+http://is.gd/5qqXs" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/12/16/12-days-of-jesus-junk-day-3-avoid-wipeouts/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+3+%E2%80%93+Avoid+Wipeouts" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/12/16/12-days-of-jesus-junk-day-3-avoid-wipeouts/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+3+%E2%80%93+Avoid+Wipeouts" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/12/16/12-days-of-jesus-junk-day-3-avoid-wipeouts/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+3+%E2%80%93+Avoid+Wipeouts&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/12/16/12-days-of-jesus-junk-day-3-avoid-wipeouts/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+3+%E2%80%93+Avoid+Wipeouts" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/12/16/12-days-of-jesus-junk-day-3-avoid-wipeouts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>12 Days of Jesus Junk &#8211; Day 2 &#8211; Think Globally!</title>
		<link>http://healyourchurchwebsite.com/2009/12/15/12-days-of-jesus-junk-day-2-think-globallyl/</link>
		<comments>http://healyourchurchwebsite.com/2009/12/15/12-days-of-jesus-junk-day-2-think-globallyl/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 22:50:55 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Bad Design Posters]]></category>
		<category><![CDATA[Jesus Junk]]></category>
		<category><![CDATA[hallway testing]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2350</guid>
		<description><![CDATA[As once again the  TSA reminds us that Christmas Snow Globes a threat to National Security, I thought it might be a good time to talk about the wide-World of bad-guys and some simple things you can do to guard your site from a potentially explosive situation.]]></description>
			<content:encoded><![CDATA[<p>As once again the  TSA reminds us that <a title="Jaunted - Don't You Dare Try To Slip Your Christmas Snow Globes By The TSA " href="http://www.jaunted.com/story/2009/12/11/153059/40/travel/Don%27t+You+Dare+Try+To+Slip+Your+Christmas+Snow+Globes+By+The+TSA">Christmas Snow Globes a threat to National Security</a>, I thought it might be a good time to talk about the wide-World of bad-guys and some simple things you can do to guard your site from a potentially explosive situation.</p>
<p><a href="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day02.jpg"><img class="aligncenter size-medium wp-image-2352" title="12 Days of Jesus Junk - Day 2 - Think Globally" src="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day02-300x240.jpg" alt="12 Days of Jesus Junk - Day 2 - Think Globally" width="300" height="240" /></a></p>
<p>Unlike the <a href="http://www.amazon.com/gp/product/B002JUG6UW?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B002JUG6UW" target="_blank"> <span>5.5&#8243; The Kneeling Santa Claus Musical Christmas Water Globe</span></a> parodies above, there are some real threats to your website that are an unfortunate aspect of the &#8220;World Wide&#8221; nature of the Web.</p>
<p>Specifically, I&#8217;m talking about the army of professional hackers employed in far flung regions such as China, Nigeria and of course what is now the former U.S.S.R.</p>
<p>For that, I recommend a modification to your  <a title="WIKI .htaccess" href="http://en.wikipedia.org/wiki/Htaccess">.htaccess</a> file such as:</p>
<pre>&lt;Limit GET HEAD POST&gt;
deny from 218.25.161
allow from all
&lt;/LIMIT&gt;</pre>
<p>If you look close, I&#8217;m only using 3 levels of the IP address to 218.25.161.0  through 218.25.161.255.</p>
<p>And where does one get a block of  IPs to block? Glad you asked &#8230;</p>
<h4>Pre-fabricated blacklists to block IP addresses of entire countries:</h4>
<ul>
<li>WizCraft &#8211; <a title="WizCraft - Server .htaccess Blocklists (Blacklists) for exploited servers" href="http://www.wizcrafts.net/russia+exploited-server-blocklist.html">Server .htaccess Blocklists</a> for exploited servers (<em>e.g. Russia and China</em>)</li>
<li>Block a country.com &#8211; block by ip address, <a title="Block a country.com - block by ip address, deny access by country" href="http://www.blockacountry.com/">block access by country</a></li>
</ul>
<h4>A bit more on .htaccess and mod_access:</h4>
<ul>
<li><a title="Apache Project: module mod_access - allow" href="http://httpd.apache.org/docs/1.3/mod/mod_access.html#allow">Apache Project</a>: Module mod_access (v. 1.3) &#8211; allow</li>
<li>ClockWatchers.com &#8211; <a title="ClockWatchers.com - .htaccess Tutorial - Block An IP Address" href="http://www.clockwatchers.com/htaccess_block.html">.htaccess Tutorial</a> how to block an IP address</li>
</ul>
<p>Just remember to keep good backups of whatever files you’re working on – and try not to lock yourself out while experimenting with changes!</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=12+Days+of+Jesus+Junk+%E2%80%93+Day+2+%E2%80%93+Think+Globally%21+http://is.gd/5p5os" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/12/15/12-days-of-jesus-junk-day-2-think-globallyl/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+2+%E2%80%93+Think+Globally%21" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/12/15/12-days-of-jesus-junk-day-2-think-globallyl/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+2+%E2%80%93+Think+Globally%21" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/12/15/12-days-of-jesus-junk-day-2-think-globallyl/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+2+%E2%80%93+Think+Globally%21&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/12/15/12-days-of-jesus-junk-day-2-think-globallyl/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+2+%E2%80%93+Think+Globally%21" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/12/15/12-days-of-jesus-junk-day-2-think-globallyl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 Days of Jesus Junk &#8211; Day 1 &#8211; Hallway Testing</title>
		<link>http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/</link>
		<comments>http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:00:42 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Bad Design Posters]]></category>
		<category><![CDATA[Jesus Junk]]></category>
		<category><![CDATA[hallway testing]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2334</guid>
		<description><![CDATA[Learn how to cheaply and quickly avoid 'accidental-message-myopia' syndrome - like inadvertently creating a design that asserts an Aryan baby Jesus.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I&#8217;m sure the makers of the <a title="Amazon.com - Gemmy 6ft Airblown Inflatable Christmas Nativity Scene" href="http://www.amazon.com/gp/product/B002TMTIMS?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=B002TMTIMS">Gemmy 6ft Airblown Inflatable Christmas Nativity Scene</a> parodied below were not trying to assert that Jesus was of Aryan descent:</p>
<p style="text-align: center;"><a href="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day01.jpg"><img class="size-medium wp-image-2335 aligncenter" title="12 Days of Jesus Junk - Day 1 - Hallway Test Everything" src="http://healyourchurchwebsite.com/wp-content/uploads/healyourchurchwebsite-12daysofJJunk-day01-300x240.jpg" alt="Avoid accidental message myopia by subjecting all your design work to hallway testing" width="300" height="240" /></a></p>
<p>So how do we avoid the type of &#8216;<strong>accidental-message-myopia</strong>&#8216; that produces a design that includes a not-so Middle-East,  blond haired (<em>and possibly blue-eyed</em>)  baby Jesus?  Two words &#8220;Hallway Testing.&#8221;</p>
<p>The Wikipedia describes <a title="Wikipedia: Usability Testing - Hallway Testing" href="http://en.wikipedia.org/wiki/Usability_testing#Hallway_testing">hallway testing</a> as:</p>
<blockquote><p>Hallway testing (or hallway usability testing) is a specific methodology of software usability testing. Rather than using an in-house, trained group of testers, just five to six random people, indicative of a cross-section of end users, are brought in to test the software (be it an application, web site, etc.); the name of the technique refers to the fact that the testers should be random people who pass by in the hallway. The theory, as adopted from Jakob Nielsen&#8217;s research, is that 95% of usability problems can be discovered using this technique.</p></blockquote>
<p>In short, hallway testing is the simple act of <span style="text-decoration: line-through;">accosting</span> &#8230; <span style="text-decoration: line-through;">I mean drafting</span> &#8230; I mean enlisting 5 or 6 random individuals to inspect your designs to insure among other things, you&#8217;re not overlooking some detail great or small that accidentally sends the wrong message.</p>
<p>I know it&#8217;s an extra step in the web design process, but when one considers alternatives as the above parody poster depiction, it&#8217;s probably worth it.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=12+Days+of+Jesus+Junk+%E2%80%93+Day+1+%E2%80%93+Hallway+Testing+http://is.gd/5n70d" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+1+%E2%80%93+Hallway+Testing" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+1+%E2%80%93+Hallway+Testing" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/&amp;t=12+Days+of+Jesus+Junk+%E2%80%93+Day+1+%E2%80%93+Hallway+Testing&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/&amp;title=12+Days+of+Jesus+Junk+%E2%80%93+Day+1+%E2%80%93+Hallway+Testing" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/12/14/12-days-of-jesus-junk-day-1-hallway-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Usability and Daylight Saving Time</title>
		<link>http://healyourchurchwebsite.com/2009/11/02/usability-and-daylight-saving-time/</link>
		<comments>http://healyourchurchwebsite.com/2009/11/02/usability-and-daylight-saving-time/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:43:43 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Reading Room]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2326</guid>
		<description><![CDATA[Let&#8217;s talk a little about the usability frustrations we put up with in the name of daylight saving time &#8211; and see if we can&#8217;t cobble together an object lesson for our web design.
Okay, so in my best Andy Rooney imitation:
Why is it we can put a man on the moon, yet somehow we still [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s talk a little about the usability frustrations we put up with in the name of daylight saving time &#8211; and see if we can&#8217;t cobble together an object lesson for our web design.</p>
<p>Okay, so in my best <a title="WikiPedia : Andy Rooney" href="http://en.wikipedia.org/wiki/Usability">Andy Rooney</a> imitation:</p>
<blockquote><p>Why is it we can put a man on the moon, yet somehow we still don&#8217;t have a &#8220;<em>magical gadget</em>&#8221; that with the press of a button, will set ALL of our clocks to daylight saving time.</p>
<p>I&#8217;m talking about the remote that will not only set my<span style="text-decoration: line-through;"> BetaMax</span> &#8230; <span style="text-decoration: line-through;">I mean VCR</span> &#8230; I mean TIVO&#8230; and the watch, and my microwave oven and even the clock in my car parked outside!</p></blockquote>
<p>Did I just hear an amen?! Yeah, I thought so &#8230; and well we should. <img class="size-full wp-image-2327 alignright" title="daylight savings madness" src="http://healyourchurchwebsite.com/wp-content/uploads/kworldclock.png" alt="daylight savings madness" width="128" height="128" />After all, here&#8217;s a list of the clocks I had to reset manually &#8211; each employing its own rand of a &#8216;uniquely creative&#8217; set of time-setting interface operations:</p>
<ul>
<li>the stove</li>
<li>the microwave oven</li>
<li>the upstairs weather warning clock/radio</li>
<li>the downstairs weather warning clock/radio</li>
<li>the clock on my portable flashlight/weather warning clock radio</li>
<li>my digital camera</li>
<li>my digital movie camera</li>
<li>my wife&#8217;s digital camera</li>
<li>my daughter&#8217;s digital camera</li>
<li>my pickem-up truck</li>
<li>my wife&#8217;s car</li>
<li>a small number of my daughter&#8217;s toys</li>
</ul>
<p>I think that&#8217;s it &#8230; well not including the batteries on all 6 or 7 smoke alarms.</p>
<p>So what usability can we take away from all this minute-setting of madness? How about doing away with what <a title="Frank da Cruz, Columbia University NYC" href="http://www.columbia.edu/~fdc/">Frank da Cruz</a> referred to in my networking class back in 1986 as &#8220;<strong>a wide variety of standards.</strong>&#8221;</p>
<p>Think about it, the method for setting the time on each of the above devices varied, some greatly from the others, some not-so-much. Either way, if you&#8217;re not going to give me a &#8220;<em>magical gadget</em>&#8221; then at least give me a consistent interface to all the above!</p>
<p>And I think the same applies to our software. From page to page of our programs, are we asking our users to do similar things employing &#8220;<strong>a wide variety of standards?</strong>&#8221; If so, imagine the learning curves and barriers to conversion we place in front of them.</p>
<p>My point? Go through your entire site and figure out what&#8217;s the same and almost-the-same. Then pick a convenient way to do it &#8211; and stick with it &#8211; even if some better jQuery gizmo comes out next week.</p>
<p>Your users will thank you.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Usability+and+Daylight+Saving+Time+http://is.gd/5HLTq" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/11/02/usability-and-daylight-saving-time/&amp;title=Usability+and+Daylight+Saving+Time" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/11/02/usability-and-daylight-saving-time/&amp;t=Usability+and+Daylight+Saving+Time" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/11/02/usability-and-daylight-saving-time/&amp;t=Usability+and+Daylight+Saving+Time&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/11/02/usability-and-daylight-saving-time/&amp;title=Usability+and+Daylight+Saving+Time" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/11/02/usability-and-daylight-saving-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t get BOSS&#8217;d around by your 3rd party API</title>
		<link>http://healyourchurchwebsite.com/2009/08/03/dont-get-bossd-around-by-your-3rd-party-api/</link>
		<comments>http://healyourchurchwebsite.com/2009/08/03/dont-get-bossd-around-by-your-3rd-party-api/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 14:32:08 +0000</pubDate>
		<dc:creator>MeanDean</dc:creator>
				<category><![CDATA[Code-Snippets]]></category>
		<category><![CDATA[Disruptive Innovation]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BibleGateway]]></category>
		<category><![CDATA[BOSS]]></category>
		<category><![CDATA[Microhoo]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web services.]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://healyourchurchwebsite.com/?p=2317</guid>
		<description><![CDATA[As the dust settles from last week's "Micro-Hoo!" partnership announcement, developers around the globe are beginning beg the question "what about my needs?"]]></description>
			<content:encoded><![CDATA[<p>As the dust settles from last week&#8217;s &#8220;Micro-Hoo!&#8221; partnership announcement, developers around the globe are beginning beg the question &#8220;<em>what about my needs?</em>&#8221;</p>
<p><img class="size-full wp-image-2319 alignright" title="Don't get BOSS'd around by your 3rd party APIs" src="http://healyourchurchwebsite.com/wp-content/uploads/hycw_bossy_apis.png" alt="Don't get BOSS'd around by your 3rd party APIs" width="128" height="128" /></p>
<p>Specifically, coders are now worried that Yahoo!&#8217;s surrender of their search engine to Microsoft also means abdication of BOSS &#8211; Yahoo!&#8217;s open &#8216;Build your Own Search Service&#8217; web service.</p>
<p>If it turns out that the end of Yahoo as a search engine means the end of BOSS, then those developers who didn&#8217;t adhere to Spolky&#8217;s advice in chapter 35 of &#8220;<a id="n2ty" title="Amazon.com: Joel on Software" href="http://www.amazon.com/gp/product/1590593898?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=1590593898">Joel on Software</a>&#8221; may be in for a rude awakening. In other words, those who built core business functionality directly into Yahoo!&#8217;s third party API may now find themselves scrambling to implement an alternative.</p>
<p>Even those developers who employed BOSS to provide non-core business functionality in their solutions may find themselves in for some sleepless nights if they directly integrated the API in to their code.</p>
<p>So what&#8217;s the lesson learned here?</p>
<p>Well in a world of Web 2.0, it&#8217;s unreasonable and potentially uncompetitive to completely exclude the wealth of external data sources now available via streams such as SOAP, RSS and REST.</p>
<p>That said, here is a semi-definitive list of  actions we we can developers can take to mitigate the risk such integrations introduce.</p>
<ol>
<li>&#8220;If it&#8217;s a core business function &#8211; do it yourself, no matter what.&#8221; This come straight out of Spolsky who enumerates a host of issues that can beset businesses who ignore this tenet; to which I&#8217;ll add that telling clients it&#8217;s someone else&#8217;s fault they can&#8217;t get to a needed feature quickly makes that paying client think perhaps they need to cut out the middle man.</li>
<li>Carefully choose which functionality of a 3rd party API to integrate. If it can&#8217;t be readily obtained from competing third parties then you may find yourself having to re-invent that wheel in one night &#8211; or worse &#8211; being held hostage by said vendor when they change their terms of service.</li>
<li>Always build a wrapper methods to 3rd party APIs. This way if and when the time comes to switch to an alternative API offering similar functionality, all you need change is the wrapper to the service, and not the hundreds of calls within your application to the service.</li>
</ol>
<p>I&#8217;m sure there are other actions we can take, which is your queue to provide feedback for any other techniques and/or approaches to not getting BOSS&#8217;d around by your 3rd party API! Don&#8217;t be shy.</p>
<p>I&#8217;m also wondering just how many of us got caught a bit code-short when <a title="Why Zondervan Bought BibleGateway.com" href="http://www.christianitytoday.com/ct/2008/novemberweb-only/145-41.0.html">Zondervan announced its purchase of BibleGateway.com</a>? Any stories out there?</p>
<p>Meanwhile, here are some additional links related to the topic above for your reading pleasure:</p>
<ul>
<li>Business Week: <a id="bmmd" title="In a long-awaited pairing aimed at taking on Google, Yahoo will handle ad sales while Microsoft gets the real prize: data on who's doing what online." href="http://www.businessweek.com/technology/content/jul2009/tc20090728_826397.htm">Yahoo Gives In to Microsoft, Gives Up on Search</a></li>
<li>Wall Street Journal: <a id="km1e" title="Wall Street Journal - Evening Reading: MicroHoo and the Problem of Integration" href="http://blogs.wsj.com/deals/2009/07/29/evening-reading-microhoo-and-the-problem-of-integration/">MicroHoo and the Problem of Integration</a></li>
<li>Venture Beat: <a id="l_iw" title="Venture Beat: Questions not answered on Microsoft / Yahoo deal" href="http://venturebeat.com/2009/07/29/questions-not-answered-on-microsoft-yahoo-deal/">Questions not answered on Microsoft / Yahoo deal</a></li>
<li>PC World: <a id="smhy" title="PC World: Future Uncertain for Yahoo Developer Programs" href="http://www.pcworld.com/businesscenter/article/169285/future_uncertain_for_yahoo_developer_programs.html">Future Uncertain for Yahoo Developer Programs</a></li>
<li>Yahoo! <a id="r38t" title="Yahoo! Search BOSS home page" href="http://developer.yahoo.com/search/boss/">Search BOSS home page</a></li>
<li>Amazon.com: <a id="n2ty" title="Amazon.com: Joel on Software" href="http://www.amazon.com/gp/product/1590593898?ie=UTF8&amp;tag=deanpeterscom-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=1590593898">Joel on Software</a></li>
</ul>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Don%E2%80%99t+get+BOSS%E2%80%99d+around+by+your+3rd+party+API+http://is.gd/5HLTs" title="Post to Twitter"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://healyourchurchwebsite.com/2009/08/03/dont-get-bossd-around-by-your-3rd-party-api/&amp;title=Don%E2%80%99t+get+BOSS%E2%80%99d+around+by+your+3rd+party+API" title="Post to Delicious"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://healyourchurchwebsite.com/2009/08/03/dont-get-bossd-around-by-your-3rd-party-api/&amp;t=Don%E2%80%99t+get+BOSS%E2%80%99d+around+by+your+3rd+party+API" title="Post to Facebook"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://healyourchurchwebsite.com/2009/08/03/dont-get-bossd-around-by-your-3rd-party-api/&amp;t=Don%E2%80%99t+get+BOSS%E2%80%99d+around+by+your+3rd+party+API&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://healyourchurchwebsite.com/2009/08/03/dont-get-bossd-around-by-your-3rd-party-api/&amp;title=Don%E2%80%99t+get+BOSS%E2%80%99d+around+by+your+3rd+party+API" title="Post to StumbleUpon"><img class="nothumb" src="http://healyourchurchwebsite.com/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://healyourchurchwebsite.com/2009/08/03/dont-get-bossd-around-by-your-3rd-party-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->