How we make websites Michael Smethurst Information Architect BBC Audio and Music
Designing and building data driven dynamic web applications… … the one web, domain driven, RESTful, open, linked data way
Explore the domain This should be clear from the business requirements. It might be food or music or gardening… Employ a domain expert Get them to sketch their world Sketch back at them Model real (physical and metaphysical) ‘things’  not  web pages - try to blank from your mind all thoughts of the resulting web site Do this through the lifetime of the project as you refine your understanding
Identify your domain objects As you chat and sketch with your domain expert you should build up a picture of the types of things they’re concerned with Make a list of these objects
Identify the relationships between your domain objects As your knowledge of the domain increases you’ll build up a picture of how your objects interlink Sketch basic entity relationship diagrams with your domain expert Keep sketching until the picture clears The resulting domain model will inform the rest of your project and should be one of the few ‘artifacts’ your project ever creates
Check your domain model with users Run focus groups Speak to users - get them to sketch their understanding of the domain Sketch back at them Synthesise the expert model and the user model User-centric design starts here - if you choose to model things and relationships between those things that users can't easily comprehend no amount of wireframes or personaes or storyboards will help you out
Check to see if your website already deals with some of your domain objects If it does then reuse this functionality by linking to these pages You don’t want to mint new URIs for existing objects Having more than one page per object confuses users and confuses Google Think of your website as a coherent whole; not as a collection of individual products As ever, don’t expose your internal organisational structures through your website. Users don’t care about departments or reporting lines
Design your database Translate your domain model into a physical database schema
Source your data Check if there are business systems in your organisation able to populate your schema Check if there are existing websites outside your organisation you can use to populate your schema Give preferential treatment to any websites that offer their data under a liberal licencing agreement - you can buy in data to help you slice and dice your own data but if you do this you might not be able to provide an open data API without giving away the 3rd party’s business model If your organisation AND an open data website can provide the data you need consider the danger in minting new identifiers for your own data - can you easily link out / can you easily get links in?
Pipe in your data Whether you choose to use your business data or buy data or use open data you’ll need a way of piping it into your database schema You’ll probably have to reshape it to make it suitable for publishing
Make your models In an MVC framework your models should contain all your business logic This mean they should capture all the constraints of your database schema plus all the extra constraints of your domain model
Design your URI schema This should follow naturally from your domain model This isn’t just about designing URIs for resources you link to - sometimes your pages will be made up of other transcluded resources - all of these subsidiary resources should be addressable too By making every nugget of content addressable you allow other sites to link to it, improve your bookmarkability and increase your SEO - cf. an individual ‘tweet’ Bear in mind that some representations (specifically mobile) will need smaller, more fragmented representations with lower page weight - designing your subsidiary resources to be addressable allows you to easily deal with this requirement - transclude the content on a desktop machine, link to it on a mobile
The usual rant about persistence It’s nice if URIs are human readable It’s also nice if they’re hackable It’s an absolute prerequisite that they’re persistent Don’t sacrifice persistence for the sake of prettiness or misguided SEO URIs are your promise to the web and your users - if you change them or change their meaning you break that promise - links break, bookmarks break, citations break and your search engine juice is lost * Cool URIs don’t change *
Make hello world pages for your primary domain objects For now all they need is an h1 with the title of the object
Make hello world pages for your primary aggregations For now all they need is an h1 with the title of the aggregation and a linked list of things aggregated
Define the data you need to build each of your pages For each URI define the data you need to build all representations of the object This should cover all the representations you intend to make- just because the HTML representation doesn’t need to show the updated date doesn’t mean the RSS or Atom or RDF don’t need it Some resources will transclude others. You don’t need to define the data required for these - just reference the transcluded resource
Build up your HTML pages and other representations Now you know what data you need you can begin to surface this in your representations If you’re working in HTML make sure you design your document to be semantically correct and accessible Try not to think about page layout - that’s the job of CSS not HTML In general your page should be structured into title, content, navigation - screen readers don’t want to fight through calendar tables etc to get to the content
Add caching and search sitemaps Knowing what can be cached and for how long is a vital part of designing your user experience Cache for too long and pages go stale Don’t cache for long enough and you send unnecessary traffic across the wires and place extra strain on your application Cached pages will also be faster and smoother to render in a browser And if your users are paying for data on a mobile every extra connection means bigger bills An example: if you’re creating a schedule page for today’s TV you want to cache for performance reasons but you don’t want to cache it for too long since schedules are subject to change. But you can cache yesterday’s schedule more aggressively and last week’s schedule more aggressively still Creating XML search sitemaps helps search engines know which bits of your site have been updated. Which helps them to know which bits to re-index
Apply layout CSS Add layout CSS to your HTML pages Experiment with different layouts for your markup by moving elements around the page
Test and iterate You should be testing with real users at every stage of development but it’s particularly important to conduct usability AND accessibility tests now It’s like testing traditional wireframes but you’re testing on the real application with real application behaviours and real data (no lorum ipsum) Sometimes the results of your testing will require changes to layout CSS, sometimes to markup, sometimes to the data you need to surface and sometimes to the underlying domain / data model Bear in mind if you’re using data from existing business systems there may need to be heavy investment to make changes to that data model and employ the staff to admin those changes Occasionally it might even mean renegotiating contracts with outside data providers - all design and usability issues are fixable - some just need more lawyers than others : )
Apply décor CSS Over the top of your wireframe application you can now start to add visual design and branding This is exactly the same process as taking a paper wireframe and applying design treatments over the top except you’re mainly working in CSS Experiment with different treatments - see how far you can stretch the design with the markup given Sometimes you’ll need to add additional markup to hook your CSS off Now’s the time to add background imagery for headers, dividers, buttons, list items etc so best to open Photoshop / Illustrator to make your design assets
And test and iterate Never stop testing Remember that personas are just abstractions of people - it’s always better to use real people Ideally you should be able to adjust your code / markup / CSS to respond to user requests If you can afford the recruitment / developer time there’s no better way to test than with a user sitting alongside a developer - the developer can react to user requests, tweak the application and gain instant feedback without the ambiguity that sometimes comes from test reports Again you should accessibility test - some of the design / décor changes may affect font sizes etc - make sure your users can still read the page
Add any JavaScript / AJAX By designing your browsable site first and adding in Javascript / AJAX over the top you stand a better chance of making an accessible web site - one that degrades gracefully As ever Google et al are your least able users - search bots don’t like forms or JavaScript - sites that degrade well for accessibility also degrade well for search engines Making every subsidiary resource addressable and providing these resources serialised as XML or JSON makes adding AJAX relatively trivial You’ll probably need to tweak your CSS to adjust to life with JavaScript / AJAX
And test and iterate Again test your site for accessibility and usability with JavaScript turned on and off
Continue Follow the same steps for each development cycle Some development cycles will just be about surfacing new views of the existing domain model; some will require expanding your domain model Now you know your domain model and have made each domain object addressable layering over new views and more subtle user journeys should be trivial And keep testing!

More Related Content

PPT
Designing For Your Least Able User
PDF
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...
PDF
The Ultimate Guide to Scrapebox - The Only Scrapebox Tutorial You Need
PPTX
Seo basics part 3
PPT
Digital technology for museum learning oxford 2 mar 12 reduced for uploading
PDF
SEO Footprints by www.Netrix.co.uk - Comprehensive Guide to Website Footprints
PPTX
The Search Engine Experience
PDF
Strategic link building
Designing For Your Least Able User
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...
The Ultimate Guide to Scrapebox - The Only Scrapebox Tutorial You Need
Seo basics part 3
Digital technology for museum learning oxford 2 mar 12 reduced for uploading
SEO Footprints by www.Netrix.co.uk - Comprehensive Guide to Website Footprints
The Search Engine Experience
Strategic link building

What's hot (20)

PDF
Competitive On Site Optimization
PDF
Complete Guide to Seo Footprints
PDF
seo savage 2012
PPT
SEO Tips Even Mom Would Love
PPTX
TFM - Using Google Tag Manager for ecom
PDF
The duck soup link building guide
PPTX
Designyourownblog.com External Links Audit
PDF
The must have guide to finding backlinks the mammoth approach
DOCX
EDU and GOV Dofollow Backlinks 2017
PPTX
External Backlink Analysis
PPT
SEO Benchmark
PDF
Seo Book
PPT
Promoting your website_through_search_engine
PDF
Technical SEO - Gone is Never Gone - Fixing Generational Cruft and Technical ...
PPTX
Understanding SEO
PDF
11 Advanced Uses of Screaming Frog Nov 2019 DMSS
PDF
Duplicate Content Myths Types and Ways To Make It Work For You
PDF
SEO - Stop Eating Your Words - Avoid Cannibalisation Of Your Sites
DOCX
Online Visibility Worksheet for Social Profiles
PPTX
Designyourownblog.com On-Site SEO Auidt
Competitive On Site Optimization
Complete Guide to Seo Footprints
seo savage 2012
SEO Tips Even Mom Would Love
TFM - Using Google Tag Manager for ecom
The duck soup link building guide
Designyourownblog.com External Links Audit
The must have guide to finding backlinks the mammoth approach
EDU and GOV Dofollow Backlinks 2017
External Backlink Analysis
SEO Benchmark
Seo Book
Promoting your website_through_search_engine
Technical SEO - Gone is Never Gone - Fixing Generational Cruft and Technical ...
Understanding SEO
11 Advanced Uses of Screaming Frog Nov 2019 DMSS
Duplicate Content Myths Types and Ways To Make It Work For You
SEO - Stop Eating Your Words - Avoid Cannibalisation Of Your Sites
Online Visibility Worksheet for Social Profiles
Designyourownblog.com On-Site SEO Auidt
Ad

Similar to How We Make Websites (20)

PPT
How we make websites (IWMW2009)
PPT
How the BBC Make Web sites
PPT
Information Architecture for Drupal
PPTX
WebBestPractices3
PPTX
Redesigning a large B2B website - The FusionCharts revamping story
PPTX
6 key things UXers need to know while working with APIs
PDF
Ux gsg
PPT
Developing For The Web
PPTX
Webstock 2011
PDF
Essential Guide to Web Design & Development - Key Trends and Tips.pdf
PDF
IA workshop
PPTX
Amsterdam Pm Web Process
PPTX
Intro to UX Design
PPT
Rich User Experience Documentation - Update
PDF
Jumpstart Your Web App
PDF
Class 4: Introduction to web technology entrepreneurship
PPTX
SXSW After Party
PDF
Web valley talk - usability, visualization and mobile app development
PDF
5 Top Web Design and Development Tips for an Awesome Web App
PDF
Web Design and Development, SEO In India.pdf
How we make websites (IWMW2009)
How the BBC Make Web sites
Information Architecture for Drupal
WebBestPractices3
Redesigning a large B2B website - The FusionCharts revamping story
6 key things UXers need to know while working with APIs
Ux gsg
Developing For The Web
Webstock 2011
Essential Guide to Web Design & Development - Key Trends and Tips.pdf
IA workshop
Amsterdam Pm Web Process
Intro to UX Design
Rich User Experience Documentation - Update
Jumpstart Your Web App
Class 4: Introduction to web technology entrepreneurship
SXSW After Party
Web valley talk - usability, visualization and mobile app development
5 Top Web Design and Development Tips for an Awesome Web App
Web Design and Development, SEO In India.pdf
Ad

More from fantasticlife (7)

PPTX
Ontologies, URLs and Registers
PPTX
Toward a parliamentary domain model
PPT
Linked data context strategy
PPT
People on bbccouk_pitch_nov2012
PPT
Old Media, New Media, the productisation of publishing and the tethered appli...
PPT
Semweb at the BBC
PPT
BBC Programmes
Ontologies, URLs and Registers
Toward a parliamentary domain model
Linked data context strategy
People on bbccouk_pitch_nov2012
Old Media, New Media, the productisation of publishing and the tethered appli...
Semweb at the BBC
BBC Programmes

Recently uploaded (20)

PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PDF
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
PDF
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
PDF
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
PDF
Introduction to MCP and A2A Protocols: Enabling Agent Communication
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
Advancing precision in air quality forecasting through machine learning integ...
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PPTX
MuleSoft-Compete-Deck for midddleware integrations
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PDF
EIS-Webinar-Regulated-Industries-2025-08.pdf
PDF
A symptom-driven medical diagnosis support model based on machine learning te...
PDF
Co-training pseudo-labeling for text classification with support vector machi...
DOCX
Basics of Cloud Computing - Cloud Ecosystem
PDF
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
PDF
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
INTERSPEECH 2025 「Recent Advances and Future Directions in Voice Conversion」
Accessing-Finance-in-Jordan-MENA 2024 2025.pdf
Rapid Prototyping: A lecture on prototyping techniques for interface design
Lung cancer patients survival prediction using outlier detection and optimize...
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
Data Virtualization in Action: Scaling APIs and Apps with FME
Introduction to MCP and A2A Protocols: Enabling Agent Communication
Auditboard EB SOX Playbook 2023 edition.
Advancing precision in air quality forecasting through machine learning integ...
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
MuleSoft-Compete-Deck for midddleware integrations
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
EIS-Webinar-Regulated-Industries-2025-08.pdf
A symptom-driven medical diagnosis support model based on machine learning te...
Co-training pseudo-labeling for text classification with support vector machi...
Basics of Cloud Computing - Cloud Ecosystem
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf

How We Make Websites

  • 1. How we make websites Michael Smethurst Information Architect BBC Audio and Music
  • 2. Designing and building data driven dynamic web applications… … the one web, domain driven, RESTful, open, linked data way
  • 3. Explore the domain This should be clear from the business requirements. It might be food or music or gardening… Employ a domain expert Get them to sketch their world Sketch back at them Model real (physical and metaphysical) ‘things’ not web pages - try to blank from your mind all thoughts of the resulting web site Do this through the lifetime of the project as you refine your understanding
  • 4. Identify your domain objects As you chat and sketch with your domain expert you should build up a picture of the types of things they’re concerned with Make a list of these objects
  • 5. Identify the relationships between your domain objects As your knowledge of the domain increases you’ll build up a picture of how your objects interlink Sketch basic entity relationship diagrams with your domain expert Keep sketching until the picture clears The resulting domain model will inform the rest of your project and should be one of the few ‘artifacts’ your project ever creates
  • 6. Check your domain model with users Run focus groups Speak to users - get them to sketch their understanding of the domain Sketch back at them Synthesise the expert model and the user model User-centric design starts here - if you choose to model things and relationships between those things that users can't easily comprehend no amount of wireframes or personaes or storyboards will help you out
  • 7. Check to see if your website already deals with some of your domain objects If it does then reuse this functionality by linking to these pages You don’t want to mint new URIs for existing objects Having more than one page per object confuses users and confuses Google Think of your website as a coherent whole; not as a collection of individual products As ever, don’t expose your internal organisational structures through your website. Users don’t care about departments or reporting lines
  • 8. Design your database Translate your domain model into a physical database schema
  • 9. Source your data Check if there are business systems in your organisation able to populate your schema Check if there are existing websites outside your organisation you can use to populate your schema Give preferential treatment to any websites that offer their data under a liberal licencing agreement - you can buy in data to help you slice and dice your own data but if you do this you might not be able to provide an open data API without giving away the 3rd party’s business model If your organisation AND an open data website can provide the data you need consider the danger in minting new identifiers for your own data - can you easily link out / can you easily get links in?
  • 10. Pipe in your data Whether you choose to use your business data or buy data or use open data you’ll need a way of piping it into your database schema You’ll probably have to reshape it to make it suitable for publishing
  • 11. Make your models In an MVC framework your models should contain all your business logic This mean they should capture all the constraints of your database schema plus all the extra constraints of your domain model
  • 12. Design your URI schema This should follow naturally from your domain model This isn’t just about designing URIs for resources you link to - sometimes your pages will be made up of other transcluded resources - all of these subsidiary resources should be addressable too By making every nugget of content addressable you allow other sites to link to it, improve your bookmarkability and increase your SEO - cf. an individual ‘tweet’ Bear in mind that some representations (specifically mobile) will need smaller, more fragmented representations with lower page weight - designing your subsidiary resources to be addressable allows you to easily deal with this requirement - transclude the content on a desktop machine, link to it on a mobile
  • 13. The usual rant about persistence It’s nice if URIs are human readable It’s also nice if they’re hackable It’s an absolute prerequisite that they’re persistent Don’t sacrifice persistence for the sake of prettiness or misguided SEO URIs are your promise to the web and your users - if you change them or change their meaning you break that promise - links break, bookmarks break, citations break and your search engine juice is lost * Cool URIs don’t change *
  • 14. Make hello world pages for your primary domain objects For now all they need is an h1 with the title of the object
  • 15. Make hello world pages for your primary aggregations For now all they need is an h1 with the title of the aggregation and a linked list of things aggregated
  • 16. Define the data you need to build each of your pages For each URI define the data you need to build all representations of the object This should cover all the representations you intend to make- just because the HTML representation doesn’t need to show the updated date doesn’t mean the RSS or Atom or RDF don’t need it Some resources will transclude others. You don’t need to define the data required for these - just reference the transcluded resource
  • 17. Build up your HTML pages and other representations Now you know what data you need you can begin to surface this in your representations If you’re working in HTML make sure you design your document to be semantically correct and accessible Try not to think about page layout - that’s the job of CSS not HTML In general your page should be structured into title, content, navigation - screen readers don’t want to fight through calendar tables etc to get to the content
  • 18. Add caching and search sitemaps Knowing what can be cached and for how long is a vital part of designing your user experience Cache for too long and pages go stale Don’t cache for long enough and you send unnecessary traffic across the wires and place extra strain on your application Cached pages will also be faster and smoother to render in a browser And if your users are paying for data on a mobile every extra connection means bigger bills An example: if you’re creating a schedule page for today’s TV you want to cache for performance reasons but you don’t want to cache it for too long since schedules are subject to change. But you can cache yesterday’s schedule more aggressively and last week’s schedule more aggressively still Creating XML search sitemaps helps search engines know which bits of your site have been updated. Which helps them to know which bits to re-index
  • 19. Apply layout CSS Add layout CSS to your HTML pages Experiment with different layouts for your markup by moving elements around the page
  • 20. Test and iterate You should be testing with real users at every stage of development but it’s particularly important to conduct usability AND accessibility tests now It’s like testing traditional wireframes but you’re testing on the real application with real application behaviours and real data (no lorum ipsum) Sometimes the results of your testing will require changes to layout CSS, sometimes to markup, sometimes to the data you need to surface and sometimes to the underlying domain / data model Bear in mind if you’re using data from existing business systems there may need to be heavy investment to make changes to that data model and employ the staff to admin those changes Occasionally it might even mean renegotiating contracts with outside data providers - all design and usability issues are fixable - some just need more lawyers than others : )
  • 21. Apply décor CSS Over the top of your wireframe application you can now start to add visual design and branding This is exactly the same process as taking a paper wireframe and applying design treatments over the top except you’re mainly working in CSS Experiment with different treatments - see how far you can stretch the design with the markup given Sometimes you’ll need to add additional markup to hook your CSS off Now’s the time to add background imagery for headers, dividers, buttons, list items etc so best to open Photoshop / Illustrator to make your design assets
  • 22. And test and iterate Never stop testing Remember that personas are just abstractions of people - it’s always better to use real people Ideally you should be able to adjust your code / markup / CSS to respond to user requests If you can afford the recruitment / developer time there’s no better way to test than with a user sitting alongside a developer - the developer can react to user requests, tweak the application and gain instant feedback without the ambiguity that sometimes comes from test reports Again you should accessibility test - some of the design / décor changes may affect font sizes etc - make sure your users can still read the page
  • 23. Add any JavaScript / AJAX By designing your browsable site first and adding in Javascript / AJAX over the top you stand a better chance of making an accessible web site - one that degrades gracefully As ever Google et al are your least able users - search bots don’t like forms or JavaScript - sites that degrade well for accessibility also degrade well for search engines Making every subsidiary resource addressable and providing these resources serialised as XML or JSON makes adding AJAX relatively trivial You’ll probably need to tweak your CSS to adjust to life with JavaScript / AJAX
  • 24. And test and iterate Again test your site for accessibility and usability with JavaScript turned on and off
  • 25. Continue Follow the same steps for each development cycle Some development cycles will just be about surfacing new views of the existing domain model; some will require expanding your domain model Now you know your domain model and have made each domain object addressable layering over new views and more subtle user journeys should be trivial And keep testing!