Web Publishing FAQ
- What is the Web?
- What do .cpt, .sea, .sit, and .hqx mean?
- What are the 16 standard Colors?
- Is there a color chart of hexadecimal numbers?
- What is a cookie?
- How can I tell if a page is using a Cookie?
- How do I change the department webmaster?
- How do I make the cursor automatically start in my form?
- What are some popular screen readers for testing accessibility?
- How do I upload files to my website?
- How do I prevent Spam Robots from harvesting my e-mail address from my web page?
- How do I include the current weather on my web site?
- How can I delete my website so I can create another one?
- I have a question, but it is not listed.
- How do I get the VCU web/people/department search form to search my web page?
What is the Web?
What do .cpt, .sea, .sit, and .hqx mean?
What are the 16 standard Colors
What is a Cookie?
When a person clicks a link to a page the browser checks the URL of the link against it's cookie database, if it has a cookie that matches the domain and path of the link it will send the cookie to the server along with the request for the page.
It is important to note that when a server sets a cookie the browser will not give up it's cookie data to any other server.
How do I change the department webmaster?
How can I tell if a page is using a Cookie?
javascript:alert("Cookie:"+document.cookie)
How do I make the cursor automatically start in my form?
<script language="JavaScript">
<!--
document.YourFormName.YourInputName.focus();
// -->
</script>
What are some popular screen readers for testing accessibility?
How do I upload files to my website?
How do I prevent Spam Robots from harvesting my e-mail address from my web page?
How do I include the current weather on my web site?
To include the weather on your page insert the following code:
<!--#include file="http://www.vcu.edu/wss/weather.txt" -->*Please Note* You must have a site on the www.vcu.edu domain for this to work. This code will not work on virtual hosts or if Server Side Includes are not available for your site. You must also use a .shtml extension on the page with the weather.
If you are not able to use includes, you can insert this code into your page to get the weather in a different format: (Customize)
<a href="http://www.weatherroom.com/forecast/Richmond.VA.html"> <img src="http://www.weatherroom.com/weather?forecast=hourly&hwvtc=black&hwvbg=white&pands=Richmond, VA&config=png&alt=hwicc" alt="Weather for Richmond.VA provided by weatherroom.com." border="0"></a><br>*Please Note* This is just one of many weather tools that can be found on the web. You can search Google for additional weather formats.
How can I delete my website so I can create another one?
If you are using FrontPage to edit your web pages you do not need to use an FTP program to delete your files. This can be done through FrontPage. Select "View" -> "Folder List" from the menu. This shows a list of all of your folders on the left side of the screen. Then select the file you want to delete and hit the "delete" key on your keyboard. You can delete entire folder like this as well.
When you are ready to create you new page just upload the pages to your account. Make sure you have an index page (index.html).
The FTP program is available on the
AT website.
Instructions for logging
into your account can be found on the Web Support Services
site.
