On Mon, Sep 07, 2009 at 10:48:51PM +0200, Krzysztof Oledzki wrote:
> 
> 
> On Mon, 7 Sep 2009, Dmitry Sivachenko wrote:
> 
> >On Sat, Sep 05, 2009 at 07:00:05PM +0200, Willy Tarreau wrote:
> >>However, I found that it was hard to understand the status codes in
> >>the HTML stats page. Some people are already complaining about columns
> >>they don't trivially understand, but here I think that status codes
> >>are close to cryptic. Also, while it is not *that* hard to tell
> >>which one means what when you can compare all of them, they must be
> >>unambiguous when found individually.
> >>
> >
> >Please consider "title" attribute, which may be used for most HTML 
> >elements.
> >Browser displays it as popup hint when you put mouse cursor over that 
> >element.
> >
> >It consumes zero space on display, but can provide helpful
> >information when needed.
> >
> >Example:
> >
> ><html>
> ><body>
> ><table border=1>
> ><tr>
> ><td title="aaa title">aaa
> ><td>bbb
> ></table>
> ></body>
> ></html>
> >
> >Put mouse cursor on "aaa" table cell and you will see "aaa title" hint.
> 
> I like this idea very much, I'll implement it. Thanks!

Excellent, that's something I wanted to implement for various reports
(eg: sessions per min/hour/day, details on errors, etc...) but did not
know how that was done on traditional applications. Sometimes we see
multi-line text, I don't know if this is done the same way, but that's
typically what we would be looking for for richer information.

Regards,
Willy


Reply via email to