<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jthealey's Weblog</title>
	<atom:link href="http://jthealey.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jthealey.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 28 Jan 2009 03:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jthealey.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jthealey's Weblog</title>
		<link>http://jthealey.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jthealey.wordpress.com/osd.xml" title="Jthealey&#039;s Weblog" />
	<atom:link rel='hub' href='http://jthealey.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://jthealey.wordpress.com/2009/01/27/11/</link>
		<comments>http://jthealey.wordpress.com/2009/01/27/11/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 17:13:06 +0000</pubDate>
		<dc:creator>jthealey</dc:creator>
				<category><![CDATA[base]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[noimage]]></category>

		<guid isPermaLink="false">http://jthealey.wordpress.com/2009/01/27/11/</guid>
		<description><![CDATA[This is the H1 Heading Above this paragraph should be the H1 heading for your web page. If it is not visible, the design settings for the H1 tag is set to display:none which many WordPress Themes use to hide the blog title text and replace it with a graphic. Do not use H1 within [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthealey.wordpress.com&amp;blog=4641881&amp;post=11&amp;subd=jthealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>This is the H1 Heading</h1>
<p>Above this paragraph should be the H1 heading for your web page. If it is not visible, the design settings for the H1 tag is set to <code>display:none</code> which many WordPress Themes use to hide the blog title text and replace it with a graphic. Do not use H1 within your blog post area.</p>
<p>If the design in the H1 heading looks like your blog title or blog post title, then that is the style set for that HTML tag and you should not use it within your blog post area.</p>
<p>Inside of this test data section are most of the basic HTML and XHTML and CSS styles that you might use within your WordPress Theme.You need to know what that will look like as part of structuring your styles.</p>
<h3>This is the H3 Heading</h3>
<p>Is this the same heading as is in your post title or is this the section headings found within your sidebar? Or is it different? This is the post content heading for the HTML tag h3, as is the one below, H4, for section headings within your post to divide up topics. If there is an H3 or H4 tag in your sidebar, you will need to identify the parent HTML and CSS container for the sidebar and style those appropriate in your blog&#8217;s stylesheet.</p>
<p>For more information in searching for your styles in your WordPress blog, see <a title="Studying Your CSS Styles" href="http://lorelle.wordpress.com/2005/11/05/css-studying-your-css-styles/">CSS: Studying Your CSS Styles</a> and <a title="Finding Your CSS Styles in WordPress" href="http://lorelle.wordpress.com/2005/11/15/finding-your-css-styles-in-wordpress/">Finding Your CSS Styles in WordPress</a>.</p>
<p>Also notice how the links in that paragraph are styled so you can style links within your post content area. Links have three styles. There is the <a title="nothing here" href="#">link color</a>, <a title="nothing here" href="#">link hover color</a>, and <a title="nothing here" href="#">visited link color</a>. Be sure and design for each style.</p>
<h4></h4>
<h3>Testing Font Looks &#8211; H3 Heading</h3>
<p>You will need to test the looks of the different font styles, too. <strong>This is bold and THIS IS BOLD.</strong> <em>This is italic and THIS IS ITALIC.</em> <strong><em>This is bold and italic and THIS IS BOLD AND ITALIC.</em></strong> <code>This is code and THIS IS CODE.</code> And now let’s look at what the PRE tag, also known as the preformatted tag, looks like:</p>
<pre>This is the pre tag.
It should be formatted as written
     so if you add spaces to the front of the line
  it will show the spaces and the &lt;code&gt; as written</pre>
<p>This should be back to the normal paragraph style and we hope you have been paying attention to the margins and padding around each element, including the paragraph, so you can position things appropriately to the rest of the content.</p>
<h3>Your CSS Here &#8211; H3 Heading</h3>
<p>Let’s look at the blockquote, one of the most common tags used in most blogs. It is designed to “frame” a quote from another blog, website, or reference that you are “quoting” from. For the most part, there are three examples of usage:</p>
<blockquote><p>This is a simple quote. It is either preceded or followed by a link within the text to the credited source. A blockquote must be designed to stand out from the rest of the text content, but it does not have to “really” stand out, just separate itself from the content so we know it’s not your words.</p></blockquote>
<p>A second style to the blockquote is one that includes a citation. Under HTML guidelines, this citation should be wrapped in the <code>&lt;cite&gt;</code> tag and then that tag can be styled to be in italics, bold, or whatever look you want in your design.</p>
<p>Take care with the style of the <code>&lt;cite&gt;</code> tag as some WordPress Themes use it in the comments area. I recommend you style it specifically with<code>blockquote cite {style declarations}</code> in your stylesheet.</p>
<blockquote><p>This is an example of a blockquote which also contains a link to <a title="Designing a WordPress Theme - Building a SandBox" href="http://lorelle.wordpress.com/index.php?p=13">Designing a WordPress Theme &#8211; Building a SandBox</a> to help you see what links will look link within a blockquote.<br />
<cite><a title="Lorelle on WordPress" href="http://lorelle.wordpress.com/">Lorelle on WordPress</a>, your guide to all things WordPress and blogging</cite></p></blockquote>
<p>The citation includes a link and text to help you see what a link and text will look like within the cite tag.</p>
<p>There are many tags that can be found within a blockquote, just as can be found within any container within your web page design, but a last example includes an unordered list. Many bloggers love to quote examples from lists, so this is a good tag series to test.</p>
<blockquote><p>Within this web design sandbox test page, we’ve tested:</p>
<ul>
<li>Headings</li>
<li>Text styles like bold and italic</li>
<li>Ordered (numbered) and unordered (bullets) lists</li>
<li>Links</li>
<li></li>
</ul>
</blockquote>
<p>Some elements in a <a title="WordPress Themes" href="http://codex.wordpress.org/Using_Themes">WordPress Theme</a> are controlled by the style sheet, while others are controlled by the Template files. Try to work on as much as you can from the style sheet first, then you can mess with the template files.</p>
<p>Remember, any changes you make to the style sheet and template files will be not available if you change themes. If you want them carried over, you will need to copy and paste them into the new Theme folder.</p>
<p>As a last element in the content area and throughout your site, check the hypertext links. These are the links to external websites and/or internal pages within your site. They come in three flavors: active, visited, and hover. Make sure you work on the styles for each of these.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthealey.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthealey.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthealey.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthealey.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthealey.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthealey.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthealey.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthealey.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthealey.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthealey.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthealey.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthealey.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthealey.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthealey.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthealey.wordpress.com&amp;blog=4641881&amp;post=11&amp;subd=jthealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthealey.wordpress.com/2009/01/27/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a71d476214c569119e5ae61b26cdeb2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">jthealey</media:title>
		</media:content>
	</item>
		<item>
		<title>upload an image test 1</title>
		<link>http://jthealey.wordpress.com/2008/12/31/upload-an-image-test-1/</link>
		<comments>http://jthealey.wordpress.com/2008/12/31/upload-an-image-test-1/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 20:50:45 +0000</pubDate>
		<dc:creator>jthealey</dc:creator>
				<category><![CDATA[base]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jthealey.wordpress.com/?p=6</guid>
		<description><![CDATA[led by the style sheet, while others are controlled by the Template files. Try to work on as much as you can from the style sheet first, then you can mess with the templ all kinds of caption text in here. is this the real beginning of this page entry? asdfdaf here is a test.&#8221;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthealey.wordpress.com&amp;blog=4641881&amp;post=6&amp;subd=jthealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>led by the style sheet, while others are controlled by the Template files. Try to work on as much as you can from the style sheet first, then you can mess with the templ</p>
<p><img class="size-full wp-image-7" title="img_2730-1small1" src="http://jthealey.files.wordpress.com/2008/12/img_2730-1small1.jpg?w=380" alt="analytical study model [physical]"   />all kinds of caption text in here.</p>
<p>is this the real beginning of this page entry? asdfdaf here is a test.&#8221;]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthealey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthealey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthealey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthealey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthealey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthealey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthealey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthealey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthealey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthealey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthealey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthealey.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthealey.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthealey.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthealey.wordpress.com&amp;blog=4641881&amp;post=6&amp;subd=jthealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthealey.wordpress.com/2008/12/31/upload-an-image-test-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a71d476214c569119e5ae61b26cdeb2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">jthealey</media:title>
		</media:content>

		<media:content url="http://jthealey.files.wordpress.com/2008/12/img_2730-1small1.jpg" medium="image">
			<media:title type="html">img_2730-1small1</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://jthealey.wordpress.com/2008/08/28/hello-world/</link>
		<comments>http://jthealey.wordpress.com/2008/08/28/hello-world/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 01:55:53 +0000</pubDate>
		<dc:creator>jthealey</dc:creator>
				<category><![CDATA[base]]></category>
		<category><![CDATA[noimage]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!   Above is the initial example. ed WordPress theme and is defined in style.css. WordPress is producing valid XHTML 1.0 which means that inserting multiple line breaks (BR tags) after a paragraph would not produce white space on the web page. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthealey.wordpress.com&amp;blog=4641881&amp;post=1&amp;subd=jthealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<p> </p>
<p>Above is the initial example. ed WordPress theme and is defined in style.css. WordPress is producing valid XHTML 1.0 which means that inserting multiple line breaks (BR tags) after a paragraph would not produce white space on the web page. The BR tags will be removed as invalid by the internal HTML correcting functions.</p>
<p>While using the editor, most basic keyboard shortcuts work like in any other text editor. For example: Shift+Enter inserts line break, Ctrl+C = copy, Ctrl+X = cut, Ctrl+Z = undo, Ctrl+Y = redo, Ctrl+A = select all, etc. (on Mac use the Command key instead of Ctrl). See the Hotkeys tab fo</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jthealey.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jthealey.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jthealey.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jthealey.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jthealey.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jthealey.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jthealey.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jthealey.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jthealey.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jthealey.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jthealey.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jthealey.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jthealey.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jthealey.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jthealey.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jthealey.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jthealey.wordpress.com&amp;blog=4641881&amp;post=1&amp;subd=jthealey&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jthealey.wordpress.com/2008/08/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6a71d476214c569119e5ae61b26cdeb2?s=96&#38;d=identicon" medium="image">
			<media:title type="html">jthealey</media:title>
		</media:content>
	</item>
	</channel>
</rss>
