DDW Topic 1 v2.0
DDW Topic 1 v2.0
Website
Topic 1:
Introduction to the Module
Module Aims
• To give students an understanding of website
design and development:
Internet
HTTP
HTTP
Internet
HTTP HTTP
Internet
Client
• The server receives the request
Web Server
• If the client is allowed the requested page:
– The server finds the web page (a HTML document)
– Sends a copy back over the Internet to the client
• Again HTTP is used for communication between the client and server
How the WWW Works - 4
Internet
<!DOCTYPE html>
<html>
<head>
<title>A simple HTML Document</title>
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph</p>
</body>
</html>
• Test
– View the site in as many different browsers as possible
before making a site ‘live’.
Different Devices and Screen
Resolution - 1
• Task:
– Name as many different web enabled devices as
you can.
Different Devices and Screen
Resolution - 2
• Some web-enabled devices include:
– Desktop computers
– Netbooks
– Mobile phones
– Smart phones
– Tablets
– Handheld games consoles
– MP3 Players
– E-readers
Different Devices and Screen
Resolution - 3
• Different devices have different-sized displays:
– A mobile device may have a screen resolution as small
as 128 x 128 pixels.
– Most desktop computers have a screen resolution that
is at least 1024 x 768.
• Question :
– What makes surfing the web on a mobile device
(e.g. a mobile phone) difficult?
Designing for Mobile Devices - 2
• Task:
– Name different disabilities that would affect
someone’s ability to use websites.
Accessibility – Disabilities - 1
• Visual
– People that are blind or have limited vision.
– They may not be able to see web pages clearly.
• Motor
– People that have limited or no use of hands.
– They could struggle to use conventional input
devices that require fine motor control.
Accessibility – Disabilities - 2
• Auditory
– People that are deaf or hard of hearing.
– They could struggle to understand audio and video
content on the web.
• Cognitive
– People with cognitive disabilities may struggle to
use websites with complex language, navigation, or
interaction processes.
Accessibility - Assistive Technologies
• Visually impaired
– Blind users will often use a ‘screen reader’ to surf
the web
– A screen reader reads out the contents of a page
• Motor impaired users
– May use specially designed keyboards, mouth
wands, eye tracking, voice recognition
Accessibility - Why Accessibility is
Important
Any Questions?
V2.0