You Are Here Home > Annoying Stuff

Annoying Stuff

JavaScript: setTimeout doesn’t work in IE

The only way this could happen is if you try to send extra arguments, so you can’t do: setTimeout(‘func()’, 1000, param); you have to manage with something like: setTimeout(‘func(“‘ + arg + ‘”)’, 1000);

JavaScript: setTimeout doesn’t work in IE
Comments (0)   Filed under: Annoying Stuff,JavaScript,Web Development   Posted by: Hamid

Solution to CuteFTP Pro 8 hanging problem under Vista; Can’t find transfer engine…

To fix this issue, open CuteFTP and go to:

Tools > Global Options > Connection > Smart Keep Alive

And disable “Smart Keep Alive”, apparently it’s not very smart…

Solution to CuteFTP Pro 8 hanging problem under Vista; Can’t find transfer engine…
Comments (0)   Filed under: Annoying Stuff,General,Web Development   Posted by: Hamid
Older Posts »