Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Suggestions for Perlmonks Chatterbox

by pfaut (Priest)
on May 24, 2003 at 23:08 UTC ( [id://260636]=note: print w/replies, xml ) Need Help??


in reply to Suggestions for Perlmonks Chatterbox

One of the reasons a textfield is used instead of a textarea is to limit the number of characters typed. The chatterbox can only handle messages up to about 255 characters long. When you hit this limit, the textfield stops accepting more input which tells you to shorten your message or break it in two. I don't believe you can put a limit on the number of characters entered into a textarea.

If you let your mouse hover over the name of the person who sent the message, the time that the message was sent should be displayed. You could also look into Other CB Clients as recommended at the bottom of the chatterbox. Some of those clients (like my favorite, the Java chatterbox client) display the time next to the message.

90% of every Perl application is already written.
dragonchild
  • Comment on Re: Suggestions for Perlmonks Chatterbox

Replies are listed 'Best First'.
Re: Re: Suggestions for Perlmonks Chatterbox
by Anonymous Monk on Jul 21, 2003 at 03:51 UTC
    Okay, my mistake. I did not know you can see the time of each message.

    As far as textfields are concerned, I'm still making mistakes; I just thought by switching to textarea, I could prevent some of those mistakes.

    About the character limit, why can't you use Javascript to alert if the input exceeds 255 characters?

      About the character limit, why can't you use Javascript to alert if the input exceeds 255 characters?

      Because those who maintain the site don't like javascript. There are a whole lot of security implications to jumping around the internet with a browser that has javascript enabled.

      90% of every Perl application is already written.
      dragonchild

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://260636]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found