Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
73 views

what is “strict mode” and how is it used?

I've been looking over JavaScript reference over at Mozilla Developer Network, and I came across something called "strict mode". I read it over and I'm having trouble understanding what it does. Can ...
3
votes
1answer
72 views

StrictMode prior 2.3

I was googleing the enableing StrictMode prior 2.3 but I couldn't find anything useful. All I found was that StrictMode is introduced in 2.3 and you can use reflection to check if there is strict mode ...
2
votes
1answer
61 views

Defining “eval” as a formal parameter of a Function constructor invocation. Shouldn't that throw a syntax error in strict mode code?

The specification states: It is a SyntaxError to use within strict mode code the identifiers eval or arguments as the Identifier of a FunctionDeclaration or FunctionExpression or as a formal ...
2
votes
4answers
65 views

Determine MySql mode from PHP

Is there any way to find if mysql server is in strict mode or not from PHP? I need to find out this at runtime(in installation script), so I can inform user if his system satisfy script requirements.
1
vote
2answers
107 views

Must we pay attention to JavaScript “strict mode”?

Reading about ECMAScript 5's strict mode I learn that: Certain language functions are so pervasive that performing runtime checks has considerable performance cost. A few strict mode tweaks, ...
0
votes
2answers
63 views

Weird IE6/IE layout bug

I've had quite a few problems with IE6 and our website. http://www.sweetlets.com/w/solutions/click-stream/features/ At the very top the teaser boxes have scrollbars in IE6, but not IE7, IE8, FF or ...
0
votes
0answers
282 views

IE strict mode flicker on activex controls

I have a web page containing (amongst other things) several activex controls embedded in it. It's only ever rendered in IE, and it's in strict mode. If I highlight any text in the page (or rollover ...