<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mission: Communicate</title>
	
	<link>http://missioncommunicate.com</link>
	<description>creative websites for passionate communicators</description>
	<lastBuildDate>Mon, 09 Nov 2009 18:44:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://missioncommunicate.com/blog/feed" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Helping People With a “Working” 404 Error Page</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/428gMz6Ysqk/</link>
		<comments>http://missioncommunicate.com/404-pages-made-practical/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:00:55 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[Tips and Pointers]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[404error]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=310</guid>
		<description>You have a significant measure of control over WHAT happens WHEN a 404 is experienced. A moment of frustration can be turned into a laugh, a smile of appreciation or perhaps even inspiring an action/exploration that the reader had not considered. The choice of how the 404 error is handled on your website is up to you.</description>
			<content:encoded><![CDATA[<p><img src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/06/404-150x150.png" alt="404" title="404" width="150" height="150" class="alignright size-thumbnail wp-image-478" />Regardless of whether your goals is to educate or entertain, there is bound to be a time when someone hits a &#8220;<abbr="404 is the internet error code signifying that the page you are looking for does not exist">404 Error</abbr>&#8221; on your website. Perhaps they typed a link in the address bar incorrectly, maybe someone linked to your best page with a space or hyphen where it didn&#8217;t belong. 404 &#8211; It happens.</p>
<p>You do however have a significant measure of control over WHAT happens WHEN a 404 is experienced. A moment of frustration can be turned into a laugh, a smile of appreciation or perhaps even inspiring an action/exploration that the reader had not considered. The choice of how the 404 error is handled on your domain is up to you.</p>
<p>A quick search and you can find dozens of great examples of how to treat your website visitors right in this scenario:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2007/08/17/404-error-pages-reloaded/">Smashing Magazine Collection 2</a></li>
<li><a href="http://www.smashingmagazine.com/2007/07/25/wanted-your-404-error-pages/">Smashing Magazine Collection 1</a></li>
<li><a href="http://www.webdesignideas.org/2009/02/05/25-popular-404-error-pages/">Popular Websites 404 Collection</a></li>
</ul>
<p>These will give a a good start on the hunt for inspirational 404 error options and links to other ideas and tutorials on what is next.</p>
<h3>What You Need To Do:</h3>
<p>Part of the reason for writing this up is personal. I wanted to do something about the 404 and was looking for methods that could achieve helpful results. With a <a href="/services/wordpress-website-bundle/" title="WordPress Powered Website">WordPress powered website</a> there are several options. </p>
<h4>Option 1) Create or edit your 404.php template.</h4>
<p> Update this file with your own custom message, links and imagery. A good WordPress theme comes with this template already coded &#8211; simply waiting for your custom code. What to do if your theme does not have a 404.php template? Change to a better template or, <a href="http://codex.wordpress.org/Creating_an_Error_404_Page">read up on the codex regarding the 404.php file</a> and create your own. The basic 404 template can be as simple as the default theme 404.php file:<br />
<pre><pre>&lt;?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */ ?&gt;
&lt;?php get_header(); ?&gt;
&nbsp;&nbsp;&lt;div id=&quot;content&quot; class=&quot;narrowcolumn&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2 class=&quot;center&quot;&gt;Error 404 - Not Found&lt;/h2&gt;
&nbsp;&nbsp;&lt;/div&gt;
&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;</pre></pre><br />
You can duplicate this 404.php template in your default theme and upload it to your current theme. This is a good option if the page.php template of your site has the header/content/sidebar/footer in the same order as the default theme. If not, duplicate the page.php of your <em>current theme</em> and use the above to guide you in the process of removing the_loop and unnecessary php from the 404 template. (theall the php code except the call for the header, footer and sidebar if theses calls exist in your present page.php template).</p>
<p>Joost offers a very <a href="http://yoast.com/404-error-pages-wordpress/" title="insightful guide to WordPress 404 error pages">insightful guide to 404 including the above method here</a>.</p>
<h4>Option 2) Install the Smart 404 WordPress Plugin.</h4>
<p>Installation of this plugin requires editing your 404 template file &#8220;404.php&#8221; and results in a &#8220;Smart&#8221; presentation of related/helpful options for your visitors. Here is the authors&#8217; description:</p>
<blockquote><p>When a page cannot be found, Smart 404 will use the current URL to attempt to find a matching page, and redirect to it automatically. Smart 404 also supplies template tags which provide a list of suggestions, for use on a 404.php template page if a matching post can’t be immediately discovered.</p></blockquote>
<p><a href="http://michael.tyson.id.au/wordpress/plugins/smart-404/" title="Smart 404 WordPress Plugin">Michaels&#8217; plugin and instruction for setting up the Smart 404 can be found here</a>.</p>
<h4>Option 3) &#8220;Widgetize&#8221; Your 404 template.</h4>
<p> Registering a new widget and updating your WordPress &#8220;404.php&#8221; template allows you to present a custom message when a person hits your 404 Error page through managing a 404 widget in your WordPress dashboard. In this way you can leave the boringly predictable default &#8220;404 Not Found&#8221; statement. You could get smart, helpful or just plain fun with a custom message on your 404 page. Justin Tadlock has written an easy to understand <a href="http://justintadlock.com/archives/2009/05/13/customize-your-404-page-from-the-wordpress-admin" title="Widgetize Your WordPress 404">article to help you accomplish a widgetized 404 page</a>.</p>
<h3>What You Need To Know:</h3>
<p>Serving your readers with helpful information &#8211; the kind they are looking for is the point. There are several technical aspects to doing this well and others have written some excellent rundowns for taking your 404 settings to a level that allows you analyze and track what people are finding &#8211; or TRYING to find on your site. Be sure to read Joost&#8217;s article covering some &#8220;Must Know&#8221; details about how the 404 works, what is required and how to analyze what is happening with your 404 errors pages.</p>
<div class="note"><small><br />
<h3>Helpful 404 Page References:</h3>
<ol>
<li><a href="http://en.wikipedia.org/wiki/HTTP_404" title="HTTP 404 - Wikipedia, the free encyclopedia">HTTP 404 &#8211; Wikipedia, the free encyclopedia</a></li>
<li><a href="http://articles.sitepoint.com/article/error-handling-user-experience" title="'Not Found' Is Not An Option: Error Handling and User Experience">&#8216;Not Found&#8217; Is Not An Option: Error Handling and User Experience</a></li>
<li><a href="http://www.alistapart.com/articles/perfect404/" title="A List Apart: Articles: The Perfect 404">A List Apart: Articles: The Perfect 404</a></li>
<li><a href="http://www.smashingmagazine.com/2009/01/29/404-error-pages-one-more-time/" title="404 Error Pages, One More Time - Smashing Magazine">404 Error Pages, One More Time &#8211; Smashing Magazine</a></li>
<li><a href="http://codex.wordpress.org/Creating_an_Error_404_Page" title="Creating an Error 404 Page « WordPress Codex">Creating an Error 404 Page « WordPress Codex</a></li>
</ol>
<p></small></div>

<p><a href="http://feedads.g.doubleclick.net/~a/sknDa_IETBX3awVFWnQ-lWIiDW8/0/da"><img src="http://feedads.g.doubleclick.net/~a/sknDa_IETBX3awVFWnQ-lWIiDW8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/sknDa_IETBX3awVFWnQ-lWIiDW8/1/da"><img src="http://feedads.g.doubleclick.net/~a/sknDa_IETBX3awVFWnQ-lWIiDW8/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/404-pages-made-practical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/404-pages-made-practical/</feedburner:origLink></item>
		<item>
		<title>Send a PDF using your WordPress website and email list</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/fHP3fEm4K58/</link>
		<comments>http://missioncommunicate.com/pdf-wordpress-email/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 18:48:39 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[Tips and Pointers]]></category>
		<category><![CDATA[eMail]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=336</guid>
		<description>A large number of people access email using one version of outlook or another. That is great – except when a friend repeatedly sends large attachments to your address. How can you become more effective in sending documents by email?</description>
			<content:encoded><![CDATA[<p>A large number of people access email using one version of outlook or another. That is great &#8211; except when a friend repeatedly sends large attachments to your address. How can you become more effective in sending documents by email?</p>
<p>In an earlier tip the idea of <a href="http://missioncommunicate.com/send-photos-email-and-spare-your-friends-the-extra-weight/" title="sending images without bogging down email inbox" >sending images without bogging down others&#8217; email inbox was explained</a>. The same method can be applied for handling the need to send documents &#8211; PDF, DOC, and others. The WordPress media manager can make this a breeze and give you the confidence that more people are happy receiving your email.</p>
<h3>1. Convert your Document to a PDF</h3>
<p>By doing this you increase the number of your recipients who will be able to quickly open and read your content. How to do this?</p>
<p>Mac:</p>
<ul>
<li>In the Print dialogue, choose the &#8220;PDF/Save as PDF&#8221; option. (this is a standard option with all present day macs)</li>
<li>Save the file with a name that has no spaces (the name of the file will be in the url of the link &#8211; no spaces lead to less 404 not found experience)</li>
<li>Done</li>
</ul>
<p>Windows:</p>
<ul>
<li><a href="http://www.howtogeek.com/howto/windows-vista/how-to-print-to-a-pdf-file-on-windows-vista/" title="tutorial for installing and using CutePDF">Download and install the CutePDF tool for windows</a></li>
<li>Print your document &#8211; selecting the CUTE PDF Printer instead of your default machine</li>
<li>When prompted &#8211; save the document as a PDF with no spaces in the name (the name of the file will be in the url of the link &#8211; no spaces lead to less 404 not found experience)</li>
</ul>
<h3>2. Upload PDF to your WordPress media manager</h3>
<p><a href="http://missioncommunicate.com/_cms/wp-content/uploads/2009/07/media-upload-box.jpg" class="thickbox" title="click for larger view"><img src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/07/media-upload-box-300x275.jpg" alt="media-upload-box" title="media-upload-box" width="300" height="275" class="size-medium wp-image-341" /></a><br />
Note: You can upload using the &#8220;Media/Add new&#8221; option in the main navigation of your WordPress dashboard or use the media upload dialogue above the post/page editor.</p>
<h3>Copy and insert a link in your email</h3>
<p>This link &#8211; as pointed out by the green arrow above is the ticket to giving recipients the option to download and view your document. Now that you have  that copied to your clipboard compose a new email and insert the link. A few quick tips on this:</p>
<ul>
<li>avoid scaring or boring people with having to look at the  &#8220;http://www. &#8230; &#8230;pdf&#8221;. Write a few meaningful words, select that text and use the insert link button in your editor. <a href="#" example link - any text can become a clickable link">The text then becomes the active link</a>.</li>
<li>Give people a clear idea of what they get when they click. Spell it out for theme i.e. &#8220;Download this 3.3MB PDF document&#8221;</li>
<li>A Few Tutorials for inserting links in email: <a href="http://www.aysoft.com/aymail/howto/link.htm" title="insert links in outlook email">Outlook</a>, <a href="http://www.ofzenandcomputing.com/zanswers/1307" title="insert links with gmail">gMail</a>, <a href="http://www.ofzenandcomputing.com/zanswers/1311" title="insert links into apple mail email">Apple Mail</a>, <a href="http://www.ehow.com/how_4784186_insert-hyperlink-yahoo-email.html" title="insert links in yahoo mail">Yahoo mail</a>
</li>
</ul>
<p>Once mastered this is a very simple route for successful email and much happier recipients. Not only will more of your email make it past the spam filters more effectively, generally there will be less cringing and more clicking to get at your carefully prepared document.</p>
<p>Don&#8217;t have WordPress? Favor uploading documents elsewhere? Do tell what service you prefer to use when sending PDF or other documents!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/t1VTURgIJrVDplQAN1isFZWJKJE/0/da"><img src="http://feedads.g.doubleclick.net/~a/t1VTURgIJrVDplQAN1isFZWJKJE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/t1VTURgIJrVDplQAN1isFZWJKJE/1/da"><img src="http://feedads.g.doubleclick.net/~a/t1VTURgIJrVDplQAN1isFZWJKJE/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/pdf-wordpress-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/pdf-wordpress-email/</feedburner:origLink></item>
		<item>
		<title>Noemi Photograhy – Updated Blog Design</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/-MI_DXCgP40/</link>
		<comments>http://missioncommunicate.com/noemiphotograhy-blogupdated-design/#comments</comments>
		<pubDate>Tue, 26 May 2009 00:10:54 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[For Profit]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=418</guid>
		<description>Noemi takes pictures. Lots of them!!
When you visit her blog you will quickly notice that Minnesota has a photographer who is professional, loves people and has a significant fan base regularly visiting her blog. She offers courses on photography and loves to help others begin to discover the joy of capturing life one picture at [...]</description>
			<content:encoded><![CDATA[<p>Noemi takes pictures. Lots of them!!<br />
When you visit her blog you will quickly notice that Minnesota has a photographer who is professional, loves people and has a significant fan base regularly visiting her blog. She offers courses on photography and loves to help others begin to discover the joy of capturing life one picture at a time.</p>
<blockquote class="pullquote progress" style="float:right"><p>View the latest on Noemi&#8217;s Blog:<br />
<ul><li><a href="http://feedproxy.google.com/~r/NoemiPhoto/~3/cfBrRyqx5CA/">My Husband…the one I love!</a></li><li><a href="http://feedproxy.google.com/~r/NoemiPhoto/~3/fzLm56Rq8R4/">Living a Life with Purpose…</a></li><li><a href="http://feedproxy.google.com/~r/NoemiPhoto/~3/f47byXAyebw/">The Reilly Family Portraits (Eden Prairie, MN)</a></li></ul></p></blockquote>
<p>Noemi needed to update her photoblog design to reflect a more &#8220;Noemi&#8221; and &#8220;photo&#8221; experience. As a photographer who specializes in making the ordinary extraordinary Noemi wanted to take her site to a new level. Priorities included:</p>
<ul>
<li>showcasing more of her professional photography</li>
<li>rotate recent photos in the header of the blog</li>
<li>twitter updates at the top of the site</li>
<li>event registration/payment processing</li>
<li>improved blog and site navigation</li>
</ul>
<p>What did Noemi have to say about her new design?</p>
<blockquote><p>I am so excited to finally unveil the NEW BLOG I’ve been working on for the last few months! It’s so pretty and clean and classy and artsy and has tons of BIG PICTURES! It should be up before the end of the month. I hope you are wow-ed!<br />(<a href="http://noemiphotography.com/blog/my-new-blog/" title="Noemi Photography Blog Design Updated">read full quote on her blog</a>)</p></blockquote>
<p>A few before and after blog screenshots:<br />

<a href='http://missioncommunicate.com/noemiphotograhy-blogupdated-design/original-homepage/' title='Blog Screenshot Before Redesign'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/original-homepage-150x150.png" class="attachment-thumbnail" alt="" title="Blog Screenshot Before Redesign" /></a>
<a href='http://missioncommunicate.com/noemiphotograhy-blogupdated-design/original-blog-post/' title='Single Post - Before Redesign'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/original-blog-post-150x150.png" class="attachment-thumbnail" alt="" title="Single Post - Before Redesign" /></a>
<a href='http://missioncommunicate.com/noemiphotograhy-blogupdated-design/picture-4/' title='New Blog Page'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/Picture-4-150x150.png" class="attachment-thumbnail" alt="" title="New Blog Page" /></a>
<a href='http://missioncommunicate.com/noemiphotograhy-blogupdated-design/new-blog-post/' title='Single Post Screenshot'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/new-blog-post-150x150.png" class="attachment-thumbnail" alt="" title="Single Post Screenshot" /></a>
<a href='http://missioncommunicate.com/noemiphotograhy-blogupdated-design/new-bio-page/' title='New Bio Page'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/new-bio-page-150x150.png" class="attachment-thumbnail" alt="" title="New Bio Page" /></a>
<a href='http://missioncommunicate.com/noemiphotograhy-blogupdated-design/new-event-registration/' title='Workshop Registration'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/new-event-registration-150x150.png" class="attachment-thumbnail" alt="" title="Workshop Registration" /></a>
</p>
<p class="note">To experience the beauty of the new photography blog design &#8220;<a href="http://NoemiPhotography.com/blog" title="Noemi Photography, Minnesota Wedding and Portrait Photography">NoemiPhotography.com/blog</a>&#8220;</p>

<p><a href="http://feedads.g.doubleclick.net/~a/65d0xALYWWylSAf95XbGbJRSs0o/0/da"><img src="http://feedads.g.doubleclick.net/~a/65d0xALYWWylSAf95XbGbJRSs0o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/65d0xALYWWylSAf95XbGbJRSs0o/1/da"><img src="http://feedads.g.doubleclick.net/~a/65d0xALYWWylSAf95XbGbJRSs0o/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/noemiphotograhy-blogupdated-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/noemiphotograhy-blogupdated-design/</feedburner:origLink></item>
		<item>
		<title>Scrapper’s Guide on WordPress</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/aebXXZFrRnA/</link>
		<comments>http://missioncommunicate.com/scrappersguide-on-wordpress/#comments</comments>
		<pubDate>Fri, 15 May 2009 03:30:28 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[For Profit]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[scrappbooking]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=271</guid>
		<description>Scrappers' Guide creative team writes volumes of high quality tutorials on creating scrapbooks from digital pictures. A site of approximately 21,900 pages</description>
			<content:encoded><![CDATA[<p>Linda and her creative team write volumes of high quality tutorials on how to create scrapbooks with your digital pictures. As of this date Google has approximately 21,900 pages indexed on the ScrappersGuide.com website. Now that is a web SITE!! From public pages to premium content, a gallery and forum there are significant amounts of material and community involvement over at Scrappers Guide.<br />
Here is a look at what is happening on the WordPress site presently:<br />

<a href='http://missioncommunicate.com/scrappersguide-on-wordpress/sg-home/' title='Homepage Scrappers Guide'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/07/sg-home-150x150.jpg" class="attachment-thumbnail" alt="" title="Homepage Scrappers Guide" /></a>
<a href='http://missioncommunicate.com/scrappersguide-on-wordpress/sg-tuts/' title='Scrappers Guide Digital Tutorials'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/07/sg-tuts-150x150.jpg" class="attachment-thumbnail" alt="" title="Scrappers Guide Digital Tutorials" /></a>
<a href='http://missioncommunicate.com/scrappersguide-on-wordpress/sg-itm/' title='Tutorial DVD&#039;s Scrappers Guide'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/07/sg-itm-150x150.jpg" class="attachment-thumbnail" alt="" title="Tutorial DVD&#039;s Scrappers Guide" /></a>
<a href='http://missioncommunicate.com/scrappersguide-on-wordpress/sg-faq/' title='FAQ Scrappers Guide Style'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/07/sg-faq-150x150.jpg" class="attachment-thumbnail" alt="" title="FAQ Scrappers Guide Style" /></a>
<br />
Up until recently all the public pages were built as static html pages using Dreamweaver. This is not a bad thing &#8211; but a <a href="/static-vs-wordpress-website/" title="read more about static vs content management website solutions">static website has limitations that a dynamic content management system such as WordPress</a> can help you overcome.</p>
<p>Linda now has the ability to make site-wide changes with a single input. She also has taken advantage of the fact that multiple authors can create new content for review and then publication. The day the <a href="http://www.scrappersguide.com" title="Digital Scrapbooking Experts">new WordPress powered site went live there was a buzz</a> of comments from numerous enthusiasts who have become familiar with the <a href="http://www.scrappersguide.com/creative-team/" title="Creative Team Scrappers Guide">quality tutorials published by the Scrapper&#8217;s Guide creative content team</a>.</p>
<blockquote class="pullquote progress" style="float:right"><p>Quality content just in from Scrappers Guide:<br />
<ul><li><a href="http://www.scrappersguide.com/tips_ps/advantages_ps/">Two Digital Advantages (Photoshop)</a></li><li><a href="http://www.scrappersguide.com/tips_el/advantages_el/">Two Digital Advantages</a></li><li><a href="http://www.scrappersguide.com/specials/win-adobe-photoshop-elements-8-and-premiere-elements-8/">Win Adobe Photoshop Elements 8 AND Premiere Elements 8</a></li><li><a href="http://www.scrappersguide.com/specials/win-learn-digital-scrapbooking-training-dvd/">Win ‘Learn Digital Scrapbooking’ Training PSE 8 DVD</a></li></ul></p></blockquote>
<p>Work Performed:</p>
<ul>
<li>Content Architecture Consulting</li>
<li>WordPress Installation and Optimization</li>
<li>Custom Theme Development</li>
<li>Tailored WordPress FAQ Plugin</li>
<li>Coaching/Training for Creative Team to get started with managing content in WordPress</li>
</ul>
<p class="note">Additional Notes:<br />
This site makes extensive use of the <a href="http://wordpress.org/extend/plugins/widget-logic/">Widget Logic WordPress plugin</a> &#8211; allowing for custom sidebar content that is specific to pages, categories and posts in certain categories on the website. The conversion from HTML to WordPress took place over 7 months and is ongoing as the team works through the original pages and reworks them into the new. (<a href="http://wordpress.org/extend/plugins/redirection/" title="WordPress 301 redirection plugin">Redirection by John Godley</a> is an essential resource for moving old pages to new urls). Overall the site is more user friendly as the WordPress pages are more Search engine optimized, galleries of images and product are more interactive and comments are enabled for ongoing discussion of content. The <a href="/thesis/" title="versatile, search engine optimized wordpress layout engine">Thesis Framework for WordPress</a> was selected as the base design to build the custom ScrappersGuide.com website layout. Page layouts include a single column, left column only, pages/posts with right side shopping cart (utilizing the robust <a href="/ejunkie/">E-junkie option for selling CD&#8217;s and downloads</a>), standard three column posts and more. Check it out!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/JkDjZ7Fh-m0Ygft4hXsm25oJcqc/0/da"><img src="http://feedads.g.doubleclick.net/~a/JkDjZ7Fh-m0Ygft4hXsm25oJcqc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JkDjZ7Fh-m0Ygft4hXsm25oJcqc/1/da"><img src="http://feedads.g.doubleclick.net/~a/JkDjZ7Fh-m0Ygft4hXsm25oJcqc/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/scrappersguide-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/scrappersguide-on-wordpress/</feedburner:origLink></item>
		<item>
		<title>Disappearing Widgets – A Solution in WordPress 2.7</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/1d49yC92dVA/</link>
		<comments>http://missioncommunicate.com/widgets-disappeared-wordpress/#comments</comments>
		<pubDate>Tue, 12 May 2009 07:28:50 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[Tips and Pointers]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=237</guid>
		<description>dropping widgets in WordPress 2.7? There is a way to bring stability back to your widgetized site sections. The reset button applies here. That was easy ;-)</description>
			<content:encoded><![CDATA[<p>Problem: Something is wrong &#8211; I added a new widget to those already in place &#8211; and when I selected to &#8220;save changes&#8221;, one or more of the widgets disappears! What happened? What did I do wrong? Can it be fixed?</p>
<p>For me, this problem surfaced on a WordPress 2.7 install when changing the site url from a &#8220;non-www &#8220;to a &#8220;www&#8221; url in the general settings. Apparently, this gave a signal to our WordPress install that the theme I was using was a newly selected theme. And because widgets are not transferred from one theme to the next theme automatically, (different themes are coded with widgetized areas and sidebars in unique ways for instance), the widgets were now acting in a strange and unpredictable way &#8211;  as an apparent result of my changing the url of the site. Others have reported similar issue for various reasons. What a relief to find that there is a solution. </p>
<p><div id="attachment_240" class="wp-caption alignright" style="width: 310px"><a href="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/widgets-reset.gif"><img src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/widgets-reset-300x209.gif" alt="Save My Widgets!" title="widgets-reset" width="300" height="209" class="size-medium wp-image-240" /></a><p class="wp-caption-text">Save My Widgets!</p></div>In the scenario I was in today, we had over 20 widgets, specific logic for most of them (Widget Logic plugin), widget-specific css, html, forms, etc.,  and the site was live. HELP!!</p>
<p>So, if you feel like screaming because widgets are disappearing left and right. STOP! Don&#8217;t wait for another one to vanish into thin air. The sun will still rise tomorrow&#8230; smile at the fact that a widget got to you&#8230; well it may not be a laughing matter? Laugh anyway ;-D</p>
<p>After digging for answers here are the steps that worked for me:</p>
<ol>
<li>Backup your WordPress database (never hurts!)</li>
<li><a href="http://justintadlock.com/archives/2009/03/03/widgets-reset-wordpress-plugin">Download and install Justin Tadlock&#8217;s &#8220;Widget Reset&#8221; plugin</a>. (Don&#8217;t run it yet &#8211; just install)</li>
<li>In Firefox open a new tab and navigate to each Widget Section in your WordPress dashboard, i.e. sidebar-1, sidebar-2, etc., etc.</li>
<li>In a separate tab run the reset process (see the readme in the plugin)</li>
<p class="alert">At this point all widget data is erased and a complete clean slate is ready for widgets to be created &#8211; without being dropped at random. Here is what saved the bacon for me with loads of data in widgets that I did no care to lose:</p>
<li><strong>Visit each tab you opened earlier with the previously existing widget content still in place and choose to &#8220;save changes&#8221;</strong></li>
</ol>
<p>We lost three widgets before we went through the above process. And in the end, only three &#8211; which were rebuilt through the help of text files and screen shots. I am told this will not be as much an issue in 2.8. I am curious to see the change and how widgets are handled. What changes will be required for a theme to be 2.8 ready?</p>
<p>In the mean time I will sleep a little better having reaped the benefits of the WordPress community, Justin&#8217;s plugin, a backup of sorts and Firefox. Did I miss an easier solution? Let me know!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/ZVhuMcofpOam3ddYMCmqwPSy_-M/0/da"><img src="http://feedads.g.doubleclick.net/~a/ZVhuMcofpOam3ddYMCmqwPSy_-M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ZVhuMcofpOam3ddYMCmqwPSy_-M/1/da"><img src="http://feedads.g.doubleclick.net/~a/ZVhuMcofpOam3ddYMCmqwPSy_-M/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/widgets-disappeared-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/widgets-disappeared-wordpress/</feedburner:origLink></item>
		<item>
		<title>All Things Good | Best of WordPress</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/FcjLQn41rHA/</link>
		<comments>http://missioncommunicate.com/all-things-good-wordpress/#comments</comments>
		<pubDate>Fri, 08 May 2009 06:24:14 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=209</guid>
		<description>I&amp;#8217;m on the hunt for all things good WordPress. If you are looking for the best plugins, the best WP tutorials, the best themes&amp;#8230; where would you go? Here is one address I&amp;#8217;ve added to my book for safe keeping and frequent usage:

wpazo &amp;#124; The best WordPress stuff.
Ian Stewart (developer of the Thematic Framework for [...]</description>
			<content:encoded><![CDATA[<p>I&#8217;m on the hunt for all things good WordPress. If you are looking for the best plugins, the best WP tutorials, the best themes&#8230; where would you go? Here is one address I&#8217;ve added to my book for safe keeping and frequent usage:</p>
<ul>
<li><a href='http://wpazo.com/'>wpazo | The best WordPress stuff</a>.<br /><a href="http://wpazo.com/" title="wpazo | The best WordPress stuff"><img src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/05/wpazo.png" alt="wpazo" title="wpazo" width="264" height="222" class="alignright size-full wp-image-213" /></a><br />
Ian Stewart (developer of the Thematic Framework for WordPress) announced the launch this site &#8211; WPAZO, May 7, &#8216;09 on twitter. It was immediately added to my list of &#8216;must have&#8217; resources. One things I noticed immediately was a number of tutorials for extending and making use of new features in the yet to be released 2.8 version of WordPress. Plenty of room for growth and apparently Ian is looking for people to submit links to more of the best stuff out there. Good Stuff</li>
</ul>
<p>There are plenty of good collections out there besides the usual codex and forums over at <a href="http://wordpress.org">wordpress.org</a>. Which collections do you consider the best and find that you actually use on a frequent basis? How would you rate this latest arrival: WPAZO?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/nWVDigx8ttyi3uxJVYeS3X44iaQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/nWVDigx8ttyi3uxJVYeS3X44iaQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nWVDigx8ttyi3uxJVYeS3X44iaQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/nWVDigx8ttyi3uxJVYeS3X44iaQ/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/all-things-good-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/all-things-good-wordpress/</feedburner:origLink></item>
		<item>
		<title>A Better Blog – Day 1 with 9100 Other Bloggers</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/61X9xfBENvI/</link>
		<comments>http://missioncommunicate.com/elevator-pitch-better-blog/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 12:16:42 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=163</guid>
		<description>Today marks the first day of writing a better blog. And believe me, this is as good a time as any for this blog to take on some serious &amp;#8220;better-ment&amp;#8221; for this blog.
The assignment for today focused on the 100-150 words that describe what it is you blog about; an elevator pitch for your blog. [...]</description>
			<content:encoded><![CDATA[<p><a href="https://www.e-junkie.com/ecom/gb.php?ii=258839&#038;c=ib&#038;aff=6489" title="31 Days to Build a Better Blog - Join 9100 other Bloggers Today!"><img src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/04/ebook-copy.png" alt="Darren Rowse - ProBlogger" title="31-days-build-better-blog" class="size-full alignright" /></a>Today marks the first day of writing a better blog. And believe me, this is as good a time as any for this blog to take on some serious &#8220;better-ment&#8221; for this blog.</p>
<p>The assignment for today focused on the 100-150 words that describe what it is you blog about; an elevator pitch for your blog. Once decided upon what it is then keep it in front of you. Incorporate it into your tagline, your conversations, business card, etc. Shape it, then let it shape all your communication as you move forward from there.</p>
<p>Why this is important to me:</p>
<ul>
<li>My interests are so broad &#8211; containing my interests in a singular statement helps me categorize the various interests</li>
<li>My passion is focused &#8211; and yet easily buried by my various commitments. Perhaps the commitments need refining to more accurately reflect person strengths</li>
<li>You will be able to more quickly find useful reading as this site becomes more focused.</li>
<li>A narrower definition of content is more able to ”hit the mark“. You’ll know if you’ve landed on a site that can do what you need it to do.</li>
</ul>
<p>Another application of less = more. Or stated another way, more focus = less waste of effort, time, and money. Who could have thought that could all be contained in the &#8220;elevator pitch&#8221; of your blog? Are you taking the <a href="https://www.e-junkie.com/ecom/gb.php?ii=258839&#038;c=ib&#038;aff=6489" title="31 Days to Build a Better Blog - Join 9100 other Bloggers Today!">31 days to a better blog? Sign up here</a> and give a shout out below. See you there!</p>
<p>(Note: what would you say the elevator pitch of this site is? How easy did you personally find Darren&#8217;s first assignment?)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/0FRNEfQJyMGpiOvyV3uFaV7EFjg/0/da"><img src="http://feedads.g.doubleclick.net/~a/0FRNEfQJyMGpiOvyV3uFaV7EFjg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0FRNEfQJyMGpiOvyV3uFaV7EFjg/1/da"><img src="http://feedads.g.doubleclick.net/~a/0FRNEfQJyMGpiOvyV3uFaV7EFjg/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/elevator-pitch-better-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/elevator-pitch-better-blog/</feedburner:origLink></item>
		<item>
		<title>Hidden Tool – Minimize The WordPress Admin Menu</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/xdmuPQoFmes/</link>
		<comments>http://missioncommunicate.com/minimize-wordpress-admin-menu/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:39:55 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[Tips and Pointers]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[hidden-tool]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=157</guid>
		<description>There are frequently moments when you feel the need for space. Editing or creating content in the WordPress dashboard can often present those moments for myself. Need some more space? No worries &amp;#8211; there is a not-so-hidden function that give you just what you are looking for.
In the upper right hand side find the small [...]</description>
			<content:encoded><![CDATA[<p>There are frequently moments when you feel the need for space. Editing or creating content in the WordPress dashboard can often present those moments for myself. Need some more space? No worries &#8211; there is a not-so-hidden function that give you just what you are looking for.</p>
<p>In the upper right hand side find the small &#038;laquo&laquo; directly under the dashboard link. Once clicked you&#8217;ve got nearly two more inches of screen space. This link eluded many people &#8211; for almost the whole existence of WordPress 2.7. So if you are one of those individuals-  don&#8217;t sweat &#8211; you are not alone!<br />
<div id="attachment_158" class="wp-caption aligncenter" style="width: 469px"><img src="http://www.missioncommunicate.com/_cms/wp-content/uploads/2009/04/full-width-admin.gif" alt="Notice the clickable button under the Dashboard link. That&#039;s the secret!" title="Default Full Width Admin Bar" width="459" height="362" class="size-full wp-image-158" /><p class="wp-caption-text">Notice the clickable button under the Dashboard link. That's the secret!</p></div></p>
<p>That&#8217;s the before. And now the after:</p>
<div id="attachment_159" class="wp-caption aligncenter" style="width: 469px"><img src="http://www.missioncommunicate.com/_cms/wp-content/uploads/2009/04/min-width-admin.gif" alt="Once minimized - Enjoy the extra room now available!" title="Minimized Admin Menu" width="459" height="362" class="size-full wp-image-159" /><p class="wp-caption-text">Once minimized - Enjoy the extra room now available!</p></div>
<p>Did this option escape you? How does it feel to have a bit more room?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/TZweWQi7UwqEbZiwhpZ6izDmoSU/0/da"><img src="http://feedads.g.doubleclick.net/~a/TZweWQi7UwqEbZiwhpZ6izDmoSU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TZweWQi7UwqEbZiwhpZ6izDmoSU/1/da"><img src="http://feedads.g.doubleclick.net/~a/TZweWQi7UwqEbZiwhpZ6izDmoSU/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/minimize-wordpress-admin-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/minimize-wordpress-admin-menu/</feedburner:origLink></item>
		<item>
		<title>Rob Wrote His Book</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/yZUNFSm5ylE/</link>
		<comments>http://missioncommunicate.com/rob-wrote-his-book/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 03:06:31 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[For Profit]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[finance coach]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=14</guid>
		<description>Rob Severson wrote a book. He's been coaching himself and others in the journey of life, peace and provision for a good number of years. Now he's gone public, persevered in the process...</description>
			<content:encoded><![CDATA[<p><img alt="" src="http://missioncommunicate.com/folio/severson/book-cover-tilt.jpg" title="Peace and Purpose - Robs Book" class="alignright" width="150" height="237" style="border:none;"/>Rob Severson wrote a book. He&#8217;s been coaching himself and others in the journey of life, peace and provision for a good number of years. Now he&#8217;s gone public, persevered in the process of becoming an author and published his contribution for all to see.</p>
<p>Rob&#8217;s site needed additional function so he could sell his book through the website. His first question when he called to discuss this next new development was, &#8220;Have you written a book? Do you want to?&#8221; He then went on to describe what it is like to accomplish a goal like this &#8211; he jumps into the coaching, encouraging role effortlessly &#8211; even in the process of requesting specific developments on his website.<br />

<a href='http://missioncommunicate.com/rob-wrote-his-book/bookscreen/' title='Rob&#039;s New Book'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/03/bookscreen-150x150.jpg" class="attachment-thumbnail" alt="" title="Rob&#039;s New Book" /></a>
<a href='http://missioncommunicate.com/rob-wrote-his-book/bookorder/' title='Rob&#039;s Book - Order Your Copy'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/03/bookorder-150x150.jpg" class="attachment-thumbnail" alt="" title="Rob&#039;s Book - Order Your Copy" /></a>
<a href='http://missioncommunicate.com/rob-wrote-his-book/ordernoshipping/' title='No Shipping Option'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/03/ordernoshipping-150x150.jpg" class="attachment-thumbnail" alt="" title="No Shipping Option" /></a>
<a href='http://missioncommunicate.com/rob-wrote-his-book/robblog/' title='Rob&#039;s WordPress Powered Blog'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/03/robblog-150x150.jpg" class="attachment-thumbnail" alt="" title="Rob&#039;s WordPress Powered Blog" /></a>
<a href='http://missioncommunicate.com/rob-wrote-his-book/robhome/' title='Rob&#039;s Home Page'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/03/robhome-150x150.jpg" class="attachment-thumbnail" alt="" title="Rob&#039;s Home Page" /></a>
<a href='http://missioncommunicate.com/rob-wrote-his-book/email-n-sig/' title='Rob&#039;s Email Newsletter + Email Signature (Outlook)'><img width="150" height="150" src="http://missioncommunicate.com/_cms/wp-content/uploads/2009/03/email-n-sig-150x150.jpg" class="attachment-thumbnail" alt="" title="Rob&#039;s Email Newsletter + Email Signature (Outlook)" /></a>
</p>
<p>Here is what was done to go live with his book on his own site:</p>
<blockquote class="pullquote progress" style="float:right"><p>Latest goodness from Rob:<br />
<ul><li><a href="http://www.robseverson.com/blog/2009/10/23/greenfield-lutheran-church-harmony-mn/">Greenfield Lutheran Church, Harmony, MN</a></li><li><a href="http://www.robseverson.com/blog/2009/09/23/free-offer-for-personal-finance-turnaround/">FREE OFFER FOR PERSONAL FINANCE TURNAROUND</a></li><li><a href="http://www.robseverson.com/blog/2009/09/23/how-to-be-happy/">How to be Happy!</a></li></ul></p></blockquote>
<ul>
<li>Craft a Clean Layout where the book content is described</li>
<li>Install and configure a shopping cart with pricing based on number of books purchased</li>
<li>Update each page of his site with a &#8220;Check out My New Book&#8221; link</li>
<li>Optimize all the above for search engine and real people interaction</li>
<li>Include a hidden/protected page for Rob to place special priced orders for non-profit and interested groups he&#8217;s connected with</li>
</ul>
<p>The new layout and order pages make use of the WordPress publishing platform, xhtml and css. Google cached the new pages almost immediately and more importantly his traffic went up 56% the first month. Here&#8217;s to hoping for much more action on Rob&#8217;s  site!</p>
<p><img src="http://missioncommunicate.com/folio/severson/severson-thumb.jpg" alt="Rob Severson" style="float:right"/>What do you like about this approach to selling a book online? <a href="http://www.robseverson.com" title="Rob Severson - Finance coach and Friend">Head over to Rob&#8217;s site and congratulate him</a> &#8211; tell him what you like about his online contribution!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/knC8yG5iy0BS9gVhnf_rpMfM_0c/0/da"><img src="http://feedads.g.doubleclick.net/~a/knC8yG5iy0BS9gVhnf_rpMfM_0c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/knC8yG5iy0BS9gVhnf_rpMfM_0c/1/da"><img src="http://feedads.g.doubleclick.net/~a/knC8yG5iy0BS9gVhnf_rpMfM_0c/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/rob-wrote-his-book/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/rob-wrote-his-book/</feedburner:origLink></item>
		<item>
		<title>Painless Upgrade to WordPress 2.6.5</title>
		<link>http://feedproxy.google.com/~r/mission_communicate/~3/84htAKcFG98/</link>
		<comments>http://missioncommunicate.com/painless-upgrade-to-wordpress-265/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 03:58:53 +0000</pubDate>
		<dc:creator>Tim Griffin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://missioncommunicate.com/?p=87</guid>
		<description>Logging into your WordPress website today will give you the familiar notice that the next update of WordPress is available and to &amp;#8211; Please Update!.
Here is what the dev team over at WordPress.org says regarding fixes and a security update:

The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based [...]</description>
			<content:encoded><![CDATA[<p>Logging into your WordPress website today will give you the familiar notice that the next update of WordPress is available and to &#8211; Please Update!.</p>
<p>Here is what the <a href="http://wordpress.org/development/2008/11/wordpress-265/" title="2.6.5 WordPress critical update">dev team over at WordPress.org</a> says regarding fixes and a security update:</p>
<blockquote><p>
The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.</p>
<p>2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.</p>
<p>Note that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.</p></blockquote>
<p>The team over at <a href="http://blogs-about.com/11/2008/wordpress-265-security-upgrade/">Blogs About explain the security exploit</a>: only affects IP-based virtual servers running on Apache 2.x.</p>
<p>Bottom line: need to upgrade WordPress.<br />
Approach 1: Download the entire WordPress 2.6.5 version and follow the normal upgrade instructions<br />
Approach 2: Find the changed files and only replace these files. (<a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.6.3&#038;old=&#038;new_path=tags%2F2.6.5&#038;new=">full changeset</a>) This is the diff from 2.6.3 to 2.6.5. A very time efficient approach and having this list of files allows you to move quickly through a large number of installs.</p>
<p>Here are the files compressed and available for your downloading pleasure.<a href='http://www.missioncommunicate.com/_cms/wp-content/uploads/2008/11/263to265diff.zip'>WordPress 2.6.3 to 2.6.5 diff</a></p>
<p>Other files are available &#8211; just give a shout out in the response form if you&#8217;re looking for either of the following:<br />
2.6.2 to 2.6.3 diff<br />
2.6.1 to 2.6.2 diff</p>
<p>Gotta love WordPress!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/reFGCLUSKhuwpwf1FcbgGDNqftk/0/da"><img src="http://feedads.g.doubleclick.net/~a/reFGCLUSKhuwpwf1FcbgGDNqftk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/reFGCLUSKhuwpwf1FcbgGDNqftk/1/da"><img src="http://feedads.g.doubleclick.net/~a/reFGCLUSKhuwpwf1FcbgGDNqftk/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://missioncommunicate.com/painless-upgrade-to-wordpress-265/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://missioncommunicate.com/painless-upgrade-to-wordpress-265/</feedburner:origLink></item>
	</channel>
</rss>
