<?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>The Four O'Clock Project &#187; Site Design</title>
	<atom:link href="http://www.fouroclockproject.com/category/site-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fouroclockproject.com</link>
	<description>Thesis Theme Customizations and Tutorials</description>
	<lastBuildDate>Wed, 26 Aug 2009 11:46:23 +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>Colored Text Widgets for your Wordpress Sidebar Part 1</title>
		<link>http://www.fouroclockproject.com/2009/colored-text-widgets-for-your-wordpress-sidebar-part-1/</link>
		<comments>http://www.fouroclockproject.com/2009/colored-text-widgets-for-your-wordpress-sidebar-part-1/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:30:18 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Site Design]]></category>
		<category><![CDATA[Thesis Hacks & CSS Tips]]></category>

		<guid isPermaLink="false">http://www.fouroclockproject.com/?p=132</guid>
		<description><![CDATA[Without touching your custom.css!
Below is a picture of what Thesis looks like almost straight out of the box.

It&#8217;s OK clean, which is great, but it&#8217;s also kind of BLAAHH, you know?  Where&#8217;s the COLOR!?
How about we keep the same clean layout and lines that Thesis offers straight out of the box, but add just a [...]]]></description>
			<content:encoded><![CDATA[<p></p><h3 style="text-align: center;"><em>Without</em> touching your custom.css!</h3>
<p style="text-align: left;">Below is a picture of what Thesis looks like almost straight out of the box.</p>
<p style="text-align: center;"><img class="alignnone" style="border: 1px solid black; margin: 5px;" src="http://www.fouroclockproject.com/wp-content/themes/thesis_151/custom/images/vanilla.png" alt="Plain Vanilla Blog" width="500" height="435" /></p>
<p>It&#8217;s <span style="color: #888888;"><span style="text-decoration: line-through;">OK</span></span> clean, which is great, but it&#8217;s also kind of <strong>BLAAHH</strong>, you know?  Where&#8217;s th<span style="color: #800080;"><span style="color: #000000;">e <span style="color: #ff0000;">COLOR</span>!?</span></span></p>
<p style="text-align: left;">How about we keep the same clean layout and lines that Thesis offers straight out of the box, but add just a touch of color to make the page pop.</p>
<p style="text-align: left;">Like this!</p>
<p style="text-align: center;"><img class="alignnone" style="border: 1px solid black; margin: 5px;" src="http://www.fouroclockproject.com/wp-content/themes/thesis_151/custom/images/vanilla_after.png" alt="Colored Text Widgets make your theme pop" width="500" height="623" /></p>
<p style="text-align: left;">It&#8217;s <em>easier than washing a window</em> and you don&#8217;t even need to dig into your custom files to do it!.</p>
<p style="text-align: left;"><strong>Step 1</strong>.  In your Wordpress dashboard, <strong>Appearance-&gt;Widgets-&gt;Text Widget</strong>.  Drag a few text widgets into your side bar.  Click on them to open up them up so that you can type in them.</p>
<p style="text-align: left;"><strong>Step 2</strong>.  Paste this into them:</p>
<pre class="brush: xml;">
&lt;div style=&quot;background-color: #E3F0F2; border: 1px solid #222222; padding: 5px 0px 5px 10px;&quot;&gt;
//Write Something Here.&lt;/div&gt;</pre>
<p style="text-align: left;"><strong>Step 3</strong>. Save your changes and refresh your blog.</p>
<p style="text-align: left;">You should exude the glow of a proud parent of a light blue sidebar widget.</p>
<p style="text-align: left;">Let&#8217;s break down what each part of it does so that you can hack it to your own liking!</p>
<p style="text-align: left;"><strong>background-color: #E3F0F2; </strong>This is pretty obvious.  It changes the bg color to light blue.</p>
<p style="text-align: left;"><strong>border: 1px solid #222222;</strong> This gives your box a 1 pixel, dark grey (almost black) border.  Feel free to make it thicker or change up the border style.</p>
<p style="text-align: left;"><strong>padding: 5px 0px 5px 10px; </strong>Just as I covered in <a href="http://www.fouroclockproject.com/2009/beat-the-thesis-theme-learning-curve/">this post</a>, this is the shorthand way to write padding and margins and refers to the top, right, bottom and left, respectively.</p>
<p style="text-align: left;">Put all of that between some divs and you have a colored text widget that can easily be moved in your widgets panel WITHOUT TOUCHING YOUR CSS!</p>
<p style="text-align: left;">Next time I talk about colored text widgets, I&#8217;m going to rehash how to <strong>make your own with custom_functions.php</strong> and how to do some <strong>advanced styling</strong> with them.  Later, I&#8217;m going to cover how to <strong>make custom widget headings to replace the default h3 text</strong>!  So stay tuned and, as always, feel free to ask me a question in the comments, on <a href="http://www.twitter.com/4oclockproject" target="_blank">Twitter</a> or shoot me an email.</p>
<h5 style="text-align: left;">Note:  I used one line of css in that last picture: .custom #header #logo a { color: #57B37B; } to make the logo light green.</h5>
<p style="text-align: left;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.fouroclockproject.com/2009/colored-text-widgets-for-your-wordpress-sidebar-part-1/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How to change font size using WP-chgFontSize plugin for Wordpress</title>
		<link>http://www.fouroclockproject.com/2009/how-to-change-font-size-using-wp-chgfontsize-plugin-for-wordpress/</link>
		<comments>http://www.fouroclockproject.com/2009/how-to-change-font-size-using-wp-chgfontsize-plugin-for-wordpress/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:30:16 +0000</pubDate>
		<dc:creator>R.J.</dc:creator>
				<category><![CDATA[Site Design]]></category>

		<guid isPermaLink="false">http://www.fouroclockproject.com/?p=105</guid>
		<description><![CDATA[
Can your Great Aunt Penny who just had hip surgery read your site?
If she can&#8217;t, then neither can a large population of your mature readers.  If you write about real estate, golf, investing or retirement then you understand what I&#8217;m talking about. But increasing the default font size of a site will affect your design, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="Frank Duveneck: old lady with a cap by freeparking, on Flickr" href="http://www.flickr.com/photos/freeparking/523466917/"><img class="alignright" style="margin: 5px;" title="photo by freeparking on flickr" src="http://farm1.static.flickr.com/232/523466917_fc1fdac402.jpg" alt="Frank Duveneck: old lady with a cap" width="150" height="189" /></a></p>
<h3>Can your Great Aunt Penny who just had hip surgery read your site?</h3>
<p>If she can&#8217;t, then neither can a large population of your mature readers.  If you write about real estate, golf, investing or retirement then you understand what I&#8217;m talking about. But increasing the default font size of a site will affect your design, and you probably don&#8217;t want that after all the work you&#8217;ve put into it or money you&#8217;ve paid for it.  So the question is, then, how do we allow readers to <strong>optionally increase the font size</strong> of their blog content without affecting the rest of the site?</p>
<p>The answer is a <strong>simple wordpress plugin</strong> that will rock you, if you know how to use it.</p>
<p><a href="http://www.rodenas.org/blog/2007/03/08/wp-chgfontsize/" target="_blank">WP-chgFontSize</a> is a plugin that installs easily through FTP and allows your readers to increase or decrease the font size of a specific &lt;div id&gt; of your website, for example &lt;div id=&#8221;sidebars&#8221;&gt; or &lt;div id=&#8221;content&#8221;&gt;.</p>
<h4>Wait&#8230;&lt;div&gt;&#8230;what is that and why should I care?  Just tell me how to use the thing already!</h4>
<p>Ok, here are step-by-step instructions on how to install and use the plugin.</p>
<h2>Installation:</h2>
<ol>
<li><a href="http://wordpress.org/extend/plugins/wp-chgfontsize/" target="_blank">Download</a> the plugin to your desktop.</li>
<li>Double click the the .zip folder to unzip it.  You can delete the .zip folder at this point.</li>
<li>Open your FTP client and navigate to your &#8220;plugins&#8221; folder.  Drag and drop the wp-chgfontsize folder to your plugins folder.</li>
<li>Open your web browser of choice and go to your wordpress control panel.  Under &#8220;Appearance&#8221; select &#8220;widgets.&#8221;  Towards the bottom of the page you&#8217;ll see the wp-chgfontsize plugin.  Click the link on the right side of the page to activate it.</li>
<li>Installation is complete!  But Now it&#8217;s time to set it up for use with your blog.</li>
</ol>
<h2>Setup:</h2>
<ol>
<li> In the bottom left of your page, click the link that says &#8220;Font Size.&#8221;</li>
<li>Enter setting similar to the picture shown below:</li>
</ol>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black; margin: 5px;" src="http://img.skitch.com/20090524-ps546x1b1fde3e8kw1ne5tm89y.jpg" alt="Control Panel Setting for WP-chgFontSize" width="500" height="263" /></p>
<p style="text-align: left;">You can change the values however you&#8217;d like, of course.  Also, you&#8217;ll notice that as the font gets larger, your sidebars get shuffled to the bottom of the page.  I&#8217;m working on a way around this and will update this post as I get closer.</p>
<p style="text-align: left;">Did this tutorial help you out?  Do you know a better way and want to let me know?  I&#8217;d love to hear about it in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fouroclockproject.com/2009/how-to-change-font-size-using-wp-chgfontsize-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
