<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>I&#039;d Rather Be Writing &#187; Ning</title>
	<atom:link href="http://idratherbewriting.com/tag/ning/feed/" rel="self" type="application/rss+xml" />
	<link>http://idratherbewriting.com</link>
	<description>The Latest Trends in Technical Communication</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:59:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Exploring Web 2.0 Possibilities in a SharePoint-Endorsed Environment</title>
		<link>http://idratherbewriting.com/2008/05/28/exploring-web-20-possibilities-in-a-sharepoint-endorsed-environment/</link>
		<comments>http://idratherbewriting.com/2008/05/28/exploring-web-20-possibilities-in-a-sharepoint-endorsed-environment/#comments</comments>
		<pubDate>Thu, 29 May 2008 04:59:42 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[moss 2007]]></category>
		<category><![CDATA[Ning]]></category>
		<category><![CDATA[Scott Abel]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Technical Writing]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1545</guid>
		<description><![CDATA[I sometimes feel that my life online varies drastically from my life at work. Online, I blog and publish podcasts and write about wikis and Web 2.0. But at work, I used Flare, InDesign, Word, and other tools to create standard help deliverables, such as the User Guide, the Quick Reference Guide, and the Video Tutorial. For a long time, I&#8217;ve wanted to take my ... <a href="http://idratherbewriting.com/2008/05/28/exploring-web-20-possibilities-in-a-sharepoint-endorsed-environment/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I sometimes feel that my life online varies drastically from my life at work. Online, I blog and publish podcasts and write about wikis and Web 2.0. But at work, I used Flare, InDesign, Word, and other tools to create standard help deliverables, such as the User Guide, the Quick Reference Guide, and the Video Tutorial.</p>
<p>For a long time, I&#8217;ve wanted to take my documentation into web 2.0 territory and enable user interaction and feedback, but I&#8217;ve been hampered by tools. Around some people, just saying the word &#8220;tool&#8221; brings up immediate negative responses. For example, when I <a href="http://www.idratherbewriting.com/2008/04/12/podcast-social-networking-and-the-value-of-user-communities-for-technical-communicators/">interviewed Scott Abel about social networks</a> and asked him about Ning, he didn&#8217;t want to discuss Ning because for him — and many others — tools are merely a selection of wrenches in a hardware store aisle. You figure out what you need first, and then you pick your tool.</p>
<p>I don&#8217;t think anyone who is eager to implement web 2.0 interactivity into their documentation can be so indifferent with tools. This is because there are no good web 2.0 tools for documentation. Right now everything&#8217;s a hack. You have to cobble together a solution from various things and try to make it work. <span id="more-1545"></span></p>
<p>The question of tools plays an even larger part for writers who are subject to IT policies about what they can and can&#8217;t install. Even if you have free reign to use whatever authoring tool you want on your computer, many web 2.0 tools are database driven and require server components. Many infrastructure departments are particular about what you can and can&#8217;t install on their servers, assuming they give you space to install anything at all.</p>
<p>Last month I was dealing with these tool obstacles when a guy at a WordPress blogger dinner suggested that I work with the tools and platforms already endorsed by my company. Seems obvious, I know, but when you&#8217;re a WordPress devotee, considering any other tool for blogging seems blasphemous.</p>
<p>At my organization, the closest Web 2.0 tool we have is SharePoint 2007, or MOSS 2007, to be more accurate. Although SharePoint has a bad rap, the latest version is actually quite innovative, and includes blog, wiki, and RSS functionality. That said, the complexity of SharePoint&#8217;s code makes it a hard beast to tame.</p>
<p>I&#8217;m still in the process of testing my prototype, but I&#8217;ve learned a few things about SharePoint that may be useful to others.</p>
<h3>With SharePoint, Blogs Make More Sense Than Wikis</h3>
<p>The blog and wiki features in SharePoint are extremely close cousins. The source code for both a wiki page and a blog post function the same, so you can easily move your content from one format to another by copying the source code of a wiki page into the source code of a blog post. The source code consists of a lot of DIV tags referencing external styles with unrecognizable classes. And everything is unavoidably structured with inline styles.</p>
<p>SharePoint wikis and blogs do have some differences:</p>
<ul>
<li>The wiki automatically keeps revision history and shows incoming links.</li>
<li>Any columns you add to your wiki appear exposed to the reader&#8217;s view.</li>
<li>Wikis lack a master wiki template that you can modify to change all wiki pages.</li>
<li>The blog displays the writer&#8217;s name and timestamp below the post and offers a permalink.</li>
<li>The blog allows you to aggregate the posts in categories, and then see the latest posts in that category.</li>
<li>The blog provides a comment field below the post, and includes a view that shows all comments.</li>
<li>The blog allows you to attach a workflow to the comments field.</li>
<li>Wiki pages are individual aspx pages, whereas blog posts are contained in a database somewhere.</li>
</ul>
<p>For both blogs and wikis, the Edit button appears based on the user&#8217;s permissions for the site. In general, the blog feature is more robust than the wiki.</p>
<h3>The Main Reason to Use the SharePoint Blog Rather Than Wiki</h3>
<p>The main reason you might consider using SharePoint&#8217;s blog rather than wiki is for the comments feature with the blog. SharePoint&#8217;s wikis are simple to use, but they lack any kind of discussion ability. This can make collaboration intimidating. Users have to be bold enough to go behind the scenes and totally change the author&#8217;s original text.</p>
<p>Few actually do that. In my experience with wikis in documentation, only about 0.1% of the 3% of users who read the documentation make any edits, and the edits are either slight (such as correcting a typo) or the edit makes the documentation worse.</p>
<p>The comment form provides the equivalent of a discussion page for your wiki. Users are much more inclined to leave a comment.</p>
<p>Try as you might, it&#8217;s not possible to add the blog&#8217;s comment form below your wiki page. (A few people led me on a wild goosechase about an &#8220;Append Comments&#8221; column, but that only exists with the Issue Tracker, and it&#8217;s quirky. Actually, the blog comments feature is quirky too — just start reloading your page in Firefox when you have text in your comment form.) Some wiki &#8220;kits&#8221; that enable comments below pages are being developed, but aren&#8217;t yet released.</p>
<h3>No Table of Contents Pane</h3>
<p>As I was configuring my SharePoint site late one night, it dawned on me that SharePoint (and any other wiki platform) lacks the table of contents pane on the left that is so common to webhelp formats. The ability to navigate the table of contents on the left and see topics in the main content window seems critical for navigating a help system.</p>
<p>When I realized this, I almost stopped my entire SharePoint endeavor. But by the next morning, I started remembering the need for a communication venue and the importance of getting user feedback, so I opened SharePoint again and soon discovered something wonderful. Although users have to click the Back button to return to the table of contents, the blog feature allows you to categorize your posts (help topics) with category labels.</p>
<p>When you click the category, it shows you, in reverse chronological form, all the posts for that category. If you set the publish dates to the order you want, it provides a nice chapter-like feel to the online help. Readers can scan down all your help topics in a particular category. That doesn&#8217;t exist in any webhelp format I&#8217;ve seen, and for me, it&#8217;s preferable to have this larger view of all topics in the category.</p>
<p>Additionally, you can create mini-TOCs for each category by adding a view that shows only the post titles. Nice. It seems that for every drawback with SharePoint, there is an advantage that compensates.</p>
<h3>Single Sourcing Printed Content</h3>
<p>One of my biggest concerns is single sourcing the material. I pretty much settled on the fact that I&#8217;d have to do some copying and pasting and reformatting for 1-2 days to generate the long printed manual that someone would inevitably ask for. SharePoint&#8217;s blog content can&#8217;t be exported to XML or easily removed, as far as I know.</p>
<p>However, there may be a workaround to the single sourcing problem. Although you can&#8217;t export from a SharePoint blog to Word, you can use Word 2007 to compose your blog posts, and then publish to a Word blog. Thus, if you author your content in Word, you can then single source it to your blog. This especially works well for maintaining two image sizes.</p>
<p>Unfortunately, I think this method would require you to copy and paste the topic into a new Word document that you wanted to post to your blog. I haven&#8217;t explored this much yet.</p>
<p>You can also create a view that shows all your blog posts in one long display (not just the latest 10). If you sort it right, prioritizing the right columns, you can get it to look just like a manual. Then you can copy and paste it to Word, apply some H1 and H2 hierarchy to the headings, add cross-references, and be done soon enough.</p>
<p>I&#8217;m not too worried about the long printed manual because, as far as I can tell, no one has ever appreciated it when I handed him or her a 200 page manual. Invariably, anything over 50 pages gives someone a heart attack. The long manual is dead. Most users want a short guide followed by a comprehensive online resource they can search. So I&#8217;m planning to most likely maintain a 5-10 page printable guide in InDesign or Word that isn&#8217;t single sourced.</p>
<h3>Single Sourcing Online Content</h3>
<p>The single sourcing of online content is where SharePoint really excels. SharePoint allows you to add metadata fields to each post (these fields are called &#8220;columns&#8221;). You can then create views based on the columns — views that include pages that have certain columns, views that sort by certain columns, views that only contain pages that have certain selections in certain columns, and so on. I&#8217;ve added columns that identify different roles, and then I create the views based on those roles. It&#8217;s quite simple and powerful.</p>
<h3>Site Metrics Advantages</h3>
<p>SharePoint offers some other advantages that are pretty compelling. It allows you to see how many times the help site has been accessed, what topics have been viewed, the keywords users have entered in searches, and who the actual users are. This kind of knowledge is reason enough to look more seriously at SharePoint.</p>
<h3>An Analogy of Where I’m At</h3>
<p>Well, that&#8217;s where I&#8217;m at. It&#8217;s not the prettiest Web 2.0 documentation solution, but it&#8217;s a start. The situation reminds me of a spoon I once saw that had been sanded into a knife by an escaped prisoner. Apparently the prisoner needed a weapon, and the only thing available was a spoon, so he tried to make do with it by sanding the heck out of the sides to make it triangular.</p>
<p>In the end, I assume the spoon didn&#8217;t work because the police found it lying on the ground, and the prisoner was eventually caught. But it was a great attempt, and it demonstrated the resilience to improvise and adapt based on what&#8217;s currently at your disposal.</p>
<h3>It’s an Alive Web-like Organism</h3>
<p>Finally, I like the idea of SharePoint as a documentation tool because it’s a medium that’s alive. Most other help authoring tools are static. The Internet might as well not have been invented — it makes no difference. To me, that is the saddest thing about the tech comm. authoring tools. You author in a program on your own computer, and then upload to a file directory somewhere, and then leave the content as is until you update it again. Sorry, but that misses out on everything cool and dynamic and web 2.0 that has happened in the last 10 years.</p>
<p>With SharePoint, your documentation is a living entity, an organism that is constantly growing and breathing online. Like my blog — I receive comments. I look at hits. I can watch visitors in real-time. I publish comments back to it. Readership subscription grows and shrinks (but mostly grows). I see incoming links come back to it, and I link to other sites and people. As insights come to me, I add them to the blog, and other readers come and see and leave comments, and I respond. It is a living, growing, breathing body of information. Help should be the same way, not a static file that gets a push update once every 6 months.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/05/28/exploring-web-20-possibilities-in-a-sharepoint-endorsed-environment/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Podcast &#8212; Social Networking and the Value of User Communities for Technical Communicators</title>
		<link>http://idratherbewriting.com/2008/04/12/podcast-social-networking-and-the-value-of-user-communities-for-technical-communicators/</link>
		<comments>http://idratherbewriting.com/2008/04/12/podcast-social-networking-and-the-value-of-user-communities-for-technical-communicators/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 17:50:58 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ning]]></category>
		<category><![CDATA[Scott Abel]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[The Content Wrangler]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1470</guid>
		<description><![CDATA[Download MP3 (right-click, select Save Target As) Duration: 20 min. In this podcast, I talk with Scott Abel about social networking, in particular The Content Wrangler community he started at TheContentWrangler.ning.com. Scott talks about this new social network specifically for technical communicators. But he also explains the value of social networks for your help deliverables. Social networks can help users connect with one another and ... <a href="http://idratherbewriting.com/2008/04/12/podcast-social-networking-and-the-value-of-user-communities-for-technical-communicators/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/socialnetworks.mp3">Download MP3</a> (right-click, select Save Target As)<br />
Duration: 20 min.</p>
<p>In this podcast, I talk with <a href="http://thecontentwrangler.com">Scott Abel</a> about social networking, in particular The Content Wrangler community he started at <a href="http://thecontentwrangler.ning.com">TheContentWrangler.ning.com</a>. Scott talks about this new social network specifically for technical communicators. But he also explains the value of social networks for your help deliverables. Social networks can help users connect with one another and also help technical communicators better understand their users.<br />
<span id="more-1470"></span></p>
<h3>Podcast Topics</h3>
<p>Topics in this podcast include:</p>
<ul>
<li>Reasons why Scott started The Content Wrangler social network community</li>
<li>What social networking is and how it contrasts with listservs, blogs, and podcasts</li>
<li>One advantage of social networks &#8212; you can create subgroups based on more granular niches</li>
<li>What to do after joining a social network</li>
<li>The importance of member photos in social network interaction</li>
<li>Why social networking is not limited to MySpace and music videos</li>
<li>The ability for members to create blogs, post events, and do other innovative things</li>
<li>How the social network allows users to connect with other users, connect with jobs, and connect with events</li>
<li>General guidelines for using the social network: experiment and explore, you can&#8217;t break it</li>
<li>Problems people encounter after joining the social network</li>
<li>The preoccupation with tools that technical writers have, and why &#8220;Ning&#8221; itself is irrelevant</li>
<li>Criticisms and questions Scott has received about the social network he created</li>
<li>How content is featured on the main page</li>
<li>What it means to be a group leader/moderator and participant</li>
<li>The mistake some technical writers make in thinking they can be Miss Cleo</li>
<li>What Scott has learned about his community of users, and how it influenced the content he publishes</li>
<li>The global community of technical communicators that is part of The Content Wrangler social network</li>
</ul>
<h3>Resources</h3>
<ul>
<li>Check out <a href="http://thecontentwrangler.ning.com">The Content Wrangler social network</a></li>
<li>View <a href="http://thecontentwrangler.com">Scott Abel&#8217;s blog</a></li>
<li>Learn more about <a href="http://ning.com">Ning</a></li>
<li>Check out the podcast&#8217;s intro music, <a href="http://www.podsafeaudio.com/jamroom/bands/116/Belmont.php">Velveture by Ocean Alexander</a></li>
<li><a href="http://thecontentwrangler.ning.com/profile/TomJohnson">Visit my page</a> on The Content Wrangler social network (and feel free to add me as a friend)</li>
<li>Join the <a href="http://thecontentwrangler.ning.com/group/podcasters">Podcasting Group</a> on the social network</li>
<li>Join the <a href="http://thecontentwrangler.ning.com/group/blogging">Blogging Group</a> on the social network</li>
<li><a href="http://thecontentwrangler.ning.com/?xgi=4Kvaan7">Become a member of the Content Wrangler community </a></li>
</ul>
<h3>Contacts</h3>
<p>To contact Scott, send an email to <a href="mailto:scottabel@mac.com">scottabel@mac.com</a>. To contact me, send me an email at <a href="mailto:tomjohnson1492@gmail.com">tomjohnson1492@gmail.com</a>. I love to hear from listeners, so if you have feedback about the podcast, let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/04/12/podcast-social-networking-and-the-value-of-user-communities-for-technical-communicators/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp3?http://idratherbewriting.com/podcasts/socialnetworks.mp3" length="30037512" type="audio/mpeg" />
		</item>
		<item>
		<title>NY Times Article Suggests Effects of Blogging = Weight Loss/Gain, Sleep Disorder, Exhaustion, Heart Disease, and Nervous Breakdown</title>
		<link>http://idratherbewriting.com/2008/04/06/ny-times-says-effects-of-blogging-weight-lossgain-sleep-disorder-exhaustion-heart-disease-and-nervous-breakdown/</link>
		<comments>http://idratherbewriting.com/2008/04/06/ny-times-says-effects-of-blogging-weight-lossgain-sleep-disorder-exhaustion-heart-disease-and-nervous-breakdown/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 03:17:08 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[Ning]]></category>
		<category><![CDATA[SparkPeople]]></category>
		<category><![CDATA[the Blog Herald]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1457</guid>
		<description><![CDATA[One of my readers sent me a link to today&#8217;s New York Times article on blogging titled &#8220;In Web World of 24/7 Stress, Writers Blog Til They Drop.&#8221; I find it touching that someone would think of me while reading the article. Actually, I read a sneak peak of the article in yesterday&#8217;s Blog Herald. It made me think hard about how much I&#8217;ve been ... <a href="http://idratherbewriting.com/2008/04/06/ny-times-says-effects-of-blogging-weight-lossgain-sleep-disorder-exhaustion-heart-disease-and-nervous-breakdown/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nytimes.com/2008/04/06/technology/06sweat.html"><img class="alignright alignnone size-medium wp-image-1458" style="float: right;" title="blogger working himself to death" src="http://www.idratherbewriting.com/wp-content/uploads/2008/04/sweat.jpg" alt="" width="190" height="247" /></a>One of my readers sent me a link to today&#8217;s New York Times article on blogging titled <a href="http://www.nytimes.com/2008/04/06/technology/06sweat.html">&#8220;In Web World of 24/7 Stress, Writers Blog Til They Drop.&#8221;</a></p>
<p>I find it touching that someone would think of me while reading the article. <img src='http://idratherbewriting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Actually, I read a sneak peak of the article in yesterday&#8217;s <a href="http://www.blogherald.com/2008/04/05/ny-times-bloggers-are-working-themselves-to-death/">Blog Herald</a>. It made me think hard about how much I&#8217;ve been posting lately.</p>
<p>Here are a few excerpts from the article:<br />
<span id="more-1457"></span></p>
<blockquote><p>Two weeks ago in North Lauderdale, Fla., funeral services were held for Russell Shaw, a prolific blogger on technology subjects who died at 60 of a heart attack. In December, another tech blogger, Marc Orchant, died at 50 of a massive coronary. A third, Om Malik, 41, survived a heart attack in December.</p>
<p>Other bloggers complain of weight loss or gain, sleep disorders, exhaustion and other maladies born of the nonstop strain of producing for a news and information cycle that is as always-on as the Internet.</p>
<p>&#8230;</p>
<p>“I haven’t died yet,” said Michael Arrington, the founder and co-editor of <a href="http://www.techcrunch.com/">TechCrunch</a>, a popular technology blog. The site has brought in millions in advertising revenue, but there has been a hefty cost. Mr. Arrington says he has gained 30 pounds in the last three years, developed a severe sleeping disorder and turned his home into an office for him and four employees. “At some point, I’ll have a nervous breakdown and be admitted to the hospital, or something else will happen.”</p>
<p>“This is not sustainable,” he said.</p></blockquote>
<p>The article exposes the negative physical effects of blogging not often mentioned &#8212; sleep disorders, weight loss/gain, nervous breakdown, and heart disease. In the addictive drive to write more and more posts, the blogger often embraces an unhealthy physical lifestyle.</p>
<h3>My Response</h3>
<p>If I didn&#8217;t have blogging and podcasting as my hobbies, I would probably lead a more active lifestyle, would go to sleep earlier, and might be more productive in all my other endeavors.</p>
<p>Anytime that any hobby, be it blogging or basketball, begins to hinder your health, stop posting/playing so much. Unless you&#8217;re making a living from it, no hobby should detract from your mental/social/physical health.</p>
<p>On the other hand, blogging and podcasting energizes me and makes me enthusiastic about life and my career. Since my wife <a href="http://whataboutmomblog.com">also blogs</a>, our blogs have given us a lot to talk about.</p>
<p>Blogging gives me a sounding board and a space to publish my thoughts. The rewards of blogging are numerous &#8212; interacting with others, engaging in exchanges about the latest trends, thinking analytically about the day&#8217;s events. It makes life a lot more engaging.</p>
<p>Most of all, blogging gives me a space to write and allows me to express the creative side of me that is often left dormant during the day with technical writing.</p>
<h3>A Solution?</h3>
<p>How can one put aside the negative effects of blogging? I&#8217;m not a model example of what I&#8217;ll recommend, but here are 5 tips I&#8217;m trying to implement:</p>
<ol>
<li><strong>Do the most important things first. </strong>Whatever your priorities are, make sure you do them before you begin blogging. This is a principle, I think, common to Getting Things Done and Covey&#8217;s 7 Habits. If you have a goal to track your budget, get exercise, clean your house, read scriptures, play with your kids, or finish a project, make sure you do that before you start typing that post. You may find that, after finishing what&#8217;s important, you lose the energy to write the post. It works the other way too: if you expend energy to write a post at the neglect of what&#8217;s more important, you lose energy to do what&#8217;s important. Don&#8217;t let your priorities get out of whack.</li>
<li><strong>Always give priority to sleep rather than your blog.</strong> If it&#8217;s past your regular bedtime, click Save and return to the post later. It&#8217;s always good to give yourself 24 hours of space between writing a post and publishing it anyway. I guarantee that a post written and published in haste late at night often turns into a regret the next morning.</li>
<li><strong>Make your posts shorter.</strong> More and more I&#8217;m convinced that long posts aren&#8217;t read. I find myself timing out on most blogs after 1.5 minutes, which matches my own readers&#8217; habits as well. If you have a long post, break it up into several posts. Or start alternating long posts with short ones. This method still keeps you in the rhythm of writing without compromising your physical health.</li>
<li><strong>Listen to podcasts while you exercise. </strong>If you&#8217;re so addicted to blogging and podcasting that you can&#8217;t lift yourself from the computer chair to get some exercise, start listening to podcasts while you exercise. You&#8217;ll still feel like you&#8217;re immersed in Web 2.0, and while listening you&#8217;ll also be generating ideas for new blog posts.</li>
<li><strong>Make other activities more blog-like.</strong> Let&#8217;s say you have a goal to read the scriptures each day, or to track your eating habits each day. You can give each of these activities a blog-like spin. For scriptures, I have a Ning group I created that automatically posts a chapter a day. I add my comments below the chapter/post, and friends I&#8217;ve invited sometimes participate. With weight loss, you could use <a href="http://sparkpeople.com">SparkPeople</a>, which includes online calorie counters, teams, daily posts, and other interactive features, to make it feel like you&#8217;re engaged in blog-like activity.</li>
</ol>
<p>Do you have any tips to avoid the physical dark side of blogging?</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/04/06/ny-times-says-effects-of-blogging-weight-lossgain-sleep-disorder-exhaustion-heart-disease-and-nervous-breakdown/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Are You One of the 824 Technical Communicators on Ning Yet?</title>
		<link>http://idratherbewriting.com/2008/03/15/are-you-one-of-the-824-technical-communicators-in-ning-yet/</link>
		<comments>http://idratherbewriting.com/2008/03/15/are-you-one-of-the-824-technical-communicators-in-ning-yet/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 05:36:08 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Anne Gentle]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Ning]]></category>
		<category><![CDATA[Podcasting]]></category>
		<category><![CDATA[Scott Abel]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[The Content Wrangler]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/2008/03/15/are-you-one-of-the-824-technical-communicators-in-ning-yet/</guid>
		<description><![CDATA[Ning (&#8220;peace&#8221; in Chinese) is a social network application that allows groups to communicate and connect with each other in seamless, convenient ways. Scott Abel just recently started a new social network community called The Content Wrangler Community. Within a couple of weeks, it already attracted 824 868 members. This community on Ning is quickly becoming the social network community for technical writers and others ... <a href="http://idratherbewriting.com/2008/03/15/are-you-one-of-the-824-technical-communicators-in-ning-yet/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Ning (&#8220;peace&#8221; in Chinese) is a social network application that allows groups to communicate and connect with each other in seamless, convenient ways. <a href="http://thecontentwrangler.ning.com/profile/ScottAbel"></a></p>
<p><a href="http://thecontentwrangler.ning.com/profile/ScottAbel">Scott Abel</a> just recently started a new social network community called <a href="http://thecontentwrangler.ning.com">The Content Wrangler Community</a>. Within a couple of weeks, it already attracted <strike>824</strike> 868 members. This community on Ning is quickly becoming <em>the </em>social network community for technical writers and others in our field.</p>
<p><a href="http://thecontentwrangler.ning.com"><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/03/ning.png" alt="The Content Wrangler Community on Ning" /></a></p>
<p><span id="more-1418"></span>On Ning you can &#8211;</p>
<blockquote><p> Network with peers. Find jobs. Share information. Start a blog. Upload and watch videos. Join a group. Begin a discussion. Learn about software. Find events. Ask for help. It&#8217;s all here. Become a member. It’s free!</p></blockquote>
<h3>Getting Started on Ning</h3>
<p>To browse the social network, visit <a href="http://thecontentwrangler.ning.com">http://thecontentwrangler.ning.com</a>. To join the social network, click the <strong>Sign Up</strong> link in the upper-right corner.</p>
<p>You can visit <a href="http://thecontentwrangler.ning.com/profile/TomJohnson">my Ning page here</a>. Please feel free to add me as a friend. Or, once you set up your Ning account, allow me to <a href="http://thecontentwrangler.ning.com/profile/TomJohnson?xgp=friend">add you as a friend</a>.</p>
<p>And if you want to create a group within the community, you can do so. For example, <a href="http://thecontentwrangler.ning.com/profile/AnneGentle">Anne Gentle</a> set up a <a href="http://thecontentwrangler.ning.com/group/blogging">Blogging group</a>. And I just created a <a href="http://thecontentwrangler.ning.com/group/podcasters">Podcasting group</a>.</p>
<h3>I&#8217;m Excited About This</h3>
<p>I&#8217;m really excited about this new community. Facebook is extremely popular right now, and Ning is just another type of Facebook. It&#8217;s fun to see all the new faces in there.</p>
<p>For all those who never figured out blogging and RSS, this community provides the same features invisibly in the background. All kinds of writers I&#8217;ve never seen before are suddenly appearing online.</p>
<h3>More About Ning</h3>
<p>For more information about <a href="http://ning.com">Ning</a> itself, check out the video below (or <a href="http://www.crunchbase.com/company/ning">read more here</a>).</p>
<p><script type="text/javascript" src="http://www.podtech.net/player/popup.js"></script><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="269" id="playerdb5a6ea619fa4d9ab58e2af0fe72e015" align="middle"><param name="allowScriptAccess" value="always" /><param name="FlashVars" value="content=http://media1.podtech.net/media/2007/02/PID_010362/Podtech_NING_demo.flv&#038;totalTime=751000&#038;permalink=http://www.podtech.net/home/2239/build-your-own-social-space-with-ning-version-2&#038;breadcrumb=db5a6ea619fa4d9ab58e2af0fe72e015" height="269" width="320" /><param name="movie" value="http://www.podtech.net/player/podtech-player.swf?bc=db5a6ea619fa4d9ab58e2af0fe72e015" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" /><embed name="playerdb5a6ea619fa4d9ab58e2af0fe72e015" type="application/x-shockwave-flash" src="http://www.podtech.net/player/podtech-player.swf?bc=db5a6ea619fa4d9ab58e2af0fe72e015" flashvars="content=http://media1.podtech.net/media/2007/02/PID_010362/Podtech_NING_demo.flv&#038;totalTime=751000&#038;permalink=http://www.podtech.net/home/2239/build-your-own-social-space-with-ning-version-2&#038;breadcrumb=db5a6ea619fa4d9ab58e2af0fe72e015" height="269" width="320" allowScriptAccess="always" /></object><noscript>Your browser does not support JavaScript. This media can be viewed at <a href="http://www.podtech.net/home/2239/build-your-own-social-space-with-ning-version-2">http://www.podtech.net/home/2239/build-your-own-social-space-with-ning-version-2</a></noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/03/15/are-you-one-of-the-824-technical-communicators-in-ning-yet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lots of 2008 SXSW Podcasts Now Available</title>
		<link>http://idratherbewriting.com/2008/03/10/lots-of-2008-sxsw-podcasts-now-available/</link>
		<comments>http://idratherbewriting.com/2008/03/10/lots-of-2008-sxsw-podcasts-now-available/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 05:30:00 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[37 Signals]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Doc Train]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Jason Fried]]></category>
		<category><![CDATA[Jeff Jarvis]]></category>
		<category><![CDATA[Mark Zuckerburg]]></category>
		<category><![CDATA[Ning]]></category>
		<category><![CDATA[Podcasting]]></category>
		<category><![CDATA[Scott Abel]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[STC Summit]]></category>
		<category><![CDATA[WritersUA]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/2008/03/10/lots-of-2008-sxsw-podcasts-now-available/</guid>
		<description><![CDATA[The 2008 South by Southwest Interactive (SXSW) festival, currently underway in Austin, Texas, until March 16, is one of the most popular, high-energy tech conferences of the year. This Interactive conference “celebrates the creativity and passion behind the coolest new media technologies.” Basically, everyone who is doing anything cool on the Internet ends up speaking there. 37 Signals, Facebook, Wired — they’re all there. Many ... <a href="http://idratherbewriting.com/2008/03/10/lots-of-2008-sxsw-podcasts-now-available/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><font color="#0000ff"><a href="http://2008.sxsw.com/coverage/podcasts/"><img src="http://www.idratherbewriting.com/wp-content/uploads/2008/03/sxswfestival.png" alt="Sxswfestival" align="right" border="0" /></a></font>The <a href="http://2008.sxsw.com/coverage/podcasts/">2008 South by Southwest Interactive (SXSW) festival</a>, currently underway in Austin, Texas, until March 16, is one of the most popular, high-energy tech conferences of the year.</p>
<p>This Interactive conference “celebrates the creativity and passion behind the coolest new media technologies.” Basically, everyone who is doing anything cool on the Internet ends up speaking there. <a href="http://www.37signals.com/">37 Signals</a>, <a href="http://facebook.com/">Facebook</a>, <a href="http://www.wired.com/">Wired</a> — they’re all there.</p>
<p>Many of the presentations are interactive panel discussions. Everyone twitters and blogs and texts during the presentations, etc. It’s like a gathering of the Internet geeks and hackers and designers and content creators.</p>
<p><strong>Important: </strong>Because almost every session is recorded and distributed practically the same day, you can start <a href="http://2008.sxsw.com/coverage/podcasts/">attending sessions yourselves</a>. Here’s a list of all the <a href="http://sxsw.com/info/feeds/">feeds available</a>.</p>
<p><span id="more-1405"></span><br />
The interesting thing is, although the sessions are recorded and distributed freely, the attendance at the conference seems as high as ever. I haven’t seen statistics, so I’m making an assumption, but I’m guessing that attendance at the conference actually increases every year because people hear how engaging it is.</p>
<p>Listening to the podcasts makes me wish I could attend. The high energy, the new technologies, the experimental successes, the young entreprenuers — it looks like a big tech gathering with continual parties and meetups between and after sessions.</p>
<p>I wish that the <a href="http://www.stc.org/55thConf/">STC Summit</a>, <a href="http://www.writersua.com/">WritersUA</a>, <a href="http://www.stcatlanta.org/currents.htm">Atlanta Currents</a>, <a href="http://doctrain.com/west">Doc Train</a>, and the dozen other technical writing conferences that take place each year would do the same as SXSW — record the presenters and distribute them in near real-time. If I ever became STC president, I would do this. People are often afraid of the unknown. That’s what Jason Fried of the 37 Signals said in his presentation (<a href="http://audio.sxsw.com/podcast/interactive/panels/2008/SXSW08.INT.20080308.10Things37Signals.mp3">listen to MP3</a>). At 37 Signals, they recently switched to 4 day work-weeks (not 10 hour days), and they help fund their employees’ personal hobbies.</p>
<p><img src="http://2008.sxsw.com/img/ia/mark_zuckerberg.jpg" alt="Mark Zuckerburg, Facebook founder (worth $15 billion)" align="right" border="0" />I’m about 12 minutes into the <a href="http://2008.sxsw.com/coverage/podcasts/">Mark Zuckerburg (Facebook founder) keynote</a> <a href="http://audio.sxsw.com/podcast/interactive/panels/2008/SXSW08.INT.20080309.ZuckerbergKeynote.mp3">(mp3)</a>. This is a must-listen-to interview, not only to hear Zuckerburg talk about the grander mission of Facebook, but to evaluate for yourself whether you think the interviewer tanked the interview.</p>
<p>Before you listen to the interview, <a href="http://www.buzzmachine.com/2008/03/10/zuckerberg-interview-what-went-wrong/">read this post by Jeff Jarvis</a>.</p>
<p>Jarvis writes,</p>
<blockquote><p>She pulled some basic mistakes in interviewing. She interrupted him. The first minute of the conversation, he wanted to talk about people using Facebook to organize against Colombian guerrillas — a fascinating story — and she didn’t let him finish, trying to show that she already knew this. The real mistake was that she wasn’t listening.</p>
<p>… When it became obvious that the audience was hostile to her — cheering Zuckergerg when he told her to ask a question — she acted hurt, as if this hour was about her. Worse, she told us how tough her job was. It wasn’t tough. It was a privilege and she was blowing it. And at the end, when she said that people should send her an email telling her what went wrong, she was so 1994; she didn’t understand that the people in the crowd were already coalescing in Twitter and blogs into an instant consensus. Oh, if only there’d been a back-channel chat projected on the screen beside her. Then, she could have seen.</p></blockquote>
<p dir="ltr">As I’m listening to the interview, in places I can see exactly what Jarvis is saying. The interviewer isn’t so bad near the beginning, in my opinion, but it’s annoying when she interrupts Zuckerburg and redirects the attention to herself.</p>
<p dir="ltr">Personally, I still haven’t caught the Facebook frenzy. <a href="http://thecontentwrangler.com/">Scott Abel</a> has started an <a href="http://thecontentwrangler.ning.com/">extensive community in Ning</a> for the technical community crowd. You might want to check that out after listening to Zuckerburg.</p>
<p dir="ltr"><strong>Update:</strong> I finished listening to the Zuckerburg podcast. At about the 49 minute mark, the interview takes a really interesting turn. Definitely a spiral downward for the interviewer, as the audience rallies in a  <a href="http://www.techcrunch.com/2008/03/10/the-nuclear-disaster-at-sxsw-was-nothing-more-than-a-witch-burning/">&#8220;witch hunt&#8221; &#8212; as Michael Arrington calls it</a> &#8212; against her. It wouldn&#8217;t have been so bad if Sarah Lacy, the interviewer, had just shrugged her shoulders at the 26 second applause for her <a href="http://www.idratherbewriting.com/2008/03/08/deciding-when-to-speak-up-and-when-to-shut-up/">to shut up</a> &#8212; and then turned the questions over to the audience.</p>
<p dir="ltr">But in such a high pressure situation, she got a bit angry and confused and defensive, which made things worse for her. I wasn&#8217;t there, so my perspective is distorted, but I think the audience was immature to revolt. And Zuckerberg&#8217;s commentary wasn&#8217;t that interesting in itself &#8212; he kept saying Facebook&#8217;s mission is to help people &#8220;communicate and connect,&#8221; and also to &#8220;increase empathy&#8221; yada yada yada.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/03/10/lots-of-2008-sxsw-podcasts-now-available/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://audio.sxsw.com/podcast/interactive/panels/2008/SXSW08.INT.20080309.ZuckerbergKeynote.mp3" length="30082944" type="audio/mpeg" />
<enclosure url="http://audio.sxsw.com/podcast/interactive/panels/2008/SXSW08.INT.20080308.10Things37Signals.mp3" length="30808896" type="audio/mpeg" />
		</item>
	</channel>
</rss>

