<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>grok:blog</title>
	
	<link>http://mathewson.me</link>
	<description>Making sense of the massive amount of blogging tips, advice, and suggestions on the web.</description>
	<lastBuildDate>Sun, 07 Jun 2009 19:17:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/msob" /><feedburner:info uri="msob" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>msob</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>To Get More Comments, Give Readers Something To Talk About</title>
		<link>http://feedproxy.google.com/~r/msob/~3/ySTYM6GNDK8/</link>
		<comments>http://mathewson.me/to-get-more-comments-give-readers-something-to-talk-about/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:17:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[content]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=166</guid>
		<description><![CDATA[I&#8217;m taking two online classes right now, and a large part of the required work for them is to participate in message board discussions. In one class, Decision Making, most of our discussion topics are about things discussed in the book, with fairly clear cut answers. The other class, Public Relations, offers more opinion-based topics [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m taking two online classes right now, and a large part of the required work for them is to participate in message board discussions. In one class, <em>Decision Making</em>, most of our discussion topics are about things discussed in the book, with fairly clear cut answers. The other class, <em>Public Relations</em>, offers more opinion-based topics for discussion. Guess which one has more involved, and spirited discussions!</p>
<p>I was aware of this difference for the last six weeks of class now, but it wasn&#8217;t until this weeks discussion that it really sunk in. I immediately saw a correlation to blogging.</p>
<p>So, you&#8217;re looking for more comments on your blog. The best way to do this is to give your readers something to talk about. Opinions and controversial topics are a great way to strike up a conversation on your blog. Go against the commonly accepted opinion and suggest your own. Or even question the status-quo directly. Get your readers to think.</p>
<p>In my Decision Making class, our discussion topics only require us to scan through the book and find the answers. My Public Relations class, on the other hand, asks us what we think should be done in different situations. This immediately gets our brains working, and our opinions voiced. Not everyone agrees with what you say, so there are much deeper discussions.</p>
<p>So in the end it boils down to this: <strong>If you want to inspire your readers to comment on your blog, give them something to talk about!</strong></p>
<img src="http://feeds.feedburner.com/~r/msob/~4/ySTYM6GNDK8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/to-get-more-comments-give-readers-something-to-talk-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/to-get-more-comments-give-readers-something-to-talk-about/</feedburner:origLink></item>
		<item>
		<title>Keep It Fresh With Random Header Images</title>
		<link>http://feedproxy.google.com/~r/msob/~3/Dw0AROCnKK8/</link>
		<comments>http://mathewson.me/keep-it-fresh-with-random-header-images/#comments</comments>
		<pubDate>Fri, 22 May 2009 13:45:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=143</guid>
		<description><![CDATA[The header image is one of the most important pieces in the design of a blog. It can draw people in, or it can drive them away. It can be crucial in developing the brand of your blog; it becomes a part of you in the mind of your readers.
Over time, however, it can become [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The header image is one of the most important pieces in the design of a blog. It can draw people in, or it can drive them away. It can be crucial in developing the brand of your blog; it becomes a part of you in the mind of your readers.</p>
<p>Over time, however, it can become stale. Returning readers will ignore it, until it virtually becomes part of the background. So how can you keep it fresh and eye-catching? Have them rotate randomly between page loads.</p>
<p>In place of your simple <tt>&lt;img src=&#34;http://...&#34;></tt> tag for your header image, paste this code:</p>
<p><code>&lt;img src=&#34;&lt;?php bloginfo(&#39;template_url&#39;); ?>&#47;images&#47;header_&lt;?php echo(rand(1,7)); ?>.jpg&#34; width=&#34;900&#34; height=&#34;150&#34;></code></p>
<p>What you&#8217;ll need to do is gather all of the header images you want to use, and upload them to the &#8220;images&#8221; folder in your theme&#8217;s directory. Name them <strong>header_1.jpg, header_2.jpg, header_3.jpg</strong>, and so on.<br />
<span id="more-143"></span></p>
<div class="note"><strong>A few notes:</strong></p>
<ul>
<li>All of your header images should be the same size.</li>
<li>You&#8217;ll need to adjust the code above to reflect the dimensions of your header images.</li>
<li>The 7 in <strong>rand(1,7)</strong> should be adjusted to the number of header images you&#8217;re using.</li>
</ul>
</div>
<p>And that should be it&#8230;. Now, every time a visitor loads your page, the code will generate a random number and use the corresponding image.</p>
<p>I mentioned branding, and I want to touch on that a little bit. The key to branding is consistency. Whether it&#8217;s a logo, a name, a color scheme, or a combination of factors, it&#8217;s crucial to be consistent with how you present your brand. <strong>You want to ingrain it into the minds of your readers.</strong></p>
<p>If you&#8217;re going to use this rotating header image, be sure to maintain the consistency of your brand in the images. Try to keep the logo in the same position and use the same description in all of the images. If done well, the rotating header images can help focus the reader&#8217;s attention to your brand and solidify it in their minds.</p>
<p>If you use a rotating header image on your site, share a link with us so we can see how it looks!</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/Dw0AROCnKK8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/keep-it-fresh-with-random-header-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/keep-it-fresh-with-random-header-images/</feedburner:origLink></item>
		<item>
		<title>Practice Makes Perfect, Even in Blogging</title>
		<link>http://feedproxy.google.com/~r/msob/~3/YerfQEipvcQ/</link>
		<comments>http://mathewson.me/practice-makes-perfect-even-in-blogging/#comments</comments>
		<pubDate>Mon, 18 May 2009 16:53:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[content]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=131</guid>
		<description><![CDATA[
I played baseball for most of my youth. I started playing softball in Cub Scouts when I was 8, I think, then moved on to Little League (including Pony League and Colt League as I got a little older), and finally high school. My dad coached several of my teams when I was younger, and [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mathewson.me/practice-makes-perfect-even-in-blogging/" title="Permanent link to Practice Makes Perfect, Even in Blogging"><img class="post_image alignright" src="http://mathewson.me/wp-content/uploads/baseball-225x300.jpg" width="225" height="300" alt="Photo by Garyisajoke (Flickr)" /></a>
</p><p>I played baseball for most of my youth. I started playing softball in Cub Scouts when I was 8, I think, then moved on to Little League (including Pony League and Colt League as I got a little older), and finally high school. My dad coached several of my teams when I was younger, and one of his favorite sayings was &#8220;<strong>Practice Makes Perfect.</strong>&#8221; It was true then, and it&#8217;s true now. It was true about baseball, and it&#8217;s true about anything and everything. Even blogging.</p>
<h3>Learning the Fundamentals</h3>
<p>In my first few years of my baseball career, all of our practices were about teaching us The Fundamentals of the game: throwing, hitting, catching, running the bases. There were a lot of drills and repetition. We&#8217;d play catch for a while, then take grounders, all the while learning how to stay down on the ball and watch it all the way into our glove. Step with your opposite foot, and follow through with the throw. Our coaches pounded this into us day after day after day until it was second nature.</p>
<p>I&#8217;m quickly finding that the same coaching principles hold true for blogging. Before you get yourself overwhelmed with everything it takes to keep a blog running, just focus on the basics at the beginning. Get your blog set up with a theme (doesn&#8217;t have to be anything fancy,) start posting on a regular basis, and respond to your commenters. </p>
<p>Get yourself into the habit of writing and creating content. In a recent post at ProBlogger.net, Darren Rowse wrote about <a href="http://www.problogger.net/archives/2009/05/06/plan-the-next-steps/" rel="nofollow">planning the next steps for your blog.</a> He set up a calendar detailing what he would do and when. You could use a similar approach to get yourself into the habit of posting on a regular basis. <strong>It&#8217;s crucial for you to be consistent with your content if you expect your readers to be consistent visitors.</strong></p>
<p>If you find yourself struggling for content, you could try using <a href="http://mathewson.me/theme-days-a-safety-net-for-generating-content/">Theme Days as a sort of safety net for generating content.</a> These could easily be incorporated into your blogging calendar.<br />
<span id="more-131"></span></p>
<h3>Learn From The Professionals</h3>
<p>As I started getting into junior high and high school baseball, our coaches spent less and less time on The Fundamentals. At that age, everyone on the team already had well over five years of experience and practice; if we didn&#8217;t have mastery over The Fundamentals by then, we wouldn&#8217;t be on the team. So instead of spending all of our time fielding grounders, we&#8217;d work on the more subtle aspects of the game. We&#8217;d learn how to steal bases. Pitchers would learn how to pick people off of first base. We&#8217;d spend a half hour or an hour watching professional players; how they swing the bat, how they throw, how they adjust their position on the field for different batters&#8230; things like that.</p>
<p>Once you feel comfortable with The Fundamentals of blogging, you can move on to more advanced aspects. Once you&#8217;ve found your blog&#8217;s voice and are comfortable with the direction of the content you&#8217;re generating, then you can spend more time on things like fancifying your theme and experimenting with video, audio, etc.</p>
<p>At this point, you should start paying closer attention to the professionals in your niche/topic. Just as we watched video of <a href="http://en.wikipedia.org/wiki/Tony_Gwynn" rel="nofollow">Tony Gwynn</a> to learn how a Hall of Famer swings a bat, you can watch the professional bloggers in your niche to see how they run their blog. Take notes, stalk them on Twitter, Facebook, FriendFeed, or wherever else you can find them.</p>
<p>The old adage may say that practice makes perfect, but you&#8217;ll never truly be perfect. You&#8217;ll make mistakes, you&#8217;ll do things that won&#8217;t be as successful as you&#8217;d like them, and you might tick people off. <strong>Anything less than success is just a lesson in disguise</strong>. </p>
<img src="http://feeds.feedburner.com/~r/msob/~4/YerfQEipvcQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/practice-makes-perfect-even-in-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/practice-makes-perfect-even-in-blogging/</feedburner:origLink></item>
		<item>
		<title>Theme Days – A Safety Net for Generating Content</title>
		<link>http://feedproxy.google.com/~r/msob/~3/TsUC8kBVB98/</link>
		<comments>http://mathewson.me/theme-days-a-safety-net-for-generating-content/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:20:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[theme posts]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=117</guid>
		<description><![CDATA[
Generating content is undoubtedly one of the most difficult aspects of maintaining a blog. It&#8217;s also, I imagine, the biggest reasons why people give up on their blog; they simply run out of things to say. So it should go without saying that if you can come up with a way to keep ideas coming [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mathewson.me/theme-days-a-safety-net-for-generating-content/" title="Permanent link to Theme Days &#8211; A Safety Net for Generating Content"><img class="post_image alignright" src="http://mathewson.me/wp-content/uploads/safety_net1.jpg" width="250" height="187" alt="Theme Days - A Safety Net for Generating Content" /></a>
</p><p>Generating content is undoubtedly one of the most difficult aspects of maintaining a blog. It&#8217;s also, I imagine, the biggest reasons why people give up on their blog; they simply run out of things to say. So it should go without saying that if you can come up with a way to keep ideas coming fresh and regular, you&#8217;d be in great shape.</p>
<p>Ideas for stories can come from anywhere. Just like any other form of writing, you have to provide fertile soil for inspiration to take root. Any writer worth his salt will find inspiration in the littlest things. I&#8217;ve gotten short story ideas from nothing more than the way the sunlight fell on the grass.</p>
<p><strong>Inspiration is a fickle thing</strong>, however. You could go stretches where every tiny thing enamors you with countless ideas. But there will also be times when it feels like all your creativity has vanished in a puff of smoke.</p>
<p>As a blogger, encountering a drought of content will result in dropping traffic, which may result in reduced revenue. So what can you do to better position yourself to continue creating content, even when inspiration is hard to come by?<br />
<span id="more-117"></span></p>
<h3>&#8220;What Should I Blog About Today?&#8221;</h3>
<p>Just like Homecoming Week back in high school dictated the way you should dress for each day of that week, Theme Days for your blog will set up a particular posting protocol for each day of the week. What you choose will depend greatly on what your blog is about. I&#8217;ll use a technology blog as an example.</p>
<p>Mondays could be Microsoft Day. This means that on Mondays you&#8217;ll choose a topic relating to Microsoft or any of its products. Tuesday might be Apple Day, Wednesday could be Linux Day, maybe Thursday is Tutorial Day, and then rounding out the week, Friday could be Free Download Day.</p>
<p><strong>This helps you focus your attention on a particular facet of your niche</strong>. It gets your mind moving in one direction, instead of wandering about aimlessly. If it&#8217;s Microsoft Monday, you already know you&#8217;re going to write about Microsoft, so you can search news sites and other blogs for Microsoft stories or information.</p>
<p>Theme days answer the question <strong>&#8220;What should I blog about today?&#8221;</strong></p>
<h3>Your Mileage May Vary</h3>
<p>Don&#8217;t think of these Theme Days as a rigid posting regimen. This is meant to be more of a safety net for when you&#8217;re wracking your brain, but just can&#8217;t come up with a post idea. You don&#8217;t even need to alert your readers to the pattern of your posts; just keep the Themes on a sticky note.</p>
<p>As I mentioned before, what you come up with for your Themes will depend heavily on what your blog is about. Some topics will be better suited than others. Take a look at some of your major categories; can they be used as Themes?</p>
<p>One thing to keep in mind when choosing your Themes is <strong>try not to be too general, but don&#8217;t be too specific, either</strong>. If you&#8217;re too general, you&#8217;re defeating the purpose of establishing Theme Days. In our tech blog example, using &#8220;Computers&#8221; as a Theme might be too vague, and you might find yourself struggling to come up with something. However, if you choose &#8220;Graphics Cards,&#8221; you might find yourself running out of material. It will be important to find that happy medium.</p>
<p>Good luck, and good blogging!</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/TsUC8kBVB98" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/theme-days-a-safety-net-for-generating-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/theme-days-a-safety-net-for-generating-content/</feedburner:origLink></item>
		<item>
		<title>Thoughts About Social Networking for the Shy and Unsocial</title>
		<link>http://feedproxy.google.com/~r/msob/~3/yDd5a5J0A4k/</link>
		<comments>http://mathewson.me/thoughts-about-social-networking-for-the-shy-and-unsocial/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:40:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=61</guid>
		<description><![CDATA[Over the last month or so, I&#8217;ve been reading just about any &#8220;How To Blog&#8221; articles I could find. While I&#8217;ve been &#8220;blogging&#8221; for years, up until recently it wasn&#8217;t much more than vomiting words into a text field. I wasn&#8217;t all that concerned with getting traffic, which is good because I wouldn&#8217;t have known [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Over the last month or so, I&#8217;ve been reading just about any &#8220;How To Blog&#8221; articles I could find. While I&#8217;ve been &#8220;blogging&#8221; for years, up until recently it wasn&#8217;t much more than vomiting words into a text field. I wasn&#8217;t all that concerned with getting traffic, which is good because I wouldn&#8217;t have known how to generate it if I&#8217;d wanted to.</p>
<p>As I&#8217;m reading this advice about how to increase traffic, one theme that keeps popping up is Social Networking &#8211; going out and making contact with other bloggers that cover the same (or similar) topics. This includes commenting on other blogs, following people on Twitter, and befriending people on social media sites like Digg and StumbleUpon.</p>
<p>Most people probably don&#8217;t have a problem doing this. But I&#8217;m a bit on the shy side. Whenever I try to reach out to connect with other bloggers, there&#8217;s a nagging voice in the back of my mind whispering derisively, &#8220;Why would <em>they</em> want to visit <em>your</em> crappy blog?&#8221;</p>
<p><span id="more-61"></span>Now, I don&#8217;t want to get into my own personal social shortcomings, but I don&#8217;t think I&#8217;m the only blogger out there that has these thoughts and trepidations. So what&#8217;s an unsocial person like me to do, when socializing is such an important part of raising awareness of a blog?</p>
<p>I had to remind myself that <strong>I&#8217;m not the only person in the world trying to reach out.</strong> Every other blogger in the world (unless they&#8217;re a massive A-hole) wants to meet other bloggers and network with others in their niche.</p>
<p>After all, the worse that could happen is the other person doesn&#8217;t respond. If that happens, just move on.</p>
<p>No one will find your blog if you don&#8217;t put it out there.</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/yDd5a5J0A4k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/thoughts-about-social-networking-for-the-shy-and-unsocial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/thoughts-about-social-networking-for-the-shy-and-unsocial/</feedburner:origLink></item>
		<item>
		<title>The Importance of Blog Post Titles</title>
		<link>http://feedproxy.google.com/~r/msob/~3/v72CTf9cqcQ/</link>
		<comments>http://mathewson.me/the-importance-of-blog-post-titles/#comments</comments>
		<pubDate>Wed, 06 May 2009 16:45:05 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[titles]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=69</guid>
		<description><![CDATA[What&#8217;s the Purpose of a Title?
The title might very well be the most important part of a blog post, aside from the content itself. The title is what people see first, whether they&#8217;re coming across the post from an RSS feed reader, someone&#8217;s tweet, a note on Facebook, or anywhere else on the internet.

The title [...]]]></description>
			<content:encoded><![CDATA[<p></p><h3>What&#8217;s the Purpose of a Title?</h3>
<p>The title might very well be the most important part of a blog post, aside from the content itself. The title is what people see first, whether they&#8217;re coming across the post from an RSS feed reader, someone&#8217;s tweet, a note on Facebook, or anywhere else on the internet.<br />
<span id="more-69"></span><br />
The title of a blog post is the bait that will lure readers to your blog. It has to grab their attention, and be as informative as possible. In short, it has to tell readers exactly what they&#8217;ll find in the following text.</p>
<p>Not only that, but the title of a blog post is very important in search engine optimization (SEO). When a search engine like Google crawls your site, the titles of your posts are big factors in your indexing. What this means, basically, is that what you choose to title your posts will weigh heavily on how easily and frequently your blog will be found. </p>
<p>They key word here is <em><strong>keywords</strong></em>.</p>
<p>These two points that I&#8217;ve made, about grabbing the reader&#8217;s attention and being easy for search engines to find your content, go hand in hand. If you&#8217;re doing one properly, chances are the other will fall in line.</p>
<h3>Cold, Hard Evidence</h3>
<p><img src="http://mathewson.me/wp-content/uploads/search-engine-optimization-223x300.jpg" alt="Search Engine Optimization" title="Search Engine Optimization" height="200" class="alignright size-medium wp-image-76" />Early on in my blogging &#8220;career&#8221; (and I use that term very loosely) I knew what SEO was, but didn&#8217;t really have an idea of how it could impact a blog. I knew that it could increase traffic by making your site visible in search engines, but without any first-hand experience of how this happened, it was just some fanciful creature lurking behind a veil of mystery. Like elves, gremlins, and eskimos.</p>
<p>Then one day, almost three years ago now, I just happened to make a post on a personal blog about how one might go about setting up two different iTunes installations to use the same library. (You can read the instructional article over at <a href="http://www.astro-geek.com/2008/12/share-your-itunes-library-between-multiple-computers/" target="_blank">Astro-Geek:3000</a>.) I titled the post &#8220;Share Your iTunes Library Between Multiple Computers.&#8221; I didn&#8217;t really put much thought into this title; it just kind of wrote itself. After all, that&#8217;s what the post was about.</p>
<p>Over the course of a month or so, I started to see people visiting my blog from search engines. More specifically, they were visiting that iTunes post. Now just for the record, prior to all this, the only traffic I ever got on any of my blogs was from friends; search engine traffic was non-existent.</p>
<p>People were finding the post by searching Google for phrases like &#8220;share itunes on two computers,&#8221; &#8220;itunes on multiple computers,&#8221; &#8220;use itunes library on multiple computers,&#8221; and the like. Now at the time, I didn&#8217;t really think much of this. I just passed it off as a fluke, more or less. After a few more posts, I got bored with the blog and stopped posting.</p>
<h3>Staying Power</h3>
<p>About a year after I stopped posting to that particular blog, it flitted into my mind again, so I decided (just for grins and giggles) to see how it was doing. I expected the Stats graph to be flatlined at zero. What I found, however, was that an average of about twenty people were visiting the blog every day. More specifically, they were finding that iTunes post through search engines.</p>
<p>After a year of inactivity, of not even logging in to the blog, the strength of that post&#8217;s title was still bringing in twenty people a day. How do I know it was the title and not just the content? Well, I&#8217;m sure it was a combination of the two, but most of the search terms that led people to the post were very similar to the title of the blog post.</p>
<h3>Lesson Learned</h3>
<p>So what did all of this teach me about post titles and SEO? <strong>When considering a title for your post, take into consideration how readers might go looking for the content you&#8217;re presenting.</strong> Don&#8217;t get all snarky and cute with your titles; just cut to the chase and don&#8217;t waste your reader&#8217;s time. Using my iTunes post as an example, people who were looking for the information I presented in that post were looking for a way to share their iTunes library between multiple computers.</p>
<p>The title satisfied the two points made at the beginning of this post: it grabbed the reader&#8217;s attention (those that were looking for that solution, anyway) and it tells them exactly what they&#8217;ll find in the post. And in doing so, the title was effortlessly optimized for indexing by search engines.</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/v72CTf9cqcQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/the-importance-of-blog-post-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/the-importance-of-blog-post-titles/</feedburner:origLink></item>
		<item>
		<title>One-Clicks Make Wordpress Installation Even Easier</title>
		<link>http://feedproxy.google.com/~r/msob/~3/cTcakU9OazU/</link>
		<comments>http://mathewson.me/one-clicks-make-wordpress-installation-even-easier/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:41:43 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=17</guid>
		<description><![CDATA[
There are many guides on the web that detail just how to install Wordpress on your own custom domain and hosting service. Here are just a few:

Wordpress.org &#8211; The official guide
How To Make My Blog &#8211; Marko Saric provides very detailed instructions for installing Wordpress on GoDaddy.com
Nice2All &#8211; details how to install a local copy [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mathewson.me/one-clicks-make-wordpress-installation-even-easier/" title="Permanent link to One-Clicks Make Wordpress Installation Even Easier"><img class="post_image aligncenter" src="http://mathewson.me/wp-content/uploads/wordpressfancy.jpg" width="430" height="334" alt="Wordpress Blogging Platform" /></a>
</p><p>There are many guides on the web that detail just how to install Wordpress on your own custom domain and hosting service. Here are just a few:</p>
<ul>
<li><a href="http://codex.wordpress.org/Before_You_Install" rel="nofollow">Wordpress.org</a> &#8211; The official guide</li>
<li><a href="http://www.howtomakemyblog.com/wordpress/how-to-install-wordpress-step-by-step-guide/" rel="nofollow">How To Make My Blog</a> &#8211; Marko Saric provides very detailed instructions for installing Wordpress on GoDaddy.com</li>
<li><a href="http://nice2all.com/2008/08/31/installing-a-local-copy-of-wordpress/" rel="nofollow">Nice2All</a> &#8211; details how to install a local copy of Wordpress to use as a sandbox for testing new themes, upgrades, and anything else you might not want on your live site.</li>
</ul>
<p>While Wordpress makes it just about as easy as possible to manually install it, there are some hosting services that offer &#8220;One-Click&#8221; or automated installations. <a href="http://netenberg.com/fantastico.php" rel="nofollow">Fantastico</a> is a popular installer script for many web hosts that use the cPanel interface. These automatic installers take care of setting up your database, uploading the files to your web space, and just about everything else.</p>
<p>If you&#8217;re shopping around for web hosting, and you know that Wordpress is going to be a big part of your online presence, you might want to consider going with a host that provides this One-Click service.</p>
<p>My own hosting service, <a rel="nofollow" href="http://www.dreamhost.com/r.cgi?471908">Dreamhost</a>, provides its own One-Click installer for Wordpress. I like it a little better than Fantastico, but that&#8217;s just personal preference.</p>
<p>If you already have your own web space, does your host provide One-Click installations? How much weight did it carry in your decision to go with that host?</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/cTcakU9OazU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/one-clicks-make-wordpress-installation-even-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/one-clicks-make-wordpress-installation-even-easier/</feedburner:origLink></item>
		<item>
		<title>Why Choose Wordpress?</title>
		<link>http://feedproxy.google.com/~r/msob/~3/hcrjwgBBnl0/</link>
		<comments>http://mathewson.me/why-choose-wordpress/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:56:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=29</guid>
		<description><![CDATA[
Wordpress is more than just a blogging platform. With the ability to make static pages, and thousands of plugins to choose from, Wordpress goes above and beyond simple blogging software. 
One thing that sets Wordpress apart from other platforms is its ability to integrate static pages into your blog. Static pages sit outside the normal [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://mathewson.me/why-choose-wordpress/" title="Permanent link to Why Choose Wordpress?"><img class="post_image alignright" src="http://mathewson.me/wp-content/uploads/wordpress.jpg" width="125" height="125" alt="Wordpress Blogging Platform" /></a>
</p><p>Wordpress is more than just a blogging platform. With the ability to make static pages, and thousands of plugins to choose from, Wordpress goes above and beyond simple blogging software. </p>
<p>One thing that sets Wordpress apart from other platforms is its ability to integrate static pages into your blog. Static pages sit outside the normal flow of content. As you post blog entries, they get listed in chronological order; older entries get pushed down as new posts are added. Pages exist outside this continuum so that the information is always accessible.</p>
<p>There are a few common (almost ubiquitous) uses for pages, but there are also very unique applications as well. The most common uses include &#8220;About Me&#8221; and &#8220;Contact&#8221; pages. The About Me pages list information about the author of the blog, especially as it pertains to the blog itself; why they&#8217;re qualified to write the blog.  Darren Rowse over at Problogger.net has a short, informative post about <a rel="nofollow" href="http://www.problogger.net/archives/2006/11/24/how-to-write-your-about-me-page/">writing an &#8220;About Me&#8221; page</a>.</p>
<p>Some blogs choose to include contact information in their About Me page, but some choose to use a separate page. There are several plugins that will put a contact form on your page for you. You can see an example on my own <a href="http://mathewson.me/contact-me/">Contact Page</a>.</p>
<p>Plugins provide added functionality to more than just contact forms. There are thousands of plugins that can extend your Wordpress installation far beyond being just a blog. Many plugins run behind the scenes, like <a rel="nofollow" href="http://akismet.com">Akismet</a>, which filters spam from your comments. Others can enrich the reader&#8217;s experience. The <a rel="nofollow" href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/">NextGen Gallery plugin</a> provides an attractive environment for displaying images. There&#8217;s very little plugins <em>can&#8217;t</em> do.</p>
<p>All this versatility and expandability wouldn&#8217;t amount to much, however, without an easy-to-use interface. Wordpress excels in this regard. The developers continue to optimize the administration area, making it more organized and easier to find what you&#8217;re looking for. This user-friendly interface, as well as the huge support community and extensive versatility, allows Wordpress to bridge the gap between <strong>Powerful </strong>and <strong>Easy-to-Use</strong>.</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/hcrjwgBBnl0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/why-choose-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/why-choose-wordpress/</feedburner:origLink></item>
		<item>
		<title>So You Want To Make Money Blogging</title>
		<link>http://feedproxy.google.com/~r/msob/~3/SqyxhnsKmSo/</link>
		<comments>http://mathewson.me/so-you-want-to-make-money-blogging/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 16:18:44 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[making money]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=21</guid>
		<description><![CDATA[On the surface, the concepts behind making money blogging are fairly straightforward and simple:

Get Traffic
Sell Stuff (either yours or someone else&#8217;s)
????
Profit!

People hear &#8220;Make Money Blogging!&#8221; and think all it involves is throwing up a blog and putting some ads on it, then VOILA! the checks start rolling in!
Well, it won&#8217;t take long to realize that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>On the surface, the concepts behind making money blogging are fairly straightforward and simple:</p>
<ol>
<li>Get Traffic</li>
<li>Sell Stuff (either yours or someone else&#8217;s)</li>
<li>????</li>
<li>Profit!</li>
</ol>
<p>People hear &#8220;Make Money Blogging!&#8221; and think all it involves is throwing up a blog and putting some ads on it, then <em>VOILA!</em> the checks start rolling in!</p>
<p>Well, it won&#8217;t take long to realize that this is not true. At all.</p>
<h3>Getting Traffic</h3>
<p><img src="http://mathewson.me/wp-content/uploads/traffic-300x197.jpg" alt="Drive Traffic to Your Blog" title="Drive Traffic to Your Blog" width="150" class="alignright size-medium wp-image-58" />Simply having a blog isn&#8217;t enough to get traffic. Sure, you might eventually get a trickling of visitors from search engines if it&#8217;s been online long enough, but if you want to get serious about increasing the traffic on your blog, you need to take action.</p>
<p>You need to make people come to your blog. Comment on other blogs in the same field, participate in message boards, and don&#8217;t be afraid to talk yourself up. If you&#8217;re commenting on someone&#8217;s blog, and you have a post of your own that&#8217;s related to it or provides another point of view, mention your post in your comment and invite people to check it out.</p>
<p>Use social media to your advantage. Twitter has become a huge tool for internet marketing. It provides a way to interact on another level with the people that might read your blog. Facebook, Friendfeed, and just about any other social media site can be used to help boost your traffic.</p>
<p>This takes time. There&#8217;s really no way around it. You have to put in the effort if you want to reap the rewards. Different sources will tell you different things, but marketing your blog will take up a large portion of your overall blogging time. And it&#8217;s not something you do once and then coast the rest of the way. You have to be consistent and persistent.</p>
<h3>Selling Stuff</h3>
<div style="float:left;margin-bottom:15px;padding-right:10px;"><script type="text/javascript"><!--
google_ad_client = "pub-8617531307116482";
/* 200x200, created 4/30/09 */
google_ad_slot = "4195848348";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>So you have the traffic, and now you want to start turning those clicks into cash. There are different ways to go about monetizing your blog, and it will take more than this little summary to tackle them all, so we&#8217;ll just mention a few of the more traditional methods.</p>
<p>Probably the first method that most new bloggers are familiar with is Google&#8217;s Adsense. These are the banners and boxes with the text links that you see almost everywhere. They&#8217;re ubiquitous, but don&#8217;t really make that much.</p>
<p>Direct ad sales are affiliate programs are a little more lucrative. With direct ad sales, you&#8217;re directly selling space on your blog to someone. You might see a blog with a couple squares with &#8220;Advertise Here&#8221; in them; this is what direct ad sales are. Advertisers will pay depending on how many times their ad is seen or clicked on. With affiliate programs, you basically try to sell someone else&#8217;s product. Any product that you sell for them will result in a commission.</p>
<p>If you hadn&#8217;t noticed, these methods require you to sell someone else&#8217;s stuff. When you do that, you can&#8217;t maximize your profits.</p>
<p>Where the real money starts to come in is with your own products that you sell directly through your blog. Depending on what your blog is about, you might have physical objects that you can sell. For example, if you&#8217;re blogging about jewelry making, you could sell your necklaces, earrings, and anything else you make. If you blog about something less tangible, you can sell information products in the form of ebooks, videos, guides, or some such. This could even include your blog itself, in the form of &#8220;Premium&#8221; versus &#8220;Free&#8221; content.</p>
<h3>????</h3>
<p>[Content redacted by International Society of Blogger Gnomes]</p>
<h3>Profit!</h3>
<p>If you&#8217;ve been vigilant, you should start seeing some cash start to trickle in. It won&#8217;t be the &#8220;Get Rich Quick&#8221; level of income, but it&#8217;s a start. Keep at it!</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/SqyxhnsKmSo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/so-you-want-to-make-money-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/so-you-want-to-make-money-blogging/</feedburner:origLink></item>
		<item>
		<title>Choosing a Blogging Platform</title>
		<link>http://feedproxy.google.com/~r/msob/~3/yhK77tFav6Q/</link>
		<comments>http://mathewson.me/choosing-a-blogging-platform/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 21:12:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Livejournal]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://mathewson.me/?p=6</guid>
		<description><![CDATA[I know you&#8217;ve got a lot on your mind when you decide to start a blog. I don&#8217;t blame you one bit. You&#8217;re going to have to come up with topics to write about, a theme and layout, even what to name it. 
Before you can get to any of that, though, you&#8217;re going to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I know you&#8217;ve got a lot on your mind when you decide to start a blog. I don&#8217;t blame you one bit. You&#8217;re going to have to come up with topics to write about, a theme and layout, even what to name it. </p>
<p>Before you can get to any of that, though, you&#8217;re going to have to decide what platform you want to use. What do I mean by blogging platform? Basically, the service you use, whether it be Wordpress, Blogspot, Livejournal, etc. It can be overwhelming, so let&#8217;s take a look at some of the more popular ones.</p>
<h3><a href="http://www.wordpress.org" rel="nofollow">Wordpress.org</a></h3>
<p>Wordpress is the downloadable blogging software that you install and run on your own hosting space. It&#8217;s robust, powerful, extensible, and very customizable. Wordpress is the de-facto standard for anyone serious about blogging. It&#8217;s what I use here and for <a href="http://www.astro-geek.com">Astro-Geek:3000</a>, and what I will be talking about the most on this blog.</p>
<h3><a href="http://www.wordpress.com" rel="nofollow">Wordpress.com</a></h3>
<p>Wordpress.com is a flavor of Wordpress that doesn&#8217;t require you to install it on your own web space. It&#8217;s free to use, but some options (like CSS editing, mapping the blog to your own domain, and extra storage space) are available as paid services. This is a great way to get familiar with the Wordpress platform if you&#8217;re not sure if you want to buy a domain and web space yet. </p>
<h3><a href="http://www.blogger.com" rel="nofollow">Blogger</a></h3>
<p>Blogger, now owned by Google, is a fairly simple, straight-forward platform. Strangely, blogs published using Blogger are hosted as a subdomain of <em>blogspot.com</em> &#8211; e.g. username.blogspot.com. While not quite as robust as Wordpress.com, Blogger does allow users to modify CSS and HTML, and allows customized domains at no extra charge.</p>
<h3><a href="http://www.livejournal.com" rel="nofollow">LiveJournal</a></h3>
<p>LiveJournal (LJ) is a blog publishing site similar to Blogger in terms of functionality and customizability. Where LJ differs, however, is that it provides a much more social environment for users. Users are able to create a profile page listing biographical information about themselves, as well as interests, favorite movies, music, etc. Another feature of LJ is the ability to &#8220;friend&#8221; other users, who will then show up on their &#8220;Friends List&#8221; &#8211; a chronological stream of the latest posts by those in the user&#8217;s Friends List. LJ also allows the creation of communities, where users can post articles or entries about specific shared interests &#8211; e.g. Astronomy, American Idol, Cupcakes, etc. Because of these social aspects, LiveJournals tend to be of a more personal nature.</p>
<h3><a href="http://www.tumblr.com" rel="nofollow">Tumblr</a></h3>
<p>Tumblr is a fairly new blogging platform that emphasizes ease of use and customizability. Tumblelogs, as they&#8217;re called, allow users to make posts that are specifically designed for images, video, audio, text, links, quotes, or chat. The format of the post will vary depending on this medium. Users can follow others; doing so will show their posts on your dashboard. Tumblelogs tend to be simple, favoring short, quick posts &#8211; micro-blogging as it&#8217;s sometimes called. If you don&#8217;t want to have to worry about administration and just want a simple interface to share your thoughts, Tumblr is worth a look.</p>
<div align="center" style="margin-bottom: 15px">
<hr width="35%"></div>
<p>So there&#8217;s a very brief overview of the five major blogging platforms that are available. Each one has its advantages and disadvantages, so you&#8217;ll have to decide which one is best for you depending on your needs and preferences.</p>
<img src="http://feeds.feedburner.com/~r/msob/~4/yhK77tFav6Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://mathewson.me/choosing-a-blogging-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://mathewson.me/choosing-a-blogging-platform/</feedburner:origLink></item>
	</channel>
</rss>

