SlideShare a Scribd company logo
1 of 20
Download to read offline
Jasper Moelker
frontend developer
De Voorhoede
voorhoede.nl
jasper@voorhoede.nl
+31 (0)6 4458 4074
Design for people - Code for computers
<h2 itemprop=”name”>
	 Jasper Moelker
</h2>,
<span itemprop=”jobTitle”>frontend
developer</span>
<h2 itemprop=”affiliation”>De Voorhoede</h2>
voorhoede.nl
<a href=”mailto:jasper@voorhoede.nl” item-
prop=”email”>jasper@voorhoede.nl</a>
<a href=”tel:0031644584074” itemprop=”tele-
phone”>+31 (0)6 4458 4074</a>
<div itemtype=”http://schema.org/Person”>
</div>
<h1>Design for people - Code for computers</h1>
All about the metadata
•	basic metadata
•	device icons
•	structured data
•	open graph
•	open search
•	rss feeds
•	xml sitemaps
•	robots & humans.txt
It starts in your head
example project:
atelierPRO.nl
•	doctype
•	lang
•	charset
•	title
•	description
•	keywords
•	viewport
Device icons
favicon
<link
rel=”shortcut icon”
href=”/favicon.ico”>
touch icons
win8 tile
<meta name=”msappli
	 cation-TileColor”
	 content=”#0099DA”/>
<meta name=”msappli
	cation-TileImage”
	content=”logo.png”/>
(source: modern.ie)
Structured data: HTML5
dev.w3.org/html5/markup
•	<article>
•	<aside>
•	<details>
•	<dialog>
•	<summary>
•	<figure>
•	<figcaption>
•	<footer>
•	<header>
•	<hgroup>
•	<nav>
•	<section>
•	<time>
•	...
Structured data: WAI-ARIA
www.w3.org/TR/wai-aria
+aria-atomic
+aria-busy
+aria-controls
+aria-describedby
+aria-disabled
+aria-dropeffect
+aria-flowto
+aria-grabbed
+aria-haspopup
+aria-hidden
+aria-invalid
+aria-label
+aria-labelledby
+aria-live
+aria-owns
+aria-relevant
roletype
+aria-activedescendant
composite
+aria-activedescendant
group
+aria-activedescendant
+aria-autocomplete
+aria-multiline
+aria-readonly
+aria-required
textbox
menuitemcheckbox
+aria-multiselectable
+aria-required
tree
+aria-multiselectable
+aria-required
listbox
+aria-level
+aria-multiselectable
+aria-readonly
grid
+aria-autocomplete
+aria-required
combobox complementarymenuitemradio
+aria-orientation
slider
+aria-expanded
+aria-orientation
separator
+aria-expanded
section
+aria-pressed
+aria-expanded
button
+aria-expanded
link
+aria-valuenow
+aria-valuemin
+aria-valuemax
+aria-valuetext
range
+aria-expanded
documentpresentation
progressbar
+aria-level
+aria-selected
row
+aria-posinset
+aria-setsize
+aria-level
listitem
+aria-checked
+aria-posinset
+aria-selected
+aria-setsize
option
+aria-required
radiogroup
+aria-required
spinbutton
contentinfoapplication
menuitem
navigation
rowgroup
checkbox
+aria-level
tablist
command
definition
menubar
landmark
marquee
directory
scrollbar
treeitem
structure
tabpanel
treegrid
toolbar
banner search
region
stat
tooltip
widget
article
select
menu timer
img
form main
log
note
list
input
radio
math
Roles with a pale background and name in
italics are abstract and cannot be used in
content.
Concrete roles have a yellow background and
name in boldface.
Access instructions at
http://www.w3.org/TR/wai-aria/rdf_model.html.
role data model (excerpt):role markup example:
<ul id=”fontMenu” class=”menu” role=”menu”
aria-hidden=”true”>
<li id=”sans-serif”
class=”menu-item”
role=”menuitemradio”
tabindex=”-1”
aria-controls=”st1”
aria-checked=”true”>Sans-serif</li>
<li id=”serif”
class=”menu-item”
role=”menuitemradio”
tabindex=”-1”
aria-controls=”st1”
aria-checked=”false”>Serif</li>
...
(source: developer.mozilla.org/en-US/docs/Accessibility ) (source: www.w3.org/TR/wai-aria/roles )
Structured data: examples
<- example author
<- example app
<- example event
metadata formats
•	schema.org
•	microformats
•	microdata
•	RDFa
(source: http://support.google.com/webmasters
	 /bin/answer.py?hl=en&answer=2650907 )
(source: google.com/webmasters/tools/richsnippets )
Structured data: WebPage
schema.org
include protocol:
<html lang=”nl” xmlns:og=”http://opengraph-
protocol.org/schema/”>
markup example:
<body itemscope
		 itemtype=”http://schema.org/WebPage”>
<h1 itemprop=”name”>
	 Gemeentehuis Bronckhorst
</h1>
<h2 itemprop=”headline”>
	 <em>Uitzonderlijk duurzaam</em>
	 en poëtische eenvoud
</h2>
Structured data: Person & Organization
schema.org
example:
<h5>projectarchitect</h5>
<a itemprop=”author” itemscope
	itemtype=”http://schema.org/Person” 		
	 href=”/nl/projects/filter?person_id=2”>
	 <span itemprop=”name”>
		 Dorte Kristensen
	</span>
</a>
<h5>bouwkundig aannemer</h5>
<a itemprop=”author” itemscope itemtype=
”http://schema.org/http://schema.org
	/Organization” href=”/nl/projects
	 /filter?partner_id=2&amp;archive=0”>
	 <span itemprop=”name”>
		 Bam Utiliteitsbouw
	</span></a>
Structured data: Postal Address
schema.org
example:
<h4>Locatie</h4>
<div itemprop=”contentLocation”
	itemscope
	itemtype=”http://schema.org
		/PostalAddress”>
	 <a href=”/nl/projects/filter?archive=0
		 &amp;keywords=%22Hengelo%22”>
		<span itemprop=”streetAddress”>
			 Elderinkweg 2
		</span><br />
		<span itemprop=”addressLocality”>
			 Hengelo
		</span><br />
		<span itemprop=”addressCountry”>
			Nederland
		</span>
</a></div>
Share on Social Media
static share url example:
<a href=”http://www.linkedin.com/shareArticle?mini=true
				&url={articleUrl}&title={articleTitle}
				&summary={articleSummary}&source={articleSource}”>
		 Share on LinkedIn
</a>
(source: developer.linkedin.com/documents/share-linkedin )
Open Graph
ogp.me
og metadata example:
<!DOCTYPE html>
<html xmlns:og=”http://opengraphprotocol.org/schema/” lang=”nl”>
<!-- ...basic metadata... -->
<!-- open graph: -->
<meta property=”og:site_name” content=”atelier PRO”>
<meta property=”og:url” content=”http://www.atelierpro.nl/nl/
			 projects/1/gemeentehuis-bronckhorst”>
<meta property=”og:title” content=”Gemeentehuis Bronckhorst”>
<meta property=”og:description” content=”Gemeentehuis Bronckhorst
			 is uitzonderlijk duurzaam en poetisch eenvoudig...”>
<meta property=”og:type” content=”website”>
<meta property=”og:image” content=”http://atelierpro.nl/images/
			project/gemeentehuis-bronckhorst.png”>
<meta property=”og:image:width” content=”135”>
<meta property=”og:image:height” content=”90”>
<!-- ... -->
(source: www.atelierpro.nl/nl/projects/1/gemeentehuis-bronckhorst )
Open Search
opensearch.org
autodiscovery example:
<link rel=”search”
	type=”application/opensearchdescription+xml”
	href=”http://z-ecx.images-amazon.com/images/
		 G/01/imdb/images/imdbsearch-3349468880._
		 V398722001_.xml”
	 title=”IMDb” />
(source: www.imdb.com/find?s=all&q=reservoir )
Open Search
opensearch.org
description document example:
<OpenSearchDescription xmlns=”http://
a9.com/-/spec/opensearch/1.1/””>
	 <ShortName>PRO search (nl)</ShortName>
	 <Language>nl</Language>
	 <Url type=”text/html” method=”get”
		template=”http://atelierpro.local/nl/
	 	 projects/filter?keywords={searchTerms}”/>
</OpenSearchDescription>
response elements example:
<meta name=”totalResults” content=”4”/>
<meta name=”startIndex”	 content=”1”/>
<meta name=”itemsPerPage” content=”10”/>
(source: www.atelierpro.nl/nl/projects/filter?keywords=bronckhorst )
RSS feed
xml file example:
<?xml version=”1.0” encoding=”utf-8”?>
	 <feed xmlns=”http://www.w3.org/2005/Atom”>
	 <title>atelier PRO News</title>
	 <link href=”http://atelierpro.nl/nl/blog/feed” rel=”self”/>
	 <updated>2013-04-18T11:18:04Z</updated>
	 <entry>
		 <title>Eerste paal Damlaan</title>
		 <link href=”http://atelierpro.nl/nl/blog/106/eerste-paal-damlaan” />
<id>http://atelierpro.nl/nl/blog/106/eerste-paal-damlaan</id>
<updated>2013-04-12T00:00:00Z</updated>
<summary>
Op woensdag 10 april 2013 is op feestelijke wijze de eerste
paal geslagen van het Kindcentrum Nieuwe Damlaan in Schiedam. gaan samen-
wonen in &eacute;&eacute;n gebouw en gaan vol vertrouwen de nieuwe samenw-
erking tegemoet.
</summary>
<author><name>atelier PRO</name></author>
</entry>
XML Sitemaps
sitemaps.org
example:
<?xml version=”1.0” encoding=”UTF-8”?>
<urlset xmlns=”http://www.sitemaps.org/schemas/
sitemap/0.9”>
	 <url>
		<loc>http://atelierpro.nl/nl/blog/102</loc>
		<lastmod>2013-04-03T14:37:53+01:00</lastmod>
		<changefreq>monthly</changefreq>
		<priority>0.5</priority>
	 </url>
upload to Google & Bing Webmaster Tools
and reference in robots.txt
(source: google.com/webmasters/tools )
Robots.txt
www.robotstxt.org
disallow example:
User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /~joe/
sitemap index example:
	
# http://www.sitemaps.org/protocol.html#submit_robots
Sitemap: http://atelierpro.nl/nl/blog/sitemap
Sitemap: http://atelierpro.nl/en/blog/sitemap
Sitemap: http://atelierpro.nl/nl/office/sitemap
Sitemap: http://atelierpro.nl/en/office/sitemap
Sitemap: http://atelierpro.nl/nl/projects/sitemap
Sitemap: http://atelierpro.nl/en/projects/sitemap
Humans.txt
www.humanstxt.org
reference in head example:
<link type=”text/plain” rel=”author”
		 href=”http://domain/humans.txt” />
content:
	
	 Presenter: Jasper Moelker
	 Twitter 	 @jbmoelker
/* Special thanks to: */
	 Host: 		 Wilfred Nas
	 Twitter: 	@wnas
	 Platform: fronteers
	 Twitter: 	@fronteers
Design for people, Code for computers - Jasper Moelker (18 apr 2013)

More Related Content

Viewers also liked

How ethnography helps product design
How ethnography helps product designHow ethnography helps product design
How ethnography helps product designSam Ladner
 
Voorhoede - Front-end architecture
Voorhoede - Front-end architectureVoorhoede - Front-end architecture
Voorhoede - Front-end architectureJasper Moelker
 
IIA TIMES, Special Issue, February 2017, Edited by Sarbjit Bahga
IIA TIMES, Special Issue, February 2017, Edited by Sarbjit BahgaIIA TIMES, Special Issue, February 2017, Edited by Sarbjit Bahga
IIA TIMES, Special Issue, February 2017, Edited by Sarbjit BahgaSarbjit Bahga
 
Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...
Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...
Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...Dr Igor Calzada, MBA, FeRSA
 
Creative Ethnography for Design
Creative Ethnography for DesignCreative Ethnography for Design
Creative Ethnography for DesignJames Wilson
 
Hierarchy Of Open Spaces
Hierarchy Of Open SpacesHierarchy Of Open Spaces
Hierarchy Of Open SpacesRavtej Singh
 
Dimensions of public space, lecture by Petar Vranic, 3 July 2013
Dimensions of public space, lecture by Petar Vranic, 3 July 2013Dimensions of public space, lecture by Petar Vranic, 3 July 2013
Dimensions of public space, lecture by Petar Vranic, 3 July 2013Sochi - peshkom
 
Urban Design Research Methods
Urban Design Research MethodsUrban Design Research Methods
Urban Design Research MethodsPhillip Brzeski
 

Viewers also liked (20)

How ethnography helps product design
How ethnography helps product designHow ethnography helps product design
How ethnography helps product design
 
Voorhoede - Front-end architecture
Voorhoede - Front-end architectureVoorhoede - Front-end architecture
Voorhoede - Front-end architecture
 
IIA TIMES, Special Issue, February 2017, Edited by Sarbjit Bahga
IIA TIMES, Special Issue, February 2017, Edited by Sarbjit BahgaIIA TIMES, Special Issue, February 2017, Edited by Sarbjit Bahga
IIA TIMES, Special Issue, February 2017, Edited by Sarbjit Bahga
 
Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...
Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...
Keynote Speaker on State Conference on Culture, Valladolid, Spain (8-10 March...
 
Creative Ethnography for Design
Creative Ethnography for DesignCreative Ethnography for Design
Creative Ethnography for Design
 
Visual Research methods
Visual Research methodsVisual Research methods
Visual Research methods
 
History of Urban Design
History of Urban DesignHistory of Urban Design
History of Urban Design
 
Urban Design - temporal dimension
Urban Design - temporal  dimensionUrban Design - temporal  dimension
Urban Design - temporal dimension
 
Design principles
Design principlesDesign principles
Design principles
 
FUTURE OF PUBLIC SPACES
FUTURE OF  PUBLIC SPACESFUTURE OF  PUBLIC SPACES
FUTURE OF PUBLIC SPACES
 
Contemporary Urban Design
Contemporary Urban DesignContemporary Urban Design
Contemporary Urban Design
 
Urban Design - functional dimension
Urban Design - functional  dimension Urban Design - functional  dimension
Urban Design - functional dimension
 
Introduction to research methods
Introduction to research methods Introduction to research methods
Introduction to research methods
 
Hierarchy Of Open Spaces
Hierarchy Of Open SpacesHierarchy Of Open Spaces
Hierarchy Of Open Spaces
 
Urban spaces
Urban spaces  Urban spaces
Urban spaces
 
Urban open spaces
Urban open spacesUrban open spaces
Urban open spaces
 
Urban spaces
Urban spacesUrban spaces
Urban spaces
 
Dimensions of public space, lecture by Petar Vranic, 3 July 2013
Dimensions of public space, lecture by Petar Vranic, 3 July 2013Dimensions of public space, lecture by Petar Vranic, 3 July 2013
Dimensions of public space, lecture by Petar Vranic, 3 July 2013
 
Urban Design Research Methods
Urban Design Research MethodsUrban Design Research Methods
Urban Design Research Methods
 
Research methodology
Research methodologyResearch methodology
Research methodology
 

Similar to Design for people, Code for computers - Jasper Moelker (18 apr 2013)

Introduction to web components
Introduction to web componentsIntroduction to web components
Introduction to web componentsMarc Bächinger
 
Emerging threats jonkman_sans_cti_summit_2015
Emerging threats jonkman_sans_cti_summit_2015Emerging threats jonkman_sans_cti_summit_2015
Emerging threats jonkman_sans_cti_summit_2015Emerging Threats
 
Atomic design con pattern lab
Atomic design con pattern labAtomic design con pattern lab
Atomic design con pattern labUX Nights
 
Polymer
Polymer Polymer
Polymer jskvara
 
20190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React201920190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React2019Makoto Mori
 
BreizhBeans - Web components
BreizhBeans - Web componentsBreizhBeans - Web components
BreizhBeans - Web componentsHoracio Gonzalez
 
Diseño de Sistemas de Diseño con Atomic Design y Pattern Lab
Diseño de Sistemas de Diseño con Atomic Design y Pattern LabDiseño de Sistemas de Diseño con Atomic Design y Pattern Lab
Diseño de Sistemas de Diseño con Atomic Design y Pattern LabMauricio Angulo Sillas
 
Polytechnic 1.0 Granada
Polytechnic 1.0 GranadaPolytechnic 1.0 Granada
Polytechnic 1.0 GranadaIsrael Blancas
 
HTML5, just another presentation :)
HTML5, just another presentation :)HTML5, just another presentation :)
HTML5, just another presentation :)François Massart
 
Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)Mandakini Kumari
 
Web Scraping for Non Programmers
Web Scraping for Non ProgrammersWeb Scraping for Non Programmers
Web Scraping for Non Programmersitnig
 
Introduction Django
Introduction DjangoIntroduction Django
Introduction DjangoWade Austin
 
Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extendSeek Tan
 
Polymer Code Lab in Dart - DevFest Kraków 2014
Polymer Code Lab in Dart - DevFest Kraków 2014Polymer Code Lab in Dart - DevFest Kraków 2014
Polymer Code Lab in Dart - DevFest Kraków 2014jskvara
 
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012crokitta
 
Rails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache RocketRails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache Rocketteeparham
 

Similar to Design for people, Code for computers - Jasper Moelker (18 apr 2013) (20)

Introduction to web components
Introduction to web componentsIntroduction to web components
Introduction to web components
 
Emerging threats jonkman_sans_cti_summit_2015
Emerging threats jonkman_sans_cti_summit_2015Emerging threats jonkman_sans_cti_summit_2015
Emerging threats jonkman_sans_cti_summit_2015
 
The Devil and HTML5
The Devil and HTML5The Devil and HTML5
The Devil and HTML5
 
Atomic design con pattern lab
Atomic design con pattern labAtomic design con pattern lab
Atomic design con pattern lab
 
Polymer
Polymer Polymer
Polymer
 
20190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React201920190118_NetadashiMeetup#8_React2019
20190118_NetadashiMeetup#8_React2019
 
BreizhBeans - Web components
BreizhBeans - Web componentsBreizhBeans - Web components
BreizhBeans - Web components
 
Diseño de Sistemas de Diseño con Atomic Design y Pattern Lab
Diseño de Sistemas de Diseño con Atomic Design y Pattern LabDiseño de Sistemas de Diseño con Atomic Design y Pattern Lab
Diseño de Sistemas de Diseño con Atomic Design y Pattern Lab
 
Polytechnic 1.0 Granada
Polytechnic 1.0 GranadaPolytechnic 1.0 Granada
Polytechnic 1.0 Granada
 
HTML5, just another presentation :)
HTML5, just another presentation :)HTML5, just another presentation :)
HTML5, just another presentation :)
 
HTML5
HTML5HTML5
HTML5
 
Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)Html5 drupal7 with mandakini kumari(1)
Html5 drupal7 with mandakini kumari(1)
 
[PSU Web 2011] HTML5 Design
[PSU Web 2011] HTML5 Design[PSU Web 2011] HTML5 Design
[PSU Web 2011] HTML5 Design
 
Web Scraping for Non Programmers
Web Scraping for Non ProgrammersWeb Scraping for Non Programmers
Web Scraping for Non Programmers
 
Introduction Django
Introduction DjangoIntroduction Django
Introduction Django
 
Upload[1]
Upload[1]Upload[1]
Upload[1]
 
Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extend
 
Polymer Code Lab in Dart - DevFest Kraków 2014
Polymer Code Lab in Dart - DevFest Kraków 2014Polymer Code Lab in Dart - DevFest Kraków 2014
Polymer Code Lab in Dart - DevFest Kraków 2014
 
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
Oracle Application Express & jQuery Mobile - OGh Apex Dag 2012
 
Rails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache RocketRails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache Rocket
 

More from Jasper Moelker

DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)
DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)
DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)Jasper Moelker
 
Living + Sport (educational project) - Maquette (Jan 2007)
Living + Sport (educational project) - Maquette (Jan 2007)Living + Sport (educational project) - Maquette (Jan 2007)
Living + Sport (educational project) - Maquette (Jan 2007)Jasper Moelker
 
Living + Sport (educational project) - Posters (Jan 2007)
Living + Sport (educational project) - Posters (Jan 2007)Living + Sport (educational project) - Posters (Jan 2007)
Living + Sport (educational project) - Posters (Jan 2007)Jasper Moelker
 
Living + Sport (educational project) - Presentation (Jan 2007)
Living + Sport (educational project) - Presentation (Jan 2007)Living + Sport (educational project) - Presentation (Jan 2007)
Living + Sport (educational project) - Presentation (Jan 2007)Jasper Moelker
 
Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...
Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...
Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...Jasper Moelker
 
CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate (18 Jun 2010)
CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate  (18 Jun 2010)CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate  (18 Jun 2010)
CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate (18 Jun 2010)Jasper Moelker
 
PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...
PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...
PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...Jasper Moelker
 
Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)
Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)
Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)Jasper Moelker
 
P4 Architecture (Panels (png version)) by Jasper Moelker
P4 Architecture (Panels (png version)) by Jasper MoelkerP4 Architecture (Panels (png version)) by Jasper Moelker
P4 Architecture (Panels (png version)) by Jasper MoelkerJasper Moelker
 
P4 Architecture by Jasper Moelker
P4 Architecture by Jasper MoelkerP4 Architecture by Jasper Moelker
P4 Architecture by Jasper MoelkerJasper Moelker
 
Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)
Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)
Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)Jasper Moelker
 
(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...
(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...
(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...Jasper Moelker
 
(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...
(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...
(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...Jasper Moelker
 
(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...
(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...
(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...Jasper Moelker
 
Publicness The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)
Publicness   The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)Publicness   The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)
Publicness The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)Jasper Moelker
 
Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...
Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...
Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...Jasper Moelker
 
Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...
Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...
Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...Jasper Moelker
 
Informality as Strategy by Bart Aptroot (17 Apr 2009)
Informality as Strategy by Bart Aptroot (17 Apr 2009)Informality as Strategy by Bart Aptroot (17 Apr 2009)
Informality as Strategy by Bart Aptroot (17 Apr 2009)Jasper Moelker
 
Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...
Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...
Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...Jasper Moelker
 
CSI.SP: 'In SP' Project Presentations (17 Apr 2009)
CSI.SP: 'In SP' Project Presentations (17 Apr 2009)CSI.SP: 'In SP' Project Presentations (17 Apr 2009)
CSI.SP: 'In SP' Project Presentations (17 Apr 2009)Jasper Moelker
 

More from Jasper Moelker (20)

DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)
DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)
DCE map - Map your project by Jasper Moelker, Active IDs (19 Oct 2010)
 
Living + Sport (educational project) - Maquette (Jan 2007)
Living + Sport (educational project) - Maquette (Jan 2007)Living + Sport (educational project) - Maquette (Jan 2007)
Living + Sport (educational project) - Maquette (Jan 2007)
 
Living + Sport (educational project) - Posters (Jan 2007)
Living + Sport (educational project) - Posters (Jan 2007)Living + Sport (educational project) - Posters (Jan 2007)
Living + Sport (educational project) - Posters (Jan 2007)
 
Living + Sport (educational project) - Presentation (Jan 2007)
Living + Sport (educational project) - Presentation (Jan 2007)Living + Sport (educational project) - Presentation (Jan 2007)
Living + Sport (educational project) - Presentation (Jan 2007)
 
Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...
Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...
Facade Refurbishment of Rijkswaterstaat Westraven by Jasper Moelker (October ...
 
CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate (18 Jun 2010)
CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate  (18 Jun 2010)CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate  (18 Jun 2010)
CSI.Lagos: Lagos - Mega City or Crisis City - Bukka debate (18 Jun 2010)
 
PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...
PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...
PermaCity: Hong Kong Fantasies - Presentation Alternative Economies (31 Oct 2...
 
Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)
Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)
Graduation defense 'Density & Daylight' by Jasper Moelker (05 Nov 2009)
 
P4 Architecture (Panels (png version)) by Jasper Moelker
P4 Architecture (Panels (png version)) by Jasper MoelkerP4 Architecture (Panels (png version)) by Jasper Moelker
P4 Architecture (Panels (png version)) by Jasper Moelker
 
P4 Architecture by Jasper Moelker
P4 Architecture by Jasper MoelkerP4 Architecture by Jasper Moelker
P4 Architecture by Jasper Moelker
 
Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)
Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)
Edulearn09: Evaluation ICT tools CSI.SP by Jasper Moelker (06 July 2009)
 
(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...
(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...
(Inter)national Facades: International Building Teams by Nils Eekhout (28 May...
 
(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...
(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...
(Inter)national Facades: Integral Facade Design (MSc3 project) by Charlotte H...
 
(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...
(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...
(Inter)national Facades: International Facade Master: WHY? by Arie Bergsma (2...
 
Publicness The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)
Publicness   The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)Publicness   The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)
Publicness The Power Of Control by Chris Rovers, Nicola Knop (17 Apr 2009)
 
Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...
Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...
Cortiços: Informal housing at its margin by Flavio Faggion, Jaqueline Rodrigu...
 
Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...
Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...
Picturing São Paulo by Jan van Ballegooijen, Martine Verhoeven, Rutger Huiber...
 
Informality as Strategy by Bart Aptroot (17 Apr 2009)
Informality as Strategy by Bart Aptroot (17 Apr 2009)Informality as Strategy by Bart Aptroot (17 Apr 2009)
Informality as Strategy by Bart Aptroot (17 Apr 2009)
 
Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...
Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...
Minhocão - Informal use of the Urban Highway by Arife Karaosmanoglu, Toon Sta...
 
CSI.SP: 'In SP' Project Presentations (17 Apr 2009)
CSI.SP: 'In SP' Project Presentations (17 Apr 2009)CSI.SP: 'In SP' Project Presentations (17 Apr 2009)
CSI.SP: 'In SP' Project Presentations (17 Apr 2009)
 

Recently uploaded

韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作7tz4rjpd
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree ttt fff
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Yantram Animation Studio Corporation
 
办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一
办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一
办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一Fi L
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...Rishabh Aryan
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfAayushChavan5
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCRdollysharma2066
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Servicejennyeacort
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptMaryamAfzal41
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一Fi L
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfShivakumar Viswanathan
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一diploma 1
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubaikojalkojal131
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back17lcow074
 

Recently uploaded (20)

韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
 
办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一
办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一
办理学位证加州州立大学洛杉矶分校毕业证成绩单原版一比一
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdf
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis ppt
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
 
FiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdfFiveHypotheses_UIDMasterclass_18April2024.pdf
FiveHypotheses_UIDMasterclass_18April2024.pdf
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
shot list for my tv series two steps back
shot list for my tv series two steps backshot list for my tv series two steps back
shot list for my tv series two steps back
 

Design for people, Code for computers - Jasper Moelker (18 apr 2013)

  • 1. Jasper Moelker frontend developer De Voorhoede voorhoede.nl jasper@voorhoede.nl +31 (0)6 4458 4074 Design for people - Code for computers
  • 2. <h2 itemprop=”name”> Jasper Moelker </h2>, <span itemprop=”jobTitle”>frontend developer</span> <h2 itemprop=”affiliation”>De Voorhoede</h2> voorhoede.nl <a href=”mailto:jasper@voorhoede.nl” item- prop=”email”>jasper@voorhoede.nl</a> <a href=”tel:0031644584074” itemprop=”tele- phone”>+31 (0)6 4458 4074</a> <div itemtype=”http://schema.org/Person”> </div> <h1>Design for people - Code for computers</h1>
  • 3. All about the metadata • basic metadata • device icons • structured data • open graph • open search • rss feeds • xml sitemaps • robots & humans.txt
  • 4. It starts in your head example project: atelierPRO.nl • doctype • lang • charset • title • description • keywords • viewport
  • 5. Device icons favicon <link rel=”shortcut icon” href=”/favicon.ico”> touch icons win8 tile <meta name=”msappli cation-TileColor” content=”#0099DA”/> <meta name=”msappli cation-TileImage” content=”logo.png”/> (source: modern.ie)
  • 7. Structured data: WAI-ARIA www.w3.org/TR/wai-aria +aria-atomic +aria-busy +aria-controls +aria-describedby +aria-disabled +aria-dropeffect +aria-flowto +aria-grabbed +aria-haspopup +aria-hidden +aria-invalid +aria-label +aria-labelledby +aria-live +aria-owns +aria-relevant roletype +aria-activedescendant composite +aria-activedescendant group +aria-activedescendant +aria-autocomplete +aria-multiline +aria-readonly +aria-required textbox menuitemcheckbox +aria-multiselectable +aria-required tree +aria-multiselectable +aria-required listbox +aria-level +aria-multiselectable +aria-readonly grid +aria-autocomplete +aria-required combobox complementarymenuitemradio +aria-orientation slider +aria-expanded +aria-orientation separator +aria-expanded section +aria-pressed +aria-expanded button +aria-expanded link +aria-valuenow +aria-valuemin +aria-valuemax +aria-valuetext range +aria-expanded documentpresentation progressbar +aria-level +aria-selected row +aria-posinset +aria-setsize +aria-level listitem +aria-checked +aria-posinset +aria-selected +aria-setsize option +aria-required radiogroup +aria-required spinbutton contentinfoapplication menuitem navigation rowgroup checkbox +aria-level tablist command definition menubar landmark marquee directory scrollbar treeitem structure tabpanel treegrid toolbar banner search region stat tooltip widget article select menu timer img form main log note list input radio math Roles with a pale background and name in italics are abstract and cannot be used in content. Concrete roles have a yellow background and name in boldface. Access instructions at http://www.w3.org/TR/wai-aria/rdf_model.html. role data model (excerpt):role markup example: <ul id=”fontMenu” class=”menu” role=”menu” aria-hidden=”true”> <li id=”sans-serif” class=”menu-item” role=”menuitemradio” tabindex=”-1” aria-controls=”st1” aria-checked=”true”>Sans-serif</li> <li id=”serif” class=”menu-item” role=”menuitemradio” tabindex=”-1” aria-controls=”st1” aria-checked=”false”>Serif</li> ... (source: developer.mozilla.org/en-US/docs/Accessibility ) (source: www.w3.org/TR/wai-aria/roles )
  • 8. Structured data: examples <- example author <- example app <- example event metadata formats • schema.org • microformats • microdata • RDFa (source: http://support.google.com/webmasters /bin/answer.py?hl=en&answer=2650907 ) (source: google.com/webmasters/tools/richsnippets )
  • 9. Structured data: WebPage schema.org include protocol: <html lang=”nl” xmlns:og=”http://opengraph- protocol.org/schema/”> markup example: <body itemscope itemtype=”http://schema.org/WebPage”> <h1 itemprop=”name”> Gemeentehuis Bronckhorst </h1> <h2 itemprop=”headline”> <em>Uitzonderlijk duurzaam</em> en poëtische eenvoud </h2>
  • 10. Structured data: Person & Organization schema.org example: <h5>projectarchitect</h5> <a itemprop=”author” itemscope itemtype=”http://schema.org/Person” href=”/nl/projects/filter?person_id=2”> <span itemprop=”name”> Dorte Kristensen </span> </a> <h5>bouwkundig aannemer</h5> <a itemprop=”author” itemscope itemtype= ”http://schema.org/http://schema.org /Organization” href=”/nl/projects /filter?partner_id=2&amp;archive=0”> <span itemprop=”name”> Bam Utiliteitsbouw </span></a>
  • 11. Structured data: Postal Address schema.org example: <h4>Locatie</h4> <div itemprop=”contentLocation” itemscope itemtype=”http://schema.org /PostalAddress”> <a href=”/nl/projects/filter?archive=0 &amp;keywords=%22Hengelo%22”> <span itemprop=”streetAddress”> Elderinkweg 2 </span><br /> <span itemprop=”addressLocality”> Hengelo </span><br /> <span itemprop=”addressCountry”> Nederland </span> </a></div>
  • 12. Share on Social Media static share url example: <a href=”http://www.linkedin.com/shareArticle?mini=true &url={articleUrl}&title={articleTitle} &summary={articleSummary}&source={articleSource}”> Share on LinkedIn </a> (source: developer.linkedin.com/documents/share-linkedin )
  • 13. Open Graph ogp.me og metadata example: <!DOCTYPE html> <html xmlns:og=”http://opengraphprotocol.org/schema/” lang=”nl”> <!-- ...basic metadata... --> <!-- open graph: --> <meta property=”og:site_name” content=”atelier PRO”> <meta property=”og:url” content=”http://www.atelierpro.nl/nl/ projects/1/gemeentehuis-bronckhorst”> <meta property=”og:title” content=”Gemeentehuis Bronckhorst”> <meta property=”og:description” content=”Gemeentehuis Bronckhorst is uitzonderlijk duurzaam en poetisch eenvoudig...”> <meta property=”og:type” content=”website”> <meta property=”og:image” content=”http://atelierpro.nl/images/ project/gemeentehuis-bronckhorst.png”> <meta property=”og:image:width” content=”135”> <meta property=”og:image:height” content=”90”> <!-- ... --> (source: www.atelierpro.nl/nl/projects/1/gemeentehuis-bronckhorst )
  • 14. Open Search opensearch.org autodiscovery example: <link rel=”search” type=”application/opensearchdescription+xml” href=”http://z-ecx.images-amazon.com/images/ G/01/imdb/images/imdbsearch-3349468880._ V398722001_.xml” title=”IMDb” /> (source: www.imdb.com/find?s=all&q=reservoir )
  • 15. Open Search opensearch.org description document example: <OpenSearchDescription xmlns=”http:// a9.com/-/spec/opensearch/1.1/””> <ShortName>PRO search (nl)</ShortName> <Language>nl</Language> <Url type=”text/html” method=”get” template=”http://atelierpro.local/nl/ projects/filter?keywords={searchTerms}”/> </OpenSearchDescription> response elements example: <meta name=”totalResults” content=”4”/> <meta name=”startIndex” content=”1”/> <meta name=”itemsPerPage” content=”10”/> (source: www.atelierpro.nl/nl/projects/filter?keywords=bronckhorst )
  • 16. RSS feed xml file example: <?xml version=”1.0” encoding=”utf-8”?> <feed xmlns=”http://www.w3.org/2005/Atom”> <title>atelier PRO News</title> <link href=”http://atelierpro.nl/nl/blog/feed” rel=”self”/> <updated>2013-04-18T11:18:04Z</updated> <entry> <title>Eerste paal Damlaan</title> <link href=”http://atelierpro.nl/nl/blog/106/eerste-paal-damlaan” /> <id>http://atelierpro.nl/nl/blog/106/eerste-paal-damlaan</id> <updated>2013-04-12T00:00:00Z</updated> <summary> Op woensdag 10 april 2013 is op feestelijke wijze de eerste paal geslagen van het Kindcentrum Nieuwe Damlaan in Schiedam. gaan samen- wonen in &eacute;&eacute;n gebouw en gaan vol vertrouwen de nieuwe samenw- erking tegemoet. </summary> <author><name>atelier PRO</name></author> </entry>
  • 17. XML Sitemaps sitemaps.org example: <?xml version=”1.0” encoding=”UTF-8”?> <urlset xmlns=”http://www.sitemaps.org/schemas/ sitemap/0.9”> <url> <loc>http://atelierpro.nl/nl/blog/102</loc> <lastmod>2013-04-03T14:37:53+01:00</lastmod> <changefreq>monthly</changefreq> <priority>0.5</priority> </url> upload to Google & Bing Webmaster Tools and reference in robots.txt (source: google.com/webmasters/tools )
  • 18. Robots.txt www.robotstxt.org disallow example: User-agent: * Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /~joe/ sitemap index example: # http://www.sitemaps.org/protocol.html#submit_robots Sitemap: http://atelierpro.nl/nl/blog/sitemap Sitemap: http://atelierpro.nl/en/blog/sitemap Sitemap: http://atelierpro.nl/nl/office/sitemap Sitemap: http://atelierpro.nl/en/office/sitemap Sitemap: http://atelierpro.nl/nl/projects/sitemap Sitemap: http://atelierpro.nl/en/projects/sitemap
  • 19. Humans.txt www.humanstxt.org reference in head example: <link type=”text/plain” rel=”author” href=”http://domain/humans.txt” /> content: Presenter: Jasper Moelker Twitter @jbmoelker /* Special thanks to: */ Host: Wilfred Nas Twitter: @wnas Platform: fronteers Twitter: @fronteers