<?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>Webmaster-Source &#187; Blogging</title>
	<atom:link href="https://www.webmaster-source.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Export Your Markdown Posts from Jekyll to Ghost</title>
		<link>https://www.webmaster-source.com/2013/10/14/export-your-markdown-posts-from-jekyll-to-ghost/</link>
		<comments>https://www.webmaster-source.com/2013/10/14/export-your-markdown-posts-from-jekyll-to-ghost/#comments</comments>
		<pubDate>Mon, 14 Oct 2013 06:52:30 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ghost]]></category>
		<category><![CDATA[Jekyll]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5210</guid>
		<description><![CDATA[Want to export your Markdown posts from Jekyll to a format that can be easily imported into Ghost, now that the new blogging platform has launched? By reverse-engineering the plugin the Ghost developers made for WordPress, I put together a Jekyll plugin that generates a JSON file that follows the same format. (This was all [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Want to export your Markdown posts from <a href="http://jekyllrb.com">Jekyll</a> to a format that can be easily imported into <a href="http://ghost.org">Ghost,</a> now that the new blogging platform has launched? By reverse-engineering the plugin the Ghost developers made <a href="http://wordpress.org/plugins/ghost/">for WordPress</a>, I put together a Jekyll plugin that generates a JSON file that follows the same format. (This was all done in advance of the public release, so it&#8217;s untested super-beta software. Hopefully it will work for you without issue!)</p>
<ol>
<li>Clone <a href="https://github.com/redwallhp/Jekyll-to-Ghost">the repo</a> and drop the <code>jekylltoghost.rb</code> file into your Jekyll site&#8217;s <code>_plugins</code> directory.</li>
<li>Run <code>jekyll build</code>.</li>
<li>There should now be a <code>ghost_export.json</code> file in your <code>_site</code> directory, which you can copy and import into Ghost.</li>
</ol>
<p>To import the JSON file, you just need to visit <code>http://example.org/ghost/debug/</code> in your browser and look for the Import section.</p>
<p>Of course, this plugin is fairly limited. Both because of the simplistic nature of the original WordPress plugin I used as a guide, and because Ghost itself is brand-new and has many unimplemented features. This is pretty much just the posts, tags/categories and standard YAML front matter. Enough to get your words into Ghost, with the same permalinks and publication dates. Images will have to be dealt with manually, at least for the time being. (Basically, you just need to copy them from your Jekyll site to the appropriate folder in your Ghost installation and manually fix the paths in the posts.) But, hey, it&#8217;s open source. <a href="https://github.com/redwallhp/Jekyll-to-Ghost">Fork it and hack away!</a></p>
<p><a href="https://github.com/redwallhp/Jekyll-to-Ghost">Jekyll-to-Ghost Exporter</a> [GitHub]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/10/14/export-your-markdown-posts-from-jekyll-to-ghost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ghost: The New Blogging Platform, and Why it Matters</title>
		<link>https://www.webmaster-source.com/2013/10/02/ghost-the-new-blogging-platform-and-why-it-matters/</link>
		<comments>https://www.webmaster-source.com/2013/10/02/ghost-the-new-blogging-platform-and-why-it-matters/#comments</comments>
		<pubDate>Thu, 03 Oct 2013 01:59:53 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Ghost]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5200</guid>
		<description><![CDATA[Ghost is a new blogging platform that aims to do one thing and do it well: blogging. Its developers want to recapture the spirit of blogging that was present in the earlier days, when it was all about writing and publishing long-form content. A return to the blog&#8217;s roots. Ghost has no complex content management [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-5201" alt="Ghost Logo" src="//www.webmaster-source.com/wp-content/uploads/2013/10/ghost-logo.png" width="196" height="135" /><a href="http://ghost.org">Ghost</a> is a new blogging platform that aims to do one thing and do it well: blogging. Its developers want to recapture the spirit of blogging that was present in the earlier days, when it was all about writing and publishing long-form content. A return to the blog&#8217;s roots. Ghost has no complex content management features that add bloat, and no Tumblr-like microblogging tools that encourage the reposted image echo-chamber that Tumblr has become. Just a minimalist, distraction-free writing environment, where you write in <a href="http://daringfireball.net/projects/markdown/syntax">Markdown</a>, with a live preview. (It also features a slick dashboard that resembles a classier version of Windows 8&#8217;s Metro UI.)</p>
<p>Ghost is simultaneously an attempt to mesh blogging&#8217;s roots with the state of the art. Eschewing PHP, Ghost is a Node.js app built upon the Express framework. All of the blogs I&#8217;ve visited thus far that are running Ghost have been very speedy, a feat that is difficult to pull off with WordPress, in my experience.<span id="more-5200"></span></p>
<h2>The Story</h2>
<p>Ghost is the brainchild of John O&#8217;Nolan, former Deputy Head of the WordPress UI team, who last year put together a <a href="http://john.onolan.org/ghost">series of wireframes</a> for a conceptual blogging platform that focused purely on writing and publishing, rather than enabling the management of any type of website under the sun.</p>
<blockquote><p>…it&#8217;s about publishing—which means writing—rather than mashing a few buttons to make sure that everyone can see and appreciate your latest funny picture/status, which is surely the most funny picture/status you&#8217;ve ever posted. — <em>John O&#8217;Nolan</em></p></blockquote>
<p>Just a few months later, the project was <a href="http://www.kickstarter.com/projects/johnonolan/ghost-just-a-blogging-platform">announced on Kickstarter.</a> It raised over 196,000 pounds during the campaign, well over the 25,000 pound goal.</p>
<p>Fast forward to the present and Ghost is <a href="http://blog.ghost.org/launch/">finally nearing its public release.</a> If all goes well, it should launch on <strong>October 14, 2013.</strong> It&#8217;s still a work in progress, and some things like the dashboard aren&#8217;t fully implemented yet, but the public will finally get to kick the tires and participate in the development.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-5202" alt="Ghost Editor" src="//www.webmaster-source.com/wp-content/uploads/2013/10/ghost-editor.png" width="600" height="344" /></p>
<h2>Why I&#8217;m Excited</h2>
<ul>
<li>I like Markdown. It&#8217;s a great way to write. I&#8217;ve tried <a href="http://jekyllrb.com/">Jekyll</a>, and while there&#8217;s a certain allure about <a href="http://www.webmaster-source.com/2012/05/09/full-circle-the-return-of-static-blog-generators/">static blogs,</a> there&#8217;s a slightly larger barrier to getting your post out than typing it in and pressing a button. I have a pretty good workflow set up for my <a href="http://matt.harzewski.com">personal blog,</a> but it&#8217;s still enough of a hassle to annoy me at times. Ghost has a beautiful editor that works exactly like <a href="http://mouapp.com/">Mou</a> the two-paned Markdown editor I wrote this post in.</li>
<li>I like the idea of a platform that is minimalistic, with plugins providing more functionality. It keeps the core leaner, which can only be good for performance.</li>
<li>Let&#8217;s face it, WordPress is full of <a href="http://en.wikipedia.org/wiki/Cruft">cruft</a>. The codebase is pretty clunky, mostly in the name of backwards compatibility with ancient (i.e. terrible) plugins that the core team doesn&#8217;t want to break. It has its own implementation of <a href="http://en.wikipedia.org/wiki/Magic_quotes">Magic Quotes</a> since recent versions of PHP ditched it, for crying out loud! The developers can redesign the interface all they want, but the kludgey codebase still lurks beneath.</li>
<li>While WordPress started out as a blogging tool, it&#8217;s become more like Drupal and other CMS frameworks that want to be the be-all, end-all tool used for managing complex websites. If you want a straight-up blog, it&#8217;s overkill. (Plus, I&#8217;m becoming more and more dissatisfied with PHP for various reasons.)</li>
<li>There are several major companies backing Ghost. Envato and WooThemes, to name the two that I find the most intriguing. There have been many upstarts in the blog platform arena over the year, but few have had major industry leaders backing them right out of the gate. That&#8217;s a pretty big deal.</li>
<li>It&#8217;s new, and I want to get under the hood and play with it!</li>
</ul>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-5203" alt="Ghost Dashboard" src="//www.webmaster-source.com/wp-content/uploads/2013/10/ghost-dashboard.png" width="600" height="399" /></p>
<p>&nbsp;</p>
<h2>But…What About Shared Hosting?</h2>
<p>The biggest recurring criticism I&#8217;ve seen voiced about Ghost is that it&#8217;s built on Node, while most of those cheap shared hosting offers from places like HostGator, GoDaddy, and their ilk are PHP-only.</p>
<p>Here&#8217;s the thing: cheap, commodity PHP hosting is—or should be—a thing of the past. Why pay $5-10/month for space on a slow, oversold shared server? You can pay $5/month for a VPS from <a href="https://www.digitalocean.com/pricing">DigitalOcean</a> with 512MB of RAM and 20GB of storage on an SSD. $10/month will get you a gigabyte of RAM and 30GB of storage.</p>
<p>For equal pricing to shared hosting, you can get a virtual server with guaranteed resources and full control over the box. It&#8217;s a no-brainer.</p>
<p>Sure, some people might not be comfortable setting a VPS up, but</p>
<ul>
<li>They can learn. It&#8217;s not difficult. You just need to run a few commands to install packages, maybe edit a few config files, and you&#8217;re done. If you can learn to install WordPress and use it, you can learn how to <code>apt-get install [whatever]</code>. Or in the case of businesses, hire someone who does.</li>
<li>Someone else can do it for them. I imagine this is often the case with people using shared hosts, anyway. Some shared hosts even use things like &#8220;Fantastico&#8221; to automatically install popular PHP scripts on their customers&#8217; accounts. Such a thing could be offered for a JavaScript-centered hosting environment as well.</li>
<li>A user who doesn&#8217;t need the flexibility of a self-hosted system can use a hosted solution. Just like many WordPress users opt to use WordPress.com, so may Ghost users. O&#8217;Nolan plans for such a service to be offered, eventually.</li>
</ul>
<p>Mark your calendars!</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/10/02/ghost-the-new-blogging-platform-and-why-it-matters/feed/</wfw:commentRss>
		<slash:comments>137</slash:comments>
		</item>
		<item>
		<title>Jekyll Themes</title>
		<link>https://www.webmaster-source.com/2013/08/07/jekyll-themes-org/</link>
		<comments>https://www.webmaster-source.com/2013/08/07/jekyll-themes-org/#comments</comments>
		<pubDate>Wed, 07 Aug 2013 11:58:14 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Jekyll]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5153</guid>
		<description><![CDATA[I&#8217;ve recently started using Jekyll for one of my blogs recently, and while it&#8217;s a solid blog engine, there&#8217;s one thing its small community lacks. Themes. While I like to roll my own themes, some people want a drop-in option so they can start blogging without diving into design. Well, I set out to help [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://jekyllthemes.org/"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-5154" alt="Jekyll Themes" src="//www.webmaster-source.com/wp-content/uploads/2013/07/jekyllthemes-logo.png" width="218" height="51" /></a>I&#8217;ve recently started using <a href="http://jekyllrb.com/">Jekyll</a> for one of my blogs recently, and while it&#8217;s a solid blog engine, there&#8217;s one thing its small community lacks. Themes. While I like to roll my own themes, some people want a drop-in option so they can start blogging without diving into design. Well, I set out to help rectify that issue.</p>
<p>First, <a href="http://www.webmaster-source.com/2013/06/19/solar-a-jekyll-theme-based-on-the-solarized-color-palette/">I released my own (GPL licensed) theme</a> to augment the small number of available themes. The theme, which goes by the name of &#8220;Solar&#8221; for its use of the <a href="http://ethanschoonover.com/solarized">Solarized</a> color palette, can be downloaded and demoed <a href="https://github.com/redwallhp/solar-theme-jekyll">on GitHub</a>.</p>
<p>That was a start, but what few publicly available themes exist are still spread thinly across GitHub and who-knows-where. Jekyll lacks a central repository like WordPress has had for years. So my next project was to attempt to bring as many of them as possible into one easily browsable place. I picked up the <a href="http://jekyllthemes.org/"><code>JekyllThemes.org</code></a> domain, made a simple responsive showcase design for it and published the site. As of this writing, there are eight themes featured in the gallery, with links to their home pages and demo links if available.</p>
<p>Jekyll Themes is <a href="https://github.com/redwallhp/jekyllthemes/">on GitHub</a>, so if you have a theme to add, you can fork the site and add it yourself.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/08/07/jekyll-themes-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Link to Aggregators</title>
		<link>https://www.webmaster-source.com/2013/07/31/dont-link-to-aggregators/</link>
		<comments>https://www.webmaster-source.com/2013/07/31/dont-link-to-aggregators/#comments</comments>
		<pubDate>Wed, 31 Jul 2013 11:13:13 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5146</guid>
		<description><![CDATA[When someone submits a post from Boing Boing to Reddit, one of the first comments to appear is usually complaining of &#8220;blogspam.&#8221; This term, though sometimes used unfairly, is intended to deride a blog post that only contains a brief summary or quotation to complement a link pointing to the source viewers are actually wanting. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-5150 imgborder" alt="alligator" src="//www.webmaster-source.com/wp-content/uploads/2013/07/alligator.jpg" width="230" height="90" />When someone submits a post from <a href="http://boingboing.net/">Boing Boing</a> to Reddit, one of the first comments to appear is usually complaining of &#8220;blogspam.&#8221; This term, though sometimes used unfairly, is intended to deride a blog post that only contains a brief summary or quotation to complement a link pointing to the source viewers are actually wanting.</p>
<p>Interestingly, there are two parties who are partially at fault here for what is basically a misunderstanding, and neither one is the blogger.</p>
<p>Users of link aggregating sites like Reddit are browsing the site because they want to be pointed in the direction of interesting content.</p>
<p>Frequent readers of blogs in the style of Boing Boing are looking for the exact same thing, albeit curated by a smaller staff of bloggers rather than community mob-rule. Boing Boing is the type of site that exists more to aggregate others&#8217; content than to produce original material. Their audience is their regulars, not social media. (Or, at least, it should be.)</p>
<p>So what&#8217;s the problem here? It&#8217;s not user who cries &#8220;blogspam,&#8221; and it&#8217;s not the blog that produces little in the way of original content; the issue is the user who submitted an aggregator to an aggregator. It would be equally silly for Boing Boing to link to a Reddit URI that links to original content. (This is even more ridiculous when you have a page linking to a page that links to the original page&#8230;)</p>
<p>This is an important bit of linking etiquette. One should always link directly to the original source, rather than a secondary aggregating site, unless said aggregator is adding new information or quality commentary to the equation.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/07/31/dont-link-to-aggregators/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Full Circle: The Return of Static Blog Generators</title>
		<link>https://www.webmaster-source.com/2012/05/09/full-circle-the-return-of-static-blog-generators/</link>
		<comments>https://www.webmaster-source.com/2012/05/09/full-circle-the-return-of-static-blog-generators/#comments</comments>
		<pubDate>Wed, 09 May 2012 11:27:02 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[movable type]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4621</guid>
		<description><![CDATA[WordPress is the most popular blogging software today, powering a majority of the top one hundred blogs. Like many of the systems that are popular nowadays, it&#8217;s dynamic. The server pieces together pages on the fly when they are requested, pulling content from the database, processing it, and wrapping a template around it before sending [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress is the most popular blogging software today, powering a majority of the top one hundred blogs. Like many of the systems that are popular nowadays, it&#8217;s dynamic. The server pieces together pages on the fly when they are requested, pulling content from the database, processing it, and wrapping a template around it before sending to the user&#8217;s browser.</p>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4623" title="Movable type? Get it?" src="//www.webmaster-source.com/wp-content/uploads/2012/05/literal-movable-type.jpg" alt="" width="200" height="266" />Back in the earlier days of blogging, things were different. Most of the popular content management systems that blogs ran on were static page generators, like <a href="http://www.movabletype.org/">Movable Type</a>, the package that previously held WordPress&#8217;s throne, before a price increase caused a mass exodus in 2004. Movable Type stores your content in a database, like WordPress, and it has an administration panel where you manage your content and adjust settings. But that&#8217;s where the similarities end. Instead of assembling pages dynamically, the blog engine compiles them into static HTML pages ahead of time, so the web server can just throw them back to users instantly. It&#8217;s a lot easier on the server that way, which can result in a snappier web site and less chance of your site going down from a social media bump.</p>
<p>This is, of course, something of a simplification. Many WordPress users, especially those with larger sites, use caching plugins like <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> to have the best of both. The dynamic model is used, but frequently-accessed pages are statically cached for performance.<span id="more-4621"></span></p>
<p>Something I&#8217;ve noticed recently is that some bloggers are making a return to the old days, using modern static page systems that are even simpler. <a href="http://jekyllrb.com/">Jekyll</a>, <a href="http://ringce.com/hyde">Hyde</a>, <a href="http://pelican.notmyidea.org/en/2.8/index.html">Pelican</a> and <a href="http://cloudhead.io/toto">Toto</a> are lightweight blogging applications written in Ruby and Python. They don&#8217;t use databases at all, instead preferring flat files checked in to a <a href="http://git-scm.com/">Git</a> repository. You write your posts in your preferred plain-text editor, name the file appropriately and check it in to the repository, then run the script from the command line. It iterates through the files, merging them with your theme, and outputs static HTML files.</p>
<p>It&#8217;s not terribly accessible to people who don&#8217;t know their way around a command line interface—and version control software, for that matter—but it certainly reduces the hardware required to serve the site up. You don&#8217;t need a database <a href="http://en.wikipedia.org/wiki/Daemon_%28computing%29">daemon</a> running, you don&#8217;t need PHP. Just your HTTP server, whether you prefer NGINX or Apache, sending static files along when somebody asks for them. You can even run the script on your local computer, and push the compiled pages to any web server.</p>
<p>Another issue is that these new lightweight blog engines don&#8217;t have commenting built in. You will have to use something like <a href="http://disqus.com/">Disqus</a> or <a href="http://intensedebate.com/">IntenseDebate</a>, unless you build your own alternative that can be included with JavaScript.</p>
<p>All in all, I find the idea very intriguing. I don&#8217;t think I want to give up the ease of use (or plugin support) that WordPress offers for this blog, though. I did consider switching to Jekyll or Hyde when I revamped my <a href="http://matt.harzewski.com/">personal blog </a>recently, but didn&#8217;t commit to it.</p>
<h3>Further Reading</h3>
<ul>
<li><a href="http://fadeyev.net/2010/05/10/getting-started-with-toto/">Getting Started With Toto, a Tiny WordPress Killer</a></li>
<li><a href="http://paulstamatiou.com/how-to-wordpress-to-jekyll">How To: WordPress to Jekyll</a></li>
<li><a href="http://net.tutsplus.com/tutorials/other/building-static-sites-with-jekyll/">Building Static Sites with Jekyll</a></li>
<li><a href="https://github.com/lakshmivyas/hyde#readme">Hyde Documentation</a></li>
<li><a href="http://readthedocs.org/docs/pelican/en/latest/">Pelican Documentation</a></li>
<li><a href="http://octopress.org/">Octropress</a> — a &#8220;blogging framework&#8221; for Jekyll</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/05/09/full-circle-the-return-of-static-blog-generators/feed/</wfw:commentRss>
		<slash:comments>165</slash:comments>
		</item>
		<item>
		<title>Disabling Comments on Old Posts, or How to Kill Discussion</title>
		<link>https://www.webmaster-source.com/2012/05/01/disabling-comments-on-old-posts-or-how-to-kill-discussion/</link>
		<comments>https://www.webmaster-source.com/2012/05/01/disabling-comments-on-old-posts-or-how-to-kill-discussion/#comments</comments>
		<pubDate>Tue, 01 May 2012 11:16:26 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4614</guid>
		<description><![CDATA[With spam comments on the rise, it&#8217;s becoming more common of a practice for bloggers to disable commenting on older posts. (WordPress even provides an option to disable comments on posts older than x days.) This drastically cuts down on the spam, as spammers tend to target pages that have an established search ranking. Unfortunately, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4615 imgborder" title="microphone" src="//www.webmaster-source.com/wp-content/uploads/2012/04/microphone.jpg" alt="" width="154" height="237" />With spam comments on the rise, it&#8217;s becoming more common of a practice for bloggers to disable commenting on older posts. (WordPress even provides an option to disable comments on posts older than <em>x</em> days.) This drastically cuts down on the spam, as spammers tend to target pages that have an established search ranking. Unfortunately, it also kills the discussion.</p>
<p>Guess which posts on this site receive the most new comments every week. Older ones. Not the latest posts, but the ones that have stood the test of time and still have people looking.</p>
<p>The terms sometimes used to refer to posts that remain relevant, and bring in traffic, for years are &#8220;evergreen content&#8221; and &#8220;pillar content.&#8221; I have posts that are a few years old, are still the most popular in terms of traffic, and gain a couple new comments every month. Occasionally a spam comment will appear on those posts, but they&#8217;re outnumbered by legitimate comments, continuing a discussion that has been going on for a long time. Does it really make sense to put an end that, and frustrate readers who arrived a little late but still have questions to ask or opinions to voice, just to avoid a few spam comments Akismet happened to miss?</p>
<p>That seems like a wasted opportunity. Instead, you could update your evergreen posts to remain relevant, and add some links to more recent posts on the same subject. Build user engagement and keep the discussion going.</p>
<p>Smaller blogs, especially, can&#8217;t count on timely social media-driven traffic. They tend to succeed more with <a href="http://en.wikipedia.org/wiki/Long_Tail">long-tail</a> traffic from search engines. Obviously you won&#8217;t get very many comments at all if the form gets disabled just when a post is becoming popular&#8230;</p>
<p>Fortunately, there is a nice middle ground. Some posts, especially ones that have attractive keywords in them but become less relevant later down the line, rarely see legitimate comments but are magnets for spam. I have a couple that seem to get a handful of spam messages that sneak past Akismet every week, but never have real comments anymore. With those kinds of posts, you could probably toggle the discussion off without inconveniencing anybody but spammers.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/05/01/disabling-comments-on-old-posts-or-how-to-kill-discussion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Curve: It isn&#8217;t What You Think it is</title>
		<link>https://www.webmaster-source.com/2012/01/27/learning-curve-it-isnt-what-you-think-it-is/</link>
		<comments>https://www.webmaster-source.com/2012/01/27/learning-curve-it-isnt-what-you-think-it-is/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 11:34:22 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[interesting facts]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4494</guid>
		<description><![CDATA[How many times have you heard the phrase &#8220;it has a steep learning curve&#8221; in reference to something that is supposed to be difficult? This commonly-used phrase sounds good, but isn&#8217;t really logical. Because it&#8217;s wrong. A &#8220;learning curve&#8221; is a visual device used to illustrate the average rate of learning for a skill or [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>How many times have you heard the phrase &#8220;it has a steep learning curve&#8221; in reference to something that is supposed to be difficult? This commonly-used phrase sounds good, but isn&#8217;t really logical. Because it&#8217;s wrong.</p>
<p>A <a href="http://en.wikipedia.org/wiki/Learning_curve">&#8220;learning curve&#8221;</a> is a visual device used to illustrate the average rate of learning for a skill or tool. Essentially, it is a <a href="http://en.wikipedia.org/wiki/Line_chart">line chart</a> that shows the learner&#8217;s level of proficiency and how it changes over time.</p>
<p>Take a look at the two following charts. The first one illustrates a <em>steep</em> learning curve, while the second shows a more gradual slope. If you take a look at the labels on the axes, you&#8217;ll note that the steep curve shows the &#8220;knowledge&#8221; unit is increasing at a faster rate. That means something with a steep learning curve is <em>easier</em> than something with a gradual slope. Make sense?</p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4495 imgborder" title="Learning Curve" src="//www.webmaster-source.com/wp-content/uploads/2012/01/learning-curve.png" alt="" width="600" height="305" /></p>
<p>I know I&#8217;ve been guilty of misusing this term in the past, but have been making an effort to avoid it more recently. It&#8217;s a good thing to word around when you&#8217;re writing, as using it in the correct context is likely to do nothing but cause confusion at this point. (At least, for general audiences. Depending on your niche, your readers might understand.)</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/01/27/learning-curve-it-isnt-what-you-think-it-is/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BlogBuzz August 20, 2011</title>
		<link>https://www.webmaster-source.com/2011/08/20/blogbuzz-august-20-2011/</link>
		<comments>https://www.webmaster-source.com/2011/08/20/blogbuzz-august-20-2011/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 21:46:46 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4265</guid>
		<description><![CDATA[Leaked AT&#38;T Letter Demolishes Case For T-Mobile Merger HTML5 Boilerplate 2.0 is now available Object-Oriented PHP: Autoloading, Serializing, and Querying Objects Persistent Headers Google, needing patents, buys Motorola wireless for $12.5 billion Building a Jabber Client for iOS: Interface Setup Creating Reusable &#38; Versatile Background Patterns — This is a brilliant idea. I&#8217;m surprised it [&#8230;]]]></description>
				<content:encoded><![CDATA[<ul>
<li><a href="http://www.broadbandreports.com/shownews/Leaked-ATT-Letter-Demolishes-Case-For-TMobile-Merger-115652">Leaked AT&amp;T Letter Demolishes Case For T-Mobile Merger</a></li>
<li><a href="http://html5boilerplate.com/">HTML5 Boilerplate 2.0 is now available</a></li>
<li><a href="http://www.elated.com/articles/object-oriented-php-autoloading-serializing-and-querying-objects/">Object-Oriented PHP: Autoloading, Serializing, and Querying Objects</a></li>
<li><a href="http://css-tricks.com/13465-persistent-headers/">Persistent Headers</a></li>
<li><a href="http://arstechnica.com/gadgets/news/2011/08/google-to-buy-motorola-in-effort-to-defend-itself-from-patent-bullies.ars">Google, needing patents, buys Motorola wireless for $12.5 billion</a></li>
<li><a href="http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-interface-setup/">Building a Jabber Client for iOS: Interface Setup</a></li>
<li><a href="http://webdesignerwall.com/tutorials/creating-reusable-versatile-background-patterns">Creating Reusable &amp; Versatile Background Patterns</a> — This is a brilliant idea. I&#8217;m surprised it isn&#8217;t used more widely.</li>
<li><a href="http://pixify.com/blog/use-google-plus-to-improve-your-ui/">Google+ Buttons in CSS</a></li>
<li><a href="http://gigaom.com/2011/08/18/evernote-skitch/">Now part of Evernote, Skitch app will be free</a></li>
<li><a href="http://wp.tutsplus.com/articles/quick-tip-improving-shortcodes-with-the-has_shortcode-function/">Quick Tip: Improving Shortcodes with the has_shortcode() Function</a></li>
<li><a href="http://mobile.tutsplus.com/tutorials/iphone/building-a-jabber-client-for-ios-xmpp-integration/">Building a Jabber Client for iOS: XMPP Setup</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2011/08/20/blogbuzz-august-20-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging Tip: Keep a File of Post Ideas</title>
		<link>https://www.webmaster-source.com/2010/11/01/blogging-tip-keep-a-file-of-post-ideas/</link>
		<comments>https://www.webmaster-source.com/2010/11/01/blogging-tip-keep-a-file-of-post-ideas/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 11:08:33 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3654</guid>
		<description><![CDATA[What am I going to write today? I have asked myself that question countless times. You too have probably spent hours trying to think up a concept for a post on your blog. Inspiration comes and goes. It&#8217;s the curse of the writer. Even worse: you think of a great idea while you&#8217;re raking leaves [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><em>What am I going to write today?</em></p>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-3655 imgborder" title="Notebook and Pen" src="//www.webmaster-source.com/wp-content/uploads/notebook-and-pen-sxc.jpg" alt="" width="235" height="175" />I have asked myself that question countless times. You too have probably spent hours trying to think up a concept for a post on your blog. Inspiration comes and goes. It&#8217;s the curse of the writer.</p>
<p>Even worse: you think of a great idea while you&#8217;re raking leaves or waiting in line somewhere, only to forget it by the time you are able to sit down in front of a computer.</p>
<p>I have a solution for both problems, and it&#8217;s incredibly simple. <strong>Keep a file of post ideas.</strong> It could be one of those nifty <a href="http://www.moleskine.com/">Moleskine</a> notebooks, a text file on your desktop, a shoebox full of scrap paper you scribbled notes on or—my personal favorite—the wonderful cross-platform <a href="http://www.evernote.com/">Evernote</a> software.</p>
<p>Whenever you have an idea, make a note of it. When you need an idea, withdraw one from your stash.</p>
<p>Easy, right? As I said before, I like Evernote. I have a notebook for post ideas on each of my blogs. If I find a web page worth writing about, I can clip it into Evernote using the &#8220;Site Memory&#8221; bookmarklet. If I think of something interesting while I&#8217;m away from a computer, I can punch it into the iPhone app. I can even take photos and save them into the notebook.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/11/01/blogging-tip-keep-a-file-of-post-ideas/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>NaNoWriMo 2010 is Almost Here</title>
		<link>https://www.webmaster-source.com/2010/10/20/nanowrimo-2010-is-almost-here/</link>
		<comments>https://www.webmaster-source.com/2010/10/20/nanowrimo-2010-is-almost-here/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 11:43:46 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[NaNoWriMo]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3649</guid>
		<description><![CDATA[It&#8217;s almost November, which means this year&#8217;s National Novel Writing Month (NaNoWriMo) is almost upon us. Participants have 30 days to write 50,000 words. Sound like fun? Seeing as many of you are bloggers, it&#8217;s not too great a leap to assume that some of you might be interested in trying your hand at fiction. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.nanowrimo.org/"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-3650 imgborder" title="NaNoWriMo 2010: 30 days, 50,000 words" src="//www.webmaster-source.com/wp-content/uploads/nanowrimo_2010.png" alt="" width="120" height="240" /></a>It&#8217;s almost November, which means this year&#8217;s <a href="http://www.nanowrimo.org/">National Novel Writing Month</a> (NaNoWriMo) is almost upon us. Participants have 30 days to write 50,000 words. Sound like fun?</p>
<p>Seeing as many of you are bloggers, it&#8217;s not too great a leap to assume that some of you might be interested in trying your hand at fiction. What better motivation than a deadline and Internet Fame and Glory™?</p>
<p>Have an idea for a novel? Register at NaNoWriMo.org and try to clear your November calendar of time-consuming distractions. If you set aside some time each day to write at least 1666 words, and don&#8217;t slack off during your writing time, the project shouldn&#8217;t keep you from doing other things.</p>
<p>I&#8217;m probably going to give NaNoWriMo a try this year, finally. What about you?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/10/20/nanowrimo-2010-is-almost-here/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-05 20:29:54 by W3 Total Cache
-->