Re: Live clock and associated links
Denebola wrote:
Now call me stupid.... but if i use a script for an analogue
clock.....with hour(h), minute(m), and second(s) hands, surely the
position of the hands is determined by coordinates and if so, then
basic programming will allow me to say, if coordinate (h) and
coordinate (m) and coordinate (s) are true, then let the link in the
webpage equal http://(x). If i can't do this in the 21st century, i'll
be suprised. i could have done in the 80's.......
If you are talking about JavaScript and capturing mouse click positions
in your calculations, well this can be a browser dependent nightmare.
Sounds what you are looking for would be far better suited for Flash or
Java where all events are contained within the object and animation is
better supported
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.
Relevant Pages
- Re: Alternatives
... My name is dick face McCarhty and I like to kick people when ... | As a job seeker how is the market for VB6 jobs looking? ... The target ofthis project is offering a BASIC programming ... |> language for the Java VirtualMachine with a VB6-similar syntax. ... (microsoft.public.vb.general.discussion) - Re: There is one thing I dont understand
... website, it's only for Java, is it not? ... Well Java is my basic Programming environment. ... C/C++ Plugins as well, targeted for Open VMS. ... (borland.public.delphi.non-technical) - Re: Good Java books?
... For those truly in need of hand-holding, the Java Passion website has free online classes in a large variety of Java subjects, including basic programming. ... (comp.lang.java.programmer) - Re: Suggestions For Good Java Books
... then the best thing would be to pick up Core Java ... And ofcourse, as someone suggested, the Sun tutorials :-) ... > I know basic programming, so I don't need lessons on what loops and other ... > space to teaching the basics. ... (comp.lang.java.programmer) - Re: Suggestions For Good Java Books
... then the best thing would be to pick up Core Java ... And ofcourse, as someone suggested, the Sun tutorials :-) ... > I know basic programming, so I don't need lessons on what loops and other ... > space to teaching the basics. ... (comp.lang.java.help) |
|