Tips and Tricks for FRONTPAGE Users
|
|
| Java Tips
|
||||||||||||||
|
HTML Code for FRONTPAGE Users
|
||||||||||||||
|
How to create a Podcast on your webpage |
||||||||||||||
|
How to create a drop-down menus This article details the construction of a menu bar like the one used on the main pages of this site. It's built from standard HTML elements using CSS to define the look and layout and JavaScript to handle the action of the drop down menus. (I avoided using the sub-menu option as it is harder to navigate.) |
||||||||||||||
|
Resizing Images VS Thumbnails Look at the two images below. Image number (1) was dropped on the page and resized to 200 pixels wide. Image number (2) was dropped on the screen and made into a 200 pixel wide thumbnail.
What is the difference? Not much ... but then a lot. (1) Image #1 is really a 2.71 MB file. If you loaded 20 images on the same page like image number #1 then you would have to wait for over 54 MB of image files to load. (2) If you place 20 thumbnails like image #2 on the screen ... they are only 8.3 kb in size, so loading the whole page of 20 images would be less than 166 kb. |