SlideShare a Scribd company logo
2
Most read
4
Most read
6
Most read
sample technical guide.doc © 2010 Lisa Lugo
Introduction to this sample document
I wrote this technical guide for an online classroom that my company created. The purpose of
this guide was to document all of the application’s technical details, and provide trouble-
shooting solutions. The audience for the document was the helpdesk.
The following sample document includes the complete Table of Contents from the original
document, to illustrate the level of detail the guide contained. Next, I included the Introduction
and Overview sections so the reader understands what the Online Classroom looked like. I then
provide a sample of one section so the reader can become familiar with my writing style. All
references to proprietary information have been removed.
sample technical guide.doc © 2010 Lisa Lugo
Table of Contents
Below is the complete Table of Contents for the technical guide:
Introduction ......................................................................................................................................1
Overview of the Classroom ................................................................................................................1
1. Initial Setup....................................................................................................................................2
Technical Specifications................................................................................................................... 2
Display Resolution............................................................................................................................ 3
Setup Wizard.................................................................................................................................... 3
Plugins downloaded............................................................................................................ 3
Browser Settings.............................................................................................................................. 3
Internet Explorer................................................................................................................. 4
Netscape Version 4.7.......................................................................................................... 4
America Online ................................................................................................................... 4
Firewalls........................................................................................................................................... 5
Bandwidth........................................................................................................................................ 5
2. VOIP ..............................................................................................................................................5
No Sound.......................................................................................................................................... 6
Poor Sound Quality.......................................................................................................................... 7
User must press CTRL to speak........................................................................................................ 8
Echoes.............................................................................................................................................. 8
No connection.................................................................................................................................. 9
3. Synchronization .............................................................................................................................9
Cannot see other people’s annotation.......................................................................................... 10
Cannot chat.................................................................................................................................... 10
Classroom frozen ........................................................................................................................... 10
4. Application Sharing ......................................................................................................................11
Cannot show application ............................................................................................................... 11
Application not sized correctly in content window....................................................................... 12
Content window has a strip of “noise” by the application............................................................ 12
Student cannot share the application ........................................................................................... 12
5. Content Management ..................................................................................................................12
Content Pushing............................................................................................................................. 12
Cannot see slides ........................................................................................................................... 13
Cannot annotate over a slide......................................................................................................... 13
Content Uploads ............................................................................................................................ 13
Error Message during upload - Failed criteria ............................................................................... 14
File content does not fit properly in the window (too large, too small). ...................................... 14
Cannot load a website ................................................................................................................... 14
HTML files are not displaying all graphics...................................................................................... 14
6. Miscellaneous ..............................................................................................................................16
Login issues .................................................................................................................................... 16
Cannot login...................................................................................................................... 16
Logged out ok, but can’t log back in................................................................................. 16
Dropped connection ...................................................................................................................... 16
Online Classroom Technical Guide
sample technical guide.doc Page 1 of 4
© 2010 Lisa Lugo
What follows is a sample of three sections in the guide.
Introduction
XYZ Company’s Online Classroom is a “virtual meeting room” accessible over the Internet. It has
an interactive whiteboard, two-way VOIP audio, two-way chat, and the ability to push and view
content in a variety of formats including PowerPoint, JPG, GIF, HTML and live websites. The
Online Classroom is a fully web-based, thin-client architecture. Two-way, real-time interaction
between multiple participants is made possible through our “Server” component. VOIP is
provided using xxxx from xxxx. Content files are stored on the XYZ Company server.
Most users experience little or no difficulties in accessing and using the Classroom. For those
who do have problems, the majority of these occur the first time they access the Classroom.
However, it is important to be familiar with, and be able to correct, any problems that may
occur. This manual provides the information needed to troubleshoot the typical problems
encountered when installing or using the Online Classroom.
When a user calls to report a problem, use this manual to help diagnose and correct the
situation. If you are unsuccessful, you may contact XYZ Company at (111) 111-1111 or email
support@xyzco.xxx for assistance. Please do NOT distribute this phone number to your users. It
is for your designated contact person only.
Online Classroom Technical Guide
sample technical guide.doc Page 2 of 4
© 2010 Lisa Lugo
Overview of the Classroom
The main areas of the Online Classroom are labeled in the diagram below, and include the
following:
 Whiteboard/Content Window
 Drawing Tools
 Chat Area
 Participants Attendance Box
 Space for company logo and instructor
photo
 Audio Controls
 Instructor Controls
Figure 1. Online Classroom
Online Classroom Technical Guide
sample technical guide.doc Page 3 of 4
© 2010 Lisa Lugo
Content Uploads
The Classroom allows instructors to upload content in any of the following formats:
 HTML
 JPG
 GIF
 ZIP
 Video files (QuickTime, Real, or Windows Media – must be zipped before upload)
 Live URLs
Zip files are a special case – instructors can upload multiple files at once by compressing them
into a zip file. Once uploaded, our system automatically uncompresses the zip file and displays
each file as a separate entry in the Slide List. Zip files can be used to upload not only HTML, JPG
and GIF, but also QuickTime videos.
Currently there is a limit of 10MB per file uploaded. This amount can be increased on a request
basis.
To upload a file, the instructor clicks the “Edit Slides” button, assigns the file a name, then
either types in the URL to be loaded, or clicks “Browse” to upload a file from the hard disk.
Error Message during upload - Failed criteria
Description: Upon uploading content the user receives a message saying “Failed
criteria”.
Solution: This error can occur for several different reasons:
 Bad file name. The file name cannot contain any special characters or spaces.
The Lesson List Manager will only accept alphanumeric characters and the
underscore _. Using special characters, or spaces, will result in an error message
“Failed Criteria”.
 Incorrect file type. The file being uploaded is not one of the supported types
(jpg, gif or html). Note that video files must be compressed into a zip file before
they can be uploaded.
 Selected wrong file type (zip files only). The user did not check the correct box
for the type of files being uploaded – check “HTML Files” if uploading HTML, or
“All Files” for jpg and gif files. If the wrong box is checked the upload will fail.
 Missing file name. The user must always type in a name for the file. In the case
of zip files, this name will not be used, but the upload will not complete if no
name is entered.
HTML files are not displaying all graphics.
HTML files often include GIF files for graphical components. These files may be
referenced in the HTML code by their full filepath, which often is a separate
Online Classroom Technical Guide
sample technical guide.doc Page 4 of 4
© 2010 Lisa Lugo
subdirectory. When the HTML file (and associated gifs) are uploaded, the filepath is no
longer valid. To correct this, the HTML code must be modified to correct the location of
the GIF files. Specifically, all references to subdirectories in the HTML file should be
replaced with dot-slash (./) The easiest way to do this is as follows:
1) Open the HTML source code.
2) Search for src= This will bring you to the first reference to a .gif file in a
subdirectory.
3) Edit the reference so that the name of the subdirectory is replaced by ./ (i.e.,
dot-slash).
4) Repeat this for each src=.
5) When done, save the file to a new name (so you don’t overwrite the original).
Example
In this example, there are 3 GIF files being referenced: abc.gif, bar.gif, and glass.gif. All 3
files are in a subdirectory called “Images.”
Original HTML File
<TBODY>
<TR vAlign=top>
<TD vAlign=top><A href="http://dev.xyz.com/"><IMG border=0
src="Images/abc.gif"></A></TD>
<TD align=right width="100%">
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%" valign="top">
<TBODY>
<TR>
<TD width=300><IMG height=28 src="Images/bar.gif"
width=1></TD>
<TD><A href="http://dev.xyz.com/master/welcome/help/"><IMG
border=0 height=17 src="Images/glass.gif"
width=20></A></TD>
For this HTML file to properly call the 3 GIF files when it’s uploaded, any reference to the
“Images” subdirectory must be removed and replaced with ./, so that the code looks like
the following:
Revised HTML file
<TBODY>
<TR vAlign=top>
<TD vAlign=top><A href="http://dev.xyz.com/"><IMG border=0
src="./abc.gif"></A></TD>
<TD align=right width="100%">
<TABLE border=0 cellPadding=0 cellSpacing=0 width="100%" valign="top">
<TBODY>
<TR>
<TD width=300><IMG height=28 src="./bar.gif"width=1></TD>
<TD><A href="http://dev.xyz.com/master/welcome/help/"><IMG
border=0 height=17 src="./glass.gif"
width=20></A></TD>

More Related Content

PDF
Sample User Manual
PDF
Sample Admin Guide
PDF
Canva tutorial for Beginners - Part 2
DOCX
Sample User Manual - Learning Management System
PDF
En2501 composer template editor user manual
DOCX
User manual template
PDF
STUDENT PORTAL Analysis & Implementation
PDF
FP 301 OOP FINAL PAPER JUNE 2013
Sample User Manual
Sample Admin Guide
Canva tutorial for Beginners - Part 2
Sample User Manual - Learning Management System
En2501 composer template editor user manual
User manual template
STUDENT PORTAL Analysis & Implementation
FP 301 OOP FINAL PAPER JUNE 2013

What's hot (20)

PDF
Cahimat canva completed
DOC
Srs example webapp
PPTX
Web Page Creation
PDF
Software Requirement Specification For Smart Internet Cafe
PPTX
Application development and emerging technologies.pptx
PPTX
Lecture 5 macromedia flash
PPTX
Student Portal Example
PDF
How to use canva
DOCX
High level design document template
PDF
Freedom Writers Reflection
PPTX
EMPOWERMENT TECHNOLOGIES QUARTER 2 LESSON 8
PPT
Introduction To Multimedia
PDF
Sample Mobile Apps PRD
PPTX
Design process design rules
PDF
Java Technical Design Document
PDF
Canva for Education
PPTX
canva presentation
PPTX
Photoshop Guide
PPT
Understanding and Conceptualizing interaction - Mary Margarat
DOCX
E-Learning Project Write Up Case Study Ogun State Institute Of Technology
Cahimat canva completed
Srs example webapp
Web Page Creation
Software Requirement Specification For Smart Internet Cafe
Application development and emerging technologies.pptx
Lecture 5 macromedia flash
Student Portal Example
How to use canva
High level design document template
Freedom Writers Reflection
EMPOWERMENT TECHNOLOGIES QUARTER 2 LESSON 8
Introduction To Multimedia
Sample Mobile Apps PRD
Design process design rules
Java Technical Design Document
Canva for Education
canva presentation
Photoshop Guide
Understanding and Conceptualizing interaction - Mary Margarat
E-Learning Project Write Up Case Study Ogun State Institute Of Technology
Ad

Similar to Sample Technical Guide (20)

PPTX
Cwu 316 final ppt
PDF
How I survived teaching my first online course (and actually enjoyed it!)
PPT
Collaborative writing and common core standards in the classroom slideshare
PPTX
Interaction: Tools for Collaboration
PPT
Wimba Classroom: Facilitators
PPTX
Adobe connect technology_infusion
PDF
Introduction to Online Learning
PPT
Online Instruction Types: O'Connor
PPT
Killer Online Design and Teaching Techniques
PDF
Using Technology Tools To Ensure Faculty Success
PPT
Week 1
PPTX
My journey
PPT
21st Century Learning3
PDF
Microsoft Power Point Technology And The Future With Students 2007 Version
PDF
CARE Workshop 1 (Fordham GSB)
DOCX
BA131/CS120 Syllabus Winter12 Billing
ODP
Delivering Successful Online Presentations
PPTX
Task 4 final: Consultants-E E-Moderating Course Oct 2015
PPTX
Leading a Connect Live Class
PPT
21st Century Technology Skills for Educators
Cwu 316 final ppt
How I survived teaching my first online course (and actually enjoyed it!)
Collaborative writing and common core standards in the classroom slideshare
Interaction: Tools for Collaboration
Wimba Classroom: Facilitators
Adobe connect technology_infusion
Introduction to Online Learning
Online Instruction Types: O'Connor
Killer Online Design and Teaching Techniques
Using Technology Tools To Ensure Faculty Success
Week 1
My journey
21st Century Learning3
Microsoft Power Point Technology And The Future With Students 2007 Version
CARE Workshop 1 (Fordham GSB)
BA131/CS120 Syllabus Winter12 Billing
Delivering Successful Online Presentations
Task 4 final: Consultants-E E-Moderating Course Oct 2015
Leading a Connect Live Class
21st Century Technology Skills for Educators
Ad

Recently uploaded (20)

PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation theory and applications.pdf
PDF
cuic standard and advanced reporting.pdf
PPTX
Spectroscopy.pptx food analysis technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Electronic commerce courselecture one. Pdf
PPT
Teaching material agriculture food technology
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Digital-Transformation-Roadmap-for-Companies.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation theory and applications.pdf
cuic standard and advanced reporting.pdf
Spectroscopy.pptx food analysis technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
MYSQL Presentation for SQL database connectivity
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Advanced methodologies resolving dimensionality complications for autism neur...
Electronic commerce courselecture one. Pdf
Teaching material agriculture food technology
NewMind AI Weekly Chronicles - August'25 Week I
Network Security Unit 5.pdf for BCA BBA.
Dropbox Q2 2025 Financial Results & Investor Presentation
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Review of recent advances in non-invasive hemoglobin estimation
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...

Sample Technical Guide

  • 1. sample technical guide.doc © 2010 Lisa Lugo Introduction to this sample document I wrote this technical guide for an online classroom that my company created. The purpose of this guide was to document all of the application’s technical details, and provide trouble- shooting solutions. The audience for the document was the helpdesk. The following sample document includes the complete Table of Contents from the original document, to illustrate the level of detail the guide contained. Next, I included the Introduction and Overview sections so the reader understands what the Online Classroom looked like. I then provide a sample of one section so the reader can become familiar with my writing style. All references to proprietary information have been removed.
  • 2. sample technical guide.doc © 2010 Lisa Lugo Table of Contents Below is the complete Table of Contents for the technical guide: Introduction ......................................................................................................................................1 Overview of the Classroom ................................................................................................................1 1. Initial Setup....................................................................................................................................2 Technical Specifications................................................................................................................... 2 Display Resolution............................................................................................................................ 3 Setup Wizard.................................................................................................................................... 3 Plugins downloaded............................................................................................................ 3 Browser Settings.............................................................................................................................. 3 Internet Explorer................................................................................................................. 4 Netscape Version 4.7.......................................................................................................... 4 America Online ................................................................................................................... 4 Firewalls........................................................................................................................................... 5 Bandwidth........................................................................................................................................ 5 2. VOIP ..............................................................................................................................................5 No Sound.......................................................................................................................................... 6 Poor Sound Quality.......................................................................................................................... 7 User must press CTRL to speak........................................................................................................ 8 Echoes.............................................................................................................................................. 8 No connection.................................................................................................................................. 9 3. Synchronization .............................................................................................................................9 Cannot see other people’s annotation.......................................................................................... 10 Cannot chat.................................................................................................................................... 10 Classroom frozen ........................................................................................................................... 10 4. Application Sharing ......................................................................................................................11 Cannot show application ............................................................................................................... 11 Application not sized correctly in content window....................................................................... 12 Content window has a strip of “noise” by the application............................................................ 12 Student cannot share the application ........................................................................................... 12 5. Content Management ..................................................................................................................12 Content Pushing............................................................................................................................. 12 Cannot see slides ........................................................................................................................... 13 Cannot annotate over a slide......................................................................................................... 13 Content Uploads ............................................................................................................................ 13 Error Message during upload - Failed criteria ............................................................................... 14 File content does not fit properly in the window (too large, too small). ...................................... 14 Cannot load a website ................................................................................................................... 14 HTML files are not displaying all graphics...................................................................................... 14 6. Miscellaneous ..............................................................................................................................16 Login issues .................................................................................................................................... 16 Cannot login...................................................................................................................... 16 Logged out ok, but can’t log back in................................................................................. 16 Dropped connection ...................................................................................................................... 16
  • 3. Online Classroom Technical Guide sample technical guide.doc Page 1 of 4 © 2010 Lisa Lugo What follows is a sample of three sections in the guide. Introduction XYZ Company’s Online Classroom is a “virtual meeting room” accessible over the Internet. It has an interactive whiteboard, two-way VOIP audio, two-way chat, and the ability to push and view content in a variety of formats including PowerPoint, JPG, GIF, HTML and live websites. The Online Classroom is a fully web-based, thin-client architecture. Two-way, real-time interaction between multiple participants is made possible through our “Server” component. VOIP is provided using xxxx from xxxx. Content files are stored on the XYZ Company server. Most users experience little or no difficulties in accessing and using the Classroom. For those who do have problems, the majority of these occur the first time they access the Classroom. However, it is important to be familiar with, and be able to correct, any problems that may occur. This manual provides the information needed to troubleshoot the typical problems encountered when installing or using the Online Classroom. When a user calls to report a problem, use this manual to help diagnose and correct the situation. If you are unsuccessful, you may contact XYZ Company at (111) 111-1111 or email support@xyzco.xxx for assistance. Please do NOT distribute this phone number to your users. It is for your designated contact person only.
  • 4. Online Classroom Technical Guide sample technical guide.doc Page 2 of 4 © 2010 Lisa Lugo Overview of the Classroom The main areas of the Online Classroom are labeled in the diagram below, and include the following:  Whiteboard/Content Window  Drawing Tools  Chat Area  Participants Attendance Box  Space for company logo and instructor photo  Audio Controls  Instructor Controls Figure 1. Online Classroom
  • 5. Online Classroom Technical Guide sample technical guide.doc Page 3 of 4 © 2010 Lisa Lugo Content Uploads The Classroom allows instructors to upload content in any of the following formats:  HTML  JPG  GIF  ZIP  Video files (QuickTime, Real, or Windows Media – must be zipped before upload)  Live URLs Zip files are a special case – instructors can upload multiple files at once by compressing them into a zip file. Once uploaded, our system automatically uncompresses the zip file and displays each file as a separate entry in the Slide List. Zip files can be used to upload not only HTML, JPG and GIF, but also QuickTime videos. Currently there is a limit of 10MB per file uploaded. This amount can be increased on a request basis. To upload a file, the instructor clicks the “Edit Slides” button, assigns the file a name, then either types in the URL to be loaded, or clicks “Browse” to upload a file from the hard disk. Error Message during upload - Failed criteria Description: Upon uploading content the user receives a message saying “Failed criteria”. Solution: This error can occur for several different reasons:  Bad file name. The file name cannot contain any special characters or spaces. The Lesson List Manager will only accept alphanumeric characters and the underscore _. Using special characters, or spaces, will result in an error message “Failed Criteria”.  Incorrect file type. The file being uploaded is not one of the supported types (jpg, gif or html). Note that video files must be compressed into a zip file before they can be uploaded.  Selected wrong file type (zip files only). The user did not check the correct box for the type of files being uploaded – check “HTML Files” if uploading HTML, or “All Files” for jpg and gif files. If the wrong box is checked the upload will fail.  Missing file name. The user must always type in a name for the file. In the case of zip files, this name will not be used, but the upload will not complete if no name is entered. HTML files are not displaying all graphics. HTML files often include GIF files for graphical components. These files may be referenced in the HTML code by their full filepath, which often is a separate
  • 6. Online Classroom Technical Guide sample technical guide.doc Page 4 of 4 © 2010 Lisa Lugo subdirectory. When the HTML file (and associated gifs) are uploaded, the filepath is no longer valid. To correct this, the HTML code must be modified to correct the location of the GIF files. Specifically, all references to subdirectories in the HTML file should be replaced with dot-slash (./) The easiest way to do this is as follows: 1) Open the HTML source code. 2) Search for src= This will bring you to the first reference to a .gif file in a subdirectory. 3) Edit the reference so that the name of the subdirectory is replaced by ./ (i.e., dot-slash). 4) Repeat this for each src=. 5) When done, save the file to a new name (so you don’t overwrite the original). Example In this example, there are 3 GIF files being referenced: abc.gif, bar.gif, and glass.gif. All 3 files are in a subdirectory called “Images.” Original HTML File <TBODY> <TR vAlign=top> <TD vAlign=top><A href="http://dev.xyz.com/"><IMG border=0 src="Images/abc.gif"></A></TD> <TD align=right width="100%"> <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%" valign="top"> <TBODY> <TR> <TD width=300><IMG height=28 src="Images/bar.gif" width=1></TD> <TD><A href="http://dev.xyz.com/master/welcome/help/"><IMG border=0 height=17 src="Images/glass.gif" width=20></A></TD> For this HTML file to properly call the 3 GIF files when it’s uploaded, any reference to the “Images” subdirectory must be removed and replaced with ./, so that the code looks like the following: Revised HTML file <TBODY> <TR vAlign=top> <TD vAlign=top><A href="http://dev.xyz.com/"><IMG border=0 src="./abc.gif"></A></TD> <TD align=right width="100%"> <TABLE border=0 cellPadding=0 cellSpacing=0 width="100%" valign="top"> <TBODY> <TR> <TD width=300><IMG height=28 src="./bar.gif"width=1></TD> <TD><A href="http://dev.xyz.com/master/welcome/help/"><IMG border=0 height=17 src="./glass.gif" width=20></A></TD>