<?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>Laura Blalock &#187; Themes</title>
	<atom:link href="http://lablalock.com/category/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://lablalock.com</link>
	<description>Usable Design</description>
	<lastBuildDate>Sat, 31 Dec 2011 16:15:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic WordPress Child Themes</title>
		<link>http://lablalock.com/543/child-themes/</link>
		<comments>http://lablalock.com/543/child-themes/#comments</comments>
		<pubDate>Thu, 12 May 2011 01:44:59 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://lablalock.com/?p=543</guid>
		<description><![CDATA[Creating your own Wordpress theme without much knowledge of html and none of php.]]></description>
			<content:encoded><![CDATA[<p>With the new version of WordPress came a new default theme complete with a number of powerful features including easy custom backgrounds, header images and user-definable navigation menus. I was immediately drawn to the features but found the visual look itself a little wanting. </p>
<p>I was interested in using the advanced features of Twenty-Ten, particularly the custom backgrounds, but also wanted something better looking without having to create my own from scratch. Luckily there was a another new feature released for just that purpose. </p>
<h3>Child Themes</h3>
<p>In WordPress, even themes have different versions, the default has been updated multiple times since it&#8217;s release. A child theme let&#8217;s you override just the parts of a theme that you want to change without having to change the actual theme files. When an update is released, rather than having to make your changes again, your child theme is untouched, leaving your changes to cover the new files instead.</p>
<p>A child theme only needs two things: it&#8217;s own folder and css file. The css file contains the same header information as regular themes with one important addition.</p>
<p><code>/*<br />
Theme Name:     Twenty Ten Child<br />
Theme URI:      http: //example.com/<br />
Description:    Child theme for the Twenty Ten theme<br />
Author:         Your name here<br />
Author URI:     http: //example.com/about/<br />
Template:       twentyten<br />
Version:        0.1.0<br />
*/</code></p>
<p>The template line refers to the folder of the parent theme, telling WordPress to use it for the files that aren&#8217;t defined in the child theme. The parent&#8217;s css file is not loaded by default so if you just want to override a few things instead of writing an entire file, you&#8217;ll need to import the parent&#8217;s css file into the child&#8217;s then overwrite anything you don&#8217;t like.</p>
<p><code>@import url("../twentyten/style.css");</code></p>
<p>This is where the finicky part comes in, dissecting someone else&#8217;s stylesheet and html to find the exact selectors and definitions you need to override. No matter how thoroughly documented something is, the sheer fact it&#8217;s not set out the way you would have done it makes it harder to figure out. </p>
<p>I tried to use the same headings and arrangement, only overriding what I wanted to change. I made the effort to make as few changes as possible to achieve the results I wanted. Hopefully this will make it easier to update Trans Twenty Ten to keep up with the parent theme Twenty Ten as it evolves.</p>
]]></content:encoded>
			<wfw:commentRss>http://lablalock.com/543/child-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trans Twenty Ten</title>
		<link>http://lablalock.com/547/trans-twenty-ten/</link>
		<comments>http://lablalock.com/547/trans-twenty-ten/#comments</comments>
		<pubDate>Tue, 10 May 2011 04:52:14 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://lablalock.com/?p=547</guid>
		<description><![CDATA[Announcing Trans Twenty Ten, a WordPress child of the default Twenty Ten theme. Twenty Ten has a lot of powerful features but I didn&#8217;t care for the look. I&#8217;ve added custom fonts (Tinos and Tex Gyre Heros and made the content background translucent so more of the custom background shows through along with some CSS3 goodies like shadows and rounded corners. It&#8217;s just enough to give Twenty Ten some polish and make the customizations more prominent. It works in Firefox,&#8230;]]></description>
			<content:encoded><![CDATA[<p>Announcing Trans Twenty Ten, a WordPress child of the default <a href="http://wordpress.org/extend/themes/twentyten">Twenty Ten</a> theme. </p>
<p>Twenty Ten has a lot of powerful features but I didn&#8217;t care for the look. I&#8217;ve added custom fonts (<a href="http://www.fontsquirrel.com/fonts/tinos">Tinos</a> and <a href="http://www.fontsquirrel.com/fonts/TeX-Gyre-Heros">Tex Gyre Heros</a> and made the content background translucent so more of the custom background shows through along with some CSS3 goodies like shadows and rounded corners. It&#8217;s just enough to give Twenty Ten some polish and make the customizations more prominent. It works in Firefox, Safari, Chrome and IE9. It looks fine in IE8, just no rounded corners or transparency.</p>
<p>I liked the results so I&#8217;m releasing it for public use. </p>
<p>To get the look of the screenshot, install and activate the theme, delete the header image under the preferences, set your background, top menu and widgets on the right.<br />
<a href='http://lablalock.com/files/2011/05/TransTwentyTen.zip'>TransTwentyTen</a></p>
<h3>A recommendation</h3>
<p>My one problem with the custom backgrounds is when you use a new one, the old one gets deleted. I like to keep a selection and switch between them regularly. &#8220;<a href="http://wordpress.org/extend/plugins/get-background-from-library/">Custom Background From Media Library</a>&#8221; is a plugin that lets you use images from your media library as backgrounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://lablalock.com/547/trans-twenty-ten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freebies</title>
		<link>http://lablalock.com/532/freebies/</link>
		<comments>http://lablalock.com/532/freebies/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 05:01:36 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://lablalock.com/?p=532</guid>
		<description><![CDATA[I&#8217;m one of those people who change my desktop background every few days. I&#8217;ve done the same thing since I got my first iPhone. In a fit of madness I&#8217;ve made some of my own. They&#8217;re sized for the iPhone 4 screens but look fine on older versions too. Just click to go to the full-size picture then drag to your desktop.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m one of those people who change my desktop background every few days. I&#8217;ve done the same thing since I got my first iPhone. In a fit of madness I&#8217;ve made some of my own. They&#8217;re sized for the iPhone 4 screens but look fine on older versions too. Just click to go to the full-size picture then drag to your desktop.</p>
<div class="pair"><a href="http://lablalock.com/files/2010/11/Violet-bgd2.png"><img src="http://lablalock.com/files/2010/11/Violet-bgd2-200x300.png" alt="" title="Violet bgd2" width="200" height="300" class="alignnone size-medium wp-image-531" /></a><a href="http://lablalock.com/files/2010/11/Violet-bgd.png"><img src="http://lablalock.com/files/2010/11/Violet-bgd-200x300.png" alt="" title="Violet bgd" width="200" height="300" class="alignnone size-medium wp-image-530" /></a></div>
<div class="pair"><a href="http://lablalock.com/files/2010/11/golden-iphone1.png"><img src="http://lablalock.com/files/2010/11/golden-iphone1-200x300.png" alt="" title="golden iphone1" width="200" height="300" class="alignnone size-medium wp-image-527" /></a><a href="http://lablalock.com/files/2010/11/spots.png"><img src="http://lablalock.com/files/2010/11/spots-200x300.png" alt="" title="spots" width="200" height="300" class="alignnone size-medium wp-image-529" /></a></div>
<div class="pair"><a href="http://lablalock.com/files/2010/11/snowscene.png"><img src="http://lablalock.com/files/2010/11/snowscene-200x300.png" alt="" title="snowscene" width="200" height="300" class="alignnone size-medium wp-image-528" /></a><a href="http://lablalock.com/files/2010/11/bluetexture.png"><img src="http://lablalock.com/files/2010/11/bluetexture-200x300.png" alt="" title="bluetexture" width="200" height="300" class="alignnone size-medium wp-image-526" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://lablalock.com/532/freebies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kicking it out of the nest</title>
		<link>http://lablalock.com/233/html5blog/</link>
		<comments>http://lablalock.com/233/html5blog/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:55:58 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://lablalock.com/?p=233</guid>
		<description><![CDATA[After 2 months, the &#8220;learning project&#8221; that wouldn&#8217;t end is off my todo list. I took the H5 blog theme which is coded in HTML5 and designed a minimalist blog theme with it. One of the things I wanted was a sidebar with columns so there are four widget areas in the theme. One in the footer, one that spans the whole sidebar and two that float underneath it and form two columns. During the design process I found this&#8230;]]></description>
			<content:encoded><![CDATA[<p>After 2 months, the &#8220;learning project&#8221; that wouldn&#8217;t end is off my todo list. I took the <a href="http://diggingintowordpress.com/">H5</a> blog theme which is coded in HTML5 and designed a minimalist blog theme with it.</p>
<p>One of the things I wanted was a sidebar with columns so there are four widget areas in the theme. One in the footer, one that spans the whole sidebar and two that float underneath it and form two columns.</p>
<p>During the design process I found <a href="http://www.webdesigndev.com/web-development/40-cold-colour-palettes-for-winter-inspired-web-designs">this article</a> and fell in love with several of the color palettes. I since I couldn&#8217;t choose just one, I used several. So the there are a number of different color schemes to choose from. It&#8217;s easy to create your own, just copy one of the files in the CSS directory and replace the colors with yours. Put the new file in the directory and it&#8217;ll pop up in the pull-down list.</p>
<p>Allowing users to switch between color schemes meant needing an admin page. I&#8217;m not an expert with PHP but I have no problem experimenting, so I borrowed the code from another theme and customized it to meet my needs. Which is why you can also upload your own logo.</p>
<p>The beauty of all this is that both the themes I used were released with a GPL license that meant I could not only modify them but release the end-result to be used and/or modified by others.</p>
<p>If it&#8217;s accepted into the WordPress theme directory, I&#8217;ll post the link here.</p>
]]></content:encoded>
			<wfw:commentRss>http://lablalock.com/233/html5blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

