Specific steps to create a new page
- Create the html file, and save it on your computer
- View the file using a Browser
- Edit the file on your computer again, and fix any problems
- View the file using a Browser
- Once it’s “perfect” upload to server
Your own computer
- Provides complete privacy
- No one can see your mistakes
- Great place for testing
Server
- Public space
- Anyone can view the pages
Tip: Don't upload until it's ready for public viewing
For more information on the process,
check:
http://www.devx.com/projectcool/developer/tips/quickstart/index.html
Making changes to an existing page:
Make the changes locally (on your own computer):
- View the page on the server with your browser
- Use FTP to download the page from the server to your workstation's
hard drive
- Edit the page on your workstation using Notepad or your preferred
HTML editing program
- If you're not sure about the changes you are making, you may save a
copy of the page on your workstation so you can restore it later
- Check the spelling
- View the page while it is on your workstation using your browser and
make sure it looks correct
- If it doesn't look 100%, go back to step 3 above
- Use FTP to upload the file from your workstation to its proper
location on the server
- View the page on the server in your browser again, making sure that
you uploaded the file to the correct directory and that the changes are
there
- If it doesn't look 100% as expected, go back to step 3 above
Making changes directly on the server: (Not recommended!)
- View the page on the server with your browser
- Edit the page on the server using Notepad or your preferred
HTML editing program
- If you're not sure about the changes you are making, you may save a
copy of the page so you can restore it later
- Check the spelling
- View the page using your browser and make sure it looks correct
- If it doesn't look 100%, go back to step 3 above
Making changes directly on a live, production server may produce errors and other frustrating occurrences for users who are browsing the page at the time you are editing it. Therefore, we recommend making changes to the page on your workstation instead.
Before beginning any Johns Hopkins Institutions web project, please contact the appropriate office in your area for assistance with guidelines, standards or existing programs.
If there is any doubt about the methods for collecting,
storing, or displaying sensitive information on web sites, the Johns
Hopkins legal departments (410-516-8128) should be contacted for a definitive answer
about Hopkins' liability and responsibility. |