• 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/70

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;

70 Cards in this Set

  • Front
  • Back
MIME
document formats originally defined for e-mail
<body>
defines a table header cell
get
default method of data transfer from an XHTML form
<!-- -->
allows comments to be included
<th>
defines a table header cell
<br />
causes a line break (newline)
<head>
contains the title and other document information
style class
defines a named style for use with a tag
http
protocol used for web communications
<li>
defines a list item
&amp
an entity
<ul>
defines an unordered list
<tr>
defines a table row
<hr />
inserts a horizontal line
<a>
defines a hypertext link
px
refers to dimensions in pixels
<select>
defines a drop down list
<html>
delimits an XHTML document
Mosaic
the first web browser
generic font
serif
/xyz/
string matching pattern
wrapper objects
Number, String, Boolean
DOM
Document Object Model
===, !==
requires exact comparisons (no coercion)
primitives
number, string, boolean, undefined, null
==, !=
relational operators
events
onclick, onload
<script>
defines Javascript code in XHTML
Javascript comments
//, /* ... */
registration
event handler
parameters
usually pass-by-value
[xyz]
string matching class
unbound
an unassigned variable in php
SGML
HTML was a simplified version of this markup language
XML
XHTML was defined in this markup language
XMLSchema
the schema of schemas
closure
an XHR inline function definition
implode()
a PHP array function
.xsl
a template-driven stylesheet for an XML document
element
a tag in an XML schema
Dojo
a free JavasScript library of modules
.xsd
a definition file for an XML schema
SAX
even model of XML document processing
namespace
a named collection of element and attribute names used in XML documents
callbacks
a sequence of notices from a server
DOM
hierarchical model of XML document processing
RPC
remote procedure call
tag set
a markup language created with XML
session
the time within which a browser interacts with a server
nested tag
often used in place of attributes in XML
record
a row in a relational database table
key
uniquely identifies a record in a table
join
selects data from multiple tables
DRY
Rails principle: do not repeat yourself
Ruby array methods
shift, unshift, push, pop
hash
an associative array
mutator method
modifies string inplace
Select
specifies a query in SQL
Ruby set ops
&, -, |
asterisk parameter
a reference to an array as a parameter
:name
a Ruby symbol
field
column in a relational database table
initialize
a Ruby class constructor
NOT NULL
a required data field in a record
@name
a Ruby instance variable
Ruby boolean ops
&&, or, !
getter
a Ruby class method to return instance variable values
SQL
a standard language used to create, query, and modify relational databases
mixins
Ruby methods included from a module
erb
an embedded Ruby file