Creating LCUSD Websites
GOAL
To design, create, publish and maintain an LCUSD website.
OUTLINE
- Consider the intended purpose of your website
- Why do you want a website?
- Who is your audience?
- What information will you include?
- How often will it need to be updated?
- How "slick" does it need to be?
- How will you know if it's meeting your goals?
- Sometimes it is helpful to make a storyboard of your website, before creating it on the
computer. You can use plain paper or index cards to depict the layout of each page.
- Demo of existing LCUSD home pages (
http://www.lcusd.net/)
- Feel free to revise the purpose of your website
- Take a look under the hood
yikes, it's HTML (Hyper-Text Markup Language)
- Every page a template
- Speaking of templates
(http://www.lcusd.net/lchs/portfolio)
Design Tips
Focus on purpose
Keep it simple
Content is king
Do not use any files over 20KB (graphics, sounds, etc.)
Suit your audience (content, style, etc.)
Suit your audience's computer (monitor size, connection speed, etc.)
Create and view your pages offline (without being connected to the Internet)
Don't worry, be happy!
Which tools are available for creating a home page?
Use of a text editor like Notepad to write HTML (http://www.hotwired.com/webmonkey/reference/)
Use of an HTML editor such as,
- Netscape (www.netscape.com) free to
educators
- PageMill (www.adobe.com), FrontPage (www.microsoft.com), Web Workshop (www.sunburst.com), Home Page (www.claris.com), and lots more
- but they cost
Many applications let you save files as HTML (e.g., Word, Excel, PowerPoint,
Access, HyperStudio, etc.)
A website is a collection of related html documents (home pages) on a
public or private server.
Creating, naming, saving and organizing html documents
Creating
- Notepad
(www.kn.pacbell.com/wired/courses/html.html)
- Word
(save as
html)
- Netscape (see Creating HTML Documents with Netscape)
- From scratch
- From a designated template (http://home.netscape.com/home/gold3.0_templates.html)
- From an existing home page
Naming
- Your main page must be named, "index.html" (without the quotes)
- Your pages must be named (a) all lowercase, (b) without spaces, (c) ending with .html
- Choose descriptive names that are not too long
Saving
- Save all html documents in a folder called "My Website" (or something like
that)
- This folder can be on your hard drive or a diskette (or better yet, both)
Organizing
- Keep all html documents in one folder if at all possible (no nested folders)
- Create nested folders (directories) only if needed (i.e., PowerPoint presentation, etc.)
Publishing html documents
Use a common publishing tool (ftp://www.lcusd.net)
- Netscape Communicator - free, but limited
- CuteFTP - free for 30 days then costs $35, easier to use than WS_FTP
- WS_FTP - free, but a little difficult to use
Publish your html documents to your personal directory on the LCUSD web-server
- Account information
- ftp://www.lcusd.net/schoolname/username
- Publishing address
- schoolname
is lchs, lce, pcy, pcr or fthls _______________
- username
is first letter of first name followed by last name ________________
- Enter your complete publishing address: ftp://__________________________________________
- password is ______________
- To change your password, send me an email with your new password
- Via modem - use any Internet Service Provider (e.g., Earthlink, LALCNet, AOL,
etc.)
- Via direct network connection - disable Bess Internet filter (Netscape
Edit
Preferences
Advanced
Proxies
Direct connection to the
Internet)
- Choose Manual proxy configuration when finished
- Network card and connection required for laptop, or
- Save on a diskette and use a networked computer from library or lab
The URL of your website is, http://www.lcusd.net/schoolname/username
Contact the school webmaster to activate your link on the staff page.
Maintaining html documents
If you create new documents with new names be sure to create a link to them
If you create new documents with the same names, they will replace the old documents
(and you do not need to create a link
). This comes in handy for frequently updated
pages like homework, (just name it "homework.html")
Communicator does not let you (a) delete or rename files on the server (b) create
or delete directories on the server
CuteFTP and WS_FTP allow you to do create/rename files and directories on the server
Additional resources
WebMonkey (http://www.hotwired.com/webmonkey)
Weave Your Web (http://www.msg.net/tutorial/)
Website Design Tips (http://www.unplug.com/great/)