Web Process
Low-level Data
Data Rendering
Data Organization
Data Manipulation
100
Used to describe "here is my understanding of the end state."
What is a use case?
100
Internet standard for representation of text.
What is unicode?
100
A means for describing the separation of content from presentation and/or structure.
What is a markup?
100
XML that is syntactically correct and semantically consistent.
What is well formed and validated.
100
Django mechanism for dispatching modules.
What is URLconf?
200
A state machine-like description of context and transition among contexts.
What is a behavioral model?
200
Family of status codes indicating client error during client-server communication.
What is 4xx?
200
XML with web semantics.
What is XHTML?
200
Open standard for text-based data that is projected never to change.
What is JSON?
200
Manipulates the DOM in situ.
What is AJAX?
300
A lifecycle common to web development.
What is iterative?
300
HTTP verb which triggers a server script.
What is PUT?
300
Describes the look and feel of a collection of web pages.
What is CSS?
300
A platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document.
What is the DOM?
300
Ajax object used to exchange data.
What is XMLHttpRequest?
400
Software designed to ease development of dynamic web sites through database mapping, URL control, page patterns, caching, authentication, etc.
What is a web application framework?
400
Standardized fashion for identifying an Internet resource by name or location.
What is a URI?
400
Conceptual rectangular structure used to render HTML and XHTML elements.
What is the box model?
400
XML relational database mechanism.
What is XQuery?
400
Text file which mingles markup; content; and Django variables, filters, and tags.
What is a template?
500
Building the product to meet user needs versus building a product correctly.
What is validation vs verification?
500
UTF encoding indicated by prepending a Byte Order Mark of U+FEFF before the first character of a text file.
What is UTF-16 big endian?
500
Mandatory parts of an XHTML document.
What is DOCTYPE, <head>, <body>?
500
An XML source-tree to result-tree mapping.
What is XSLT?
500
Specific architectural pattern used by Django to isolate domain logic from input and presentation.
What is MTV?