<?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>Mark Headrick&#039;s Blog &#187; WordPress</title>
	<atom:link href="http://blog.markheadrick.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markheadrick.com</link>
	<description>My ramblings about what&#039;s new on my website and whatever else comes to mind.</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:30:09 +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>Blog Updated to WordPress 3.3 and Other Website Changes</title>
		<link>http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/</link>
		<comments>http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 23:18:23 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GetGlue]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=1345</guid>
		<description><![CDATA[WordPress 3.3 was just released and I&#8217;ve completed upgrading my blog. Nothing to it really. Just clicked the update button and it did the rest. Well, I did back-up the database and directory structure before starting the process.  I also &#8230; <a href="http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="WordPress 3.3" href="http://codex.wordpress.org/Version_3.3" target="_blank">WordPress 3.3</a> was just released and I&#8217;ve completed upgrading my blog. Nothing to it really. Just clicked the update button and it did the rest. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Well, I did back-up the database and directory structure before starting the process.  I also had to do my usual <a href="http://blog.markheadrick.com/2011/07/06/blog-upgraded-to-wordpress-v3-2-and-twenty-eleven-theme/">code tweaks</a> to <strong>vars.php</strong> and <strong>wp-login.php</strong> that I do with every upgrade.</p>
<p>They also updated the Twenty Eleven theme to version 1.3; however, since I am using a <a title="Child Theme documentation" href="http://codex.wordpress.org/Child_Themes" target="_blank">Child Theme</a>, I lost none of my changes and after doing a file comparison it looks like nothing has changed within the files that my child theme is using, such as <strong>header.php</strong>.</p>
<p>I also added a <a title="GetGlue" href="http://getglue.com/" target="_blank">GetGlue</a> widget (to find these, go to the Widgets section of your account settings) to both my blog and <a title="My Main Website" href="http://www.markheadrick.com/" target="_blank">main website</a>, and updated the <a title="Twitter Widgets" href="https://twitter.com/about/resources/widgets" target="_blank">Twitter widgets</a> on both as well. After adding the newer Twitter widgets I needed to adjust some of the CSS to allow for a wider side-bar and also widened the main content area of the blog&#8217;s main page while I was at it. There was more empty space between the two than there needed to be. I also adjusted the appearance of the H3 header tag when used in the context of a post. It looks cool as a widget title in the side-bar but was getting lost in posts as it&#8217;s smaller than the normal text. Anyway, it looks fine now:</p>
<h3>H3 header tag In a post.</h3>
<p>Here&#8217;s the changes I made in my theme&#8217;s <strong>style.css</strong> file to make these changes:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#content</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/*	margin: 0 34% 0 7.6%; */</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">34%</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">3.8%</span><span style="color: #00AA00;">;</span>
	<span style="color: #808080; font-style: italic;">/*	width: 58.4%; */</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">62.4%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#primary</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">-29.4%</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#secondary</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #808080; font-style: italic;">/*	margin-right: 7.6%; */</span>
	<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">3.8%</span><span style="color: #00AA00;">;</span>
	<span style="color: #808080; font-style: italic;">/*	width: 18.8%; */</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">25%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.entry-<span style="color: #000000; font-weight: bold;">content</span> h3<span style="color: #00AA00;">,</span> .comment-<span style="color: #000000; font-weight: bold;">content</span> h3 <span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Now I need to figure out how to get WordPress&#8217;s post editor to look the same. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But, I think I&#8217;m going to go play <a title="EverQuest II" href="http://www.everquest2.com/">EverQuest II</a> right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2011/12/13/blog-updated-to-wordpress-3-3-and-other-website-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Upgraded to WordPress v3.2 and Twenty Eleven Theme</title>
		<link>http://blog.markheadrick.com/2011/07/06/blog-upgraded-to-wordpress-v3-2-and-twenty-eleven-theme/</link>
		<comments>http://blog.markheadrick.com/2011/07/06/blog-upgraded-to-wordpress-v3-2-and-twenty-eleven-theme/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 22:26:37 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=1229</guid>
		<description><![CDATA[Since this was a fairly major upgrade and changing of the default theme, I thought I&#8217;d blog about it! The actual upgrade process was no different than any other recent upgrade I&#8217;ve made: Backed up the existing file structure and &#8230; <a href="http://blog.markheadrick.com/2011/07/06/blog-upgraded-to-wordpress-v3-2-and-twenty-eleven-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since this was a fairly major upgrade and changing of the default theme, I thought I&#8217;d blog about it! The actual upgrade process was no different than any other recent upgrade I&#8217;ve made:</p>
<ul>
<li>Backed up the existing file structure and database.</li>
<li>Ran the automatic upgrade which took around five seconds to complete.</li>
<li>Modified the <strong>/wp-includes/vars.php</strong> file to force <strong>$is_apache</strong> to true so I don&#8217;t have to rely on the software to detect something which I know is true:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>79
80
81
82
83
84
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */</span>
<span style="color: #666666; font-style: italic;">//$is_apache = (strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false || strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false);</span>
<span style="color: #000088;">$is_apache</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

</li>
<li>Modified the <strong>/wp-login.php</strong> file to force the start of a PHP session so that the <a title="Register Plus" href="http://wordpress.org/extend/plugins/register-plus/" target="_blank">Register Plus</a> plug-in would work properly in my situation; although, I&#8217;m debating the necessity of this plug-in since I have registration disabled right now anyway LOL.:

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
3
4
5
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">session_start</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">/**
 * WordPress User Page
 *</span></pre></td></tr></table></div>

</li>
</ul>
<p>That&#8217;s really all there was to the upgrade from WordPress v3.1.4 to WordPress v3.2 for my blog. Everything else has been related to trying out the new default Twenty Eleven theme and slowly modifying and tweaking it. Like I did with the Twenty Ten theme, I made a Twenty Eleven <a title="Child Themes" href="http://codex.wordpress.org/Child_Themes" target="_blank"><strong>child theme</strong></a> so that I did not have to modify the parent&#8217;s files and risk loosing any of my changes if the theme was updated in the future. In my child theme, I&#8217;m using my own <strong>style.css</strong> (you have to), <strong>header.php</strong>, <strong>footer.php</strong>, and <strong>single.php</strong> files.</p>
<p>I&#8217;ve got the main front-end page looking satisfactorily now with adjustments to font colors and sizes and the overall layout of the page (margins and widths of sections) and how PHP code blocks appear for the posts that have them. I&#8217;m not going to go into detail about it since these kind of things are all subjective.</p>
<p>The next thing I will tackle is the appearance or layout of the single post page. Right now there&#8217;s a lot of wasted or white space below the header image (some might argue that the header image itself is a waste of space). Some of the white space is related to the Twitter and Facebook buttons being there and I really do not like where they are in relation to each other. I&#8217;d prefer them to be next to each other. Part of this is related to the plug-ins I am using. I&#8217;ll get it how I want it eventually.</p>
<p>The main reason why I&#8217;m not just staying with the Twenty Ten theme is that I figure the most compatible theme with the new WordPress version is going to be the new default theme that ships with it; although, all indications are that the Twenty Ten theme works just fine. Even so, some change is good every now and then. I hope your upgrade has gone or will go as smoothly and uneventful as mine. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For more information about the changes as well as the new system requirements for this version (mainly the minimum PHP and MySQL versions supported), read the <a href="http://codex.wordpress.org/Version_3.2" title="WordPress 3.2 Codex" target="_blank"><strong>WordPress 3.2 Codex</strong></a> Page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2011/07/06/blog-upgraded-to-wordpress-v3-2-and-twenty-eleven-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test post for Wordbooker WordPress plug-in</title>
		<link>http://blog.markheadrick.com/2010/10/11/test-post-for-wordbooker-wordpress-plug-in/</link>
		<comments>http://blog.markheadrick.com/2010/10/11/test-post-for-wordbooker-wordpress-plug-in/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 23:04:37 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=926</guid>
		<description><![CDATA[This is just a quick test post for Wordbooker WordPress plug-in. Hmm.. need a bunch of text. Here&#8217;s some I copied from my Home Theater page about my Denon AVR-3806: August 24, 2006: Bought this to replace my Yamaha that &#8230; <a href="http://blog.markheadrick.com/2010/10/11/test-post-for-wordbooker-wordpress-plug-in/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is just a quick test post for Wordbooker WordPress plug-in. Hmm.. need a bunch of text. Here&#8217;s some I copied from my Home Theater page about my Denon AVR-3806:</p>
<p>August 24, 2006: Bought this to replace my Yamaha that died a few days earlier. Because I really like their DVD player I have, I decided to try their A/V Receivers. Since the crickets were chirping too loud outside and would have most likely thrown the Auto Config/EQ abilities false information about the room acoustics, I set things up manually such as my speaker configuration (5.1), distances to speakers, cross-over frequency to 90Hz for the sub, and speaker levels using the test tones. After playing a few movies such as Star Wars Phantom Menace, Air Force One, and Riverdance for some musical content, the sound from this blows away what I was getting from the Yamaha. The entire soundscape is richer and fuller. I heard sounds and details I had never heard before. The surround environment was much better. Makes me wonder what it would sound like if I went through the Auto Config process. So far, very pleased. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2010/10/11/test-post-for-wordbooker-wordpress-plug-in/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Switched Blog Back to Using Math Comment Spam Protection</title>
		<link>http://blog.markheadrick.com/2010/08/24/switched-blog-back-to-using-math-comment-spam-protection/</link>
		<comments>http://blog.markheadrick.com/2010/08/24/switched-blog-back-to-using-math-comment-spam-protection/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 22:36:35 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=894</guid>
		<description><![CDATA[Since the latest version (3.0) of Math Comment Spam Protection is now compatible with WordPress 3.0.1 and the Twenty Ten theme, I have switched back to using it several days ago. As is the case with any of these math &#8230; <a href="http://blog.markheadrick.com/2010/08/24/switched-blog-back-to-using-math-comment-spam-protection/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since the latest version (3.0) of <a href="http://wordpress.org/extend/plugins/math-comment-spam-protection/" target="_blank">Math Comment Spam Protection</a> is now compatible with WordPress 3.0.1 and the Twenty Ten theme, I have switched back to using it several days ago. As is the case with any of these math protection plug-ins, it will at best stop some of the automated spambots. It will not prevent someone from answering the math question to post spam. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2010/08/24/switched-blog-back-to-using-math-comment-spam-protection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test of Twitter Tools 2.4 and OAuth</title>
		<link>http://blog.markheadrick.com/2010/08/16/test-of-twitter-tools-2-4-and-oauth/</link>
		<comments>http://blog.markheadrick.com/2010/08/16/test-of-twitter-tools-2-4-and-oauth/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 21:15:02 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=849</guid>
		<description><![CDATA[This is just a quick test post for the Twitter Tools 2.4 WordPress plug-in and its new Twitter OAuth mechanism. I &#8220;think&#8221; I have configured everything correctly and it should be using my URL Shortner/Redirection.]]></description>
			<content:encoded><![CDATA[<p>This is just a quick test post for the Twitter Tools 2.4 WordPress plug-in and its new Twitter OAuth mechanism. I &#8220;think&#8221; I have configured everything correctly and it should be using my URL Shortner/Redirection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2010/08/16/test-of-twitter-tools-2-4-and-oauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

