O.P. Suggestion: Include seconds in timestamp in chat logs
The new XHTML chat logs look really nice! However, the timestamp only displays the hour and the minute, for example (12:34 PM). It would better show when messages were sent if the seconds were also included, as in previous versions of Messenger Plus! For example, (12:34:20 PM).
Patchou, could you please at least make it an option to record the timestamp accurate to the second instead of to the minute?
Also, I notice that the XHTML source uses " a lot. This is not neccessary, quotation marks can be included directly and the XHTML will still be valid. For example, <tag style="font-family:'MS Sans Serif'">"To be, or not to be?"</tag>
OK, here are a couple of other things that could be improved in the XHTML source.
The DOCTYPE might as well be XHTML 1.1 rather than XHTML 1.0. The chat logs conform to version 1.1 and so that DOCTYPE describes them better.
I think I read somewhere that it is more appropriate to say encoding="utf-16" rather than encoding="UTF-16LE"
The <meta> tag is unneccessary.
|