RE: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-05 Thread Goran Jovanovic








OK where is this clock. After all the
messages I want to see it and I cannot find it











 Goran Jovanovic


The LAN Shoppe

















From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darin Cox
Sent: Saturday, March 05, 2005
1:18 AM
To: Declude.JunkMail@declude.com
Subject: Re: [Declude.JunkMail]
OT: Clock Time on Declude Support







Ok, you got it.






Darin.

















- Original Message - 



From: Darin Cox 





To: Declude.JunkMail@declude.com






Sent: Saturday, March
05, 2005 1:10 AM





Subject: Re:
[Declude.JunkMail] OT: Clock Time on Declude Support













You're up late g. Looks good. You may
want to remove the trailing colon, though.






Darin.

















- Original Message - 



From: David Barker 





To: Declude.JunkMail@declude.com






Sent: Saturday, March
05, 2005 12:58 AM





Subject: Re:
[Declude.JunkMail] OT: Clock Time on Declude Support













Darin,











Check now - is that better? I noticed the flicker seemed to
only occur in FireFox not IE.











David B





www.declude.com







- Original Message - 





From: Darin Cox 





To: Declude.JunkMail@declude.com






Sent: Saturday, March
05, 2005 12:20 AM





Subject: Re:
[Declude.JunkMail] OT: Clock Time on Declude Support











FYI...your clock script flickers needlessly... Instead
of refreshing every 1/10 of a second, you might want to change the following
line in your clock script











window.setTimeout(tick();, 100);











Torefresh every second...











window.setTimeout(tick();, 1000);











or even strip off the seconds and just display minutes.











Many web developers put this in for the cool factor,
or because they can, butseconds provide little value in this case.






Darin.

















- Original Message - 



From: David Barker 





To: Declude.JunkMail@declude.com






Sent: Friday, March 04,
2005 10:33 PM





Subject: Re:
[Declude.JunkMail] OT: Clock Time on Declude Support













Thank you for your feedback. Ihave fixed
it.Friday night 10:30 pm. What we do too please our customers ;) As for
the website it is my responsibility and not that of our programmers, so you can
be confident that this does not reflect our programmers skills.











David B





www.declude.com







- Original Message - 





From: Dave Doherty 





To: Declude.JunkMail@declude.com






Sent: Friday, March 04,
2005 8:53 PM





Subject: Re:
[Declude.JunkMail] OT: Clock Time on Declude Support











Actually, it shows -4 hours. 











GMTas I write thisis 01:46 The
code they use on the pagesubtracts five hours, which results in a value of
-4 for the hours. They need to add a line to add 24 if the result is negative.
I'm sure it looks fine 19 hours a day, though...











And no, it does not giveme a lot of
confidence, either, but now that we've aired the problem and the cure, let's
see how long it takes to fix...











-d



























SCRIPT
function tick() {
var hours, minutes, seconds, ap;
var intHours, intMinutes, intSeconds;
var today;
today = new Date();
intHours
= today.getUTCHours()-5;
intMinutes = today.getUTCMinutes();
intSeconds = today.getUTCSeconds();











//add this:





if (intHours
 0) {





intHours += 24





}











if (intHours == 0) {











hours = 12:;











ap = EST Midnight;
} else if (intHours  12) {
hours = intHours+:;
ap =  AM EST is the current time for Declude Support Personnel;
} else if (intHours == 12) {
hours = 12:;
ap = EST Noon;
} else {
intHours = intHours - 12
hours = intHours + :;
ap = PM EST is the current time for Declude Support Personnel;
}
if (intMinutes  10) {
minutes = 0+intMinutes+:;
} else {
minutes = intMinutes+:;
}
if (intSeconds  10) {
seconds = 0+intSeconds+ ;
} else {
seconds = intSeconds+ ;
}
timeString = hours+minutes+seconds+ap;
Clock.innerHTML = timeString;
window.setTimeout(tick();, 100);
}
window.>
/SCRIPT













































- Original Message - 



From: Erik [EMAIL PROTECTED]





To: Declude.JunkMail@declude.com





Sent: Friday, March 04, 2005 8:25 PM





Subject: [Declude.JunkMail] OT: Clock Time
on Declude Support











Is
just my browser, or is Declude's clock on:
https://www.declude.com/SearchResults.asp?Cat=5
Off? In CET (Central European Time) of 2:15AM, their
clock shows 4:15AM EST
when it should be showing 9:15PM EST.

.hope this doesn't reflect in their 2.0 programming code. ;-)




---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED],
and
type unsubscribe Declude.JunkMail. The archives can be found
at http://www.mail-archive.com.







No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.

Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-05 Thread Darin Cox



Declude's support page.
Darin.


- Original Message - 
From: Goran 
Jovanovic 
To: Declude.JunkMail@declude.com 

Sent: Saturday, March 05, 2005 6:51 PM
Subject: RE: [Declude.JunkMail] OT: Clock Time on Declude 
Support


OK where is this clock. 
After all the messages I want to see it and I cannot find 
it





 
Goran 
Jovanovic
 
The LAN 
Shoppe







From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Darin CoxSent: Saturday, March 05, 2005 1:18 
AMTo: Declude.JunkMail@declude.comSubject: Re: [Declude.JunkMail] OT: Clock 
Time on Declude Support


Ok, you got 
it.

Darin.





- Original Message - 


From: Darin Cox 


To: Declude.JunkMail@declude.com 


Sent: Saturday, 
March 05, 2005 1:10 AM

Subject: Re: 
[Declude.JunkMail] OT: Clock Time on Declude 
Support



You're up late g. 
Looks good. You may want to remove the trailing colon, 
though.

Darin.





- Original Message - 


From: David Barker 


To: Declude.JunkMail@declude.com 


Sent: Saturday, 
March 05, 2005 12:58 AM

Subject: Re: 
[Declude.JunkMail] OT: Clock Time on Declude 
Support



Darin,



Check now - is that better? I 
noticed the flicker seemed to only occur in FireFox not 
IE.



David 
B

www.declude.com

  
  - Original Message - 
  
  
  From: Darin Cox 
  
  
  To: Declude.JunkMail@declude.com 
  
  
  Sent: Saturday, 
  March 05, 2005 12:20 AM
  
  Subject: Re: 
  [Declude.JunkMail] OT: Clock Time on Declude 
  Support
  
  
  
  FYI...your clock script flickers 
  needlessly... Instead of refreshing every 1/10 of a second, you might 
  want to change the following line in your clock 
  script
  
  
  
  window.setTimeout("tick();", 
  100);
  
  
  
  Torefresh every 
  second...
  
  
  
  window.setTimeout("tick();", 
  1000);
  
  
  
  or even strip off the seconds and 
  just display minutes.
  
  
  
  Many web developers put this in 
  for the "cool" factor, or because they can, butseconds provide little 
  value in this case.
  
  Darin.
  
  
  
  
  
  - Original Message - 
  
  
  From: David Barker 
  
  
  To: Declude.JunkMail@declude.com 
  
  
  Sent: Friday, 
  March 04, 2005 10:33 PM
  
  Subject: Re: 
  [Declude.JunkMail] OT: Clock Time on Declude 
  Support
  
  
  
  Thank you for your feedback. 
  Ihave fixed it.Friday night 10:30 pm. What we do too please our 
  customers ;) As for the website it is my responsibility and not that of our 
  programmers, so you can be confident that this does not reflect our 
  programmers skills.
  
  
  
  David 
  B
  
  www.declude.com
  

- Original Message - 


From: Dave Doherty 


To: Declude.JunkMail@declude.com 


Sent: Friday, 
March 04, 2005 8:53 PM

Subject: Re: 
    [Declude.JunkMail] OT: Clock Time on Declude 
Support



Actually, it shows -4 
hours. 



GMTas I write 
thisis 01:46 The code they use on the pagesubtracts five hours, 
which results in a value of -4 for the hours. They need to add a line to add 
24 if the result is negative. I'm sure it looks fine 19 hours a day, 
though...



And no, it does not 
giveme a lot of confidence, either, but now that we've aired the 
problem and the cure, let's see how long it takes to 
fix...



-d









SCRIPTfunction 
tick() {var hours, minutes, seconds, ap;var intHours, intMinutes, 
intSeconds;var today;today = new Date();intHours = 
today.getUTCHours()-5;intMinutes = 
today.getUTCMinutes();intSeconds = 
today.getUTCSeconds();



//add 
this:

if 
(intHours  0) {

intHours 
+= 24

}



if (intHours == 0) 
{



hours = 
"12:";



ap = "EST 
Midnight";} else if (intHours  12) {hours = intHours+":";ap 
= " AM EST is the current time for Declude Support Personnel";} else if 
(intHours == 12) {hours = "12:";ap = "EST Noon";} else 
{intHours = intHours - 12hours = intHours + ":";ap = "PM EST is 
the current time for Declude Support Personnel";}if (intMinutes  
10) {minutes = "0"+intMinutes+":";} else {minutes = 
intMinutes+":";}if (intSeconds  10) {seconds = 
"0"+intSeconds+" ";} else {seconds = intSeconds+" 
";}timeString = hours+minutes+seconds+ap;Clock.innerHTML = 
timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT















- Original Message 
- 
    
    From: "Erik" 
[EMAIL PROTECTED]

To: 
Declude.JunkMail@declude.com

Sent: Friday, March 
04, 2005 8:25 PM

S

[Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread Erik
Is just my browser, or is Declude's clock on:
https://www.declude.com/SearchResults.asp?Cat=5
Off?  In CET (Central European Time) of 2:15AM, their clock shows 4:15AM EST
when it should be showing 9:15PM EST.

.hope this doesn't reflect in their 2.0 programming code.  ;-)




---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread Dave Doherty



Actually, it shows -4 hours. 


GMTas I write thisis 01:46 
The code they use on the pagesubtracts five hours, which results in a 
value of -4 for the hours. They need to add a line to add 24 if the result is 
negative. I'm sure it looks fine 19 
hours a day, though...

And no, it does not giveme a lot of 
confidence, either, but now that we've aired the problem and the cure, let's see 
how long it takes to fix...

-d





SCRIPTfunction tick() 
{var hours, minutes, seconds, ap;var intHours, intMinutes, 
intSeconds;var today;today = new Date();intHours = 
today.getUTCHours()-5;intMinutes = 
today.getUTCMinutes();intSeconds = today.getUTCSeconds();

//add 
this:
if (intHours  
0) {
intHours += 
24
}

if (intHours == 0) {

hours = "12:";

ap = "EST Midnight";} else if 
(intHours  12) {hours = intHours+":";ap = " AM EST is the current 
time for Declude Support Personnel";} else if (intHours == 12) {hours = 
"12:";ap = "EST Noon";} else {intHours = intHours - 12hours = 
intHours + ":";ap = "PM EST is the current time for Declude Support 
Personnel";}if (intMinutes  10) {minutes = 
"0"+intMinutes+":";} else {minutes = intMinutes+":";}if 
(intSeconds  10) {seconds = "0"+intSeconds+" ";} else {seconds = 
intSeconds+" ";}timeString = 
hours+minutes+seconds+ap;Clock.innerHTML = 
timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT








- Original Message ----- 
From: "Erik" [EMAIL PROTECTED]
To: Declude.JunkMail@declude.com
Sent: Friday, March 04, 2005 8:25 
PM
Subject: [Declude.JunkMail] OT: Clock 
Time on Declude Support
Is just my browser, or is Declude's clock 
on:https://www.declude.com/SearchResults.asp?Cat=5Off? In CET (Central European Time) of 2:15AM, 
their clock shows 4:15AM ESTwhen it should be showing 9:15PM 
EST..hope this doesn't reflect in their 2.0 programming code. 
;-)---[This E-mail was scanned for viruses by Declude 
Virus (http://www.declude.com)]---This E-mail came from the Declude.JunkMail mailing 
list. Tounsubscribe, just send an E-mail to [EMAIL PROTECTED], 
andtype "unsubscribe Declude.JunkMail". The archives can be 
foundat http://www.mail-archive.com.


RE: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread Andy Schmidt
Hm,

What am I missing - it's stating Via Ticket System (and I've seen others
refer to ticket numbers) but WHERE on that page does it let me open a
ticket.

The only thing that I see is email to [EMAIL PROTECTED] - but that doesn't 
respond
with a ticket (at least not when I had used it earlier this week?)

Best Regards
Andy Schmidt

Phone:  +1 201 934-3414 x20 (Business)
Fax:+1 201 934-9206 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Erik
Sent: Friday, March 04, 2005 08:26 PM
To: Declude.JunkMail@declude.com
Subject: [Declude.JunkMail] OT: Clock Time on Declude Support


Is just my browser, or is Declude's clock on:
https://www.declude.com/SearchResults.asp?Cat=5
Off?  In CET (Central European Time) of 2:15AM, their clock shows 4:15AM EST
when it should be showing 9:15PM EST.

.hope this doesn't reflect in their 2.0 programming code.  ;-)




---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To unsubscribe,
just send an E-mail to [EMAIL PROTECTED], and type unsubscribe
Declude.JunkMail.  The archives can be found at
http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread David Barker



Thank you for your feedback. Ihave fixed 
it.Friday night 10:30 pm. What we do too please our customers ;) As for 
the website it is my responsibility and not that of our programmers, so you can 
be confident that this does not reflect our programmers skills.

David B
www.declude.com

  - Original Message - 
  From: 
  Dave Doherty 
  
  To: Declude.JunkMail@declude.com 
  
  Sent: Friday, March 04, 2005 8:53 
PM
  Subject: Re: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  
  Actually, it shows -4 hours. 
  
  
  GMTas I write thisis 01:46 
  The code they use on the pagesubtracts five hours, which results in a 
  value of -4 for the hours. They need to add a line to add 24 if the result is 
  negative. I'm sure it looks fine 19 
  hours a day, though...
  
  And no, it does not giveme a lot 
  of confidence, either, but now that we've aired the problem and the cure, 
  let's see how long it takes to fix...
  
  -d
  
  
  
  
  
  SCRIPTfunction tick() 
  {var hours, minutes, seconds, ap;var intHours, intMinutes, 
  intSeconds;var today;today = new Date();intHours = 
  today.getUTCHours()-5;intMinutes = 
  today.getUTCMinutes();intSeconds = today.getUTCSeconds();
  
  //add 
  this:
  if (intHours  
  0) {
  intHours += 
  24
  }
  
  if (intHours == 0) {
  
  hours = "12:";
  
  ap = "EST Midnight";} else if 
  (intHours  12) {hours = intHours+":";ap = " AM EST is the current 
  time for Declude Support Personnel";} else if (intHours == 12) {hours 
  = "12:";ap = "EST Noon";} else {intHours = intHours - 12hours 
  = intHours + ":";ap = "PM EST is the current time for Declude Support 
  Personnel";}if (intMinutes  10) {minutes = 
  "0"+intMinutes+":";} else {minutes = intMinutes+":";}if 
  (intSeconds  10) {seconds = "0"+intSeconds+" ";} else {seconds 
  = intSeconds+" ";}timeString = 
  hours+minutes+seconds+ap;Clock.innerHTML = 
  timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT
  
  
  
  
  
  
  
  
  - Original Message ----- 
  From: "Erik" [EMAIL PROTECTED]
  To: Declude.JunkMail@declude.com
  Sent: Friday, March 04, 2005 8:25 
  PM
  Subject: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  Is just my browser, or is Declude's clock 
  on:https://www.declude.com/SearchResults.asp?Cat=5Off? In CET (Central European Time) of 
  2:15AM, their clock shows 4:15AM ESTwhen it should be showing 9:15PM 
  EST..hope this doesn't reflect in their 2.0 programming 
  code. ;-)---[This E-mail was scanned for viruses 
  by Declude Virus (http://www.declude.com)]---This E-mail came from the 
  Declude.JunkMail mailing list. Tounsubscribe, just send an E-mail to 
  [EMAIL PROTECTED], 
  andtype "unsubscribe Declude.JunkMail". The archives can be 
  foundat http://www.mail-archive.com.
  
  

  No virus found in this incoming message.Checked by AVG 
  Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
  3/1/2005


Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread Dave Doherty



Hi David-

Problem solved. Now that's what I call 
service!

(Thanks for the credit...)

-d


  - Original Message - 
  From: 
  David Barker 
  
  To: Declude.JunkMail@declude.com 
  
  Sent: Friday, March 04, 2005 10:33 
  PM
  Subject: Re: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  
  Thank you for your feedback. Ihave fixed 
  it.Friday night 10:30 pm. What we do too please our customers ;) As for 
  the website it is my responsibility and not that of our programmers, so you 
  can be confident that this does not reflect our programmers 
  skills.
  
  David B
  www.declude.com
  
- Original Message - 
From: 
Dave Doherty 

To: Declude.JunkMail@declude.com 

Sent: Friday, March 04, 2005 8:53 
PM
Subject: Re: [Declude.JunkMail] OT: 
Clock Time on Declude Support

Actually, it shows -4 hours. 


GMTas I write thisis 
01:46 The code they use on the pagesubtracts five hours, which results 
in a value of -4 for the hours. They need to add a line to add 24 if the 
result is negative. I'm sure it 
looks fine 19 hours a day, though...

And no, it does not giveme a 
lot of confidence, either, but now that we've aired the problem and the 
cure, let's see how long it takes to fix...

-d





SCRIPTfunction tick() 
{var hours, minutes, seconds, ap;var intHours, intMinutes, 
intSeconds;var today;today = new Date();intHours = 
today.getUTCHours()-5;intMinutes = 
today.getUTCMinutes();intSeconds = today.getUTCSeconds();

//add 
this:
if (intHours 
 0) {
intHours += 
24
}

if (intHours == 0) {

hours = "12:";

ap = "EST Midnight";} else if 
(intHours  12) {hours = intHours+":";ap = " AM EST is the 
current time for Declude Support Personnel";} else if (intHours == 12) 
{hours = "12:";ap = "EST Noon";} else {intHours = intHours - 
12hours = intHours + ":";ap = "PM EST is the current time for 
Declude Support Personnel";}if (intMinutes  10) {minutes = 
"0"+intMinutes+":";} else {minutes = intMinutes+":";}if 
(intSeconds  10) {seconds = "0"+intSeconds+" ";} else 
{seconds = intSeconds+" ";}timeString = 
hours+minutes+seconds+ap;Clock.innerHTML = 
timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT








- Original Message ----- 
    From: "Erik" [EMAIL PROTECTED]
To: Declude.JunkMail@declude.com
Sent: Friday, March 04, 2005 8:25 
PM
Subject: [Declude.JunkMail] OT: Clock 
Time on Declude Support
Is just my browser, or is Declude's clock 
on:https://www.declude.com/SearchResults.asp?Cat=5Off? In CET (Central European Time) of 
2:15AM, their clock shows 4:15AM ESTwhen it should be showing 9:15PM 
EST..hope this doesn't reflect in their 2.0 programming 
code. ;-)---[This E-mail was scanned for 
viruses by Declude Virus (http://www.declude.com)]---This E-mail came from the 
Declude.JunkMail mailing list. Tounsubscribe, just send an E-mail 
to [EMAIL PROTECTED], 
andtype "unsubscribe Declude.JunkMail". The archives can be 
foundat http://www.mail-archive.com.



No virus found in this incoming message.Checked by AVG 
Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
3/1/2005


Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread Darin Cox



FYI...your clock script flickers 
needlessly... Instead of refreshing every 1/10 of a second, you might want 
to change the following line in your clock script

window.setTimeout("tick();", 100);

Torefresh every second...

window.setTimeout("tick();", 1000);

or even strip off the seconds and just display 
minutes.

Many web developers put this in for the "cool" 
factor, or because they can, butseconds provide little value in this 
case.
Darin.


- Original Message - 
From: David Barker 
To: Declude.JunkMail@declude.com 

Sent: Friday, March 04, 2005 10:33 PM
Subject: Re: [Declude.JunkMail] OT: Clock Time on Declude 
Support

Thank you for your feedback. Ihave fixed 
it.Friday night 10:30 pm. What we do too please our customers ;) As for 
the website it is my responsibility and not that of our programmers, so you can 
be confident that this does not reflect our programmers skills.

David B
www.declude.com

  - Original Message - 
  From: 
  Dave Doherty 
  
  To: Declude.JunkMail@declude.com 
  
  Sent: Friday, March 04, 2005 8:53 
PM
  Subject: Re: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  
  Actually, it shows -4 hours. 
  
  
  GMTas I write thisis 01:46 
  The code they use on the pagesubtracts five hours, which results in a 
  value of -4 for the hours. They need to add a line to add 24 if the result is 
  negative. I'm sure it looks fine 19 
  hours a day, though...
  
  And no, it does not giveme a lot 
  of confidence, either, but now that we've aired the problem and the cure, 
  let's see how long it takes to fix...
  
  -d
  
  
  
  
  
  SCRIPTfunction tick() 
  {var hours, minutes, seconds, ap;var intHours, intMinutes, 
  intSeconds;var today;today = new Date();intHours = 
  today.getUTCHours()-5;intMinutes = 
  today.getUTCMinutes();intSeconds = today.getUTCSeconds();
  
  //add 
  this:
  if (intHours  
  0) {
  intHours += 
  24
  }
  
  if (intHours == 0) {
  
  hours = "12:";
  
  ap = "EST Midnight";} else if 
  (intHours  12) {hours = intHours+":";ap = " AM EST is the current 
  time for Declude Support Personnel";} else if (intHours == 12) {hours 
  = "12:";ap = "EST Noon";} else {intHours = intHours - 12hours 
  = intHours + ":";ap = "PM EST is the current time for Declude Support 
  Personnel";}if (intMinutes  10) {minutes = 
  "0"+intMinutes+":";} else {minutes = intMinutes+":";}if 
  (intSeconds  10) {seconds = "0"+intSeconds+" ";} else {seconds 
  = intSeconds+" ";}timeString = 
  hours+minutes+seconds+ap;Clock.innerHTML = 
  timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT
  
  
  
  
  
  
  
  
  - Original Message - 
  From: "Erik" [EMAIL PROTECTED]
  To: Declude.JunkMail@declude.com
  Sent: Friday, March 04, 2005 8:25 
  PM
  Subject: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  Is just my browser, or is Declude's clock 
  on:https://www.declude.com/SearchResults.asp?Cat=5Off? In CET (Central European Time) of 
  2:15AM, their clock shows 4:15AM ESTwhen it should be showing 9:15PM 
  EST..hope this doesn't reflect in their 2.0 programming 
  code. ;-)---[This E-mail was scanned for viruses 
  by Declude Virus (http://www.declude.com)]---This E-mail came from the 
  Declude.JunkMail mailing list. Tounsubscribe, just send an E-mail to 
  [EMAIL PROTECTED], 
  andtype "unsubscribe Declude.JunkMail". The archives can be 
  foundat http://www.mail-archive.com.
  
  

  No virus found in this incoming message.Checked by AVG 
  Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
  3/1/2005


Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread David Barker



Darin,

Check now - is that better? I noticed the flicker 
seemed to only occur in FireFox not IE.

David B
www.declude.com

  - Original Message - 
  From: 
  Darin Cox 
  To: Declude.JunkMail@declude.com 
  
  Sent: Saturday, March 05, 2005 12:20 
  AM
  Subject: Re: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  
  FYI...your clock script flickers 
  needlessly... Instead of refreshing every 1/10 of a second, you might 
  want to change the following line in your clock script
  
  window.setTimeout("tick();", 100);
  
  Torefresh every second...
  
  window.setTimeout("tick();", 1000);
  
  or even strip off the seconds and just display 
  minutes.
  
  Many web developers put this in for the "cool" 
  factor, or because they can, butseconds provide little value in this 
  case.
  Darin.
  
  
  - Original Message - 
  From: David Barker 
  To: Declude.JunkMail@declude.com 
  
  Sent: Friday, March 04, 2005 10:33 PM
  Subject: Re: [Declude.JunkMail] OT: Clock Time on Declude 
  Support
  
  Thank you for your feedback. Ihave fixed 
  it.Friday night 10:30 pm. What we do too please our customers ;) As for 
  the website it is my responsibility and not that of our programmers, so you 
  can be confident that this does not reflect our programmers 
  skills.
  
  David B
  www.declude.com
  
- Original Message - 
From: 
Dave Doherty 

To: Declude.JunkMail@declude.com 

Sent: Friday, March 04, 2005 8:53 
PM
Subject: Re: [Declude.JunkMail] OT: 
    Clock Time on Declude Support

Actually, it shows -4 hours. 


GMTas I write thisis 
01:46 The code they use on the pagesubtracts five hours, which results 
in a value of -4 for the hours. They need to add a line to add 24 if the 
result is negative. I'm sure it 
looks fine 19 hours a day, though...

And no, it does not giveme a 
lot of confidence, either, but now that we've aired the problem and the 
cure, let's see how long it takes to fix...

-d





SCRIPTfunction tick() 
{var hours, minutes, seconds, ap;var intHours, intMinutes, 
intSeconds;var today;today = new Date();intHours = 
today.getUTCHours()-5;intMinutes = 
today.getUTCMinutes();intSeconds = today.getUTCSeconds();

//add 
this:
if (intHours 
 0) {
intHours += 
24
}

if (intHours == 0) {

hours = "12:";

ap = "EST Midnight";} else if 
(intHours  12) {hours = intHours+":";ap = " AM EST is the 
current time for Declude Support Personnel";} else if (intHours == 12) 
{hours = "12:";ap = "EST Noon";} else {intHours = intHours - 
12hours = intHours + ":";ap = "PM EST is the current time for 
Declude Support Personnel";}if (intMinutes  10) {minutes = 
"0"+intMinutes+":";} else {minutes = intMinutes+":";}if 
(intSeconds  10) {seconds = "0"+intSeconds+" ";} else 
{seconds = intSeconds+" ";}timeString = 
hours+minutes+seconds+ap;Clock.innerHTML = 
timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT




    



    - Original Message - 
From: "Erik" [EMAIL PROTECTED]
To: Declude.JunkMail@declude.com
Sent: Friday, March 04, 2005 8:25 
PM
Subject: [Declude.JunkMail] OT: Clock 
Time on Declude Support
Is just my browser, or is Declude's clock 
on:https://www.declude.com/SearchResults.asp?Cat=5Off? In CET (Central European Time) of 
2:15AM, their clock shows 4:15AM ESTwhen it should be showing 9:15PM 
EST..hope this doesn't reflect in their 2.0 programming 
code. ;-)---[This E-mail was scanned for 
viruses by Declude Virus (http://www.declude.com)]---This E-mail came from the 
Declude.JunkMail mailing list. Tounsubscribe, just send an E-mail 
to [EMAIL PROTECTED], 
andtype "unsubscribe Declude.JunkMail". The archives can be 
foundat http://www.mail-archive.com.



No virus found in this incoming message.Checked by AVG 
Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
3/1/2005
  
  

  No virus found in this incoming message.Checked by AVG 
  Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
  3/1/2005


Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread Darin Cox



Ok, you got it.
Darin.


- Original Message - 
From: Darin Cox 
To: Declude.JunkMail@declude.com 

Sent: Saturday, March 05, 2005 1:10 AM
Subject: Re: [Declude.JunkMail] OT: Clock Time on Declude 
Support

You're up late g. Looks good. 
You may want to remove the trailing colon, though.
Darin.


- Original Message - 
From: David Barker 
To: Declude.JunkMail@declude.com 

Sent: Saturday, March 05, 2005 12:58 AM
Subject: Re: [Declude.JunkMail] OT: Clock Time on Declude 
Support

Darin,

Check now - is that better? I noticed the flicker 
seemed to only occur in FireFox not IE.

David B
www.declude.com

  - Original Message - 
  From: 
  Darin Cox 
  To: Declude.JunkMail@declude.com 
  
  Sent: Saturday, March 05, 2005 12:20 
  AM
  Subject: Re: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  
  FYI...your clock script flickers 
  needlessly... Instead of refreshing every 1/10 of a second, you might 
  want to change the following line in your clock script
  
  window.setTimeout("tick();", 100);
  
  Torefresh every second...
  
  window.setTimeout("tick();", 1000);
  
  or even strip off the seconds and just display 
  minutes.
  
  Many web developers put this in for the "cool" 
  factor, or because they can, butseconds provide little value in this 
  case.
  Darin.
  
  
  - Original Message - 
  From: David Barker 
  To: Declude.JunkMail@declude.com 
  
  Sent: Friday, March 04, 2005 10:33 PM
  Subject: Re: [Declude.JunkMail] OT: Clock Time on Declude 
  Support
  
  Thank you for your feedback. Ihave fixed 
  it.Friday night 10:30 pm. What we do too please our customers ;) As for 
  the website it is my responsibility and not that of our programmers, so you 
  can be confident that this does not reflect our programmers 
  skills.
  
  David B
  www.declude.com
  
- Original Message - 
From: 
Dave Doherty 

To: Declude.JunkMail@declude.com 

Sent: Friday, March 04, 2005 8:53 
PM
Subject: Re: [Declude.JunkMail] OT: 
    Clock Time on Declude Support

Actually, it shows -4 hours. 


GMTas I write thisis 
01:46 The code they use on the pagesubtracts five hours, which results 
in a value of -4 for the hours. They need to add a line to add 24 if the 
result is negative. I'm sure it 
looks fine 19 hours a day, though...

And no, it does not giveme a 
lot of confidence, either, but now that we've aired the problem and the 
cure, let's see how long it takes to fix...

-d





SCRIPTfunction tick() 
{var hours, minutes, seconds, ap;var intHours, intMinutes, 
intSeconds;var today;today = new Date();intHours = 
today.getUTCHours()-5;intMinutes = 
today.getUTCMinutes();intSeconds = today.getUTCSeconds();

//add 
this:
if (intHours 
 0) {
intHours += 
24
}

if (intHours == 0) {

hours = "12:";

ap = "EST Midnight";} else if 
(intHours  12) {hours = intHours+":";ap = " AM EST is the 
current time for Declude Support Personnel";} else if (intHours == 12) 
{hours = "12:";ap = "EST Noon";} else {intHours = intHours - 
12hours = intHours + ":";ap = "PM EST is the current time for 
Declude Support Personnel";}if (intMinutes  10) {minutes = 
"0"+intMinutes+":";} else {minutes = intMinutes+":";}if 
(intSeconds  10) {seconds = "0"+intSeconds+" ";} else 
{seconds = intSeconds+" ";}timeString = 
hours+minutes+seconds+ap;Clock.innerHTML = 
timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT




    



    - Original Message - 
From: "Erik" [EMAIL PROTECTED]
To: Declude.JunkMail@declude.com
Sent: Friday, March 04, 2005 8:25 
PM
Subject: [Declude.JunkMail] OT: Clock 
Time on Declude Support
Is just my browser, or is Declude's clock 
on:https://www.declude.com/SearchResults.asp?Cat=5Off? In CET (Central European Time) of 
2:15AM, their clock shows 4:15AM ESTwhen it should be showing 9:15PM 
EST..hope this doesn't reflect in their 2.0 programming 
code. ;-)---[This E-mail was scanned for 
viruses by Declude Virus (http://www.declude.com)]---This E-mail came from the 
Declude.JunkMail mailing list. Tounsubscribe, just send an E-mail 
to [EMAIL PROTECTED], 
andtype "unsubscribe Declude.JunkMail". The archives can be 
foundat http://www.mail-archive.com.



No virus found in this incoming message.Checked by AVG 
Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
3/1/2005
  
  

  No virus found in this incoming message.Checked by AVG 
  Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
  3/1/2005


Re: [Declude.JunkMail] OT: Clock Time on Declude Support

2005-03-04 Thread Darin Cox



You're up late g. Looks good. 
You may want to remove the trailing colon, though.
Darin.


- Original Message - 
From: David Barker 
To: Declude.JunkMail@declude.com 

Sent: Saturday, March 05, 2005 12:58 AM
Subject: Re: [Declude.JunkMail] OT: Clock Time on Declude 
Support

Darin,

Check now - is that better? I noticed the flicker 
seemed to only occur in FireFox not IE.

David B
www.declude.com

  - Original Message - 
  From: 
  Darin Cox 
  To: Declude.JunkMail@declude.com 
  
  Sent: Saturday, March 05, 2005 12:20 
  AM
  Subject: Re: [Declude.JunkMail] OT: Clock 
  Time on Declude Support
  
  FYI...your clock script flickers 
  needlessly... Instead of refreshing every 1/10 of a second, you might 
  want to change the following line in your clock script
  
  window.setTimeout("tick();", 100);
  
  Torefresh every second...
  
  window.setTimeout("tick();", 1000);
  
  or even strip off the seconds and just display 
  minutes.
  
  Many web developers put this in for the "cool" 
  factor, or because they can, butseconds provide little value in this 
  case.
  Darin.
  
  
  - Original Message - 
  From: David Barker 
  To: Declude.JunkMail@declude.com 
  
  Sent: Friday, March 04, 2005 10:33 PM
  Subject: Re: [Declude.JunkMail] OT: Clock Time on Declude 
  Support
  
  Thank you for your feedback. Ihave fixed 
  it.Friday night 10:30 pm. What we do too please our customers ;) As for 
  the website it is my responsibility and not that of our programmers, so you 
  can be confident that this does not reflect our programmers 
  skills.
  
  David B
  www.declude.com
  
- Original Message - 
From: 
Dave Doherty 

To: Declude.JunkMail@declude.com 

Sent: Friday, March 04, 2005 8:53 
PM
Subject: Re: [Declude.JunkMail] OT: 
    Clock Time on Declude Support

Actually, it shows -4 hours. 


GMTas I write thisis 
01:46 The code they use on the pagesubtracts five hours, which results 
in a value of -4 for the hours. They need to add a line to add 24 if the 
result is negative. I'm sure it 
looks fine 19 hours a day, though...

And no, it does not giveme a 
lot of confidence, either, but now that we've aired the problem and the 
cure, let's see how long it takes to fix...

-d





SCRIPTfunction tick() 
{var hours, minutes, seconds, ap;var intHours, intMinutes, 
intSeconds;var today;today = new Date();intHours = 
today.getUTCHours()-5;intMinutes = 
today.getUTCMinutes();intSeconds = today.getUTCSeconds();

//add 
this:
if (intHours 
 0) {
intHours += 
24
}

if (intHours == 0) {

hours = "12:";

ap = "EST Midnight";} else if 
(intHours  12) {hours = intHours+":";ap = " AM EST is the 
current time for Declude Support Personnel";} else if (intHours == 12) 
{hours = "12:";ap = "EST Noon";} else {intHours = intHours - 
12hours = intHours + ":";ap = "PM EST is the current time for 
Declude Support Personnel";}if (intMinutes  10) {minutes = 
"0"+intMinutes+":";} else {minutes = intMinutes+":";}if 
(intSeconds  10) {seconds = "0"+intSeconds+" ";} else 
{seconds = intSeconds+" ";}timeString = 
hours+minutes+seconds+ap;Clock.innerHTML = 
timeString;window.setTimeout("tick();", 100);}window.>/SCRIPT




    



    - Original Message - 
From: "Erik" [EMAIL PROTECTED]
To: Declude.JunkMail@declude.com
Sent: Friday, March 04, 2005 8:25 
PM
Subject: [Declude.JunkMail] OT: Clock 
Time on Declude Support
Is just my browser, or is Declude's clock 
on:https://www.declude.com/SearchResults.asp?Cat=5Off? In CET (Central European Time) of 
2:15AM, their clock shows 4:15AM ESTwhen it should be showing 9:15PM 
EST..hope this doesn't reflect in their 2.0 programming 
code. ;-)---[This E-mail was scanned for 
viruses by Declude Virus (http://www.declude.com)]---This E-mail came from the 
Declude.JunkMail mailing list. Tounsubscribe, just send an E-mail 
to [EMAIL PROTECTED], 
andtype "unsubscribe Declude.JunkMail". The archives can be 
foundat http://www.mail-archive.com.



No virus found in this incoming message.Checked by AVG 
Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
3/1/2005
  
  

  No virus found in this incoming message.Checked by AVG 
  Anti-Virus.Version: 7.0.308 / Virus Database: 266.5.7 - Release Date: 
  3/1/2005