We're aware that some users are experiencing technical issues which the team are working to resolve. See the Community Noticeboard for more info. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Competitions Discussion Thread Part 11

Options
14950525455204

Comments

  • nicolefrenzy
    nicolefrenzy Posts: 2,540 Forumite
    ikkle87 wrote: »
    She deleted my comment to her on facebook.

    The site is also registered as a non-trading individual.

    and mine....
  • vaderag
    vaderag Posts: 307 Forumite
    Part of the Furniture 100 Posts Combo Breaker
    edited 21 April 2010 at 3:35PM
    As suggested in Martin's Comping for Cash guide (here), you can use Autohotkey to set-up hotstrings to quickly type data into forms.
    I've written a custom script which really helps me. I still only have to think of the data, but the first letter of each bit of information fills out the form for me, allowing me to quickly tab over to the next item.

    The key thing with this is that it's togglable, so it is not always on, and does not disrupt your normal usage.

    All you do is change (or add) your own details in the top section (you probably want to add things like phone numbers when you press 0 etc) and then Ctrl-Alt-F to turn form filling on or off (you'll get a handy tray notification to tell you which state it's in)

    The code is as follows:
    DetectHiddenWindows, On

    #IfWinExist,FormFiller134679852

    ;EDIT BELOW HERE ONLY

    :c*:A::Andreas
    :c*:G::Griffin
    :*:2::Number 2, Your Road
    :c*:S::Somewhere
    :c*:w::Wherever
    :c*:e::etc

    ;EDIT ABOVE HERE ONLY

    #IfWinExist

    ^!F::
    WinGetActiveTitle, PreviousWindow
    IfWinExist, FormFiller134679852
    {
    TrayTip,Form Filler,Form Filling Disabled,5,1
    SetTimer, RemoveTrayTip, -3000
    Gui, Destroy
    }
    else
    {
    TrayTip,Form Filler,Form Filling Enabled,5,2
    SetTimer, RemoveTrayTip, -3000
    Gui, -MinimizeBox +AlwaysOnTop
    Gui show, x-1000 y-1000 h1 w1 hide, FormFiller134679852
    ;WinHide, FormFiller134679852
    WinActivate, %PreviousWindow%
    }
    return

    RemoveTrayTip:
    TrayTip
    return
    Save the above as a .ahk file and open it with Autohotkey (http://www.autohotkey.com). I set it to start at startup on my computer so I don't waste any time!!

    Hope that helps some of you out anyway, and if you have any questions, shout! :)
  • nixnjj
    nixnjj Posts: 181 Forumite
    Part of the Furniture
    Shes now taken all the comps off too unless I'm going mad (which is very possible)
  • madmonster
    madmonster Posts: 406 Forumite
    Part of the Furniture 100 Posts Combo Breaker
    nope you're right she's removed every post she made and just left up those (that aren't criticising her) on the page.

    she was online on mse in the last half hour so has probably read what has been said here.
    comps total: Jan 2010 £6000:j

    A-Z (124)
    [STRIKE]A B C D[/STRIKE] E [STRIKE]F G H I [/STRIKE]J [STRIKE]K L [/STRIKE]M N O [STRIKE]P[/STRIKE] Q R [STRIKE]S T[/STRIKE] U [STRIKE]V W X[/STRIKE] Y Z
  • mp3duck
    mp3duck Posts: 1,305 Forumite
    Part of the Furniture 1,000 Posts Combo Breaker
    I just use Roboform to fill the forms... One click, and it fills all the form fields for you.
  • vaderag
    vaderag Posts: 307 Forumite
    Part of the Furniture 100 Posts Combo Breaker
    Yeah, but you have to pay for the full version of Roboform, plus you have to have an extra bar in firefox, and it's an extra thing to be running...
    AutoHotkey uses pretty much no memory and I use it for other things too, such as making capslock behave - shift capslock turns it on or off, otherwise it does nothing... same with insert...
    Capslock::Shift
    +Capslock::
    state := GetKeyState("Capslock", "T")
    if (state = True)
    SetCapsLockState, off
    else
    SetCapsLockState, on
    return

    Insert::Shift
    +Insert:: send {Insert}
    return
  • hertzyabazas
    hertzyabazas Posts: 33,975 Forumite
    Part of the Furniture 1,000 Posts Name Dropper Photogenic
    Seems awfuly long winded to me :o

    I'll stick with Roboform
  • vaderag
    vaderag Posts: 307 Forumite
    Part of the Furniture 100 Posts Combo Breaker
    Seems awfuly long winded to me :o

    I'll stick with Roboform

    Fair enough. I'm just putting it out there as an option. Only needs copying and pasting into a txt document and running autohotkey tho!
  • fire**fly
    fire**fly Posts: 148,056 Forumite
    Part of the Furniture 10,000 Posts Name Dropper Photogenic
    hiya, has anyone got a spare 5 mins to help with this puzzle, am doing the That's Life Summer Special but am stuck on a few including this one,

    thanks if anyone can xxxx


    img059.jpg?t=1271861203
    please be a responsible pet owner & spay/neuter your pets, too many strays & not enough homes for them sadly. k2u58ioz4c8e.png




  • I haven't got a working printer Korks at mo. It is hard to do it on screen, but SKI is followed by the square with LLS. Second row, 5 squares across. Perhaps that will help a bit. Reefer and Skills are formed :)
    We could all learn a little something from the weather. It pays no attention to criticism.
This discussion has been closed.
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 351K Banking & Borrowing
  • 253.1K Reduce Debt & Boost Income
  • 453.6K Spending & Discounts
  • 244K Work, Benefits & Business
  • 598.9K Mortgages, Homes & Bills
  • 176.9K Life & Family
  • 257.3K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.