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>
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>
-
Recent
- Code for my web site
- My table of contents code
- Reflection and conclusion to my multimedia problem
- A further problem I need to investigate
- Updates to my multimedia problem and solution
- Literature review #5 – Review of the MadPak authoring suite
- Writing java script for my multimedia problem and solution
- Introduction to the multimedia problem I have identified
- Literature review #6 – At the cutting edge
- Literature review #4 – Multimedia content rocks!
- Flash quiz using ActionScript
- Animation of an aeroplane using Flash
-
Links
-
Archives
- May 2008 (5)
- April 2008 (9)
- March 2008 (3)
- February 2008 (5)
-
Categories
-
RSS
Entries RSS
Comments RSS