|
|
|
Browsers |
|
|
-
Firefox
- Internet Explorer
- Konqueror
- Lynx
|
|
- Mosaic
- Netscape
- Mozilla
- Safari
|
|
|
|
|
|
|
|
Coding for Speed (and a tester for this) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| HTML
Tags |
|
|
- Bold Text
<b>
- Bullet Points (square ones) are called a list
<ul style="color: #000080; margin-left: 20; margin-top: 4;
margin-bottom: 4" type="square">
<li><font size="1"><a href="url">Your Text
Up</a></font></li>
</ul>
- Comment Tag
<!-- This is a comment -->
|
|
- Font and Font Color
<font face="Arial" size="2" color="#FF0000">
- FrontPage tag to delete en masse
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
- href Anchor Tags
<a href="url">Text to be displayed</a>
- Redirect Code to website other than the one you
are on at the moment
<meta
http-equiv="refresh"
content="0; url=http://www.whereyouwanttogo.com">
- Redirect Code To
other directory on same site:
<meta http-equiv="refresh"
content="0; url=/intel/military/">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace Scripts |
|
|
- Replace Color=Red by
Color=Blue
REPLACE color="#FF0000"> BY color="#0000FF"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Statistics
- Google Analytics |
|
|
- It should be immediately before the </body>
tag of your page, and should look exactly as it was provided to
you:
|
|
- <script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
</script>
<script type="text/javascript">
_uacct="UA-412063-1";
urchinTracker();
</script>
|
|
|
|
|
Terms of Use |
|
|
- Verbage from HP about what you are allowed to do
on their site
|
|
|
|
|
|
| Text
Editors |
|
|
- Crimson
Editor
- Eclipse
- jEdit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|