|
Each week we will be adding
See how to rotate regular
This trick is useful when you
Can a smaller working AJAX
at least one new tutorial or
HTML content on your page
need to show some expanding
example be produced?
sample code related to
using JavaScript and DHTML.
lists or you want to have a
Always a believer in keeping
moo.fx and its offshoots.
possibility to change the
it simple & find it
The tutorials will range
content of the page without
easier to learn something
from DHTML effects to Ajax'd
reloading it. I’ll
complex, by making it as
form submission and
show you the core principle
small as possible.
Visit
validation. Where possible,
and some common examples.
the URL for a very small
the tutorials will degrade
AJAX online demo. You can
in browsers that do not
just cut and paste the
fully support the
example into a javascript
functionality of the script.
function, then call it
We also are looking for
through an onclick or
article suggestions and
onchange javascript event
ideas for script enhancement.
handler.
Date: Sep, 27 2006 Date: Aug, 19 2003 Date: Sep, 06 2006 Date: May, 25 2006 |
|
Sticky Table Headers are a
characteristic of tables
that allow the HeaderRow of
a table to remain stationary
while the data rows are
allowed to scroll. This
offers a nice effect that
allows tables a more
"elegant"
appearance. Users often ask
me about this and it is nice
to give this effect with
minimal effort. As with just
about everything related to
programming, there is more
than one way to skin a cat.
This snippet contains 4
varieties.
Date: Oct, 26 2004 |