
| Navigating: Home > Navigator > Programming |
B&W,
United States,
Europe
|
6.Prog | |
Programming |
| Programming |
about
Perl
... more about counterc.cgi (Hit Counter) |
|
|
| Image-Flip
is my JavaScript
code
which handles changing pictures, with adjustable grid
layout, display algorithms, and time-delay between image flips. To handle the picture-grid changes, Javascript needs to close the current window and open a new one (passing a parameter via #NUM after HTML page name, where NUM is number of pictures displayed). The initial window needs to be opened by Javascript, because otherwise the user will be prompted by the browser with a Yes/No question (a browser's security feature) about closing the current window.
in Netscape:
in Internet Explorer ('form' not required, but is a good programming habit):
|
| Top - Bottom |
| tag | description | |
|---|---|---|
| do not break a phrase on a single line, even if text extends outside the window | ||
exact rendering follows, including extra spaces, newlines
|
||
typewriter text type
|
||
"monospaced teletype-style font like courier" for code segments
|
||
<listing> <xmp> |
obsolete - browser may ignore |
| Top - Bottom |
| - |
Cascading Style-Sheets are used for managing the overall behavior of a document.
They must be set before <body>, and can effect the behavior of each text font, table font, table element layout, etc... For example you could set a default for each of the following:
...more about Cascading Style-Sheets (CSS) |
<font ... face="verdana,sans-serif,arial,helvetica" color="" style="font-size:8pt" > <table ... style="color: black; font-family: verdana; font-size: 8pt" > <form ... style="margin-bottom:0; margin-top:0" > |
| Top - Bottom |
| Perl Links | PHP Links | ASP Links | Javascript Links | Misc |
|---|---|---|---|---|
|
perldoc.com - Perl documentation... eg.
cookies
CGI.pm reference (O'Reilly) |
PHP.net | ASP history | learn javascript - jennifer madden |
HTML 4.0
HTML <tags> |
|
ActiveState - Visual Perl $295 (plugin for Visual Studio .NET) |
Zend Studio ($195) Web Bureau (Free) |
| Notes: |
|---|
| http://www.keller.com/html-quickref/latin1.html - 8-Bit ASCII Codes and HTML Equivalents HTML special characters |
| Counter: |