Website Design And Implementation Flashcards

1
Q

Advantages of wire framing

A

No need to create a fully working web page in order to give clients a clear idea of the look and feel of the designed website
Fast to produce
Navigation structure and user interface can be tested and refined pre implementation
Development needs identified before coding begins

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

High definition wire frame

A

Includes additional details such as font sizes, fonts and colour
Takes longer to produce but closely resembles the final web page

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

Site Structures

A

Developers will create a map showing the website structure
Includes a brief note on the content of each page
Shows the different levels in the site structure

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

HTML: Page Structures

A

HTML is a descriptive language used to describe the position and attributes of each object in the web page
Contain only text which an include the location of other stored files such as graphics, sound and video
Loaded by the browser when web page is displayed

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

HTML document structure

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

Body contains

A

Visible content of the webpage

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

Head contains

A

Title, scripts, styles and meta information

Elements not displayed on the web page

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

Cascading Style Sheets

A

Used to store style information from the HTML

When web page is displayed styles are taken from the linked CSS file and applied to HTML tags

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

Advantage of style sheets

A

Can be linked to multiple web pages
This allows a whole website to be controlled by the styles stored in a single file
If multiple CSS files are created then the same HTML document can be displayed in multiple views - can be viewed on a small smartphone screen or read by a visually impaired user who prefers larger text

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

IDs and Classes (HTML)

A

User-defined styles that are not associated with a specific HTML tag
IDs may only be assigned to a single tag, classes can be used multiple times

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

If two styles are applied then the browser decides which to apply using the rule

A

IDs are most important
Then classes
Then HTML tag styles

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

Interaction

A
Offers the user options to click on
Website responds to these by;
Changing page content 
Playing a video or animation
Moving/Revealing an object
Giving feedback to the user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Dynamic web page

A

Any website which changes its contents

Common uses of dynamic content is to have an area of the page that displays a repeating set of graphics

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

Interactive and dynamic content is created by

A

HTML/CSS
JavaScript
PHP
Flash

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

HTML/CSS create dynamic web pages by

A

Creation of dynamic layouts which react to different hardware or user selections

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

JavaScript creates dynamic web pages by

A

Animates page contents, allows user keyboard input and response
Loads new page data
Submits data to a server

17
Q

PHP creates dynamic web pages by

A

Links to SQL databases
Collect information from users
Dynamically generates web pages using database data

18
Q

Flash creates dynamic web pages by

A

Creates full multimedia content

Eg Games/slideshows

19
Q

Database Driven website

A

Any website which allows its users to search through stored information

20
Q

Amazon search example for allowing users to search through a database

A

1 Web page uses embedded code to send search criteria to Amazons web server
2 Script is then run, requests that correct information is filtered from database fields/records
3 Database server returns results which match criteria to web server
4 Code on web server generates HTML document with information received from database server to be received and displayed by the browser

21
Q

Dynamic web page facts

A

Dynamic web pages created by database searches exist solely for that user
Most common scripting language used to dynamically generate web pages is PHP

22
Q

Wire framing

A

Skeleton outline of a websites layout or design
Contains no content but shows clearly the size and position of the main site components
Navigation, text boxes, graphics and advertising
Hand drawn or produced using software