<?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; Twitter</title>
	<atom:link href="http://blog.markheadrick.com/category/twitter/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, 06 Feb 2012 13:30:17 +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>Google+ and My Thoughts After a Few Days</title>
		<link>http://blog.markheadrick.com/2011/07/19/google-and-my-thoughts-after-a-few-days/</link>
		<comments>http://blog.markheadrick.com/2011/07/19/google-and-my-thoughts-after-a-few-days/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 22:24:18 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=1254</guid>
		<description><![CDATA[I suppose unless you live under a rock or just don&#8217;t really care much about these things, Google has taken another stab at a social media network. This time it&#8217;s called Google+. The last one they tried, Google Wave, was &#8230; <a href="http://blog.markheadrick.com/2011/07/19/google-and-my-thoughts-after-a-few-days/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Google+" href="http://plus.google.com/" target="_blank"><img style="float: left; padding: 0.5em;" title="Google+ Logo" src="http://blog.markheadrick.com/wp-content/uploads/2011/07/google-logo-plus.png" alt="Google+ Logo" width="119" height="37" /></a>I suppose unless you live under a rock or just don&#8217;t really care much about these things, Google has taken another stab at a social media network. This time it&#8217;s called <a title="Google+" href="http://plus.google.com/" target="_blank">Google+</a>. The last one they tried, Google Wave, was pretty much a flop. This time, I think they might have got it right, or at least certainly much better.  Currently, it&#8217;s in a beta phase where you have to be invited to join. Nothing more than a marketing gimmick really; however, I suppose it does help to keep out some of the riff-raff (bots, spammers, etc). <span style="color: #ff0000;">Since this is in beta, the final interface and behavior may change from what I&#8217;m describing.</span></p>
<p>Before I go on too much farther, here is my <a title="Mark Headrick's Google+ Profile" href="http://plus.markheadrick.com/" target="_blank">Google+ Profile</a> page (I made a custom sub-domain that redirects to the actual profile as I can remember it much easier than my Google+ ID).  Since I have shared some items with the <strong>Public Circle</strong>, anyone on the web can see those posts on my profile. More about this circle business later. Google+ is similar to Facebook in that you can upload photos and videos, share items with groups of people, comment on anything and everything, and it even has its own version of the Facebook Like button, the +1 button. That multi-colored button above this post is Google&#8217;s +1 button. You may have noticed when looking at my profile that it has a <strong>+1&#8242;s</strong> tab. These are all the items outside of Google&#8217;s network that I have clicked a +1 button on. This is one difference from Facebook&#8217;s profile which does not have a &#8220;Like&#8221; tab. By default, you would not have been able to see this tab; however, I chose to make it visible to the public.</p>
<h2><span style="text-decoration: underline;">Circles</span></h2>
<p>So, what&#8217;s this Circle business? This is one of the most important aspects of Google+. Circles are groups or lists of people. You can add anyone to one or more circles. It has a few circles such as Family, Friends, Acquaintances, and Following already defined. You can, of course, make your own circles. For example, I have a NASCAR circle and a EverQuest II circle. Whenever you add someone to a circle (which is like Following someone on Twitter), they are notified that they&#8217;ve been added but they will not know which or how many circles they&#8217;ve been added to. There are also special global circles. One is the <strong>Extended Circles</strong>, which is like Facebook&#8217;s Friends of Friends list, where it will share an item with everyone in your circles plus everyone in their circles. There is also the <strong>Public</strong> circle which means anyone on the web. They will see the post on your profile page even if they are not a member of Google+. You can also choose to share something with just individual people.. like sending a private message. You can also choose whether or not anything you share can be re-shared.</p>
<h2><span style="text-decoration: underline;">Stuff I Haven&#8217;t Really Messed With Yet</span></h2>
<p>There are some other features of Google+ that I haven&#8217;t messed with yet. One is <strong>Hangouts</strong> where you can share a webcam feed with a circle of people or watch someone else&#8217;s webcam feed. I don&#8217;t have a webcam so it&#8217;s not something that I would initiate myself. There is also a thing called <strong>Sparks</strong> which appears to be a list of interests that you want to follow. It seems to find all the shared posts relevant to the topic or interest you specify based off keywords and/or other search algorithms. So, in my case, I could choose to add a Spark that looked for anything NASCAR related. You can also <strong>Chat</strong> with others but I have not done that either. Come to think of it, I don&#8217;t remember me ever doing that in Facebook either.</p>
<h2><span style="text-decoration: underline;">Is it better than Facebook or Twitter?</span></h2>
<p>All I can really say right now is that it&#8217;s different and will most likely augment them. It&#8217;s too premature at this early stage to give a final review. One of the problems right now is that Google+ lacks much of the functionality that Facebook and Twitter have due to the lack of 3rd-Party Apps and an API to interface with the service. All of this is coming I am sure. Right now I can update my Facebook status with a Tweet using the <a title="Selective Tweets" href="http://www.facebook.com/selectivetwitter?sk=info" target="_blank">Selective Tweets</a> Facebook application. Something like this doesn&#8217;t exist for Google+ yet (well, that I know of.. things change so fast these days). There&#8217;s also not an automated way for me to update Google+ with the current song I&#8217;m playing in Winamp. Although, I did just have an idea about that, hehe.</p>
<p>There are a lot of details I didn&#8217;t go into here because if I did this post would be huge and would probably warrant their own post.</p>
<p>For now, all I can say is that Google+ is not too bad. <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/2011/07/19/google-and-my-thoughts-after-a-few-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My FriendFeed Account Is Going the Way of the Dodo</title>
		<link>http://blog.markheadrick.com/2010/12/17/my-friendfeed-account-is-going-the-way-of-the-dodo/</link>
		<comments>http://blog.markheadrick.com/2010/12/17/my-friendfeed-account-is-going-the-way-of-the-dodo/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 00:31:44 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=1041</guid>
		<description><![CDATA[After some thought, I&#8217;ve decided to get rid of my FriendFeed account. There are a few reasons why: I mainly used FriendFeed as a bridge between my Twitter and Facebook accounts and the various RSS feeds from my blog, gallery, &#8230; <a href="http://blog.markheadrick.com/2010/12/17/my-friendfeed-account-is-going-the-way-of-the-dodo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; padding: 0.5em;" title="Dodo Bird" src="http://blog.markheadrick.com/wp-content/uploads/2010/12/250px-Dodo_1.jpg" alt="Dodo Bird" width="250" height="257" />After some thought, I&#8217;ve decided to get rid of my <a title="FriendFeed" href="http://friendfeed.com" target="_blank">FriendFeed</a> account. There are a few reasons why:</p>
<p>I mainly used FriendFeed as a bridge between my Twitter and Facebook accounts and the various RSS feeds from my blog, gallery, and shared Google Reader posts. However, some of this functionality has been lost. FriendFeed used to be able to have its own tab in my Facebook profile which allowed those who did not use Twitter to see my Twitter updates if they wished without leaving Facebook. (Yes, I am aware of the many tools to have Twitter updates show on Facebook and I use <a title="Selective Tweets" href="http://www.facebook.com/selectivetwitter">Selective Tweets</a> for this purpose when I want a tweet to show there.)</p>
<p>It has also been very problematic in grabbing Facebook items and forwarding them to my Twitter account and did not seem to be consistently getting new items from my RSS feeds and sending those to Twitter. I have since started to use <a title="Twitterfeed" href="http://twitterfeed.com/" target="_blank">Twitterfeed</a> and <a title="RSS Graffiti" href="http://www.facebook.com/RSS.Graffiti" target="_blank">RSS Grafitti</a> to send RSS feed updates to my Twitter and Facebook accounts and have disabled this part of my FriendFeed account as a result.</p>
<p>It also seems like 90-95% of the content in my FriendFeed stream is being generated by people&#8217;s Twitter updates, most of whom I am already following on Twitter anyway LOL. As such, I hardly even look at the FriendFeed site anymore.</p>
<p>So, yeah, it&#8217;s time for my FriendFeed account to go the way of the <a title="Dodo Bird" href="http://en.wikipedia.org/wiki/Dodo" target="_blank">Dodo Bird</a>. <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  For those that follow me on FriendFeed, feel free to follow me <a title="@mrheadrick" href="http://twitter.com/mrheadrick" target="_blank">@mrheadrick</a> and/or on <a title="Mark Headrick" href="http://www.facebook.com/mark.headrick" target="_blank">Facebook</a> if you&#8217;re not already.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2010/12/17/my-friendfeed-account-is-going-the-way-of-the-dodo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My NASCAR Inspired DestroyTwitter 2 Theme</title>
		<link>http://blog.markheadrick.com/2010/08/20/my-nascar-inspired-destroytwitter-2-theme/</link>
		<comments>http://blog.markheadrick.com/2010/08/20/my-nascar-inspired-destroytwitter-2-theme/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 22:46:42 +0000</pubDate>
		<dc:creator>Mark Headrick</dc:creator>
				<category><![CDATA[NASCAR]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[DestroyTwitter]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=856</guid>
		<description><![CDATA[Now that DestroyTwitter 2.1.0 supports themes, I decided to make a NASCAR inspired theme. It&#8217;s very similar to the one I made for DestroyTwitter 1.X. You just need to download, unzip the file and install the theme through preferences. Download &#8230; <a href="http://blog.markheadrick.com/2010/08/20/my-nascar-inspired-destroytwitter-2-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now that <a title="DestroyTwitter 2.X" href="http://destroytwitter.com/" target="_blank">DestroyTwitter 2.1.0</a> supports themes, I decided to make a <a title="NASCAR.COM" href="http://www.nascar.com/" target="_blank">NASCAR</a> inspired theme. It&#8217;s very similar to the one I made for <a title="mrheadrick's DestroyTwitter 1.X NASCAR theme" href="http://blog.markheadrick.com/2009/04/04/updated-my-nascar-inspired-destroytwitter-theme/">DestroyTwitter 1.X</a>. You just need to download, unzip the file and install the theme through preferences.</p>
<p style="text-align: center;"><a href="http://www.markheadrick.com/download/dt2themes/mrheadrick_dt2_NASCAR.zip">Download DestroyTwitter 2.X NASCAR theme</a></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-861" style="text-align: center;" title="mrheadrick's DestroyTwitter 2.X NASCAR theme" src="http://blog.markheadrick.com/wp-content/uploads/2010/08/mrheadrick_dt2_NASCAR.png" alt="mrheadrick's DestroyTwitter 2.X NASCAR theme" width="329" height="505" /></p>
<p>Since these are just CSS files, they are very easy to modify how you see fit. Enjoy! <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/08/20/my-nascar-inspired-destroytwitter-2-theme/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>

