<?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>The Writer's Bloc &#187; Newsletters</title>
	<atom:link href="http://www.writersbloc.net/category/newsletters/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.writersbloc.net</link>
	<description>The right words make a difference.</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:27:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Know the code: 5 quick tips to clean up your HTML (or why WYSIWYG tools are bad!)</title>
		<link>http://www.writersbloc.net/2009/07/16/know-the-code-5-quick-tips-to-clean-up-your-html/</link>
		<comments>http://www.writersbloc.net/2009/07/16/know-the-code-5-quick-tips-to-clean-up-your-html/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 20:50:23 +0000</pubDate>
		<dc:creator>Dave Kramer</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Newsletters]]></category>
		<category><![CDATA[Work Tools]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WYSIWYG]]></category>
		<category><![CDATA[wysiwyg editor]]></category>
		<category><![CDATA[wysiwyg tools]]></category>

		<guid isPermaLink="false">http://www.writersbloc.net/?p=211</guid>
		<description><![CDATA[Though I&#8217;m a writer/editor/consultant by trade, I&#8217;ve been coding HTML since I launched my first site in the mid-&#8217;90s. Back then, you had to know the code, which was constantly evolving. I still remember how cool it was when Netscape added background images (I think it was v0.91b).
Nowadays, most people use tools that take care [...]]]></description>
			<content:encoded><![CDATA[<p>Though I&#8217;m a writer/editor/consultant by trade, I&#8217;ve been coding HTML since I launched my first site in the mid-&#8217;90s. Back then, you had to know the code, which was constantly evolving. I still remember how cool it was when Netscape added background images (I think it was v0.91b).</p>
<p>Nowadays, most people use tools that take care of all that pesky HTML for them. Only problem is that, despite a decade plus of evolution, these WYSIWYG (What You See Is What You Get) editors still don&#8217;t do a very good job. Working as I do with a number of organizations, it surprises me sometimes how little HTML some of the people who work daily on the Web know &#8211; and it shows in the lack of control they have when creating even simple layouts. When I look at the underlying code, it&#8217;s often a sloppy mess that reveals a telltale trail of many failed attempts to add a simple line break or modify a font.</p>
<p>If you want good results, you still need to know the code. Here are some tips to gain greater control over your Web-based content:</p>
<ol>
<li><strong>Never paste directly from word processing documents into a WYSIWYG editor.</strong> Your resulting code will be a nightmare that&#8217;s nearly impossible to read and modify. I believe many folks&#8217; fear of HTML stems from having once looked at this type of intensive machine-built code! Instead, paste first into a plain text editor such as Notepad to clear the formatting (while you’re at it, search and replace any curly quotes, non-straight apostrophes, long dashes and compressed ellipses with their standard equivalents). Finally, cut and paste the raw text into your page editor and then add any formatting you need either using the WYSIWYG tools or, if you&#8217;re brave, directly with an HTML editor.</li>
<li><strong>Review your code.</strong> Most WYSIWYG tools add unnecesary HTML. They may introduce incorrect font tags, add non-breaking spaces (&amp;nbsp;) that can affect layout and create unhelpful ALT text (used to describe the content of an image). Learn your way around and fix any errors before they are published.</li>
<li><strong>Learn some easy HTML.</strong> You don&#8217;t need to master stylesheets and scripting to build in HTML. Start with the basics: STRONG (bold), EM (italics), FONT (to control font selection, size and color), BR (line break), P (paragraph), A (anchor, which is how you make links) and IMG (for adding images). You&#8217;ll work your way up to master coder in no time. Note that this will NOT make you a professional developer; HTML is a simple markup language and NOT the same as writing software. But it&#8217;s a start, and can be a valuable job skill. More skills = more opportunities.</li>
<li><strong>Use WYSIWYG strategically.</strong> Fancy HTML editors often provide good tools for complex tasks, such as table creation. You can build your table layout using a WYSIWYG editor and then switch to HTML to fine tune it, as needed.</li>
<li><strong>Re-use, re-use, re-use.</strong> Once you have a piece of code that works, recycle elements of it. Save your favorite code snippets someplace handy (I use OneNote, but Notepad is fine too). And if you&#8217;re creating pages or HTML e-mails that are part of the same campaign and really need to be consistent, you should re-use the code (changing out images, links and copy where needed) rather than rebuild it from scratch. Otherwise, you&#8217;ll end up with a muddled mess that delivers a sloppy customer experience.</li>
</ol>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F07%2F16%2Fknow-the-code-5-quick-tips-to-clean-up-your-html%2F&amp;linkname=Know%20the%20code%3A%205%20quick%20tips%20to%20clean%20up%20your%20HTML%20%28or%20why%20WYSIWYG%20tools%20are%20bad%21%29" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.writersbloc.net/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F07%2F16%2Fknow-the-code-5-quick-tips-to-clean-up-your-html%2F&amp;linkname=Know%20the%20code%3A%205%20quick%20tips%20to%20clean%20up%20your%20HTML%20%28or%20why%20WYSIWYG%20tools%20are%20bad%21%29" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.writersbloc.net/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F07%2F16%2Fknow-the-code-5-quick-tips-to-clean-up-your-html%2F&amp;linkname=Know%20the%20code%3A%205%20quick%20tips%20to%20clean%20up%20your%20HTML%20%28or%20why%20WYSIWYG%20tools%20are%20bad%21%29" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.writersbloc.net/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F07%2F16%2Fknow-the-code-5-quick-tips-to-clean-up-your-html%2F&amp;linkname=Know%20the%20code%3A%205%20quick%20tips%20to%20clean%20up%20your%20HTML%20%28or%20why%20WYSIWYG%20tools%20are%20bad%21%29">Share or E-mail This Post</a>]]></content:encoded>
			<wfw:commentRss>http://www.writersbloc.net/2009/07/16/know-the-code-5-quick-tips-to-clean-up-your-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work Samples &#8211; Community newsletters</title>
		<link>http://www.writersbloc.net/2009/04/17/work-samples-community-newsletters/</link>
		<comments>http://www.writersbloc.net/2009/04/17/work-samples-community-newsletters/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 21:35:52 +0000</pubDate>
		<dc:creator>Dave Kramer</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Newsletters]]></category>
		<category><![CDATA[Work Samples]]></category>

		<guid isPermaLink="false">http://www.writersbloc.net/?p=64</guid>
		<description><![CDATA[One of the services I provide (also a passion!) is planning and writing e-mail newsletters. My early career was in  journalism, but in the mid-&#8217;90s I fell in love with the Internet and this necessitated a jump to a technology publisher where I was one third of the gopher/Web team. (Jacqui was another third, but that&#8217;s another [...]]]></description>
			<content:encoded><![CDATA[<p>One of the services I provide (also a passion!) is planning and writing e-mail newsletters. My early career was in  journalism, but in the mid-&#8217;90s I fell in love with the Internet and this necessitated a jump to a technology publisher where I was one third of the gopher/Web team. (Jacqui was another third, but that&#8217;s another story.)</p>
<p>This led me down the path of webmastering for awhile before I settled in at Microsoft, where I paired my love of creating content with developing technology-based solutions. There I actually wrote and helped launch the first HTML newsletter on Microsoft.com and quickly became the go-to person for e-newsletters.</p>
<p>Since then, I&#8217;ve become passionate about community, and newsletters are still a great tool for this. Your e-mail content shouldn&#8217;t just be a blast out to customers with a call to action (though this is important too). The best e-mail newsletters draw members in and make them feel part of the community of people who interact with your site or product.</p>
<p>When I was at HealthTalk, one of my first tasks was to overhaul electronic communications. Up until then, newsletters had been sporadic and focused just on getting members to sign up for webcasts. Alas, many of the networks became dormant for months at a time, so my job was to develop a format that engaged members regardless of how often they had new programs available to them.</p>
<p>My solution, ultimately, was to begin drawing these members in with questions and topics and then sharing back their answers, as you can see in this example from the Rheumatoid Arthritis network :</p>
<div id="attachment_55" class="wp-caption alignnone" style="width: 489px"><img class="size-full wp-image-55  " title="healthtalk-ranewsletter" src="http://www.writersbloc.net/wordpress/wp-content/uploads/2009/04/healthtalk-ranewsletter.jpg" alt="HealthTalk newsletter" width="479" height="1931" /><p class="wp-caption-text">HealthTalk newsletter</p></div>
<p>These stories really grabbed readers and made them want to be a part of the network, even during periods when there wasn&#8217;t much other new content for them. I also lobbied the producers and business development folks I worked with to develop new sources of content, and eventually convinced the company&#8217;s founder to pilot a blog despite a fair amount of internal resistance. The blog was so successful that shortly after I left, they launched phase 2 of my proposal and added member advocate blogs to each of the active networks.</p>
<p>For the Big Fish Games Atlantis gaming community, my focus was a little different. There already existed a real-time chat engine in all of the online games, and I managed a team of remote moderators who interacted daily with players to facilitate fun and resolve problems. I replaced the ad-only &#8220;newsletter&#8221; with a longer, content-heavy publication and launched the 5 Questions column to profile a different Big Fish Games employee each month. The goal was to open a window into how the people at the company were actively working to improve the community and provide hints and, where possible, announcements of upcoming games and features.</p>
<p>This just happens to be the one where I was the subject:</p>
<div id="attachment_53" class="wp-caption alignnone" style="width: 551px"><img class="size-full wp-image-53 " title="bigfishgamescommunitynewsletter5" src="http://www.writersbloc.net/wordpress/wp-content/uploads/2009/04/bigfishgamescommunitynewsletter5.jpg" alt="Big Fish Games online community newsletter" width="541" height="2288" /><p class="wp-caption-text">Big Fish Games online community newsletter</p></div>
<p>In a future post I&#8217;ll tackle headline copywriting, a task I performed daily for several years and have some helpful insights to share.</p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F04%2F17%2Fwork-samples-community-newsletters%2F&amp;linkname=Work%20Samples%20%26%238211%3B%20Community%20newsletters" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.writersbloc.net/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F04%2F17%2Fwork-samples-community-newsletters%2F&amp;linkname=Work%20Samples%20%26%238211%3B%20Community%20newsletters" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.writersbloc.net/wordpress/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/linkedin?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F04%2F17%2Fwork-samples-community-newsletters%2F&amp;linkname=Work%20Samples%20%26%238211%3B%20Community%20newsletters" title="LinkedIn" rel="nofollow" target="_blank"><img src="http://www.writersbloc.net/wordpress/wp-content/plugins/add-to-any/icons/linkedin.png" width="16" height="16" alt="LinkedIn"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.writersbloc.net%2F2009%2F04%2F17%2Fwork-samples-community-newsletters%2F&amp;linkname=Work%20Samples%20%26%238211%3B%20Community%20newsletters">Share or E-mail This Post</a>]]></content:encoded>
			<wfw:commentRss>http://www.writersbloc.net/2009/04/17/work-samples-community-newsletters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
