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

Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxbingyichin04
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...Call Girls in Nagpur High Profile
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...Call Girls in Nagpur High Profile
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...sonalitrivedi431
 
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Availabledollysharma2066
 
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...poojakaurpk09
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja Nehwal
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...amitlee9823
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja Nehwal
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...nirzagarg
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxjanettecruzeiro1
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 

Recently uploaded (20)

Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
 
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Vasundhra (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 

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