<?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>Theme Style Sampler</title>
	<atom:link href="http://designpluscopy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://designpluscopy.com</link>
	<description>Just another killer WordPress Theme mod</description>
	<lastBuildDate>Fri, 05 Mar 2010 05:58:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Happens with the Excerpt When You Compose a New Post with WP 2.7+?</title>
		<link>http://designpluscopy.com/excerpt-test/</link>
		<comments>http://designpluscopy.com/excerpt-test/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 16:19:40 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/?p=304</guid>
		<description><![CDATA[If you compose a new post in WordPress 2.7 or higher, it looks as though the excerpt field may be auto-populated in a way that it was not in previous versions. I only mention this because I&#8217;ve noticed some janky &#60;meta name="description" /&#62; behavior over the last couple of weeks, and I&#8217;ve got to solve [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you compose a new post in WordPress 2.7 or higher, it looks as though the excerpt field may be auto-populated in a way that it was not in previous versions. I only mention this because I&#8217;ve noticed some janky <code>&lt;meta name="description" /&gt;</code> behavior over the last couple of weeks, and I&#8217;ve got to solve this problem to ensure that I&#8217;m not screwing with people&#8217;s <code>&lt;head&gt;</code>s, ya dig?</p>
<p>What if I want to go to <a href="http://designpluscopy.com/vps">VPS.net</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/excerpt-test/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>If a Post Title Spans Two Lines and Still Looks Good, You Win!</title>
		<link>http://designpluscopy.com/if-a-post-title-spans-two-lines-and-still-looks-good-you-win/</link>
		<comments>http://designpluscopy.com/if-a-post-title-spans-two-lines-and-still-looks-good-you-win/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 22:03:47 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/?p=19</guid>
		<description><![CDATA[
So yeah, this is one of those things that you gotta test. If it comes out right, you&#8217;ll be a hero. Otherwise – baaaaa – you&#8217;ll be a friggin&#8217; goat. I needed some extra text for testing purposes, so here ya go.
]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://designpluscopy.com/if-a-post-title-spans-two-lines-and-still-looks-good-you-win/" title="Permanent link to If a Post Title Spans Two Lines and Still Looks Good, You Win!"><img class="post_image aligncenter frame" src="http://designpluscopy.com/wp-content/uploads/2008/06/sample-thumb.jpg" width="480" height="187" alt="Hollywood sign as seen from the Hollywood Reservoir" /></a>
</p><p><span class="drop_cap">S</span>o yeah, this is one of those things that you gotta test. If it comes out right, you&#8217;ll be a hero. Otherwise – baaaaa – you&#8217;ll be a friggin&#8217; goat. I needed some extra text for testing purposes, so here ya go.</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/if-a-post-title-spans-two-lines-and-still-looks-good-you-win/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Have You Sampled Your Code Today?</title>
		<link>http://designpluscopy.com/code-sample/</link>
		<comments>http://designpluscopy.com/code-sample/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 14:23:22 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/code-sample/</guid>
		<description><![CDATA[
One particular HTML element that has been taking up way too much of my time lately is the &#60;code&#62; tag. Different browsers will render the contents of this tag differently depending on how the CSS properties (such as line-height, font, and/or font-size) are declared.
It is a constant battle to ensure that elements will render correctly, [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://designpluscopy.com/code-sample/" title="Permanent link to Have You Sampled Your Code Today?"><img class="post_image alignright frame" src="http://designpluscopy.com/wp-content/uploads/2007/12/cp-thumb.jpg" width="200" height="200" alt="Me, cheesin." /></a>
</p><p><span class="drop_cap">O</span>ne particular <acronym title="HyperText Markup Language">HTML</acronym> element that has been taking up way too much of my time lately is the <code>&lt;code&gt;</code> tag. Different browsers will render the contents of this tag differently depending on how the <acronym title="Cascading Style Sheet">CSS</acronym> properties (such as <code>line-height</code>, <code>font</code>, and/or <code>font-size</code>) are declared.</p>
<p>It is a constant battle to ensure that elements will render correctly, and even when you think you&#8217;ve gotten everything worked out perfectly, you may find that Safari, for instance, doesn&#8217;t know what to do with an unordered list of encoded text:</p>
<ul>
<li><code>Safari</code></li>
<li><code>may not</code></li>
<li><code>render this</code></li>
<li><code>worth a damn</code></li>
</ul>
<p>And even when you&#8217;ve gotten all that figured out, you still have to ensure that the <code>&lt;pre&gt;</code> tag is styled properly and renders consistently across a wide range of modern browsers.</p>
<pre class="css"><strong>code</strong> {
   <span class="property">font</span>: <span class="num">0.92857em</span> <span class="str">Consolas</span>, <span class="str">"Andale Mono"</span>, <span class="str">Courier</span>;
   <span class="property">color</span>: <span class="color">#050</span>;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/code-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is a Test Aside</title>
		<link>http://designpluscopy.com/7/</link>
		<comments>http://designpluscopy.com/7/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 22:00:09 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/7/</guid>
		<description><![CDATA[<ul>
<li>This is a bulleted item for an excerpt.</li>
<li>And so is this.</li>
<li>What does teh g00g do with this?</li>
</ul>]]></description>
			<content:encoded><![CDATA[<p></p><p>Asides are a pretty cool feature that can really spice up a theme. Most tutorials on the web, however, require users to hand-code the exact category ID number, and this usually has to be done across no fewer than three template files. With Neoclassical Dark, you&#8217;ll never have to worry about that again!</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See This Theme&#8217;s Styles in Action!</title>
		<link>http://designpluscopy.com/sample-theme-styles/</link>
		<comments>http://designpluscopy.com/sample-theme-styles/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 13:51:13 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Text]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/?p=6</guid>
		<description><![CDATA[This theme comes equipped with everything you need to produce a professional-grade Web site. I personally guarantee that you&#8217;ll be positively amazed by how easy it is to put your best foot forward with this product.
Find out all the styles that you&#8217;ll have at your disposal by choosing a theme from the sidebar, and then [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">T</span>his theme comes equipped with everything you need to produce a professional-grade Web site. I personally guarantee that you&#8217;ll be positively amazed by <strong>how easy it is to put your best foot forward with this product</strong>.</p>
<p>Find out all the styles that you&#8217;ll have at your disposal by choosing a theme from the sidebar, and then check out how the styles affect the content of this article.<span id="more-6"></span></p>
<h3>Lists</h3>
<p>Lists are easy for readers to digest, and because of that, most people love &#8216;em. With that in mind, you oughta start using more lists in your posts! This theme comes equipped with three killer list styles, and your job is simply to choose the one that is best-suited to your particular needs. The first type of list is an <strong>unordered list</strong>, and it looks like this:</p>
<ul>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3
<ul>
<li>Nested list item 1</li>
<li>Nested list item 2</li>
</ul>
</li>
<li>List item 4</li>
</ul>
<p>The second type of list is an <strong>ordered list</strong>, and it looks like this:</p>
<ol>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
<li>List item 4</li>
</ol>
<p>The third and final type of list is called a <strong>definition list</strong>. Although they are less common, they can be useful for presenting meanings, relationships, or simply for clarification. Check it out:</p>
<dl>
<dt>This is a definition list item title</dt>
<dd>This is the description text that is related to the title above</dd>
<dt>The Neoclassical Theme</dt>
<dd>A bulletproof, standards-compliant, customizable WordPress theme from Chris Pearson</dd>
</dl>
<h3>Sub-Headlines</h3>
<p>Sub-headlines have already been used twice in this post&#8230;did you spot them? The first one says &#8220;Lists,&#8221; and the second one says &#8220;Sub-Headlines.&#8221; Thanks to the flexibility of our themes, you can create similar headlines without having to do any styling on-the-fly. All you have to do is wrap your headline text in <code>&lt;h3&gt;</code> tags, and BOOM, you&#8217;ll get results like you see here.</p>
<p><img class="right frame" src="http://cutline.tubetorial.com/images/wp_bar.gif" alt="WordPress HTML editor button" width="130" height="44" /></p>
<p>If you&#8217;re using the Rich Visual Text Editor (which I absolutely do <em>not</em> recommend), you need to switch to the <acronym title="HyperText Markup Language">HTML</acronym> viewer and enter your text between <code>&lt;h3&gt;</code> tags. When you&#8217;re done, click on the <strong>Update</strong> button, and you can continue writing your entry.</p>
<p>If you&#8217;re using the regular old text-based editor (cheers if you are!), then you could write a line that looks something like this: <code>&lt;h3&gt;Blockquotes&lt;/h3&gt;</code>, and you&#8217;ll end up with something that looks like this&#8230;</p>
<h3>Blockquotes</h3>
<blockquote class="right"><p>This is one area where my themes have no peers&#8230;</p></blockquote>
<p>Every theme worth its weight in bandwidth comes with some sort of pre-defined blockquote styling, but how many themes do you know of that come with <strong>three different blockquote styles</strong>? This is one area where my themes have no peers, and you can use these blockquote styles to your advantage as you liven up your posts for your readers.</p>
<p>The quote above is what is referred to as a &#8220;pullquote,&#8221; and you can create two types of these in your posts—one will be aligned to the right, and the other to the left. Use the following structure to make it happen: <code>&lt;blockquote class="<strong>x</strong>"&gt;</code>, where <code><strong>x</strong></code> is replaced by either &#8220;left&#8221; or &#8220;right,&#8221; depending on which side of the text you want your pullquote to display.</p>
<h4>Standard Blockquote</h4>
<p>And naturally, no theme would be complete without the standard old blockquote, which comes out looking like this:</p>
<blockquote><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque pharetra velit vel purus. Nunc tempor, urna sit amet euismod elementum, erat tellus auctor erat, non condimentum dui wisi non orci. Nam fringilla leo sed dui. Vestibulum ac elit sit amet diam vehicula scelerisque.</p></blockquote>
<p>To use these, simply wrap your quoted text in <code>&lt;blockquote&gt;</code> tags.</p>
<p>Oh, and we may as well <a href="http://designpluscopy.com/pearsonified-themes-have-it-all/">test a trackback</a>, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/sample-theme-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatting Images for Feed Readers</title>
		<link>http://designpluscopy.com/formatting-images-for-feed-readers/</link>
		<comments>http://designpluscopy.com/formatting-images-for-feed-readers/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 13:47:47 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Feeds]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/?p=5</guid>
		<description><![CDATA[
Properly formatting your posts for feed readers is tricky with WordPress, mostly due to the fact that WordPress will auto-insert unwanted paragraph tags and break tags that could adversely affect the style and look of your posts within a reader.
Since more and more people are turning to RSS as their primary means of digesting Web-based [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="right frame" title="Ace and Biggie zonked out in my office" src="http://designpluscopy.com/images/ace-and-biggie-sleeping.jpg" alt="Puppies sleeping" width="190" height="160" /></p>
<p><span class="drop_cap">P</span>roperly formatting your posts for feed readers is tricky with WordPress, mostly due to the fact that WordPress will auto-insert unwanted paragraph tags and break tags that could adversely affect the style and look of your posts within a reader.</p>
<p>Since more and more people are turning to <acronym title="Really Simple Syndication">RSS</acronym> as their primary means of digesting Web-based content, now is the time to perfect the art of publishing for both your site and its feed.</p>
<p>Let&#8217;s <a href="http://designpluscopy.com/feed-reader-formatting/">test a trackback</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/formatting-images-for-feed-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You Gotta Check Out Pearsonified</title>
		<link>http://designpluscopy.com/visit-pearsonified/</link>
		<comments>http://designpluscopy.com/visit-pearsonified/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 13:45:49 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/?p=4</guid>
		<description><![CDATA[The author claims it&#8217;s the Best Damn Blog on the Planet. See if you can prove him wrong—I dare you!
]]></description>
			<content:encoded><![CDATA[<p></p><p>The author claims it&#8217;s the <a href="http://pearsonified.com">Best Damn Blog on the Planet</a>. See if you can prove him wrong—I dare you!</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/visit-pearsonified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Test Feed Reader Formatting</title>
		<link>http://designpluscopy.com/feed-reader-formatting/</link>
		<comments>http://designpluscopy.com/feed-reader-formatting/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 13:33:53 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Feeds]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/?p=3</guid>
		<description><![CDATA[
The major culprit in ugly image reproduction within feeds is WordPress itself. Even if you&#8217;re using the code editor to produce your posts, WordPress will automatically wrap standalone images (centered ones, presumably) inside paragraph tags along with any text that follows. The end result is an inline image that is followed by a semi-broken line [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="block frame" title="The boys sleep on my office floor with mama dog" src="http://designpluscopy.com/images/sleeping-puppies.jpg" alt="Puppies sleeping on the floor" width="400" height="184" /></p>
<p><span class="drop_cap">T</span>he major culprit in ugly image reproduction within feeds is WordPress itself. Even if you&#8217;re using the code editor to produce your posts, WordPress will automatically wrap standalone images (centered ones, presumably) inside paragraph tags along with any text that follows. The end result is an inline image that is followed by a semi-broken line of text in just about every feed reader.</p>
<p><img class="block frame" title="Even Deuce is bored with the Internets" src="http://designpluscopy.com/images/deuce-on-laptop.jpg" alt="Dog sleeping on a laptop" width="400" height="210" /></p>
<p>The bottom line is that your feed content can be styled acceptably without introducing evil measures like the <code>hspace</code> and <code>vspace</code> attributes that &#8220;force&#8221; compliance in just about every feed reader. This day in age, solutions that involve deprecated <acronym title="HyperText Markup Language">HTML</acronym> are no longer acceptable, as we have to find ways to become better publishers, all the while adhering to established standards.</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/feed-reader-formatting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s Got Style?</title>
		<link>http://designpluscopy.com/pearsonified-themes-have-it-all/</link>
		<comments>http://designpluscopy.com/pearsonified-themes-have-it-all/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 21:17:00 +0000</pubDate>
		<dc:creator>Humdinger Diddly</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://designpluscopy.com/?p=1</guid>
		<description><![CDATA[Anyone using a Pearsonified WordPress Theme, that&#8217;s who. When you need a professional, polished edge, you&#8217;ve got to have it all—perfect typography, clean lines, effective use of whitespace, a well-designed user interface, and optimized code.
What you need, my friend, is a Pearsonified theme.
]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">A</span>nyone using a Pearsonified WordPress Theme, that&#8217;s who. When you need a professional, polished edge, you&#8217;ve got to have it all—perfect typography, clean lines, effective use of whitespace, a well-designed user interface, and optimized code.</p>
<p>What you need, my friend, is a Pearsonified theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://designpluscopy.com/pearsonified-themes-have-it-all/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
