Tag Archives: Scripts

Cygwin – SSH Without A Password On Every Request

Windows 7 Ultimate 64-bit, Cygwin I’ve avoided doing this until now coz I sometimes make mistakes and the SSH password is an additional layer of anti-idiot. Anyway… Whenever you SSH to a new machine (or SCP a file) on Cygwin, you’re probably used to entering your password for the connection each time. Wouldn’t it be […]

jQuery Validations In A Script File

jQuery 1.10.2 This is pretty straightforward really. I want to keep all my validations in a seperate file and call them to act on a specific form after the page has fully loaded. I keep forgetting the syntax, so this is as much for me in future as for you! 123456789101112131415(function($){     var validateInputForm […]