July 12, 2014
Front-End Design Conference 2014
Contextually Aware Web Design
Front-End Design Conference
 07.12.14
 #contextAware2
Front-End Design Conference
 07.12.14
 #contextAware
1. Defining contextual awareness
2. Applications in web design
3. Level 4 Media Queries
4. Summary
3
Front-End Design Conference
 07.12.14
 #contextAware
We bring together product
design, brand communications,
social connections and content
to help businesses thrive.
4
Front-End Design Conference
 07.12.14
 #contextAware
Context is as important as content.
5
Front-End Design Conference
 07.12.14
 #contextAware
Can context effect design?
6
Front-End Design Conference
 07.12.14
 #contextAware
We’ve already answered yes.
7
Front-End Design Conference
 07.12.14
 #contextAware
Responsive web design is all
about being contextually aware.
8
Front-End Design Conference
 07.12.14
 #contextAware
What is Contextual Awareness?
SECTION 1
9
Front-End Design Conference
 07.12.14
 #contextAware
Contextually Aware Web Design: 
Appropriating user context based on any JavaScript accessible data point in
order to deduce a users assumed context. Essentially its a theory that if you
can assume what a user is doing you can alter a design to meet the users
immediate needs and use all available user data to circumvent frivolous UI or
build more intelligent design systems based on a users physical surrounding.
10
Front-End Design Conference
 07.12.14
 #contextAware
Contextually aware design uses
JavaScript to access available
data points within a users
environment and adjust the
design accordingly.
11
Front-End Design Conference
 07.12.14
 #contextAware
Sensors are used to establish
context.
12
Front-End Design Conference
 07.12.14
 #contextAware
@media(sensor){

 adjustment
}
13
Front-End Design Conference
 07.12.14
 #contextAware14
Disseminating active map
information to mobile hosts
Front-End Design Conference
 07.12.14
 #contextAware
Historically the web design has
been an observed medium.
15
Front-End Design Conference
 07.12.14
 #contextAware
Google uses personal data to
extend contextual awareness
across all it’s products.
16
Front-End Design Conference
 07.12.14
 #contextAware
Apple’s M7 co-processor
introduced a whole new set of
capabilities.
17
Front-End Design Conference
 07.12.14
 #contextAware
Contextual Awareness for the web
SECTION 2
18
Front-End Design Conference
 07.12.14
 #contextAware
User
Task
Environment
Technology
19
Front-End Design Conference
 07.12.14
 #contextAware
User: What can we contextualize
about the user to create a better
experience?
20
Front-End Design Conference
 07.12.14
 #contextAware
Task: What is the user
attempting to accomplish?
21
Front-End Design Conference
 07.12.14
 #contextAware
Environment: Where and when
is the user.
22
Front-End Design Conference
 07.12.14
 #contextAware
Technology: What device is the
user visiting with?
23
Front-End Design Conference
 07.12.14
 #contextAware
A contextual breakpoint is the
point at which the context of a
website has changed.
24
Front-End Design Conference
 07.12.14
 #contextAware
morning
25
time of day
night
coffee milkshake
noon
tea
Front-End Design Conference
 07.12.14
 #contextAware
In this example our contextual
breakpoints are morning, noon,
and night.
26
Front-End Design Conference
 07.12.14
 #contextAware
var sensors = {
morning: function(){
var x = new Date();
x = x.getHours()
return !!(x > 4 && x < 12);
},
afternoon: function(){
var x = new Date();
x = x.getHours()
return !!(x >= 12 && x < 18);
},
evening: function(){
var x = new Date();
x = x.getHours()
return !!(x >= 18 && x < 24 || x > 0 && x <= 4);
},
};
27
Front-End Design Conference
 07.12.14
 #contextAware
All contextual breakpoints
should result in true or false.
28
Front-End Design Conference
 07.12.14
 #contextAware
if(sensors.morning){
// morning actions
}
29
Front-End Design Conference
 07.12.14
 #contextAware
for (var x in sensors) {
console.log(sensors[x]());
}
30
Front-End Design Conference
 07.12.14
 #contextAware
for (var x in sensors) {
if(sensors[x]()){
var html = document.documentElement;
html.className += "is-" + x;
};
}
31
Front-End Design Conference
 07.12.14
 #contextAware
.is-afternoon #message{color:red;}
32
Front-End Design Conference
 07.12.14
 #contextAware
nome.js is a JavaScript library for
contextual awareness.
33
Front-End Design Conference
 07.12.14
 #contextAware
nome.ready(function() {
!
});
34
Front-End Design Conference
 07.12.14
 #contextAware
Level 4 Media Queries
SECTION 3
35
Front-End Design Conference
 07.12.14
 #contextAware
With Level 4 Media Queries
there are a few interesting
possibilities.
36
Front-End Design Conference
 07.12.14
 #contextAware
@media(light-level: [value])
37
Front-End Design Conference
 07.12.14
 #contextAware
@media(light-level: dim){}
@media(light-level: normal){}
@media(light-level: washed){}
38
Front-End Design Conference
 07.12.14
 #contextAware
<script>
CSS.customMedia.set('--foo', 5);
</script>
<style>
@media (_foo: 5) { ... }
@media (_foo < 10) { ... }
</style>
39
Front-End Design Conference
 07.12.14
 #contextAware
Pointer is used to define the
target area covered by a
pointing device
40
Front-End Design Conference
 07.12.14
 #contextAware
@media{pointer:coarse}
@media{pointer:fine}
41
Front-End Design Conference
 07.12.14
 #contextAware
Display Quality Media Features:
scan, resolution, update frequency
42
Front-End Design Conference
 07.12.14
 #contextAware
Summary
SECTION 4
43
Front-End Design Conference
 07.12.14
 #contextAware
iOS8 seems to be built around
contextual awareness
44
Front-End Design Conference
 07.12.14
 #contextAware
The internet of things still needs
the internet.
45
Front-End Design Conference
 07.12.14
 #contextAware
Contextual aware requires
thoughtfulness and imagination.
46
Front-End Design Conference
 07.12.14
 #contextAware
Thank you,
@matthew_carver
47

More Related Content

PDF
How are Companies Overcoming the Global Chip Shortage
 
PDF
Improve Time to Market for Industrial Edge Devices
 
PPTX
Modern microcontroller (mcu) application development with qt
 
PPTX
Mixed and Augmented Reality Studio (MARS): what you need to know - Unite Cope...
PDF
Meet Qt 6.0
 
PDF
Companion App Design with Qt
 
PDF
Unity Roadmap 2020: Core Engine & Creator Tools
PDF
Propelling AEC to New Heights by Collaborating Across Platforms Using XR
How are Companies Overcoming the Global Chip Shortage
 
Improve Time to Market for Industrial Edge Devices
 
Modern microcontroller (mcu) application development with qt
 
Mixed and Augmented Reality Studio (MARS): what you need to know - Unite Cope...
Meet Qt 6.0
 
Companion App Design with Qt
 
Unity Roadmap 2020: Core Engine & Creator Tools
Propelling AEC to New Heights by Collaborating Across Platforms Using XR

Similar to Contextual awareness for the web (20)

PPT
Context-Aware Computing
PDF
From Responsive to Reactive: Harnessing Context on the Web
PPTX
Tizen apps with Context Awareness and Machine Learning
PPT
TOWARDS A HYBRID APPROACH FOR ADAPTING WEB GRAPHICAL USER INTERFACES TO HETER...
PPTX
context aware.pptx
PPTX
Perception.JS - A Framework for Context Acquisition Processing and Presentation
PDF
Context-Aware and User-Centered Design: The Lost Battle Between Desktop and M...
PDF
Selected Pervasive Computing edited 03.pdf
PPTX
contextawareness.pptx
PDF
Tech aware website design
PPT
Context Aware Computing
PPSX
Phd defence presentation
PPTX
Clark Dodsworth - Presentation at Emerging Communications Conference & Awards...
PPT
Dawn Nafus's presentation at eComm 2008
PPTX
User Experience for Content Sites
PDF
Show, Tell, Explore: Design Tutorial for Semantic Technology
PDF
Contextual apps for Tizen
PPTX
Tizen Apps with Contextual Awareness, powered by AI
PPTX
Mobile user context identification
PPTX
MoDevGov 2014 - Sustainable Solutions for Content and Function Parity Across ...
Context-Aware Computing
From Responsive to Reactive: Harnessing Context on the Web
Tizen apps with Context Awareness and Machine Learning
TOWARDS A HYBRID APPROACH FOR ADAPTING WEB GRAPHICAL USER INTERFACES TO HETER...
context aware.pptx
Perception.JS - A Framework for Context Acquisition Processing and Presentation
Context-Aware and User-Centered Design: The Lost Battle Between Desktop and M...
Selected Pervasive Computing edited 03.pdf
contextawareness.pptx
Tech aware website design
Context Aware Computing
Phd defence presentation
Clark Dodsworth - Presentation at Emerging Communications Conference & Awards...
Dawn Nafus's presentation at eComm 2008
User Experience for Content Sites
Show, Tell, Explore: Design Tutorial for Semantic Technology
Contextual apps for Tizen
Tizen Apps with Contextual Awareness, powered by AI
Mobile user context identification
MoDevGov 2014 - Sustainable Solutions for Content and Function Parity Across ...
Ad

Recently uploaded (20)

DOCX
Powerful Ways AIRCONNECT INFOSYSTEMS Pvt Ltd Enhances IT Infrastructure in In...
PDF
Course Overview and Agenda cloud security
PPTX
AI_Cyberattack_Solutions AI AI AI AI .pptx
PDF
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
PPTX
Cyber Hygine IN organizations in MSME or
PDF
Alethe Consulting Corporate Profile and Solution Aproach
PPT
415456121-Jiwratrwecdtwfdsfwgdwedvwe dbwsdjsadca-EVN.ppt
PPTX
t_and_OpenAI_Combined_two_pressentations
PDF
The Evolution of Traditional to New Media .pdf
PDF
SlidesGDGoCxRAIS about Google Dialogflow and NotebookLM.pdf
PDF
Exploring VPS Hosting Trends for SMBs in 2025
PPTX
Database Information System - Management Information System
PPT
250152213-Excitation-SystemWERRT (1).ppt
PDF
The Ikigai Template _ Recalibrate How You Spend Your Time.pdf
PPTX
KSS ON CYBERSECURITY INCIDENT RESPONSE AND PLANNING MANAGEMENT.pptx
PPT
Ethics in Information System - Management Information System
PDF
Exploring The Internet Of Things(IOT).ppt
PPTX
Introduction to cybersecurity and digital nettiquette
PPTX
Mathew Digital SEO Checklist Guidlines 2025
PDF
Containerization lab dddddddddddddddmanual.pdf
Powerful Ways AIRCONNECT INFOSYSTEMS Pvt Ltd Enhances IT Infrastructure in In...
Course Overview and Agenda cloud security
AI_Cyberattack_Solutions AI AI AI AI .pptx
Smart Home Technology for Health Monitoring (www.kiu.ac.ug)
Cyber Hygine IN organizations in MSME or
Alethe Consulting Corporate Profile and Solution Aproach
415456121-Jiwratrwecdtwfdsfwgdwedvwe dbwsdjsadca-EVN.ppt
t_and_OpenAI_Combined_two_pressentations
The Evolution of Traditional to New Media .pdf
SlidesGDGoCxRAIS about Google Dialogflow and NotebookLM.pdf
Exploring VPS Hosting Trends for SMBs in 2025
Database Information System - Management Information System
250152213-Excitation-SystemWERRT (1).ppt
The Ikigai Template _ Recalibrate How You Spend Your Time.pdf
KSS ON CYBERSECURITY INCIDENT RESPONSE AND PLANNING MANAGEMENT.pptx
Ethics in Information System - Management Information System
Exploring The Internet Of Things(IOT).ppt
Introduction to cybersecurity and digital nettiquette
Mathew Digital SEO Checklist Guidlines 2025
Containerization lab dddddddddddddddmanual.pdf
Ad

Contextual awareness for the web