| |||||||
|
|
Tips and Tricks
portal and portlet - Do not capitalize “portal” or “portlet” unless you are using them in an official title. Web - Capitalize the “W” when referring the proper name, the Web; it's short for the World Wide Web. web site - Two words, no hyphen, lower case “w.” online - One word, no hyphen. home page - Two words, no hyphen, lower case “h” and “p.” e-mail - One word, hyphenated. Lower case “e.” When capitalized: E-Mail Internet - Also a proper name, capitalize the “I.” login and logout - One word, no hyphen. (don't use sign-in)
Go go Google.com and type in: site: your_url.com Google will return a list of urls that have a link to your site. You can also put in a specific page. Example: site: azgita.gov/digital_gov/Tips.htm
In the html, replace an existing email address (example below) with the javascript code to greatly reduce the amount of junk mail you receive. <a href="mailto:sanderson@azgita.gov">E-mail me</a> Code:
This is what the script will look like in the browser: In the html, replace the "@" with "@" Code:
This is what it will look like in the browser: E-mail Me The down side to using this method, is that some spiders are programmed to look for this. Although, my use of this method greatly decreased the amount of spam I was receiving. Your safest bet is to use the javascript above or develop a form.
Auto fill e-mail subject and body You can create an email link that will automatically fill in the subject line and body when clicked on. Add the following code to your HTML. Code:
This is what it will look like in the browser: Email me
|
|