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.
0
votes
1answer
58 views
What is the applicability of CORS?
I have a system which needs to do cross-origin requests and having trouble understanding the relevance of CORS. At first glance it doesn't appear to provide me with any type of security I'd actually ...
0
votes
0answers
29 views
AngularJS: directives and controllers: resolve, loading, reloading
I have a philosophy question about AngularJS and directives but correct implementation of the next problem solves it. So,
I need an AngularJS directive,
It loads some data via several (not one!) ...
0
votes
1answer
78 views
Should I save a simple list cookie in Javascript or PHP?
I am currently making a simple list tool. You can click a checkbox to mark it as done and if you navigate away from the page/close the browser and reload, it will still be saved. So it's pretty much ...
-6
votes
0answers
26 views
How do you convert your typescript file to javascript in visual studio 2013? [on hold]
What's the easiest way to accomplish this?
There doesn't seem to be any immediate functionality available.
0
votes
1answer
151 views
HTML markup vs programmatic JS
I've been thinking about the consequences of using programmatic JavaScript components versus HTML markup. For example I looked into the Enyo Framework, which has its power in composition. One can ...
-3
votes
0answers
28 views
what courses and resources do you recomend to learn more front end? [on hold]
I took a general 2 year programming program with the main focus being web development. I enjoy it well enough and can usually figure out any problem but I really feel like I enjoy making things look ...
0
votes
3answers
244 views
Finding Node.js developers [on hold]
We're at the beginning stages of a new startup and will most likely be utilising Node.js as it is the most appropriate technology for the job and we like the idea of JS for both server/client.
My ...
0
votes
2answers
115 views
Recommended way to program a secure, real-time website [on hold]
I would like to start a project where many transactions (could be hundreds) will happen in one minute. These transactions have to be shown in real-time into a user panel and also stored into the ...
0
votes
2answers
99 views
“Match Making” script, a way without involving the database and php?
I am writing a matchmaking script for a game through a web portal. For the past few days I have been looking into the different options and I believe the following approach would be the most optimal ...
-3
votes
0answers
40 views
swap operation in java [on hold]
this is short programme for explain the permutation (swap) of elements of matrices called in this example tabu but i don't why they put +=5 why exactly 5 is that because of order of matrice 5
my ...
-4
votes
1answer
37 views
making ajax call synchronous using jquery [on hold]
I have to execute two JavaScript function .Both are doing asynchronous call to node .
methodOne();
methodTwo();
var methodOne = function(){
methodAsync(); // Indirectly calling asynchronous ...
-2
votes
0answers
32 views
Best Web UI framework for a opensource project [on hold]
I would like to know which is the best web UI framework to develop a UI for a opensource project which would be release under apache licence. Few things I m looking for is .
Apache licence.
Right UI ...
-1
votes
3answers
211 views
How to explain to layman the difference between Java and JavaScript [on hold]
We all know those people, who don't differentiate Java from JavaScript. Yet when you try to explain it technically, they don't understand.
Then, how to explain difference between those two languages ...
-1
votes
0answers
37 views
Angular books: ng-book vs. Mastering Web Application Development with AngularJS [on hold]
I'm a very experienced developer, most recently doing a lot of Backbone development. With the rise of Angular, I'm looking to get up to speed with the best practices on the platform, as quickly as ...
-1
votes
0answers
70 views
Is Node.js/Sails suitable for this project? [closed]
The app is a fairly simple portfolio reporting tool that will do the following:
Aggregate stock brokerage data via CSV files and automated broker confirmation emails
Convert data into web-based, ...