<?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>Aldebaran Web Design Blog - Seattle Area and Worldwide Web Design &#187; Tutorials</title>
	<atom:link href="http://aldebaranwebdesign.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://aldebaranwebdesign.com/blog</link>
	<description>Seattle Small Business Web Design</description>
	<lastBuildDate>Sun, 20 May 2012 21:48:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Redirect index.php to domain</title>
		<link>http://aldebaranwebdesign.com/blog/redirect-index-php-to-domain/</link>
		<comments>http://aldebaranwebdesign.com/blog/redirect-index-php-to-domain/#comments</comments>
		<pubDate>Thu, 10 May 2012 22:05:10 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1613</guid>
		<description><![CDATA[For another improvement to your website&#8217;s SEO performance, try redirecting your home page (index.php, etc) to your domain. So far this has only been tested with DreamHost.com Options +FollowSymLinks RewriteEngine on RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.yourwebsite.com/ [R=301,L]]]></description>
			<content:encoded><![CDATA[<p>For another improvement to your website&#8217;s SEO performance, try redirecting your home page (index.php, etc) to your domain. So far this has only been tested with DreamHost.com</p>
<p><span id="more-1613"></span></p>
<p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/<br />
RewriteRule ^index\.php$ http://www.yourwebsite.com/ [R=301,L]</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/redirect-index-php-to-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get an FTP password out of Dreamweaver</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-get-an-ftp-password-out-of-dreamweaver/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-get-an-ftp-password-out-of-dreamweaver/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 14:56:53 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1529</guid>
		<description><![CDATA[You know when you type an FTP password into Dreamweaver, it turns it into little stars? Well what if for some reason, you need to know what that password is? The answer for the credit goes to this article from Daft Logic: Decode / Recover Dreamweaver Password. On this website, you export the website (from [...]]]></description>
			<content:encoded><![CDATA[<p>You know when you type an FTP password into Dreamweaver, it turns it into little stars? Well what if for some reason, you need to know what that password is?</p>
<p><span id="more-1529"></span></p>
<p>The answer for the credit goes to this article from <a href="http://www.daftlogic.com/projects-decode-dreamweaver-password.htm" target="_blank">Daft Logic: Decode / Recover Dreamweaver Password</a>.</p>
<p>On this website, you export the website (from Dreamweaver) and it will come out as an .ste file. This is a text file you can open and read. The password is preceeded by something obvious like &#8220;pw&#8221;. But it&#8217;s encrypted. That&#8217;s why Daft Logic&#8217;s site is great, it will decode it for you.</p>
<p>Thank you to Daft Logic!</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-get-an-ftp-password-out-of-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the URL or Permalink of a WordPress Post</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-change-the-url-or-permalink-of-a-wordpress-post/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-change-the-url-or-permalink-of-a-wordpress-post/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 16:50:59 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1520</guid>
		<description><![CDATA[I recently did some clean-up work on my robots.txt file, to stop Google from indexing all of the /feed/ and /trackback/ URL&#8217;s that are generated for each post. But I had trouble with two blog articles that started with the word &#8220;Feedburner&#8221;. I tried many variations for the robots.txt file, but the Google Webmaster kept [...]]]></description>
			<content:encoded><![CDATA[<p>I recently did some clean-up work on my robots.txt file, to stop Google from indexing all of the /feed/ and /trackback/ URL&#8217;s that are generated for each post. But I had trouble with two blog articles that started with the word &#8220;Feedburner&#8221;. I tried many variations for the robots.txt file, but the Google Webmaster kept saying those two were blocked. So I decided to change the URL&#8217;s of those two blog articles instead.</p>
<p><span id="more-1520"></span></p>
<p><strong>How to change the URL of a WordPress Post</strong></p>
<p>1. Note the original URL of the post somewhere</p>
<p>2. Go into the post and click &#8220;edit&#8221; next to the Permalink</p>
<p>3. Change the Permalink</p>
<p>4. Click &#8220;Update&#8221; blue button</p>
<p>5. View the post and verify the new URL/Permalink is working</p>
<p>Next you need to tell humans and search engines that the URL/Permalink has changed. This can be done in two ways. You can download a redirect plugin or you can modify your .htaccess file.</p>
<p>Note that whichever method you use, the format usually takes this syntax:</p>
<p>/blog/article-name-old/ http://yourdomainname.com/blog/article-name-new/</p>
<p>The first is the old article, and it is written without the http://yourdomainname.com while the new article URL is written with that included. This rule holds for both creating the redirect inside a .htaccess file and WordPress plugins. Note with .htaccess there is a single space between them and it starts with redirect301.</p>
<p>And yes, my robot.txt did prevent feed/ however it still blocked /feedburner for some reason. So rather than fighting, I renamed the articles. <img src='http://aldebaranwebdesign.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-change-the-url-or-permalink-of-a-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Be Notified If Your Website Is Down via Email or Text Message</title>
		<link>http://aldebaranwebdesign.com/blog/be-notified-if-your-website-is-down-via-email-or-text-message/</link>
		<comments>http://aldebaranwebdesign.com/blog/be-notified-if-your-website-is-down-via-email-or-text-message/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 19:07:41 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1504</guid>
		<description><![CDATA[This morning I woke up and checked my email via my iPhone. I noticed an email from my website traffic tracking company Web-Stat that my website was unavailable (meaning it was down). Normally when I get these messages, there is another one from Web-Stat saying the website was up again. Usually they are spread apart [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I woke up and checked my email via my iPhone. I noticed an email from my website traffic tracking company <a href="http://www.web-stat.com/?id=1772">Web-Stat</a> that my website was unavailable (meaning it was down). Normally when I get these messages, there is another one from <a href="http://www.web-stat.com/?id=1772">Web-Stat</a> saying the website was up again. Usually they are spread apart by 15 minutes or so. But this time, the original &#8220;your website is down message was an hour earlier, with no accompanying &#8220;your website is back up&#8221;. Something was wrong.</p>
<p><span id="more-1504"></span></p>
<p>I went to check my website, and sure enough it was down. So I immediately went into my website hosting company&#8217;s control panel and submitted a support ticket saying my website was down.</p>
<p>It&#8217;s wonderful that <a href="http://www.web-stat.com/?id=1772">Web-Stat</a> has this built-in site monitoring feature. I began to wonder though, what if <a href="http://www.web-stat.com/?id=1772">Web-Stat</a> had the ability to send me a text message when the website went down &#8211; that way, I could have been notified immediately, versus when I happened to check my email.</p>
<p><strong>The answer is yes. <a href="http://www.web-stat.com/?id=1772">Web-Stat</a> has a text notification service.</strong> It costs $0.50 (fifty cents) per message sent out, and you buy credits in advance. If you have a Web-Stat account, login and go into the control panel area. Then click on &#8220;Watch Dog Settings&#8221;. You will see the email alert fields (which are available at no additional costs) but you will also see a section below called Cell Phone Credits!</p>
<p>So now, whenever my website is down, I will get a text message and immediately be able to contact my hosting company that my site is down and to hurry up and fix it. I love <a href="http://www.web-stat.com/?id=1772">Web-Stat</a>!</p>
<p>If you want to be notified that your website is down via email or text &#8211; in addition to getting really excellent website traffic tracking services &#8211; my recommendation is <strong><a href="http://www.web-stat.com/?id=1772">Web-Stat</a></strong>. Just click on the name and you can get a free 30 day trial.</p>
<p>Keep tracking those websites! A $0.50 text could be the difference between getting a new client and missing that client because your website was down.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/be-notified-if-your-website-is-down-via-email-or-text-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to redirect non-www to www in GoDaddy</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-redirect-non-www-to-www-in-godaddy/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-redirect-non-www-to-www-in-godaddy/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 22:24:45 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1487</guid>
		<description><![CDATA[Here&#8217;s what has worked for me: RewriteEngine on rewritecond %{http_host} ^coolexample.com [nc] rewriterule ^(.*)$ http://www.coolexample.com/$1 [r=301,nc] &#160; Create .htaccess (text) file and put at root directory level. Now if someone leaves out the &#8220;www&#8221;, it will be put in, which is good for search engines. They don&#8217;t like to find the non-www and the www [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what has worked for me:</p>
<p>RewriteEngine on<br />
rewritecond %{http_host} ^<a href="http://coolexample.com/" target="_blank">coolexample.com</a> [nc]<br />
rewriterule ^(.*)$ <a href="http://www.coolexample.com/$1" target="_blank">http://www.coolexample.com/$1</a> [r=301,nc]</p>
<p>&nbsp;</p>
<p>Create .htaccess (text) file and put at root directory level.</p>
<p>Now if someone leaves out the &#8220;www&#8221;, it will be put in, which is good for search engines. They don&#8217;t like to find the non-www and the www version, they want one or the other.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-redirect-non-www-to-www-in-godaddy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should You Upgrade Your ECT (ECommerce Templates) Online Store?</title>
		<link>http://aldebaranwebdesign.com/blog/should-you-upgrade-your-ect-ecommerce-templates-online-store/</link>
		<comments>http://aldebaranwebdesign.com/blog/should-you-upgrade-your-ect-ecommerce-templates-online-store/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 23:35:33 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1482</guid>
		<description><![CDATA[My clients often ask me if and when they should upgrade their ECT or ECommerce Templates online stores. The ECT folks work quite hard to fix bugs and implement improvements and on average, will come out with a new version every month or two. So what&#8217;s a store owner to do? First, log into your [...]]]></description>
			<content:encoded><![CDATA[<p>My clients often ask me if and when they should upgrade their ECT or ECommerce Templates online stores. The ECT folks work quite hard to fix bugs and implement improvements and on average, will come out with a new version every month or two. So what&#8217;s a store owner to do?</p>
<p><span id="more-1482"></span></p>
<p>First, log into your ECT store and see what the version is, and notice if there is any warning that a newer version has a security improvement. If that warning is there, I&#8217;d suggest upgrading.</p>
<p>If the warning isn&#8217;t there, but a newer version is available, you can use this link to compare what&#8217;s changed since the ECT store you have now, and what&#8217;s currently available: <a href="http://www.ecommercetemplates.com/support/forum.asp?FORUM_ID=21">List of ECT Upgrades</a>.</p>
<p>But I&#8217;d recommend folks upgrade at least once a year. Upgrades are generally easy to do, taking less than an hour.</p>
<p>You can request upgrades here at this <a href="https://www.ecommercetemplates.com/updaters.asp">ECT Updaters Request Page</a>.</p>
<p>And if you need to purchase, you can do that <a href="http://www.ecommercetemplates.com/upgrades.asp">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/should-you-upgrade-your-ect-ecommerce-templates-online-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Tell That Your Online Ads Are Generating High Quality Traffic</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-tell-that-your-online-ads-are-generating-traffic-and-sales/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-tell-that-your-online-ads-are-generating-traffic-and-sales/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 22:49:53 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1428</guid>
		<description><![CDATA[I often have my small business website clients request images to be used in online advertising. Generally they place these ads on a website and are charged a monthly fee. When visitors click on the image, they are taken to my clients&#8217; websites via a link.  But how do my clients really know what kind [...]]]></description>
			<content:encoded><![CDATA[<p>I often have my small business website clients request images to be used in online advertising. Generally they place these ads on a website and are charged a monthly fee. When visitors click on the image, they are taken to my clients&#8217; websites via a link.  But how do my clients really know what kind of return on their advertising investment they are getting? My favorite website traffic tool is <strong><a href="http://www.web-stat.com/?id=1772">Web-Stat</a></strong>. This tutorial assumes you are using Web-Stat, but it should give you enough general information to help you regardless of the tool you&#8217;re using.</p>
<p><span id="more-1428"></span></p>
<p><strong>1. Find a website traffic tracking tool that is able to capture &#8220;labels&#8221; that you are going to add to the destination URL of your online ad.</strong> As I&#8217;ve mentioned, I use <a href="http://www.web-stat.com/?id=1772">Web-Stat</a>. They have a free 30 day trial. You install a small paragraph of code onto every page of your website. Visit your own website and watch the Live Streaming Traffic view to see yourself. Now that you have the traffic tracking tool set up, you&#8217;re ready for the next step.</p>
<p><strong>2. Find out how to &#8220;label&#8221; the destination URL &#8211; the correct syntax is extremely important.</strong> For <a href="http://www.web-stat.com/?id=1772">Web-Stat</a>, it&#8217;s adding<span style="color: #ff0000;"> ?source=whateveryouwanttowrite</span> at the end of the URL that people will be taken to when they click on the ad.</p>
<p><strong>3. When you submit the ad, be sure to give the ad company the full destination URL with the &#8220;label&#8221;.</strong> Let&#8217;s use this example:    http://AldebaranWebDesign.com?source=HelloThereAd</p>
<p><strong>4. Once your ad is running, click on it to test it out.</strong> You should be directed to whatever URL you submitted. Then check inside your Web-Stat account, and you should see the visit with the &#8220;Referrer&#8221; displayed as whatever you put after ?source=   Here&#8217;s a screenshot of my own test to show you what this should look like inside <a href="http://www.web-stat.com/?id=1772">Web-Stat</a>. Two visitors are showing. One came from Google, the other came from clicking on the link of my &#8220;ad&#8221;:</p>
<p>http://AldebaranWebDesign.com?source=HelloThereAd</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/12/referrer.jpg"><img class="alignnone size-full wp-image-1429" title="referrer" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/12/referrer.jpg" alt="" width="377" height="288" /></a></p>
<p><strong>5. After a period of time, say a month, you can now look at all this traffic as a distinct group under &#8220;Referrers&#8221;.</strong> This allows you to compare the results of various advertisements. (Again, this is a screenshot from my own <a href="http://www.web-stat.com/?id=1772">Web-Stat</a> account as a demo &#8211; the HelloThereAd is way down at the bottom because I only clicked once). Note that the <strong>bounce rate</strong> is calculated for different referrers. The bounce rate is the percentage of visitors who leave after only visiting one page, meaning they came into your website and bounced right back off it, not finding what they were looking for. For an ad that you&#8217;re paying for, your bounce rate should be relatively low compared with random Google searches. If your paying for an ad that has a high bounce rate (over 50%) something might be wrong with the ad itself.</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/12/allref.jpg"><img class="alignnone size-full wp-image-1430" title="allref" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/12/allref.jpg" alt="" width="507" height="620" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-tell-that-your-online-ads-are-generating-traffic-and-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Hosting To Your DreamHost Account After You&#8217;ve Registered Your Domain Name</title>
		<link>http://aldebaranwebdesign.com/blog/how-to-add-hosting-to-your-dreamhost-account-after-youve-registered-your-domain-name/</link>
		<comments>http://aldebaranwebdesign.com/blog/how-to-add-hosting-to-your-dreamhost-account-after-youve-registered-your-domain-name/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 17:52:03 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1094</guid>
		<description><![CDATA[I have many clients who seem to get stuck at this point in the DreamHost set-up process, and it&#8217;s because, well, while I love DreamHost, they don&#8217;t make this easy or intuitive. So here&#8217;s my attempt at making it clear. This assumes you already have an account with DreamHost, and have registered a domain, but [...]]]></description>
			<content:encoded><![CDATA[<p>I have many clients who seem to get stuck at this point in the DreamHost set-up process, and it&#8217;s because, well, while I love DreamHost, they don&#8217;t make this easy or intuitive. So here&#8217;s my attempt at making it clear. This assumes you already have an account with DreamHost, and have registered a domain, but need to set up  hosting.</p>
<p><span id="more-1094"></span>1. Login to your <a href="http://www.dreamhost.com/login.html">DreamHost Control Panel</a> &#8211; you should know the email address you signed up with and the password you picked. DreamHost usually sends this info to you in an email if you&#8217;ve forgotten it.</p>
<p>2. On the left hand side, click on <strong>Domains</strong> and <strong>Manage Domains</strong>. It looks like this:</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-managedomains.jpg"><img class="alignnone size-full wp-image-1095" title="domains-managedomains" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-managedomains.jpg" alt="" width="223" height="79" /></a></p>
<p>3. Next to the domain that you&#8217;ve registered, if it doesn&#8217;t have a hosting account, you will see this green &#8220;Add Hosting&#8221; button:</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-addhosting.jpg"><img class="alignnone size-full wp-image-1096" title="domains-addhosting" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-addhosting.jpg" alt="" width="182" height="97" /></a></p>
<p>4. On the next page, select Upgrade to Full Hosting by clicking on the &#8220;<strong>upgrading to our Happy Hosting billing plan&#8221;</strong>. Yes, I know it&#8217;s a dumb name and confuses all of my clients, but it&#8217;s the right thing to click on. The image is shown below:</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-fullhosting.jpg"><img class="alignnone size-full wp-image-1098" title="domains-fullhosting" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-fullhosting.jpg" alt="" width="581" height="141" /></a></p>
<p>5. Next, look down on the page and under Hosting Plans, click <strong>Add A Plan</strong>:</p>
<p><a href="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-addplanagain.jpg"><img class="alignnone size-full wp-image-1099" title="domains-addplanagain" src="http://AldebaranWebDesign.com/blog/wp-content/uploads/2011/07/domains-addplanagain.jpg" alt="" width="439" height="133" /></a></p>
<p>6. After this, you will get a screen that asks you how long you want to purchase a hosting plan for. Most of my clients pick 1 or 2 years. Don&#8217;t worry about naming your plan. Click &#8220;Add Plan Now&#8221;.</p>
<p>7. Now the plan should have been added if DreamHost has your credit card information. Go back to <strong>Domains</strong> and <strong>Manage Domains</strong>&#8230;and if that green <strong>Add Hosting</strong> is still  there, click it again. This time you&#8217;ll see a big long bunch of choices. Don&#8217;t panic. Ignore them all except: <strong>check &#8220;add WWW&#8221;</strong> and  <strong>uncheck Google Apps</strong>, and click on the <strong>Fully Host This Domain</strong> button at the bottom of the first section. You may be prompted to enter a &#8220;username&#8221; this is for FTP, so just make something up and then click on <strong>Fully Host This Domain</strong> button.  And then, finally, finally, you&#8217;ll be done. And DreamHost will send you a bunch of emails.</p>
<p>&nbsp;</p>
<p>Sorry this is so difficult for so many clients. DreamHost needs to make this so much easier. It&#8217;s gotten more complicated over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/how-to-add-hosting-to-your-dreamhost-account-after-youve-registered-your-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Internet Explorer IE 9 Incompatibility &#8211; Unable To Modify Posts</title>
		<link>http://aldebaranwebdesign.com/blog/wordpress-and-internet-explorer-ie-9-incompatibility-unable-to-modify-posts/</link>
		<comments>http://aldebaranwebdesign.com/blog/wordpress-and-internet-explorer-ie-9-incompatibility-unable-to-modify-posts/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 01:39:29 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1083</guid>
		<description><![CDATA[Today one of my WordPress clients couldn&#8217;t modify any of her posts. She was using a computer with IE 9. I was on my computer using Firefox, and could modify her posts with no problem. A quick search on Google yielded others with the identical issue. For this client, all I could recommend was to [...]]]></description>
			<content:encoded><![CDATA[<p>Today one of my WordPress clients couldn&#8217;t modify any of her posts. She was using a computer with IE 9. I was on my computer using Firefox, and could modify her posts with no problem. A quick search on Google yielded others with the identical issue. For this client, all I could recommend was to switch Firefox, which she did and verified problem solved. You can view the identical issue reported <a href="http://en.forums.wordpress.com/topic/ie9-editing-and-posting-problems">here</a> on the WordPress.com forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/wordpress-and-internet-explorer-ie-9-incompatibility-unable-to-modify-posts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Solution found to &#8211; If Upgrading to WordPress 3.1 Results in 404 Pages Not Found</title>
		<link>http://aldebaranwebdesign.com/blog/if-upgrading-to-wordpress-3-1-results-in-404-pages-not-found/</link>
		<comments>http://aldebaranwebdesign.com/blog/if-upgrading-to-wordpress-3-1-results-in-404-pages-not-found/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 20:31:21 +0000</pubDate>
		<dc:creator>Jill Olkoski</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://aldebaranwebdesign.com/blog/?p=1067</guid>
		<description><![CDATA[I had a client today upgrade her WordPress blog to 3.1.1 and when she clicked on any categories or posts, she got a 404 page not found error. Took a while of searching on the web but solution was found. Solution required regeneration of brand new .htaccess file and deletion of one plugin. Details are [...]]]></description>
			<content:encoded><![CDATA[<p>I had a client today upgrade her WordPress blog to 3.1.1 and when she clicked on any categories or posts, she got a 404 page not found error. Took a while of searching on the web but solution was found. Solution required regeneration of brand new .htaccess file and deletion of one plugin. Details are below.</p>
<p><span id="more-1067"></span>Solution was found here:</p>
<p><strong><a href="http://dre.im/if-pages-return-a-404-after-wordpress-3-1-upgrade/">If Pages Return A 404 After WordPress 3.1 Upgrade</a></strong></p>
<p>Here&#8217;s what we did:</p>
<p>1. disable all plugins</p>
<p>2. remove .htaccess file from blog folder on server</p>
<p>3. switch permalinks to default and then back to her setting, and then verified this recreated a brand new .htaccess file on her blog folder on server</p>
<p>4. verified this fixed issue (yeah!)</p>
<p>5. one by one, enabled plugins, and discovered that a category related plugin (that renamed a category to something else) was also causing problem so we deleted it.</p>
<p>6. so with all plugins enabled again, retested and it worked. Many thanks to <a href="http://dre.im/">Dre Armeda</a> for this solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://aldebaranwebdesign.com/blog/if-upgrading-to-wordpress-3-1-results-in-404-pages-not-found/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 9/17 queries in 0.033 seconds using disk: basic

Served from: aldebaranwebdesign.com @ 2012-05-21 07:01:56 -->
