<?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>green galoshes &#187; blogging</title>
	<atom:link href="http://greengaloshes.cc/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://greengaloshes.cc</link>
	<description>by Justin D. Henry</description>
	<lastBuildDate>Fri, 16 Jul 2010 22:14:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Greatest Hits widget</title>
		<link>http://greengaloshes.cc/2007/11/wordpress-greatest-hits-widget/</link>
		<comments>http://greengaloshes.cc/2007/11/wordpress-greatest-hits-widget/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 18:44:27 +0000</pubDate>
		<dc:creator>Justin D. Henry</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[bootstraps]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://greengaloshes.cc/2007/11/wordpress-greatest-hits-widget/</guid>
		<description><![CDATA[One of my favorite best practices in blogging is the use of a greatest hits list on the home page. I find myself looking for this list every time I come across a new blog. With that in mind, I&#8217;ve been wanting to display a list of my favorite entries from this space for quite [...]]]></description>
			<content:encoded><![CDATA[<p>One of my <a href="http://bokardo.com/archives/9-lessons-for-would-be-bloggers/" title="9 Lessons for Would-be Bloggers - Bokardo">favorite best practices</a> in blogging is the use of a <em>greatest hits</em> list on the home page.  I find myself looking for this list every time I come across a new blog. With that in mind, I&#8217;ve been wanting to display a list of my favorite entries from this space for quite a while.  The end result of this is a modified WordPress widget tool that you can use too.</p>
<p><span id="more-90"></span></p>
<p>I started by looking at the available tools.  I could easily put something like this together with raw <a href="http://codex.wordpress.org/Template_Tags" title="Template Tags &laquo; WordPress Codex">WordPress Template Tags</a> coded into the template, but I wanted something more flexible, and portable.  I find that hard coded modifications to templates get crufty over time &#8211; if you keep your code in plugins and widgets, you&#8217;ll have smoother upgrades, moves, theme changes, etc.</p>
<p>The default recent posts widget that comes with WordPress looked close to what I wanted, but I needed to be able to specify a category to display, and I didn&#8217;t want to build something from scratch.  So after poking around a bit, I found Mike Jolley&#8217;s excellent tutorial and widget, <a href="http://blue-anvil.com/archives/create-a-wordpress-recent-posts-widget" title="Create a WordPress Recent-Posts Widget » Blue Anvil Journal">My Recent Posts</a>.  </p>
<p>From there, I just needed to make a few changes to get what I wanted.  I modified the widget control panel to allow me to specify a category id to show.  I also modified the display code to not use wp_post2cat, which has been deprecated.  You can see the modified plugin here:</p>
<ul>
<li><a href="http://greengaloshes.cc/download/myRecentPosts.phps" title="see the plugin source">My Recent (favorite) Posts widget</a></li>
</ul>
<p><strong>Update</strong>: Hindsight being what it is, a recent look in the <a href="http://wordpress.org/extend/plugins/" title="WordPress &#8250; WordPress Plugins">WordPress plugins directory</a> shows an existing plugin that suits this need.  James Lao built a plugin that <a href="http://jameslao.com/2007/10/21/category-posts-wordpress-widget/" title="Category Posts WordPress Widget &raquo; James Lao">shows posts from a specific category</a>.  From the looks of it, I like his plugin better than my hacked one.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengaloshes.cc/2007/11/wordpress-greatest-hits-widget/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The power of aggregated attention data</title>
		<link>http://greengaloshes.cc/2007/10/aggregated-attention-data/</link>
		<comments>http://greengaloshes.cc/2007/10/aggregated-attention-data/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 18:06:04 +0000</pubDate>
		<dc:creator>Justin D. Henry</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[attention]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[feedreader]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[readership]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://greengaloshes.cc/2007/10/the-power-of-aggregated-attention-data/</guid>
		<description><![CDATA[Feed readership represents a significant disconnect between traffic data and actual content consumption. Aggregated attention data is going to play a big role in bridging that gap. Brent Simmons recently noted this gem from Nick Bradbury: &#8220;&#8230;future releases of FeedDemon, NetNewsWire and NewsGator Inbox are all planning to support APML.&#8221; This is a logical next [...]]]></description>
			<content:encoded><![CDATA[<p>Feed readership represents a significant disconnect between traffic data and actual content consumption.  Aggregated attention data is going to play a big role in bridging that gap.</p>
<p><a href="http://inessential.com/" title="inessential.com: Weblog">Brent Simmons</a> recently noted this gem from <a href="http://nick.typepad.com/blog/2007/10/feeddemon-netne.html">Nick Bradbury</a>: </p>
<blockquote><p>&#8220;&#8230;future releases of FeedDemon, NetNewsWire and NewsGator Inbox are all planning to support APML.&#8221;</p></blockquote>
<p>This is a logical next step for these products, and they&#8217;re not alone &#8211; Bloglines is also <a href="http://www.techcrunch.com/2007/10/02/bloglines-supports-openid-will-support-oauth-and-apml/" title="Bloglines Supports OpenID, Will Support oAuth and APML">planning APML support</a>. From a users&#8217; perspective, it will address one of the features I&#8217;ve been sorely missing from NetNewsWire &#8211; that my feeds will be sorted by most read/bookmarked/etc across all my synched locations.  But there are larger implications here.</p>
<p>What shared attention data represents is a powerful shift in how we collect information and what we do with the content we consume. It goes beyond publishing reading lists, bookmarks and favorites. It is a much more passive way of applying importance to the information that we encounter.  By the simple act of consuming information sources (i.e. reading, clicking, etc.), we are ranking those sources, without having to do anything outside our normal workflow.</p>
<p>Publishing those rankings in a standard attention data format means that you can easily share with your friends and readers the sites that you read most often, not just a list of all your feeds in alphabetical order.</p>
<p>But the real power of standardized, published attention data lies in it&#8217;s aggregation.   That attention data can provide much richer traffic and consumption statistics than simple <a href="http://www.mattcutts.com/blog/tips-on-your-google-reader-subscriber-numbers/" title="Tips on your Google Reader subscriber numbers">feed counts</a> alone.  It provides a mechanism for content providers to better see who is actually reading their content, as opposed to just <a href="http://scobleizer.com/2007/10/14/how-many-google-reader-subscribers-do-you-have/" title="How many Google Reader subscribers do you have? &laquo; Scobleizer">subscription numbers</a>.  </p>
<p>Aggregated attention data is going to significantly affect how we assess <a href="http://photomatt.net/2007/10/19/comscore-numbers/" title="Photo Matt &raquo; Comscore Numbers">traffic</a>, <a href="http://www.scripting.com/stories/2007/10/17/unsungFlowbuilders.html" title="Unsung flow-builders (Scripting News)">flow</a>, and <a href="http://www.scripting.com/stories/2007/10/01/aNewTop100.html" title="A new top 100? (Scripting News)">popularity</a>.  In other words, publishers will have a better picture of their audience.  And that will affect advertising, income, and the shape of the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengaloshes.cc/2007/10/aggregated-attention-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparation, presentation, and communication</title>
		<link>http://greengaloshes.cc/2007/06/preparation-presentation-and-communication/</link>
		<comments>http://greengaloshes.cc/2007/06/preparation-presentation-and-communication/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 01:14:49 +0000</pubDate>
		<dc:creator>Justin D. Henry</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[favorites]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[public-speaking]]></category>
		<category><![CDATA[self-improvement]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://greengaloshes.cc/2007/06/preparation-presentation-and-communication/</guid>
		<description><![CDATA[Good presentation skills have nothing to do with slide shows or getting up in front of a room full of people. They are the same skills you use almost every day, when you communicate with others. This past Thursday, I had the pleasure of watching Marie Vea-Fagnant from UVM Career Services give a presentation to [...]]]></description>
			<content:encoded><![CDATA[<p>Good presentation skills have nothing to do with slide shows or getting up in front of a room full of people.  They are the same skills you use almost every day, when you communicate with others.</p>
<p><span id="more-46"></span></p>
<p>This past Thursday, I had the pleasure of watching Marie Vea-Fagnant from UVM <a href="http://www.uvm.edu/career/" title="Career Services : University of Vermont">Career Services</a> give a presentation to this year&#8217;s <a href="http://www.uvm.edu/~mcnair/" title="The McNair Scholars Program : University of Vermont">McNair Scholars</a> as part of our <a href="http://ctl.blog.uvm.edu/mcnair/" title="McNair Scholars Laptop Program">three day workshop</a>.  The <a href="http://ctl.blog.uvm.edu/mcnair/2007/05/career_services_presentation.html" title="McNair Scholars Laptop Program: Career Services Presentation">presentation itself</a> was geared towards the future graduate and doctoral work the scholars would be pursuing.</p>
<p>For me, the highlight of Marie&#8217;s talk came in the form of an anecdote she used to describe how she acquired some of her public speaking and presentation skills.  She described taking a <a href="http://en.wikipedia.org/wiki/Canvassing" title="Canvassing - Wikipedia, the free encyclopedia">canvassing</a> job one summer.  This means going door to door and interviewing strangers, explaining the organizations positions and the issues they were currently addressing.  Quite an intimidating thing to do, and by no means an easy task.</p>
<p>The challenges inherent in this type of work requires one to be able to briefly present and discuss complex issues to complete strangers who have varying levels of familiarity with the subject matter.  It was these challenges that forced her to hone the skills that are so essential to effective presentation.  </p>
<p>One of those skills was the art of preparation.  She had to know what and how she was going to present the material before going out each day.  It is this kind of preparation that I find so key in building confidence for public speaking, not to mention putting together a presentation itself.  Knowing what you are going to say and how you are going to say it is more than half the battle.  </p>
<p>Marie could have been selling vacuum cleaners, suggesting a particular course of action during a staff meeting, or composing an email to a relative encouraging them to come to a family reunion.  She could also have been delivering a keynote address to a few hundred people.  Presentation is a form of sales, which as any marketer can tell you is all about communication.  Someone who is trying to sell a product is trying to effectively communicate the value of the product to the customer.  In the same way, you may be communicating the value of whichever position you are taking to whoever you are interacting with.  The medium doesn&#8217;t matter &#8211; you might be presenting your points via a blog, over the phone, or in person.  What matters is the preparation that you put into your pitch, and that you practice delivering it.  Again, it&#8217;s knowing what you are going to say, and how you&#8217;re going to say it.  </p>
<p>Another big part of effective preparation is practice.  Whether you are going door to door having the same conversation, or showing the same Powerpoint slides to different groups of people, practice helps you refine your argument.  Knowing what to say is one thing.  Having said it before is another.  Practice helps you determine how you say it.</p>
<p>A great way to practice pitching an argument is to write.  The reason writing is such a crucial educational tool is that it helps us shape and form our ideas.  You may be able to comfortably understand an idea in your head, but getting it out of your head so that someone else can understand it is harder than it sounds.  Writing the idea out forces you to think about how you are communicating that idea.  The more you practice writing about the idea, the clearer it becomes.  </p>
<p>An easy way to practice writing <a href="http://greengaloshes.cc/2007/04/a-blogging-curriculum/" title="green galoshes &raquo; A blogging curriculum">is to use a blog</a>. There you have the added benefit of allowing others to easily comment on and critique your writing and your idea, helping you improve it.  So start writing.  Start presenting your side of the story.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengaloshes.cc/2007/06/preparation-presentation-and-communication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Blog as the New Resume</title>
		<link>http://greengaloshes.cc/2007/04/the-blog-as-the-new-resume/</link>
		<comments>http://greengaloshes.cc/2007/04/the-blog-as-the-new-resume/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 06:02:25 +0000</pubDate>
		<dc:creator>Justin D. Henry</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[favorites]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[highereducation]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[jobhunting]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[resume]]></category>

		<guid isPermaLink="false">http://greengaloshes.cc/2007/04/the-blog-as-the-new-resume/</guid>
		<description><![CDATA[The best part about coming late to a conversation in the blogosphere is that by the time you get there, your main points have already been made, often better than you could have. While putting a post together last night, I came across a recent post from Joshua Porter entitled &#8220;The Blog is the New [...]]]></description>
			<content:encoded><![CDATA[<p>The best part about coming late to a conversation in the blogosphere is that by the time you get there, your main points have already been made, often better than you could have.  While putting a post together last night, I came across a recent post from Joshua Porter entitled &#8220;<a href="http://bokardo.com/archives/the-blog-is-the-new-resume/">The Blog is the New Resume</a>&#8220;. Joshua was referencing <a href="http://www.darowski.com/tracesofinspiration/2007/03/06/the-blog-is-the-new-resume/">a great post by Adam Darowski</a> with the same title.  Adam has <a href="http://www.darowski.com/tracesofinspiration/2007/04/20/roundup-of-the-blog-is-the-new-resume-discussion/">an extensive followup</a> to his post that collects a lot of the past and present discussion around this subject.</p>
<p>I got pretty excited when I saw this discussion, as it&#8217;s something I&#8217;ve been talking about in conversations and workshops for some time.  It&#8217;s really gratifying to stumble upon stuff like this, all laid out for you.  It also makes blogging that much easier :) . I haven&#8217;t dug through everything out there, but here are a few points I have found myself making to friends, colleagues, and workshop participants.</p>
<p><span id="more-28"></span></p>
<p><strong>Practice makes perfect</strong>  </p>
<p>Use your blog as a place to practice your writing.  Blogs aren&#8217;t scrutinized for grammar as closely as resumes are, and the analogy doesn&#8217;t transfer <em>that</em> closely anyway.  For students, especially those who aren&#8217;t in fields that rely heavily on informal (or even formal) writing, this is a golden opportunity to hone those communication skills.  </p>
<p>Blogging can also be a way to practice selling yourself.  When you get a chance to talk to a potential employer, or someone who might know one (see below), talking effectively about yourself and your work is crucial.  If you&#8217;ve been writing about what you do for any period of time, those conversations will flow much easier.</p>
<p><strong>What cover letter?</strong></p>
<p>Perhaps the analogy would work better if we thought about blogging as a resume and cover letter rolled into one.  Your blog is a way to provide employers with a view of you that is more personal than can be fit into a resume (or even a cover letter).  Many organizations don&#8217;t even ask for a cover letter &#8211; especially those that go through a lot of resumes during their recruiting process.  This means that there is no more personal (or even professional) information on you out there. A blog is a relatively easy way to put such information out there in a controlled manner.</p>
<p>A blog may not be a foot in the door (unless perhaps it&#8217;s a well crafted url on a resume), but it can certainly be a step ahead in the review process.  This becomes especially true as employers compare resumes and try to determine who to call for followups and interviews.  They may not google every name, but they might follow a url before spending more time on a potential candidate or trying to decide between one resume and another.</p>
<p><strong>Networking, but different</strong></p>
<p>A common thread in job hunting discussions is that <em>it&#8217;s all about who you know</em>.  This can be a daunting concept for many people, especially since the idea of networking is by it&#8217;s very nature vague. Blogging can provide a way to &#8220;get out there&#8221; and meet others interested in your field.  Your readers (as well as the authors of the blogs you comment on and link to) may not all be potential employers, but they might know some when it comes time for a job search. </p>
<p>What&#8217;s more, when you do get the opportunity to network, a url can be a lot less awkward to pass off to a new acquaintance than a resume.  This is true wether it&#8217;s an email attachment vs a url, or a url written on a napkin or printed on a business card instead of a sheet of paper.</p>
<p><strong>Are you experienced?</strong></p>
<p>At a recent workshop, I mentioned this idea of the blog as the new resume to a room full of graduate students.  What I suggested was that they think about this as a way to achieve some level of professional continuity.  A blog is something that you can take with you &#8211; a record of your travels, in a way.  It provides you with a means to &#8220;publish&#8221; without Publishing.  So even if you are going a few years between contributing to academic journals and papers, you can be using this as an outlet for all the stuff that doesn&#8217;t fit on paper.  Your Vitae may be short, but your blog can show that you&#8217;ve not been idle.  Use it to hone your skills (see above) and whittle down your points over time as you work toward crafting and summarizing that body of research.  </p>
<p>Blogging lets future employers gain insight into your work.  Your blog can supplement the experience you do have, and even allow you to present some credibility in the absence of experience.   Your lack of experience won&#8217;t matter as much if you can prove you know what you are talking about.      </p>
<p><strong>The Google resume</strong></p>
<p>Years after graduating from college, a friend of mine used to get emails from organizations like PBS, looking to quote a website he had made as part of a course project.  Amused, he would inform them that he wasn&#8217;t really an expert on the subject as it was just part of a project to practice building a website.  The university had never taken the site down, and it had lived on in search engine results.  </p>
<p>Amusing as that example is, it leads us to a larger question.  Do you know what&#8217;s on your <a href="http://factoryjoe.com/blog/2005/12/30/my-google-resume/">Google resume</a>?  Will you in years to come?  Often you don&#8217;t even have to be participating to end up online.  Many email lists are public.  Maybe you&#8217;ve been &#8220;tagged&#8221; in a photo on someone else&#8217;s Facebook or MySpace account.  Is the paper from your second year in college that shows up in Google&#8217;s search results going to be an accurate representation of you or your skills?  Probably not.   </p>
<p>Blogging is a relatively easy way to take control of all of that.  It lets you craft and focus an online persona that, if nothing else, can drown out all the miscellaneous cruft that may be floating out there, pointing to you.   </p>
<p><strong>The resume is not obselete</strong></p>
<p>Finally, I don&#8217;t think anyone is really talking about blogs supplanting the resume, or the resume becoming obsolete. This is still going to be a necessary tool in getting a job.  Your resume provides a brief overview of your employment and educational history, in a familiar and structured format.  You wouldn&#8217;t want employers to have to dig through your blog for this information.   </p>
<p>Rather, think of the blog as a powerful supplement to the resume.  It can even help you craft your resume, by providing a reference point for interests, professional activities, and educational experience.  If you are in the habit of blogging, it&#8217;s a lot easier to keep track of that information.  </p>
<p>We used to be encouraged to refresh, update, and even rewrite our resume every six months.  This was a self evaluation exercise, to be done even if you were happy with your job and didn&#8217;t plan on moving.  If nothing else, it would help you build a framework in setting goals for yourself. But it&#8217;s a hard thing to do.  Blogging is a much easier process.</p>
]]></content:encoded>
			<wfw:commentRss>http://greengaloshes.cc/2007/04/the-blog-as-the-new-resume/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>A blogging curriculum</title>
		<link>http://greengaloshes.cc/2007/04/a-blogging-curriculum/</link>
		<comments>http://greengaloshes.cc/2007/04/a-blogging-curriculum/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 03:33:54 +0000</pubDate>
		<dc:creator>Justin D. Henry</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://greengaloshes.cc/2007/04/a-blogging-curriculum/</guid>
		<description><![CDATA[In a recent post, one of my favorite local bloggers mentioned (almost offhandedly) that she was training a cadre of new bloggers. While I can&#8217;t wait to check out the new blogs from one of my favorite local establishments, I am intrigued by the idea of a blogger education program, as it raises some interesting [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent post, one of my favorite local bloggers mentioned (almost offhandedly) that she was <a href="http://7d.blogs.com/802online/2007/04/new_blogs_meetu.html">training a cadre of new bloggers</a>. While I can&#8217;t wait to check out the new blogs from one of my favorite local establishments, I am intrigued by the idea of a blogger education program, as it raises some interesting questions.</p>
<p><span id="more-27"></span></p>
<p>How <em>does</em> a <a href="http://www.sevendaysvt.com/">successful local paper</a> go about educating it&#8217;s online writers (assuming it&#8217;s not just a technical brief)? Are the lessons generic enough to impart upon others in the community? Is there some sort of <a href="http://radar.oreilly.com/archives/2007/04/draft_bloggers_1.html">code of conduct</a> that is encouraged? What about <a href="http://blogs.smugmug.com/don/2007/01/28/scoble-throwing-himself-under-busses-so-i-dont-have-to/">linking</a> <a href="http://www.crunchnotes.com/?p=349">etiquette</a>? Are there editorial guidelines that transfer over from print, or even online?</p>
<p>These are questions all bloggers should be asking themselves.  Indeed, they are the types of questions I try to ask myself every time I post.  What are my own editorial guidelines?  Am I linking appropriately to the sites, subjects, and references that I talk about in my posts?  Should I link to my employer (and disclose said employment) or clients when I write about them or their sites?</p>
<p>Some of these questions have straightforward answers.  Others offer no answer at all, or raise more questions.  Personally, I find the latter to be the most fruitful.  If nothing else, when you can generate more questions you have a better chance at finding one that will lead you to the answer you&#8217;re looking for.  But I digress.  In my own search for answers (and more questions), here are a few resources I&#8217;ve enjoyed.</p>
<ul>
<li><a href="http://books.google.com/books?id=Hd5o74IehyoC&amp;dq=the+elements+of+style">The Elements of Style</a>, by William Strunk, Jr.  I&#8217;ve mentioned this before.</li>
<li>Don Mcaskill&#8217;s post about <a href="http://blogs.smugmug.com/onethumb/2007/01/28/scoble-throwing-himself-under-busses-so-i-dont-have-to/">why linking is good</a> (linked above, but bears repeating).</li>
<li>Brian Clark at <a href="http://www.copyblogger.com/">Copyblogger</a> gives us <a href="http://www.copyblogger.com/copywriting-101/">Copywriting 101</a>.  This collection of essays has a distinct marketing feel to it, but with so much blogging being about writing, this is a great read.</li>
<li><a href="http://bokardo.com/archives/9-lessons-for-would-be-bloggers/">Eighteen</a> <a href="http://bokardo.com/archives/9-more-lessons-for-would-be-bloggers/">Lessons</a> for Would-be Bloggers.  From <a href="http://bokardo.com/">Joshua Porter</a> at Bokardo.</li>
<li><a href="http://www.lifehacker.com/software/feature/geek-to-live-write-effectively-for-the-web-134549.php">Write effectively for the web</a>, by Gina Trapani of Lifehacker.</li>
<li><a href="http://www.idratherbewriting.com/2007/04/09/twenty-usability-tips-for-your-blog-%e2%80%94-condensed-from-dozens-of-bloggers-experiences/#more-533">Twenty Usability Tips for Your Blog</a>, from Tom Johnson (found via a follow up post on Josh Porter&#8217;s blog, mentioned above).</li>
</ul>
<p>These are in no particular order, and this is not by any means an exhaustive list. Most of these are just links I&#8217;ve pulled off of my <a href="http://del.icio.us/kapowee">del.icio.us</a> stream.  What resources and reference tools do you use to guide your blogging, or for that matter, your writing?</p>
]]></content:encoded>
			<wfw:commentRss>http://greengaloshes.cc/2007/04/a-blogging-curriculum/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
