JavaScript
?:
In computer programming, ?: is a ternary operator that is part of the syntax for a basic conditional expression in several programming languages.
In computer programming, ?: is a ternary operator that is part of the syntax for a basic conditional expression in several programming languages.
accDC
AccDC is a cross-browser JavaScript API that automates performance enhanced dynamic content rendering processes that are automatically accessible to Assistive Technology users.
AccDC is a cross-browser JavaScript API that automates performance enhanced dynamic content rendering processes that are automatically accessible to Assistive Technology users.
AJAJ
Ajax (pronounced ; shorthand for asynchronous JavaScript and XML) is a group of interrelated web development methods used on the client-side to create interactive web applications.
Ajax (pronounced ; shorthand for asynchronous JavaScript and XML) is a group of interrelated web development methods used on the client-side to create interactive web applications.
Ajax (programming)
Ajax (also AJAX; pronounced ; an acronym for Asynchronous JavaScript and XML) is a group of interrelated web development methods used on the client-side to create asynchronous web ap...
Ajax (also AJAX; pronounced ; an acronym for Asynchronous JavaScript and XML) is a group of interrelated web development methods used on the client-side to create asynchronous web ap...
AJAX.OOP
AJAX.OOP is an open source JavaScript framework distributed under MIT License.
AJAX.OOP is an open source JavaScript framework distributed under MIT License.
Appcelerator Titanium
Appcelerator Titanium is a platform for developing mobile, tablet and desktop applications using web technologies.
Appcelerator Titanium is a platform for developing mobile, tablet and desktop applications using web technologies.
AppengineJS
AppengineJS is a framework for creating web applications using JavaScript and deploy to Google's scalable infrastructure.
AppengineJS is a framework for creating web applications using JavaScript and deploy to Google's scalable infrastructure.
Bookmarklet
A bookmarklet is Unobtrusive JavaScript stored as the URL of a bookmark in a web browser or as a hyperlink on a web page.
A bookmarklet is Unobtrusive JavaScript stored as the URL of a bookmark in a web browser or as a hyperlink on a web page.
Brendan Eich
Brendan Eich (born 1961) is a computer programmer and creator of the JavaScript scripting language.
Brendan Eich (born 1961) is a computer programmer and creator of the JavaScript scripting language.
Bryan Garaventa
Bryan Garaventa is a web developer and entrepreneur who is fully blind.
Bryan Garaventa is a web developer and entrepreneur who is fully blind.
Client-side JavaScript
Client-side JavaScript (CSJS) is JavaScript that runs on the client-side.
Client-side JavaScript (CSJS) is JavaScript that runs on the client-side.
CommonJS
CommonJS is a project with the goal of specifying an ecosystem for JavaScript outside the browser (for example, on the server or for native desktop applications).
CommonJS is a project with the goal of specifying an ecosystem for JavaScript outside the browser (for example, on the server or for native desktop applications).
Douglas Crockford
Douglas Crockford is an American computer programmer and entrepreneur, best known for his ongoing involvement in the development of the JavaScript language, and for having popularized the data f...
Douglas Crockford is an American computer programmer and entrepreneur, best known for his ongoing involvement in the development of the JavaScript language, and for having popularized the data f...
DWR (Java)
DWR, or Direct Web Remoting, is a Java open source library that helps developers write web sites that include Ajax technology.
DWR, or Direct Web Remoting, is a Java open source library that helps developers write web sites that include Ajax technology.
EMVC
e|MVC is a JavaScript-based open source Model–View–Controller (MVC) framework, which includes an extensive JavaScript object library and a collection of widgets in the free download.
e|MVC is a JavaScript-based open source Model–View–Controller (MVC) framework, which includes an extensive JavaScript object library and a collection of widgets in the free download.
getElementById
getElementById is a method of the Document object in the Document Object Model.
getElementById is a method of the Document object in the Document Object Model.
GetElementsByClassName
Specifically, it returns a reference to all the objects that have same value in class attribute on the page.
Specifically, it returns a reference to all the objects that have same value in class attribute on the page.
Google Apps Script
Google Apps Script is a cloud based scripting language for light-weight application development in the Google Apps platform.
Google Apps Script is a cloud based scripting language for light-weight application development in the Google Apps platform.
JavaScript
JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions.
JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions.
JavaScript engine
A JavaScript engine is specialized computer software which interprets and executes JavaScript (or ECMAScript).
A JavaScript engine is specialized computer software which interprets and executes JavaScript (or ECMAScript).
JavaScript library
A JavaScript library is a library of pre-written JavaScript which allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.
A JavaScript library is a library of pre-written JavaScript which allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.
JavaScript Style Sheets
JavaScript Style Sheets (JSSS) was a stylesheet language technology proposed by Netscape Communications Corporation in 1996 to provide facilities for defining the presentation of webpages.
JavaScript Style Sheets (JSSS) was a stylesheet language technology proposed by Netscape Communications Corporation in 1996 to provide facilities for defining the presentation of webpages.
JavaScript syntax
The syntax of JavaScript is the set of rules that define a correctly structured JavaScript program.
The syntax of JavaScript is the set of rules that define a correctly structured JavaScript program.
JavaScriptMVC
JavaScriptMVC is an open-source Rich Internet Application framework based on jQuery and OpenAjax.
JavaScriptMVC is an open-source Rich Internet Application framework based on jQuery and OpenAjax.
John Resig
John Resig is a JavaScript tool developer for the Mozilla Corporation and the creator and lead developer of the jQuery JavaScript library.
John Resig is a JavaScript tool developer for the Mozilla Corporation and the creator and lead developer of the jQuery JavaScript library.
JS/UIX
JS/UIX is a Unix clone by mass:werk that runs in a Web browser and is written entirely in Javascript.
JS/UIX is a Unix clone by mass:werk that runs in a Web browser and is written entirely in Javascript.
JSAN
JSAN, also known as the JavaScript Archive Network, is an on-line collaborative resource to develop Open Source libraries and software for JavaScript.
JSAN, also known as the JavaScript Archive Network, is an on-line collaborative resource to develop Open Source libraries and software for JavaScript.
Jscrambler
JScrambler is an online JavaScript obfuscator and compressor launched in 2010 by Auditmark, a startup based on a portuguese business incubator known as UPTEC. Features like code integrity check,...
JScrambler is an online JavaScript obfuscator and compressor launched in 2010 by Auditmark, a startup based on a portuguese business incubator known as UPTEC. Features like code integrity check,...
JScript
JScript is a scripting language based on the ECMAScript standard that is used in Microsoft's Internet Explorer.
JScript is a scripting language based on the ECMAScript standard that is used in Microsoft's Internet Explorer.
JSDoc
JSDoc is a syntax for adding inline API documentation to JavaScript source code.
JSDoc is a syntax for adding inline API documentation to JavaScript source code.
JSGI
JSGI is an interface between web servers and JavaScript-based web applications and frameworks.
JSGI is an interface between web servers and JavaScript-based web applications and frameworks.
JSLint
JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.
JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules.
JsonML
JsonML, the JSON Markup Language is a lightweight markup language used to map between XML (Extensible Markup Language) and JSON (JavaScript Object Notation).
JsonML, the JSON Markup Language is a lightweight markup language used to map between XML (Extensible Markup Language) and JSON (JavaScript Object Notation).
JSONP
JSONP or "JSON with padding" is a complement to the base Javascript Object Notation JSON data format, a pattern of usage allowing a page to request data from a server in a different domain.
JSONP or "JSON with padding" is a complement to the base Javascript Object Notation JSON data format, a pattern of usage allowing a page to request data from a server in a different domain.
JSSP
JSSP, or JavaScript Server Pages, is an open source project that implements Javascript directly on a web server, as source code embedded in HTML and parsed without being sent to the user, ...
JSSP, or JavaScript Server Pages, is an open source project that implements Javascript directly on a web server, as source code embedded in HTML and parsed without being sent to the user, ...
Lightbox (JavaScript)
Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs.
Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs.
Lively Kernel
The Lively Kernel is an open source web programming environment formerly developed at Sun Microsystems Laboratories.
The Lively Kernel is an open source web programming environment formerly developed at Sun Microsystems Laboratories.
Medireview
Medireview was an erroneous correction of the word medieval in Yahoo! Mail in 2001.
Medireview was an erroneous correction of the word medieval in Yahoo! Mail in 2001.
Minification (programming)
Minification (also minimisation or minimization), in computer programming languages and especially JavaScript, is the process of removing all unnecessary characters from source code,...
Minification (also minimisation or minimization), in computer programming languages and especially JavaScript, is the process of removing all unnecessary characters from source code,...
Motion Tracking using Java
Motion Tracking using Java Motion tracking is the process of locating a moving object in time.
Motion Tracking using Java Motion tracking is the process of locating a moving object in time.
Mozilla Raindrop
Raindrop is a messaging application building on Apache's CouchDB which is used through a web interface.
Raindrop is a messaging application building on Apache's CouchDB which is used through a web interface.
Node Package Manager
Node Packet Manager is a package manager for Node.js that is run through the command line and manages dependencies for an application.
Node Packet Manager is a package manager for Node.js that is run through the command line and manages dependencies for an application.
Objective-J
Objective-J is a programming language developed as part of the Cappuccino web development framework.
Objective-J is a programming language developed as part of the Cappuccino web development framework.
OSGi Specification Implementations
The OSGi framework is a standardized module system and service platform for the Java programming language.
The OSGi framework is a standardized module system and service platform for the Java programming language.
Reverse Ajax
Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser.
Reverse Ajax refers to an Ajax design pattern that uses long-lived HTTP connections to enable low-latency communication between a web server and a browser.
Rico (Ajax)
Rico is an open source JavaScript library for developing rich Internet applications (RIAs) that use Ajax.
Rico is an open source JavaScript library for developing rich Internet applications (RIAs) that use Ajax.
Samy (computer worm)
Samy was an XSS worm developed to propagate across the MySpace social-networking site.
Samy was an XSS worm developed to propagate across the MySpace social-networking site.
Samy (XSS)
Samy was an XSS Worm developed to propagate across the MySpace social-networking site.
Samy was an XSS Worm developed to propagate across the MySpace social-networking site.
Seed (programming)
Seed is a JavaScript interpreter and a library of the GNOME project to create standalone applications in JavaScript.
Seed is a JavaScript interpreter and a library of the GNOME project to create standalone applications in JavaScript.
Server-side JavaScript
Server-side JavaScript (SSJS) refers to JavaScript that runs on the server-side.
Server-side JavaScript (SSJS) refers to JavaScript that runs on the server-side.
Unobtrusive JavaScript
"Unobtrusive JavaScript" is a general approach to the use of JavaScript in web pages.
"Unobtrusive JavaScript" is a general approach to the use of JavaScript in web pages.
Wakanda (software)
Wakanda is an open-source platform for developing business web applications developed by 4D, Inc. It has a unified stack running on JavaScript from end-to-end.
Wakanda is an open-source platform for developing business web applications developed by 4D, Inc. It has a unified stack running on JavaScript from end-to-end.
WebStorm
JetBrains WebStorm is a commercial IDE for JavaScript,CSS & HTML built on JetBrains' IntelliJ IDEA platform.
JetBrains WebStorm is a commercial IDE for JavaScript,CSS & HTML built on JetBrains' IntelliJ IDEA platform.
XMLHttpRequest
XMLHttpRequest (XHR) is an API available in web browser scripting languages such as JavaScript.
XMLHttpRequest (XHR) is an API available in web browser scripting languages such as JavaScript.
Settings