Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Tracking your votes

by epoptai (Curate)
on Jan 17, 2001 at 01:27 UTC ( [id://52360]=note: print w/replies, xml ) Need Help??


in reply to Tracking your votes

With Perl you could easily build your own personal vote history tracker. I envision a modest cgi script displaying a few form elements in a small chromeless window used to build and maintain a database of users and votes:

  1. a text field and add button for adding new users to the db
  2. a select field listing users in the db
  3. ++ and -- radio buttons
  4. a vote button for adding a + or - vote to the selected user
  5. a show button to display users and votes made on them by you

The database could be a simple listing of user|sum_of_votes or something more complex that records the sequence, time, node, etc, of each vote in a voting history.

I'm kind of busy and don't know what you want so think you should write it and earn the ++ votes you'll deserve if you do it well.

have fun - epoptai

Replies are listed 'Best First'.
Re: Re: Tracking your votes
by Blue (Hermit) on Jan 17, 2001 at 03:02 UTC
    Good thought. You know, I want to play with LWP and TK anyway, maybe I'll work on a 'site-specific' browser, that can also track things like that. (And also posts I think are worth a ++ but I've run out for the day, so I can come back to them.)

    =Blue
    ...you might be eaten by a grue...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found