HighDots Forums  

analolog clock in the web page

alt.html alt.html


Discuss analolog clock in the web page in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Ed Mullen
 
Posts: n/a

Default Re: analolog clock in the web page - 01-12-2008 , 08:02 PM






Paul wrote:
Quote:
"Ed Mullen" <ed (AT) edmullen (DOT) net> ha scritto nel messaggio
news:HKSdnaogtPf7nRTanZ2dnUVZ_qjinZ2d (AT) comcast (DOT) com...
Paul wrote:
Where can I get an analog clock for my web pages?
1. Google for flash clock.
2. http://edmullen.net/fclock.php

Thank you very much. I have used one of those clock and put it in one of my
pages here
http://www.orefelici.com/wedding.html

If I use IE it's OK and I like it!!
But...if I use Mozilla Firefox. it is invisible...... why?

If I haven't made some mistakes it depends probably on different functions
of these browsers.
If it is so, it is better for me if I don't put this flash things.
Anyway they are interesting and funny in some way!
Paul


On that page there is a bit about embedding the clock in an HTML page
using "object." Try that. It is a way to have your HTML work
"cross-browser" and validate.

http://validator.w3.org/
http://jigsaw.w3.org/css-validator/

I just visited Italy (Roma, Firenze and Vezzia) in September. I loved
Italy! I even got to meet for the first time my cugina in Fiugni.

My mother's maiden name was DiMarcantonio. I am half Italian and half
Irish. Which should, to anyone astute enough, explain any strange
messages I may have ever posted here. :-)


--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
http://abington.edmullen.net
Individualists of the world, UNITE!


Reply With Quote
  #12  
Old   
Travis Newbury
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 05:37 AM






On Jan 12, 11:06 am, "Paul" <orelieteNOS... (AT) NOSPAMtiscali (DOT) it> wrote:
Quote:
Where can I get an analog clock for my web pages?
Is it a good idea or not putting that thing in the pages?
I have seen it in some sites....
Thank you
Paul
Does it add to your site? If so, then put it there, if not, then
leave it off. Google "javascript clock" or "flash clock" you should
find hundreds of them


Reply With Quote
  #13  
Old   
Neredbojias
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 07:19 AM



Well bust mah britches and call me cheeky, on Sun, 13 Jan 2008 01:53:32
GMT Ed Mullen scribed:

Quote:
Neredbojias wrote:
Well bust mah britches and call me cheeky, on Sat, 12 Jan 2008
18:01:10 GMT Ed Mullen scribed:

Paul wrote:
Where can I get an analog clock for my web pages?

2. http://edmullen.net/fclock.php

I really like that page. Just looked it over for now but will return
to check out all clocks more thoroughly. Btw, 1 css error which may
be a simple forgotten '#' and a warning which possibly could be dealt
with by offsetting colors by 1.


Well, crap! I thought I just validated all the CSS and HTML. I guess
I'll have to do it again /apres Jim Beam/. But, thanks for the heads
up. And the interest!
Ah, minor stuff. Don't lose any sleep over it.

Quote:
Fair disclosure: As I say on the Web page, I did not create any of
these. I just collected them through searches and give attribution
where possible.
Understood. I'm curious to see how the featured clock works in all 3 main
browsers with just <object> and no <embed> (-apparently, unless there's
something in a conditional comment or I missed at a glance.) Ironically,
time is just what I need. <g>

--
Neredbojias
Riches are their own reward.


Reply With Quote
  #14  
Old   
BootNic
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 11:40 AM



"Paul" <orelieteNOSPAM (AT) NOSPAMtiscali (DOT) it> wrote in
news:47894956$0$37206$4fafbaef (AT) reader3 (DOT) news.tin.it:

Quote:
If I use IE it's OK and I like it!!
But...if I use Mozilla Firefox. it is invisible...... why?
The object attribute data is incorrect. data="NameOfFlashFile.swf"
should be the same as the param movie value
"http://www.orefelici.com/relog.swf"


--
BootNic Sunday January 13, 2008 12:40 PM
Humor is emotional chaos remembered in tranquility.
*James Thurber*


Reply With Quote
  #15  
Old   
Paul
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 12:42 PM




"BootNic" <B00tNic (AT) yahoo (DOT) com> ha scritto nel messaggio
news:Xns9A248104D1810BootNic (AT) bootnic (DOT) motzarella.org...
Quote:
"Paul" <orelieteNOSPAM (AT) NOSPAMtiscali (DOT) it> wrote in
news:47894956$0$37206$4fafbaef (AT) reader3 (DOT) news.tin.it:

If I use IE it's OK and I like it!!
But...if I use Mozilla Firefox. it is invisible...... why?

The object attribute data is incorrect. data="NameOfFlashFile.swf"
should be the same as the param movie value
"http://www.orefelici.com/relog.swf"

Yes, you're right, I have already seen my mistake and begin to correct it.
Thank you
Paul




Reply With Quote
  #16  
Old   
Ed Mullen
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 12:54 PM



Neredbojias wrote:
Quote:
Well bust mah britches and call me cheeky, on Sun, 13 Jan 2008 01:53:32
GMT Ed Mullen scribed:

Neredbojias wrote:
Well bust mah britches and call me cheeky, on Sat, 12 Jan 2008
18:01:10 GMT Ed Mullen scribed:

Paul wrote:
Where can I get an analog clock for my web pages?
2. http://edmullen.net/fclock.php
I really like that page. Just looked it over for now but will return
to check out all clocks more thoroughly. Btw, 1 css error which may
be a simple forgotten '#' and a warning which possibly could be dealt
with by offsetting colors by 1.

Well, crap! I thought I just validated all the CSS and HTML. I guess
I'll have to do it again /apres Jim Beam/. But, thanks for the heads
up. And the interest!

Ah, minor stuff. Don't lose any sleep over it.
Hmm. Just validated the CSS again and I see no errors. Maybe I fixed
it in my sleep!

Quote:
Fair disclosure: As I say on the Web page, I did not create any of
these. I just collected them through searches and give attribution
where possible.

Understood. I'm curious to see how the featured clock works in all 3 main
browsers with just <object> and no <embed> (-apparently, unless there's
something in a conditional comment or I missed at a glance.) Ironically,
time is just what I need. <g

Works fine in IE6, IE7, SeaMonkey, Firefox, Opera and Safari.

--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
http://abington.edmullen.net
What happened to Preparations A through G?


Reply With Quote
  #17  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 01:24 PM



Ed Mullen wrote:

Quote:
Hmm. Just validated the CSS again and I see no errors. Maybe I fixed
it in my sleep!
/* begin link handling */
a {
cursor: pointer;
background-repeat: no-repeat;
text-decoration: none;
}

a:link {
color: #0000cc;
}

a:focus {
color: 0000cc;
^
Add '#' here---

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #18  
Old   
Ed Mullen
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 01:39 PM



Jonathan N. Little wrote:
Quote:
Ed Mullen wrote:

Hmm. Just validated the CSS again and I see no errors. Maybe I fixed
it in my sleep!

/* begin link handling */
a {
cursor: pointer;
background-repeat: no-repeat;
text-decoration: none;
}

a:link {
color: #0000cc;
}

a:focus {
color: 0000cc;
^
Add '#' here---

Sigh. Looking at this made realize that I forgot to upload the fixed
file to the server! Thanks!

--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
http://abington.edmullen.net
Only in America are there handicap parking places in front of a skating
rink.


Reply With Quote
  #19  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 01:44 PM



Ed Mullen wrote:

Quote:
Sigh. Looking at this made realize that I forgot to upload the fixed
file to the server! Thanks!

Been there and done that! ;-)

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #20  
Old   
Paul
 
Posts: n/a

Default Re: analolog clock in the web page - 01-13-2008 , 03:33 PM




"Ed Mullen" <ed (AT) edmullen (DOT) net> ha scritto nel messaggio
news:NoOdnctJku_b7BTanZ2dnUVZ_t2inZ2d (AT) comcast (DOT) com...
Quote:
I just visited Italy (Roma, Firenze and Vezzia) in September. I loved
Italy! I even got to meet for the first time my cugina in Fiugni.
Fiuggi

I am glad you haven't visited Napoli, specially in this period.
It is a shame for those people (and for italians too) that the city is
really covered with rubbish, streets full of trash, and air contaminated
with putrescent materials.
Politicians and "camorra" made it. Camorra is a sort of mafia, criminal
people.
And the problem is growing without no solution.
They are trying to transport that rubbish abroad and in other italian
regions, but local people are in rebellion against this "solution".

Quote:
My mother's maiden name was DiMarcantonio.
Marcantonio, as you know, was an ancient important political man who lived
in Rome about 2000 years ago, so probably this name come from ancient Rome!!


Quote:
I am half Italian and half Irish. Which should, to anyone astute enough,
explain any strange messages I may have ever posted here. :-)
You may have taken the best from these two people. The important thing is
that your ancestors weren't from Napoli....:-))

Paul




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.