<?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>George&#039;s Technology Blog &#187; Blogging</title>
	<atom:link href="http://imblogginghere.com/techblog/articles/internet/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://imblogginghere.com/techblog</link>
	<description>» Smart Phones, Web Design, Google or whatever</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:22:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Skinning Wordpress with Child Themes &#8211; More Than Skin Deep</title>
		<link>http://imblogginghere.com/techblog/200910/internet/blogging/skinning-wordpress-with-child-themes-more-than-skin-deep/</link>
		<comments>http://imblogginghere.com/techblog/200910/internet/blogging/skinning-wordpress-with-child-themes-more-than-skin-deep/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 01:01:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=802</guid>
		<description><![CDATA[Even though Darren Hoyt talked about it in his Exploring WordPress Frameworks and Child Themes post, I missed the point that you can override more than the CSS file using Child Themes.  According to Wordpresss.com's Theme Development article you can go to your parent theme's  folder (at /wp-content/themes/yourparenttheme/) and copy any of those template files [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Even though Darren Hoyt talked about it in his <a href="http://www.darrenhoyt.com/2008/09/18/exploring-wordpress-frameworks-and-child-themes/" target="_blank">Exploring WordPress Frameworks and Child Themes</a> post, I missed the point that you can override more than the CSS file using Child Themes.  According to Wordpresss.com's <a href="http://codex.wordpress.org/Theme_Development" target="_blank">Theme Development</a> article you can go to your parent theme's  folder (at <em>/wp-content/themes/yourparenttheme/</em>) and copy any of those template files into your Child Theme's folder and edit it, and that will override the parent theme's file.</p>
<blockquote>
<p style="text-align: left;">Additionally (as of WordPress 2.7), the child theme may contain template files, which can be selected in the admin panel as normal, and will override the parent's template files where those possess the same name.</p>
</blockquote>
<p style="text-align: left;"><img class="alignleft size-full wp-image-827" style="border: 0pt none; margin: 10px;" src="http://imblogginghere.com/techblog/wp-content/uploads/2009/10/techblog-theme-experiment.jpg" alt="My Child Theme experiment on this blog" width="280" height="237" />For example, if you want to edit the header and you are using <strong>Thematic</strong> (folder = <em>/thematic</em>) and your Child Theme is called <strong>My Theme</strong> (folder = <em>/mytheme</em>) you can copy  <em>/wp-content/themes/thematic/header.php</em> to <em>/wp-content/themes/mytheme/header.php</em> and any edits you make will show up on your blog because Wordpress (as of v2.7) will check for template files in your Child Theme folder before looking for your Parent Theme's template files.</p>
<p style="text-align: left;">With Wordpress Child Themes you can...</p>
<ul>
<li>build websites more quickly with more flexibility than "traditional" sites</li>
<li>use Wordpress as a CMS</li>
<li>gives your clients the capability to edit their own sites</li>
<li>more easily develop websites that are HTML and CSS compliant with less work than custom "traditional" sites</li>
<li>re-design, skin or add different functionality to themes you like but are missing "something"</li>
<li>make your own Wordpress theme without starting from scratch</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://imblogginghere.com/techblog/200910/internet/blogging/skinning-wordpress-with-child-themes-more-than-skin-deep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skinning Wordpress</title>
		<link>http://imblogginghere.com/techblog/200910/internet/blogging/skinning-wordpress/</link>
		<comments>http://imblogginghere.com/techblog/200910/internet/blogging/skinning-wordpress/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 06:50:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=792</guid>
		<description><![CDATA[If you visit tonight or during the next couple of days, you may notice the layout of this blog changing  - radically. I'm writing below about skinning and am practicing with Thematic. During this process you will see the blog in customized Thematic one moment and in devart the next. Have fun, I am!
Skinning WordPress, [...]]]></description>
			<content:encoded><![CDATA[<div style="background-color:#faf5ae; border: 1px #000 solid;padding:10px;margin:15px 0;">If you visit tonight or during the next couple of days, you may notice the layout of this blog changing  - <em>radically</em>. I'm writing below about skinning and am practicing with <strong><a href="http://themeshaper.com/thematic/" target="_blank">Thematic</a></strong>. During this process you will see the blog in customized <strong>Thematic</strong> one moment and in <strong>devart</strong> the next. Have fun, I am!</div>
<p>Skinning WordPress, or using Child Themes is something I've just discovered at work, although its been a hot topic for some time now. I've kept a suspicious eye on using blogs to build websites because I didn't want to have to learn how to make a WordPress theme myself to avoid endlessly re-uploading updates after new WordPress releases. In the past if you made customization to a theme, when you upgrade the theme you would lose your work. Or, you had to make sure to keep local copies and upload them after upgrading the theme so your customization would be in tact. WordPress Child Themes does away with that, and two products I've read about help you  Skin your WordPress blog... safely.</p>
<p>The first is called <a href="http://www.darrenhoyt.com/2009/03/15/mimbo-pro-20-released/" target="_blank">Mimbo Pro</a> which carries a price, although <a href="http://www.darrenhoyt.com/2009/01/30/mimbo-30-released/" target="_blank">Mimbo is a free version</a>. The second is Ian Stewart's Thematic - <em>a WordPress Theme Framework</em> that makes it easy to implement WordPress Child Themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://imblogginghere.com/techblog/200910/internet/blogging/skinning-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoDaddy File Restore/Rollback</title>
		<link>http://imblogginghere.com/techblog/200910/internet/blogging/godaddy-file-restorerollback/</link>
		<comments>http://imblogginghere.com/techblog/200910/internet/blogging/godaddy-file-restorerollback/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 04:19:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://imblogginghere.com/techblog/?p=778</guid>
		<description><![CDATA[Recently I made a critical error editing one of my blog's files - I forgot to download the file before editing it, then uploaded my changes and it took my entire blog down. Needless to say I was upset with myself because I knew better, but I called GoDaddy hoping they could restore my site [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I made a critical error editing one of my blog's files - I forgot to download the file before editing it, then uploaded my changes and it took my entire blog down. Needless to say I was upset with myself because I knew better, but I called GoDaddy hoping they could restore my site or file for me, and hoping it wouldn't cost much or take too much time.</p>
<p>The tech support operator ran me through their procedure on <a href="http://help.godaddy.com/article/5091" target="_blank">restoring a file or folder using the GoDaddy File Manager</a>. I was able to select the day before I changed the file, and download it, back it up (this time), apply my edits and my blog was down for less than 20 minutes (<em>about 10 minutes of that time was spent running around like a headless chicken while my wife and girls looked at me as if I had just landed on the planet</em>).</p>
<p>So, if you delete a file or folder by accident, forget to download a file before editing it and permanently lose your work, remember GoDaddy's File Restore and get your stuff back. Thanks GoDaddy!</p>
]]></content:encoded>
			<wfw:commentRss>http://imblogginghere.com/techblog/200910/internet/blogging/godaddy-file-restorerollback/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
