192 reputation
18
bio website enux.pl
location
age
visits member for 1 year, 11 months
seen May 7 at 1:25
stats profile views 7

I like JavaScript just for fun and rapid creation of code that is usable for me and can be usable for others. I also speak other programming languages ;-).

As for me on Stacks - I ask hard questions, but I really appreciate even when someone gives me clues on how to get to the answer :-].


Apr
29
comment Can I force Google Chrome to remember passwords?
Everything except ie has a selector query, so you can use much shorter version: var e= document.querySelectorAll("input[autocomplete=off]"); for(var i=0; i<e.length; i++) { e[i].setAttribute("autocomplete", "on"); }
Feb
28
answered Keep application on top (even when Show Desktop button is pressed)
Feb
28
answered How to schedule a task to be run in the morning but only once a day?
Feb
27
awarded  Commentator
Feb
27
comment Alternative to Mozilla Prism for Windows
What functionality do you mean exactly? Running XUL apps? Running HTML apps? Adding shortcuts to webpages?
Feb
27
comment Can't start apache on port 80
The error is strange but might be miss leading somehow... Make sure there nothing running on 80. Try netstat -aonp | grep :80 | grep LISTEN.
Feb
26
comment How to schedule a task to be run in the morning but only once a day?
I wouldn't mind if it would happen after restart but I would prefer it would happen once a day. And it need to happen in a sequence - stop Aero at startup (or login) and after 30 minutes start Aero.
Feb
25
awarded  Editor
Feb
25
revised How to schedule a task to be run in the morning but only once a day?
more info.
Feb
25
asked How to schedule a task to be run in the morning but only once a day?
Jul
23
awarded  Constituent
Jul
23
awarded  Caucus
Apr
27
accepted Is it safe to replace a folder with a partition mounted to that folder n Windows 7?
Apr
26
asked Is it safe to replace a folder with a partition mounted to that folder n Windows 7?
Apr
26
accepted HDMI and DVI connected monitors not in dual view on Windows 7 (Intel onboard Gigabyte)
Apr
26
answered HDMI and DVI connected monitors not in dual view on Windows 7 (Intel onboard Gigabyte)
Apr
2
awarded  Tumbleweed
Mar
30
comment How is the 137GB limit counted in Virtual PC (two systems on one disk)?
So if I understood correctly if Disk2hdd creates a disk of 1TB (seen ad 1TB when attaching it on Windows 7) with 80GB partition on then VPC won't recognize it. Right?
Mar
30
accepted How is the 137GB limit counted in Virtual PC (two systems on one disk)?
Mar
29
comment How is the 137GB limit counted in Virtual PC (two systems on one disk)?
VirtualBox doesn't support USB (or at least HASP) last time I've checked, so it's not really a good alternative for me.