<?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>I'd Rather Be Writing - Tom Johnson</title>
	<atom:link href="http://www.idratherbewriting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idratherbewriting.com</link>
	<description>Technical Communication Blog / Technical Writing Blog</description>
	<lastBuildDate>Mon, 08 Feb 2010 19:53:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.idratherbewriting.com</link>
  <url>http://idratherbewriting.com/favicon2.jpg</url>
  <title>I'd Rather Be Writing - Tom Johnson</title>
</image>
		<item>
		<title>Cures for the Information Exclusion Complex</title>
		<link>http://www.idratherbewriting.com/2010/02/08/cures-for-the-information-exclusion-complex/</link>
		<comments>http://www.idratherbewriting.com/2010/02/08/cures-for-the-information-exclusion-complex/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 14:01:31 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[accuracy]]></category>
		<category><![CDATA[jira]]></category>
		<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[subject matter expert]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5653</guid>
		<description><![CDATA[Some years ago, I used to suffer from developer neglect, or to use a more scientific term, from a kind of information exclusion complex. You know what I&#8217;m talking about. Developers make updates to the interface, often at the last minute, and don&#8217;t let the tech writer know what changed. As a result, the help [...]]]></description>
			<content:encoded><![CDATA[<p>Some years ago, I used to suffer from developer neglect, or to use a more scientific term, from a kind of <em>information exclusion</em> complex. You know what I&#8217;m talking about. Developers make updates to the interface, often at the last minute, and don&#8217;t let the tech writer know what changed. As a result, the help is wrong and out of date. It&#8217;s a frustrating experience from the writer&#8217;s perspective.</p>
<p>Information exclusion is fairly common. Just last week I learned about an application that had a new version nearing release in a week, but the developers hadn&#8217;t told me about it. I documented the previous version, and although the developers made the help button more visible, they never told me they were releasing a new version. They never mentioned to me what they had updated. </p>
<p>In their minds, they hadn&#8217;t updated much. A few enhancements here and there, but did any of it affect the help? They didn&#8217;t know because frankly, they probably never read the help. In their minds, help had been checked off the list weeks ago. There was no need to revisit it. Besides, they were mostly working on bugs and fixes, not new use cases.</p>
<p>When I learned, through a general department meeting, that a new version of the application was being released in a week, I scrambled back into the application to find out what had changed. As I moved from topic to topic through my help and the interface, I spent the next 30 hours making updates to the help content. I had to scrap all of my videos, as they were no longer accurate. I added some new topics, removed others. Fundamental terminology changed, and new functionality had been added.</p>
<p>As I sat there updating the documentation against the clock, I could hardly believe I hadn&#8217;t been notified. C&#8217;mon, were they really going to release this without telling me what needed to be updated in the help?</p>
<p>I was a bit upset for a few days, but under too much pressure to really think through the why of the situation. Instead, I was heads-down, hands on the keyboard, frantically making updates and logging bugs and trying to fix things before they shipped it out the door.</p>
<p>Though I tried not to think this way, I started to resent the project manager a bit. I had rarely been invited to a project meeting or scrum. I had to persuade the project manager that their app needed comprehensive help in the first place. Wasn&#8217;t the project manager savvy enough to know that with each update to the interface and functionality, the help needed to also be updated?</p>
<p>This is a situation you&#8217;ve probably run through dozens of times. Once early in my career something like this happened &#8212; the interface kept changing on me, and no one ever informed me about the changes. One of my senior colleagues looked at me and said, with a smug look on her face, &#8220;Welcome to <i>our</i> world.&#8221;</p>
<p>In those early days as well as the other week, when I experienced developer neglect and suffered a lack of information, I felt marginalized. I tasted the second-class citizenship status that so often takes place in IT organizations with technical writers. The tech writer is the last to know about interface updates, if anyone even bothers to let him or her know.</p>
<p>The perception of information exclusion, whether real or not, is so common among technical writers that it might even be classified as a complex. If you suffer from an information exclusion complex, you&#8217;re disgruntled at project teams for not telling you the information you need to do your job correctly. The project&#8217;s information door has been shut on you, and you must kick your foot under the door to wedge it open.</p>
<p>Well, I have started to figure out how developers tick, and I recently discovered something that has helped me break free from my information exclusion complex.</p>
<h3>How Developers Tick</h3>
<p>I didn&#8217;t piece this together all at once, and it is still a picture that is forming in my mind, but it&#8217;s compelling. At the heart of how developers, quality assurance (QA) engineers, and project managers interact is through a bug/enhancement tracking system called JIRA. In your organization it may be something else, but the concept will likely be the same.</p>
<p>In my organization, every time QA engineers find a bug, they log it in JIRA. Every time project managers have an enhancement to the existing functionality, they log it in JIRA. Every time developers fix something, they log it in JIRA. Every change to the application gets logged and tracked in JIRA.</p>
<p>The project manager and QA lead assign the items in JIRA to developers. Developers and QA comment on each of the JIRA items, noting challenges or obstacles to the JIRA item. Project managers give each JIRA item a priority level, so that P1s get the most critical attention, while P3s are usually not worked on at all. In short, JIRA stores all of the necessary information for the project.</p>
<p>I have simplified things here, because even though all important and changing project information is stored in JIRA, the JIRA system itself is like a maize to navigate. In one of my projects, we have nearly 2,000 items in JIRA, all with various priority levels, version release assignments, sources, dates, comments, and other details. Navigating JIRA can be like looking at a street map of Mexico City and trying to decide where or how to go.</p>
<p>Despite the challenges, keeping up with JIRA, I&#8217;ve learned, is the key to staying on top of a project. It&#8217;s how the developer mind works. Once you understand this, it will help cure all symptoms of the information exclusion complex. If a developer logs something in JIRA, whether it&#8217;s a bug, a fix, an enhancement, a user story, or even an update the server the application runs on, he or she expects that everyone else on the project who has access to JIRA will see the update. The developer assumes everyone is as JIRA-savvy and JIRA-driven as he or she is.</p>
<p>As technical writers, we often scorn users who are too slow/lazy to read the manual (RTFM). The corollary for developers is to scorn technical writers who are too slow/lazy to read JIRA (RTFJIRA). See how the tables are turned?</p>
<h3>Leveraging JIRA to Influence Changes</h3>
<p>Don&#8217;t be intimidated by JIRA, or whatever bug tracking software you use. JIRA is your best friend, because now that you know the secret &#8212; that JIRA controls all information about a project &#8212; you can start to leverage this information source to influence updates and changes to the application as you see fit.</p>
<p>You know that capitalization error on the home page of your app that is driving you nuts? Stop complaining about it in project meetings. Just log it in JIRA and it will probably get done. How about the error message box that says, &#8220;Object reference not set to an instance of an object.&#8221; You&#8217;ve been telling developers for months that no one will understand it. But they aren&#8217;t waiting for an email from you to specify how to fix it. No, they&#8217;re waiting for the item to appear in JIRA. Like a cook waiting for an order, developers will simply see the request on their screen and get to work. </p>
<p>Not every thing you slip into JIRA will get implemented. The tough fixes will be procrastinated, just like you have procrastinated the toughest help topics in your help. When developers feel weary and tired, and when they&#8217;re winded from playing too much ping pong, they&#8217;ll cherrypick the easy JIRA items that require nothing but simple text updates &#8212; your capitalization pet peeves, the label misspellings, those inane on-screen messages that developers typed while they were half-asleep. As long as you stick your requests in JIRA, they will eventually get done.</p>
<h3>Still a Few Surprises</h3>
<p>Although I&#8217;m following JIRA more carefully now, I still get surprised by project release dates I wasn&#8217;t anticipating. But this is only because I fail to check the project items and statuses. Lately, however, I have subscribed to the RSS feeds of the comments and issues in JIRA I want to track. (By the way, <a href="http://rssbandit.org/" target="_blank">RSS Bandit</a> is one of the few RSS readers that can pull authenticated RSS feeds behind your corporate firewall and send you updates when additions are made.)</p>
<p>Even if I&#8217;m surprised every now and then by unanticipated changes, I&#8217;ve completely shed the information exclusion complex. I&#8217;m not frustrated if developers don&#8217;t tell me about interface and functionality changes. In an agile environment, there&#8217;s no way they can keep me updated on an individual level about everything that changes. And I wouldn&#8217;t want them tapping on my shoulder all day anyway. I can learn most of what I need to know just sitting in my chair, looking at my screen, submitting new items to JIRA or looking at those JIRA items that have been submitted. Every once in a while I drop by the developers&#8217; desks, but more to say hello than to ask what&#8217;s new.<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/02/08/cures-for-the-information-exclusion-complex/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Add More Sidebars to Your WordPress Theme</title>
		<link>http://www.idratherbewriting.com/2010/02/07/registering-more-sidebars/</link>
		<comments>http://www.idratherbewriting.com/2010/02/07/registering-more-sidebars/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:26:33 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[register sidebars]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5659</guid>
		<description><![CDATA[You can add more than one sidebar section to your WordPress site. For example, with the stc-intermountain.org site, I added a whole bunch of additional sidebar sections in the Appearance &#62; Widgets section. 

Adding more sidebar sections

Adding more sidebars is useful if you&#8217;re using WordPress more as a content management  system than a blog.
Someone [...]]]></description>
			<content:encoded><![CDATA[<p>You can add more than one sidebar section to your WordPress site. For example, with the stc-intermountain.org site, I added a whole bunch of additional sidebar sections in the Appearance &gt; Widgets section. </p>
<div id="attachment_5662" class="wp-caption alignnone" style="width: 610px"><img class="size-medium wp-image-5662" title="sidebarsections" src="http://www.idratherbewriting.com/wp-content/uploads/2010/02/sidebarsections-e1265516556888-600x492.png" alt="" width="600" height="492" />
<p class="wp-caption-text">Adding more sidebar sections</p>
</div>
<p>Adding more sidebars is useful if you&#8217;re using WordPress more as a content management  system than a blog.</p>
<p>Someone asked me how I did this. The process isn&#8217;t hard. I&#8217;ve broken it down into three steps. (Before you continue with the instructions, you may want to back up the information in your existing sidebar.)</p>
<h3>Step 1</h3>
<p>Add this code to your functions.php file under Appearance &gt; Editor.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'register_sidebars'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span>
        register_sidebar<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'Sidebar Home'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'before_title'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'&lt;h4&gt;'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'after_title'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'&lt;/h4&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        register_sidebar<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'Sidebar Jobs'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'before_title'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'&lt;h4&gt;'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'after_title'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'&lt;/h4&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        register_sidebar<span style="color: #009900;">&#40;</span><span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'name'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'Sidebar Meetings'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'before_title'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'&lt;h4&gt;'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'after_title'</span><span style="color: #339933;">=&gt;</span><span style="color: #0000ff;">'&lt;/h4&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>In this example, the sidebars that will be added will be called Sidebar Home, Sidebar Jobs, and Sidebar Meetings. Change the names to whatever you want. You can add many more sections here, not just three.</p>
<p>You can also add more arguments than simply name, before_title, and after-title. See <a href="http://codex.wordpress.org/Function_Reference/register_sidebar">the full function reference and arguments</a> with registering sidebars.</p>
<p>You&#8217;ll also need to delete the previous <a href="http://codex.wordpress.org/Function_Reference/register_sidebars">register_sidebars function</a> so that the two don&#8217;t conflict.</p>
<h3>Step 2</h3>
<p>Add a reference to the sidebar section where you want the sidebar to appear in your theme. For example, type the following to insert the Jobs sidebar:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dynamic_sidebar'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">||</span> <span style="color: #339933;">!</span>dynamic_sidebar<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Sidebar Jobs'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>To insert the Meetings sidebar, you would type Sidebar Meetings rather than Sidebar Jobs.</p>
<h3>Step 3</h3>
<p>In a text editor, duplicate your existing sidebar code, rename the file (for example, sidebar_jobs.php), and FTP the file into the folder with your other theme files.</p>
<p>Where you want the file to appear (probably in a specific page template), add this reference to the file:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">include</span> <span style="color: #009900;">&#40;</span>TEMPLATEPATH <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/sidebar_jobs.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Remove the other code that calls the sidebar (probably get_sidebar). Now that page template will show your Jobs sidebar. And you can configure your Jobs sidebar under Appearance &gt; Widgets.</p>
<p>Although I&#8217;ve mainly been calling these sections a sidebar, you can create sections and insert them anywhere in your site, such as the footer, an ad space in the header, or elsewhere.<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/02/07/registering-more-sidebars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What Would a WordPress Template for Chapter Sites Look Like?</title>
		<link>http://www.idratherbewriting.com/2010/02/02/what-would-a-wordpress-template-for-chapter-sites-look-like/</link>
		<comments>http://www.idratherbewriting.com/2010/02/02/what-would-a-wordpress-template-for-chapter-sites-look-like/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:00:08 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[chapters]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[SIGs]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5627</guid>
		<description><![CDATA[Last week Will Sansbury mentioned to me that one of his ideas with the Atlanta chapter site was to provide an example or template of how WordPress could be used for chapter sites. I got to thinking, why isn&#8217;t there a standard WordPress template for chapters and SIGs to use?
Further, in WordPress 3.0, WordPress MU [...]]]></description>
			<content:encoded><![CDATA[<p>Last week <a href="http://willsansbury.com" target="_blank">Will Sansbury</a> mentioned to me that one of his ideas with the <a href="http://stcatlanta.org" target="_blank">Atlanta chapter site</a> was to provide an example or template of how WordPress could be used for chapter sites. I got to thinking, why isn&#8217;t there a standard WordPress template for chapters and SIGs to use?</p>
<p>Further, in WordPress 3.0, <a href="http://mu.wordpress.org/" target="_blank">WordPress MU</a> and regular <a href="http://wordpress.org" target="_blank">WordPress </a>will be merged. This is huge, because it means you&#8217;ll be able to create child blogs with a regular WordPress install. Essentially we could have one site like stcchapter.org with dozens of child blogs, containing subdomains such as intermountain.stcchapter.org, wyoming.stcchapter.org, and so forth. </p>
<p>For those chapters that just wanted a simple web solution, they could create a child blog from this site. They could also point their regular domain to the site. The themes and plugins available in child blogs are dependent on what the parent blog chooses to provide.</p>
<p>I think the idea of providing a site template from WordPress is ingenious. It made me think about exactly what a chapter WordPress template would look like. I wish I could say our <a href="http://intermountain-stc.org" target="_blank">Intermountain-STC site</a> is a perfect example, but it&#8217;s not (not yet anyway). I spent a good chunk of time this weekend tweaking a few things. Here are several elements that I think a chapter WordPress template would have.</p>
<h3>Subpage Lists</h3>
<p>One aspect of websites that appeals to me is an apparent simplicity up front. A single navigation bar at the top of the site showing about seven or eight buttons is all I want. Home | About | Blog | Meetings | Jobs | Resources | Events. Something simple.</p>
<p>To accommodate this simplicity, the sidebars for each of the pages should show all the subpages for the current page. And here the amount of content in the sidebar can be as abundant as you want, from three page links to thirty or more. The submenu page list hides the complexity. (Fortunately, showing a list of subpages for the current page is simple with the<a href="http://wordpress.org/extend/plugins/lj-subpages-widget/" target="_blank"> LJ Subpages Widget plugin</a>.)</p>
<div id="attachment_5634" class="wp-caption alignnone" style="width: 610px"><img class="size-medium wp-image-5634 " title="subpagesonright" src="http://www.idratherbewriting.com/wp-content/uploads/2010/01/subpagesonright-600x319.png" alt="" width="600" height="319" />
<p class="wp-caption-text">Subpages appear on right for the selected page, allowing you to hide the complexity of information up front and only show the information when a user is on the relevant page</p>
</div>
<h3>Custom Sidebars</h3>
<p>Implementing custom sidebars feature takes the concept of the subpage lists to another level. Each main page should not only show the subpage list for the current page but also have an entirely unique sidebar showing content specific to that page. </p>
<p>Why? Two reasons. If you have the same sidebar content for each page, the reader&#8217;s eye becomes blind to it. So even if you have the changing subpage list at the top, the reader may not notice the changing links if the rest of the sidebar remains the same. But if the entire sidebar changes for each of the seven or eight main pages, that&#8217;s something you notice. The reader can anticipate that the sidebar content will contain unique content for the specific page he or she is viewing.</p>
<div id="attachment_5635" class="wp-caption alignnone" style="width: 610px"><img class="size-medium wp-image-5635" title="uniquesidebar" src="http://www.idratherbewriting.com/wp-content/uploads/2010/01/uniquesidebar-600x322.png" alt="" width="600" height="322" />
<p class="wp-caption-text">The sidebars are unique for each page the user is on. For example, with the Jobs page, the user can see information on subscribing to job email alerts and a jobs RSS feed.</p>
</div>
<p>Second, having a custom sidebar for your page gives you more room to present information for that page in an attractive format. You can give more information to the reader above the fold, without having to scroll.</p>
<p><strong>Author Pages</strong></p>
<p>Above all else, a chapter site should be collaborative. Multiple chapter members should be able to access it, author content, and publish. You want to highlight and promote the collaborative nature of the site. Posts usually contain a byline, and the byline is a hyperlink to the author&#8217;s name that shows the author&#8217;s bio and posts. The default author template called is the author.php page, so you can customize this page to show the author&#8217;s picture and bio information at the top, like this:</p>
<div id="attachment_5636" class="wp-caption alignnone" style="width: 610px"><img class="size-medium wp-image-5636" title="authorpages" src="http://www.idratherbewriting.com/wp-content/uploads/2010/01/authorpages-600x345.png" alt="" width="600" height="345" />
<p class="wp-caption-text">Author pages show contact information, profile text, and posts published by the author</p>
</div>
<p>You can also show a list of authors in your sidebar (see the lower-right section of the image above).</p>
<h3>Special Widget Sections</h3>
<p>One of the cool things about WordPress is the drag-and-drop widget feature. You drag the widgets you want into the sections on the right. Most people don&#8217;t realize that you can create additional sections for your widgets that map to different areas of your templates. For example, you can create 10 or more special sections that correspond with the different pages. This way the people who maintain the site can configure the sidebars without even touching the code.</p>
<p>In the following screenshot, you can see that I&#8217;ve created a new sidebar section for each of my main pages. You can now drag whatever widgets you want into each of those sections, depending on what you want in the sidebar for that page. This is one way you transform WordPress into a CMS.</p>
<div id="attachment_5638" class="wp-caption alignnone" style="width: 610px"><img class="size-medium wp-image-5638" title="widgetsections" src="http://www.idratherbewriting.com/wp-content/uploads/2010/01/widgetsections-600x329.png" alt="" width="600" height="329" />
<p class="wp-caption-text">You can create new sections for your widgets</p>
</div>
<h3>Custom Homepage</h3>
<p>Rather than showing About information or a list of the latest posts, I think the home page best serves its purpose by showing the next chapter meeting, the latest jobs added to the site, the latest blog posts, and general news. The home page of a chapter site should give you a summary of all the important information you may need to know.</p>
<div id="attachment_5639" class="wp-caption alignnone" style="width: 610px"><img class="size-medium wp-image-5639" title="homepagesummary" src="http://www.idratherbewriting.com/wp-content/uploads/2010/01/homepagesummary-600x396.png" alt="" width="600" height="396" />
<p class="wp-caption-text">The home page shows a summary of the most important information</p>
</div>
<p>These are just my initial thoughts about what a chapter WordPress template might include. I&#8217;m currently trying to convert the Intermountain-STC.org site into exactly this template. Any thoughts on what else a chapter or SIG site would need?<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/02/02/what-would-a-wordpress-template-for-chapter-sites-look-like/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Fragmented Communities and the Chapter/SIG Web Site Problem</title>
		<link>http://www.idratherbewriting.com/2010/02/01/fragmented-communities-and-the-chaptersig-web-site-problem/</link>
		<comments>http://www.idratherbewriting.com/2010/02/01/fragmented-communities-and-the-chaptersig-web-site-problem/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:33:18 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conversation]]></category>
		<category><![CDATA[critique]]></category>
		<category><![CDATA[design review]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5620</guid>
		<description><![CDATA[Recently Will Sansbury and I gave a webinar to STC community leaders on chapter and SIG websites. Rather than giving a static, one-way presentation about theoretical concepts with web design, or boring people with technical details they probably didn&#8217;t care about, we held the webinar more like a design review workshop, not too different from [...]]]></description>
			<content:encoded><![CDATA[<p>Recently Will Sansbury and I gave a webinar to STC community leaders on chapter and SIG websites. Rather than giving a static, one-way presentation about theoretical concepts with web design, or boring people with technical details they probably didn&#8217;t care about, we held the webinar more like a design review workshop, not too different from a writing group workshop.</p>
<p>Although I spent three years in a creative writing program holding exactly these types of writing workshops, in which a group of people provide feedback on the story or essay someone submits, it never crossed my mind that designers probably sit around tables doing the exact same thing with websites. </p>
<h3>Design Reviews</h3>
<p>Regardless of the topic, the methodology of the workshop is mostly the same. In a tactful way, you explain what works well and what could be improved. Others either agree or disagree with your analysis, and hopefully they explain why. The only difference between critiquing creative stories and websites is in the questions you ask. Rather than ask, what&#8217;s the story here? Are the characters believable? Does it have arc? You ask questions about findability, simplicity, readability, and so forth.</p>
<p>I found that in looking at websites, my feedback could be grouped into about seven categories:</p>
<p><strong>Purpose</strong></p>
<ul>
<li> What are you trying to achieve with the site?</li>
<li> What do you want the audience to do on the site?</li>
<li>What do you want feedback about?</li>
</ul>
<p><strong>Findability</strong></p>
<ul>
<li> What are some things your users might be looking for? Is it easy to find them?</li>
<li> If you search for something, are the results accurate?</li>
</ul>
<p><strong>Simplicity</strong></p>
<ul>
<li> Is the site navigation simple to understand?</li>
<li> How does the site handle submenus to provide additional information?</li>
<li> Is the site busy?</li>
<li> Is there enough white space in the site?</li>
</ul>
<p><strong>Readability</strong></p>
<ul>
<li> How easy is it to read the content?</li>
<li> Is the font size, column width, leading, and typography working together in a readable way?</li>
<li> Can I subscribe to the content with Facebook, Twitter, RSS, or e-mail to read it in the format I want?</li>
<li> Are the paragraphs small, broken up with lists, blockquotes, and other formatting varieties?</li>
</ul>
<p><strong>Interactivity</strong></p>
<ul>
<li> Can I add comments on things I read?</li>
<li> Can I read other people&#8217;s comments and reply to their comments in a threaded way?</li>
<li> Can I contact someone through an email address or contact form? If a contact form, do I know where it goes or if it sent correctly?</li>
<li> If I have a job to post, can I submit the details myself? Can I even post it myself?</li>
</ul>
<p><strong>Content Appeal</strong></p>
<ul>
<li> Is the content interesting to read?</li>
<li> Is the content current?</li>
<li> Can multiple people author and maintain content, so that all the burden isn&#8217;t placed on one person?</li>
<li> Do you integrate your news into real-time articles/posts on the site?</li>
</ul>
<p><strong>Design Appeal</strong></p>
<ul>
<li> Where do my eyes focus naturally focus on the site?</li>
<li> Are there any design element repeated?</li>
<li> Is the site attractive to look at? Why or why not?</li>
</ul>
<p>For more on running a design review, see Scott Oberkun&#8217;s <a title="http://www.scottberkun.com/essays/23-how-to-run-a-design-critique/" rel="nofollow" href="http://www.scottberkun.com/essays/23-how-to-run-a-design-critique/">How to Run a Design Critique</a> and Makiko Itho&#8217;s <a title="http://www.digital-web.com/articles/web_design_critique/" rel="nofollow" href="http://www.digital-web.com/articles/web_design_critique/">The Delicate Art of (Web) Design Critique</a>.</p>
<h3>Trends from the Analysis</h3>
<p>If you go through each of these categories, you usually find something worthwhile to say. We analyzed six different sites: <a href="http://stcqpisig.securespsites.com/default.aspx" target="_blank">Quality Process SIG</a>, <a href="http://www.stctc.org/index.php?category=Home" target="_blank">Twin Cities</a>, <a href="http://www.heartland-stc.org/" target="_blank">Heartland</a>, <a href="http://www.stc-techedit.org/" target="_blank">Tech Editing SIG</a>, <a href="http://www.stcsig.org/cic" target="_blank">Orlando</a>, and the <a href="http://www.stcsig.org/cic" target="_blank">Contracting and Independent Consulting SIG</a>.</p>
<p>The webinar description suggested that we would explore ways to build attractive online sites where members could interact and find value, because fewer and fewer people are physically gathering for meetings.</p>
<p>As we moved through the sites, it was clear that a lot of people were trying to move in exactly this direction &#8212; towards collaboration and participation. The Quality Process SIG adopted SharePoint to make it easy for numerous people to author content. Twin Cites integrated a social networking component in a custom CMS where members could friend each other, add personal details, and even write blog posts. Orlando was in the process of moving their content to WordPress because their old site was a &#8220;dinosaur.&#8221; The Tech Editing SIG built their content on a wiki platform containing a section that showed posts from their email list discussions in an automated way.</p>
<h3>What&#8217;s Missing</h3>
<p>To enable participation and collaboration, many of the platforms allowed you to comment, subscribe, interact, log in, and manage the content. This makes sense.</p>
<p>But the platform is only the first step. Whether you&#8217;re using WordPress, Drupal, Joomla, SharePoint, Ning, or any other Web 2.0-capable technology, a larger ingredient is missing from the recipe for a thriving online site where members naturally gravitate to for interaction. Your site can be as interactive as anything can be, and yet still remain dormant, unused, unexplored, rarely visited, and rarely even noticed unless you provide a reason for people to come together as a community.</p>
<p>For example, although the Twin Cities site offers the ability to friend others, blog, and add personal details about your location, interests, and other details, it isn&#8217;t generating the activity you see on Facebook.</p>
<p>What&#8217;s interesting about Facebook isn&#8217;t that it allows you to write on other people&#8217;s walls, provide status updates, or add other people as friends. What&#8217;s interesting is that so many people are on Facebook, checking it and posting to it daily or even hourly.</p>
<p>Is it possible to create an online platform that technical communicators would use with as much popularity as Facebook or Twitter or even <a href="http://stackoverflow.com/" target="_blank">Stack Overflow</a>?</p>
<p>The problem, I think, is in gathering a critical mass of community. Chapters are so small, it&#8217;s hard to see much activity from members on a site. For example, our chapter now has about 20 members (as opposed to about 75 from last year). To think we&#8217;ll convert the site into a thriving hub of online interaction is an illusion. You need thousands of people to build up the exchanges that take place in a popular community. When you have the thousands of people coming to your site every day, they begin to interact, and the interactions fuel more comments and replies and posts. At some point, you have a thriving community. But you don&#8217;t build a community without a critical mass of participation.</p>
<p>Without a critical mass of people to form a community, you end up with a dormant-looking site &#8212; for example, what most chapter sites look like.</p>
<p>The <a href="http://thecontentwrangler.ning.com/" target="_blank">Ning  Community</a> Scott Abel created comes closest to the thriving online site where members can interact, but even that site seems underused. I just logged into the other day for the first time in months.</p>
<p>Again, the main problem is in the critical mass. There just aren&#8217;t enough people in chapters to form a presence on a site. Chapters and SIGs fragment the already small online technical communicator audience.</p>
<p>Additionally, although SIGs have greater potential for online interaction, most of the activity is often better expressed through e-mail listservs and threaded forum discussions. As old-school as email or forums are, they&#8217;re fast, immediate, and reach almost everyone.</p>
<h3>The Solution?</h3>
<p>I&#8217;m not really sure what solution is for chapter and SIG sites to move from dormant sites to thriving hubs of interaction. Technical writers are a small niche of overall people on the web, and when you fragment that already small niche into even smaller groups of chapters and SIGs, they never seem to come together in a critical mass of people.</p>
<p>This problem isn&#8217;t unique to our group. It&#8217;s a problem that stems for many independent publishing locations and sites. Conversations are taking place on blogs here and there, email listservs here and there, forums here and there, and the consequence is a bunch of whispers that you can&#8217;t hear (unless you look in each of the individual places).</p>
<p>I believe the solution won&#8217;t involve centralizing the information/people into one site and location. Instead, it will involve aggregating the sources through RSS and other technology.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/02/01/fragmented-communities-and-the-chaptersig-web-site-problem/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Madcap Flare&#8217;s Extensibility: Adding jQuery to Flare</title>
		<link>http://www.idratherbewriting.com/2010/01/26/madcap-flares-extensibility-adding-jquery-to-flare/</link>
		<comments>http://www.idratherbewriting.com/2010/01/26/madcap-flares-extensibility-adding-jquery-to-flare/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:45:44 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[Flare]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Madcap Flare]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5604</guid>
		<description><![CDATA[Alistair Christie recently published a podcast about Unscripted Screencasts and Flare Extensibility. In the podcast, he considers whether scripts are necessary for corporate screencasts &#8211;  a good topic for exploration and testing. But he also gets into something a little more interesting: extending Flare with jQuery.
jQuery is the new Javascript. It provides smooth functionality that [...]]]></description>
			<content:encoded><![CDATA[<p>Alistair Christie recently published a podcast about <a href="http://www.itauthor.com/2010/01/23/itauthor-podcast-32-unscripted-screencasts-and-flare-extensibility/" target="_blank">Unscripted Screencasts and Flare Extensibility</a>. In the podcast, he considers whether scripts are necessary for corporate screencasts &#8211;  a good topic for exploration and testing. But he also gets into something a little more interesting: extending Flare with jQuery.</p>
<p>jQuery is the new Javascript. It provides smooth functionality that shows and hides components, slides objects around, and animates graphics in a sexy way. As an example, <a href="http://www.prophotoblogs.com/support/" target="_blank">ProPhotoBlogs&#8217; support</a> section incorporates jQuery functionality. And the drop-down menus on <a href="http://willsansbury.com/" target="_blank">Will Sansbury&#8217;s site</a> are also jQuery driven. Here are a few <a href="http://api.jquery.com/animate/" target="_blank">jQuery animation effects</a>. And <a href="http://api.jquery.com/slideDown/" target="_blank">slide-down effects</a>. And <a href="http://api.jquery.com/fadeIn/" target="_blank">fade effects</a>. </p>
<p>Alistair says he feels satisfied he made the right choice about adopting Flare as a help tool because of this extensibility. Because of the XML and CSS standards that Flare is built on, Alistair can add a reference to the jQuery script in the header, add functions in the page body and toolbar, and hook into other technologies to customize the display.</p>
<p>For detailed step-by-step instructions on inserting functions into Flare&#8217;s Webhelp toolbar, see Alistair&#8217;s post,<a href="http://www.itauthor.com/2010/01/12/adding-function-buttons-to-the-madcap-flare-webhelp-toolbar/" target="_blank"> Adding function buttons to to the Madcap Flare Web Toolbar.</a></p>
<p>I like Flare for much of the same reasons as Alistair. I haven&#8217;t integrated jQuery scripts into Flare yet. But knowing that I can do it if I wanted to is encouraging.</p>
<p>The next question is what functionality we&#8217;re missing from Webhelp. Is jQuery just the latest gee-whiz, bell-and-whistle technology? Or is it functionality that will persuade users that the help is worthwhile?</p>
<p>Alistair says he created a button that shows a direct link to the topic the user is viewing. And he hooked into a custom glossary database. He also integrated his own show/hide functionality and a bookmarks feature. Granted, some of that functionality already exists to some degree in the existing Webhelp buttons, but Alistair&#8217;s company had custom needs.</p>
<p>One button I&#8217;ve added to Webhelp is a Contact button that allows the user to send feedback to the project team. I would like to incorporate jQuery scripts to make screencasts pop-up in a modal that dims the background. I&#8217;d also like to make screenshots expand to full size when the user clicks them (similar to Flare&#8217;s new thumbnail feature). The way graphics slide down smoothly with jQuery is more elegant than the built-in drop-down hotspot functionality Flare provides. (I imagine you have to work in the code view to integrate all of this.)</p>
<p>I&#8217;m not sure to what extent other tools can hook into the same technologies. But it is important to have this potential &#8212; so that help authors can keep pace with the developments and technologies of the web.</p>
<p>To listen to Alistair Christie&#8217;s podcast on extending Flare with jQuery, see <a href="http://www.itauthor.com/2010/01/23/itauthor-podcast-32-unscripted-screencasts-and-flare-extensibility/" target="_blank">Unscripted Screencasts and Flare Extensibility</a>.<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/01/26/madcap-flares-extensibility-adding-jquery-to-flare/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Site Critique and WordPress Q&amp;A Webinar This Thursday</title>
		<link>http://www.idratherbewriting.com/2010/01/26/web-site-critique-and-wordpress-qa-webinar-this-thursday/</link>
		<comments>http://www.idratherbewriting.com/2010/01/26/web-site-critique-and-wordpress-qa-webinar-this-thursday/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 15:33:58 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[chapter sites]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Mediawiki]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[will sansbury]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5608</guid>
		<description><![CDATA[Date: Jan 28, 2010
Time: 1 pm EST
Platform: Genysys (on the web)
Cost: Free for STC members
Registration required
Will Sansbury and I are giving a webinar on web design and WordPress this Thursday as part of the STC Community Leaders series. In the webinar, we plan to look at about five chapter/SIG sites in depth, examining what they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Date: Jan 28, 2010<br />
Time: 1 pm EST<br />
Platform: Genysys (on the web)<br />
Cost: Free for STC members<br />
<a href="https://access.stc.org/imispublic/Core/Events/eventdetails.aspx?iKey=STCCE4" target="_blank">Registration required</a></p>
<p><a href="http://willsansbury.com" target="_blank">Will Sansbury</a> and I are giving a <a href="https://access.stc.org/imispublic/Core/Events/eventdetails.aspx?iKey=STCCE4" target="_blank">webinar on web design and WordPress</a> this Thursday as part of the STC Community Leaders series. In the webinar, we plan to look at about five chapter/SIG sites in depth, examining what they&#8217;re doing well and how they could be improved. The sites will merely provide examples to spark discussion about web concepts and techniques (helping us move in a descriptive rather than prescriptive direction).</p>
<p>Here&#8217;s the description of the webinar:</p>
<blockquote><p>Because most communities have far more virtual participants than physical participants, establishing a strong web presence where members can find information, interact with each other, and access resources is critical. In this community webinar, we&#8217;ll review a handful of chapter or SIG sites and discuss what&#8217;s working well and how they might be improved. We&#8217;ll also talk about WordPress &#8212; a popular platform many chapters are using for their websites. As a WordPress consultant, I deal with all kinds of WordPress questions, from customizing themes to implementing specific plugins, tweaking the stylesheet, inserting PHP tags, and fixing crashed sites. If you&#8217;re currently managing or implementing a WordPress site, bring your questions and I&#8217;ll try to answer them. I&#8217;ll also go over my top 10 recommended WordPress plugins. [Note: I wrote the description before asking Will to join me in the presentation, so excuse the first person point of view.]</p></blockquote>
<p>If you&#8217;re planning to attend the webinar and you want your site critiqued, let me know. Otherwise, I&#8217;m thinking of looking at these five sites:</p>
<ul>
<li><a href="http://stc-montreal.org/en/" target="_blank">STC Montreal</a></li>
<li><a href="http://stcatlanta.org/" target="_blank">STC Atlanta</a></li>
<li><a href="http://www.stcsig.org/usability/index.html" target="_blank">STC Usability SIG</a></li>
<li><a href="http://www.stctc.org/index.php?category=Home" target="_blank">STC Twin Cities</a></li>
<li><a href="http://www2.stctoronto.org/" target="_blank">STC Toronto</a></li>
<li><a href="http://www.stc-techedit.org" target="_blank">STC Technical Editing SIG</a></li>
</ul>
<p>The webinar will have a WordPress bent to it, because it&#8217;s the platform I&#8217;m most familiar with. Technical how-to is always less interesting that concepts, so I only see the discussion veering off into WordPress when we mention ways to implement concepts/techniques in a practical, easy way. I&#8217;m also familiar with Joomla and Mediawiki, so if one of those solutions makes more sense, I&#8217;ll talk about them.</p>
<p>You can <a href="https://access.stc.org/imispublic/Core/Events/eventdetails.aspx?iKey=STCCE4" target="_blank">sign up for the webinar here.</a></p>
<p><strong>Note: </strong>In my experience with Genesys, you have to call in via phone. You can&#8217;t use your computer speakers. So if you&#8217;re calling internationally, you might want to use Skype.<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/01/26/web-site-critique-and-wordpress-qa-webinar-this-thursday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Podcast: Riding the Tide of Technical Communications Consulting</title>
		<link>http://www.idratherbewriting.com/2010/01/21/podcast-riding-the-tide-of-technical-communications-consulting/</link>
		<comments>http://www.idratherbewriting.com/2010/01/21/podcast-riding-the-tide-of-technical-communications-consulting/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:40:42 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[hours]]></category>
		<category><![CDATA[portfolios]]></category>
		<category><![CDATA[salary]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5587</guid>
		<description><![CDATA[Download MP3
Length: 90 min.
Lyn Worthen presented to the STC Intermountain chapter tonight on running your own business as a technical communications consultant. She covers almost everything you need to know as a consultant, including rates, billing, contracts, marketing, taxes, business structures, hours, salary, tools, locations, niche services, portfolios, client communications, and more.
Here&#8217;s her presentation description:
Unlike [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/lynworthen.mp3">Download MP3</a><br />
Length: 90 min.</p>
<p>Lyn Worthen presented to the STC Intermountain chapter tonight on running your own business as a technical communications consultant. She covers almost everything you need to know as a consultant, including rates, billing, contracts, marketing, taxes, business structures, hours, salary, tools, locations, niche services, portfolios, client communications, and more.</p>
<p>Here&#8217;s her presentation description:</p>
<blockquote><p>Unlike the consistent schedule, workload, and wages of a 9-5 technical writing job, going it on your own as a consultant or contractor is a lot like riding the tide. Sometimes the tide is “in” and you have plenty of work to keep you happily tapping away on your keyboard; the projects are queuing up, the money is flowing, and all’s right with the world.</p>
<p>Other times, the tide is “out” and you find yourself walking on a desolate beach, staring out at the horizon, waiting for your ship to come in — and, if you’re lucky, picking up the occasional small job still lurking in a hidden tidal pool; money is scarce, and as the siren song of Corporate America tempts you back into the relative stability of captured employment, you question the wisdom of continuing to go it alone.</p>
<p>And then there are the “tsunamis,” those times when you have more work than one person should ever be expected to handle; yet in spite of the fact that you’re barely keeping your head above water, you’re reluctant to say “no” to any of it because you don’t know how high the floodwaters will rise or how long the drought that is sure to follow will last.</p></blockquote>
<h3>About Lyn Worthen</h3>
<p>Lyn Worthen&#8217;s company is <em>Information Design Co: Technical Communications Consulting,</em> based in Utah and serving local, national, and international clients. Lyn is a member of the STC, the Utah Women Tech Council (WTC), and National Association of Women Business Owners (NAWBO). You can find out more about her through <a href="http://www.linkedin.com/in/lynworthen" target="_blank">her Linkedin page</a>. To contact Lyn, send her an email at <a href="mailto:lynw@xmission.com">lynw@xmission.com</a>.<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/01/21/podcast-riding-the-tide-of-technical-communications-consulting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/lynworthen.mp3" length="155599683" type="audio/mpeg" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/lynworthen.mp3" length="155599683" type="audio/mpeg" />
		</item>
		<item>
		<title>Intermountain STC Chapter Meeting This Wednesday at 7 pm</title>
		<link>http://www.idratherbewriting.com/2010/01/19/intermountain-stc-chapter-meeting-this-wednesday-at-7-pm/</link>
		<comments>http://www.idratherbewriting.com/2010/01/19/intermountain-stc-chapter-meeting-this-wednesday-at-7-pm/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:38:48 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[Intermountain chapter]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5585</guid>
		<description><![CDATA[This Wednesday, Jan 20, there&#8217;s an Intermountain STC Chapter meeting at 7 pm. in the Sandy library. Lyn Worthen will be speaking on running your own technical communications consulting business. Here&#8217;s an excerpt from her description:
Unlike the consistent schedule, workload, and wages of a 9-5 technical writing job, going it on your own as a [...]]]></description>
			<content:encoded><![CDATA[<p>This Wednesday, Jan 20, there&#8217;s an <a href="http://www.intermountain-stc.org/2009/12/15/january-2010-chapter-meeting/" target="_blank">Intermountain STC Chapter meeting</a> at 7 pm. in the Sandy library. Lyn Worthen will be speaking on running your own technical communications consulting business. Here&#8217;s an excerpt from her description:</p>
<blockquote><p>Unlike the consistent schedule, workload, and wages of a 9-5 technical writing job, going it on your own as a consultant or contractor is a lot like riding the tide. Sometimes the tide is “in” and you have plenty of work to keep you happily tapping away on your keyboard; the projects are queuing up, the money is flowing, and all’s right with the world.</p>
<p>Other times, the tide is “out” and you find yourself walking on a desolate beach, staring out at the horizon, waiting for your ship to come in — and, if you’re lucky, picking up the occasional small job still lurking in a hidden tidal pool; money is scarce, and as the siren song of Corporate America tempts you back into the relative stability of captured employment, you question the wisdom of continuing to go it alone.</p>
<p>And then there are the “tsunamis,” those times when you have more work than one person should ever be expected to handle; yet in spite of the fact that you’re barely keeping your head above water, you’re reluctant to say “no” to any of it because you don’t know how high the floodwaters will rise or how long the drought that is sure to follow will last.</p></blockquote>
<p>Everyone is invited, both STC members and non-members. Cost is free (since it&#8217;s held in a public library). <a href="http://www.intermountain-stc.org/2009/12/15/january-2010-chapter-meeting/" target="_blank">Read more details here</a>.<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/01/19/intermountain-stc-chapter-meeting-this-wednesday-at-7-pm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Turnaround Screencast</title>
		<link>http://www.idratherbewriting.com/2010/01/19/the-turnaround-screencast/</link>
		<comments>http://www.idratherbewriting.com/2010/01/19/the-turnaround-screencast/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:31:13 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Screencasting]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[kristi leach]]></category>
		<category><![CDATA[story]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5583</guid>
		<description><![CDATA[In Screencasts: So what?, Kristi Leach tells an engaging story about a turnaround screencast. She explains how one good screencast can change users&#8217; attitudes about software. Here&#8217;s an excerpt:
I rarely watch video online. Unless it’s a funny meme I have deliberately searched for, or a show that I missed, or Netflix, I won’t press play. [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://kwritenow.wordpress.com/2010/01/14/screencasts-so-what/" target="_blank">Screencasts: So what?</a>, Kristi Leach tells an engaging story about a turnaround screencast. She explains how one good screencast can change users&#8217; attitudes about software. Here&#8217;s an excerpt:</p>
<blockquote><p>I rarely watch video online. Unless it’s a funny meme I have deliberately searched for, or a show that I missed, or Netflix, I won’t press play. If a blog post is all video, I skip it. I rarely appreciate video instructions, either–they take too long, because I’m pausing, following the step, playing, pausing again. I was having trouble imagining how videos were going to improve our help systems or fit into our schedules.</p></blockquote>
<p>
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/01/19/the-turnaround-screencast/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DITA Features in Madcap Flare Webcast Tuesday at 11 a.m. EST from Scriptorium</title>
		<link>http://www.idratherbewriting.com/2010/01/19/dita-features-in-madcap-flare-webcast-tuesday-at-11-a-m-est-from-scriptorium/</link>
		<comments>http://www.idratherbewriting.com/2010/01/19/dita-features-in-madcap-flare-webcast-tuesday-at-11-a-m-est-from-scriptorium/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:23:49 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[DITA]]></category>
		<category><![CDATA[Flare]]></category>
		<category><![CDATA[Sarah O'Keefe]]></category>
		<category><![CDATA[scriptorium]]></category>
		<category><![CDATA[webcasts]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=5580</guid>
		<description><![CDATA[Scriptorium is presenting a free webinar on the DITA features in Madcap Flare this Tuesday at 11 a.m. EST. Here are the details:
Presented by Sarah O’Keefe, this webcast demonstrates using MadCap Flare to create WebHelp from DITA-based content. Topics covered include:

 Importing DITA content into Flare
 Map file handling
 Cross-references and links
 Relationship tables
 Conrefs
 [...]]]></description>
			<content:encoded><![CDATA[<p>Scriptorium is presenting a free webinar on the <strong>DITA features in Madcap Flare</strong> this Tuesday at 11 a.m. EST. Here are the details:</p>
<blockquote><p>Presented by Sarah O’Keefe, this webcast demonstrates using MadCap Flare to create WebHelp from DITA-based content. Topics covered include:</p>
<ul>
<li> Importing DITA content into Flare</li>
<li> Map file handling</li>
<li> Cross-references and links</li>
<li> Relationship tables</li>
<li> Conrefs</li>
<li> Conditional processing</li>
</ul>
</blockquote>
<p>By the way, you can keep up with other upcoming webcasts from <a href="http://scriptorium.com" target="_blank">Scriptorium</a> by subscribing their <a href="http://www.scriptorium.com/events" target="_blank">newsletter</a>, keeping up with their site&#8217;s <a href="http://www.scriptorium.com/feed" target="_blank">feed</a>, or clicking the Scriptorium graphic in my sidebar.<br />
<h3>Blog Sponsors</h3>
<ul>
<li><a href="http://www.madcapsoftware.com/products/madpak/"</a>Madcap Software, Madpak Suite</a></li>
<li><a href="http://www.editme.com/?affid=irbw">Edit Me</a></li>
<li><a href="http://www.webworks.com/Info/Wiki_Bloglink/Wiki_Learning.shtml">Webworks</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.intelligentcontent2009.com">Intelligent Content</a></li>
<li><a href="http://www.campaignsandmedia.com/ADOBE/PPBU_Q110_TCS_Upsell_IB_HB/MailTracking_adobe.asp?MailName=Idratherbewriting_125x125&#038;PageVisited=techsuite">Adobe Technical Communication Suite 2</a></li>
<li><a href="http://almaloveland.com">Alma Loveland, Designer</a></li>
<li><a href="http://www.techsmith.com/screen-capture.asp?utm_source=IdRatherBeWriting_SI91&#038;utm_medium=125x125_Efficiency&#038;utm_campaign=SI91">Snagit from TechSmith</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.idratherbewriting.com/2010/01/19/dita-features-in-madcap-flare-webcast-tuesday-at-11-a-m-est-from-scriptorium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
