Tagged Questions
-1
votes
0answers
17 views
Internet Explorer 9 Malfunction - Javascript not Working
We are having the WEIRDEST of issues in the office today. About a week ago I created a new computer image of a brand new Windows 7 core i3 desktop PC that we were planning to deploy onto 13 other ...
0
votes
0answers
25 views
Call java method from javascript [migrated]
I have a web jsp web application. In one page I need two dropdownlist. When I will select a value from dd1 then second dropdown will be fill according this value. How I can call java function from ...
-1
votes
1answer
117 views
Check a list of passwords strength [closed]
Is there any way to check a list of passwords whether they strong or not?
I have a list of passwords, around 2000, and want to check them against this policy
Password must contain a minimum of ...
0
votes
0answers
161 views
How can I improve or wrap my sed-script?
I instrumented a mvn build to emit profiling data, which I want to analyse later on. Therefore, I made the sed script below, to generate json-data from the profilers output. I call the script with
...
1
vote
2answers
148 views
Recorder PC Username Logon/Logoff
I need an application/script or some way to record when a user logs onto their PC, when they logoff and the users name. I would like to have it save to a .csv or a data file that I can pull together ...
0
votes
1answer
125 views
Stop Firefox requesting JavaScript files squentially
I am using Firefox 3.6.12, when I inspect the site I am working on with Firebug, all the Java script files are requested/loaded in sequence, meaning the page takes a long time to load.
When my ...
0
votes
0answers
238 views
dynamic update the color using combo box [closed]
i want to dynamically update the color selection in a combo box using JavaScript. when the page reload, previous state of colors can be maintain in a java app.
this code make a combo box and call the ...
1
vote
1answer
3k views
QuickJava for Google Chrome?
Is there something similar like QuickJava (Firefox Addon) for the Google Chrome?
