developer.mozilla.org

Website:http://developer.mozilla.org
Upvotes received5
Downvotes received5
Karma:1 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (362)

1

1 Thumbs up   0 Thumbs down

doctype


<!DOCTYPE> informs the browser which version of HTML (or XML) you used to write the document. Doctype is a declaration, not a tag; you can also refer to it as "document type declaration&quo [..]
Source: developer.mozilla.org

2

1 Thumbs up   0 Thumbs down

encryption


In cryptography, encryption is the conversion of cleartext into a coded text or ciphertext. A ciphertext is intended to be unreadable by unauthorized readers. Encryption is a cryptographic primitive: [..]
Source: developer.mozilla.org

3

1 Thumbs up   0 Thumbs down

ftu


You can use FTU to set many important options (e.g. timezone, WiFi details, default language, importing contacts), or take the "Phone Tour" to find out more about your device. Document Tags [..]
Source: developer.mozilla.org

4

1 Thumbs up   1 Thumbs down

ota


Over The Air (OTA) refers to automatic updating of software on connected devices from a central server. All device owners receiving a given set of updates are on the same "channel", and each [..]
Source: developer.mozilla.org

5

1 Thumbs up   1 Thumbs down

sql injection


SQL injection takes advantage of Web apps that fail to validate user input. Hackers can maliciously pass SQL commands through the Web app for execution by a backend database. SQL injection can gain un [..]
Source: developer.mozilla.org

6

0 Thumbs up   0 Thumbs down

abstraction


Abstraction in computer programming is a way to reduce complexity and allow efficient design and implementation in complex software systems. It hides the technical complexity of systems behind simpler [..]
Source: developer.mozilla.org

7

0 Thumbs up   0 Thumbs down

accessibility


Web Accessibility (A11Y) refers to best practices for keeping a website usable despite physical and technical restrictions. Web accessibility is formally defined and discussed at the W3C through the W [..]
Source: developer.mozilla.org

8

0 Thumbs up   0 Thumbs down

adobe flash


© 2005-2016 Mozilla Developer Network and individual contributors. Content is available under these licenses.
Source: developer.mozilla.org

9

0 Thumbs up   0 Thumbs down

ajax


AJAX (Asynchronous JavaScript And XML) is a programming practice of combining HTML, CSS, JavaScript, the DOM, and the XMLHttpRequest object to build more complex webpages.  What AJAX allows you to do [..]
Source: developer.mozilla.org

10

0 Thumbs up   0 Thumbs down

algorithm


An algorithm is a self-contained series of instructions that perform a function. Document Tags and Contributors Tags:  CodingScripting Glossary  Contributors to this page: marumari, klez, kscarfone  L [..]
Source: developer.mozilla.org


To view all 362 definitions, please sign in.