home  
Browser, HTML and Network Tricks       

◙   Browser ◙   HTML ◙   Network

Browser

Printout Options

Before printing a web page, you made want to add some special text to the Header and/or Footer to help you organize your print out.

For Internet Expolorer do this:

  1. Choose menu File > Page Setup
  2. For the Header and/or Footer, enter the code shown in the table below
Code Prints
&p Page number
&P Total number of pages
&d Date
&t Time (AM/PM)
&T Time (24-hour format)
&w Window title
&u URL (web page address)

For Mozilla Firefox do this:

  1. Choose menu File > Page Setup...
  2. Choose the Margins & Header/Footer tab
  3. Use the Headers & Footers pull down menus
  4. Click the OK button

Print Background

You can print the background colors and images of a web page.

For Internet Explorer do this:

  1. Choose menu Tools > Internet Options
  2. Choose the Advanced tab
  3. Scroll down and under Printing, turn on "Print background colors and images"
  4. Click the OK button

For Mozilla Firefox do this:

  1. Choose menu File > Page Setup...
  2. Click to turn on "Print Background (colors and images)"
  3. Click the OK button

Date web page last modified

To see when a web page was last modified, in the URL type

    javascript:alert(document.lastmodified);

and press Enter. (The semi-colon at the end is important!)


Export from I.E. to Microsoft Excel

  1. Navigate to the page that you want to export
  2. Right-click, and choose Export to Microsoft Excel
  3. Click OK when you get an error message
  4. Choose Data > Import External Data > Edit Query...
  5. If asked if it is OK to display nonsecure items, click Yes (repeat as necessary)
  6. Login to this new browser session
  7. Navigate to the page that you want to export
  8. Click the yellow box with the black arrow for the data that you want to export
  9. Click the Import button
  10. Your data will be imported

Home Page in Registry

Your I.E. Home Page is stored in the Registry at: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page


HTML         ^to top of page^

Character Entities

Here's a list of some of the more useful but lesser known HTML character entities.

Character HTML Entity Description
    Space
¢ ¢ Cent sign
¤ ¤ Currency sign
£ £ Pound Sterling sign
€ Euro sign
¥ ¥ Yen sign
© © Copyright sign
ç ç c with cedil;
é é e with acute
ê ê e with circumflex
è è e with grave
ë ë e with uml
ø ø o with slash
õ õ o with tilde
‘ Left single quote
’ Right single quote
“ Left double quote
” Right double quote
> > Left pointy bracket
< &lt; Right pointy bracket
« &laquo; Left angle quote
» &raquo; Right angle quote
&mdash; Em dash
&ndash; En dash
® &reg; Registered trademark
&trade; Trademark sign
° &deg; Degree sign
± &plusmn; Plus or minus
¼ &frac14; One quarter
½ &frac12; One half
¾ &frac34; Three quarters
× &times; Multiplication sign
÷ &divide; Division sign
α &alpha; Greek letter alpha
β &beta; Greek letter beta
&infin; Infinity symbol
&larr; or &#8592; Arrow Left
&rarr; or &#8594; Arrow Right
&harr; or &#8596; Arrow Left Right
&uarr; or &#8593; Arrow Up
&darr; or &#8595; Arrow Down
&#8598; or &nwarr; Arrow Up Left
&#8599; or &nearr; Arrow Up Right
&#8600; or &searr; Arrow Down Right
&#8601; or &swarr; Arrow Down Left
&#9650; Arrow Head Up
&#9660; Arrow Head Down
&#9658; Arrow Head Right
&#9668; ArrowHead Left
&#8730; Checkmark
&#8710; Delta
&#9834; Music Note
&#9835; Music Notes
&#9788; Sun with Rays
&#9617; Shade Light
&#9618; Shade Medium
&#9619; Shade Dark
&#9689; White Circle, Inverse
&#9633; White Square

A complete list of character entities is provided in at https://dev.w3.org/html5/html-author/charref.

 


Color

Screen colors Red, Green, Blue are measured from 0 to 255 for "off" to "on".
Web colors Red, Green, Blue are measured from 00 to FF for "off" to "on".
The transition from Screen RGB to Web RGB is based on 17 to 11, e.g. 17 = 11, 34 = 22, 51 = 33, etc.

Screen Web Red Green Blue Magenta Yellow Cyan
0 00 000000 000000 000000 000000 000000 000000
17 11 110000 001100 000011 110011 111100 001111
34 22 220000 002200 000022 220022 222200 002222
51 33 330000 003300 000033 330033 333300 003333
68 44 440000 004400 000044 440044 444400 004444
85 55 550000 005500 000055 550055 555500 005555
102 66 660000 006600 000066 660066 666600 006666
119 77 770000 007700 000077 770077 777700 007777
136 88 880000 008800 000088 880088 888800 008888
153 99 990000 009900 000099 990099 999900 009999
170 AA AA0000 00AA00 0000AA AA00AA AAAA00 00AAAA
187 BB BB0000 00BB00 0000BB BB00BB BBBB00 00BBBB
204 CC CC0000 00CC00 0000CC CC00CC CCCC00 00CCCC
221 DD DD0000 00DD00 0000DD DD00DD DDDD00 00DDDD
238 EE EE0000 00EE00 0000EE EE00EE EEEE00 00EEEE
255 FF FF0000 00FF00 0000FF FF00FF FFFF00 00FFFF
17 11 FF1111 11FF11 1111FF FF11FF FFFF11 11FFFF
34 22 FF2222 22FF22 2222FF FF22FF FFFF22 22FFFF
51 33 FF3333 33FF33 3333FF FF33FF FFFF33 33FFFF
68 44 FF4444 44FF44 4444FF FF44FF FFFF44 44FFFF
85 55 FF5555 55FF55 5555FF FF55FF FFFF55 55FFFF
102 66 FF6666 66FF66 6666FF FF66FF FFFF66 66FFFF
119 77 FF7777 77FF77 7777FF FF77FF FFFF77 77FFFF
136 88 FF8888 88FF88 8888FF FF88FF FFFF88 88FFFF
153 99 FF9999 99FF99 9999FF FF99FF FFFF99 99FFFF
170 AA FFAAAA AAFFAA AAAAFF FFAAFF FFFFAA AAFFFF
187 BB FFBBBB BBFFBB BBBBFF FFBBFF FFFFBB BBFFFF
204 CC FFCCCC CCFFCC CCCCFF FFCCFF FFFFCC CCFFFF
221 DD FFDDDD DDFFDD DDDDFF FFDDFF FFFFDD DDFFFF
238 EE FFEEEE EEFFEE EEEEFF FFEEFF FFFFEE EEFFFF
255 FF FFFFFF FFFFFF FFFFFF FFFFFF FFFFFF FFFFFF
Screen Web Red Green Blue Magenta Yellow Cyan

Color Converter

Here is a useful site to convert the color value from one format to another; e.g. enter RGB(250, 224, 67) and click Convert to get Hex(FAE043):   convertingcolors.com


Font Samples

Name Code Notes ReadR PrintP
Arial <Font Face="Arial"> sans serif standard   x
Arial Black <Font Face="Arial Black"> stronger version of Arial    
Bookman <Font Face="Bookman"> maintains readability even when used in a small size    
Comic Sans MS <Font Face="Comic Sans MS"> whimsical sans serif font face    
Courier <Font Face="Courier"> original monospace font face    
Courier New <Font Face="Courier New"> monospace font face that replaces 'Courier'    
Garamond <Font Face="Garamond"> an old-fashion font face    
Georgia <Font Face="Georgia"> serif lines and large size x  
Impact <Font Face="Impact"> good for a few short words, but terrible in a sentence    
Palatino <Font Face="Palatino"> traditionally used for headings and print-style ads    
Tahoma <Font Face="Tahoma"> an alternative to 'Arial'    
Times <Font Face="Times"> the old newspaper print used in a small size in narrow columns    
Times New Roman <Font Face="Times New Roman"> serif standard   x
Trebuchet <Font Face="Trebuchet"> popular for body text    
Verdana <Font Face="Verdana"> simple sans serif lines and large size x x

RRead: an 'x' means this is an easy to read font face
PPrint: an 'x' means this font face is ink conservative when printed


Types of List Symbols


Strike-thru Text

Use the <strike> modifier to create strike-thru text


Network        ^to top of page^

Bandwidth Speed Test

To check your bandwidth speed: