R. Craig Collins >
Web Page Design >
FAQ
FAQ © R. Craig Collins, 2005/6
This document will explain how Temple College's Web Based IMED, Web Page Design I, works.
This may delivered on-line, but it is not a self paced course.
You should be an independent learner to be successful in this class, or at least
have the discipline to take responsibility for getting tasks done on time, as
you do not receive the same kind of attention as a traditional classroom provides.
You may wish to click here
to see some tips on how to be a good online student (opens in a separate window).
Other questions that often come up, are answered below.
How do I get feedback on my work?
I am trying to take a quiz in D2L, but it won't let me save answers; what should I do?
How should I organize my disk storage?
What is the difference between a web browser, and web servers?
Why can't I open my web page?
Why can't I edit my web page with my Mac?
I don't see file extensions. What now?
How can I edit a web page I have already started? I double click the file, and it opens in the browser.
Or, I am using Notepad, but having problems with curly quotes (”) instead of the required straight quotes (")
Why don't I see changes on my web page?
Why isn't my web page working?
Where can I find files required for the exercises in the
book?
How can I submit folders or multiple files?
What is all of this hexadecimal good for?
Where
do I get my grades?
My colors aren't working correctly
More information will be posted here, as the course progresses.
Check back often as more will be coming soon
How should I organize my disk storage?
Create a folder called 1316, and within that folder create several folders,
named lab1, lab2, and so on. If you need files from a previous lab, copy them
from folder to folder... DO NOT replace old labs to create new labs.
Back to top
I am trying to take a quiz in D2L, but it won't let me save answers; what should I do?
*If you can't save answers, immediately close the test window... DO NOT SUBMIT. Restart the quiz, and it should work properly.
What is the difference between a web browser, and web servers?
The best comparison is TV... the web browser is like the TV... capable of
receiving information, but not really able to distribute any TV content.
Now, the TV station is like the web server... that is, it is responsible for
delivering content to the TVs, or in our case, the web browser that the individual
person uses when online.
Most people use Microsoft's Internet Explorer for their browser, while some
use Opera or Firefox.
Most schools and businesses use Internet Information Server or Apache as their
server software, to deliver content.
Back to top
Why can't I open my web page?
If you can't get your browser to open a file you have created in Notepad,
there is probably a problem with the file type, or the file name.
1) Make sure you didn't create the web page with Microsoft Wordpad or Word... it doesn't
always save as a plain text document
2) You zipped the files. Zipped files are great for uploading, but the zipped
pieces can't 'see' other pieces, making the page appear 'broken'.
If the file is the correct type,
3 ) Check for typos. See Checking for errors.
4 ) Make sure the file you created in Notepad has the correct extension, such
as test1.htm. Some computers hide extensions, and your file may wind up displaying
'test1.htm' but actually may be named 'test1.htm.txt'
Many Windows computers are set up to hide known file extensions; this can be very confusing
for computer students. To set your computer to display the entire file name:
• Open My Computer or Windows Explorer
• Choose Tools\Folder Options... (for Vista users, press the [Alt] key to reveal the Tools menu), then select Folder Options)

• Choose the View tab
• Click off the check mark next to 'Hide extensions
for know file types'
• Click OK

Back in 'My Computer' browse to where you saved your file...
1) Verify the filename again, making sure there is no .txt at the end, but instead
.htm or .html, such as test1.htm (the icon should be the browser icon now)
2) Double click the file and it should open in your browser.
To edit an existing web page, open it in your browser, and either choose View\Source (or right click in the middle of some
text in the web page, and then choose View Source) to open Notepad.
Never edit your page with a word processor.
Please note; Notepad should use the font Lucinda Console to avoid the curly quotes (”)
To change, use Format\Font and choose Lucinda Console
If you are using Firefox, right click the file and choose Open With ... Notepad
Back to top
Why can't I edit my web page with my Mac?
From Apple http://docs.info.apple.com/article.html?artnum=106212
You expect TextEdit to open your HTML file in plain text form for editing, but it renders the file instead.
Mac OS X 10.0 or later
TextEdit
Solution

Notes
1. Any data in TextEdit prior to taking these steps may contain rich text commands that become visible after the preference changes are made.
2. TextEdit may continue to render files saved from Web browsers as HTML Source, ignoring the preferences you have set. As a workaround (after following the steps above) view the source code in the Web browser and copy/paste the text into a new TextEdit document.
Why don't I see changes on my web page?
If you have made changes to a file in Notepad, but the changes don't show up
in Internet Explorer, there could be several reasons.
Why isn't my web page working?