Authorclare’s Weblog

My Multimedia Communication blog

Code for my web site

<html>

<head>

<script type=”text/javascript” src=”changestyle.js”></script>

<style type=”text/css”>
.button_bar {
float:right;
}
button.but {
color:blue;
font-family:sans-serif;
font-size:16px;
font-style:normal;
}
.narrow {
width: 60%;
margin-left: 40px;
}
</style>

<link rel=”stylesheet” href=”sheet1.css”>
<link rel=”stylesheet” href=”sheet2.css”>
<link rel=”stylesheet” href=”sheet3.css”>
<link rel=”stylesheet” href=”sheet4.css”>

</head>

<body onLoad=”changeSheets(1)”>

<div class=”button_bar”>
<button class=”but” onClick=”changeSheets(1);”>Style 1</button>
<button class=”but” onClick=”changeSheets(2);”>Style 2</button>
<button class=”but” onClick=”changeSheets(3);”>Style 3</button>
<button class=”but” onClick=”changeSheets(4);”>Style 4</button>
</div>

<h1>What do technical authors do?</h1>
<div class=”narrow”>
<p><strong>Technical authors</strong> design, create, and, maintains technical documentation. They write about a technical subject  which is aimed at  particular audience. A technical writer  communicates with subject matter experts (SME), testers, and developers, to obtain accurate and up to date information to include in their documentation. </p>

<p>A lot of time is spent on gathering and sorting information, so information is as accessible, concise yet complete, and accurate as possible.</p>
<p>A more accurate description of the role of a technical author would be a technical ‘communicator’ because of the time spent gathering information as opposed to writing. </p>
<p>
<a href=”What skills do they need.htm”>What skills do they need?</a></p>
<p><a href=”Table of contents.htm”>Table of contents</a>
</p>
</div>

</body>

</html>

May 9, 2008 Posted by | Uncategorized | Leave a Comment

My table of contents code

This is the code of my table of contents page

<html>

<head>

<script type=”text/javascript” src=”changestyle.js”></script>

<style type=”text/css”>
.button_bar {
float:right;
}
button.but {
color:blue;
font-family:sans-serif;
font-size:16px;
font-style:normal;
}
.narrow {
width: 60%;
margin-left: 40px;
}
</style>

<link rel=”stylesheet” href=”sheet1.css”>
<link rel=”stylesheet” href=”sheet2.css”>
<link rel=”stylesheet” href=”sheet3.css”>
<link rel=”stylesheet” href=”sheet4.css”>

</head>

<body onLoad=”changeSheets(1)”>

<div class=”button_bar”>
<button class=”but” onClick=”changeSheets(1);”>Style 1</button>
<button class=”but” onClick=”changeSheets(2);”>Style 2</button>
<button class=”but” onClick=”changeSheets(3);”>Style 3</button>
<button class=”but” onClick=”changeSheets(4);”>Style 4</button>
</div>

<h1>Table of contents</h1>
<div class=”narrow”>
<p><a href=”What do technical authors do.htm”>What do technical authors do?</a></p>
<p><a href=”What skills do they need.htm”>What skills do technical authors need?</a></p>
<p><a href=”What software do they use.htm”>What software do they use?</a></p>
<p><a href=”How much do they earn.htm”>How much do they earn?</a>
<p><a href=”Where do I find a job.htm”>Where do I find a job?</a></p>

</p>
<p>

</div>

</body>

</html>

May 9, 2008 Posted by | Uncategorized | Leave a Comment

   

Follow

Get every new post delivered to your Inbox.