home
Site
html
style.css
javascript
perl
code wizards
fonts
graphics
software
system
links/articles
weblog
jody
Data~Creek
freefeast
delta~www
w o c
Services
hosting
site design
| html Help, Basics & Tips
Be sure to check out our Code Generators and have the code written for you!
Simple HTML Dictionary
Use Dictionary
and become a webmaster.
HTML Basics Basic html tags, their meaning and use.
View
and become a webmaster.
HTML Goodies For years this site has been teaching web
site development. From the basics to more advanced coding, easy to understand
Tutorials take you step by step. If you've recently started working on site and
page construction this site should be among your favorites (bookmarked). When
I first started working with html and javascript this is where I turned. Go:
www.htmlgoodies.com
and become a webmaster.
Teach Me HTML Start teaching yourself with Teach Me HTML.
When you use this program, you'll feel as though an expert is looking over your
shoulders, guiding you through every step of the coding process.
[305k] Download: http://www.pinsoft.com.au/software/TeachHTML.exe HomePage:
http://www.pinsoft.com.au/teachhtml.htm
INDEX DOT HTML is an extensive HTML reference in HTML
format, created by Brian Wilson. Index DOT Html is Copyright © 1996,1998 by
Brian Wilson (bloo@blooberry.com). The latest version can always be found
on-line at http://www.blooberry.com/html/
and include style sheets and DHTML. The best resource of this type we know of. A
must have for anyone working with html and web site design.
PopUp Window FAQ Everything you
always wanted to know about popups.
Windows
and Internet Tips - Opens in new resizable 640x480 window.
3DBUZZ The ultimate learning site for computer software users. This is a must for anyone wanting to increase their knowledge of software and how-to. Free tutorials and teaching video you can download and work with. These are exactly like courses you would normally pay for. Design, Programming, Applications... all for free.
HomePage: 3DBUZZ
|
|
Are Spammers/Hackers Abusing
Your FormMail.pl Script
How do you get fonts to fade with cool colors like this? A - Download
the Font Colorizer here.
Takes gradients of the color palette and writes the code letter to letter. Cut
and paste in your page. Take a look at the source of this page.
How can I create a simple
slide show quickly and easily.
How do you create a pop-up (separate browser window)? A - Javascript. Get the code
Close Popup Button - Place this code in your popup window so viewers can easily
close it.
<A href="javascript:window.close()">Close Window</A>
How do you
have links without the underline? A - This is a style command and should
be placed prior to the </head> tag. Get Code
How did
you do that with < and >? When I try and show these they are
invisible. A - These are special characters and because they are part of the
html and other programming languages, cannot be used in a html document. Your
html editor should have a list of input symbols for special
characters.
How do I create more than one space between text or images? The html
protocol allows only one space with the space bar. A - The nobreak command
will put a space in a line. You can also create a transparent gif
which you can manipulate with the height and width parameters or it may be best
to use a table layout.
|
|