|
Please note: We
have no control over the sites listed below.
Any reliance you place on the information,
or downloaded materials is at your own risk.
Silver Comet
Website Development If
you're interested in web design, you may
find these links useful.
Main Menus
- Project
Seven - Stylesheet Based Dropdown Menu
- Free, used on this site - tutorial
- Vertical
Menu Rollover Effects - stylesheet,
CSS - tutorial
- note: you'll need to add the 2 link styles below to the stylesheet to fix a bug in Internet Explorer.
- div.menu a:visited:active {your link style here;}
- div.menu a:visited:hover {your link style here;}
- Main Menu displaying under or behind Flash - fixes Flash displaying on top of drop down menu
- Main Menu displaying under jQuery element - Set a higher z-index on the menu. Setting a negitive z-index on the jQuery emement didn't work in Firefox 12.
Stylesheet
- Change
the stylesheet according to time of day
- based on user's browser time; www.raging64.com
is a working example (day, twilight, night
stylesheet) - tutorial
- Control
Line Length - Stylesheet - limit line
length based on user's window size - used
on this site - article, tutorial
- Remove
Browser Default CSS Settings - headings,
lists, forms... - used on this site -
tutorial, blog
- CSS Based Forms - tutorial
Media
- FastStone
Image Viewer - great, free image management
program, and more. So useful I sent a
donation to the developer - application/program
- Slideshow Pro - used on this site - Flash image, video, and music gallery - it's not free but it's cheap, and is one of the best galleries - Adobe/Macromedia plugin
General
- Project
Seven Useful Tutorials and Articles
- search engines, photo galleries, dropdown,
tree menus...
- Random
Background Image Swap - used in the
header of this site - code generator
- Creating
A Favicon.ico - article
- Creating
the Perfect Popup - used on this site
- tutorial
- Popup
windows in Image Maps - used on this
site - tutorial, code generator
- Meta
Tags - article, tutorial
- Google
Tips - article
- Sample
Internet Policies - articles from
United Kingdom
- Pixel to Inches Converter - printer vs monitor
Font and Characters
- Point to Pixel Converter - other font
size conversions too - automated typography
conversion table
- Online
Character Counter - cut and paste
- Online
Word Counter - cut and paste
- HTML
Alpha Codes and Special Characters
- list
- Look
Alike Fonts - article
Bug Fixes
- CSS
Form Fix - fix background color overflowing
in form fields in IE - forum
- Carriage
Returns or Spaces in HTML Code - can cause extra spacing
problems in Internet Explorer; takes priority
over css settings; effects popular tags
- keeping the tags inline with the content
(especially the ending tag) and not using
any spaces or carriage returns fixes the
problem
Correct:
<td><img src="image.jpg"></td>
or
<td>
<img src="image.jpg"></td>
Incorrect (causes 3px
gap at bottom of image):
<td>
<img src="image.jpg">
</td>
or
<td><img src="image.jpg"> </td>
Dreamweaver and Fireworks
- Image
Swap Gallery - by Kaosweaver, used
on this site, applied css styles to
customize the look - Dreamweaver plugin
- Fireworks
Batch Processing - tutorial
- Project
Seven - Snap Layers - layer will anchor
to an image - Dreamweaver extension
Browser Compatibility
- Browser
Compatibility - web design resource
directory
- Web
Accessibility Tools - web accessibility
tool directory
- Market
Share - interesting site that lists
stats on browsers, operating systems,
search engines, resolutions, ISPs
|
|
|