|
Writing classes in
Yet another javascript clock.
Learn how to calculate the
Learn how to format
JavaScript doesn't give
Unlike the others, this one
difference between two
strings in
full functionality of an
is not a digital clock, it
dates in JavaScript,
JavaScript, such as
object oriented language,
attempts to give you a
and in the process, derive
making them bold, changing
but it at least gives data
better looking clock, trying
some useful applications
font size, etc.
hiding and encapsulation
to use faster algorithms for
such as counting down to a
which are very useful
drawing circles and lines
particular event, counting
specially when JavaScript is
in javascript.
up, displaying what's new on
not a strongly typed
your page etc.
language. It is very useful
in cases when you need to
handle multiple objects ,
instead of having arrays for
all kinds of variables and
then managing those arrays
in methods you can just
write a class to handle one
object and then make many
instances of that class.
This also gives the name
space resolution to the
variables so that you can
avoid using global variables
and still use variables
across procedures.
Date: Feb, 01 2004 Date: Apr, 29 2003 Date: Sep, 10 2002 Date: Jul, 09 2002 |
|
Literal notation is a new way
This is a visual browser for
Learn about session-only
An event handler executes a
of defining arrays in
properties of JavaScript and
cookies in
segment of a code based on
JavaScript that's
DOM objects that provides an
JavaScript, and how they
certain events occurring
extremely flexible and
easy and handy lookup for
can help your scripts retain
within the application, such
robust. Learn about literal
properties of objects in
information even after the
as onLoad or onClick. This
notation in this tutorial.
JavaScript for loaded
page is reloaded or cleared.
tutorial along with an
document and the same
example explains each of all
functionality for DOM
the event handlers in
objects. The references also
JavaScript.
available for download for
offline use.
Date: Apr, 15 2002 Date: Oct, 23 2001 Date: May, 14 2001 Date: Oct, 31 2000 |