Hi Rob, 2009/10/20 RobS <[email protected]>: > > I wonder if there is anything -- a script I suppose -- that could be > invoked on my pages locally to tell me that some of my NEW indicators > have timed out and should be removed?
Have you considered using JavaScript to display the new indicators on the items in the visitors browser depending on the relative dates? Then, like Jim suggests, there is no need for you to change the HTML once it is published. Although I have not seen this approach in action exactly I have seen the various parts to put it together: - Output dates in your HTML of each item in a standard format that JavaScript can read (probably in a title attribute). - Read this date with JavaScript and compare it with the current date. - If the difference is less than a predefined time span make a change to the element (add a class or append your HTML) If you’re interested, further detail is probably outside of the scope of this list – email me direct if you would like some pointers. Cheers Ollie -- Ollie Boermans @ollicle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
