<?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>Sarah Tebo, web designerTag Archive | my site | Sarah Tebo, web designer</title>
	<atom:link href="http://sarahtebo.com/tag/my-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://sarahtebo.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 16:05:30 +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>New look for my website</title>
		<link>http://sarahtebo.com/2012/01/new-look-for-my-website/</link>
		<comments>http://sarahtebo.com/2012/01/new-look-for-my-website/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 01:36:31 +0000</pubDate>
		<dc:creator>Sarah Tebo</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[my site]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://sarahtebo.com/?p=680</guid>
		<description><![CDATA[There's an old saying that the cobbler's children have no shoes. Well, my website is a cobbler's child. I may be a professional web designer, but between my agency job and freelance work, I have long neglected my own website. ]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an old saying that the cobbler&#8217;s children have no shoes. Well, my website is a cobbler&#8217;s child.</p>
<p>I may be a professional web designer, but between my <a href="http://saidigital.co/about-us/people/sarah-tebo/" target="_blank">agency job</a> and freelance work, I have long neglected my own website. I finally decided that I&#8217;d rather modernize my site and use a pre-made theme (for now) than continue to have a personal website that had gotten a little dated.</p>
<p>So here it is, my new site. It&#8217;s using a pretty standard version of the <a href="http://themefuse.com/wp-themes-shop/writer/" target="_blank">Writer</a> theme from ThemeFuse. What drew me to the theme were the colors and typography &#8212; and the fact that I had gotten a code for three free ThemeFuse items in a recent <a href="http://bundlehunt.com/" target="_blank">BundleHunt</a> package. It also had a pretty nice looking layout for a <a title="Web Portfolio" href="http://sarahtebo.com/web-portfolio/" target="_blank">portfolio page</a>, so I&#8217;m pretty happy with it overall.</p>
<p>I do hope to design and code something from scratch soon, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahtebo.com/2012/01/new-look-for-my-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powered by WordPress</title>
		<link>http://sarahtebo.com/2010/03/powered-by-wordpress/</link>
		<comments>http://sarahtebo.com/2010/03/powered-by-wordpress/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:14:26 +0000</pubDate>
		<dc:creator>Sarah Tebo</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[my site]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://sarahtebo.com/?p=279</guid>
		<description><![CDATA[I've been a fan of WordPress for a long time, and have used it for several client sites, as well as my own personal blog. However, my main Web site, at sarahtebo.com, was always a static HTML page. I recently decided to start practicing what I preach, so for the past week or so, I've been working on converting my HTML files to a functional Wordpress theme. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a fan of <a href="http://wordpress.org" target="_blank">WordPress</a> for a long time, and have used it for several client sites, as well as my own personal blog. However, my main Web site, at sarahtebo.com, was always a static HTML page. I recently decided to start practicing what I preach, so for the past week or so, I&#8217;ve been working on converting my HTML files to a functional WordPress theme.</p>
<p>While the task was not complicated or difficult, it did surprise me how much there is to think about when you&#8217;re making a theme from scratch (before, I&#8217;ve always started with at least a basic framework). You have to style the comments, make a search results page, decide what regions to &#8220;widgetize,&#8221; label those regions, style the search box, decide how to display metadata, the list goes on. And several times I broke the whole dang thing by forgetting to close a &lt;div&gt;.</p>
<p>However, it was totally worth it, because now I have a WordPress-powered Web site that acts exactly as I want it to. If you&#8217;ve seen my designs, you know I like simple, easy to navigate design. And I&#8217;m in love with the &#8220;<a href="http://www.tutorial9.net/resources/cute-critters-free-icon-pack/" target="_blank">cute critters</a>&#8221; icons from Tutorial 9, which I used on my old site and definitely had to include here. Plus, I prefer the &#8220;excerpt&#8221; function for the index page, rather than using a manual &#8220;more&#8221; tag, so I could do that too.</p>
<p>Since I&#8217;m using WordPress 2.9, I also made use of the new thumbnail feature. It eliminates the need for a custom field to display a thumbnail on your index, search results, etc. pages. Once you activate the feature in your function file, you can set the thumbnail from your media library, or upload an image specifically for that use.</p>
<p>As usual, I figured all of this out as I went along, with the help from some great Web sites, including:</p>
<ul>
<li><a href="http://www.webdesignerwall.com/tutorials/building-custom-wordpress-theme/" target="_blank">Web Designer Wall</a></li>
<li><a href="http://codex.wordpress.org/Main_Page" target="_blank">WordPress Codex</a></li>
<li><a href="http://wpcandy.com/articles/easier-theme-development-with-the-sample-post-collection.html" target="_blank">WPCandy</a></li>
<li><a href="http://www.cssnewbie.com/six-ways-style-blockquotes/" target="_blank">CSS Newbie</a></li>
</ul>
<p>Of course, now that my blog is also my home page, I&#8217;ll have to blog more often. (Damn you Twitter!) Can&#8217;t have months-old content pop up when a potential client finds my site.</p>
<p>Hope you enjoy the new site, and if you find anything broken, please let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://sarahtebo.com/2010/03/powered-by-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

