Russell Leggett

846
reputation
76 views

Registered User

name Russell Leggett
member for 1 year
seen 3 mins ago
website
location Hoosick Falls, NY
age 27
I'm a web developer working for a start-up company. My primary interests are in javascript, REST, java, the open web, and programming languages in general.
Nov
28
awarded  Good Answer
Nov
12
revised How to dynamically create CSS class in JavaScript and apply?
extended explanation
Nov
12
answered How to dynamically create CSS class in JavaScript and apply?
Oct
20
accepted fink doesn’t list gtkmm2.4
Oct
14
answered How do I convert a float to an int in Javascript?
Oct
2
revised HTML “overlay” which allows clicks to fall through to elements behind it
found a good example
Sep
22
answered Javascript client side login, how to authenticate server side?
Sep
22
comment Javascript client side login, how to authenticate server side?
"right now only the browser knows if user is authenticated" - I'm guessing the browser.
Sep
21
comment Which is the fastest javascript engine, and does it really matter?
Yeah it sort of depends on how you look at the question. "Does it really matter?" could mean, "Is the JavaScript engine ever a bottleneck," or "Does it make a difference in how I write my code right now?" In terms of the bottleneck perspective - absolutely! Maybe not on a page with very little JavaScript, but with a lot, the speed of the JavaScript is directly tied to the speed of the app. In terms of the "how I write my code", probably won't matter until IE has a fast engine or has no market share. (Unless you don't need to target it for some reason.)
Sep
21
answered Which is the fastest javascript engine, and does it really matter?
Sep
21
answered fink doesn’t list gtkmm2.4
Sep
19
asked fink doesn’t list gtkmm2.4
Sep
15
answered I need opacity (transparency) for a img with css ie8
Sep
10
answered Groovy vs Scala [vs JRuby vs Closure vs Jython]
Sep
9
answered How to configure firefox to run emacsclientw on certain links?
Sep
9
revised HTML “overlay” which allows clicks to fall through to elements behind it
moved comment to proper place
Sep
9
comment HTML “overlay” which allows clicks to fall through to elements behind it
This isn't click-jacking, its sort of the opposite. And besides, as long as there are no iframes or cross-domain things going on here, I don't see the problem. I doubt security tools would notice it.
Sep
9
comment HTML “overlay” which allows clicks to fall through to elements behind it
"Taking your scenario, if you had evil intentions, you could hide everything underneath your "overlay". Then, when a user clicks on a link they think should take them to bankofamerica.com, instead it triggers the hidden link which takes them to myevilsite.com." -- That doesn't even make sense. Why would he need to go to the trouble. He could just use js to go there, why would he need to trigger a hidden link?
Sep
9
answered HTML “overlay” which allows clicks to fall through to elements behind it
Sep
7
accepted Fastest way to append HTML content to a div using JavaScript
Sep
7
answered Fastest way to append HTML content to a div using JavaScript
Aug
28
comment How to efficiently count the number of keys/properties of an object in JavaScript?
I don't think that's supported by ie, however, if I type keys into the safari web console I get: function (o) { var a = []; for (k in o) a.push(k); return a; } I would say thats slower than just doing the count. Plus, it doesn't take into account the hasOwnProperty.
Aug
26
awarded  Yearling
Aug
11
revised How can I poll a PHP page using javascript?
clarification
Aug
11
answered How can I poll a PHP page using javascript?
Aug
10
comment How do you do page performance tests?
@Midhat - Tables with computed layout require their entire contents to be laid out and calculated before any portion can be rendered. This is more a matter of perceived performance than actual performance, but it makes a big difference sometimes.
Jul
23
comment How do I create a chat server that is not driven by polling?
stackoverflow.com/questions/337985/…
Jul
22
comment How can I get an int[] out of an Iterator?
You can't have an ArrayList of primitive ints. It has to be Integers.
Jul
20
answered How do you escape parentheses in jquery selector?
Jul
15
accepted Backend .NET developer to Frontend Java developer in 1 month?
Jul
14
answered Backend .NET developer to Frontend Java developer in 1 month?
Jul
3
answered What’s an example of duck typing in Java?
Jun
30
revised Dynamically load insecure content to avoid dialog
added tag
Jun
30
comment Dynamically load insecure content to avoid dialog
I actually completely agree with you, but nevertheless would like to know the answer in case our alternatives do not work out.
Jun
30
asked Dynamically load insecure content to avoid dialog
Jun
29
awarded  Commentator
Jun
29
comment Using Bing as local search
so you're suggesting I do the geocoding on the server because it's limited enough?
Jun
29
revised Using Bing as local search
included language information
Jun
29
asked Using Bing as local search