![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
There seems to be a major program with the automatic display of the last modified date. Using the javascript "document.lastModified" sometimes returns the correct date and sometimes 1 Jan 1970 depending the the browser. Using SSI LAST_MODIFIED can return the last modified date, ISP system boot date, or many others. The only last modified date that I have been able to use with any consistancy is the SSI flastmod command. Is this a common problem? |
#2
| |||
| |||
|
|
Augustus wrote: Why would you want that on your site? Don't you want people to think your information is current? I respect my users enough to want them to know exactly how old the info on the page is. To do otherwise is misrepresentation. If your site is selling something or is a restaurant and has its menu online a "last modified" could get people wondering "Are these prices current? Or have they gone up since then?" Those are all valid and appropriate questions for a user to ask of a site. They are also good reasons to keep your pages updated, instead of tricking users into thinking they are. |
#3
| |||
| |||
|
|
Augustus wrote: Why would you want that on your site? Don't you want people to think your information is current? I respect my users enough to want them to know exactly how old the info on the page is. [...] |
#4
| |||
| |||
|
|
In article <40957f5d.119838728 (AT) news (DOT) individual.net>, Jim Ley jim (AT) jibbering (DOT) com> wrote: |
|
[...] When updating a page it is a simple matter to add the date. |
#5
| |||
| |||
|
|
Thomas 'PointedEars' Lahn wrote: I respect my users enough to want them to know exactly how old the info on the page is. [...] So you should not use client-side techniques to accomplish this, because they are unreliable. I don't. I use PHP. |
#6
| |||
| |||
|
|
Michael Wilcox wrote: Thomas 'PointedEars' Lahn wrote: I respect my users enough to want them to know exactly how old the info on the page is. [...] So you should not use client-side techniques to accomplish this, because they are unreliable. I don't. I use PHP. 1. Fine. Read "you" as "one". 2. There is client-side PHP, although it is not widely used. |
![]() |
| Thread Tools | |
| Display Modes | |
| |