Slashdot Mirror


Programs for Filling In Web Forms?

cafebabe asks: "My mother has severe arthritis and must do a lot of her shopping online since it is painful for her to walk. Since she also has trouble typing, she needs a program to help her fill out all of the data entry fields on web sites. When I was home over Thanksgiving, I saw that my mother had Gator on her computer. I uninstalled it, explained spyware to her, and installed RoboForm, which I had heard good things about. RoboForm ended up causing her computer to crash so my father uninstalled it. Is RoboForm really the best thing out there or do any of you know of something better?"

5 of 22 comments (clear)

  1. voice recognition by farnsworth · · Score: 4, Insightful
    it sounds like you want to think about voice recognition software.

    I've heard good things about IBM's offerings, and I think that they've teamed up with Opera, although that may be only for PDAs and mobile phones.

    --

    There aint no pancake so thin it doesn't have two sides.

    1. Re:voice recognition by m_evanchik · · Score: 4, Insightful

      I'd second the voice recognition software.

      I imagine also, that a quick websearch might lead you to handicapped access software and hardware thatcould be useful to your grandmother. After all, she needs to type for more than just forms and this would help her out if she wants to write email or write anything else for that matter.

      I'd also take a serious look at the type of mouse/or trackball she is using. These devices usually force the hand into an artificially cramped position that is painful for arthritis sufferers.

      We'll all grow old eventually and helping the elderly deall with problems like this now means that better solutions will exist when we face these problems.

      If you find anything interesting in your research, please share it, via Slashdot or your own website.

  2. Mozilla by davincile0 · · Score: 4, Informative

    Mozilla has a form manager which remembers data that you've entered in forms previously and fills in predicted data for forms you've never filled before. It does that by remembering the personal data you fill in the form manager (e.g. "last name", "phone", etc.) and looking at field names in new forms. It also supports optionally encrypting the saved data, and/or autofilling forms (or only filling them when you select "fill in this form" from a menu). It's a good way to go.

    IE has some form data-remembering feature as well, but I don't trust MS with the data much further than I do gator.

  3. Mozilla has it by DeadMeat+(TM) · · Score: 5, Informative
    Mozilla/Netscape 7 has form management features built-in, but most people don't know about it because it's stupidly buried under the Tools menu.

    If the prospect of using a program called Mozilla terrifies her and you don't want all the extra crap that comes standard with Netscape, use SillyDog's steamlined Netscape. Then add the mother-friendly pop-up blocking feature back and she should be good to go.

  4. Roll your own by aminorex · · Score: 5, Interesting

    Just write a little .vbs script for each of her frequently
    used forms and put an icon on the desktop for it.
    Here'' You can download WSH 5.6 from
    ' - http://www.microsoft.com/msdownload/vbscript/scrip ting56.asp
    Option Explicit 'Set an automatic error for all undefined variables

    Const promptTitle = "Enter Private Key Password"
    Const ShowSigningStatus = True

    Dim Wshshell, fso, oExec, shell, counter, tmp, signResult, exeError, objArgs
    Dim strPassword: strPassword = ""

    'Create an object array of the command line arguments
    Set objArgs = WScript.Arguments

    if NOT Wshshell.AppActivate(promptTitle) Then
    MsgBox "No such window, "+promptTitle
    WScript.Quit
    End If

    Wshshell.AppActivate(promptTitle)
    Wshshell.Send Keys(strPassword) ' Send the password to the Dialogbox
    WScript.Sleep 200
    Wshshell.SendKeys("{ENTER}") ' Send an enter key to the Dialogbox.

    WScript.Quit

    s a kernel to get you started:

    --
    -I like my women like I like my tea: green-