Components of a Web Site Flashcards

1
Q

PHP

A

Hypertext prepocessor

Open source server side scripting language

embedded within the page as HTML, code processed in the server and replaced by HTML

popularity enhanced by MySQL (free database) and Apache, most widely used web server

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

HTML

Contains_____ which are used to ____

A

Hypertext Markup Language

the standard markup language

contaings tags used to identify elements of a document and provide structure

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

When was HTML first drafted?

A

early to mid 1990s

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

HTML 2.0 release:

What was its significance?

A

released in 1995

first release of the language as a standard

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

Which HTML release stabilized the language according to web standards?

A

4.0

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

WHATWG

What did this emerge from?

A

Web Hypertext Application Technology Working Group

group of developers that were unhappy with the development of XHTML 2.0, efforts led to HTML%

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

CSS

A

Cascading Style Sheets- Controls the presentation of HTML documents

collection of formatting rules, usually in an external file, that can control a page/website

based on where styles are found, can overwrite one another when conflict arises

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

Benefits of CSS

A

separation of style and structure- highly modular design

speed development/site maintenance by controlling and formatting for entire site through a very small number of CSS files

media types can be declared for style sheets- can control how it looks on multiple screens

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

XML

How is it different from HTML?

Primary Purpose?

Popular Uses

A

Extensible Markup Language

Semantic markup language. No tags, contains rules for defining document structure and data

Purpose: store and transport structured data from one system to another

Uses= RSS & AJAX

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

RSS

A

Real Simple Syndication

Standard means of publishing and syndicating conten over the web

XML based format, contains headlines, descriptions, links, author name

usually automatically created via Javascript or server side software (ie: PHP)

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

JPG

compressed with ___

A

Joint Photographic Experts Group (1992)

compressed w/ lossy compression

to keep file size down, throws away image data

good for photos

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

GIF

A

Graphic Interchange Format

limited to max of 256 colors (8 bit graphics)

supports transparency and limited animation

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

PNG

A

Portable Network Graphics (1995)

created as a response to copyright disputes over GIF format

supports transparency, supports millions of colors

has larger file sizes than JPG and GIF

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

Javascript

A

Javascript and java have nothing to do with each other

allows your content to respond to user interaction

since it is client side, page content doesn’t need to be refreshed for changes to occur

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

AJAX

A

Asynchronous Javascipt and XML

refers to development of interactive applications, widgets, and interfaces through the use of existing technologies

a specific approach to web dev that focuses on building engaging user experiences

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

JSP

A

Java Server Pages

server side application tool developed by Sun

code embedded into HTML and processed on server

17
Q

.NET

A

application network developed by Microsoft

encompasses many programming languages like visual basic, C#, J#, ASP.NET

allows developers to build large scale apps for web and desktop

must be hosted on a windows server

18
Q

Coldfusion

A

Allaire –> Macromedia –>Adobe

added to HTML by using own markup language, CFML

less code, most similar to HTML

not free, more expensive than PHP

19
Q

SQL

A

Structrured Query Language

standard for managing and retrieving information databases

web apps use SQL or some form of it to update, create, delete, retrieve information from relational databases

filter data sets