Find link

JavaScript not in Felgo

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: JavaScript OSA (view), JavaScript Style Sheets (view), JavaScript library (view), JavaScript stack (view), JavaScript syntax (view), JavaScript templating (view), Prototype JavaScript Framework (view), Comparison of JavaScript-based web frameworks (view), V8 (JavaScript engine) (view), Rhino (JavaScript engine) (view), Index of JavaScript-related articles (view), List of JavaScript engines (view), List of JavaScript libraries (view), Chakra (JavaScript engine) (view), List of server-side JavaScript implementations (view), Nashorn (JavaScript engine) (view), Comparison of JavaScript-based source code editors (view), Mocha (JavaScript framework) (view), Sputnik (JavaScript conformance test) (view), Unobtrusive JavaScript (view), Raphaël (JavaScript library) (view), Lightbox (JavaScript) (view), Redux (JavaScript library) (view)

searching for JavaScript 37 found (4533 total)

alternate case: javaScript

For Dummies (978 words) [view diff] no match in snippet view article find links to article

For Dummies is an extensive series of instructional reference books that strive to present non-intimidating guides for readers new to the various topics
Web beacon (1,490 words) [view diff] exact match in snippet view article find links to article
also be used for email tracking. When implemented using JavaScript, they may be called JavaScript tags. Web beacons are unseen HTML elements that track
Jmol (863 words) [view diff] exact match in snippet view article find links to article
[mol]ecules, and also the mol file format. JSmol is an implementation in JavaScript of the functionality of Jmol. It can hence be embedded in web pages to
Uniform Resource Identifier (4,555 words) [view diff] no match in snippet view article find links to article
A Uniform Resource Identifier (URI), formerly Universal Resource Identifier, is a unique sequence of characters that identifies an abstract or physical
KDE Platform 4 (482 words) [view diff] no match in snippet view article find links to article
KDE Platform 4 was a collection of libraries and software frameworks by KDE that served as technological foundation for KDE Software Compilation 4 distributed
Escape character (1,677 words) [view diff] exact match in snippet view article find links to article
control characters. For example, line break has an escape sequence of \n. JavaScript uses the \ (backslash) as an escape character for: \' single quote \"
Online integrated development environment (236 words) [view diff] no match in snippet view article find links to article
An online integrated development environment, also known as a web IDE or cloud IDE, is an integrated development environment that can be accessed from
AppleScript Editor (224 words) [view diff] case mismatch in snippet view article find links to article
AppleScript Editor from 2009 to 2014) is a code editor for the AppleScript and Javascript for Automation scripting languages, included in classic Mac OS and macOS
List of web analytics software (175 words) [view diff] exact match in snippet view article find links to article
MariaDB, MySQL JavaScript or PHP pagetag 1.7.8  2023-01-07; 2 years ago GNU GPL Plausible Analytics Elixir PostgreSQL, ClickHouse JavaScript 2.1.5 2025-02-03
Web service (2,246 words) [view diff] exact match in snippet view article find links to article
Asynchronous JavaScript and XML (AJAX) is a dominant technology for Web services. Developing from the combination of HTTP servers, JavaScript clients and
Attribute (computing) (1,090 words) [view diff] no match in snippet view article
In computing, an attribute is a specification that defines a property of an object, element, or file. It may also refer to or set the specific value for
Graphical user interface builder (398 words) [view diff] no match in snippet view article find links to article
A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the
Iterator pattern (817 words) [view diff] no match in snippet view article find links to article
In object-oriented programming, the iterator pattern is a design pattern in which an iterator is used to traverse a container and access the container's
List of browser games (126 words) [view diff] exact match in snippet view article find links to article
Colliders 2017 Fighting Unity Candy Box! aniwey 2013 Incremental game JavaScript Castle of Heroes Snail Game 2009 Real-time strategy Flash Chronotron Scarybug
JSON-RPC (962 words) [view diff] exact match in snippet view article find links to article
JSON-RPC (JavaScript Object Notation-Remote Procedure Call) is a JSON-based wire protocol for remote procedure calls (RPC). It is similar to the XML-RPC
Live Clipboard (548 words) [view diff] case mismatch in snippet view article find links to article
for displaying the Live Clipboard icon Javascript objects representing the Live Clipboard object model Javascript that handles serialization and de-serialization
Generator (computer programming) (3,218 words) [view diff] no match in snippet view article
In computer science, a generator is a routine that can be used to control the iteration behaviour of a loop. All generators are also iterators. A generator
Pop-up notification (527 words) [view diff] exact match in snippet view article find links to article
also includes Notification Center as of iOS 5. Browsers that support JavaScript typically implement the Notification API. This API asks for user confirmation
American Automobile Association (8,057 words) [view diff] case mismatch in snippet view article find links to article
May 7, 2024. "(disable javascript)". Archived from the original on March 20, 2017. Retrieved March 19, 2017. "(disable javascript)". Archived from the original
TinyMCE (1,836 words) [view diff] exact match in snippet view article find links to article
elements, into editor instances. TinyMCE is designed to integrate with JavaScript libraries such as React, Vue.js, Angular and StencilJS as well as content
Habitica (957 words) [view diff] exact match in snippet view article find links to article
Public License 3.0 (code); Creative Commons Attribution / Non-Commercial / Share-Alike 3.0 (assets and content designed for Habitica) Written in JavaScript
Server-sent events (368 words) [view diff] exact match in snippet view article find links to article
client and designed to enhance native, cross-browser streaming through a JavaScript API called EventSource, through which a client requests a particular URL
Specification pattern (1,802 words) [view diff] exact match in snippet view article find links to article
Swift by Simon Strandgaard The Specification Pattern in TypeScript and JavaScript by Thiago Delgado Pinto specification pattern in flash actionscript 3
Base64 (3,740 words) [view diff] exact match in snippet view article find links to article
name is encoded from user data.[citation needed] The atob() and btoa() JavaScript methods, defined in the HTML5 draft specification, provide Base64 encoding
David Vignoni (229 words) [view diff] exact match in snippet view article find links to article
has been used in many projects, including script.aculo.us and Prototype JavaScript Framework. He has designed icons for several web sites, including openSUSE
Fisher–Yates shuffle (5,223 words) [view diff] exact match in snippet view article find links to article
numbers[j] = numbers[j], numbers[i] return numbers This example shows a simple JavaScript implementation of the Fisher–Yates shuffle. function shuffleArray(array)
Molecule editor (305 words) [view diff] no match in snippet view article find links to article
A notable molecule editor is a computer program for creating and modifying representations of chemical structures. Molecule editors can manipulate chemical
Peter MacDonald (computer programmer) (571 words) [view diff] exact match in snippet view article
suite of Tcl utilities. Current projects include Jsish, an embeddable JavaScript interpreter with builtin type-checking. Peter Charles MacDonald was born
Type inference (3,676 words) [view diff] no match in snippet view article find links to article
Type inference, sometimes called type reconstruction,: 320  refers to the automatic detection of the type of an expression in a formal language. These
Command pattern (2,418 words) [view diff] no match in snippet view article find links to article
In object-oriented programming, the command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to
Web IDL (435 words) [view diff] exact match in snippet view article find links to article
interfaces defined using OMG IDL were not able to specify behavior for JavaScript precisely, leading to issues with interoperability. WebIDL improved on
IRC bot (479 words) [view diff] exact match in snippet view article find links to article
and JavaScript 2013-09-13 (1.0.0) 2021-01-04 (3.1.1) Multiple servers, rules filtering, templates system, cross-platform, extensible with Javascript and
Live Connect (441 words) [view diff] exact match in snippet view article find links to article
drop web controls into the web applications with just a few lines of JavaScript and be up and running in a matter of minutes, and they can dive a little
DocumentCloud (800 words) [view diff] no match in snippet view article find links to article
DocumentCloud is an open-source software as a service platform that allows users to upload, analyze, annotate, collaborate on and publish primary source
List of charting software (353 words) [view diff] exact match in snippet view article find links to article
4 Charts – HTML5/SVG/Canvas, GPL or Commercial license FusionCharts - JavaScript/HTML5. Commercial license Google Charts - HTML5/SVG/VML, free jqxChart
Poppler (software) (767 words) [view diff] exact match in snippet view article
Poppler partially supports annotations and Acroforms. It does not support JavaScript nor the rendering of full XFA forms. poppler-utils is a collection of
Memento pattern (1,317 words) [view diff] no match in snippet view article find links to article
The memento pattern is a software design pattern that exposes the private internal state of an object. One example of how this can be used is to restore