Tagged Questions
JavaScript is the original and common name applied towards most flavors of a scripting language that originated on NetScape Navigator. Use this tag for questions regarding common implementations of ECMAScript, JavaScript, JScript, etc. JS does not typically refer to its ECMA-cousin, ActionScript.
-1
votes
6answers
148 views
What is the recommended learning path for PHP and Javascript? [closed]
For a couple of months now I have been wanting to learn Javascript and PHP but the lack of time didn't give me that opportunity. I'm in a position that have enough time to learn only one language and ...
6
votes
3answers
104 views
Advanced JavaScript design patterns [closed]
I'm looking for books, online resources or suggestions about how to structure big projects or build a framework in JavaScript.
I'm not looking for books explaining how inheritance or closures work. ...
5
votes
3answers
120 views
Is Test Driven Development in Javascript helpful for front-end developers?
I really need your advice. I'm reading a few articles about TDD in JavaScript but I'm really struggling to understand how to use it in my daily work. For instance I'm currently working on a page that ...
5
votes
3answers
191 views
Can JavaScript be used as a general scripting language?
I've used JavaScript and some frameworks (jQuery, Prototype, some node.js) for client-side web programming, but never on the desktop, where I do most of my scripting work in either Python or Bash.
...
2
votes
2answers
182 views
How to name a private method in a language which doesn't support privacy?
What's the coding standard for naming a private method in a language which does not have the private modifier? Specifically, I am talking about Javascript. Below I've placed an underscore at the end ...
1
vote
1answer
42 views
How can I simulate clicks for a mobile browser?
I am creating a web app. I was testing it on a mobile browser and noticed that :active pseudo class doesn't really work. How should I simulate clicks for a mobile browser? I'm specifically interested ...
0
votes
2answers
60 views
HTML 5 Double-Helix/DNA
What would be the most cross browser friendly (IE9, Chrome, FF, Safari, Opera) way to code an animated, interactive double-helix?
HTML 5/JavaScript is fine. Flash or Java is not.
I am unsure if ...
0
votes
1answer
70 views
Interactive training site for Javascript complete with code challenges [closed]
A few months ago I discovered a cool site called Rails for Zombies. This is a great site that allows us to write code and see the results. It takes us through the paces to get us up to speed with ...
-2
votes
3answers
117 views
Is there any point in writing JavaScript plugins in any other framework besides jQuery? [closed]
I looked on Alexa today to see comparative site rankings between known JavaScript frameworks. Its not even close. Its not even on the same plain of existence. jQuery has so clearly crushed everything ...
-3
votes
1answer
43 views
Advice on learning node.js [closed]
please advice, how do you think I should start node programming with JavaScript or CoffeeScript and why?
1
vote
2answers
151 views
Are super methods in JavaScript limited to functional inheritance, as per Crockford's book?
In Douglas Crockford's "JavaScript: The Good Parts", he walks through three types of inheritance: classical, prototypal, and functional. In the part on functional inheritance he writes:
"The ...
-1
votes
0answers
9 views
Multiple dropdown select with jquery and mysql [migrated]
I'm building a search function in PHP and jQuery. I have 3 dropdowns that are loaded from a MySQLdatabase. When a user selects 1 of the dropdowns it has to affect the other dropdown values.
I made ...
-2
votes
1answer
110 views
Is there a open source solution for pushing realtime notifications to the browsers? [closed]
Is there a ready-made solution that would require no or little code to be written to be able to push realtime notifications to my web application (in javascript) and also maintain history of the ...
1
vote
4answers
130 views
Easiest way to create static HTML file with sortable and filterable table?
I want to create a static HTML file I can email to someone with a lot of data, and have that data sortable and filterable. What is the easiest to use library or package I can use to get this off the ...
3
votes
4answers
276 views
What to call pure JavaScript standalone (web)apps for which I've not written any server side code?
I've been writing a few tools as standalone webapps for which I have written no server side code and it strikes me that I'm not sure what people call such things.
I like them because they can be ...