<?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>Doc Box Consulting</title>
	<atom:link href="http://www.docboxconsulting.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.docboxconsulting.com</link>
	<description>Have an Out-of-Box Experience</description>
	<lastBuildDate>Mon, 20 Jul 2009 12:49:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Technical Writing Services in North Carolina</title>
		<link>http://www.docboxconsulting.com/?p=31</link>
		<comments>http://www.docboxconsulting.com/?p=31#comments</comments>
		<pubDate>Mon, 20 Jul 2009 02:50:10 +0000</pubDate>
		<dc:creator>Kim Nylander</dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[Doc Box Consulting]]></category>

		<guid isPermaLink="false">http://www.docboxconsulting.com/?p=31</guid>
		<description><![CDATA[<p>Based in Research Triangle Park, North Carolina, Doc Box Consulting offers freelance technical writing services and web site development and maintenance at a reasonable cost. Technical writing is about translating complex concepts into plain English, at a level appropriate for the target audience. With over 10 years experience as a technical writer, Kim Nylander, [...]]]></description>
			<content:encoded><![CDATA[<p>Based in Research Triangle Park, North Carolina, Doc Box Consulting offers freelance technical writing services and web site development and maintenance at a reasonable cost. Technical writing is about translating complex concepts into plain English, at a level appropriate for the target audience. With over 10 years experience as a technical writer, Kim Nylander, the primary writer for Doc Box Consulting, can help you create materials best suited to your project.</p>
<p>Want to learn more about how Doc Box Consulting can create a top-notch content solution for your project? <a href="mailto:docbox [at] docboxconsulting [dot] com">Contact Doc Box Consulting</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.docboxconsulting.com/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Links for learning Cascading Style Sheets</title>
		<link>http://www.docboxconsulting.com/?p=12</link>
		<comments>http://www.docboxconsulting.com/?p=12#comments</comments>
		<pubDate>Sun, 19 Jul 2009 18:54:56 +0000</pubDate>
		<dc:creator>Kim Nylander</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.docboxconsulting.com/?p=12</guid>
		<description><![CDATA[<p>A friend of mine asked for tutorials and resources for cascading style sheets (CSS), so I complied the following list of sites. The most comprehensive place to start is by reviewing the CSS specification (current version is 2.1). The spec is published and maintained by the World Wide Web Consorium (W3C), which also a [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine asked for tutorials and resources for cascading style sheets (CSS), so I complied the following list of sites. The most comprehensive place to start is by reviewing the <a href="http://www.w3.org/TR/CSS2/">CSS specification</a> (current version is 2.1). The spec is published and maintained by the World Wide Web Consorium (W3C), which also a <a href="http://www.w3.org/Style/Examples/011/firstcss">tutorial on CSS</a>. </p>
<p><a href="http://w3schools.com">W3Schools is a good site</a> with excellent tutorials for HTML, CSS, XHTML, among others. I learned HTML/CSS there &#8212; and then had to unlearn some things. W3Schools is geared towards coding towards Internet Explorer, which doesn&#8217;t necessarily match the actual W3C specs.  </p>
<p>An easy way to play with CSS is to start with standards-compliant templates that work in a wide range of browsers. </p>
<ul>
<li> <a href="http://www.ssi-developer.net/main/templates/">Two column templates</a></li>
<li><a href="http://matthewjamestaylor.com/blog/perfect-3-column.htm">Three column &#8220;holy grail&#8221; template</a></li>
<li> <a href="http://css.flepstudio.org/en/">Examples and templates</a>, plus some good info on the box-model hack (thanks IE)</li>
<li> <a href="http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html">Box Lesson</a> for easy to use templates</li>
<li> <a href="http://www.bluerobot.com/web/layouts/">Layout Reservoir</a> from Blue Robot
</li>
</ul>
<p><span id="more-12"></span><br />
Get a good CSS editor like TopStyle from Bradsoft (http://topstyle4.com) that has a list of selectors as drop-down boxes &#8212; that way you don&#8217;t have to memorize things. There used to be a freeware version, TopStyle Lite, that provides a good starting point. </p>
<p>Western Civ, creators of Style Master CSS editor, has an <a href="http://www.westciv.com/style_master/academy/css_tutorial/">excellent tutorial for CSS</a>.</p>
<p><a href="http://www.alistapart.com/)">A List Apart</a> is probably the best place to find information on best design practices and how to work around common problems. Cutting edge stuff by some of the best in the industry.  </p>
<p><a href="http://meyerweb.com/eric/css/">Eric Meyer&#8217;s home page</a> has a great set of links for CSS references and related items.</p>
<p>Want to see what CSS can really do? Take a look at <a href="http://csszengarden.com">CSS Zengarden and </a><a href="http://cssvault.com/">CSS Vault</a>. Some excellent examples of how CSS can completely change the appearance of a page by swapping the CSS without touching the page&#8217;s code. </p>
<p><a href="http://www.glish.com/css/">CSS Layout for Fun and Profit</a> (glish.com) also has great articles and information. </p>
<p>Once you have a CSS sheet created, it should be validated against the spec (this is also a great troubleshooting tool) by using the <a href="http://jigsaw.w3.org/css-validator/">W3C CSS Validator</a>.</p>
<p>If you really can&#8217;t find something, chances are that &#8220;<a href="http://www.dezwozhere.com/links.html">Holy CSS, Zeldman</a>!&#8221; has a link to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docboxconsulting.com/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Suggestions for new technical writers</title>
		<link>http://www.docboxconsulting.com/?p=6</link>
		<comments>http://www.docboxconsulting.com/?p=6#comments</comments>
		<pubDate>Sun, 19 Jul 2009 16:30:23 +0000</pubDate>
		<dc:creator>Kim Nylander</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Technical Writing]]></category>

		<guid isPermaLink="false">http://www.docboxconsulting.com/?p=6</guid>
		<description><![CDATA[<p>Interested in learning about technical writing or getting started in the field? The set of links below were put together when a friend asked me for information on technical writing. </p> My bookmarks on Delicious for tech writing The motherload of all TW mailing lists: TechW-L. Great articles, resources, and mailing list archives. The [...]]]></description>
			<content:encoded><![CDATA[<p>Interested in learning about technical writing or getting started in the field? The set of links below were put together when a friend asked me for information on technical writing. </p>
<ul>
<li>My <a href="http://delicious.com/ceffyl/Tech_Writing">bookmarks on Delicious for tech writing</a> </li>
<li>The motherload of all TW mailing lists: <a href="http://www.techwr-l.com/techwhirl/index.php3">TechW-L</a>. Great articles, resources, and mailing list archives. The membership includes several thousand tech writers world wide.</li>
<li><a href="http://www.io.com/~hcexres/textbook/">Online text book for tech writing</a></li>
<li><a href="http://www.bastoky.com/TOC.htm">Fundamentals of Document Design by BA Stoky Design</a></li>
<li><a href="http://career-advice.monster.com/job-industry-profiles/technology/Technical-Writing/home.aspx">Monster.com&#8217;s Guide to careers in tech writing</a> </li>
<li><a href="http://www.docsymmetry.com/">DocSymmetry&#8217;s info on being a tech writer</a></li>
<li><a href="http://www.idratherbewriting.com/2008/06/26/myths-myths-myths-about-technical-writing/">Myths about tech writing</a></li>
<li><a href="http://www.techwriters.com/">Webster Tech Writing (see the field guide to tech writing)</a></li>
<li><a href="http://www.klariti.com/technical-writing/User-Guides-Tutorial.shtml">User Guide Tutorial from Klariti</a></li>
</ul>
<p>To get ideas for manual layout and structure, take a look at some of the available free templates for <a hrfef="http://www.oooninja.com/2007/12/templates-good-bad-and-ugly.html">Open Office Writer</a> and Microsoft Word. For Word, check out Microsoft&#8217;s Office template pages. The exact URL will differ depending upon the version of Office you have installed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.docboxconsulting.com/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating unique headers and footers in Writer</title>
		<link>http://www.docboxconsulting.com/?p=8</link>
		<comments>http://www.docboxconsulting.com/?p=8#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:31:52 +0000</pubDate>
		<dc:creator>Kim Nylander</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Technical Writing]]></category>

		<guid isPermaLink="false">http://www.docboxconsulting.com/?p=8</guid>
		<description><![CDATA[<p>You create unique headers and footers in one document in Open Office Writer (Writer) by using the page styles available in Writer. Page styles in Writer are like creating master pages in InDesign: page features (text, graphics, etc.) are stored in the style. When a page style is active on a page, the style [...]]]></description>
			<content:encoded><![CDATA[<p>You create unique headers and footers in one document in Open Office Writer (Writer) by using the page styles available in Writer. Page styles in  Writer are like creating master pages in InDesign: page features (text, graphics, etc.) are stored in the style. When a page style is active on a page, the style name is highlighted in the Page Styles pane of the Styles and Formatting palette.</p>
<p>Header and footer text associated with a particular style is entered on a page tagged with that style. </p>
<p>The procedure below describes how to create new page styles, apply the page styles, and then modify the headers and footers associated with each page style. You can also use this procedure with existing page styles by starting after after the first section. </p>
<p><span id="more-8"></span></p>
<h3 id="634_creating-new-page-st_1" >Creating New Page Styles</h3>
<ol type="1">
<li>Open or create a multi-page document. <br />
<strong>Tip</strong>: To add new pages, use the Manual Break option from the Insert menu. By using this method, you can also change the page number and choose the style for the new page.</li>
<p><a href='http://ceffyl.net/wordpress/wp-content/uploads/2008/10/insert_break.png'><img src="http://ceffyl.net/wordpress/wp-content/uploads/2008/10/insert_break-300x203.png" alt="Insert Break dialog" title="insert_break" width="300" height="203" class="aligncenter size-medium wp-image-749" /></a></p>
<li>Choose <strong>Format > Styles and Formatting </strong>to display the Styles and Formatting palette.</li>
<li>Click the fourth icon in the palette&#8217;s toolbar to display the Page Styles palette. You will use this palette to create, modify, and remove pages styles from this document.</li>
<p><a href='http://ceffyl.net/wordpress/wp-content/uploads/2008/10/page_styles.png'><img src="http://ceffyl.net/wordpress/wp-content/uploads/2008/10/page_styles-187x300.png" alt="" title="page_styles" width="187" height="300" class="alignnone size-medium wp-image-750" /></a></p>
<li>Place your cursor on the first page of the document.</li>
<li>In the Page Styles palette, right-click in the dialog and choose New&#8230; from the pop-up menu.</li>
<p><a href='http://ceffyl.net/wordpress/wp-content/uploads/2008/10/new_page_style.png'><img src="http://ceffyl.net/wordpress/wp-content/uploads/2008/10/new_page_style-187x300.png" alt="New Page Style" title="new_page_style" width="187" height="300" class="alignnone size-medium wp-image-751" /></a></p>
<li>On the Page Style dialog, choose the options for the page style and save changes by pressing OK. On the Header and Footer tab, make sure the options are turned on. (Text for the headers and footers is not entered in this dialog.)<br />
Tip: You may or may not want headers or footers active on the first page of a document.</li>
<li>Repeat the above steps for however many pages styles your document requires.</li>
<p><a href='http://ceffyl.net/wordpress/wp-content/uploads/2008/10/page_style_dialog.png'><img src="http://ceffyl.net/wordpress/wp-content/uploads/2008/10/page_style_dialog-300x225.png" alt="" title="page_style_dialog" width="300" height="225" class="alignnone size-medium wp-image-752" /></a>
</ol>
<h3 id="634_adjusting-page-style_1" >Adjusting Page Style Flow: Next Style</h3>
<p>Let&#8217;s say that you want to automatically have these running headers appear on left- and right-facing pages (except for the title page): </p>
<ul>
<li>The left-facing page header (defined in the Left Page style) will have the document title and</li>
<li>The right-facing page header (defined in the Right Page style) will display the page number.</li>
</ul>
<p>Open Office Writer lets you define the next style that follows a particular style. In this example, the Left Page style would be modified using the Page Style dialog so the Right Page style is chosen as the Next Style.<br />
<a href='http://ceffyl.net/wordpress/wp-content/uploads/2008/10/next_style_page.png'><img src="http://ceffyl.net/wordpress/wp-content/uploads/2008/10/next_style_page-300x225.png" alt="" title="next_style_page" width="300" height="225" class="alignnone size-medium wp-image-753" /></a><br />
The Right Page style would also have to be changed so the Next Style drop-down box has Left Page chosen.</p>
<h3 id="634_applying-page-styles_1" >Applying Page Styles</h3>
<ol>
<li>With your cursor on your first page, double-click on the name of the style you would like to apply to the first page.</li>
<li>If the style has a header turned on, enter content in the header. Once you set a page style on one page, OOWriter automatically applies that same page to each subsequent page that does not have a style assigned.</li>
<li>Go to the next page in the document. Place your cursor on the page test. On the Page Styles palette, double-click the name of the next page style you wish to use.</li>
<li>If headers are turned on, the header at the top of the page will be blank. Enter a new header for this page and possibly the next if you are using left-right facing pages with different header/footer content.</li>
<li>Check the pages in the document. Later pages in the document should have the second page style you created. The first page should still contain the first page header contents. If it does not, return to the Page Styles palette and double-click the name of the first page style you created. The header content will reappear.</li>
</ol>
<p>You should now be able to place your cursor on a page and apply any of the pages styles to individual pages.</p>
<p>These instructions were written using Open Office Writer 2.3 in X-Windows on the Mac. The steps were also checked in OOWriter 2.4 for Microsoft Windows.</p>
<h3 id="634_additional-resources_1" >Additional Resources</h3>
<ul>
<li><a href="http://openoffice.blogs.com/openoffice/2005/12/different_page_.html">Starting Page Numbering on Page 2, and Other Ways to Mix Page Styles in a Document</a></li>
<li><a href="http://user.services.openoffice.org/en/forum/viewtopic.php?f=71&#038;t=1162&#038;start=0&#038;st=0&#038;sk=t&#038;sd=a&#038;sid=e7567277cbc9b5f7b66db907e2635b46">Using landscape and portrait pages</a></li>
<li><a href="http://user.services.openoffice.org/en/forum/viewtopic.php?f=71&#038;t=1221">Page numbering</a></li>
<li><a href="http://searchenterpriselinux.techtarget.com/tip/0,289483,sid39_gci1230368,00.html">Combining OpenOffice.org text documents using master files</a></li>
</ul>
<h3 id="634_trouble-suggestions_1" >Trouble? Suggestions?</h3>
<p>If you have any trouble with this tutorial, please leave a comment. I&#8217;m happy to update the document.</p>
<hr />
Edit on October 10, 2008. Updates from comments found on the <a href="http://user.services.openoffice.org/en/forum/viewtopic.php?f=7&#038;t=8985&#038;p=42374&#038;hilit=ceffyl.net#p42374">Open Office Writer forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docboxconsulting.com/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
