<?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>C Schoeb Web Design &#187; learning</title>
	<atom:link href="http://cschoebwebdesign.com/category/learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://cschoebwebdesign.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Feb 2011 20:51:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress 500 Internal Server Error</title>
		<link>http://cschoebwebdesign.com/wordpress-500-internal-server-error/</link>
		<comments>http://cschoebwebdesign.com/wordpress-500-internal-server-error/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 20:42:12 +0000</pubDate>
		<dc:creator>matilda71</dc:creator>
				<category><![CDATA[500 error]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://cschoebwebdesign.com/?p=213</guid>
		<description><![CDATA[I received a 500 Internal Server Error on a wordpress site I was working on and thought I&#8217;d write a quick note about what I learned. This is what caused the error: Redirect http://oldSiteAddress.com/oldpage.php http://newSiteAddress.com/newpage It should have been written &#8230; <a href="http://cschoebwebdesign.com/wordpress-500-internal-server-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I received a 500 Internal Server Error on a wordpress site I was working on and thought I&#8217;d write a quick note about what I learned.</p>
<p>This is what caused the error:</p>
<pre>Redirect http://oldSiteAddress.com/oldpage.php http://newSiteAddress.com/newpage</pre>
<p>It should have been written as follows:</p>
<pre>Redirect /oldpage.php http://newSiteAddress.com/newpage</pre>
<p>If you want more information about redirect how-to I found these sites to be helpful:</p>
<ul>
<li><a href="http://www.stevenhargrove.com/redirect-web-pages/">Steve Hargrove &#8211; 301 redirects</a></li>
<li><a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=93633 ">Google Webmaster support</a></li>
</ul>
<p>Just as an fyi &#8211; this particular site has been completely revamped resulting in new url configurations.</p>
<p>Since  we still wanted users to be able to find the information from the older  pages so we implemented 301 redirects for specific pages as well as  the overall site. It works beautifully.</p>
]]></content:encoded>
			<wfw:commentRss>http://cschoebwebdesign.com/wordpress-500-internal-server-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading WordPress &#8211; Oooii</title>
		<link>http://cschoebwebdesign.com/upgrading-wordpress-oooii/</link>
		<comments>http://cschoebwebdesign.com/upgrading-wordpress-oooii/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 16:14:46 +0000</pubDate>
		<dc:creator>matilda71</dc:creator>
				<category><![CDATA[learning]]></category>
		<category><![CDATA[WordPress Upgrade]]></category>

		<guid isPermaLink="false">http://cschoebwebdesign.com/?p=154</guid>
		<description><![CDATA[Just a quick how-to note about upgrading to WordPress 3.0.2. I was trying to upgrade a client&#8217;s WordPress install through the Admin area.  I kept getting a weird memory error:  Fatal error: Allowed memory size of 33554432 bytes exhausted (tried &#8230; <a href="http://cschoebwebdesign.com/upgrading-wordpress-oooii/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just a quick how-to note about upgrading to WordPress 3.0.2.</p>
<p>I was trying to upgrade a client&#8217;s WordPress install through the Admin area.  I kept getting a weird memory error:  <em>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to  allocate 2356995 bytes) in &#8230;wp-includes/http.php on line 1331</em>.  Then I tried to upgrade through the hosting company&#8217;s &#8220;Install Central&#8221; but that didn&#8217;t work either.  Contacted hosting company and they also couldn&#8217;t figure out the problem.</p>
<p>In the process of getting ready to manually upgrade it occurred to me that I should &#8220;Deactivate&#8221; all the active plugins for the site (after I made a back up of my database and my theme files &#8211; very important!).  Worked like a charm!</p>
<p>Then as I tried to activate my plugins I got another fatal error: <em>Fatal error: Call to a member function add_rewrite_tag() on a non-object in  wp-includes/taxonomy.php. </em>So I did an search and found a neat little &#8220;trick&#8221; on the <a href="http://forum.bytesforall.com/showthread.php?t=6971" target="_blank">forum at BytesForAll</a> which suggested renaming the plugins directory to something else, i.e. pluginsx, creating a new plugins directory and then adding and activating plugins one at a time.  Worked like a charm!</p>
<p>Until&#8230;I tried to activate the last plugin which for me was WP e-Commerce.  Bamm!  Same fatal error.  And now the whole site was down &#8211; couldn&#8217;t delete or deactivate any of the plugins via the Admin area.  Even removing the plugins directory via ftp (or through hosts&#8217; File Manager) didn&#8217;t work.</p>
<p>So I said a prayer and reinstalled the upgrade making sure I had an empty plugins directory.  Yes, you guessed it &#8211; worked like a charm!</p>
<p>Until&#8230;I tried WP e-Commerce again &#8211; same issue but this time I was able to delete it and the site didn&#8217;t break.</p>
<p>I was a bit stymied and tried a couple of things but ended up creating a clean install of WP e-Commerce.  I had to then copy the themes that came with the new install into the uploads &gt; wpsc &gt; themes directory.  I also transferred my custom theme images and theme from my local backup to the wpsc &gt; themes directory and except for a few tweaks here and there, every is &#8211; well &#8211; working like a charm!  Really!</p>
<p>Lessons:</p>
<ol>
<li>Backup, back up, back up!
<ol>
<li>Back up your database.</li>
<li>Back up your theme.</li>
<li>Backup any customized plugin files.</li>
<li>Backup images.</li>
<li>Back up your CSS files</li>
</ol>
</li>
<li>Note what plugins you have active</li>
<li>Before upgrade revert to a default WordPress theme</li>
<li>Deactivate your plugins &#8211; if necessary delete them and reinstall upgraded versions.  Make a note of any special codes you had to enter.</li>
<li>Keep your themes separate.</li>
<li>If you customize any plugin files rename them so they don&#8217;t get overwritten during an upgrade</li>
<li>For <a href="http://getshopped.org/" target="_blank">WP e-Commerce</a>, keep backups of all your images and custom themes.  If you have the Gold cart, install it after you install the main WP e-Commerce (just as you normally would with fresh install)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://cschoebwebdesign.com/upgrading-wordpress-oooii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools I use when I need to learn</title>
		<link>http://cschoebwebdesign.com/tools-i-use-when-i-need-to-learn/</link>
		<comments>http://cschoebwebdesign.com/tools-i-use-when-i-need-to-learn/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 19:18:24 +0000</pubDate>
		<dc:creator>matilda71</dc:creator>
				<category><![CDATA[learning]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://cschoebwebdesign.com/?p=111</guid>
		<description><![CDATA[Here are some places I go when I need to learn something new: Right now lynda.com software tutorials are my mainstay. A monthly subscription is required but there is no continual obligation. When times are quite or I want to &#8230; <a href="http://cschoebwebdesign.com/tools-i-use-when-i-need-to-learn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here are some places I go when I need to learn something new:</p>
<ul>
<li>Right now <a href="http://www.lynda.com/home/otl.aspx?utm_medium=affiliate&#038;utm_source=ldc_affiliate&#038;utm_content=329&#038;utm_campaign=CD659&#038;bid=329&#038;aid=CD659&#038;opt=">lynda.com software tutorials</a> are my mainstay.  A monthly subscription is required but there is no continual obligation.  When times are quite or I want to learn something new I turn to <a href="http://www.lynda.com/home/otl.aspx?utm_medium=affiliate&#038;utm_source=ldc_affiliate&#038;utm_content=329&#038;utm_campaign=CD659&#038;bid=329&#038;aid=CD659&#038;opt=">lynda</a>.</li>
<li><a href="http://www.w3schools.com">W 3 Schools</a>: when i was first learning basic html I turned to them often.  I love that they let you test what they are teaching &#8211; really helped me understand more about what I was doing.  And I still go there when I need a basic understanding of a particular technology.</li>
<li><a title="Site Point" href="http://www.sitepoint.com/">Site Point</a>:  I have several of their books and visit thier forums fairly often.  Lots of good solid information.</li>
<li><a title="HTML Dog" href="http://www.htmldog.com/">HTML Dog</a>:  When I was working for a large Fortune 500 company I became interested in web accessibility.  At the time, our company was using a navigation system that required mouse clicks (you can&#8217;t see the mouse trail if you are visually impaired) and I wanted desperately to show my collegues that there was a better more accessible way to build navigation that still had the cool drop-down action.  I, and many others, are in debt to the developers at HTML Dog for  their &#8220;<a href="http://htmldog.com/articles/suckerfish/dropdowns/">Sons of Suckerfish</a>&#8221; tutorial</li>
<li><a title="Accessify - To make accessible" href="http://accessify.com/">Accessify</a>:  I&#8217;ve only recently discovered this site, but find some the tools very helpful.</li>
<li><a href="http://css.maxdesign.com.au/listamatic/">Listomatic</a>:  If you want some examples and code for quick navigation to here.</li>
<li><a href="http://www.dynamicdrive.com/style/">Dynamic Drive CSS Library</a>:  Great starting place for tableless builds</li>
</ul>
<div><script src="http://www.dpbolvw.net/placeholder-4278356?target=_top&amp;mouseover=Y" type="text/javascript"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://cschoebwebdesign.com/tools-i-use-when-i-need-to-learn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

