ADL Parents as Partners
Web Admin Notes
This page has notes for the people who manage this web site for the Parents As Partners group.
- Number 1 Rule: Update these notes from time to time!
- Accessing the server:
- We're hosted on bluehost.com under an account owned by Rick Yates.
- You access the server using an FTP account. Paul McLaughlin knows how to manage those accounts.
- When you have an account, you use an FTP program (see below) to get to the server, upload new files, and delete old files.
- A couple good FTP programs are MS Internet Explorer version 6 (yes, the web browser) and WS_FTP.
You probably already have MS IE 6. You can easily search on Google to find WS_FTP.
Note that if you use MS IE you really want version 6 and not 7 because 7 doesn't do the FTP the way we're used to.
- Your account will be something like yourid@rickyatesphotography.com.
- If you're using MS IE 6, you can easily access the server files using a URL like this:
ftp://yourid%40rickyatesphotography.com@adlparents.com
Funny looking, huh? But it works. Once you hit the server, it'll prompt you for your password.
- If you're using WS_FTP, you should ftp to adlparents.com and enter your userid and password when prompted.
- File editing notes:
- Before you work on files, it's usually a good idea to copy the current files to your hard drive and work on them
there. Also, don't assume that you always have the most current versions! Someone other administrator might have made
updates while you weren't looking.
- You can use lots of HTML editing programs. I don't have any special recommendations, though I would avoid programs
like MS Word or Lotus WordPro since they mangle the HTML so badly!
- We have created cascading stylesheets to make the job easier! But it's only easier if you remember a few rules:
- Put this text in the <head> section of your file:
<!--LOAD OUR STYLESHEETS -->
<link rel="stylesheet" type="text/css" href="ourStyle.css" />
<!-- DONE LOADING OUR STYLESHEETS -->
<!-- Now that we've defined our stylesheets, please don't override the
style in your stuff below! -->
- That stylesheet file (the .css file) defines what our pages should look like. It includes details on headings,
links, background images, etc., etc.
- Here's the biggy: Don't try to override the styles any more than absolutely necessary.
- And a related rule: Do try to use the right formating instructions. Example: If you want a heading that's big and
bold, don't just make the font big and bold. Instead, use the H1 (heading 1) instruction!
- As an example, look at how most of the current files are organized. In general, they don't identify a lot of
formating (and they're simpler!) ... all because we have the stylesheet file.
- Also, we usually put a "heading3" (h3) at the top of each page where we say "ADL Parents As Partners".
- Web site organization notes: When you get to the server files, look around at how some of the folders are organized. We have folders and sub-folders
to help keep the clutter down. For example, we don't just splatter all the photos into the main directory. Instead, we
keep them organized in folders under the
photos directory.
- Finally, don't forget to update these notes from time to time!