Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I think most interactive sites can benefit from some use of AJAX, with the following caveats:
  • There must be some way to degrade gracefully, or to turn on/off AJAX features.
  • There must be a clear benefit to the enhancement. There are a million things AJAX can be used for, but only a few of those are actually useful, and don't over-complicate either the interface or the underlying code.
  • Server load should be considered.
I'd love to have 'asynchronous' node voting. It's annoying to have to click each node you want to vote on, scroll to the bottom, then click 'Vote' (sometimes I forget to actually submit the form when reading a long thread).

This case might also actually reduce server load, since the node will only have to be generated once (not twice as is currently the case). Of course, there will potentially be a greater number of requests to vote, but I'm assuming this would be a lesser load than the double page generation.

To help those with less standard browsers (AJAX works pretty well on all the main browsers, including Konquerer and Opera), this feature could be a user settting.

In reply to Re: AJAX-based Perlmonks.com? by Mutant
in thread AJAX-based Perlmonks.com? by hackdaddy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-26 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found