• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/45

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

45 Cards in this Set

  • Front
  • Back
One of the core protocols of the Internet protocol suite. Guarantees reliable and in-order delivery of data from sender to receiver.
TCP (Transmission Control Protocol)
Standards organization for the World Wide Web.
W3C (World Wide Web Consortium)
Used to identify name or resource on the WWW.
URL (Uniform Resource Locator)
From submission method where the form data is encoded in the URL.
GET Method
Form submission method where the form data appears within the message body.
POST Method
Returned by the web server to the client software to determine the outcome of a request.
HTTP Status Codes
Each page request is discrete - i.e. processed without any knowledge of previous pages requested
Stateless
Parcels of text sent by a server to a web browser and then sent back unchanged by the browser each time it accesses that server. Used to keep state on WWW.
Cookies
HTTP interaction over an encrypted Secure Sockets Layer (SSL) or Transport Layer Security (TLS) transport mechanism.
https
HTTP success status codes
2xx status code
HTTP client error status codes
4xx status code
HTTP server error status codes
5xx status code
Web server function that points old URL to new one
redirect
Document that obeys syntax of XML.
Well-formed
XML document that is well formed and conforms to all the constraints imposed by a DTD.
Valid
The main building blocks of both XML and HTML documents.
Elements
Provide extra information about elements in XML documents.
Attributes
Variables used to define common text in XML documents.
Entities
The attribute value must be included in the element
#REQUIRED
The attribute does not have to be included
#IMPLIED
The attribute value is fixed
#FIXED value
Declaring Minimum One Occurrence of an Element.
+ quantifier
Declaring Zero or More Occurrences of an Element.
* quantifier
Declaring Zero or One Occurrences of an Element.
? quantifier
Provide a simple method for qualifying element and attribute names used in XML documents
Namespaces
Name subject to namespace interpretation
Qualified name
This element defines a simple type and specifies the constraints and information about the values of attributes or text-only elements.
simpleType Element
XML element that contains other elements and/or attributes.
complexType Element
Language for finding information in an XML document
XPATH
stylesheet language for XML
XSL
This element specifies that the child elements must appear in a sequence.
sequence
XSL style sheet consists of one or more set of rules that are called...
templates
Language that figures out what type of data you have and makes the necessary adjustments so that you don't have to redefine your different types of data.
weakly typed language
Code in HTML document.
script
HTML tag that defines a script
script tag
Visibility of variables.
Variable Scope
Special block of statements called when an object is declared.
constructor
Set of symbols used to search for occurrences of text or to search and replace text.
regular expression
Parts of DOM tree.
Nodes
Defines the communication boundary between two entities, such as a piece of software.
interface
A platform- and language-neutral interface that allows programs and scripts to dynamically access and update the content and structure of documents
W3C Core DOM
A platform- and language-neutral interface that allows programs and scripts to dynamically access and update the content and structure of HTML 4.01 and XHTML 1.0 documents
W3C HTML DOM
DOM interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented
NodeList
String of text in DOM
Text node
Node object in an XML document that can contain other elements and can have attributes.
Element Node