Extending HTML Flashcards

1
Q

Server-Side Language

A

Programming language with code executed by the Web server. Contained in files called applications. Used to detect browser type, connect to a database, and create/identify cookies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Client-Side Language

A

Programming language that runs on your computer after Web page is downloaded. Used for pop-up windows, appearance of text/images.
Issue - some browsers don’t support or have disabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DOM

A

Document Object Model

W3C standard that describes elements / objects within a document rendered by a web browser.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

!

A

Shebang

Used in Perl applications to point to the location of the Perl interpreter.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Object-based Language

A

Scripting language that does not support inheritance. Allows you to obtain values from and write to a document, determine type of browser, store a series of values in a single variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DHTML

A

Dynamic HTML

Describes HTML’s ability to work with other tech to provide animation, interactivity, and dynamic updating in Webpages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

API

A

Application Programming Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Canvas

A

HTML API that provides a place to display graphics, animation, video, and games w/o need for a plug-in.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Offline Web Applications

A

Allow users to interact with Websites when offline. Data stored locally in application cache.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Geolocation

A

HTML API that defines an advanced interface for location information associated with device hosting the application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Drag-and-Drop

A

Webpage functionality that allows a user to move an item from one place on the page to another (drop zone)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Web Application Framework

A

Software framework for developers to create and manage dynamic Websites, Web applications, and Web services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

RAD

A

Rapid Application Development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DRY

A

Don’t Repeat Yourself

How well did you know this?
1
Not at all
2
3
4
5
Perfectly