The Help Page of the Century
[ Hexadecimal Colors | Sites | Java Applets | Java Scripts | HTML Tips ]
Sites
Webmaster's Heaven : little tid bits on web pages
Really Big : everything here. have a look
Big Nose Bird : web page stuff... alot of good stuff
Hexadecimal colors
Black : #000000
White : #FFFFFF
Red : #FF0000
Blue : #0000FF
Green : #009900
Java Applets
Fade Menu - fades text in and out. stays on one line.
sample: www.javapowered.com/fademenu/fademenu.html
the goods: fademenu.zip
Wow - Explodes in Fades out. very neet information display.
sample: www.javapowered.com/wow.html
the goods: luminous.zip
NScroll - neet proffesional scroll bar. looks nice
sample : www.javapowered.com/nscroll.html
the goods: nscroll.zip
VTicker - neet scroll... up and down display. good for displaying news and info.
sample: www.javapowered.com/vticker/vticker.html
the goods: vticker.zip
Gradient Scroll - scroller... good for news and info... displays up and down
sample: www.javapowered.com/gradientscroll/gradientscroll.html
the goods: gradientscroll.zip
Fade Text - fades text in and out. bounces around in space. looks nice and fansy.
sample: www.javapowered.com/fadetext/fadetext.html
the goods: fadetext.zip
Java Scripts
Top - Down Stripy Curtian - screen opens like a curtian. check the sample to see what i mean.
sample: www.dynamicdrive.com/dynamicindex3/document4.htm
HTML Tips
* Don't use graphics for the sake of using them. they slow down loading time so make sure they sure a purpose
* Use ALT tags for those who have there images turned off. this also gives them an idea of what the image is before it loads.
sample : <img src="image.src" Height="" width="" alt="description of image, or name of image">
* Re-use images when possible. images cache them selves on hte hard drive so this makes loading time quicker for the user.
* only use animated gifs for a good reason. there big and slow up loading time.
* FORMS - Drop Down Box <select name="what you want(text)">
<option>name
<option>name
</select>
* HTML - links : <a href="name.src" style="text-decoration:none;"> it takes the line out of links.
This Page created by GOD!!!