<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
  <title>No Script Show</title>
  <subtitle>Building solid websites simply.</subtitle>
  <link href="https://noscript.show/feed/feed.xml" rel="self" />
  <link href="https://noscript.show/" />
  <updated>2026-07-16T00:00:00Z</updated>
  <id>https://noscript.show/</id>
  <author>
    <name>No Script Show</name>
  </author>
  <entry>
    <title>Modern Web Standards</title>
    <link href="https://noscript.show/33/" />
    <updated>2026-07-16T00:00:00Z</updated>
    <id>https://noscript.show/33/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&#39;s the presentation slides. Below is the text version.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/web-standards.pdf&quot; title=&quot;Episode slides&quot; loading=&quot;lazy&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;h2 id=&quot;modern-web-standards&quot;&gt;Modern Web Standards&lt;/h2&gt;
&lt;p&gt;Shared rules that keep the web open, interoperable, and robust across devices and browsers. They cover HTML, CSS, JavaScript, accessibility, performance, and security practices.&lt;/p&gt;
&lt;p&gt;This means we:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use well-structured, semantic HTML to give content clear meaning.&lt;/li&gt;
&lt;li&gt;Separate content, presentation, and behavior so sites are maintainable.&lt;/li&gt;
&lt;li&gt;Aim for cross browser and device compatibility instead of relying on proprietary or fragile features.&lt;/li&gt;
&lt;li&gt;Standards evolve, so it’s a commitment to stay aligned with current best practices.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;the-historical-evolution&quot;&gt;The Historical Evolution&lt;/h2&gt;
&lt;p&gt;The W3C was founded in 1994 to guide the web through open, shared standards.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Designers often used HTML tables for layout because CSS support was still immature.&lt;/li&gt;
&lt;li&gt;In 1998, the Web Standards Project (WaSP) began pushing browsers to support standards properly.&lt;/li&gt;
&lt;li&gt;In the 1990s, browser competition created incompatible implementations and fragile websites.&lt;/li&gt;
&lt;li&gt;Better support for HTML, CSS, and JavaScript helped the industry move toward semantic, maintainable, standards-based web design.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;why-it-matters&quot;&gt;Why it matters&lt;/h2&gt;
&lt;p&gt;Makes sites easier to update, extend, and integrate with other tools.&lt;/p&gt;
&lt;p&gt;Web standards reduces technical debt, improves performance, and helps site to works well for more people, in more places, for longer.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Visitors get faster load times, better accessibility, and fewer glitches.&lt;/li&gt;
&lt;li&gt;We avoid unnecessary lock-in to proprietary technologies (where an open standard exists).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;core-principles&quot;&gt;Core principles&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Progressive enhancement: Start with a solid, accessible core that works in basic conditions, then layer on enhancements for capable browsers and devices.&lt;/li&gt;
&lt;li&gt;Semantic structure: Use HTML elements for their intended purpose so content is meaningful to both people and machines (browsers, search engines, assistive tech).&lt;/li&gt;
&lt;li&gt;Responsive design: Design layouts, typography, and media that adapt gracefully to different screen sizes and orientations.&lt;/li&gt;
&lt;li&gt;Performance and resilience: Favour lightweight assets, efficient code, and graceful fallbacks over fragile, heavy solutions.&lt;/li&gt;
&lt;li&gt;Security and privacy: Use secure protocols (HTTPS), avoid unsafe patterns, and respect user data.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;how-website-owners-apply-this&quot;&gt;How website owners apply this&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Prefer solutions that work in a regular browser without special plugins or proprietary viewers.&lt;/li&gt;
&lt;li&gt;Avoid demanding features that rely on “magic” if they create performance or accessibility problems.&lt;/li&gt;
&lt;li&gt;Keep content structured with meaningful headings, lists, and labels rather than styling alone.&lt;/li&gt;
&lt;li&gt;Encourage use of responsive layouts and media that work well on mobile, tablet, and desktop.&lt;/li&gt;
&lt;li&gt;Periodically review the site for outdated technologies (unsupported APIs, insecure embeds, obsolete formats) and plan to replace them.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Website owners don’t need to know every technical detail, but they can still make decisions that reinforce standards-based practice.&lt;/p&gt;
&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.w3.org/standards/&quot;&gt;W3C – Web Standards and Guidelines: overview of the core standards that shape the web&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.mozilla.org/&quot;&gt;MDN Web Docs – Web Standards: practical, developer‑friendly documentation on HTML, CSS, and JavaScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://web.dev/&quot;&gt;Web.dev (by Chrome team) – guides on modern best practices for performance, accessibility, and PWA features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://html.spec.whatwg.org/&quot;&gt;WHATWG – HTML Living Standard: the continuously updated definition of HTML&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Welcome to the No Script Show. In this episode, we are looking at web standards, what they are, why they matter, it&#39;s principles, and why we should apply them. You can find all of the show notes and resources at no script show 33. So that&#39;s no script show slash the numbers three three. And the link, if you&#39;re watching on YouTube, will be in the first comment just below the subscribe and like buttons.&lt;/p&gt;
&lt;p&gt;And as always over there is David Waumsley. How are you doing, David? You all right?&lt;/p&gt;
&lt;p&gt;[00:00:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I&#39;m very well, Nathan. Thank you.&lt;/p&gt;
&lt;p&gt;[00:00:40] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Good. Yeah.&lt;/p&gt;
&lt;p&gt;[00:00:40] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, I&#39;m in a strange location at the moment. Quite uncomfortable, but,&lt;/p&gt;
&lt;p&gt;[00:00:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; oh, just&lt;/p&gt;
&lt;p&gt;[00:00:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; bear with, oh,&lt;/p&gt;
&lt;p&gt;[00:00:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; bless you. Let&#39;s hope you managed to keep going for the next 30 minutes or so. Good luck.&lt;/p&gt;
&lt;p&gt;[00:00:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Anyway, so this is actually the kinda last in a bit of a series that we&#39;re doing. Really, it is the last philosophical pillar of our, website owners manual. Just for a bit of context for this, so the website owner&#39;s manual is this kind of living document and style guide that we&#39;re working on to help us with web projects.&lt;/p&gt;
&lt;p&gt;And underpinning that is some of the, well-known, established principles. And web standard is just one of these that I mentioned in the preface of the manual itself. The others, which we&#39;ve already covered so fast, this brings to the last is inclusive design, designing for everybody, content design, giving users what they need and when they need it, the indie web and agile development.&lt;/p&gt;
&lt;p&gt;So really the last one, I think that sort of dovetails together to give us, if you like, some, I don&#39;t know, credibility to, the, way we approach websites is, web standards. So that&#39;s what we&#39;re going to talk about. And I, there&#39;s a lot, again, as always for you to read on this.&lt;/p&gt;
&lt;p&gt;[00:01:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, it&#39;s all good.&lt;/p&gt;
&lt;p&gt;I, luckily I&#39;m all at reading, so that&#39;s fine. We can,&lt;/p&gt;
&lt;p&gt;[00:01:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; and I&#39;m useless.&lt;/p&gt;
&lt;p&gt;[00:01:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; We can totally do that. So if you wanna stick up the next slide, I will read it out for those people. Yeah. That benefit from that. Here we go. So I guess we&#39;re trying to figure out what web standards are, and this slide is entitled Modern Web Standards.&lt;/p&gt;
&lt;p&gt;Shared Rules is what they are that keep the open web open and interoperable. They keep it robust across devices and browsers. They cover things like H-T-M-L, C-S-S, JavaScript, accessibility, performance, and Security Practises. This means, and there&#39;s three bullet points here. This means that we can use well-structured semantic, HTML to give content, clear meaning.&lt;/p&gt;
&lt;p&gt;We also separate content, presentation and behaviour. So sites are maintainable and aim for cross browser and device compatibility. Instead of relying on proprietary or fragile features, standards evolve. So it&#39;s a commitment to staying aligned. With the best current practises. So that&#39;s the slide red.&lt;/p&gt;
&lt;p&gt;They&#39;re all very laudable, aren&#39;t they? They&#39;re lovely. But, whether or not we, managed to keep up with those, we&#39;ll see. Do you&lt;/p&gt;
&lt;p&gt;[00:03:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; wanna bring our faces back?&lt;/p&gt;
&lt;p&gt;[00:03:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, there we&lt;/p&gt;
&lt;p&gt;[00:03:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; go. B to see.&lt;/p&gt;
&lt;p&gt;[00:03:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah.&lt;/p&gt;
&lt;p&gt;[00:03:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I&#39;ve got really nothing to say &#39;cause that&#39;s a good summary of this. So I&#39;m gonna another slide with to read, so&lt;/p&gt;
&lt;p&gt;[00:03:12] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; That&#39;s okay.&lt;/p&gt;
&lt;p&gt;I enjoy the reading. It&#39;s all good. So, have you moved it on? Yes, you have. So this is the evolution of all of that. we&#39;re quite lucky to have had that evolution, by the way. it could have all started as a proprietary platform locked down by, I don&#39;t know, governments or private equity or whatever.&lt;/p&gt;
&lt;p&gt;So we&#39;re quite lucky that we had this history, but here is the history potted into five little bullet points. The W three C, which I always struggled to say, was founded in 1994 to guide the web through open shared standards. We&#39;re very lucky that we had thoughtful people back then that made those decisions.&lt;/p&gt;
&lt;p&gt;In the 1990s browser competition created incompatible implementations and fragile websites. Designers often used HDML tables for layout because CSS support was still immature. And then by 1998, the web standards project or WASP with a small a, began pushing browsers to support standards properly. And more recently, better support for H-D-M-L-C-S-S and JavaScript help the industry move towards semantic maintainable standards based web design.&lt;/p&gt;
&lt;p&gt;yeah. Yeah. Okay. Good.&lt;/p&gt;
&lt;p&gt;[00:04:25] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I find this history quite fascinating. Yeah, I, we talked a few episodes back a little bit after I&#39;d read the, Tim Burner&#39;s lead book, the most recent one, I think from 2025. where it&#39;s talking about. So it&#39;s quite interesting how at certain points that the W three C could have not existed or could have been taken over by, commercial concerns.&lt;/p&gt;
&lt;p&gt;But, I&#39;ve got a few notes, so I&#39;m gonna read my ones out actually. Okay. which is, that the, web standards was never just about clean code, which is I think what a lot of people associated with it. It was always about preserving the web as a universal low friction medium, something for everybody.&lt;/p&gt;
&lt;p&gt;And in, in a way, it&#39;s there to safeguard the future against the more harmful effects of capitalism because, we would all end up with proprietary and it is a sort of stand for democracy, isn&#39;t it? It does empower people there. And I think, I, we&#39;ve talked about this a lot &#39;cause we&#39;ve gone over the history and that with this whole table base things with the websites and stuff and how, in a way that kind of wrecked the web because it was a way of being able to, with your HTML be able to reach so many different people because screen readers could read them.&lt;/p&gt;
&lt;p&gt;the content had some sense to its markup on that. And it&#39;s, still quite incredible because in recent history, I still think of React and I think others do as well, as a, very similar mistake, this idea that Yep. your JavaScript before your HT ML and do that, but it seems to be dying out bit.&lt;/p&gt;
&lt;p&gt;yeah. is there anything you wanted to say? I could go&lt;/p&gt;
&lt;p&gt;[00:06:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No, I, just think, I&#39;m just gonna reiterate the fact that this really genuinely could have gone another way. And we are, I&#39;m really struggling to find anything where humans have been Let&#39;s say I, I guess philanthropic, that&#39;s the wrong word.&lt;/p&gt;
&lt;p&gt;Egalitarian. Let&#39;s go with that. Where this endeavour, which anybody could have seen, could have been just packaged up and sold. if, oh, access to the internet is pay to play, if you wanna have a website, you&#39;ve gotta pay a fee to this company over here who controls, I don&#39;t know, the northeast of England internet or the, UK internet or the French internet, or whatever it may have been.&lt;/p&gt;
&lt;p&gt;It really could have gone that way. And it wouldn&#39;t have surprised me if the people who, the sort of founding fathers of the internet, for want of a better word, it wouldn&#39;t be surprising to me if they had intuitions, which they had to bury deep, that oh, I wonder if you should do it this way instead.&lt;/p&gt;
&lt;p&gt;Maybe there&#39;s a, but also, it wouldn&#39;t surprise me if they were approached by some fairly deep pocketed individuals who would&#39;ve loved it to go that way, but they managed to resist all those temptations. And now we just take it for granted in the same way that, I don&#39;t know, we take shelter as a basic human right, and we take the right for freedom as a basic human right.&lt;/p&gt;
&lt;p&gt;We now pile this in with that, access to information via the internet, more or less as a human right. And it really didn&#39;t have to go that way. And I guess we&#39;re lucky in the parts of the world where we live, because that is, is available to us. But, there are certain areas of the world where that is not the case.&lt;/p&gt;
&lt;p&gt;And I&#39;m sure it would be a different description that would be given of the internet in those places. So yeah, we&#39;re very lucky, basically. Long may it last.&lt;/p&gt;
&lt;p&gt;[00:07:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And I hope, we see, wasp, the web standards project was, I really remember that. I came into web design, when that was strong.&lt;/p&gt;
&lt;p&gt;And you&#39;ve got leaders of that creating, oh, I&#39;ve forgotten the name of it. That thing where you could restyle HDML to show there was a something Garden, Zen Garden, Zen&lt;/p&gt;
&lt;p&gt;[00:08:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Gardens. Yeah.&lt;/p&gt;
&lt;p&gt;[00:08:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; That&#39;s what you&lt;/p&gt;
&lt;p&gt;[00:08:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; mean.&lt;/p&gt;
&lt;p&gt;[00:08:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And yeah, the people voices there were fighting, if you like, against the tables, because that was taking the web off in the wrong direction.&lt;/p&gt;
&lt;p&gt;And I think, hopefully it was seen more that, again, because it&#39;s always under threat. I think the web itself, AI is obviously a threat to it at the moment.&lt;/p&gt;
&lt;p&gt;[00:08:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. I think an interesting pivot has happened at some point where when the web began, almost nobody was employed. On the web, like there, there maybe a few people were getting paid to make websites, but it, it was just this buildup of protocols and buildup of, infrastructure and hardware and the backbone to the internet.&lt;/p&gt;
&lt;p&gt;But very few people were actually getting paid in order to be on the web, if But fast forward to now we&#39;re recording this in 2026, there&#39;s a lot of people who are being paid to be online and it economics compels those people to wall up as much as possible and to, create as much wealth as they can from that thing.&lt;/p&gt;
&lt;p&gt;So there&#39;s this interesting shift where the sort of philanthropic side, back in the day that we&#39;re talking about here, we&#39;re looking at all this history, people, I think just approach the internet in a different way. It was more of a thing that you did perhaps as a hobby, perhaps in your spare time, perhaps as a greater good mapping things, how they might be in the future.&lt;/p&gt;
&lt;p&gt;And now that there are so many people whose jobs are online, we do have this sort of more walling up thing. you build a platform and you put a pay wall around it and all of those kind of things. So it&#39;d be interesting to see if we can survive it, whether we can have both the open web as well as the more closed web living in harmony.&lt;/p&gt;
&lt;p&gt;Because certainly the closed web requires the open web in order to operate. But sometimes I think the closed web forgets itself and forgets to, acknowledge that the open web needs to be there.&lt;/p&gt;
&lt;p&gt;[00:10:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I&#39;ve made some notes about open source as well. &#39;cause that comes into it. Yeah. But I&#39;ll move on to the next slide.&lt;/p&gt;
&lt;p&gt;Yeah, sure. Another, one for you to read out, which is just going over some of the basics.&lt;/p&gt;
&lt;p&gt;[00:10:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So, here we get to the knob of it. Really why all of this matters. So web standards reduces technical debt, improves performance, and helps sites to work well for more people in more places for longer.&lt;/p&gt;
&lt;p&gt;That&#39;s a nice summary. it makes site easier to maintain, extend, and integrate with other tools. Visitors get faster load times, better accessibility and fewer glitches. We avoid unnecessary lock-in to proprietary technologies where an open standard it does exist. Yeah.&lt;/p&gt;
&lt;p&gt;[00:10:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think that&#39;s where you can live.&lt;/p&gt;
&lt;p&gt;there are reasons why you might need some proprietary stuff, but often what&#39;s happened is that the need, to wall people often make money means that the, open standards often get ignored. Everybody has to be on the platform when actually they don&#39;t, do they? no, there were so many websites.&lt;/p&gt;
&lt;p&gt;Yeah.&lt;/p&gt;
&lt;p&gt;[00:11:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:11:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; like that. And I think, it, moving on to the open source thing, which I, for me it was, it&#39;s pivotal to this, us doing this show and me moving away from WordPress was the fact that, the, I was very much into the open source and that, and there&#39;s a new automatic documentary, which is out at the moment talking about the freedoms that something like WordPress or open source offers over proprietary.&lt;/p&gt;
&lt;p&gt;But I think that&#39;s all well and good, but my problem often is, the same attention doesn&#39;t go to open standards. and a lot of the open source is really controlled by investor or corporate money that keeps it running who may not be so committed to the web standards themselves. So I&#39;m, I think it&#39;s just remarkable.&lt;/p&gt;
&lt;p&gt;It was just saying that the W three C has managed to bring together, if you like, all the biggest competitors. to agree on things for the common good. it&#39;s always been a bit of a push and shove thing where perhaps some people, as I think Tim Burners Lee mentioned about those, some people in Google that were splitting up a little bit of the W three C.&lt;/p&gt;
&lt;p&gt;That&#39;s why we end up with, and I always forget what it is, what wg the, standards for HTML came out of a bit of a tussle there.&lt;/p&gt;
&lt;p&gt;[00:12:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, okay. Oh, interesting.&lt;/p&gt;
&lt;p&gt;[00:12:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah. So we had this sort of two documentation thing going on because it was a kind of a power play. I think subtly it&#39;s in his book anyway.&lt;/p&gt;
&lt;p&gt;It&#39;s&lt;/p&gt;
&lt;p&gt;[00:12:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; always politics, isn&#39;t it? Always. Yeah. There&#39;s&lt;/p&gt;
&lt;p&gt;[00:12:50] &lt;strong&gt;David Waumsley:&lt;/strong&gt; always this attempt. But I, this came out of that sort of shift of the fact that we got this end of browser war interoperability. Yeah. This idea that the common good, all of these browsers are gonna, at least at that level, allow, have a common HTML and CSS that everybody can use, and it will work the same in all of the browsers.&lt;/p&gt;
&lt;p&gt;[00:13:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:13:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So there is at least that, which I think has been,&lt;/p&gt;
&lt;p&gt;[00:13:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; quite, oh, it&#39;s a miracle. It&#39;s a miracle that any of it took off. It&#39;s a miracle that it&#39;s maintained itself. It&#39;s a miracle that people did avoid the temptation to wall everything off. we&#39;re very lucky to have all of this.&lt;/p&gt;
&lt;p&gt;&#39;cause, you can, rewind the clock and replay the universe, it feels like 999 times out of a thousand, this doesn&#39;t happen. it just goes into, proprietary, locked, walled garden systems right at the beginning, so that, that history and those loud voices at the start we&#39;re very lucky to have had them.&lt;/p&gt;
&lt;p&gt;[00:13:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah. Tim Burnley particularly is, it was quite astute to realise how things could go wrong with something, which of course, the web was created outta public money, as most things aren&#39;t they? They come initially the public fund for these things. It&#39;s just, this, some billionaire turns up and able to buy.&lt;/p&gt;
&lt;p&gt;[00:14:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It&#39;ll be really interesting to see in the future, in the same way that, I don&#39;t know, a great way to summarise it would be you look on bank notes in any country and they&#39;ve always got their kind of great figures from the past, and often they&#39;re really peculiar people. people who won battles and killed lots of people, Oh yeah. We&#39;ll put them on a bank note. But it&#39;d be interesting to see if in the future, this thing that we&#39;re talking about, the internet gets that kind of status. it becomes this, epoch making thing and whether the likes of Tim Burners Lee get that moment, get that, plinth outside of an important building in the world somewhere where there&#39;s a statue of Tim and Vince Surf and all of those kind of people.&lt;/p&gt;
&lt;p&gt;It&#39;d be interesting to see how their legacy plays out. Yeah,&lt;/p&gt;
&lt;p&gt;[00:14:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah. For the web anyway, not yeah,&lt;/p&gt;
&lt;p&gt;[00:14:58] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; for the web. Yeah.&lt;/p&gt;
&lt;p&gt;[00:14:59] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. let me move on to the next thing, the core principles.&lt;/p&gt;
&lt;p&gt;[00:15:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. All right. So core principles are summarised in five bullet points and they go as follows, progressive enhancement, that&#39;s the first one.&lt;/p&gt;
&lt;p&gt;So start with a solid, accessible core that works in basic conditions. Then layer on enhancements for capable browsers and devices. Then we&#39;ve got semantic structure use HTM element, sorry, I&#39;ll start that again. Use HTML elements for their intended purpose. So content is meaningful to both people and machines.&lt;/p&gt;
&lt;p&gt;That could be browser search engines, assistive tech and so on. Responsive design, layouts, typography and media that adapt gracefully to different screen sizes and orientations. Performance and resilience favour lightweight assets, efficient code and graceful fallbacks over fragile heavy solutions.&lt;/p&gt;
&lt;p&gt;And finally, security and privacy. Use secure protocols, for example, H-T-T-P-S, avoid on patterns and respect user data. Gosh, there&#39;s a lot in there.&lt;/p&gt;
&lt;p&gt;[00:16:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Sorry, that was a long Yeah. List of things. Yeah. I should put some tongue twisters for you.&lt;/p&gt;
&lt;p&gt;[00:16:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, there was one in there I had to get my head around. Yeah, well done.&lt;/p&gt;
&lt;p&gt;[00:16:16] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I think I probably does somewhat the core principles. is there anything that you want?&lt;/p&gt;
&lt;p&gt;[00:16:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No, hopefully if you are building websites, all of those dominoes have fallen at some point. whether or not you implement them, at least you at least, you know what they all are. they&#39;re the kind of basis for literally everything.&lt;/p&gt;
&lt;p&gt;you, the, thing is, it would be nice to be brilliant at all of those things, but I think it&#39;s fair to say there&#39;s a, lifetime of research in every single one of those, bullet points,&lt;/p&gt;
&lt;p&gt;[00:16:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yes. I get stuck on the first one, which is progressive enhancements. there&#39;s a lot of great progressive enhancements, which I use now, which is we&#39;ve got the views transitions, API, which lets you gracefully move from one page to the other in an app-like way, which of course you can add.&lt;/p&gt;
&lt;p&gt;And because the fact that I think Firefox is added in it later in this year. Oh, really? Okay. Nice. Yeah. So it&#39;s, there. I think it&#39;s just, it&#39;s under the hood at the moment. I don&#39;t think it&#39;s, out for the public, but it&#39;s almost there. But you can add something like that &#39;cause it doesn&#39;t affect people.&lt;/p&gt;
&lt;p&gt;And it&#39;s the same with things like text wrap, where you can, have this automatic, the browser will automatically balance or make pretty, or text, so you don&#39;t have these widows. And these are great progressive enhancements, which I use. But when it comes to the things where you go, I want to use one of the new tools, but it will break it for people who don&#39;t have, who have whole browsers.&lt;/p&gt;
&lt;p&gt;I&#39;m pretty poor on that kind of stuff.&lt;/p&gt;
&lt;p&gt;[00:17:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; okay. Yeah. But, it&#39;s amazing that is possible. It because if you think about it, how many things have you used in the real world as well as online where basically it, it is what it is. if, there is no enhancement to anything, you can&#39;t slowly move up the ladder of capabilities, it&#39;s just no, That&#39;s not possible with that thing. it&#39;s brilliant that the web can evolve and new capabilities can be launched into browsers and it, in some cases they may work or they don&#39;t work, but in the case of view transitions, if you don&#39;t use it, nothing, worse occurs. It&#39;s just you don&#39;t get that lovely, I don&#39;t know, the title moves across the, page as you go from an archive to a blog post or something like that.&lt;/p&gt;
&lt;p&gt;But, that&#39;s wonderful that&#39;s possible. You can slowly build it up over time. This sort of trickle effect of capabilities that land that people can use. You can see it out there in the wild, other people implementing it and copy them. Yeah, it&#39;s lovely.&lt;/p&gt;
&lt;p&gt;[00:18:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think, on the semantic structure, I think, there&#39;s never been a time where, certainly for me, that I&#39;ve been so aware of the fact that we have all these HTML elements that if you use them, it helps to make sense of the content, particularly for people who, for accessibility particularly.&lt;/p&gt;
&lt;p&gt;But I, I&#39;ve never known a time where people are so conscious of it, even if they getting it, for a long time, particularly with visual builders, you just put, even, you use diffs, you weren&#39;t really bothered whether you&#39;re putting it ahead and,&lt;/p&gt;
&lt;p&gt;[00:19:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; oh yeah. The, you would use the font size to indicate a header and it would, a paragraph with a font size of 40, followed by a paragraph with a pon size 14 that was a header, because it was easy that way, wasn&#39;t it?&lt;/p&gt;
&lt;p&gt;Without any knowledge that a header is actually useful. if you&#39;re just going on the visuals of it. Yeah. Sorry, I interrupted.&lt;/p&gt;
&lt;p&gt;[00:19:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, no, that&#39;s fine. That&#39;s it. And, the fact that there&#39;s more, there&#39;s over 140 now HTML elements. It started with only 18 when it came up. Okay. So number there.&lt;/p&gt;
&lt;p&gt;Yeah. Yeah. So I&#39;m gonna move on. I think we may only have one more slide.&lt;/p&gt;
&lt;p&gt;[00:19:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think we do.&lt;/p&gt;
&lt;p&gt;no, we got the goodbye slide as well. But here&#39;s the, next one then. So this is about, application. So how website owners can apply this or apply this website. Owners don&#39;t need to know every technical detail, we just alluded to that.&lt;/p&gt;
&lt;p&gt;But they can still make decisions that reinforce standards-based practises. And here come five points about that. Prefer solutions that work in regular, a regular browser without special plugins or proprietary viewers. View transitions, I guess is a good example of that. Avoid demanding features that rely on magic, in quotes, if they create performance or accessibility problems.&lt;/p&gt;
&lt;p&gt;Keep content structured with meaningful headings, lists and labels. Rather than staying styling alone. Encourage use of responsive layouts and media that will work well on tablet, mobile, and desktop. And finally, periodically review the site for outdated technologies, unsupported APIs in secure embeds, obsolete formats, and plan on how to reduce them.&lt;/p&gt;
&lt;p&gt;That kind of summarises what we were talking about one minute ago perfectly into how go from A to B how to implement. that&#39;s great.&lt;/p&gt;
&lt;p&gt;[00:21:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And that&#39;s it. it&#39;s particularly last point actually for me because I&#39;m just redoing a, site, that I only did I think maybe a couple, three years ago.&lt;/p&gt;
&lt;p&gt;And I&#39;m just so surprised how much, particularly with CSS, how much Oh,&lt;/p&gt;
&lt;p&gt;[00:21:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; really? Ah,&lt;/p&gt;
&lt;p&gt;[00:21:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah. It&#39;s just things like, which things we talked about before, which we&#39;ve got things like, details and summary, which now, you can make it work, without JavaScript to be, frequently asked questions, a sort of drop down thing, which works as a group and all that kind of thing, and be accessible.&lt;/p&gt;
&lt;p&gt;So there&#39;s a whole load of stuff, which I&#39;m surprised how much I&#39;m chucking out of old CSS only from a few years back, which was,&lt;/p&gt;
&lt;p&gt;[00:21:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; so in that scenario, you&#39;re, I don&#39;t know, you&#39;re going in and getting rid of I don&#39;t know, accordions and things like that with, Yes.&lt;/p&gt;
&lt;p&gt;[00:21:48] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I&#39;m&lt;/p&gt;
&lt;p&gt;[00:21:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; just popping them out details and summaries instead.&lt;/p&gt;
&lt;p&gt;Yeah. There&#39;s a lot of overhead that you can get rid of, JavaScript libraries that you don&#39;t need anymore simply because the browser now handles that. yes. Yeah. Okay. That&#39;s interesting.&lt;/p&gt;
&lt;p&gt;[00:22:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Formats of things like web p Replacing, I&#39;m surprised that there wasn&#39;t support for that a few years ago.&lt;/p&gt;
&lt;p&gt;And just the whole logical properties where you don&#39;t talk in terms of top, bottom, left and right, but you now talk about inline and block positions. So it&#39;s for internationalisation, so I had to change all of that stuff out. Anyway, sorry, that was just slightly off the point. looking at these, when I&#39;m looking at these bullet points that you read out, I think the first two, which is, avoiding plugins, and, avoiding, features, that work like magic.&lt;/p&gt;
&lt;p&gt;I think a lot of this kind of stuff is, covered. And I think we maybe should do a show on this one because there&#39;s the W three C rule of lease power, which to me is something which I have to keep, telling myself all the time, like the mantra because I think it&#39;s natural to want to overcomplicate things all the time.&lt;/p&gt;
&lt;p&gt;But&lt;/p&gt;
&lt;p&gt;[00:23:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think I, isn&#39;t there a, isn&#39;t there a an urge to impress clients all the time? don&#39;t you, that isn&#39;t there, that urge to show them that you are at the cutting edge and you can do these modern whiz bangy things that they&#39;ve never seen before. And yeah, look, I can do this for you. Look, nobody&#39;s seen that before.&lt;/p&gt;
&lt;p&gt;That&#39;s new and exciting. but maybe we don&#39;t, maybe we need to get out of that.&lt;/p&gt;
&lt;p&gt;[00:23:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, there is that level of it, but there&#39;s also the level of the, reach. I was mentioning it as well, there&#39;s a lot of times when WordPress is the only solution and still is for the clients that I&#39;ve got, because that&#39;s what they need.&lt;/p&gt;
&lt;p&gt;They need to be able to go in and update the content, and that needs to go live straight away. But a good chunk of the sites that I made literally are so simple that they should have been done with H dml and CSS. And it&#39;s that kind of,&lt;/p&gt;
&lt;p&gt;[00:23:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah,&lt;/p&gt;
&lt;p&gt;[00:23:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; thinking it&#39;s like, why did I jump onto all of these things which need all this extra support when I&#39;ve just got something that works in the browser with the most basic, web standards,&lt;/p&gt;
&lt;p&gt;[00:23:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; ease would time, and it&#39;s, it is, yeah, it was muscle memory and things like that, but yeah.&lt;/p&gt;
&lt;p&gt;You, you&#39;ve had a wonderful journey though, haven&#39;t you? Because I, I think it&#39;s fair to summarise your journey as you&#39;ve had to do a lot of learning, but curiously, I think you&#39;ve really enjoyed it, like actually enjoyed it. I think you&#39;ve got a lot of, a philosophical standpoint now that you probably didn&#39;t have before.&lt;/p&gt;
&lt;p&gt;that you are much more wedded to open standards and interop and all of those kind of things because you are now running up against them and why they&#39;re important. Whereas before it was more about, where can I find the latest plugin to do this thing? And, I think from a, an excitement point of view and a philosophical point of view, you&#39;ve, really made leaps and bounds and it&#39;s made it, it&#39;s enriched your life studying this sort of stuff, I think.&lt;/p&gt;
&lt;p&gt;[00:24:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, I think so. And it gives you a sense of optimism. There is a sort of sense at the moment. I think most people feel it with technology is, it&#39;s a bit because it&#39;s run by people who are far away, who, you know, because there&#39;s inequality in our Access to technology.&lt;/p&gt;
&lt;p&gt;And I think, I really think, there is a growth in the sort of indie web, and I think it speaks to Gen Z who are even more sceptical of what, our generation have done under global capitalism, and I think, we&#39;re standing up for the where, but gives you a sort of purpose, if you like.&lt;/p&gt;
&lt;p&gt;It&#39;s a statement of democracy, a simple technology that we all own and should be encouraged to use and keep it that way rather than get too, we wouldn&#39;t be where we are without, capitalism, I think anyway. And, proprietary work that&#39;s been done by people, but the, it, the shift has gone too much and I think we&#39;re seeing the shift back.&lt;/p&gt;
&lt;p&gt;So Yeah. Yeah. It&#39;s should something very, something to be excited about where I feel with a technology that I&#39;m locked into and I have to go with whatever, the person who controls that particular platform says I have to go with this. no. and it&#39;s quite positive how the, web CSS and HML has been improving over the last few years, Yeah. Yeah. it&lt;/p&gt;
&lt;p&gt;[00:26:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; affords you some sense of freedom and ownership. And also I think it&#39;s fair to say that during the course of doing these podcasts, it we&#39;ve been able to paint a picture of really moral custodianship of the web by these, individuals and organisations that we&#39;ve mentioned multiple times towards the beginning of this episode and multiple others, that there does seem to be like this, I don&#39;t know how to describe it, this moral backbone, which runs through the whole thing.&lt;/p&gt;
&lt;p&gt;And, yeah. that freedom that it affords is amazing. I&#39;m really struggling to encapsulate what&#39;s in my head there, but I hope you get a sense of it.&lt;/p&gt;
&lt;p&gt;[00:26:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, I do.&lt;/p&gt;
&lt;p&gt;[00:26:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. just this, yeah. Optimism maybe is the, a great way to sum it up. But, yeah, we&#39;re, lucky and privileged that we have, we are able to stand on the, the shoulders of giants, Yeah.&lt;/p&gt;
&lt;p&gt;[00:27:11] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And we&#39;ve got no more apart from our final slide, which has just got a few&lt;/p&gt;
&lt;p&gt;[00:27:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. The references. Yeah. So I&#39;m not gonna read these out. The, there&#39;s just a bullet pointed list of various different pieces that have been covered and which map onto, this topic. I guess these will go in the show notes.&lt;/p&gt;
&lt;p&gt;Yeah.&lt;/p&gt;
&lt;p&gt;[00:27:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, they will.&lt;/p&gt;
&lt;p&gt;[00:27:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So I&#39;ll just say that one more time. no script show, forward slash the number three three, I think that&#39;s right. Is it number 33? Yeah, I think so. So no script show forward slash the number three. Three. And I&#39;m desperately trying to make that caption available to us. Yeah, there we go.&lt;/p&gt;
&lt;p&gt;There it is. Like that no script show slash three three. Go and check it out. I think that&#39;s probably it. Is it,&lt;/p&gt;
&lt;p&gt;[00:28:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; it&#39;s a wrap.&lt;/p&gt;
&lt;p&gt;[00:28:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It is not text wrap, Not at. Oh, very good. Yeah. Very, good. in which case I will say Ciara and we will see you next time, David.&lt;/p&gt;
&lt;p&gt;[00:28:13] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Thanks Nathan. Bye-bye.&lt;/p&gt;
&lt;p&gt;[00:28:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Bye-bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Agile Development</title>
    <link href="https://noscript.show/32/" />
    <updated>2026-06-18T00:00:00Z</updated>
    <id>https://noscript.show/32/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&#39;s the presentation slides. Below is the text version.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/agile-development.pdf&quot; title=&quot;Episode slides&quot; loading=&quot;lazy&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;h2 id=&quot;agile-development&quot;&gt;Agile Development&lt;/h2&gt;
&lt;p&gt;An agile approach treats a website as a living product, not a one-off deliverable. It emphasises starting small, learning from real-world use, and iterating based on feedback and changing conditions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Deliver improvements in small increments instead of big launches.&lt;/li&gt;
&lt;li&gt;Start with a Minimum Viable Product rather than a “perfect” first version.&lt;/li&gt;
&lt;li&gt;Use feedback to guide rather than sticking rigidly to initial assumptions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It’s a mindset more than a specific process. It shapes how we plan, decide, and work together over the whole life of the site.&lt;/p&gt;
&lt;h2 id=&quot;the-historical-evolution&quot;&gt;The Historical Evolution&lt;/h2&gt;
&lt;p&gt;Agile emerged in response to the rigid, plan-heavy software delivery models that struggled with change, commonly described as “waterfall.”&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In the 1990s, methods like Scrum and Extreme Programming explored faster, iterative ways of working.&lt;/li&gt;
&lt;li&gt;In 2001, 17 practitioners met in Snowbird, Utah and wrote the Agile Manifesto.&lt;/li&gt;
&lt;li&gt;Since then, Agile has spread beyond software into digital products, website projects, and many unrelated industries.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;why-it-matters&quot;&gt;Why It Matters&lt;/h2&gt;
&lt;p&gt;We prioritise outcomes, what works for users and the business, over outputs, how many pages or features we ship.&lt;/p&gt;
&lt;p&gt;The web, our audience, and our business context will all keep changing. An agile approach helps a brand stay responsive, reduce risk, and focus effort where it makes a difference. Working in an agile way means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We accept that some early ideas will be wrong and treat that as learning, not failure.&lt;/li&gt;
&lt;li&gt;We plan with intention, but leave room to adapt when evidence or circumstances change.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;core-principles&quot;&gt;Core Principles&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;People and collaboration over process and tools: Clear communication and shared understanding beat rigid workflows.&lt;/li&gt;
&lt;li&gt;Working website over exhaustive documentation: We favour getting a usable version live, then improving it, rather than over-planning.&lt;/li&gt;
&lt;li&gt;Responding to change over following a fixed plan: We treat the plan as a guide, not a contract, and adjust it when reality disagrees.&lt;/li&gt;
&lt;li&gt;User value over internal preference: We prioritise the features and content that make a real difference to our visitors.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This borrows from the spirit of the Agile Manifesto and applies it to web design and development.&lt;/p&gt;
&lt;h2 id=&quot;how-website-owners-apply-this&quot;&gt;How Website Owners Apply This&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Define a MVP: the smallest set of pages and features that delivers genuine value.&lt;/li&gt;
&lt;li&gt;Work in short cycles with a “plan → build → review → adjust” rhythm.&lt;/li&gt;
&lt;li&gt;Regularly review analytics, feedback, and priorities, and update the backlog accordingly.&lt;/li&gt;
&lt;li&gt;Limit work: finish and launch small improvements rather than starting many things at once.&lt;/li&gt;
&lt;li&gt;Capture ideas and “nice-to-haves” in a backlog instead of trying to do everything in the first release.&lt;/li&gt;
&lt;li&gt;Remove or change features that are unused, confusing, or no longer aligned with goals.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://agilemanifesto.org&quot;&gt;Manifesto for Agile Software Development – the original statement of agile values and principles&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://agilemanifesto.org/principles.html&quot;&gt;Principles behind the Agile Manifesto – expanded principles that sit under the core values&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.agilealliance.org&quot;&gt;Agile Alliance – resources and articles on applying agile in practice&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://scrumguides.org&quot;&gt;Scrum Guides – lightweight framework often used to structure agile work (not required, but useful context&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there. And welcome to the No Script Show.&lt;/p&gt;
&lt;p&gt;In this episode, we&#39;re looking at inclusive design, what it is, why it matters, its core principles, and how we can apply them. You can find our show notes and resources at no script show slash 31. That&#39;s the numbers three one. And if you&#39;re watching this on YouTube, the link will be in the first comment just below the subscribe and like buttons.&lt;/p&gt;
&lt;p&gt;And as always, I&#39;m joined by David. Hello David. He&#39;s the one that does all the work. I just show up genuinely. I just show up and talk. he does all the hard work, makes the slides, does the research, thinks about everything, makes the website. Bravo. David,&lt;/p&gt;
&lt;p&gt;[00:00:44] &lt;strong&gt;David Waumsley:&lt;/strong&gt; thank you. yeah, this one, hopefully this is gonna be quick, because we&#39;re just covering, The five pillars of this, website owners manual, which I started doing, which is eagerly awaited by absolutely no one but me. Oh, and I&#39;ll bring it up actually for those who can see it on the YouTubes, if I can get my screen working Okay there. So yes, on this website owner&#39;s manual and the preface of that, I&#39;ve got these sort of standards, which is how we&#39;re going to build sites in the future, and it&#39;s got these, five pillars.&lt;/p&gt;
&lt;p&gt;And we covered one last week and we covered, which was content design. We covered, the indie web and today we&#39;re looking at exclusive design. And I&#39;ve put this one, number one as the sort of priority because I think it sums up that the whole concept of inclusive design really the real unique, strength of the web as a medium.&lt;/p&gt;
&lt;p&gt;offline, if you wanted to reach everyone, there&#39;s a significant cost. so if you have a physical location, installing ramps or something for wheelchair access, or if you, need translation services to account for other people&#39;s languages or printing out some of your materials, you might have to do that in braille.&lt;/p&gt;
&lt;p&gt;That&#39;s expensive online. And I think this is the real beauty of online is that much of it is just free just for following a few standards. And I think, it&#39;s good to get back to I think the basics here because really for the last 30 odd nearly 40 years, really the whole industry has ignored the, this key thing about the web is the fact that it can reach everybody and include everybody quite cheaply.&lt;/p&gt;
&lt;p&gt;when we started, with, table based designs because we wanted things to look pretty, but that really threw out the ability for screen readers to be able to read the content that was there. And right through to now we have many of the page builders that we&#39;re using really don&#39;t do a great job on putting over the HTML.&lt;/p&gt;
&lt;p&gt;In a way that it means that, we can use services to translate it into other languages and that screen readers can read them and that kind of stuff. So I&#39;m gonna hand it back over to you after that on spi. Yeah,&lt;/p&gt;
&lt;p&gt;[00:03:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I have a few comments about that. And the, first one is that the, the legislation in the physical world started to, ramp up to coin a phrase, quite a long time ago.&lt;/p&gt;
&lt;p&gt;And you couldn&#39;t get away with it. So certainly in the uk, things like accessibility for, toilets and the capacity to get into a shop, over the initial steps or whatever there may be, you have to put ramps in and lifts or elevators, those kind of things. And I suppose the curious thing about that is, it&#39;s really obvious because there you are in the physical world and you&#39;re about to enter the post office and there&#39;s somebody in a wheelchair that can&#39;t get into the post office and you can see it.&lt;/p&gt;
&lt;p&gt;It&#39;s right there. You see the, the injustice of that situation before your eyes, the web, which is becoming an increasingly important part of everybody&#39;s lives, with banking and tax filling and all of that, more or less required now online. Nobody&#39;s standing over your shoulder. Most of the time you&#39;re doing it in the privacy of your own home.&lt;/p&gt;
&lt;p&gt;And even if they were sat next to you watching you browse the web, they wouldn&#39;t see the, problems that you are having. they might see the frustration on your face, but it&#39;s all very private, isn&#39;t it? And so I think this whole thing about 30 years on the industry hasn&#39;t really caught up. I think it&#39;s a ba basically because there&#39;s been no legislation, which is changing, but b, because the, inconvenience, it can be invisible.&lt;/p&gt;
&lt;p&gt;It can be not seen by anybody. So anyway, there&#39;s my 2 cents. yeah,&lt;/p&gt;
&lt;p&gt;[00:04:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; no, I think it&#39;s a really good point. And I think, but it&#39;s even in with web standards themselves. they&#39;ve not been particularly inclusive until recently. We&#39;ve only recently have we really considered other languages when we&#39;re writing the htm l the, fact that we now, able to, in fact, we&#39;ve rewritten CSS so it&#39;s no longer fixed to its dimensions, so we can actually do it, so we can code it.&lt;/p&gt;
&lt;p&gt;So if someone&#39;s, using a, right to left language or vertical language, the design can adapt to it. But that&#39;s a really very recent thing. Anyway, I will move on to the next slide and I&#39;ll let you read that. the main points on this, if I can do this site. Okay.&lt;/p&gt;
&lt;p&gt;[00:05:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I just, that&#39;s alright. See if you can find it.&lt;/p&gt;
&lt;p&gt;Here we go. There, Okay. So here are some four bullet points, related to inclusive design.&lt;/p&gt;
&lt;p&gt;Inclusive design is an approach that aims to make product, services and content usable and welcoming for as many different people as possible across ages, backgrounds, abilities, and context.&lt;/p&gt;
&lt;p&gt;It goes beyond minimum accessibility, compliance to actively look for who might be excluded and to remove or reduce those barriers. It assumes diversity as the default, not the edge case, and is an ongoing mindset, not a one-off checklist. It has been adopted by many global corporations, government bodies.&lt;/p&gt;
&lt;p&gt;And nonprofits. I think the one that resonates most there for me is number three. But over to you, David, to give us your commentary. Yeah, again, I&#39;ll just take the last point actually about the fact that many global corporations and government bodies, and nonprofits, take inclusive design seriously.&lt;/p&gt;
&lt;p&gt;[00:06:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And in a way I think it&#39;s the kind of likes of you and I who, have to make sites for clients who don&#39;t have the time to, to really do this kind of work that needs to be done on there. Because you&#39;ll find, with big tech, there&#39;s Microsoft, they&#39;ve published their principles as well. You can find that at inclusive Microsoft do design.&lt;/p&gt;
&lt;p&gt;Google has a process for it called product inclusion. And Apple, they&#39;ve integrated accessibility features like voiceover and assistant, touch tech, technology directly into their operating systems. So they&#39;re really on the ball and they make a lot of money out of it. That&#39;s the reason why they&#39;re going to do it, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;Because the more people you can reach, Yeah. The more money they&#39;re gonna make. I think, all of it really goes beyond, exclusion. I think it&#39;s quite interesting when you think about, inclusive design and why it&#39;s useful because if you just take this recording that we&#39;re doing at the moment, so YouTube is going to take our words and turn those into closed captions.&lt;/p&gt;
&lt;p&gt;It&#39;s gonna literally read those. Now that might, that sort of benefit there might primarily be there for people who are deaf, but it&#39;s also gonna help anybody who&#39;s in a noisy environment, it&#39;s gonna help people with a temporary ear infection. And it might just help anybody who wants to listen to this without letting other people know that they are listening to us as well.&lt;/p&gt;
&lt;p&gt;Very sensible. Yeah. So I think, a lot of this with the inclusive design is, there&#39;s a term, actually we mentioned these before, gov uk, and they&#39;re government digital services, they refer to, this kind of inclusive as solve for one and extend to many. oh, nice. Yeah. If you put something in like those closed captions, not only does it benefit those people who would be excluded otherwise from it, but actually everybody gets those sort of benefits.&lt;/p&gt;
&lt;p&gt;it&#39;s not something that&#39;s just for a particular fixed group of people who it helps with that. I think the interesting thing from the little bit that you just said there is the three examples that you gave are these giant corporations that are swimming. In excess cash.&lt;/p&gt;
&lt;p&gt;[00:08:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And so them being able to create these incredible technologies. So in the example of YouTube, I don&#39;t even know what the turnover for that platform is, but it&#39;s eye watering. I&#39;m sure that feels like such a brilliant cog that they can turn to make things available to people who, I don&#39;t know, are hard of hearing.&lt;/p&gt;
&lt;p&gt;Let&#39;s go with that. and it probably costs them pennies per video. maybe in some situations if they examined every video that they&#39;ve got on there, the calculus doesn&#39;t work. hardly anybody&#39;s looking at the closed captions and what have you. But like you said, solve for one, export to many or whatever the phrase was.&lt;/p&gt;
&lt;p&gt;[00:09:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, that&#39;s, it&#39;s amazing that those platforms can do that. But the burden for, for the audience for this podcast is people who don&#39;t have that, excess of cash. there&#39;s probably a bit of nickel and dimming, living from paycheck to paycheck, building websites, trying to, yeah, trying to just make a living out of it.&lt;/p&gt;
&lt;p&gt;[00:09:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And so those calculations are a little bit more difficult to justify, making everything accessible and doing that extra work. We&#39;re at that point where perhaps that&#39;s still being neglected because it takes that extra time and that extra expertise and so on. So there&#39;s not really any sort of question there or indeed insight, but it&#39;s just, I think, worth pointing out.&lt;/p&gt;
&lt;p&gt;[00:10:19] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. No, and I think it&#39;s good I didn&#39;t put this in the notes, so it just crossed my mind as you were saying it is the fact that you, I do notice, &#39;cause I&#39;m still in builder, page builder communities and stuff that when a lot of accessibility, law came out, there was a lot of people going, oh gosh, it&#39;s just one more thing we have to do to to abide by what the eu &#39;cause it&#39;s EU regulations that are coming up.&lt;/p&gt;
&lt;p&gt;Yeah. Particularly with Americans who use page builders. and I think really where I&#39;ve got to is that&#39;s exactly how I&#39;d feel like gotta add in some extra work to the page builder stuff I&#39;ve done to make it work. But now you&#39;re getting back to the basics again. You just think, if we&#39;d just done it properly in the first place With decent code, we wouldn&#39;t be in that situation at the moment. and I think that&#39;s where we&#39;re going with this. If you just build them with the right mindset instead of just primarily being worried about what on the screen and think about what you are communicating in the code, in the basic html, there is so much to be gained by doing that.&lt;/p&gt;
&lt;p&gt;So that, yeah. I guess if you&#39;re in the business of retrofitting things and that&#39;s, that takes, I don&#39;t know, two days or three days or whatever it may be, that seems like a burden. But if each time you add some semantic element to the HTML, you do the four second edition at that moment, that burden is spread out over the entire build and prop, you maybe would never notice it.&lt;/p&gt;
&lt;p&gt;[00:11:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; In fact, that&#39;s interesting. Yeah. Okay. Yeah. Okay. let&#39;s, I&#39;ll put on the next slide for you to read, a little look at sort of the history and I&#39;m sorry, I&#39;m struggling with my slides. Here we go. That&#39;s okay. Here we go. So this is the historical evolution. Shall I just read these into the record? Yeah, please.&lt;/p&gt;
&lt;p&gt;Yeah. so this is fascinating actually. And much of this I didn&#39;t know until I caught sight of this slide. So going back right to the 1950s though, the 1950s to the 1960s, barrier free design. So this was the idea of removing physical obstacles to help disabled World War II veterans. The, that&#39;s really interesting that the world was suddenly, more full, let&#39;s say, with people who were struggling to move about.&lt;/p&gt;
&lt;p&gt;And so things started to happen because of that. And then we move on to the 1970s, the social model of disability. This was an era which challenged the medical model, which viewed disability as something to be cured. Instead, advocates argued that people are disabled by a society that fails to accommodate their needs.&lt;/p&gt;
&lt;p&gt;That is so profoundly interesting. Moving on to the 1980s. universal design. This aimed for a single one size fits all solution that works for everybody without needing adaptation. And then the last point on this slide, 1990s onwards, so we&#39;re into the era of what we&#39;re talking about today, inclusive design.&lt;/p&gt;
&lt;p&gt;This acknowledges that multiple variations may need to be truly, sorry, may need be needed to truly include everybody. what a whole turning the ship scenario. This is go one direction, then go in another direction, but also the real world challenges that made that all possible. That&#39;s really interesting.&lt;/p&gt;
&lt;p&gt;[00:13:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I think our modern world all starts from, second world war where we, people had more than they ever had before in terms of, democracy and, things that are available to them. But yeah, I&#39;ve got some notes. I&#39;m just gonna, that, I&#39;ll just add some extra details.&lt;/p&gt;
&lt;p&gt;So the inclusive design was popularised by Roger Coleman and his colleagues at the Royal College of Art in the uk and Universal Design, came from the us. so that&#39;s going back to the eighties there by an architect, product designer, an educator, Ron Mays, who coined that term there. And that&#39;s the one that I you know, that&#39;s the period that I grew up where was that was the whole thing.&lt;/p&gt;
&lt;p&gt;You made everything so it would work for everybody now. And I think where you get into the inclusive design is that earlier point that we mentioned where was saying that if you, add one thing extra for a group of people, then every, everybody gets to benefit from it. So it&#39;s that may just shift there, I think.&lt;/p&gt;
&lt;p&gt;Yeah. Yeah. a lot of what we do is universal anyway, so it is, but I just find that, anyway, I just put that slide in because I just thought it was interesting how we gradually, move forward. you could say at the moment while we&#39;re recording this, we&#39;ve gone in the opposite direction where we&#39;re might is, right?&lt;/p&gt;
&lt;p&gt;And we&#39;re, less inclusive I think at the moment of this. But, the only thing I would add is that if you were to look at that slide in a hundred years time, there would no doubt be other bullet points that have been added as the future will definitely be not the same as the present for sure.&lt;/p&gt;
&lt;p&gt;[00:15:19] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There&#39;ll be different interpretations and things tend to swing in different directions, but the, hopefully the thread running through it is that, the idea is that you make it easy for everybody given whatever situation they&#39;re in. But anyway, yeah. Yeah, and it just makes good, even in a capitalist society, you would still expect, obviously that&#39;s why Google and Microsoft and obviously are on board with this because it actually works.&lt;/p&gt;
&lt;p&gt;[00:15:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; anyway, I&#39;ll move on to the next slide for you to read out. okay, so this is, getting to the underpinnings of what&#39;s the point really? So why does it matter? Why it matters? Four bullet points here. Designing inclusively strengthens brands by making it easier for more people to find, use and trust what we offer.&lt;/p&gt;
&lt;p&gt;[00:16:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It also supports our ethical commitments, reduces legal and reputational risk. It often improves the experience for everybody, not just people with specific access needs. And start with a competitive edge. 95% don&#39;t even manage basic accessibility. Gosh, there&#39;s a lot in there, isn&#39;t there? Some of it more moral, some of it more carrot and stick, let&#39;s put it that way.&lt;/p&gt;
&lt;p&gt;Some of it more moral and some of it more legal in nature. Yeah, we&#39;ve covered before about the fact that, every time there&#39;s, accessibility, surveys done, they really come out with still in the sort of, in the 90%. it starts to increase, but very basic accessibility is just not done, and, and it is a case of nothing that&#39;s an extra cost, it&#39;s simply just picking the right colours in the first place so everybody can see that and, just marking things up as they should be marked up rather than just forgetting about it and just concentrating on the visuals.&lt;/p&gt;
&lt;p&gt;[00:17:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So the really easy fix to make in short, really, the summary of this is it just makes better products and services and yeah. if you are into that, it&#39;s gonna make you more money for doing that. yeah. calculus is pretty straightforward, isn&#39;t it, when you look at it like that?&lt;/p&gt;
&lt;p&gt;[00:17:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah, so it, we just only have to start with, semantic accessible HTML in the first place, and we&#39;re going to, by default, we&#39;re going to get better SEO, we&#39;re going to reach more people. let me just have a quick. you&#39;ve got some downsides listed &#39;cause we&#39;ve only ever mentioned the benefits here, haven&#39;t you?&lt;/p&gt;
&lt;p&gt;But, you haven&#39;t got downsides listed, but you were saying are there downsides? yeah, this, I don&#39;t, I don&#39;t think there are any downsides in other accommodating, apart from the fact that you might have to start with some of the basics. one thing I suppose that I put in my notes here is that accessibility experts, are often reminding us that disability in some form or another touches nearly everybody&#39;s life at some point.&lt;/p&gt;
&lt;p&gt;[00:18:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so we are so used to the fact of thinking about accessibility of a group of disabled people who we have to accommodate and do all this extra work for, but in reality it&#39;s not, and you realise it as you get older. I&#39;m noticing it all the time. Oh, I have to enlarge my text so much more and that means that somebody needed to design their website so I could enlarge it on my browser, Yeah. But people have accidents, all the time. You had an operation, didn&#39;t you? yeah. Yeah. affected you for some time. So it&#39;s just all those kind of things and it&#39;s all the temper, accessibility, the experts will like to point to the fact that there&#39;ll just be situational, events where there may be a parent holding a child who only has one hand free to be able to manipulate the internet, so there will be needing to use tabbing.&lt;/p&gt;
&lt;p&gt;And so often, because we don&#39;t test in that way, we tend to just use our mouse on the way that we typically do. We don&#39;t test whether our tab in order is correct on every page, which can just throw somebody out. So it&#39;s so interesting that, and how obvious some of these problems are when you have that little, in my case, I&#39;ve had a very, straightforward life, let&#39;s put it that way.&lt;/p&gt;
&lt;p&gt;[00:19:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; But I have these little moments where, like you said, you have a bit of surgery and for a period of time, normal is no longer normal, and things are different, and you suddenly encounter all these problems and the amount of totting and, moral outrage that I would, I would have, whereas before I would be completely oblivious to it was fairly profound.&lt;/p&gt;
&lt;p&gt;And, yeah, you suddenly notice, oh, that&#39;s why is it? so yeah. but you&#39;re right. you break an arm, you break a leg, you have to carry an object. You, I don&#39;t know, you&#39;re temporarily unwell. All of these things fall into this category. So it&#39;s not necessarily just for, people who have conditions that are permanent, although I think the moral calculus is that they&#39;re probably the target audience.&lt;/p&gt;
&lt;p&gt;[00:20:24] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, we, you don&#39;t want to lose the fact that there is an important political group out there who needs to be voiced as well. But, yeah, certainly we&#39;re all growing older as well, so it&#39;s more likely that we do need our internet to serve us better in that way. Do you know what I was just thinking about this.&lt;/p&gt;
&lt;p&gt;I think I only ever once had a client who said to me, on a page where I had a form that my tab in order was all wrong. And, oh, and I just wonder, it was quite late into doing this. &#39;cause I obviously wasn&#39;t testing myself, so I, it just makes me wonder how many forms I created in the past where the tabbing was completely out until yeah.&lt;/p&gt;
&lt;p&gt;Took a client to tell me. Terrible. Really. and the curious problem there is that, and this is such a compounding problem, the capacity to report the problem is potentially through something like a form. So where we&#39;re funnelling people who have these problems into platforms, which they have to overcome the very same problems in order to report the problems.&lt;/p&gt;
&lt;p&gt;[00:21:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You can see where this is going. The, the infrastructure to report complaints is often the same infrastructure that they&#39;re complaining about. Yes. And that&#39;s that. Can you imagine how frustrating that would be? I dunno, you wanna report a form not working, but the form you need to use to report the form is also not working in that way.&lt;/p&gt;
&lt;p&gt;And, on it goes, you can imagine that writ large across almost every aspect of the internet, navigation to find the form that you need to fill out and yada on it goes. It&#39;s, yeah. that must be extremely infuriating. And I expect probably, a lot of dead ends. I find it very hard.&lt;/p&gt;
&lt;p&gt;Let&#39;s say for example, I&#39;m on my insurance website and I wish to cancel my policy. That is hard enough. Just being able to scan that with my eyes. I have no idea how somebody with a screen reader would finally navigate to that final button and go through the nine different pages that you&#39;ve got to figure out which button am I pressing, which is the correct one to proceed here.&lt;/p&gt;
&lt;p&gt;All of that must be just so unbelievably infuriating. Anyway, I&#39;ll get off my pedestal now. that&#39;s my, no, all good points. That&#39;s my thoughts on that. I&#39;ve got another slide for you. okay. And I find it. There we go. Core principles, I think is what you&#39;re looking for. There we go. Yeah. okay, let&#39;s list out the five core principles.&lt;/p&gt;
&lt;p&gt;They are, equity, flexibility, clarity, tolerance for error, and participation. Starting with equity, people with different abilities or context can complete key tasks with similar ease and dignity. Ooh, that&#39;s an interesting last word, isn&#39;t it? Dignity. Wow. flexibility interfaces work with different input methods, preferences and assistive technologies.&lt;/p&gt;
&lt;p&gt;Clarity, content and controls are simple, well structured and easy to perceive. For example, pleasant contrast, clear hierarchy and plain language tolerance for error. The experience helps people to avoid mistakes and recover easily when they happen and participation. Finally, we seek feedback from a diverse range of users and iterate based on what we learn over to you.&lt;/p&gt;
&lt;p&gt;[00:23:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, nothing to say on this. apart from the fact that you pointed out that word, dignity, it&#39;s a great word. Respect and dignity. for all. Imagine that today, and it is the bedrock of so much, isn&#39;t it? it&#39;s the sort of thing we carry around and often we don&#39;t show it, but it really is the basis of all sorts of levels of happiness.&lt;/p&gt;
&lt;p&gt;[00:24:08] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; if you don&#39;t feel, that you have dignity. I think so much collapses on the inside and we present this interface, the internet, where that dignity is just shattered over and over again, day in, day out, minute by minute. And it must be some somewhat soul destroying, and this wonderful technology, which in theory could have enabled everything to happen suddenly becomes shut off.&lt;/p&gt;
&lt;p&gt;Frustrating. And that whole internet, ah, I&#39;m just not bothering, and what a shame that is. Yeah, indeed. Yeah. I&#39;m gonna move on to the next slide, and leave it to you. So here we&#39;re looking then at how website owners apply this, so I&#39;ll just read through them again. the way to apply this is, for example, to use concise language and explain jargon when it&#39;s unavoidable.&lt;/p&gt;
&lt;p&gt;Use meaningful headings lists and descriptive link text check actions can be completed with a keyboard and are announced to assistive technologies, alt text for images that convey their purpose. Avoid relying on colour and maintain sufficient colour contrast. Choose imagery and examples that reflect a variety of people in situations without tokenism.&lt;/p&gt;
&lt;p&gt;[00:25:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. Yeah, over to you. there&#39;s nothing new here. I guess we&#39;ve probably talked about all of these things at some point. I think. why, because obviously we&#39;re in a time where everybody, particularly with the EU law coming into effect last year, 2025, where if you are serving people in the eu, you have to abide, particularly if you are earning, more than 2 million or you have 10 employees, you have to abide and bring things up to the work kind standard.&lt;/p&gt;
&lt;p&gt;I think it&#39;s, 2.1 or whatever. so everybody&#39;s aware of this, but this is a bit more rounded than this one because there are a few things, the, particularly the things that reflect in a variety of people without tokenism, in those lists of things there and things like, language as well.&lt;/p&gt;
&lt;p&gt;These aren&#39;t covered in accessibility. And I think the interesting thing about that is, is the fact that also what we&#39;re going to find is W CAG is changing as well. The yeah, there set of rules, which we have to apply presently, but they&#39;re moving towards a version three of the web content accessibility guidelines for those, we dunno what w CAG is, where it is going to be a little bit less rules based.&lt;/p&gt;
&lt;p&gt;It&#39;s going to be about looking at the totality to, can&#39;t say that word Total totality. Totality, yeah. That&#39;s it of, of the experience, if you like, rather than, specific rules that you will break with it. it&#39;s gonna be quite a shift in that. I think, with all of this, I&#39;m tempted to have a bit of a rant about AI as I often am, I could see in the notes there was that you were definitely swerving in that direction.&lt;/p&gt;
&lt;p&gt;[00:27:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Go on, do it. it&#39;s just, I think I might do later. I bought another note in there I couldn&#39;t resist. But, but yeah, we moved towards that where, we shouldn&#39;t be letting AI do our HTML. It&#39;s the thing, it&#39;s our cont content and how we market up and how we want it to be interpreted by us to other human beings.&lt;/p&gt;
&lt;p&gt;[00:27:36] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think, That&#39;s really what we have to get back to with the inclusive design, where we&#39;re creating this for other people with respect and dignity. And I think this is always the thing that we&#39;re trying to get across with this over, over and above the legal things that we have to cover with accessibility.&lt;/p&gt;
&lt;p&gt;I think it would also cover when we&#39;re looking at, inclusive design will be avoiding the thing of that I think you were alluding to before with sort of dark patterns. You were talking about trying to, cancel your insurance or something, and it might be nine pages or something like that.&lt;/p&gt;
&lt;p&gt;These are often purposeful, dark patterns, aren&#39;t they? To Yeah. Stop, prevent somebody doing what they wanted to do in order to keep them on longer and make more money out of them. So I think, this is also included in this. It&#39;s something that we want to avoid all the time, keep that kind of respect for people as we&#39;re doing stuff.&lt;/p&gt;
&lt;p&gt;[00:28:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah, you would hope that there would be some sort of self-correction mechanism, but that doesn&#39;t seem to be the case. companies employing these deceptive designs seem to thrive. Unfortunately. I wish it were not the case. I wish that people would, express their fury and these things would go away, but sadly it seems to be reasonably effective.&lt;/p&gt;
&lt;p&gt;So they keep them in. the w the worst of them is airline booking, airline tickets. you&#39;ve got, you&#39;ve paid for your ticket, you think, and then what&#39;s going on here? you&#39;ve got this 17 pages of cars and insurance and hotels and confirmation of seats and all of this, and never quite know whether I&#39;ve succeeded.&lt;/p&gt;
&lt;p&gt;Yeah. Book a ticket. Anyway, I digress. But yeah. Yeah. But it&#39;s a, it&#39;s a real key thing because it&#39;s such short term thinking, isn&#39;t it? Because it works for a little while. People can&#39;t cancel things that they want to cancel, so you make more money. But in the long run, everybody gets so tired of it that, you are you&#39;re no longer considered a company that people want to deal with.&lt;/p&gt;
&lt;p&gt;[00:29:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Eventually you might make a lot of money in the short term, but eventually, it spoils it for everyone. and interestingly, despite the fact that the internet&#39;s been around for a while, we still are a bit of wild west mentality. Yeah. And it&#39;s still an emerging technology, so I know you&#39;ve been able to book flights for a while.&lt;/p&gt;
&lt;p&gt;[00:30:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I, I also know that a lot of people still use the telephone and, contact a travel agent to avoid all of that kind of stuff. But it, I, what I&#39;m trying to say is I think the jury&#39;s still out with this sort of stuff. Maybe in a decade we really will have grown weary about them and things like the airline industry and the.&lt;/p&gt;
&lt;p&gt;Insurance industry and whichever industry is employing these deceptive designs, maybe they will wake up to that and realise that quick buck is actually, something that the longevity of the company in into decades and, multiple decades might be affected by that. but at the moment, profiteering seems to come before anything.&lt;/p&gt;
&lt;p&gt;but maybe that will change. Yeah, there was another note that I put in here because I think when you read through that list that you did first there about how you can apply it, and most people might look at that and go, that&#39;s just a list of things that come under accessibility. And I think probably one of the key things that the web industry seems to be learning at the moment is that about this particular medium is that, the skill sets themselves can&#39;t work in silos.&lt;/p&gt;
&lt;p&gt;[00:31:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So we were talking last time about the, that being the point of content design. The fact that content isn&#39;t written first and then designed second, both have to happen at the same time. And I think that&#39;s the case with all of this, design that we&#39;re realising, that we all the skills need to come together, we need to work together.&lt;/p&gt;
&lt;p&gt;that&#39;s the whole thing about agile as well, which we&#39;ll talk about as a separate thing. They all interconnect this idea that you work on a ongoing basis with, multiple skills at the same time to constantly keep improving and making a website better. And I think this kind of fits into that whole thinking.&lt;/p&gt;
&lt;p&gt;Does that make sense? yeah, that does make sense. That makes perfect sense. But again, time will tell what Yeah, it will. Let me move on to another slide, shall I? Okay, sure. And we&#39;re on to designers, I think. yeah. How a designer, might apply this. I&#39;ll just read them through again. So inclusive about patterns, most exclusion happens through common patterns.&lt;/p&gt;
&lt;p&gt;[00:32:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; For example, navigation menus, dialogues, forms, carousels, et cetera, which are implemented badly. They start from semantics and HTML, not from visuals designed for variance. Not the average user. For example, hand injury, noisy train, cracked screen. Oh, cracked screen. That&#39;s an interesting one. test with assistive tech and real people and bake it into the process, not just audits at the end.&lt;/p&gt;
&lt;p&gt;That, that&#39;s number, the last one there, the number five. That&#39;s how I would&#39;ve always handled it. Just some sort of audit at the end. and like I alluded to earlier, or you alluded to, if it&#39;s like a 22nd task repeated hundreds of times, that&#39;s, that feels much nicer than the three day headache at the end, where you&#39;ve then got to go back and rebuild everything, which is probably gonna take more like six days or 10 days.&lt;/p&gt;
&lt;p&gt;But that&#39;s quite a shift. That is quite a shift getting into that pattern. And I&#39;m doing all of those other four things that you&#39;ve got. In front of you, especially when the tools that we&#39;re using page builders in the WordPress space, for example, just drop this stuff in a handy one click, easy way to do it with no necess necessarily.&lt;/p&gt;
&lt;p&gt;No way to understand how that&#39;s been implemented badly. yeah. Yeah. And I think, the last point back into the process, and that&#39;s why I think it links in with Agile. And that&#39;s generally the way, we used to have a sort of waterfall process that we would follow, where we would have an idea, something would get signed off as a visual on our website.&lt;/p&gt;
&lt;p&gt;[00:33:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Someone would go away and then you would do a checklist to check everything&#39;s working, and then out it would go, we&#39;re agile. We bring in a small group of different skills that keep the focus on what we&#39;re trying to do all the time, and we keep adding to incrementally improving the product that we&#39;re doing.&lt;/p&gt;
&lt;p&gt;And I think that&#39;s why this kind of links in with that, and we&#39;ll talk about that, I think, separately. But yeah, it&#39;s interesting because most of the things we don&#39;t even consider, the crack screen and stuff like that where we&#39;re trying to think about all the different situations that someone could find themselves in trying to access the web and think about them as we&#39;re going through the process.&lt;/p&gt;
&lt;p&gt;there is a good book, often mentioned this fellow, Hayden Pickering, he&#39;s written. Yeah. You, he gets a lot of attention, doesn&#39;t he? From He does, yeah. He&#39;s a really, a serious thinker on this. He&#39;s wrote a book, which I have, called Inclusive Components, and he walks through for those on the technical side, some of the common, UI patterns that you&#39;ll have.&lt;/p&gt;
&lt;p&gt;So accordion&#39;s menus, tall tip sliders, all that kind of stuff. it will talk about the code, about how you can do this in a, an inclusive manner, and try and make it as bulletproof as possible. In fact, one of the things, it is still unsolved because, there is no HTML for the card, and we talk about cards Oh yeah.&lt;/p&gt;
&lt;p&gt;All the time. Yeah. And we&#39;re always stuck with this. This is going off point actually a little bit, but I was just thinking about this again today. so we use cards so much, they&#39;re often, a little, preview of a blog post or something like that where there might be a heading, some text, an image, perhaps another link in there.&lt;/p&gt;
&lt;p&gt;And we want that whole thing to be clickable because it seems obvious that this whole card should be clickable. And obviously the wrong way to do it is to put it all in an A tag. So everything is there. Now, why that&#39;s wrong is because the AAG should just be containing, the text and link to it, not all of this other stuff with images and all this other stuff.&lt;/p&gt;
&lt;p&gt;So that&#39;s the wrong way to do it. But the only other solution we&#39;ve got is this sort of CSS hack at the moment where we put this overlay over the top of it, but also this, and Hayden doesn&#39;t solve this by the way. It&#39;s still to be solved. This thing about the web, you can put an overlay on, so the whole thing if you like, becomes clickable, but you can&#39;t select the individual text within that, which is something that you should be able to do.&lt;/p&gt;
&lt;p&gt;So the, there still is no good solution. there&#39;s a sort of a JavaScript hack for this kind of thing, so you can delay it so the JavaScript will, so you can select your text and when you, anyways, it&#39;s a complex thing, but it&#39;s just a really interesting, and that we&#39;re still at that point now, you know what, nearly 40 years on since the Yeah.&lt;/p&gt;
&lt;p&gt;Still evolving. It&#39;s still an emerging technology. There are still bits, key bits like that which need, another look basically. Yeah, there are, I&#39;ll put &#39;em at the end there. There are some other links to some things as well where you can learn if you like how to, start applying this.&lt;/p&gt;
&lt;p&gt;I&#39;m, I think actually we are at the end. I&#39;m going to move on. I&#39;ll just quickly add that, any links that are mentioned will go into the descriptions and, what have you on the no script, show website. So if you go to no script show slash three one, the numbers 31, you&#39;ll be able to find the links there and actually showing them on the screen, on clickable, in a video.&lt;/p&gt;
&lt;p&gt;[00:37:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; That would be nice. there&#39;s some, links. You don&#39;t need those reading out I&#39;m guessing, or do you no. put them on for those who can see it. But yes, you&#39;re quite right. They&#39;ll be there. And the PDF that we&#39;re using there will also be online and there&#39;ll be the clickable links on there, but there&#39;s a whole bunch of them things that we&#39;ve mentioned before, which I think if you want to learn more about this topic, these are good resources there to get into it.&lt;/p&gt;
&lt;p&gt;[00:37:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think that&#39;s the kind of way the web is moving at least at the top end. and I think the summary of the whole show really is the fact that it costs less to do it right in the beginning. and I think that also shows that it makes you more, not only does it cost less to do it right at the beginning, but it makes you more in the end, curiously.&lt;/p&gt;
&lt;p&gt;[00:38:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So it&#39;s a bit of a, I hate to use the phrase, but it&#39;s a bit of a win-win. Yes. Oh, I, I wonder though, where fighting this, because it does seem, obviously page builders, they were popular for time and now AI is really popular and it&#39;s, this idea that, AI will be able to make our websites for us and, I&#39;m really becoming.&lt;/p&gt;
&lt;p&gt;[00:38:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Much more adverse to this. we should be creating websites for human beings all the time and not trusting, ai. And there was a wonderful quote, and I just included this that I saw. That&#39;s lovely. A guy. Yeah. Alex, Wood, who&#39;s a software engineer and a bit of a tech writer. He is got a blog and he said, let in an LLM write for you is like paying someone to work out for you.&lt;/p&gt;
&lt;p&gt;And I really find, okay, it&#39;s exactly that, isn&#39;t it? It you de-skill yourself, but also when you apply this to the web, it&#39;s almost like you are tripping other people over at the same time as Yeah, because yourself, it&#39;s a black box, isn&#39;t it? You&#39;re just, you, don&#39;t look at the code and with regret, dear listener.&lt;/p&gt;
&lt;p&gt;[00:39:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think the code is the point. If you&#39;re gonna build these sites correctly, you do need to get into the code. Yeah. And, examine whether or not it&#39;s been implemented in the most accessible way. So yeah. Gosh. HI love that. Anyway, that, that brings us to the end. I dunno. Okay. In which case, I will bid you adia.&lt;/p&gt;
&lt;p&gt;Just one more reminder, no script show slash 3 1 31 for the show notes and what have you. And, we&#39;ll see you next time, David. Yeah. Have a good, thank you. Have a good day. And see you soon. Yeah. Bye-Bye. Bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Inclusive Design: Websites for Everyone</title>
    <link href="https://noscript.show/31/" />
    <updated>2026-05-20T00:00:00Z</updated>
    <id>https://noscript.show/31/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&#39;s the presentation slides. Below is the text version.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/Inclusive-design.pdf&quot; title=&quot;Episode slides&quot; loading=&quot;lazy&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;h2 id=&quot;slide-1-inclusive-design&quot;&gt;Slide 1: Inclusive Design&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Websites for Everyone&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-2-website-owner-s-manual&quot;&gt;Slide 2: Website Owner’s Manual&lt;/h2&gt;
&lt;p&gt;The Website Owner’s Manual is a project management tool. A hub for strategic planning, brand assets, and resources.&lt;/p&gt;
&lt;p&gt;Its job is to give owners control over the legal, technical, and business responsibilities they inherit with website ownership.&lt;/p&gt;
&lt;h3 id=&quot;standards&quot;&gt;Standards:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Inclusive Design — Designing for all.&lt;/li&gt;
&lt;li&gt;Content Design — Meeting needs.&lt;/li&gt;
&lt;li&gt;Web Standards — Building resilience.&lt;/li&gt;
&lt;li&gt;Agile Development — Being adaptable.&lt;/li&gt;
&lt;li&gt;IndieWeb — Taking control.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-3-inclusive-design&quot;&gt;Slide 3: Inclusive design...&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Is an approach that aims to make products, services, and content usable and welcoming for as many different people as possible, across ages, backgrounds, abilities, and contexts.&lt;/li&gt;
&lt;li&gt;It goes beyond minimum accessibility compliance to actively look for who might be excluded and to remove or reduce those barriers.&lt;/li&gt;
&lt;li&gt;It assumes diversity as the default, not the edge case, and is an ongoing mindset, not a one-off checklist.&lt;/li&gt;
&lt;li&gt;It has been adopted by many global corporations, government bodies, and non-profits.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-4-the-historical-evolution&quot;&gt;Slide 4: The Historical Evolution&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1950s–1960s: Barrier-Free Design. Removing physical obstacles to help disabled WWII veterans.&lt;/li&gt;
&lt;li&gt;1970s: The Social Model of Disability. This era challenged the &amp;quot;medical model&amp;quot; (which viewed disability as something to be cured). Instead, advocates argued that people are &amp;quot;disabled&amp;quot; by a society that fails to accommodate their needs.&lt;/li&gt;
&lt;li&gt;1980s: Universal Design. This aimed for a single, &amp;quot;one-size-fits-all&amp;quot; solution that works for everyone without needing adaptation.&lt;/li&gt;
&lt;li&gt;1990s onward: Inclusive Design. This acknowledges that multiple variations may be needed to truly include everyone.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-5-why-it-matters&quot;&gt;Slide 5: Why it matters&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Designing inclusively strengthens brands by making it easier for more people to find, use, and trust what we offer.&lt;/li&gt;
&lt;li&gt;It supports ethical commitments and reduces legal and reputational risk.&lt;/li&gt;
&lt;li&gt;It often improves the experience for everyone, not just people with specific access needs.&lt;/li&gt;
&lt;li&gt;You start with a competitive edge. 95% don’t even manage basic accessibility.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-6-core-principles&quot;&gt;Slide 6: Core principles&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Equity: People with different abilities or contexts can complete key tasks with similar ease and dignity.&lt;/li&gt;
&lt;li&gt;Flexibility: Interfaces work with different input methods, preferences, and assistive technologies.&lt;/li&gt;
&lt;li&gt;Clarity: Content and controls are simple, well-structured, and easy to perceive (for example, pleasant contrast, clear hierarchy, and plain language).&lt;/li&gt;
&lt;li&gt;Tolerance for error: The experience helps people avoid mistakes and recover easily when they happen.&lt;/li&gt;
&lt;li&gt;Participation: We seek feedback from a diverse range of users and iterate based on what we learn.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-7-how-website-owners-apply-this&quot;&gt;Slide 7: How website owners apply this&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Use concise language and explain jargon when it’s unavoidable.&lt;/li&gt;
&lt;li&gt;Use meaningful headings, lists, and descriptive link text.&lt;/li&gt;
&lt;li&gt;Alt text for images that convey their purpose.&lt;/li&gt;
&lt;li&gt;Avoid relying on color and maintain sufficient color contrast.&lt;/li&gt;
&lt;li&gt;Check actions can be completed with a keyboard and are announced to assistive technologies.&lt;/li&gt;
&lt;li&gt;Choose imagery and examples that reflect a variety of people and situations, without tokenism.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-8-how-designer-apply-this&quot;&gt;Slide 8: How designer apply this&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Inclusive design is about patterns — most exclusion happens through common patterns such as nav menus, dialogs, forms, and carousels implemented badly.&lt;/li&gt;
&lt;li&gt;Start from semantics and HTML, not from visuals.&lt;/li&gt;
&lt;li&gt;Design for variance, not the “average” user (for example, hand injury, noisy train, cracked screen).&lt;/li&gt;
&lt;li&gt;Test with assistive tech and real people.&lt;/li&gt;
&lt;li&gt;Bake it into the process, not just audits at the end.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;slide-9-references&quot;&gt;Slide 9: References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://humanewebmanifesto.com/&quot;&gt;Humane Web Manifesto&lt;/a&gt; — principles for a more respectful web.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inclusivedesignprinciples.info/&quot;&gt;Inclusive Design Principles&lt;/a&gt; — people-centred principles for digital interfaces.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://guide.inclusivedesign.ca/&quot;&gt;Inclusive Design Guide&lt;/a&gt; — an evolving, practice-oriented guide from the Inclusive Design Research Centre.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://inclusive.microsoft.design/&quot;&gt;Microsoft Inclusive Design&lt;/a&gt; — guidebooks, tools, and videos on inclusive design practice.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.nngroup.com/articles/inclusive-design/&quot;&gt;NN/g: Inclusive Design&lt;/a&gt; — overview of inclusive design and how it relates to UX and accessibility.&lt;/li&gt;
&lt;/ul&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there. And welcome to the No Script Show.&lt;/p&gt;
&lt;p&gt;In this episode, we&#39;re looking at inclusive design, what it is, why it matters, its core principles, and how we can apply them. You can find our show notes and resources at no script show slash 31. That&#39;s the numbers three one. And if you&#39;re watching this on YouTube, the link will be in the first comment just below the subscribe and like buttons.&lt;/p&gt;
&lt;p&gt;And as always, I&#39;m joined by David. Hello David. He&#39;s the one that does all the work. I just show up genuinely. I just show up and talk. he does all the hard work, makes the slides, does the research, thinks about everything, makes the website. Bravo. David,&lt;/p&gt;
&lt;p&gt;[00:00:44] &lt;strong&gt;David Waumsley:&lt;/strong&gt; thank you. yeah, this one, hopefully this is gonna be quick, because we&#39;re just covering, The five pillars of this, website owners manual, which I started doing, which is eagerly awaited by absolutely no one but me. Oh, and I&#39;ll bring it up actually for those who can see it on the YouTubes, if I can get my screen working Okay there. So yes, on this website owner&#39;s manual and the preface of that, I&#39;ve got these sort of standards, which is how we&#39;re going to build sites in the future, and it&#39;s got these, five pillars.&lt;/p&gt;
&lt;p&gt;And we covered one last week and we covered, which was content design. We covered, the indie web and today we&#39;re looking at exclusive design. And I&#39;ve put this one, number one as the sort of priority because I think it sums up that the whole concept of inclusive design really the real unique, strength of the web as a medium.&lt;/p&gt;
&lt;p&gt;offline, if you wanted to reach everyone, there&#39;s a significant cost. so if you have a physical location, installing ramps or something for wheelchair access, or if you, need translation services to account for other people&#39;s languages or printing out some of your materials, you might have to do that in braille.&lt;/p&gt;
&lt;p&gt;That&#39;s expensive online. And I think this is the real beauty of online is that much of it is just free just for following a few standards. And I think, it&#39;s good to get back to I think the basics here because really for the last 30 odd nearly 40 years, really the whole industry has ignored the, this key thing about the web is the fact that it can reach everybody and include everybody quite cheaply.&lt;/p&gt;
&lt;p&gt;when we started, with, table based designs because we wanted things to look pretty, but that really threw out the ability for screen readers to be able to read the content that was there. And right through to now we have many of the page builders that we&#39;re using really don&#39;t do a great job on putting over the HTML.&lt;/p&gt;
&lt;p&gt;In a way that it means that, we can use services to translate it into other languages and that screen readers can read them and that kind of stuff. So I&#39;m gonna hand it back over to you after that on spi. Yeah,&lt;/p&gt;
&lt;p&gt;[00:03:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I have a few comments about that. And the, first one is that the, the legislation in the physical world started to, ramp up to coin a phrase, quite a long time ago.&lt;/p&gt;
&lt;p&gt;And you couldn&#39;t get away with it. So certainly in the uk, things like accessibility for, toilets and the capacity to get into a shop, over the initial steps or whatever there may be, you have to put ramps in and lifts or elevators, those kind of things. And I suppose the curious thing about that is, it&#39;s really obvious because there you are in the physical world and you&#39;re about to enter the post office and there&#39;s somebody in a wheelchair that can&#39;t get into the post office and you can see it.&lt;/p&gt;
&lt;p&gt;It&#39;s right there. You see the, the injustice of that situation before your eyes, the web, which is becoming an increasingly important part of everybody&#39;s lives, with banking and tax filling and all of that, more or less required now online. Nobody&#39;s standing over your shoulder. Most of the time you&#39;re doing it in the privacy of your own home.&lt;/p&gt;
&lt;p&gt;And even if they were sat next to you watching you browse the web, they wouldn&#39;t see the, problems that you are having. they might see the frustration on your face, but it&#39;s all very private, isn&#39;t it? And so I think this whole thing about 30 years on the industry hasn&#39;t really caught up. I think it&#39;s a ba basically because there&#39;s been no legislation, which is changing, but b, because the, inconvenience, it can be invisible.&lt;/p&gt;
&lt;p&gt;It can be not seen by anybody. So anyway, there&#39;s my 2 cents. yeah,&lt;/p&gt;
&lt;p&gt;[00:04:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; no, I think it&#39;s a really good point. And I think, but it&#39;s even in with web standards themselves. they&#39;ve not been particularly inclusive until recently. We&#39;ve only recently have we really considered other languages when we&#39;re writing the htm l the, fact that we now, able to, in fact, we&#39;ve rewritten CSS so it&#39;s no longer fixed to its dimensions, so we can actually do it, so we can code it.&lt;/p&gt;
&lt;p&gt;So if someone&#39;s, using a, right to left language or vertical language, the design can adapt to it. But that&#39;s a really very recent thing. Anyway, I will move on to the next slide and I&#39;ll let you read that. the main points on this, if I can do this site. Okay.&lt;/p&gt;
&lt;p&gt;[00:05:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I just, that&#39;s alright. See if you can find it.&lt;/p&gt;
&lt;p&gt;Here we go. There, Okay. So here are some four bullet points, related to inclusive design.&lt;/p&gt;
&lt;p&gt;Inclusive design is an approach that aims to make product, services and content usable and welcoming for as many different people as possible across ages, backgrounds, abilities, and context.&lt;/p&gt;
&lt;p&gt;It goes beyond minimum accessibility, compliance to actively look for who might be excluded and to remove or reduce those barriers. It assumes diversity as the default, not the edge case, and is an ongoing mindset, not a one-off checklist. It has been adopted by many global corporations, government bodies.&lt;/p&gt;
&lt;p&gt;And nonprofits. I think the one that resonates most there for me is number three. But over to you, David, to give us your commentary. Yeah, again, I&#39;ll just take the last point actually about the fact that many global corporations and government bodies, and nonprofits, take inclusive design seriously.&lt;/p&gt;
&lt;p&gt;[00:06:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And in a way I think it&#39;s the kind of likes of you and I who, have to make sites for clients who don&#39;t have the time to, to really do this kind of work that needs to be done on there. Because you&#39;ll find, with big tech, there&#39;s Microsoft, they&#39;ve published their principles as well. You can find that at inclusive Microsoft do design.&lt;/p&gt;
&lt;p&gt;Google has a process for it called product inclusion. And Apple, they&#39;ve integrated accessibility features like voiceover and assistant, touch tech, technology directly into their operating systems. So they&#39;re really on the ball and they make a lot of money out of it. That&#39;s the reason why they&#39;re going to do it, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;Because the more people you can reach, Yeah. The more money they&#39;re gonna make. I think, all of it really goes beyond, exclusion. I think it&#39;s quite interesting when you think about, inclusive design and why it&#39;s useful because if you just take this recording that we&#39;re doing at the moment, so YouTube is going to take our words and turn those into closed captions.&lt;/p&gt;
&lt;p&gt;It&#39;s gonna literally read those. Now that might, that sort of benefit there might primarily be there for people who are deaf, but it&#39;s also gonna help anybody who&#39;s in a noisy environment, it&#39;s gonna help people with a temporary ear infection. And it might just help anybody who wants to listen to this without letting other people know that they are listening to us as well.&lt;/p&gt;
&lt;p&gt;Very sensible. Yeah. So I think, a lot of this with the inclusive design is, there&#39;s a term, actually we mentioned these before, gov uk, and they&#39;re government digital services, they refer to, this kind of inclusive as solve for one and extend to many. oh, nice. Yeah. If you put something in like those closed captions, not only does it benefit those people who would be excluded otherwise from it, but actually everybody gets those sort of benefits.&lt;/p&gt;
&lt;p&gt;it&#39;s not something that&#39;s just for a particular fixed group of people who it helps with that. I think the interesting thing from the little bit that you just said there is the three examples that you gave are these giant corporations that are swimming. In excess cash.&lt;/p&gt;
&lt;p&gt;[00:08:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And so them being able to create these incredible technologies. So in the example of YouTube, I don&#39;t even know what the turnover for that platform is, but it&#39;s eye watering. I&#39;m sure that feels like such a brilliant cog that they can turn to make things available to people who, I don&#39;t know, are hard of hearing.&lt;/p&gt;
&lt;p&gt;Let&#39;s go with that. and it probably costs them pennies per video. maybe in some situations if they examined every video that they&#39;ve got on there, the calculus doesn&#39;t work. hardly anybody&#39;s looking at the closed captions and what have you. But like you said, solve for one, export to many or whatever the phrase was.&lt;/p&gt;
&lt;p&gt;[00:09:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, that&#39;s, it&#39;s amazing that those platforms can do that. But the burden for, for the audience for this podcast is people who don&#39;t have that, excess of cash. there&#39;s probably a bit of nickel and dimming, living from paycheck to paycheck, building websites, trying to, yeah, trying to just make a living out of it.&lt;/p&gt;
&lt;p&gt;[00:09:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And so those calculations are a little bit more difficult to justify, making everything accessible and doing that extra work. We&#39;re at that point where perhaps that&#39;s still being neglected because it takes that extra time and that extra expertise and so on. So there&#39;s not really any sort of question there or indeed insight, but it&#39;s just, I think, worth pointing out.&lt;/p&gt;
&lt;p&gt;[00:10:19] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. No, and I think it&#39;s good I didn&#39;t put this in the notes, so it just crossed my mind as you were saying it is the fact that you, I do notice, &#39;cause I&#39;m still in builder, page builder communities and stuff that when a lot of accessibility, law came out, there was a lot of people going, oh gosh, it&#39;s just one more thing we have to do to to abide by what the eu &#39;cause it&#39;s EU regulations that are coming up.&lt;/p&gt;
&lt;p&gt;Yeah. Particularly with Americans who use page builders. and I think really where I&#39;ve got to is that&#39;s exactly how I&#39;d feel like gotta add in some extra work to the page builder stuff I&#39;ve done to make it work. But now you&#39;re getting back to the basics again. You just think, if we&#39;d just done it properly in the first place With decent code, we wouldn&#39;t be in that situation at the moment. and I think that&#39;s where we&#39;re going with this. If you just build them with the right mindset instead of just primarily being worried about what on the screen and think about what you are communicating in the code, in the basic html, there is so much to be gained by doing that.&lt;/p&gt;
&lt;p&gt;So that, yeah. I guess if you&#39;re in the business of retrofitting things and that&#39;s, that takes, I don&#39;t know, two days or three days or whatever it may be, that seems like a burden. But if each time you add some semantic element to the HTML, you do the four second edition at that moment, that burden is spread out over the entire build and prop, you maybe would never notice it.&lt;/p&gt;
&lt;p&gt;[00:11:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; In fact, that&#39;s interesting. Yeah. Okay. Yeah. Okay. let&#39;s, I&#39;ll put on the next slide for you to read, a little look at sort of the history and I&#39;m sorry, I&#39;m struggling with my slides. Here we go. That&#39;s okay. Here we go. So this is the historical evolution. Shall I just read these into the record? Yeah, please.&lt;/p&gt;
&lt;p&gt;Yeah. so this is fascinating actually. And much of this I didn&#39;t know until I caught sight of this slide. So going back right to the 1950s though, the 1950s to the 1960s, barrier free design. So this was the idea of removing physical obstacles to help disabled World War II veterans. The, that&#39;s really interesting that the world was suddenly, more full, let&#39;s say, with people who were struggling to move about.&lt;/p&gt;
&lt;p&gt;And so things started to happen because of that. And then we move on to the 1970s, the social model of disability. This was an era which challenged the medical model, which viewed disability as something to be cured. Instead, advocates argued that people are disabled by a society that fails to accommodate their needs.&lt;/p&gt;
&lt;p&gt;That is so profoundly interesting. Moving on to the 1980s. universal design. This aimed for a single one size fits all solution that works for everybody without needing adaptation. And then the last point on this slide, 1990s onwards, so we&#39;re into the era of what we&#39;re talking about today, inclusive design.&lt;/p&gt;
&lt;p&gt;This acknowledges that multiple variations may need to be truly, sorry, may need be needed to truly include everybody. what a whole turning the ship scenario. This is go one direction, then go in another direction, but also the real world challenges that made that all possible. That&#39;s really interesting.&lt;/p&gt;
&lt;p&gt;[00:13:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I think our modern world all starts from, second world war where we, people had more than they ever had before in terms of, democracy and, things that are available to them. But yeah, I&#39;ve got some notes. I&#39;m just gonna, that, I&#39;ll just add some extra details.&lt;/p&gt;
&lt;p&gt;So the inclusive design was popularised by Roger Coleman and his colleagues at the Royal College of Art in the uk and Universal Design, came from the us. so that&#39;s going back to the eighties there by an architect, product designer, an educator, Ron Mays, who coined that term there. And that&#39;s the one that I you know, that&#39;s the period that I grew up where was that was the whole thing.&lt;/p&gt;
&lt;p&gt;You made everything so it would work for everybody now. And I think where you get into the inclusive design is that earlier point that we mentioned where was saying that if you, add one thing extra for a group of people, then every, everybody gets to benefit from it. So it&#39;s that may just shift there, I think.&lt;/p&gt;
&lt;p&gt;Yeah. Yeah. a lot of what we do is universal anyway, so it is, but I just find that, anyway, I just put that slide in because I just thought it was interesting how we gradually, move forward. you could say at the moment while we&#39;re recording this, we&#39;ve gone in the opposite direction where we&#39;re might is, right?&lt;/p&gt;
&lt;p&gt;And we&#39;re, less inclusive I think at the moment of this. But, the only thing I would add is that if you were to look at that slide in a hundred years time, there would no doubt be other bullet points that have been added as the future will definitely be not the same as the present for sure.&lt;/p&gt;
&lt;p&gt;[00:15:19] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There&#39;ll be different interpretations and things tend to swing in different directions, but the, hopefully the thread running through it is that, the idea is that you make it easy for everybody given whatever situation they&#39;re in. But anyway, yeah. Yeah, and it just makes good, even in a capitalist society, you would still expect, obviously that&#39;s why Google and Microsoft and obviously are on board with this because it actually works.&lt;/p&gt;
&lt;p&gt;[00:15:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; anyway, I&#39;ll move on to the next slide for you to read out. okay, so this is, getting to the underpinnings of what&#39;s the point really? So why does it matter? Why it matters? Four bullet points here. Designing inclusively strengthens brands by making it easier for more people to find, use and trust what we offer.&lt;/p&gt;
&lt;p&gt;[00:16:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It also supports our ethical commitments, reduces legal and reputational risk. It often improves the experience for everybody, not just people with specific access needs. And start with a competitive edge. 95% don&#39;t even manage basic accessibility. Gosh, there&#39;s a lot in there, isn&#39;t there? Some of it more moral, some of it more carrot and stick, let&#39;s put it that way.&lt;/p&gt;
&lt;p&gt;Some of it more moral and some of it more legal in nature. Yeah, we&#39;ve covered before about the fact that, every time there&#39;s, accessibility, surveys done, they really come out with still in the sort of, in the 90%. it starts to increase, but very basic accessibility is just not done, and, and it is a case of nothing that&#39;s an extra cost, it&#39;s simply just picking the right colours in the first place so everybody can see that and, just marking things up as they should be marked up rather than just forgetting about it and just concentrating on the visuals.&lt;/p&gt;
&lt;p&gt;[00:17:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So the really easy fix to make in short, really, the summary of this is it just makes better products and services and yeah. if you are into that, it&#39;s gonna make you more money for doing that. yeah. calculus is pretty straightforward, isn&#39;t it, when you look at it like that?&lt;/p&gt;
&lt;p&gt;[00:17:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah, so it, we just only have to start with, semantic accessible HTML in the first place, and we&#39;re going to, by default, we&#39;re going to get better SEO, we&#39;re going to reach more people. let me just have a quick. you&#39;ve got some downsides listed &#39;cause we&#39;ve only ever mentioned the benefits here, haven&#39;t you?&lt;/p&gt;
&lt;p&gt;But, you haven&#39;t got downsides listed, but you were saying are there downsides? yeah, this, I don&#39;t, I don&#39;t think there are any downsides in other accommodating, apart from the fact that you might have to start with some of the basics. one thing I suppose that I put in my notes here is that accessibility experts, are often reminding us that disability in some form or another touches nearly everybody&#39;s life at some point.&lt;/p&gt;
&lt;p&gt;[00:18:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so we are so used to the fact of thinking about accessibility of a group of disabled people who we have to accommodate and do all this extra work for, but in reality it&#39;s not, and you realise it as you get older. I&#39;m noticing it all the time. Oh, I have to enlarge my text so much more and that means that somebody needed to design their website so I could enlarge it on my browser, Yeah. But people have accidents, all the time. You had an operation, didn&#39;t you? yeah. Yeah. affected you for some time. So it&#39;s just all those kind of things and it&#39;s all the temper, accessibility, the experts will like to point to the fact that there&#39;ll just be situational, events where there may be a parent holding a child who only has one hand free to be able to manipulate the internet, so there will be needing to use tabbing.&lt;/p&gt;
&lt;p&gt;And so often, because we don&#39;t test in that way, we tend to just use our mouse on the way that we typically do. We don&#39;t test whether our tab in order is correct on every page, which can just throw somebody out. So it&#39;s so interesting that, and how obvious some of these problems are when you have that little, in my case, I&#39;ve had a very, straightforward life, let&#39;s put it that way.&lt;/p&gt;
&lt;p&gt;[00:19:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; But I have these little moments where, like you said, you have a bit of surgery and for a period of time, normal is no longer normal, and things are different, and you suddenly encounter all these problems and the amount of totting and, moral outrage that I would, I would have, whereas before I would be completely oblivious to it was fairly profound.&lt;/p&gt;
&lt;p&gt;And, yeah, you suddenly notice, oh, that&#39;s why is it? so yeah. but you&#39;re right. you break an arm, you break a leg, you have to carry an object. You, I don&#39;t know, you&#39;re temporarily unwell. All of these things fall into this category. So it&#39;s not necessarily just for, people who have conditions that are permanent, although I think the moral calculus is that they&#39;re probably the target audience.&lt;/p&gt;
&lt;p&gt;[00:20:24] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, we, you don&#39;t want to lose the fact that there is an important political group out there who needs to be voiced as well. But, yeah, certainly we&#39;re all growing older as well, so it&#39;s more likely that we do need our internet to serve us better in that way. Do you know what I was just thinking about this.&lt;/p&gt;
&lt;p&gt;I think I only ever once had a client who said to me, on a page where I had a form that my tab in order was all wrong. And, oh, and I just wonder, it was quite late into doing this. &#39;cause I obviously wasn&#39;t testing myself, so I, it just makes me wonder how many forms I created in the past where the tabbing was completely out until yeah.&lt;/p&gt;
&lt;p&gt;Took a client to tell me. Terrible. Really. and the curious problem there is that, and this is such a compounding problem, the capacity to report the problem is potentially through something like a form. So where we&#39;re funnelling people who have these problems into platforms, which they have to overcome the very same problems in order to report the problems.&lt;/p&gt;
&lt;p&gt;[00:21:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You can see where this is going. The, the infrastructure to report complaints is often the same infrastructure that they&#39;re complaining about. Yes. And that&#39;s that. Can you imagine how frustrating that would be? I dunno, you wanna report a form not working, but the form you need to use to report the form is also not working in that way.&lt;/p&gt;
&lt;p&gt;And, on it goes, you can imagine that writ large across almost every aspect of the internet, navigation to find the form that you need to fill out and yada on it goes. It&#39;s, yeah. that must be extremely infuriating. And I expect probably, a lot of dead ends. I find it very hard.&lt;/p&gt;
&lt;p&gt;Let&#39;s say for example, I&#39;m on my insurance website and I wish to cancel my policy. That is hard enough. Just being able to scan that with my eyes. I have no idea how somebody with a screen reader would finally navigate to that final button and go through the nine different pages that you&#39;ve got to figure out which button am I pressing, which is the correct one to proceed here.&lt;/p&gt;
&lt;p&gt;All of that must be just so unbelievably infuriating. Anyway, I&#39;ll get off my pedestal now. that&#39;s my, no, all good points. That&#39;s my thoughts on that. I&#39;ve got another slide for you. okay. And I find it. There we go. Core principles, I think is what you&#39;re looking for. There we go. Yeah. okay, let&#39;s list out the five core principles.&lt;/p&gt;
&lt;p&gt;They are, equity, flexibility, clarity, tolerance for error, and participation. Starting with equity, people with different abilities or context can complete key tasks with similar ease and dignity. Ooh, that&#39;s an interesting last word, isn&#39;t it? Dignity. Wow. flexibility interfaces work with different input methods, preferences and assistive technologies.&lt;/p&gt;
&lt;p&gt;Clarity, content and controls are simple, well structured and easy to perceive. For example, pleasant contrast, clear hierarchy and plain language tolerance for error. The experience helps people to avoid mistakes and recover easily when they happen and participation. Finally, we seek feedback from a diverse range of users and iterate based on what we learn over to you.&lt;/p&gt;
&lt;p&gt;[00:23:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, nothing to say on this. apart from the fact that you pointed out that word, dignity, it&#39;s a great word. Respect and dignity. for all. Imagine that today, and it is the bedrock of so much, isn&#39;t it? it&#39;s the sort of thing we carry around and often we don&#39;t show it, but it really is the basis of all sorts of levels of happiness.&lt;/p&gt;
&lt;p&gt;[00:24:08] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; if you don&#39;t feel, that you have dignity. I think so much collapses on the inside and we present this interface, the internet, where that dignity is just shattered over and over again, day in, day out, minute by minute. And it must be some somewhat soul destroying, and this wonderful technology, which in theory could have enabled everything to happen suddenly becomes shut off.&lt;/p&gt;
&lt;p&gt;Frustrating. And that whole internet, ah, I&#39;m just not bothering, and what a shame that is. Yeah, indeed. Yeah. I&#39;m gonna move on to the next slide, and leave it to you. So here we&#39;re looking then at how website owners apply this, so I&#39;ll just read through them again. the way to apply this is, for example, to use concise language and explain jargon when it&#39;s unavoidable.&lt;/p&gt;
&lt;p&gt;Use meaningful headings lists and descriptive link text check actions can be completed with a keyboard and are announced to assistive technologies, alt text for images that convey their purpose. Avoid relying on colour and maintain sufficient colour contrast. Choose imagery and examples that reflect a variety of people in situations without tokenism.&lt;/p&gt;
&lt;p&gt;[00:25:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. Yeah, over to you. there&#39;s nothing new here. I guess we&#39;ve probably talked about all of these things at some point. I think. why, because obviously we&#39;re in a time where everybody, particularly with the EU law coming into effect last year, 2025, where if you are serving people in the eu, you have to abide, particularly if you are earning, more than 2 million or you have 10 employees, you have to abide and bring things up to the work kind standard.&lt;/p&gt;
&lt;p&gt;I think it&#39;s, 2.1 or whatever. so everybody&#39;s aware of this, but this is a bit more rounded than this one because there are a few things, the, particularly the things that reflect in a variety of people without tokenism, in those lists of things there and things like, language as well.&lt;/p&gt;
&lt;p&gt;These aren&#39;t covered in accessibility. And I think the interesting thing about that is, is the fact that also what we&#39;re going to find is W CAG is changing as well. The yeah, there set of rules, which we have to apply presently, but they&#39;re moving towards a version three of the web content accessibility guidelines for those, we dunno what w CAG is, where it is going to be a little bit less rules based.&lt;/p&gt;
&lt;p&gt;It&#39;s going to be about looking at the totality to, can&#39;t say that word Total totality. Totality, yeah. That&#39;s it of, of the experience, if you like, rather than, specific rules that you will break with it. it&#39;s gonna be quite a shift in that. I think, with all of this, I&#39;m tempted to have a bit of a rant about AI as I often am, I could see in the notes there was that you were definitely swerving in that direction.&lt;/p&gt;
&lt;p&gt;[00:27:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Go on, do it. it&#39;s just, I think I might do later. I bought another note in there I couldn&#39;t resist. But, but yeah, we moved towards that where, we shouldn&#39;t be letting AI do our HTML. It&#39;s the thing, it&#39;s our cont content and how we market up and how we want it to be interpreted by us to other human beings.&lt;/p&gt;
&lt;p&gt;[00:27:36] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think, That&#39;s really what we have to get back to with the inclusive design, where we&#39;re creating this for other people with respect and dignity. And I think this is always the thing that we&#39;re trying to get across with this over, over and above the legal things that we have to cover with accessibility.&lt;/p&gt;
&lt;p&gt;I think it would also cover when we&#39;re looking at, inclusive design will be avoiding the thing of that I think you were alluding to before with sort of dark patterns. You were talking about trying to, cancel your insurance or something, and it might be nine pages or something like that.&lt;/p&gt;
&lt;p&gt;These are often purposeful, dark patterns, aren&#39;t they? To Yeah. Stop, prevent somebody doing what they wanted to do in order to keep them on longer and make more money out of them. So I think, this is also included in this. It&#39;s something that we want to avoid all the time, keep that kind of respect for people as we&#39;re doing stuff.&lt;/p&gt;
&lt;p&gt;[00:28:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah, you would hope that there would be some sort of self-correction mechanism, but that doesn&#39;t seem to be the case. companies employing these deceptive designs seem to thrive. Unfortunately. I wish it were not the case. I wish that people would, express their fury and these things would go away, but sadly it seems to be reasonably effective.&lt;/p&gt;
&lt;p&gt;So they keep them in. the w the worst of them is airline booking, airline tickets. you&#39;ve got, you&#39;ve paid for your ticket, you think, and then what&#39;s going on here? you&#39;ve got this 17 pages of cars and insurance and hotels and confirmation of seats and all of this, and never quite know whether I&#39;ve succeeded.&lt;/p&gt;
&lt;p&gt;Yeah. Book a ticket. Anyway, I digress. But yeah. Yeah. But it&#39;s a, it&#39;s a real key thing because it&#39;s such short term thinking, isn&#39;t it? Because it works for a little while. People can&#39;t cancel things that they want to cancel, so you make more money. But in the long run, everybody gets so tired of it that, you are you&#39;re no longer considered a company that people want to deal with.&lt;/p&gt;
&lt;p&gt;[00:29:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Eventually you might make a lot of money in the short term, but eventually, it spoils it for everyone. and interestingly, despite the fact that the internet&#39;s been around for a while, we still are a bit of wild west mentality. Yeah. And it&#39;s still an emerging technology, so I know you&#39;ve been able to book flights for a while.&lt;/p&gt;
&lt;p&gt;[00:30:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I, I also know that a lot of people still use the telephone and, contact a travel agent to avoid all of that kind of stuff. But it, I, what I&#39;m trying to say is I think the jury&#39;s still out with this sort of stuff. Maybe in a decade we really will have grown weary about them and things like the airline industry and the.&lt;/p&gt;
&lt;p&gt;Insurance industry and whichever industry is employing these deceptive designs, maybe they will wake up to that and realise that quick buck is actually, something that the longevity of the company in into decades and, multiple decades might be affected by that. but at the moment, profiteering seems to come before anything.&lt;/p&gt;
&lt;p&gt;but maybe that will change. Yeah, there was another note that I put in here because I think when you read through that list that you did first there about how you can apply it, and most people might look at that and go, that&#39;s just a list of things that come under accessibility. And I think probably one of the key things that the web industry seems to be learning at the moment is that about this particular medium is that, the skill sets themselves can&#39;t work in silos.&lt;/p&gt;
&lt;p&gt;[00:31:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So we were talking last time about the, that being the point of content design. The fact that content isn&#39;t written first and then designed second, both have to happen at the same time. And I think that&#39;s the case with all of this, design that we&#39;re realising, that we all the skills need to come together, we need to work together.&lt;/p&gt;
&lt;p&gt;that&#39;s the whole thing about agile as well, which we&#39;ll talk about as a separate thing. They all interconnect this idea that you work on a ongoing basis with, multiple skills at the same time to constantly keep improving and making a website better. And I think this kind of fits into that whole thinking.&lt;/p&gt;
&lt;p&gt;Does that make sense? yeah, that does make sense. That makes perfect sense. But again, time will tell what Yeah, it will. Let me move on to another slide, shall I? Okay, sure. And we&#39;re on to designers, I think. yeah. How a designer, might apply this. I&#39;ll just read them through again. So inclusive about patterns, most exclusion happens through common patterns.&lt;/p&gt;
&lt;p&gt;[00:32:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; For example, navigation menus, dialogues, forms, carousels, et cetera, which are implemented badly. They start from semantics and HTML, not from visuals designed for variance. Not the average user. For example, hand injury, noisy train, cracked screen. Oh, cracked screen. That&#39;s an interesting one. test with assistive tech and real people and bake it into the process, not just audits at the end.&lt;/p&gt;
&lt;p&gt;That, that&#39;s number, the last one there, the number five. That&#39;s how I would&#39;ve always handled it. Just some sort of audit at the end. and like I alluded to earlier, or you alluded to, if it&#39;s like a 22nd task repeated hundreds of times, that&#39;s, that feels much nicer than the three day headache at the end, where you&#39;ve then got to go back and rebuild everything, which is probably gonna take more like six days or 10 days.&lt;/p&gt;
&lt;p&gt;But that&#39;s quite a shift. That is quite a shift getting into that pattern. And I&#39;m doing all of those other four things that you&#39;ve got. In front of you, especially when the tools that we&#39;re using page builders in the WordPress space, for example, just drop this stuff in a handy one click, easy way to do it with no necess necessarily.&lt;/p&gt;
&lt;p&gt;No way to understand how that&#39;s been implemented badly. yeah. Yeah. And I think, the last point back into the process, and that&#39;s why I think it links in with Agile. And that&#39;s generally the way, we used to have a sort of waterfall process that we would follow, where we would have an idea, something would get signed off as a visual on our website.&lt;/p&gt;
&lt;p&gt;[00:33:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Someone would go away and then you would do a checklist to check everything&#39;s working, and then out it would go, we&#39;re agile. We bring in a small group of different skills that keep the focus on what we&#39;re trying to do all the time, and we keep adding to incrementally improving the product that we&#39;re doing.&lt;/p&gt;
&lt;p&gt;And I think that&#39;s why this kind of links in with that, and we&#39;ll talk about that, I think, separately. But yeah, it&#39;s interesting because most of the things we don&#39;t even consider, the crack screen and stuff like that where we&#39;re trying to think about all the different situations that someone could find themselves in trying to access the web and think about them as we&#39;re going through the process.&lt;/p&gt;
&lt;p&gt;there is a good book, often mentioned this fellow, Hayden Pickering, he&#39;s written. Yeah. You, he gets a lot of attention, doesn&#39;t he? From He does, yeah. He&#39;s a really, a serious thinker on this. He&#39;s wrote a book, which I have, called Inclusive Components, and he walks through for those on the technical side, some of the common, UI patterns that you&#39;ll have.&lt;/p&gt;
&lt;p&gt;So accordion&#39;s menus, tall tip sliders, all that kind of stuff. it will talk about the code, about how you can do this in a, an inclusive manner, and try and make it as bulletproof as possible. In fact, one of the things, it is still unsolved because, there is no HTML for the card, and we talk about cards Oh yeah.&lt;/p&gt;
&lt;p&gt;All the time. Yeah. And we&#39;re always stuck with this. This is going off point actually a little bit, but I was just thinking about this again today. so we use cards so much, they&#39;re often, a little, preview of a blog post or something like that where there might be a heading, some text, an image, perhaps another link in there.&lt;/p&gt;
&lt;p&gt;And we want that whole thing to be clickable because it seems obvious that this whole card should be clickable. And obviously the wrong way to do it is to put it all in an A tag. So everything is there. Now, why that&#39;s wrong is because the AAG should just be containing, the text and link to it, not all of this other stuff with images and all this other stuff.&lt;/p&gt;
&lt;p&gt;So that&#39;s the wrong way to do it. But the only other solution we&#39;ve got is this sort of CSS hack at the moment where we put this overlay over the top of it, but also this, and Hayden doesn&#39;t solve this by the way. It&#39;s still to be solved. This thing about the web, you can put an overlay on, so the whole thing if you like, becomes clickable, but you can&#39;t select the individual text within that, which is something that you should be able to do.&lt;/p&gt;
&lt;p&gt;So the, there still is no good solution. there&#39;s a sort of a JavaScript hack for this kind of thing, so you can delay it so the JavaScript will, so you can select your text and when you, anyways, it&#39;s a complex thing, but it&#39;s just a really interesting, and that we&#39;re still at that point now, you know what, nearly 40 years on since the Yeah.&lt;/p&gt;
&lt;p&gt;Still evolving. It&#39;s still an emerging technology. There are still bits, key bits like that which need, another look basically. Yeah, there are, I&#39;ll put &#39;em at the end there. There are some other links to some things as well where you can learn if you like how to, start applying this.&lt;/p&gt;
&lt;p&gt;I&#39;m, I think actually we are at the end. I&#39;m going to move on. I&#39;ll just quickly add that, any links that are mentioned will go into the descriptions and, what have you on the no script, show website. So if you go to no script show slash three one, the numbers 31, you&#39;ll be able to find the links there and actually showing them on the screen, on clickable, in a video.&lt;/p&gt;
&lt;p&gt;[00:37:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; That would be nice. there&#39;s some, links. You don&#39;t need those reading out I&#39;m guessing, or do you no. put them on for those who can see it. But yes, you&#39;re quite right. They&#39;ll be there. And the PDF that we&#39;re using there will also be online and there&#39;ll be the clickable links on there, but there&#39;s a whole bunch of them things that we&#39;ve mentioned before, which I think if you want to learn more about this topic, these are good resources there to get into it.&lt;/p&gt;
&lt;p&gt;[00:37:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think that&#39;s the kind of way the web is moving at least at the top end. and I think the summary of the whole show really is the fact that it costs less to do it right in the beginning. and I think that also shows that it makes you more, not only does it cost less to do it right at the beginning, but it makes you more in the end, curiously.&lt;/p&gt;
&lt;p&gt;[00:38:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So it&#39;s a bit of a, I hate to use the phrase, but it&#39;s a bit of a win-win. Yes. Oh, I, I wonder though, where fighting this, because it does seem, obviously page builders, they were popular for time and now AI is really popular and it&#39;s, this idea that, AI will be able to make our websites for us and, I&#39;m really becoming.&lt;/p&gt;
&lt;p&gt;[00:38:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Much more adverse to this. we should be creating websites for human beings all the time and not trusting, ai. And there was a wonderful quote, and I just included this that I saw. That&#39;s lovely. A guy. Yeah. Alex, Wood, who&#39;s a software engineer and a bit of a tech writer. He is got a blog and he said, let in an LLM write for you is like paying someone to work out for you.&lt;/p&gt;
&lt;p&gt;And I really find, okay, it&#39;s exactly that, isn&#39;t it? It you de-skill yourself, but also when you apply this to the web, it&#39;s almost like you are tripping other people over at the same time as Yeah, because yourself, it&#39;s a black box, isn&#39;t it? You&#39;re just, you, don&#39;t look at the code and with regret, dear listener.&lt;/p&gt;
&lt;p&gt;[00:39:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think the code is the point. If you&#39;re gonna build these sites correctly, you do need to get into the code. Yeah. And, examine whether or not it&#39;s been implemented in the most accessible way. So yeah. Gosh. HI love that. Anyway, that, that brings us to the end. I dunno. Okay. In which case, I will bid you adia.&lt;/p&gt;
&lt;p&gt;Just one more reminder, no script show slash 3 1 31 for the show notes and what have you. And, we&#39;ll see you next time, David. Yeah. Have a good, thank you. Have a good day. And see you soon. Yeah. Bye-Bye. Bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Content Design</title>
    <link href="https://noscript.show/30/" />
    <updated>2026-04-02T00:00:00Z</updated>
    <id>https://noscript.show/30/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&#39;s the presentation slides. Below is the text version.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/Content-design.pdf&quot; title=&quot;Episode slides&quot; loading=&quot;lazy&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;h2 id=&quot;what-is-content-design&quot;&gt;What Is Content Design?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Is a discipline created by Sarah Richards (now Winters) while transforming
GOV.UK from hundreds government websites into a single resource.&lt;/li&gt;
&lt;li&gt;Has been adopted by other governments such as the US, Australia, and New Zealand.&lt;/li&gt;
&lt;li&gt;Meta (Facebook) formally switched to content design, embedding content designers across every product team.&lt;/li&gt;
&lt;li&gt;Companies like Shopify, Atlassian, Apple, Google, and Microsoft have followed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;a-different-way-of-thinking&quot;&gt;A Different Way of Thinking&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Content is not written first and designed second — both happen together, shaped by evidence.&lt;/li&gt;
&lt;li&gt;The format (words, video, a tool, a table, nothing at all) is a design decision, not a default.&lt;/li&gt;
&lt;li&gt;The goal is to meet a genuine user need, not to fill a page or promote the organisation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;why-it-matters&quot;&gt;Why It Matters&lt;/h2&gt;
&lt;p&gt;Most websites are written inside out - reflecting what the organisation wants to say.
Content design flips that and starts with what users are actually trying to do. So...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We create content because there is a real user need for it, not because it feels like something we should have.&lt;/li&gt;
&lt;li&gt;We choose the right format for the job, whether that is a short paragraph, a list, a video, or a single direct answer.&lt;/li&gt;
&lt;li&gt;We treat content as a live thing that can be improved, pruned, or removed when it stops serving users.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;core-principles&quot;&gt;Core Principles&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;All content should answer a real question or help complete a task.&lt;/li&gt;
&lt;li&gt;Decisions are based on research and audience — not internal preference.&lt;/li&gt;
&lt;li&gt;Words are not always the answer — consider tables, checklists, and visuals.&lt;/li&gt;
&lt;li&gt;Use words the audience uses, not jargon, brand, or insider terminology.&lt;/li&gt;
&lt;li&gt;Unclear content erodes trust — be consistent, accurate, and honest.&lt;/li&gt;
&lt;li&gt;Content should be planned, reviewed, and retired — not forgotten.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;how-website-owners-apply-this&quot;&gt;How Website Owners Apply This&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Look for evidence — search queries, customer questions, or analytics.&lt;/li&gt;
&lt;li&gt;Use plain language; avoid jargon and provide meaningful headings.&lt;/li&gt;
&lt;li&gt;Choose the simplest format — if a list works better than prose, use a list.&lt;/li&gt;
&lt;li&gt;Remove or update content that is rarely visited or no longer relevant.&lt;/li&gt;
&lt;li&gt;When in doubt, cut — short and clear tends to perform better.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://contentdesign.london/shop&quot;&gt;&lt;em&gt;Content Design&lt;/em&gt; by Sarah Richards (Winters) - the founding text of the discipline, short and practical&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.gov.uk/guidance/content-design/what-is-content-design&quot;&gt;GOV.UK Content Design Guidance - the publicly available guide used to build and maintain one of the world&#39;s largest user‑centred websites&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://contentdesign.london&quot;&gt;Content Design London - resources, research, and the Readability Guidelines&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://design.facebook.com/blog/why-were-moving-from-content-strategy-to-content-design/&quot;&gt;Why Meta moved from content strategy to content design - a first‑hand account from their Head of Content Design&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.gov.uk/guidance/content-design/writing-for-gov-uk&quot;&gt;GOV.UK Writing for the Web - practical plain language and formatting guidance&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=1UpsazMWxx8&quot;&gt;YouTube interview with Sarah Richards&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://uxmastery.com/in-conversation-content-design-with-sarah-richards/&quot;&gt;UX Mastery interview with Sarah Richards&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there and welcome to the No Script Show. In the last episode, we talked about creating a website owner&#39;s manual. This is an editable document that is both an online brand guideline and a checklist for creating a website and online presence. In this episode, we&#39;re looking at content design, which is a relatively new discipline, and it&#39;s one of the main pillars.&lt;/p&gt;
&lt;p&gt;Of the website owner&#39;s manual, we&#39;ll talk about what it is, why it matters, what are its core principles, and how a website owner can apply them. You can find all of the show notes and resources, which we mentioned in this episode at No Script Show. Forward slash three zero. So 30. And if you&#39;re watching on YouTube, the link for that will be in the first comment just below the like and subscribe buttons.&lt;/p&gt;
&lt;p&gt;And as always, I&#39;m joined by David Wamsley. Hello, how are you doing?&lt;/p&gt;
&lt;p&gt;[00:00:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Hello. Thanks Nathan. Yeah, I&#39;m very well. I thought this year we were gonna be just doing a kind of content on building websites. That&#39;s, that was the plan. That was the plan. Start with that. Yeah. Start with that, plumber site, which we started there, and then we moved into this idea of this kind of owner&#39;s manual and I&#39;m pleased because it&#39;s.&lt;/p&gt;
&lt;p&gt;The show I think was always about looking outside of the world that we knew, which was kind of WordPress and page builders and all that, and seeing what was going on more generally in the web and the building. And so it started off as off with the kind of modern CSS. And then, as soon as we.&lt;/p&gt;
&lt;p&gt;Got into that and that&#39;s changed so much because of browser interoperability. Then suddenly I think our content started moving towards, wait, we ought to try and look at the HTML before we move on to the CSS.&lt;/p&gt;
&lt;p&gt;[00:01:50] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right?&lt;/p&gt;
&lt;p&gt;[00:01:50] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So we&#39;ve moved into that and now I think I&#39;ve gone one step back even further to say, hang on.&lt;/p&gt;
&lt;p&gt;Perhaps we ought to decide why we&#39;re actually putting this HGML out in the first place and what I think it is. Yeah. And I, so I&#39;m quite pleased. So I think our content will. We will take this kind of idea, this concept of a website owner&#39;s manual, and then we should cover all aspects of this kind of profession, I think one way or another with this.&lt;/p&gt;
&lt;p&gt;Yes. So yeah,&lt;/p&gt;
&lt;p&gt;that&#39;s,&lt;/p&gt;
&lt;p&gt;[00:02:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I&#39;m gonna rename you David derailed warmly. that&#39;s, that&#39;s what&#39;s happening. I&#39;m&lt;/p&gt;
&lt;p&gt;[00:02:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; totally makes sense a bit because I&#39;ve gone off. So many different tangents. I said, oh, I love it. The show&#39;s gonna be about this and it&#39;s gonna be about, but I think I finally got that. We&#39;ve just stepped back enough to get back to some of the fundamentals.&lt;/p&gt;
&lt;p&gt;Yeah.&lt;/p&gt;
&lt;p&gt;[00:02:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. That&#39;s lovely. Okay, shall I put the slides up? Would that be helpful?&lt;/p&gt;
&lt;p&gt;[00:02:37] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, please do. Yeah.&lt;/p&gt;
&lt;p&gt;[00:02:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Are you on the correct one for now? Let&#39;s see if we can find it.&lt;/p&gt;
&lt;p&gt;[00:02:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I am. Yeah,&lt;/p&gt;
&lt;p&gt;[00:02:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; we. Go content design, giving users what they need, when and how they need it. It&#39;s a lordy claim, David. It&#39;s a, there&#39;s a lot in that.&lt;/p&gt;
&lt;p&gt;[00:02:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I&#39;ll move to the next slide here, which I just got. so the website owner&#39;s manual, which we featured, started working on it, is working in progress at the moment. But, so in that it&#39;s going to be a link and hopefully this episode will be one of the resources that I can link to on, on the preface.&lt;/p&gt;
&lt;p&gt;People who are listening to this won&#39;t be able to see the slides, but showing the first few pages of the website owner&#39;s manual. And there&#39;s a selection of standards there, which I thought we would cover now. And these are, if you like, these are gonna form the pillars of the manual. They give it some academic weight, so it&#39;ll, talk about, where these kind of philosophies and these ideas and standards come from.&lt;/p&gt;
&lt;p&gt;Okay. We&#39;ve already talked about one of those, which is, indie web, which actually turned out to be our most. Popular video so far. Oh&lt;/p&gt;
&lt;p&gt;[00:03:43] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; okay. That&#39;s interesting.&lt;/p&gt;
&lt;p&gt;[00:03:44] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah, by far. so I dunno why people tuned into that. So it&#39;s probably of interest. And this one is obviously content design, which is a, fairly new thing, which is really about meeting.&lt;/p&gt;
&lt;p&gt;actual needs. So we&#39;ll do something on the others, which you can&#39;t see. Probably over here. I&#39;m, I dunno if you see my little pointer, I&lt;/p&gt;
&lt;p&gt;[00:04:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; can actually see your little pointer. Yeah. you&#39;re hovering over the preface section, aren&#39;t you? The standards?&lt;/p&gt;
&lt;p&gt;[00:04:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So I put standards, so we&#39;ll have links in the manual that will go to the EASE videos as some other resources.&lt;/p&gt;
&lt;p&gt;But, in there, there is, Content design in, the indie web inclusive design, which is all about designing for all and reaching more people web standards, which is about building resilient sites and keeping the web interoperable and open. And then there&#39;ll be, I think we should do a, video as well on agile development, which is really about.&lt;/p&gt;
&lt;p&gt;Kind of being adaptable if you like to change, which is always going on when it comes to technology and not wasting money.&lt;/p&gt;
&lt;p&gt;[00:04:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:04:42] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So that&#39;s just to put that in context. Let&#39;s move on to the actual slides. I&#39;m gonna hand it over mostly to you.&lt;/p&gt;
&lt;p&gt;[00:04:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So we are on the content design slide. Shall I just go through the bullet points?&lt;/p&gt;
&lt;p&gt;Would that be helpful?&lt;/p&gt;
&lt;p&gt;[00:04:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, please.&lt;/p&gt;
&lt;p&gt;[00:04:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. first of all, we&#39;re looking at a picture of Sarah Winters and David&#39;s covering her up now. Sorry about that, Sarah. so content design, this is a discipline created by Sarah Richards, who is now Sarah Winters whilst transforming the Gov UK website from hundreds of government websites into a single resource being a user of those websites.&lt;/p&gt;
&lt;p&gt;we&#39;ll get onto that, but. Blooming good. it has been adopted by other governments such as the United States, Australia, and New Zealand. Facebook or Meta, I suppose more correctly, formally switched to content design, embedding content designers across every product team and a whole bunch of other giant companies like Shopify, Atlassian.&lt;/p&gt;
&lt;p&gt;Apple, Google, Microsoft have also followed suit. I actually didn&#39;t know about the, the sort of cascade of the government in the UK doing this and then the US, Australia, and New Zealand kind of tweaking their operations in the same way. That&#39;s curious.&lt;/p&gt;
&lt;p&gt;[00:05:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I think the Cov UK site, has really changed the industry, at least at the high end.&lt;/p&gt;
&lt;p&gt;I think, for most people, building small business websites, probably not even aware of the sort of impact of it and. So content design itself is, it&#39;s a formal discipline that&#39;s pioneered by, gov UK or the government digital services as they are. So they&#39;ve been adopted, as you say, by the, the us their digital services, as well as the Australian government.&lt;/p&gt;
&lt;p&gt;And, I&#39;ll probably mention this later as it go, as we go on through the slides, but, Really, I think without Gov UK we wouldn&#39;t have got the growth of things like Agile as well. this kind of new approach to building websites, very user focus and adaptable way of building websites. We used to see them as projects that had a set amount of money to be paid on &#39;em.&lt;/p&gt;
&lt;p&gt;And that was it. You planned it and that was done.&lt;/p&gt;
&lt;p&gt;[00:06:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I didn&#39;t realise that. So the Gov UK website was a sort of pioneer in that whole field of Agile, was it? That was one of the.&lt;/p&gt;
&lt;p&gt;[00:07:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, Agile goes back 20. I mean we&#39;re going back to 2013 when this started with it, but it was such a big break to find someone like the UK government of all people who are.&lt;/p&gt;
&lt;p&gt;Generally would expect with governments, they want to know what they&#39;re paying for upfront with public money. Yeah. They want a set price for everything. And when you accept agile, you accept the fact that there is no actual end price for this one. Yes. You just keep reiterating as much as is needed to do the job and hopefully it will be an A saving in the long term rather than these projects.&lt;/p&gt;
&lt;p&gt;And so to take that kind of risk to move. for a big organisation like the UK government to do that was major in backing up, if you like. Other people do it agile and now, most companies, I think, who&#39;ve got serious online presence will use Agile as a way of developing their sites.&lt;/p&gt;
&lt;p&gt;[00:07:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It, I guess it stems from the fact that the web has gone from something which was nice to have.&lt;/p&gt;
&lt;p&gt;Into something which is certainly in the, in terms of the UK government website is necessary to have, isn&#39;t it? It&#39;s like a utility, basically. There&#39;s so much functionality of normal life paying taxes and booking, driving tests as we&#39;ll see in a minute, that kind of thing. It&#39;s moved over there and so in a sense it becomes like another branch of government, which in the UK we have this thing called the NHS, which is, the health service.&lt;/p&gt;
&lt;p&gt;it doesn&#39;t have an end. there&#39;s no pot of gold which runs out it, every year there&#39;s a further spend on the NHS, and next year there&#39;s more money, and next year there&#39;s more money. And so it&#39;s like that, it&#39;s just now a thing which you have to pay for each and every year. anyway, sorry, I digress.&lt;/p&gt;
&lt;p&gt;[00:08:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, it&#39;s fine. the other points that I need to cover is just that the Gov UK replaced over 300 individual agencies that were working. they did it over a 18 month period. So it finished in late 2014 and it merged thousands of websites. And, I&#39;m just bringing it up on the screen here.&lt;/p&gt;
&lt;p&gt;Yeah,&lt;/p&gt;
&lt;p&gt;[00:09:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I see it.&lt;/p&gt;
&lt;p&gt;[00:09:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so the argument from Sarah Winters was, That, with. Kind of government sites. If they were complex, then users need to turn to third party copycat sites to be able to do things. which she says, I quoted her is that this made a tax on the poor or the confused. And her prime example for pushing this forward was booking a driving test, something which Nathan, you were telling me you just doesn&#39;t actually feel.&lt;/p&gt;
&lt;p&gt;[00:09:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah, literally did it like a few weeks ago for my youngest son, and it took minutes, like minutes from Googling. I, I didn&#39;t know where the URL was or anything like that, from googling it to completing it, paying for it, having it booked, and it&#39;s in the calendar. Four minutes maybe, something like that.&lt;/p&gt;
&lt;p&gt;Yeah, I had to have a few minutes lying around like my Dr my son&#39;s driving, licence number. But really beyond that, everything was just so self-explanatory. It was dead simple. Yeah. Breath of fresh air, actually. And also what&#39;s curious about that is now the bar that I&#39;ve set myself for this website.&lt;/p&gt;
&lt;p&gt;It&#39;s always simple.&lt;/p&gt;
&lt;p&gt;[00:10:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yes.&lt;/p&gt;
&lt;p&gt;[00:10:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah. Anyway, cool.&lt;/p&gt;
&lt;p&gt;[00:10:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, it&#39;s fine. what I was gonna say is that wasn&#39;t really one of our examples that previously that&#39;s what you would need to do, is that you would need to go to a third party most of the time. Or most people were to book the driver test, which was more expensive because you&#39;re paying this third party where now, &#39;cause everyone will go to the Gov UK site.&lt;/p&gt;
&lt;p&gt;And we were talking about this because you&#39;ve been getting a visa for India and that&#39;s been quite a, hassle and I know. Being in India at the moment that obviously they haven&#39;t adopted this process here. So literally everything you do, you go through a third party here. If you want a visa, if you want your sort of ID cards that we have here, the sort of, ration cards as well that they still have over here.&lt;/p&gt;
&lt;p&gt;You do everything by third parties because the websites are just a jumble of&lt;/p&gt;
&lt;p&gt;These&lt;/p&gt;
&lt;p&gt;[00:11:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; different sites.&lt;/p&gt;
&lt;p&gt;[00:11:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:11:12] &lt;strong&gt;David Waumsley:&lt;/strong&gt; on the slide here, I&#39;ve just got some examples on it, and it&#39;s because I was listening to a, an interview that she did, Sarah Winters, that is, and she was mentioning in that, that there were before, three and a half, 3000.&lt;/p&gt;
&lt;p&gt;Government websites that were put into one, so it&#39;s not just these 300 different&lt;/p&gt;
&lt;p&gt;[00:11:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; wow&lt;/p&gt;
&lt;p&gt;[00:11:32] &lt;strong&gt;David Waumsley:&lt;/strong&gt; bodies. and most of &#39;em had their own teams and one that she mentioned before. So I looked them up and I&#39;ve got &#39;em on the screen for people who can see it. There&#39;s one called Beefy and Lamby. Dot co. Your uk, it&#39;s now deceased.&lt;/p&gt;
&lt;p&gt;Do you remember this at all?&lt;/p&gt;
&lt;p&gt;[00:11:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No, but when I saw this slide, it made me chuckle that, what the heck was the government paying for this for? I can get it, but equally it&#39;s like they&#39;ve got some famous people to do cooking,&lt;/p&gt;
&lt;p&gt;[00:12:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; but not&lt;/p&gt;
&lt;p&gt;[00:12:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; even&lt;/p&gt;
&lt;p&gt;[00:12:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; the&lt;/p&gt;
&lt;p&gt;[00:12:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; famous chefs to do cooking. Anyway, go on. You just,&lt;/p&gt;
&lt;p&gt;[00:12:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; no.&lt;/p&gt;
&lt;p&gt;It&#39;s, it is eighties cricket stars. It&#39;s kind both them and, Alan Lamb and honestly. The, it&#39;s worth going to, YouTube and looking up, beefy and lamby and listening to some of these old, &#39;cause it comes from the TV ads that they used to do where they were trying to promote quality lamb and beef to have all at the time, and they really are so saucy British postcard type stuff.&lt;/p&gt;
&lt;p&gt;The so real double entendres in them. It&#39;s hysterical. Yeah. But yeah, absolutely. The point that she was making, why are the UK government giving you, because they needed to fill up this website. They&#39;re giving you recipes to what to do with this land. Yeah. And this beef that they&#39;re promoting.&lt;/p&gt;
&lt;p&gt;It&#39;s&lt;/p&gt;
&lt;p&gt;[00:12:47] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; three and a half thousand though. That&#39;s so interesting. So that&#39;s three and a half thousand, maybe not three and a thousand Exactly. But many thousands of independent agencies. All with their own sort of quirky design language, ways of doing things, tech stack, the whole thing is a mess. I suppose you had to go through that though.&lt;/p&gt;
&lt;p&gt;the internet came along, nobody knew how it would need be needed by the population at general for booking a driving test as an example. yeah. And now we&#39;ve reached, the point where it&#39;s matured enough that we now know that this sort of stuff really is best handled by one entity. I assume it is anyway, if done right.&lt;/p&gt;
&lt;p&gt;[00:13:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And the other thing about GV UK is that it&#39;s the only website to date who&#39;s won the prestigious design Museum&#39;s Design of the year award, in which it won back in 2013, even before the job had been completed. and I like this, this is the way that I could. Because in this present age, we, particularly with ai, our AI will create you this wonderful looking website.&lt;/p&gt;
&lt;p&gt;I think sometimes we just still get stuck in this idea that websites are these pretty pictures online rather than something which actually helps people with their lives and communicates, useful information. And I think, you could tell when you look at this site, you couldn&#39;t be more.&lt;/p&gt;
&lt;p&gt;Bare bones, but it&#39;s more useful than say, beefy and lamby. When we&#39;re looking at&lt;/p&gt;
&lt;p&gt;[00:14:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; these two comparisons, you are right. So we&#39;re looking at a, page, which is basically a white canvas with black text of varying sizes, some links and a few buttons. But the point is it&#39;s, you don&#39;t, I don&#39;t need. I don&#39;t need images and fun overlapping kind of containers and CSS grid and this, that and the other thing.&lt;/p&gt;
&lt;p&gt;I just need to know how to book a driving test and that apparently can be done in five or six steps and it makes that You know that case right at the beginning and it, it, really didn&#39;t occur to me how profoundly great that website was until you started Explaining it in these videos and now I get it.&lt;/p&gt;
&lt;p&gt;Now I&#39;m appreciative of it and it&#39;s beauty is in its simplicity without a doubt.&lt;/p&gt;
&lt;p&gt;[00:15:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. It&#39;s usability.&lt;/p&gt;
&lt;p&gt;[00:15:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah.&lt;/p&gt;
&lt;p&gt;[00:15:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Let&#39;s go on. so yeah, I&#39;ll leave the slide for you to read out. I should explain what it is. Okay.&lt;/p&gt;
&lt;p&gt;[00:15:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; All&lt;/p&gt;
&lt;p&gt;[00:15:11] &lt;strong&gt;David Waumsley:&lt;/strong&gt; right.&lt;/p&gt;
&lt;p&gt;[00:15:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay, here we go. we require a different way of thinking. So following on, a little bit from what we were just talking about.&lt;/p&gt;
&lt;p&gt;Here&#39;s three bullet points for you. Content is not written first in this process and design. Second, both are both happen at the same time together, and it is all shaped by evidence. And the format. So that could be words, videos, a tool table or nothing. is a design decision, not a default. You&#39;ll have to explain that one to me.&lt;/p&gt;
&lt;p&gt;And the third one, the goal is to meet a genuine user need. I think we just covered a little bit, not to fill a page or promote the organisation. Yeah. Okay. So let&#39;s tackle those, but particularly number two is confusing to me.&lt;/p&gt;
&lt;p&gt;[00:15:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. Yeah. I think, it all clicked with me, what she was saying with this.&lt;/p&gt;
&lt;p&gt;and I think it makes context, it makes sense in context to her history. So she&#39;s at the point of Sarah Winters, who&#39;s come up with this idea that we should be doing content design is the fact that she was a copywriter, but originally she went into design and she was doing copywriting.&lt;/p&gt;
&lt;p&gt;So when you&#39;ve got this job. Bring it together, all of this copy from all of these different sites to put it in there. You realise that it doesn&#39;t really make sense to have this, and then you design over the top. So this is the problem I&#39;ve been having recently and why it clicked with me is because as a reaction to coming from page builders and templates, I&#39;ve been keen to get back to designing.&lt;/p&gt;
&lt;p&gt;Two content. So I now recently been saying, we need the content, we need good HTML, and then we design over the top of this. But in actual reality, you&#39;re doing two things at the same time with it because you already know that you are making design, decisions. A couple of episodes ago, I did that kind of single page website for Paul The plumber.&lt;/p&gt;
&lt;p&gt;Yeah, the plumber. I was indicating that if you wrote the text down in a normal thing, then you can style it and you are done. But actually there&#39;s a bit of a cheat in that because I already knew, because I had the design, because I&#39;m the designer and the copywriter, I already knew that I was going to put this hide and reveal with this summary and details section in there.&lt;/p&gt;
&lt;p&gt;So I think what this is saying here is that you can&#39;t separate the content. from the design because the way that you might want to give that content, you want it in its simplest form. Yeah. And to that, degree, you need to understand design. You need to know that you can make this one sentence huge, or that you can put things into lists or that you can hide and reveal certain stuff.&lt;/p&gt;
&lt;p&gt;You need to know that. So&lt;/p&gt;
&lt;p&gt;[00:17:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; that&#39;s a, really easy thing to say, isn&#39;t it? But quite hard to make the shift. Into actually implementing that because the temptation is always to go for one or the other, get this pixel, pixel perfect magazine style, layout. And then, oh, darn it, the, the textbook has been supplied by the, client doesn&#39;t fit so we&#39;ll reduce the font size a bit and in it will go, I will be very happy.&lt;/p&gt;
&lt;p&gt;But if you do it the other way around, then you get the text and then you&#39;ve got to worry about it fitting in that government website, They&#39;ve got the perfect. They, fixed it perfectly by just basically obliterating design. You know that there is design there, but it&#39;s very minimal.&lt;/p&gt;
&lt;p&gt;It&#39;s basically text, and so the text is front and centre. It&#39;s everything. So there&#39;s no real imagery or anything like that they&#39;ve got to worry about. So they&#39;ve made it easier for themselves in that scenario, but I can imagine that there&#39;d be. There&#39;d be collisions with this, approach at some point.&lt;/p&gt;
&lt;p&gt;But that&#39;s the whole point of the modern web is that you can adapt your designs based upon the size of everything. the size of the text can map to the size of the viewport and things like that.&lt;/p&gt;
&lt;p&gt;[00:19:04] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, and I think, on that second point that, the format, you need to, if somebody, if you have.&lt;/p&gt;
&lt;p&gt;If you consider there is content design, and that&#39;s important at all stages through, the development of a website. And even as it keeps changing that, that should always be there, present it, it does make sense because sometimes, you as a copywriter, it would be pointless. So just writing out when you would be saying no, a table or, a chart.&lt;/p&gt;
&lt;p&gt;Yeah. Or something would convey this information much better than just words. Even though, 95% of the web. Words, but sometimes, it wants,&lt;/p&gt;
&lt;p&gt;okay,&lt;/p&gt;
&lt;p&gt;[00:19:43] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think I&#39;m following what you were talking about there then. So it&#39;s the not a default bit at the end, which I&#39;ve now understood.&lt;/p&gt;
&lt;p&gt;Okay, thank you.&lt;/p&gt;
&lt;p&gt;[00:19:50] &lt;strong&gt;David Waumsley:&lt;/strong&gt; that&#39;s really what it is. And let me move on to the next&lt;/p&gt;
&lt;p&gt;[00:19:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; slide, which is,&lt;/p&gt;
&lt;p&gt;[00:19:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:19:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Shall I read those ones out as well? Yes, please. So this really is an exploration of why it may matter. So most websites are written inside out, reflecting what the organisation wants to say. Content design flips that.&lt;/p&gt;
&lt;p&gt;Starts with what users are actually trying to do. Let me pause and think about that for a moment. Yes. Okay, great. So three bullet points. The first one, we create content because there is a real user need for it, not because it feels like something we should have that&#39;s harder than it sounds, especially if you&#39;ve got clients breathing down your neck.&lt;/p&gt;
&lt;p&gt;Sorry, I&#39;ll keep going. we choose the right format for the job, whether that is a short paragraph, a list, a video, or a di single direct answer. The final one, we treat content as a live thing that can be improved, pruned, removed, whatever, when it stops serving users. Okay.&lt;/p&gt;
&lt;p&gt;[00:20:44] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah. So this is again, flipping it.&lt;/p&gt;
&lt;p&gt;And that of course, that&#39;s what Gov UK is known for, is being user focused. so everything is put through that lens and there&#39;s nothing new about this kind of content design in a way because it&#39;s already there in things that people are observing, SEO and UX design anyway. And you could say it is UX design, a lot of it, but I think what sort of makes it different is that, certainly with SEO.&lt;/p&gt;
&lt;p&gt;Yeah, you will probably look for content gaps, but you&#39;re probably unlikely to be thinking about how you&#39;re going to be removing data that is no longer of use. Yeah. So if you get an SEO, they&#39;re not going to be doing that. And with a UX design or something, they&#39;re going to make what content comes to them easier to consume in their design.&lt;/p&gt;
&lt;p&gt;They&#39;re gonna be saying, okay, this is the written word I&#39;ve got from Sarah, and I&#39;ll make it beautiful. But they&#39;re not, it doesn&#39;t feel like it&#39;s their remit to be able to question the validity of whether that. Actual data was needed in the first place, whether it should be on the site. And that&#39;s in way where this comes at it, because it&#39;s, more brutal than that.&lt;/p&gt;
&lt;p&gt;It takes you back further and says, nah, does the user need this? Do they need all of that?&lt;/p&gt;
&lt;p&gt;[00:21:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yes.&lt;/p&gt;
&lt;p&gt;[00:21:58] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Okay. And, if they don&#39;t need it any longer, take it away. Yeah. Yeah. And I think that&#39;s what&#39;s different. And and we are used to saying, oh, we need to give them this. This is what we, you know about us.&lt;/p&gt;
&lt;p&gt;But, if we want to, if we want to serve our customers, we actually have to. Think about what the customer&#39;s needs are, don&#39;t we? Rather than&lt;/p&gt;
&lt;p&gt;[00:22:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. That&#39;s, so in, and that is a conversation that I basically never had. I was far too cowardly to, to push back on what I was told to deliver. I just, yeah, I&#39;ll do that.&lt;/p&gt;
&lt;p&gt;And, and it, but it&#39;s good to have that prism in your head to know that&#39;s a skill that you ought to be able to deploy back to the client, to tell them, do you really need that? Yeah. It&#39;s not really serving your users. It might look flashy and lovely, but. Is anybody actually gaining any benefit outta it?&lt;/p&gt;
&lt;p&gt;Okay.&lt;/p&gt;
&lt;p&gt;[00:22:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And I looked at, there&#39;s, in a way, there&#39;s not that much that is new other than the fact that you&#39;re flipping things round, I think in this whole process. &#39;cause I looked at her book, Sarah has a book design, content design, and she talks about things that we&#39;ve known for ages, and I forgot the name of the guy who.&lt;/p&gt;
&lt;p&gt;Brought this idea in. When we, went digital for the first time, the big difference was push and pull marketing. And she talks about that a lot in this, it frames this. The fact that we&#39;ve moved from this idea where previously when we marketed to people, we pushed out our messages, and now with the job online is that we have to.&lt;/p&gt;
&lt;p&gt;Pull people in with what they need.&lt;/p&gt;
&lt;p&gt;[00:23:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; oh, okay.&lt;/p&gt;
&lt;p&gt;[00:23:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I, who was the guy,&lt;/p&gt;
&lt;p&gt;[00:23:29] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; ah, that&#39;s, no, that&#39;s not a piece of knowledge I&#39;ve ever known, I don&#39;t think. But that&#39;s interesting. Maybe when you&#39;ll say, maybe when you finally get the name after he click stop&lt;/p&gt;
&lt;p&gt;[00:23:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; a big friend of WordPress, you&#39;ll know him, you&#39;ll, oh, is Yeah. Yeah. It doesn&#39;t matter. His name came to mind, but he&#39;s the guy who coined that push and pull, so she&#39;s still working on that kind of thing. This, getting the men, I think it&#39;s taken us so many years to get the mentality of the digital world. we slowly slipped from print and marketing out to.&lt;/p&gt;
&lt;p&gt;This. And so there&#39;s not much that&#39;s actually new. Anyway, let me move on to next slide.&lt;/p&gt;
&lt;p&gt;[00:24:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So we&#39;re now looking at core principles and what we&#39;ve said here is, all content should answer a real question or help complete a task. Yeah, check that makes sense. Decisions are based on research and audience, not internal preference.&lt;/p&gt;
&lt;p&gt;Oh, so guilty. words are not always the answer. Consider tables c check checklists. Visuals use words the audience uses, not bargain brand or insider terminology. I think the Gov UK website is pretty good with that. unclear content, erodes trust, be consistent, accurate, and honest. and the final one, content should be planned, reviewed, and retired.&lt;/p&gt;
&lt;p&gt;Not forgotten. Okay, over to&lt;/p&gt;
&lt;p&gt;[00:24:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; you. I guess we&#39;ve not anything new that we&#39;re saying it. This is just the core principles with it and the only thing I can add in here really is that the gov. UK site is considered as the gold standard for anybody doing content design. And actually, I don&#39;t think I mentioned this in the notes.&lt;/p&gt;
&lt;p&gt;It will be there in the links, but, you can learn all you need to do about the process by going to the Gov UK site anyway, because all of their principles, all of their design systems are something you can follow yourself anyway, so you can learn everything you need from there. Okay, let me move on to next slide.&lt;/p&gt;
&lt;p&gt;Oh, I, there&#39;s just a couple of examples here. I&#39;ve put on the slide.&lt;/p&gt;
&lt;p&gt;[00:25:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; this is great. I love this. It&#39;s just so handy. Unnecessarily helpful. Let&#39;s frame it that way. Yeah.&lt;/p&gt;
&lt;p&gt;[00:25:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. For people on the audio, there&#39;s just two screenshots I&#39;ve taken of the page, one page where it&#39;s got the UK bank holidays and the other one is checking whether you need a UK Visa.&lt;/p&gt;
&lt;p&gt;And I just thought I&#39;d put these up as a couple of examples because following their sort of principles, it&#39;s very clear to me that when type in, you want to know about UK. Bank holidays, what you&#39;ll primarily probably want to know is the next one.&lt;/p&gt;
&lt;p&gt;[00:26:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right?&lt;/p&gt;
&lt;p&gt;[00:26:06] &lt;strong&gt;David Waumsley:&lt;/strong&gt; That&#39;s&lt;/p&gt;
&lt;p&gt;[00:26:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; exactly that. Yeah.&lt;/p&gt;
&lt;p&gt;[00:26:07] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, exactly.&lt;/p&gt;
&lt;p&gt;And so that&#39;s got a nice big block where it calls it out to you before you get the table of all the rest of the stuff, and for the next year as well on that. Where I think, without this sort of thinking, you&#39;d probably just put your table there, wouldn&#39;t you? And people have to,&lt;/p&gt;
&lt;p&gt;[00:26:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. Yeah. And you&#39;d have to go through and the old ones would drop would be, you&#39;d have 17 at the top that have already gone into the past that are not necessary and so on.&lt;/p&gt;
&lt;p&gt;Yeah, it&#39;s great. really cool. Yeah. And it looks like we&#39;ve got a holiday tomorrow, which is quite nice. Yeah,&lt;/p&gt;
&lt;p&gt;[00:26:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; exactly. There&#39;s some probably go out on the holiday day. Yeah. yeah. And the other one was just. Typical of these, as many of these ones start now. So check if you need a UK Visa, and there&#39;s these conversational forms where you click on it, it asks you the relevant questions you fill in, so it leads you to where you want to get your answer.&lt;/p&gt;
&lt;p&gt;Yeah, instead of my. Indiana example of having to go to various different sites, download PDFs and see if the publish date reflects what I should be doing at this particular moment. This guide you through and you can trust it. You know that this is going to ask you all the main questions to be able to steer you in the right direction.&lt;/p&gt;
&lt;p&gt;[00:27:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So this happens a lot on that website. There, there&#39;s, yeah. So you end up on this website usually because you&#39;ve got a task that you need to complete. There&#39;s a goal, like it might be filing the taxes or booking a, a driving test or whatever it may be. And it very often begins with this start now process.&lt;/p&gt;
&lt;p&gt;So you click the start now button and then you are asked a bunch of questions. And although at the time you think. What, why, do I need to do this? What you quickly work out is, okay, I&#39;ve just eliminated an hour of searching because it, those, that process gets you to where you need to then begin and, it&#39;s really easy to ignore the fact that it&#39;s really helpful.&lt;/p&gt;
&lt;p&gt;But it&#39;s brilliantly helpful, so here, with the start now with the Visa thing, it will probably ask you a bunch of questions to, just save you time, to avoid the things that you don&#39;t need to do. And maybe it&#39;ll ask you where you&#39;re going or where you&#39;re coming from and things like that.&lt;/p&gt;
&lt;p&gt;it&#39;s. Brilliantly done.&lt;/p&gt;
&lt;p&gt;[00:28:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. It&#39;s just great design, isn&#39;t it? Yeah. And I think this is what, I think it&#39;s so forgotten that this is web design, it&#39;s not pretty, but it&#39;s, functional, it&#39;s proper design. It solves the problem.&lt;/p&gt;
&lt;p&gt;[00:28:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. And the curious thing here is as well, is that you are, how to describe it, you are making.&lt;/p&gt;
&lt;p&gt;So the, complexity is disappears and nobody will ever know or thank you for that work because you&#39;ll never reveal to them that the hours that you save them. and yet there you have saved them hours. And I told you about the process I&#39;ve had getting my, visa, for India. And that&#39;s been anything other than fun.&lt;/p&gt;
&lt;p&gt;Nobody helps you at all. All destroy.&lt;/p&gt;
&lt;p&gt;[00:29:04] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It&#39;s sad thing. Good design is invisible, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;[00:29:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah. There you go. You encapsulated it in one perfect sentence. Lovely. So two good examples there.&lt;/p&gt;
&lt;p&gt;okay. Shall I read these ones out as well?&lt;/p&gt;
&lt;p&gt;[00:29:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, please.&lt;/p&gt;
&lt;p&gt;[00:29:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So this is how website owners might. Be able to apply this.&lt;/p&gt;
&lt;p&gt;So before writing anything, ask, what does the user need to know or do here? I think we just saw a good example of that. Look for evidence, search queries, customer questions or analytics. Use plain language, avoid jargon, and provide meaningful headings. Choose the simplest format. That&#39;s the win that one, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;If a list works better than pros, use a list, remove or update content that is rarely visited, or no longer relevant, and when in doubt. Cut short and clear tends to perform better. Nicely done. That&#39;s encapsulated it beautifully.&lt;/p&gt;
&lt;p&gt;[00:29:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I think that&#39;s it. one of the things I think that always makes me take a deep breath is when anything saying, look for research and evidence.&lt;/p&gt;
&lt;p&gt;[00:30:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It&#39;s easy to write that sentence. It&#39;s so hard&lt;/p&gt;
&lt;p&gt;[00:30:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; to do. It is to try and get a client to think about what evidence do we have, it happens and. I was just doing this and one of my clients contacted me and I thought this was quite funny, really, because they contacted me to ask me why they were getting lots of inquiries from people who thought their services might be free.&lt;/p&gt;
&lt;p&gt;They were often counselling services and and it just seemed so funny because it hadn&#39;t occurred to me to them that they might just ask the person. Providing this information, how valuable that might be, why they&#39;ve done this, if you was to reply back to them, let&#39;s say.&lt;/p&gt;
&lt;p&gt;Yeah,&lt;/p&gt;
&lt;p&gt;you No, we don&#39;t, but maybe you wanna look here or something like that.&lt;/p&gt;
&lt;p&gt;But can I ask you why? I have my own theory on it is the fact that their site, they&#39;re in a small area and their site looks creditable enough. It&#39;s a centre to look like. It might be the centre for. Private and for public stuff as well. That&#39;s what my guess would be is the design of the site.&lt;/p&gt;
&lt;p&gt;But it&#39;s just incredible that people in my experience, like it&#39;s really difficult. They often know sometimes through conversations, but forgotten it, but that, clients know more about their clients and their confusion that, but they don&#39;t let you know as a designer. And it could be so useful, to,&lt;/p&gt;
&lt;p&gt;[00:31:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; interesting.&lt;/p&gt;
&lt;p&gt;Yeah.&lt;/p&gt;
&lt;p&gt;[00:31:26] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And that kind of stuff. yeah, but also, I think, yeah, the whole removing stuff is interesting &#39;cause, I did have. I&#39;ve only ever done this once, actually. It&#39;s a redesign of somebody&#39;s site. And this goes way back to that sort of time when the, I guess the way we thought we could do best with traffic and Google is to have as many different posters you possibly could.&lt;/p&gt;
&lt;p&gt;Oh, yeah. Yeah. to get as many different keywords featured as you possibly could. And it was generally short content. And we know that Google now doesn&#39;t like this low quality. Content any longer it wants, So I went about chopping, so it chopped, there was about 300 plus posts on there and I chopped about 200 of &#39;em and just killed them.&lt;/p&gt;
&lt;p&gt;And it scared the life out of me, but mostly it was justified &#39;cause there was broken links and everything. It was doing a more damage.&lt;/p&gt;
&lt;p&gt;[00:32:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. That&#39;s really interesting. Also, it&#39;s the invisible, boring work that sometimes you have to do. and you&#39;re not. maybe you will, but it, doesn&#39;t feel like something you&#39;re particularly gonna get paid for is cutting work.&lt;/p&gt;
&lt;p&gt;But if the bigger picture is to have a successful website and you now know that Google doesn&#39;t look favourably on the keyword stuffing, let&#39;s have a load of meaning meaningless blog posts that really don&#39;t help anything, then that is necessary work. But I can see that being one that gets dropped really quickly by the clients paying the web developer sort of thing, because.&lt;/p&gt;
&lt;p&gt;I dunno. It&#39;s just who wants to pay to get stuff caught, but it is very important.&lt;/p&gt;
&lt;p&gt;[00:32:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, and I think, with a lot of these, principles that we&#39;re looking at, I think, there&#39;s a good argument to have this sort of annual thing where you look down a list of stuff, right? Which I had to do out this manual in the end where you look at it and go, okay, what things might need to change in for this next year?&lt;/p&gt;
&lt;p&gt;Because they just go on for years and years, and some of that might be chopping it. The interesting thing was, even though I was scared stiff of removing, &#39;cause this site did really well with its traffic and Largely, I had some statistics so I could see which. Posts were particularly doing it.&lt;/p&gt;
&lt;p&gt;And actually it was only a couple of posts that were bringing in most of the traffic anyway. Oh,&lt;/p&gt;
&lt;p&gt;[00:33:29] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; wow, okay.&lt;/p&gt;
&lt;p&gt;[00:33:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And it wasn&#39;t really relevant to them. It was from, a country that wouldn&#39;t be where their services were anyway.&lt;/p&gt;
&lt;p&gt;[00:33:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, okay. Oh,&lt;/p&gt;
&lt;p&gt;[00:33:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; but still, it&#39;s interesting. It made no difference to the traffic at all chopping these down.&lt;/p&gt;
&lt;p&gt;So it was quite,&lt;/p&gt;
&lt;p&gt;[00:33:43] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; oh, that&#39;s. You did well there, David. Hold on.&lt;/p&gt;
&lt;p&gt;[00:33:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; here. I didn&#39;t damage them.&lt;/p&gt;
&lt;p&gt;[00:33:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; no. Okay.&lt;/p&gt;
&lt;p&gt;[00:33:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; okay, I&#39;ll move on. And we&#39;re actually done. I&#39;ve just put here there&#39;s, those who are watching on YouTube will see there&#39;s some links, but they will be there in our show notes here. But yeah, as I mentioned, I think, there is the Gov UK site and if you go to the link that&#39;s there, it actually gives you all the guidance you need if you want to get into content design.&lt;/p&gt;
&lt;p&gt;[00:34:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So you are gonna bury those in the comments on the YouTube. Are you, and also on the website, if people go to, what was it? No script show slash 33 0, then able see those. Okay.&lt;/p&gt;
&lt;p&gt;[00:34:25] &lt;strong&gt;David Waumsley:&lt;/strong&gt; There&#39;s some really good resources there. And some videos as well with Sarah Richards as well talking about it. But, I think, yeah, it&#39;s really, it&#39;s helped me just that idea of trying to work out a process for the web where thinking I.&lt;/p&gt;
&lt;p&gt;Previously with page builders, I was looking visually and then cramming in the content. Then I thought, that&#39;s wrong. I need to get the content and then, put the design on it. And now this has challenged that to make me think, actually no, the two processes go together. You&#39;re constantly thinking about the design and the content at the same time.&lt;/p&gt;
&lt;p&gt;Yeah. Yeah.&lt;/p&gt;
&lt;p&gt;[00:34:58] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think that distils it perfectly, doesn&#39;t it? That&#39;s the summation of what you&#39;re talking about. It&#39;s agile ongoing conversation. Keep, yeah. Okay. is that it? Are we done? Crikey, we are done. That&#39;s gotta one of the, that&#39;s gotta be the shortest episode we&#39;ve done in. Ages.&lt;/p&gt;
&lt;p&gt;[00:35:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I, know.&lt;/p&gt;
&lt;p&gt;And the next one will be, I think, we&#39;ll come back with one of the next pillars. I think we&#39;ll do inclusive design because that&#39;s all about designing for diversity, designing for everybody. oh, not&lt;/p&gt;
&lt;p&gt;[00:35:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; nicely, said David, with passion. Love it. so I will literally see you soon.&lt;/p&gt;
&lt;p&gt;[00:35:33] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, you will.&lt;/p&gt;
&lt;p&gt;Yes. Over here. Okay.&lt;/p&gt;
&lt;p&gt;[00:35:37] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Thanks David. Take it easy.&lt;/p&gt;
&lt;p&gt;[00:35:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Thank you. Okay. Bye-bye. Bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Making a Website Owner&#39;s Manual</title>
    <link href="https://noscript.show/29/" />
    <updated>2026-03-12T00:00:00Z</updated>
    <id>https://noscript.show/29/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The Website Owner Manual is a working progress. In this episode we look at it&#39;s table of content.&lt;/p&gt;
&lt;p&gt;A complete version will be available when finish, but for now here is a PDF file of the top level navigation plus notes. A text version is below.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/Making-a-website-owners-manual.pdf&quot; title=&quot;Episode slides&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;h1 id=&quot;the-website-owners-manual&quot;&gt;The Website Owner&#39;s Manual&lt;/h1&gt;
&lt;p&gt;A customizable guide for creating an effective brand identity&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-1-title-slide&quot;&gt;Slide 1: Title Slide&lt;/h2&gt;
&lt;h3 id=&quot;the-website-owners-manual-2&quot;&gt;The Website Owner&#39;s Manual&lt;/h3&gt;
&lt;h4 id=&quot;notes&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;The Website Owner&#39;s Manual is platform-agnostic.&lt;/p&gt;
&lt;p&gt;Canva is used because:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It saves to PPTX or PDF for use with PowerPoint or LibreOffice.&lt;/li&gt;
&lt;li&gt;Its real-time collaboration and commenting system allows multiple users to edit simultaneously.&lt;/li&gt;
&lt;li&gt;Its whiteboard allows one place to store assets and experiment.&lt;/li&gt;
&lt;li&gt;It&#39;s popular with small businesses (over 230 million monthly active users).&lt;/li&gt;
&lt;li&gt;You get one month&#39;s free access to the pro version with vast stock resources.&lt;/li&gt;
&lt;li&gt;Advanced presentation tools like audience Q&amp;amp;A, remote control, and drawing on slides.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;p&gt;As image editing software, it&#39;s limited compared to Figma, Adobe, or Canva&#39;s own Affinity Studio, but professional collaborators can add their work to Canva.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-2-preface&quot;&gt;Slide 2: Preface&lt;/h2&gt;
&lt;h3 id=&quot;principles&quot;&gt;Principles&lt;/h3&gt;
&lt;h4 id=&quot;web-principles&quot;&gt;Web Principles&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Fluid before fixed units&lt;/li&gt;
&lt;li&gt;Mobile before desktop&lt;/li&gt;
&lt;li&gt;Semantics before styling&lt;/li&gt;
&lt;li&gt;Performance before bloat&lt;/li&gt;
&lt;li&gt;Accessibility before complexity&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;business-principles&quot;&gt;Business Principles&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Problem before product&lt;/li&gt;
&lt;li&gt;Justification before dependencies&lt;/li&gt;
&lt;li&gt;Local skills before global corporate platforms&lt;/li&gt;
&lt;li&gt;Simplicity before automation&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;design-principles&quot;&gt;Design Principles&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Content before design&lt;/li&gt;
&lt;li&gt;User needs before designer/stakeholder ego&lt;/li&gt;
&lt;li&gt;Objectives before personal taste&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;about-this-manual&quot;&gt;About This Manual&lt;/h3&gt;
&lt;p&gt;The Website Owner&#39;s Manual is a project management tool. A collaborative hub for strategic planning and brand assets.&lt;/p&gt;
&lt;p&gt;Like Paul Boag&#39;s book of the same name, it aims to give owners control over the legal, technical, and business responsibilities that they inherit with website ownership.&lt;/p&gt;
&lt;p&gt;It encourages independence and &amp;quot;Inclusive Design&amp;quot; through Web Standards, Agile development and the IndieWeb.&lt;/p&gt;
&lt;h4 id=&quot;notes-2&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;Designers can use this to remind clients of the unique features of the web, their responsibilities, and head off potential friction.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It makes it easier to see what and when a platform is needed, rather than picking it for them and subsequently having to justify it.&lt;/li&gt;
&lt;li&gt;It provides the tools to assess other sites, avoiding telling the owner their ideas are bad and having to criticize the work of others.&lt;/li&gt;
&lt;li&gt;It positions design as problem-solving to avoid the process becoming a community art project.&lt;/li&gt;
&lt;li&gt;Reduces the need for torturous contracts.&lt;/li&gt;
&lt;/ol&gt;
&lt;hr&gt;
&lt;p&gt;Paul Boag&#39;s 2009 O&#39;Reilly book is now available for free. It is still relevant, but predates the general shift to Agile development processes.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-3-table-of-contents&quot;&gt;Slide 3: Table of Contents&lt;/h2&gt;
&lt;h3 id=&quot;content&quot;&gt;Content&lt;/h3&gt;
&lt;p&gt;Foundation &amp;amp; Strategy&lt;br&gt;
Content &amp;amp; Voice Guidelines&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Content:&lt;/strong&gt; The mission and message that is converted into semantic HTML and made accessible to all people and devices.&lt;/p&gt;
&lt;h3 id=&quot;style&quot;&gt;Style&lt;/h3&gt;
&lt;p&gt;Visual Identity&lt;br&gt;
Image &amp;amp; Media Guidelines&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Style:&lt;/strong&gt; The visuals design that objectively improves the usability of the content and forges an emotional connection with the target audience.&lt;/p&gt;
&lt;h3 id=&quot;technology&quot;&gt;Technology&lt;/h3&gt;
&lt;p&gt;Web Components&lt;br&gt;
SEO &amp;amp; Discoverability&lt;br&gt;
Developer Specifications&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Technology:&lt;/strong&gt; What is necessary to deliver the message. Follow the &amp;quot;rule of least power&amp;quot; to reduce unnecessary lock-in and maintenance.&lt;/p&gt;
&lt;h3 id=&quot;progress&quot;&gt;Progress&lt;/h3&gt;
&lt;p&gt;Applications&lt;br&gt;
Testing &amp;amp; Tracking&lt;br&gt;
Governance&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Progress:&lt;/strong&gt; The plan for inevitable change and how to evolve and improve in an &amp;quot;Agile&amp;quot; way.&lt;/p&gt;
&lt;h4 id=&quot;notes-3&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;The next 10 slides represent the top-level navigation.&lt;/p&gt;
&lt;p&gt;Designers may use these to understand what a client already knows and has.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-4-foundation-and-strategy&quot;&gt;Slide 4: Foundation &amp;amp; Strategy&lt;/h2&gt;
&lt;h3 id=&quot;who-are-you-and-why-should-anyone-care&quot;&gt;Who are you and why should anyone care?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Competitor Analysis&lt;/strong&gt; - Competitors&#39; strengths and weaknesses. Differentiation opportunities.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Brand Purpose &amp;amp; Vision&lt;/strong&gt; - Why the business exists. Emotions it invokes. Core values and aims.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Target Audience&lt;/strong&gt; - Personas. Demographics. Visitor behaviour and their challenges.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Market Position Statement&lt;/strong&gt; - Where you sit and what you stand for. Your elevator pitch.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;SEO Strategy&lt;/strong&gt; - Sanity checking achievable traffic. Content gaps. Keyword competition. Search intent. EEAT.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;notes-4&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;This is often the hardest part.&lt;/p&gt;
&lt;p&gt;Creating a brand requires introspection, and many in business are people of action who employ their gut to adapt to situations.&lt;/p&gt;
&lt;p&gt;Online, we have to define upfront a purpose and target audience to cut through the noise and avoid being for no-one in particular.&lt;/p&gt;
&lt;p&gt;Online, customers can&#39;t meet you first, so your brand identity has to act as your &amp;quot;digital handshake&amp;quot;.&lt;/p&gt;
&lt;p&gt;On the plus side, this work can act as a useful &amp;quot;North Star&amp;quot; for general business decisions and reduce the need to compete solely on price.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-5-content-and-voice-guidelines&quot;&gt;Slide 5: Content &amp;amp; Voice Guidelines&lt;/h2&gt;
&lt;h3 id=&quot;how-you-should-communicate&quot;&gt;How you should communicate&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Brand Voice&lt;/strong&gt; - Tone. Language style. Personality.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Writing Guidelines&lt;/strong&gt; - Best practices for web copy. SEO structure. Meta description templates. Alt text standards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Content Types&lt;/strong&gt; - Blog posts. Landing pages. Social media. Directories. Flyers.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;notes-5&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;People buy from people, so we have to cut through the impersonal nature of the web.&lt;/p&gt;
&lt;p&gt;It&#39;s not &amp;quot;creative writing&amp;quot;, but reputation control.&lt;/p&gt;
&lt;p&gt;It tells people what they should expect in advance.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-6-visual-identity&quot;&gt;Slide 6: Visual Identity&lt;/h2&gt;
&lt;h3 id=&quot;creating-an-emotional-connection&quot;&gt;Creating an emotional connection&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Logo and Favicon&lt;/strong&gt; - Dark/light modes. Stacked/horizontal. Favicon. Open Graph images.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Typography&lt;/strong&gt; - Responsive type scale (mobile → desktop). Line height. Letter spacing for screens. Title and sentence case rules.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Fonts&lt;/strong&gt; - Font stacks with fallbacks. Height, letter spacing. Loading strategy and performance impact.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Colours&lt;/strong&gt; - Colour values. Light mode and dark modes. Hover and focus states. WCAG contrast ratios.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;notes-6&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;This should be congruent with the brand&#39;s written voice and mission.&lt;/p&gt;
&lt;p&gt;We should choose based on what objectively best represents the brand to users.&lt;/p&gt;
&lt;p&gt;Remember that some visitors will only see or hear your written content (screen readers and search bots).&lt;/p&gt;
&lt;p&gt;Increasingly, some will have preferences that will remove a website&#39;s styling (high-contrast themes and monochrome screens).&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-7-image-and-media-guidelines&quot;&gt;Slide 7: Image &amp;amp; Media Guidelines&lt;/h2&gt;
&lt;h3 id=&quot;making-content-easy-and-enjoyable-to-consume&quot;&gt;Making content easy and enjoyable to consume&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Image Specifications&lt;/strong&gt; - File formats. Fallbacks? Responsive image sizes. Aspect ratios for different contexts.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Video &amp;amp; Audio Guidelines&lt;/strong&gt; - Aspect ratios. Length. Hosting. Auto-play policies. Transcripts. Signing.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Icon System&lt;/strong&gt; - SVG styles. Dark &amp;amp; light modes. Accessible labeling.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Photography Style&lt;/strong&gt; - Mood. Filter and effects. Subject.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;notes-7&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;Embedded images and media make sites interesting.&lt;/p&gt;
&lt;p&gt;But there are performance trade-offs, accessibility barriers, and the potential for information fragmentation to consider.&lt;/p&gt;
&lt;p&gt;We should ask: Does this media supplement the written text, or are we filling because of poor layout planning?&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-8-web-components&quot;&gt;Slide 8: Web Components&lt;/h2&gt;
&lt;h3 id=&quot;using-the-power-of-website-conventions&quot;&gt;Using the power of website conventions&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Interactive Elements&lt;/strong&gt; - Button styles and states. Navigation. Card components. Modals. Tooltips. Details and summary.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Animation Guidelines&lt;/strong&gt; - Transition speeds. Easing functions. User preferences.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Responsive Behaviour&lt;/strong&gt; - How elements adapt across devices. Media vs Container queries.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Spacing System&lt;/strong&gt; - Margin and padding fluid scaling.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;notes-8&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;The web is interactive.&lt;/p&gt;
&lt;p&gt;We need to tab, mouse-click, or finger-tap links and buttons, and we should get visual or audio feedback on our actions.&lt;/p&gt;
&lt;p&gt;Visitors need to understand our UI and conventions are our friends in this aim.&lt;/p&gt;
&lt;p&gt;Unfortunately, design systems have a history of breaking conventions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Removing link underlines (Twitter Bootstrap V3).&lt;/li&gt;
&lt;li&gt;Replacing form input titles with placeholders (Google&#39;s Material Design system).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We should avoid complexity and follow WCAG guidelines rather than blindly trust third parties even if they are used by millions.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-9-seo-and-discoverability&quot;&gt;Slide 9: SEO &amp;amp; Discoverability&lt;/h2&gt;
&lt;h3 id=&quot;getting-found-and-established-with-a-seo-first-approach&quot;&gt;Getting found and established with a SEO-first approach&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Technical SEO&lt;/strong&gt; - Structured data/schema. Page speed targets. Mobile-first indexing considerations.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Content Strategy&lt;/strong&gt; - Publishing frequency. Site structure and internal linking.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Local SEO&lt;/strong&gt; - Google Business Profile. Geolocation tagging. EEAT. QR code.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;notes-9&quot;&gt;Notes:&lt;/h4&gt;
&lt;p&gt;With well-structured semantic HTML content, SEO largely takes care of itself.&lt;/p&gt;
&lt;p&gt;There can be gains from exploiting weaknesses in search engines, but it&#39;s risky.&lt;/p&gt;
&lt;p&gt;For most businesses, their domain name (and the online authority it gains over time) is too valuable to throw away on tricks for short-term gains.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-10-developer-specifications&quot;&gt;Slide 10: Developer Specifications&lt;/h2&gt;
&lt;h3 id=&quot;code-standards-and-policies-on-the-tech-used&quot;&gt;Code standards and policies on the tech used&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Code Standards&lt;/strong&gt; - CSS methodology. Browser support. Accessibility requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Performance&lt;/strong&gt; - Max page weight. Core Web Vitals targets. Image optimization standards.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Maintenance Protocols&lt;/strong&gt; - CMS guidelines. Dependency. Update schedule. Backup procedures. Security best practices.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Hosting &amp;amp; Infrastructure&lt;/strong&gt; - Environment specs, CDN usage, caching strategy.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-11-applications&quot;&gt;Slide 11: Applications&lt;/h2&gt;
&lt;h3 id=&quot;how-the-brand-is-used-across-platforms&quot;&gt;How the brand is used across platforms&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Social Media&lt;/strong&gt; - Profile images, cover photos, post templates (per platform)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Business Profile&lt;/strong&gt; - Photo requirements, post formatting.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Email&lt;/strong&gt; - Template structure, mobile optimization&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Directory and Review Listings&lt;/strong&gt; - Profile images, cover photos, post templates (per platform)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Off-Line&lt;/strong&gt; - Community &amp;amp; Sponsorship. Print &amp;amp; Physical Materials&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-12-testing-and-tracking&quot;&gt;Slide 12: Testing &amp;amp; Tracking&lt;/h2&gt;
&lt;h3 id=&quot;how-do-we-ethically-measure-success&quot;&gt;How do we ethically measure success?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Our Privacy Policy&lt;/strong&gt; - Cookie stance. Use of dark patterns. Hidden tracking &amp;quot;pixels&amp;quot;. Session replay tools.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Analytics Tools&lt;/strong&gt; - If needed, do we use privacy-first, no cookies tools like Plausible Analytics or Google Analytics where a visitor consent pop-up is required.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;User Testing&lt;/strong&gt; - Can visitors find what they need. Are they confused about what is clickable. What is the impression of the site?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&quot;slide-13-governance&quot;&gt;Slide 13: Governance&lt;/h2&gt;
&lt;h3 id=&quot;who-is-responsible-for-what&quot;&gt;Who is responsible for what&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Who can update what?&lt;/strong&gt; - Level of permissions to any CMS, Github or GitLab. Access to the Website Owner&#39;s Guide.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Review Schedule&lt;/strong&gt; - Quarterly audits, annual strategic reviews.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Decision Framework&lt;/strong&gt; - How to handle edge cases not covered in guidelines. What happens when someone is hit by a bus?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Change Log&lt;/strong&gt; - Tracking what and how?&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Legal&lt;/strong&gt; - Is the website following the law and who follows changes?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there and welcome to the No Script Show in our last episode called Trap or Trade Off, what Small Businesses Should Know Before Getting a website. We use the example of a local plumber to highlight that the web is for everyone. We showed that businesses don&#39;t always need to get locked into maintenance costs and restrictions of a third party platform.&lt;/p&gt;
&lt;p&gt;Often the only technology needed for an effective online presence is HTML and CSS, which can be learned relatively quickly. However, businesses also have to persuade visitors that their services are what searches are looking for. And to do this, they need a credible brand identity too. So in this episode, we&#39;re discussing brand style guides.&lt;/p&gt;
&lt;p&gt;These long predate the web and here we&#39;re looking at how these could be best updated for web projects. You can find the show notes and the resources for this show at the website, which is no script show slash 29. The numbers two and nine. And if you&#39;re watching this on YouTube, the link will be inside the first comment just below the subscribe and like buttons.&lt;/p&gt;
&lt;p&gt;hint. As always, I am joined by David Waumsley. Hello David.&lt;/p&gt;
&lt;p&gt;[00:01:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Hi Nathan. So the last time we spoke, which is about a month ago, yeah. I thought I had it planned out. What we were gonna do for this episode, we were going to, I was going to go ahead and create this brand guide and it should have been straightforward because what we&#39;ve been using for our presentations, we&#39;ve been using Canva and Canva&#39;s got a whole range of these brand guidelines, which you could just edit.&lt;/p&gt;
&lt;p&gt;So I thought would make one for Paul, our plumber and his one page site will turn into something bigger. but, instead, because I hinted at it last time, it is the fact that these star guides go back a long way. generally there are document of the visuals that you&#39;ll need for your brand.&lt;/p&gt;
&lt;p&gt;And not so much for the web. So as I started adding in things that I thought were relevant to the web. I, it took me right back 20 years to when I first started doing web design.&lt;/p&gt;
&lt;p&gt;[00:02:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, nice.&lt;/p&gt;
&lt;p&gt;[00:02:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It did really. And at the time, I used to listen to Paul Boag&lt;/p&gt;
&lt;p&gt;[00:02:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yes.&lt;/p&gt;
&lt;p&gt;[00:02:20] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And his&lt;/p&gt;
&lt;p&gt;[00:02:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Boag&lt;/p&gt;
&lt;p&gt;[00:02:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; World Podcast.&lt;/p&gt;
&lt;p&gt;It was the only one that was available for people who were interested in making websites. Yeah.&lt;/p&gt;
&lt;p&gt;[00:02:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; He was blazing a trail bike then, wasn&#39;t he really was.&lt;/p&gt;
&lt;p&gt;[00:02:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, exactly. And it reminded me, and that&#39;s what we&#39;ve called this episode, the making of the website owners manual. This was a book that Paul.&lt;/p&gt;
&lt;p&gt;Did back in, I think 2010, which is now available for free. Actually, we&#39;ll, move on. There&#39;s a link actually where you can just get that book. But he was trying to solve this problem, which actually at the time I, I loved making websites and all the stuff that was involved. I loved that show. But what I didn&#39;t like is hearing all the stuff, all the friction that people used to have with the designer and the client who didn&#39;t necessarily understand the web the way that the designer would.&lt;/p&gt;
&lt;p&gt;Right. And his solution was this, website owners manual. So I thought as we&#39;re quite keen for the idea that we have a sort of transparent set up, something where people who know, want to go independent can say a business like Paul, that&#39;s what we&#39;ve covered last time, could make his own website really wanted something that would be similar to that in the sense that the website owner would need to know what they&#39;re doing.&lt;/p&gt;
&lt;p&gt;So basically what&#39;s happened is that I&#39;ve gone completely off this sort of very simple. you really are design identity thing and, turned it into a sort of a living document, if you like. It is carrying on if you like. What I think Paul, was trying to do with his book, which I don&#39;t think works so much, because of the fact that it, well, like his podcast, it wasn&#39;t hitting the people that he expected it to hit.&lt;/p&gt;
&lt;p&gt;Yeah. Which was the people who wanted to build their websites. It would be more for designers. So, and it&#39;s logical because no one&#39;s going to read a book before they start to get on with their actual work, so.&lt;/p&gt;
&lt;p&gt;[00:04:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right,&lt;/p&gt;
&lt;p&gt;[00:04:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; right. So anyway, so I, what I tried to do, so I&#39;ll get on to the point no.&lt;/p&gt;
&lt;p&gt;Is that I wanted to show you what I&#39;ve started so far because there&#39;s a lot of work and what I&#39;m hoping you&#39;ll do and if somebody&#39;s kind enough to watch this and give comments, I&#39;d love feedback because, this is obviously something that I make available to anyone, but, if I&#39;m on the right track, this would be the way that I think would start every website.&lt;/p&gt;
&lt;p&gt;[00:04:40] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, it&#39;s, a, I, confess when you&#39;d made it and sent it over to me, I was quite surprised by how in depth this working document is. I think currently it&#39;s on about 50 pages or something like that, and it covers a whole, smorgasbord of different topics. I guess I should probably pop it on the screen so that we can see where we are, we&#39;re inside of, Canva.&lt;/p&gt;
&lt;p&gt;Like David said, this is where it&#39;s being designed. and you presumably, I think I said at, in the beginning there, there will be links to the resources and different ways to get it and what have you. but yeah, here we are. The website owner&#39;s manual. I guess page one. Yeah, we&#39;re current. We&#39;re currently looking at the editing view.&lt;/p&gt;
&lt;p&gt;David, is that what you are desiring do&lt;/p&gt;
&lt;p&gt;[00:05:25] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I think we have to do, because what I&#39;ve done with this one, so, I dunno if you can read this, Nathan, at all, whether, it&#39;s I can and whether our audience can to see what we&#39;re doing. Yeah,&lt;/p&gt;
&lt;p&gt;[00:05:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; basically you can click so basic, you can see the notes. They&#39;re quite clear on the screen.&lt;/p&gt;
&lt;p&gt;I can read them out if you like, but they are very clear on the screen there.&lt;/p&gt;
&lt;p&gt;[00:05:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So what I think what we&#39;ll concentrate on this, we haven&#39;t talked about this at all, so we&#39;re just diving in as it comes up. But what I&#39;ve done is I&#39;ve set out a whole bunch of these slides on a Canva presentation. Now, the idea I had for this, &#39;cause I don&#39;t like the idea of just promoting.&lt;/p&gt;
&lt;p&gt;one product out there, which is Canva. I mean, it&#39;s, wonderful. But I wanted this to be platform agnostic. So we&#39;re using it here and I&#39;ve put it in our notes, because if you make something on Canva, you can save it as A-P-T-T-X document. Yeah. PowerPoint. PowerPoint Or, or if you want open source, you can use Libra office.&lt;/p&gt;
&lt;p&gt;but what&#39;s great about it is if you use this, you&#39;ve got a, kind of a way to be able to, particularly if you&#39;re on the pro version of Canva, you&#39;ve got way of getting all these assets and everything to bring them into your presentation of the sort of things that you&#39;re gonna use on the website.&lt;/p&gt;
&lt;p&gt;Yeah. and it allows for real time collaboration. So if, say, I would use it if I was working with a client, to, go through the steps in this and then use it as a way that they can add in. certain things that they wanted to add in themselves and make changes and comment on it. So you&#39;ve got a, commenting set up and live collaboration if you want, on something like this.&lt;/p&gt;
&lt;p&gt;And it also has, and I&#39;ll just go to that. It has a whiteboard option view where you can do this. So this is where I&#39;m messing around and storing stuff for Paul&#39;s, site when we get around to making it proper. So&lt;/p&gt;
&lt;p&gt;[00:07:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; it&#39;s great. Oh, I see. It&#39;s it&#39;s atomizing the bits inside the linear presentation with page numbers and you can pop those assets into different scenarios if you like.&lt;/p&gt;
&lt;p&gt;So in this case, structure, mood, board, photos and what have you, you can pill for those and pop them into different contexts. That&#39;s actually really cool, isn&#39;t it? Yeah. So it&#39;s recycling the same content in different ways, which might be easier to. To understand, not everybody&#39;s gonna want to go through the entire 50 pager, are they?&lt;/p&gt;
&lt;p&gt;And read all the words. That&#39;s really good.&lt;/p&gt;
&lt;p&gt;[00:07:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Well, it was just a sort of, you need a, I think &#39;cause no project runs in a sort of logical order. You&#39;ll probably, when you&#39;re trying to fill in the idea of this manual is that you fill in all of the things that you&#39;ll need to have for your website. So it will be this style guide, which you&#39;ll use offline and online, which will tell you how your business, what its tone of voice is.&lt;/p&gt;
&lt;p&gt;Yeah. What it stands for, what assets it uses, and the style of those assets. But in order to get there in some ways, and that&#39;s what Canva has, it has a presentation which we&#39;re seeing here. And then it also has a little bit like Figma. It has a whiteboard. So all I need to do is to link to this, and this is just a place where I can just zoom into any bit.&lt;/p&gt;
&lt;p&gt;Yeah. and play around with some design ideas, which I&#39;m doing here. A dark and a light mode.&lt;/p&gt;
&lt;p&gt;[00:08:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right, right.&lt;/p&gt;
&lt;p&gt;[00:08:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. That&#39;s nice,&lt;/p&gt;
&lt;p&gt;[00:08:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; isn&#39;t it?&lt;/p&gt;
&lt;p&gt;[00:08:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And then you could just store some of your photos that you might want for some of this and, other things like structure, when I&#39;m trying to work out the structure of this site&#39;s gonna be, and of course what you could do is, mess around in here, and have all the assets in one place, and then you can take that and once you&#39;re happy with it, then you can start to put it into the star guide or the manual as we&#39;ve called it here.&lt;/p&gt;
&lt;p&gt;Does that make sense?&lt;/p&gt;
&lt;p&gt;[00:09:12] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, that does make sense. That&#39;s a nice repurposing of all of those, different bits and pieces. And I think the, obviously the, website owners manual is gonna be like, like you said, like a working document. You&#39;re gonna be going through it and making sure that all of the boxes are ticked.&lt;/p&gt;
&lt;p&gt;But the, bit that you just showed us, that whiteboard approach, that&#39;s like a, nice first pass. It just gives you an idea of. I don&#39;t know. Is this colour palette suitable for you? Do you like gen, generally speaking, do you like the layout of these pages and does the structure of the website look right to you?&lt;/p&gt;
&lt;p&gt;Yeah, it&#39;s nice, really visual and and I suspect that more or less anybody online these days would be able to pass that information. these kind of interfaces are really normal now, aren&#39;t they?&lt;/p&gt;
&lt;p&gt;[00:09:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And I think that&#39;s it. It&#39;s just like Figma where it&#39;s got an open whiteboard, right? You need a sort of fi fiddle document when you&#39;re messing around.&lt;/p&gt;
&lt;p&gt;I&#39;ll chuck a load of things in, does that look nice? And then I&#39;ll commit to it later in the manual. And I&#39;ve got another link here. So for those who are listening, this may very difficult to understand, but what you&#39;re seeing is a slide and it says the site owners manual, it&#39;s a customised.&lt;/p&gt;
&lt;p&gt;Customizable Guide for creating an effective brand guide. And then supporting resources is the link within Canva that goes to the whiteboard. And there&#39;s also a link, and of course you could use something else, which I&#39;ve got going to a Google document. And what&#39;s quite nice about Google Documents now is because when you get to your sort of content that&#39;s going into your webpage, you probably want to get your page structure.&lt;/p&gt;
&lt;p&gt;So you&#39;ve got the tabs where you can line those up, which I&#39;ve done here, and then you can start to put in the different sections that you&#39;re likely to have on each of these pages. And, go ahead with that. So I&#39;ve started doing something like that.&lt;/p&gt;
&lt;p&gt;[00:10:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Is there any reason that you&#39;ve, you&#39;ve gone for a Google Doc over embedding that same information inside of Canva?&lt;/p&gt;
&lt;p&gt;Is it just a superior sort of text interface, I suppose, with Yeah, yeah.&lt;/p&gt;
&lt;p&gt;[00:11:12] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I, just felt, I mean, you could do it within Canva because of course it&#39;s, it works, it also has a sort of docs area as well, so it works, like, yeah, it doesn&#39;t, have the tab in though.&lt;/p&gt;
&lt;p&gt;[00:11:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; okay.&lt;/p&gt;
&lt;p&gt;[00:11:24] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So,&lt;/p&gt;
&lt;p&gt;[00:11:24] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; and the tab, the tabbing being that column on the left in a Google doc, whereby you can Yes.&lt;/p&gt;
&lt;p&gt;Headers and, H twos and h threes, you can organise the document and click through to it. Exactly. it&#39;s just a, if you&#39;re just dwelling on text, it&#39;s a superior interface, isn&#39;t it? There&#39;s just no clutter. Nothing&#39;s getting in the way and, okay. Okay. But nice to see that Canva supports the ability to link outside of itself.&lt;/p&gt;
&lt;p&gt;Yes.&lt;/p&gt;
&lt;p&gt;[00:11:47] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; To other things as well. So although it&#39;s obviously in a different space, it&#39;s there. You can link to it directly. Okay, great.&lt;/p&gt;
&lt;p&gt;[00:11:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; That would be the idea. And then I&#39;ve got, I&#39;ve just put this in as a bit of a preface. If someone&#39;s coming to this for the first time, I dunno if you can read that out.&lt;/p&gt;
&lt;p&gt;&#39;cause it&#39;s actually quite,&lt;/p&gt;
&lt;p&gt;[00:12:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. Do you mean read what&#39;s on the, in the notes or read what&#39;s on the screen?&lt;/p&gt;
&lt;p&gt;[00:12:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Oh, on the screen please.&lt;/p&gt;
&lt;p&gt;[00:12:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, I can do that. Yeah. so the website owners manual is a project management tool, a collaborative hub for strategic planning and brand assets like Paul Boag book, which I guess is a link there as well of the same name.&lt;/p&gt;
&lt;p&gt;It aims to give owners control over the legal, technical, and business responsibilities that they inherit with website ownership. It encourages independence and inclusive design through web standards, agile development, and the indie web. Again, links are provided in there.&lt;/p&gt;
&lt;p&gt;[00:12:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And and they are, and the links for the moment, &#39;cause you don&#39;t probably haven&#39;t seen, they are put on our site for the moment.&lt;/p&gt;
&lt;p&gt;So we might actually do an episode talking about each of these things. Agile development, agile&lt;/p&gt;
&lt;p&gt;[00:12:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; and web standards and, yeah. Okay.&lt;/p&gt;
&lt;p&gt;[00:12:53] &lt;strong&gt;David Waumsley:&lt;/strong&gt; That&#39;s,&lt;/p&gt;
&lt;p&gt;good. So that&#39;s a link really, which is, I&#39;ve just taken the same format here where you explain what that means and why it matters and the core principles that you would follow and why website owners might want to apply this.&lt;/p&gt;
&lt;p&gt;And it&#39;s the same with Agile as well, so, so everything from this owner&#39;s manual has got a link going out to something where it needs some greater explanation.&lt;/p&gt;
&lt;p&gt;[00:13:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay.&lt;/p&gt;
&lt;p&gt;[00:13:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; and I&#39;ve put some principles on the side of this as well as the sort of introduction to this is that these probably need some work, but principles are business ones that we, tackle problems before.&lt;/p&gt;
&lt;p&gt;Product. so we, we don&#39;t say I want a website, we want a website because it solves the problem that we&#39;re not getting enough business. we always, do it that kind of way, justifications before dependencies. So instead of jumping on the, heavier software that we&#39;ll get as a website, we will justify what we need in terms of technology so we don&#39;t have to, support dependencies, that we didn&#39;t need to, local skills before global.&lt;/p&gt;
&lt;p&gt;This is my own branded, corporate platforms and that we should try and contain our website to, to, if you like, localised skills rather than Have a dependency on people. Millions of miles away.&lt;/p&gt;
&lt;p&gt;[00:14:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:14:16] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so, and that way. favour simplicity before automation on things. So, often, but, well, I&#39;ll get clients come to me who want something that&#39;s automated, and then if you really drill down, they would&#39;ve been better.&lt;/p&gt;
&lt;p&gt;Just keeping it simple in the first place. And the automate automation actually makes things so complex that they can&#39;t manage it. So I&#39;ve put that in, terms of design content before design, meaning that you get your words and then you design around that first, users&#39; needs before designers or stakeholders.&lt;/p&gt;
&lt;p&gt;ego, So it stops being an art project, objectives before personal taste and for the web, but it would&#39;ve some general views about, fluid before fixed units, mobile before desktop semantic bus, semantics before styling, performance before bloat and accessibility before complexity. So&lt;/p&gt;
&lt;p&gt;[00:15:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; there&#39;s a lot there, but&lt;/p&gt;
&lt;p&gt;[00:15:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; there is a lot there.&lt;/p&gt;
&lt;p&gt;Yeah. So it&#39;s really just trying to set some standards, if you like, which I think are standards that we all hold to, but we just very easily lose them if we don&#39;t bake them in at the beginning of our projects.&lt;/p&gt;
&lt;p&gt;[00:15:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. Okay. and I guess you&#39;re just setting the groundworks a little bit, aren&#39;t you?&lt;/p&gt;
&lt;p&gt;These are the kind of things that are gonna come later, but they&#39;re, worth thinking about at the start, so, yeah. Okay.&lt;/p&gt;
&lt;p&gt;[00:15:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:15:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Laying the groundwork. Yeah.&lt;/p&gt;
&lt;p&gt;[00:15:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I&#39;ve put again in notes here. I mean, designers might want to use this whole thing or the next level of, if you like, the higher level.&lt;/p&gt;
&lt;p&gt;Navigation, which we&#39;re just gonna work through here to remind, clients of the unique features of the web and of their responsibilities for having a website and also to head off, potential friction that you can get. So for example, on that, and I&#39;ve just put this in notes, it makes it easier to, see by going through this process, see, when a platform&#39;s needed rather than picking a platform for the client and then subsequently having to justify it.&lt;/p&gt;
&lt;p&gt;just on that point, it&#39;s probably worth mentioning. There is another website owner&#39;s manual. I&#39;ve stolen Paul Boag name, but there is another one from someone we know, as well in the WordPress space. Yeah. And in some ways that&#39;s what theirs does, isn&#39;t it? That it&#39;s, a document for. To give to website owners to explain the work that goes into maintaining something like WordPress.&lt;/p&gt;
&lt;p&gt;So if you&#39;re like this, one is a slightly different thing, and the fact that you would try and avoid, you wouldn&#39;t need something like that anyway because you would already decide that the client, whether WordPress was the most suitable&lt;/p&gt;
&lt;p&gt;[00:17:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right.&lt;/p&gt;
&lt;p&gt;[00:17:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Thing that was project. Well, that,&lt;/p&gt;
&lt;p&gt;[00:17:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; that was your second point on the business principles, wasn&#39;t it?&lt;/p&gt;
&lt;p&gt;Justification before dependencies,&lt;/p&gt;
&lt;p&gt;[00:17:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:17:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; If WordPress isn&#39;t the right thing, then that&#39;s not the right thing,&lt;/p&gt;
&lt;p&gt;[00:17:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; and that&#39;s always been the thing that&#39;s sticking with me. I mean, for me it was fine because I came in as somebody who did WordPress, so everybody got WordPress. But of course, the person bringing the clients to me hadn&#39;t necessarily gone through the process of whether they needed to be managing WordPress for the job that they had.&lt;/p&gt;
&lt;p&gt;So,&lt;/p&gt;
&lt;p&gt;[00:17:28] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah,&lt;/p&gt;
&lt;p&gt;[00:17:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so it wasn&#39;t covered. also going through the process here would provide the tools to clients to be able to, assess. Other people&#39;s sites. so it avoids, &#39;cause this is often, I think you&#39;ll, know that a lot of people will come to a designer and say, and I&#39;ve seen this on the website and I would like that on my website, this navigation, this slider, this bar.&lt;/p&gt;
&lt;p&gt;And I think this is always problem because then you end up with a situation where you might know that this isn&#39;t in their best interest. This isn&#39;t good for usability. It might not help them to achieve what they want to achieve. So by letting the client go through this kind of thing, there&#39;s less likelihood that they will come up with bad ideas, which you&#39;ll have to correct &#39;em on.&lt;/p&gt;
&lt;p&gt;Yeah. Which creates friction or that you&#39;ll have to get into criticising another website. So it&#39;s to head off&lt;/p&gt;
&lt;p&gt;[00:18:19] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; that, yeah. it feels that, although this is, well we&#39;re still on the preface, aren&#39;t we? It, there&#39;s a lot of conversation to be had here just laying out the groundworks before the, before anything really starts.&lt;/p&gt;
&lt;p&gt;[00:18:31] &lt;strong&gt;David Waumsley:&lt;/strong&gt; this is, these are the notes in a way. If you are a designer, I suppose, what&#39;s the benefits of going through this approach?&lt;/p&gt;
&lt;p&gt;[00:18:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah,&lt;/p&gt;
&lt;p&gt;[00:18:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; on this one?&lt;/p&gt;
&lt;p&gt;[00:18:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:18:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Also, it, going through this approach from the beginning to the end, and I expect if you were a designer showing this to a client, you could do it in a very quick conversation.&lt;/p&gt;
&lt;p&gt;You&#39;d go through 10 slides to just to know you&#39;re on the same, in the same place. But I think it positions designers problem solving to avoid that kind of problem that you often end up with where a project turns into some community art project. where everybody&#39;s saying, what do you think of this?&lt;/p&gt;
&lt;p&gt;What do you know? It gets it back to the, science of it. And I think it just. By going through a process like this, it reduces that need for these torturous contracts that people often set up. &#39;cause they&#39;ve been burnt by clients wanting to change things that last minute and all that kind of stuff.&lt;/p&gt;
&lt;p&gt;[00:19:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah,&lt;/p&gt;
&lt;p&gt;[00:19:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; we can get around that.&lt;/p&gt;
&lt;p&gt;[00:19:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. That&#39;s an interesting position of it as well. Okay.&lt;/p&gt;
&lt;p&gt;[00:19:27] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay,&lt;/p&gt;
&lt;p&gt;[00:19:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; so moving on, I guess when the next one,&lt;/p&gt;
&lt;p&gt;[00:19:30] &lt;strong&gt;David Waumsley:&lt;/strong&gt; right? Yeah, so I&#39;ll move on. So we&#39;ve got a table of contents and this is the higher level of, how this kind of document is structured. And I&#39;ve tried to structure this into different sections.&lt;/p&gt;
&lt;p&gt;So, table of Contents has got this sort of first section, which is the, content, which is really the missing and message, which we convert into Symantec, HTML and make. So it makes the web accessible to all people and devices, which other mediums can&#39;t do. And then on that, so it&#39;s going in order.&lt;/p&gt;
&lt;p&gt;You would start with that when you are starting your project, what your. Mission is, then you would move into styling, which is the visual design that objectively improves the usability of the content and forges an emotional, connection with the target audience. So that would be the next level. Then we be looking at technology, what&#39;s necessary to deliver the message, so you want to start with the rule of lease power to reduce unnecessary lock in and maintenance.&lt;/p&gt;
&lt;p&gt;And then finally there needs to be a section, I think, which is covering progress. So you need to plan for the fact that the web is constantly changing. Businesses change as well. So there&#39;s inevitable change here, and you need a way to be able to evolve, ideally in an agile way where you are incrementally improving all the time.&lt;/p&gt;
&lt;p&gt;[00:20:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah,&lt;/p&gt;
&lt;p&gt;[00:20:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; nice. So, so what&#39;s happened here is that, if I just bring this up here, again, people who are listening to this might find it a bit difficult, but on. That sort of content, table of content lays out these different sections. And here you can link to these.&lt;/p&gt;
&lt;p&gt;[00:21:12] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; These are&lt;/p&gt;
&lt;p&gt;[00:21:12] &lt;strong&gt;David Waumsley:&lt;/strong&gt; links different. Yes. Within the&lt;/p&gt;
&lt;p&gt;[00:21:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; document link.&lt;/p&gt;
&lt;p&gt;That&#39;s an internal link within, inside this Canva board, you can just shuffle backwards and forwards.&lt;/p&gt;
&lt;p&gt;[00:21:20] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Exactly. I can go back here. So I go, oh.&lt;/p&gt;
&lt;p&gt;[00:21:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, that&#39;s what that arrow&#39;s for. Okay.&lt;/p&gt;
&lt;p&gt;[00:21:24] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I just, yeah, that was&lt;/p&gt;
&lt;p&gt;[00:21:24] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; a nice, like a bit of graphic, but it&#39;s not, it&#39;s actually a link.&lt;/p&gt;
&lt;p&gt;[00:21:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It&#39;s a link back. So the idea is that, so if I was going through this, how I imagine I&#39;m gonna go through this as a designer, I&#39;d just say, oh, let&#39;s start your project.&lt;/p&gt;
&lt;p&gt;Let&#39;s go through the things you need to do. You, we need to start with your content, what you&#39;re trying to achieve here. What&#39;s, your brand? What&#39;s its message? Then we would go through that first one, which would be the foundations and strategy, who you are, why should anyone care? And there were different sections.&lt;/p&gt;
&lt;p&gt;Nathan, you&#39;re much better at reading. Do you wanna read out what&#39;s&lt;/p&gt;
&lt;p&gt;[00:21:58] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, I can read them out. Yeah, that&#39;s fine. Yeah, sure. so we, we&#39;ve clicked the first link in that table of contents document and we&#39;ve ended up a foundation and strategy. And this is the Who are You and why Should Anyone Care Piece.&lt;/p&gt;
&lt;p&gt;And, it&#39;s broken up into five different sections, the first of which is brand purpose and vision. So why the business exists? Emotions, it invokes core values and aims. Then moving on, target audience, who are the personas, the demographics, what is the visitor behaviour and what are the challenges they may present?&lt;/p&gt;
&lt;p&gt;Market position and statement comes next, where you sit and what you stand for, which is in effect your elevator pitch. Two final ones, competitor analysis. and in this we&#39;re looking at competitor strengths and weaknesses, that sort of swap thing that everybody does. Differentiation, opportunities, how you can stand out.&lt;/p&gt;
&lt;p&gt;And then finally, more towards the website itself. SEO stuff. sanity checking. Achievable traffic. Yeah. Oh Lord. content. No. Bring it. Build it, and they will come. David, that&#39;s all you need. content gaps, keyword competition. search intent and eat. EEAT. Which I actually have forgotten. What&#39;s that?&lt;/p&gt;
&lt;p&gt;[00:23:07] &lt;strong&gt;David Waumsley:&lt;/strong&gt; well, it used to be just eat with the one E.&lt;/p&gt;
&lt;p&gt;so it&#39;s, I think it&#39;s experience, expertise, blah. I forgot what the A is. And anyway, it&#39;s&lt;/p&gt;
&lt;p&gt;[00:23:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; all&lt;/p&gt;
&lt;p&gt;[00:23:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; the&lt;/p&gt;
&lt;p&gt;[00:23:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; stuff. Quickly move it on.&lt;/p&gt;
&lt;p&gt;[00:23:20] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It&#39;s what? Google check. I should write it out in full. What Google uses authority is the A and ah,&lt;/p&gt;
&lt;p&gt;[00:23:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; you go. That&#39;s it. That&#39;s what I remember.&lt;/p&gt;
&lt;p&gt;[00:23:27] &lt;strong&gt;David Waumsley:&lt;/strong&gt; A trust or something like that for the T.&lt;/p&gt;
&lt;p&gt;There you&lt;/p&gt;
&lt;p&gt;go.&lt;/p&gt;
&lt;p&gt;[00:23:29] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:23:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It&#39;s all about whether you are a legit business and you show yourself to be somebody very serious. It&#39;s a key thing that Google always looking into whether there are signals out there that you are a serious business, so they can rank you higher rather than somebody, particularly if you are doing something which is professional, if it&#39;s medical advice, they&#39;ll definitely want to see lots of the expertise, some background before they&#39;ll favour you.&lt;/p&gt;
&lt;p&gt;yeah, so the, that. So again, with each of these, this is the idea. This is where you end up with so many pages. So if I click on any of these individual subcategories, like the first one being brand purpose, vision, then it will take you into Yep.&lt;/p&gt;
&lt;p&gt;[00:24:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Being moved over. Right. Got it.&lt;/p&gt;
&lt;p&gt;[00:24:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; We won&#39;t cover that because that&#39;s where I&#39;ll put all the sort of tips and that&#39;s where you&#39;ll write in what they are.&lt;/p&gt;
&lt;p&gt;So that&#39;s the bit that we&#39;ll complete. This is just the overview. so that&#39;s the idea of foundations here. So you, hopefully you&#39;ll go through this and you&#39;ll get an idea about where they position themselves, what is their elevator pitch. with each of these, there are little, ways of being able to do that.&lt;/p&gt;
&lt;p&gt;That there are statements you can create, which somebody can pre-fill in. So you know, you are, for a certain type of business, you are your name and your brand is a whatever it is.&lt;/p&gt;
&lt;p&gt;[00:24:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; it&#39;s almost like magic tags in an email system, isn&#39;t it? You can Yeah. Substitute, substitute the correct phrasing and hopefully something sensible pops out.&lt;/p&gt;
&lt;p&gt;Yeah.&lt;/p&gt;
&lt;p&gt;[00:24:53] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So the idea is when you go through this, you give &#39;em all the tools that are around the, there are loads of them for people who do this, that help people to try and come up with their own brand purpose. Because I think if I just go back, let me just come out of this, I just go into the notes here.&lt;/p&gt;
&lt;p&gt;I think I put something on that. yeah,&lt;/p&gt;
&lt;p&gt;[00:25:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; you did. Shall I just read those out? &#39;cause&lt;/p&gt;
&lt;p&gt;[00:25:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; actually I&#39;ll go back. Yeah. Okay. I&#39;ll just go. is that the one I&#39;m on? Yes. That one. Yes, please.&lt;/p&gt;
&lt;p&gt;[00:25:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. So I&#39;m looking at the, the foundation and strategy document, and it says the following. this is often the hardest part.&lt;/p&gt;
&lt;p&gt;Creating a brand requires introspection and in many businesses, people, sorry, and many in business are people of action who employ their gut to adapt to situations online. We have to define upfront a purpose and target audience to cut through the noise and avoid being for no one in particular.&lt;/p&gt;
&lt;p&gt;Online. Customers can&#39;t meet you first, so your brand identity has to act as your actual digital handshake. and on the plus side, this can act as a use useful north star for general business decisions and reduce the need to compete solely on price. I guess with the, as we come later to Paul the plumber, yeah, this, that&#39;s a fairly straightforward proposition, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;the narrative around what do you do is pretty straightforward. but in more complicated situations where your bus business isn&#39;t maybe quite as obvious as that, or you&#39;ve got some strange niche within a niche, then this kind of stuff starts to matter more and more. You&#39;ve gotta cut through the noise and make sure that you are, it&#39;s clear what you do and that you are trustworthy and reliable and what have you.&lt;/p&gt;
&lt;p&gt;[00:26:37] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think it&#39;s quite interesting &#39;cause I started to do the exercises and, I&#39;ll finish this off with Paul properly, but you start to get, even when you get to target audience, you think, oh, well that&#39;s just anywhere in linkage. He is a local plumber and he does these particular areas. But when you start to dig into it, you start to think about.&lt;/p&gt;
&lt;p&gt;Actually, who are the people that really come? Well, it tends to, the job of calling in the plumber tends to fall more on, on women. And when you look at it, he is got a particular, range of women. generally there&#39;ll be over 30 and, generally, householders. but he&#39;s also got other people as well that he deals with because he&#39;s dealing with landlords as well.&lt;/p&gt;
&lt;p&gt;Yeah. So a different, so it&#39;s quite interesting how you start to get into it and even though it seems straightforward and you think it&#39;s everybody in that area, actually it&#39;s not. And they&#39;ve got&lt;/p&gt;
&lt;p&gt;[00:27:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; characteristics. Yeah. So I&#39;ve got, you are not living in the UK at the minute, but you&#39;ll know this problem.&lt;/p&gt;
&lt;p&gt;So I&#39;ve got a perfect example of where this goes wrong. And that is, for example, if I did a Google search for, let&#39;s say where I live, Yorkshire Plumber.&lt;/p&gt;
&lt;p&gt;What I know will happen is the first. Set of cert results will be some content farm that is probably based out of, I don&#39;t know, the southeast of the uk.&lt;/p&gt;
&lt;p&gt;And there are like, there are call centre for plumbers basically.&lt;/p&gt;
&lt;p&gt;[00:28:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes.&lt;/p&gt;
&lt;p&gt;[00:28:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And you go there and it&#39;s pretty obvious that this landing page, which where the word Yorkshire appears, is just some dynamic data that&#39;s been inserted in, it&#39;s probably an identical page for Lancashire and Wales and North Umbr and whatever.&lt;/p&gt;
&lt;p&gt;[00:28:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes.&lt;/p&gt;
&lt;p&gt;[00:28:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And it, but yet they win the SEO battle. But the minute I see that generic nonsense, it&#39;s like next. You just, there&#39;s no depth to it. There&#39;s absolutely no credibility to it. You know that the person that&#39;s gonna come has no interest in the area. They&#39;re probably gonna have to drive miles. You&#39;re just a, you&#39;re just a data point to them.&lt;/p&gt;
&lt;p&gt;You&#39;re not gonna be somebody that you can build a relationship with and have Paul, the plumber&#39;s phone number in actually is a contact in your phone so that you can call him up at three in the morning when the tap suddenly bursts open. Yes. so yeah, that&#39;s, an example of where this sort of stuff really trumps the, sort of, I don&#39;t know, the automated promise of what, what the, on what the world can, sorry, what the web can bring.&lt;/p&gt;
&lt;p&gt;We&#39;ve got a webpage, but we don&#39;t look trustworthy.&lt;/p&gt;
&lt;p&gt;[00:29:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes.&lt;/p&gt;
&lt;p&gt;[00:29:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Presumably it still works. I don&#39;t know.&lt;/p&gt;
&lt;p&gt;[00:29:11] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. It&#39;s interesting and I think we&#39;ll come back to Paul in this site a later point. So I can go into some of these things. &#39;cause there is some quite interesting thing about what. SEO strategists say about plumbing websites, which I would, I just suggest we don&#39;t do, but it&#39;s another conversation.&lt;/p&gt;
&lt;p&gt;Okay. I&#39;ll move on with, I&#39;ll move on with, the next slide that was here. So the next thing, which is in our content section on the higher level is defining the, content and voice guidelines. So, basically how do you communicate? so there, I&#39;ll read these out. There&#39;s the three sections on this.&lt;/p&gt;
&lt;p&gt;Each have got their own page, which is, brand voice, which is your tone, your language style and personality. So there are tools again, which we&#39;ll go into later, as I fill this out on how to come up with that, but often with that kind of thing. In fact, let me just go to the link so I can just cover that quickly.&lt;/p&gt;
&lt;p&gt;Just come out here. I think I might have done some of this, filled it in. Already for Paul. Yeah. So I mean, there are a few tips on how to do that, but I put in the slide, so if somebody has to fill that in, there are tips on how you find your brand voice. You can imagine your brand as a person, in this case, personable, like Chris Packham, the eco broadcaster.&lt;/p&gt;
&lt;p&gt;[00:30:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:30:32] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Am I on?&lt;/p&gt;
&lt;p&gt;[00:30:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yep.&lt;/p&gt;
&lt;p&gt;[00:30:33] &lt;strong&gt;David Waumsley:&lt;/strong&gt; there, I mean there are different adjectives you can use as well to define yourself. You can use the this, but not that way of being, professional but not stuffy funny, but not mean as a way of trying to get to your character. Yeah. read reviews. That&#39;s often what a lot of copywriters say.&lt;/p&gt;
&lt;p&gt;Use the words that people use to describe you as a good way of getting your brand there and creating a do&#39;s and don&#39;ts list of what sort of things you would say. wouldn&#39;t say so lemme just go back.&lt;/p&gt;
&lt;p&gt;[00:31:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; it&#39;s an interesting world for Paul, isn&#39;t it? Because he&#39;s got a sort of step into a world, which I&#39;m imagining is very unfamiliar to him.&lt;/p&gt;
&lt;p&gt;if you are a, I don&#39;t know, if you&#39;re a financial institution and you&#39;ve got a marketing team, presumably the people on the marketing team are really savvy with this kind of stuff. But having that conversation with Paul, I think would, it&#39;s gonna be weird. It&#39;s for a little while. It&#39;s gonna be really trying to drag Paul through the hoops here.&lt;/p&gt;
&lt;p&gt;I imagine there&#39;ll be a little bit, not resentment towards it, but do we really need to do this? Can&#39;t we just build a website?&lt;/p&gt;
&lt;p&gt;[00:31:40] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I know.&lt;/p&gt;
&lt;p&gt;[00:31:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No,&lt;/p&gt;
&lt;p&gt;[00:31:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I, I know and I think that&#39;s the, in a way, I, this should be a checklist. I think, if your clients can&#39;t do that, you can skip over it. You say, well, shall I fill that in for you?&lt;/p&gt;
&lt;p&gt;From what I know of you, you tell me if it&#39;s wrong.&lt;/p&gt;
&lt;p&gt;[00:31:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. That&#39;s an interesting, that&#39;s an interesting position as well, isn&#39;t it? Is you in effect, are. Being the helpful voice of reason. It&#39;s not like, okay, unless Paul does all of this document needs to go in the bin. That&#39;s the prof. That&#39;s where your professionalism drops in.&lt;/p&gt;
&lt;p&gt;I mean, you know what a plumber does. There&#39;s no, there&#39;s really not much of that industry which is disguised and unfamiliar to you, so you really could Right. But I guess if it&#39;s some industry that you&#39;ve never heard of, X companies making widgets, which they sell to this entire industry that you&#39;ve never heard of, Maybe not so much. Yeah. But for Paul, do you know what, I think that&#39;s a bit of a value add as well. I think if you can show this to Paul and, persuade Paul that, you know what we, I can do some of the heavy lifting here. I&#39;ve done this before. That&#39;s, quite nice. yeah. Probably reassures Paul that you are credible as well.&lt;/p&gt;
&lt;p&gt;[00:32:48] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think just going through the, it&#39;s like anything, if you have to come in and you&#39;ve got a whole bunch, which is on the individual pages of how you can get this information outta people, I think this just a way, but it&#39;s really about making sure that you haven&#39;t missed something along the way and that you are logically building up the website.&lt;/p&gt;
&lt;p&gt;So,&lt;/p&gt;
&lt;p&gt;[00:33:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah,&lt;/p&gt;
&lt;p&gt;[00:33:06] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I mean, my little note on this whole section, if you like, brand voice writing guidelines. And that is the fact that, people buy from people. So we have to cut through the impersonal nature of the web. And this isn&#39;t creative writing, but it&#39;s reputation, control. because people, when they go to your website, so when people go to Paul&#39;s website, that should reflect his voice.&lt;/p&gt;
&lt;p&gt;So when he turns up. with his spanners, they&#39;re not surprised. &#39;cause he&#39;s completely different to what expected, you&lt;/p&gt;
&lt;p&gt;[00:33:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; know, what that is the, that&#39;s exactly it. That encapsulates it in a nutshell. That, that SEO farm that I talked about, which You land on the page and it&#39;s got the word Yorkshire, but it&#39;s also got some sort of generic stock photo of the area in which I live, and then stock photos of happy plumbers getting out of happy vans in indiscriminate location that&#39;s doing nothing like, that&#39;s like 2010 stuff.&lt;/p&gt;
&lt;p&gt;Whereas if I see Paul and I know that this is Paul, this is what he&#39;ll look like, this is what he&#39;ll show up. Like, here&#39;s, him. Yes. it&#39;s so much more authentic and powerful and I, actually think there&#39;s, a weird undercurrent here of people just wanting to get back to the real world fatigue of what the internet might have brought.&lt;/p&gt;
&lt;p&gt;If you know what I mean. That&#39;s an ephemeral thing that I can&#39;t really grasp hold of, but that there is some sort of reaction and some requirement for local things, for local people. yeah. And a sort of, pushing away a bit of the internet. So we&#39;ve gotta blend those two things. Use the internet, but be authentic and real and local and all of those things.&lt;/p&gt;
&lt;p&gt;Yeah.&lt;/p&gt;
&lt;p&gt;[00:34:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And not authentic. Yeah.&lt;/p&gt;
&lt;p&gt;[00:34:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yep.&lt;/p&gt;
&lt;p&gt;[00:34:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; let&#39;s, move on. So, so now we&#39;d be going into the slides. If I was back to my main table of contents, we&#39;d be moving into the visual design bit here. So visual identity, creating an emotional connection is how I&#39;ve done this. So I think you need your. Well, sorry, I did skip over that.&lt;/p&gt;
&lt;p&gt;I&#39;ll just go back a little bit on the, okay. Voice on the content and voice. Obviously, it&#39;s a good time at the very beginning to decide what types of content you might be putting out there, whether you will do blog posts, whether you&#39;ll have special landing pages that you&#39;ll need to make, whether you do social media directories, flyers, and all that kind of stuff.&lt;/p&gt;
&lt;p&gt;I think it&#39;s good to know the range of written content that you&#39;re going to put out there. And also, this is a place where you would define, and again, this is another page, area of writing guidelines, which would also do something which I&#39;ve never done before, which would actually lay out some of your best practises for web copy.&lt;/p&gt;
&lt;p&gt;So it would be the same thing. We showed last time, which would be that, crib sheet, if you like, of things that you do, you write for skimmers and you Yep. you start with the, important stuff and work down, but also it would include other things like. Meta description templates, how you might mark up your images, what logic you use to do that, and that, that kind of stuff.&lt;/p&gt;
&lt;p&gt;so we&#39;ve talked about this on other shows there, where often there isn&#39;t a logic to how you might, when you&#39;re doing the website, right, the descriptions or the title tags in a certain way. it might be your business name and then about your business name, and then contact, or it might be something else entirely.&lt;/p&gt;
&lt;p&gt;So setting these things up, I think is good for before you build the website, because then you&#39;ve got some consistency. And the same with, with how you mark up your images, what rules you follow. Okay. Okay. so yeah, we&#39;ll&lt;/p&gt;
&lt;p&gt;[00:36:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; go two. Did you skip six out by the way?&lt;/p&gt;
&lt;p&gt;[00:36:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Did I skip?&lt;/p&gt;
&lt;p&gt;[00:36:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think you went from five there.&lt;/p&gt;
&lt;p&gt;[00:36:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah. With content and then we go into the next, lemme&lt;/p&gt;
&lt;p&gt;[00:36:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, no apologies. No, I think, yeah. So there you go. Six. There&lt;/p&gt;
&lt;p&gt;[00:36:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; we&lt;/p&gt;
&lt;p&gt;[00:36:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; go. Okay. Seven. All right.&lt;/p&gt;
&lt;p&gt;[00:36:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I think this is Moving on to the images. Oh, sorry. No, I did skip one, didn&#39;t I? What happened? Yeah.&lt;/p&gt;
&lt;p&gt;[00:37:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Visual,&lt;/p&gt;
&lt;p&gt;identity.&lt;/p&gt;
&lt;p&gt;[00:37:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So moving into, so now we&#39;ve assumed that we know the content we&#39;re writing, that we&#39;ve got the rules on our content.&lt;/p&gt;
&lt;p&gt;We&#39;ve got our voice that we&#39;re writing with, so then we&#39;re enhancing the web. We&#39;re starting with that semantic, HDML, effectively, and then adding in. So, I think the important thing about a visual identity is that it should be congruent with the, brand&#39;s written voice and message. It needs to stick with that and not be a, should be choosing on what is object.&lt;/p&gt;
&lt;p&gt;Best representing the brand that we&#39;ve defined to the users, rather than making it some subjective art project. and I think also when we&#39;re doing our visual identity, it&#39;s important to remember that when it comes to the web, not everybody is going to see what you see as well. So, we&#39;re adding a layer of visuals to, Add to the written content, it shouldn&#39;t be as a replacement for it because some people aren&#39;t going to see it. Screen readers, search bots obviously don&#39;t see the visuals, and increasingly people have preferences where they may have, high contrast themes on their, or they put it in reader mode or they have a monochrome screen.&lt;/p&gt;
&lt;p&gt;So I think that all needs to be told to a client as well, so they understand what the visuals are doing. But then we would define things like our logo, things that we would include in there, whether it&#39;s got a dark or light mode. we need to probably have a stacked and horizontal version of it.&lt;/p&gt;
&lt;p&gt;We need to probably have a fon and maybe an open graph image as well that we&#39;re going to use as a format if we&#39;re, going to putting things out that go into Facebook or&lt;/p&gt;
&lt;p&gt;yeah. Twitter or something like that. Not Twitter. X x. So, I mean, that&#39;s where you would use it as a normal. So here, if I just go to that link there, I&#39;ve already started to make some of his logos in the different formats here.&lt;/p&gt;
&lt;p&gt;And I&#39;d do that on the whiteboard and I&#39;d make it over, to here. So that would be available. &#39;cause then you could just download it from camera. Yeah. And use it in your projects as you needed it. Yeah.&lt;/p&gt;
&lt;p&gt;[00:39:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. So each of those little assets that we see, so the logo, the light version, the dark version, they, within the Canva book, you could click on those and download them from the asset page and things like that.&lt;/p&gt;
&lt;p&gt;Could you?&lt;/p&gt;
&lt;p&gt;[00:39:27] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes,&lt;/p&gt;
&lt;p&gt;[00:39:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; exactly. Yeah. Okay. There you go. Right. Wow. Gosh, look at&lt;/p&gt;
&lt;p&gt;[00:39:30] &lt;strong&gt;David Waumsley:&lt;/strong&gt; that. Yeah. I need to go back to where we was here. So that was, yeah, we&lt;/p&gt;
&lt;p&gt;[00:39:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; were on seven.&lt;/p&gt;
&lt;p&gt;[00:39:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Ah, okay. So we&#39;re moving on. Yes, we did that one. And then there&#39;s images and meet. Yeah, it was six I think we were on before. Yeah. Oops, hold on. I keep moving there.&lt;/p&gt;
&lt;p&gt;Visual identity. Yeah. So logos to that. And then we&#39;ll pick our colours again. I love a format for this one, but we&#39;ll want to make sure that we&#39;re observing certain things, work criteria on, contrast ratios. In fact, I can do that, actually, I can just go here, but,&lt;/p&gt;
&lt;p&gt;[00:40:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; oh yeah. Nice. Again, it just links to Yeah, look at that.&lt;/p&gt;
&lt;p&gt;[00:40:06] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:40:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Lovely.&lt;/p&gt;
&lt;p&gt;[00:40:07] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So, I mean, this is still work to be done. So there&#39;s a format so when you go to the next client, you can swap out the sort of way that you just changed the colours over here, so it would make it easier, but it just means that you, it&#39;s not so easy to navigate back. &#39;cause I&#39;m not sure where I&#39;ve clicked at number&lt;/p&gt;
&lt;p&gt;[00:40:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; six.&lt;/p&gt;
&lt;p&gt;You were at, I think six.&lt;/p&gt;
&lt;p&gt;[00:40:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, we want that. So I was just showing how that&#39;s going. And typography is the same. You&#39;ve set that out and fonts you would choose those. I&#39;ve, put that. And I think in style guides they tend to put them in the same thing, but I think fonts, there&#39;s enough to write about, the decision making on fonts, whether you&#39;re using system fonts, for performance or whether you&#39;re going to use them and where you&#39;re getting them from and licences and all that sort of stuff.&lt;/p&gt;
&lt;p&gt;So I&#39;ve, got a different section for those. then the next is, the slider, which is looking at images and media guidelines where we want to set those up. And again, there are four overview units to this one. and this is about making content easy and enjoyable to consume. That&#39;s why we have media and images.&lt;/p&gt;
&lt;p&gt;So we&#39;ll set up. And again, these have their own pages. a photography style that we&#39;re going to use, whether there&#39;s a certain mood, whether there&#39;s certain subjects which we incorporate in our, which is pretty simple, I think, with a plumber. it&#39;s largely going to be them doing some plumbing, but whether we use any filter effects, in their case, they&#39;ve got a, standard, rounding of the borders of the images.&lt;/p&gt;
&lt;p&gt;Right.&lt;/p&gt;
&lt;p&gt;[00:41:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay.&lt;/p&gt;
&lt;p&gt;[00:41:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, so that&#39;s the format. we&#39;d also discuss here as well, image specifications. So the file format that we&#39;re going to use and the support that we&#39;re, because one might want to use WebP with a fallback of a JPEG or something, or we might just say, yeah, no, it&#39;s okay. The support for Web P is okay.&lt;/p&gt;
&lt;p&gt;So we would define that ahead of time and probably define what sort of aspect ratios we&#39;re gonna have for different types of content, whether in certain situations we&#39;re using square image in other ones, whether we&#39;re using standard, what is it, 16 over nine ratio? Yeah,&lt;/p&gt;
&lt;p&gt;And again, audio and visuals with some things that would need to be considered there. Autoplay&lt;/p&gt;
&lt;p&gt;[00:42:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; policies. Yeah. Paul needs a podcast. I think and a YouTube channel. Actually, Paul could probably do really well out of a YouTube channel, to be honest, but maybe not a podcast. Sorry. Well,&lt;/p&gt;
&lt;p&gt;[00:42:33] &lt;strong&gt;David Waumsley:&lt;/strong&gt; it was actually, and actually on that first one page site we built, there was a video which,&lt;/p&gt;
&lt;p&gt;[00:42:39] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yes,&lt;/p&gt;
&lt;p&gt;[00:42:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; followed from the web.&lt;/p&gt;
&lt;p&gt;So yeah, there might be that, and Icon Systems as well. So there&#39;s a separate page for this where I can put in the notes where you can find lots of these icons. So you can define these ahead without kind of moving in, which, which is your gonna be, your style and how you&#39;ll go about that. now we&#39;ll move on to next thing, which is still, I think in the sort of range of the visuals, no, it&#39;s not, sorry, it&#39;s, into the sort of technology element Of web components and it&#39;s, using the power of web conventions with this. I&#39;ll put some notes in here as well on this one, so,&lt;/p&gt;
&lt;p&gt;[00:43:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay.&lt;/p&gt;
&lt;p&gt;[00:43:16] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Shall I read this?&lt;/p&gt;
&lt;p&gt;[00:43:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah, you could, I guess.&lt;/p&gt;
&lt;p&gt;[00:43:20] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. The, really the point on the notes that go with this slider is the fact that the web is interactive.&lt;/p&gt;
&lt;p&gt;That we need to be able to tab mouse, click, finger tap to links and buttons. And we should, in the process for that, should be able to get visual feedback or audio feedback. If you are, somebody uses a screen reader and often these things are forgotten about. So this is a, key thing to do that visitors need to understand our ui.&lt;/p&gt;
&lt;p&gt;So conventions are our best friend. there&#39;s a book, don&#39;t make me think, which very much&lt;/p&gt;
&lt;p&gt;[00:43:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:43:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Says about the idea of just stick with what people understand. Keep it simple as you possibly can. Don&#39;t go and do crazy stuff. Do crazy stuff if you like, you might win some awards for doing it, but you&#39;re probably gonna lose a load of visitors.&lt;/p&gt;
&lt;p&gt;So,&lt;/p&gt;
&lt;p&gt;[00:44:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:44:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; You need the pockets if you wanna experiment. and I&#39;ve just put a bit in there about the fact that the, it&#39;s generally good to test all of the components that you are adding and keep it simple as you go, because. We&#39;re used to the fact that we can, there are lots of design systems out there, but they do have a history of breaking conventions.&lt;/p&gt;
&lt;p&gt;So the classic one is removing link underlines, which is what Twitter&#39;s bootstrap did for version three. So millions of people there, basically those people who were relying only on colour to see what will link, many, people were just excluded from the web on those sites. Yeah. &#39;cause they can&#39;t see what&#39;s the link.&lt;/p&gt;
&lt;p&gt;Yeah. And the same thing is even Google with its material design managed to replace, input titles for place, for placeholders on form inputs. So of course that causes a complete nightmare for someone trying to fill in a form. Yeah. So, yeah. So my guidelines on this one or something to remind ourselves is that we want to test for ourselves anything that we&#39;re adding, which should encourage us not to add more stuff than we need to onto our website.&lt;/p&gt;
&lt;p&gt;[00:45:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It&#39;s, interesting how this is, useful to explain to the client, but also useful as a mnemonic for yourself. These things need to be taken into account because it is easy to forget some of those bits and pieces. I mean, hopefully if you&#39;ve been in this business for any length of time, they&#39;re a bit ingrained, but they may not be.&lt;/p&gt;
&lt;p&gt;It might be that some of those things do drop off the radar a little bit and just having a mnemonic to say, wait, hang on. Have a think.&lt;/p&gt;
&lt;p&gt;[00:45:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes. Well, that&#39;s the idea with this. I, if you can put so ahead of this, it might solve some problems because if, if it was the first chat you&#39;re having with somebody and you just go over, look, these are the kind of, this is better people than me who&#39;ve worked out all this stuff about the web who had these kind of principles.&lt;/p&gt;
&lt;p&gt;If you like that we should work to it heads it off. Because what&#39;s likely to happen is that if you don&#39;t say something about trying to keep things simple when it comes to these units and the fact that. What on somebody else&#39;s website isn&#39;t necessarily good for your needs. You might cut down the people who just say, I want this navigation.&lt;/p&gt;
&lt;p&gt;So, right. I think for Paul&#39;s site, when we go for the navigation to keep it really, simple for him, we&#39;ll have a, instead of a really complex menu, we&#39;ll have a menu page, which will just Right,&lt;/p&gt;
&lt;p&gt;[00:46:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; okay. Yep,&lt;/p&gt;
&lt;p&gt;[00:46:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Goal to, oh, okay.&lt;/p&gt;
&lt;p&gt;[00:46:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:46:30] &lt;strong&gt;David Waumsley:&lt;/strong&gt; These sort&lt;/p&gt;
&lt;p&gt;[00:46:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; of things. Something really visual, easy to take in.&lt;/p&gt;
&lt;p&gt;Yeah. Okay.&lt;/p&gt;
&lt;p&gt;[00:46:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, exactly. And makes it easy to maintain and stuff like that. And it&#39;s the same with sliders. you take on, what people need to be aware is that you take on a whole bunch of responsibilities, which later you could get fined for, because you haven&#39;t thought about those people who need to tab their way around their site or need it to feed back to them in an audio way, because they use screen readers.&lt;/p&gt;
&lt;p&gt;Yeah. So it&#39;s a way of just trying to, keep. Add what&#39;s needed rather than what looks cool on another person&#39;s side. Yeah.&lt;/p&gt;
&lt;p&gt;[00:47:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah,&lt;/p&gt;
&lt;p&gt;[00:47:04] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so yeah, so you would, this would be web components where you decide the sort of things that you would need, whether you do need tool tips, whether you use, details and summary as a, we will do that &#39;cause there&#39;ll be frequently asked questions thing and what our button stylings are.&lt;/p&gt;
&lt;p&gt;We&#39;ll have some animation guidelines, where again, we probably want to make sure we honour people&#39;s user preferences. If they hate it, then we&#39;re not going to show them animation and we&#39;ll have some things on there and we&#39;ll have some sort of spaces system that would write down. So again, if, even if say I did the site in simple HTML and CSS, it might be useful to, for anybody who had to take over from me, &#39;cause I&#39;m run down by a bus to know what system was used to create those spacing so they can apply the same, Let me move on. This is going on a bit, so let me move on to the next thing. Did&lt;/p&gt;
&lt;p&gt;[00:47:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Miss, did you miss out the,&lt;/p&gt;
&lt;p&gt;[00:48:00] &lt;strong&gt;David Waumsley:&lt;/strong&gt; SEO team? I did miss the&lt;/p&gt;
&lt;p&gt;[00:48:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; one.&lt;/p&gt;
&lt;p&gt;[00:48:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; SEO. Yes. You&#39;re right. So, next thing, again, SEO here. Now this is where we might dig into it a little bit more. most of this will be just reminder stuff. I mean, I&#39;ve already got links to it.&lt;/p&gt;
&lt;p&gt;There&#39;ll be content strategy, how much you think that somebody is going to publish. I think in Paul&#39;s case, we would just have a few key articles that might help him rather than the blog,&lt;/p&gt;
&lt;p&gt;[00:48:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; unless he&#39;s got the YouTube channel, in which case yes. Doing it all the time. But yeah, I think Paul, it&#39;s fairly unlikely that Paul&#39;s gonna be producing a&lt;/p&gt;
&lt;p&gt;[00:48:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:48:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; With blog posts. I doubt. Yeah.&lt;/p&gt;
&lt;p&gt;[00:48:36] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I thought for Paul, what it might be, might be useful for him because he is, he&#39;s a single person with his wife just taking the calls for him. Emergency plumbing, which is popular. He might want to have an article which tells people. That, is it really emergency? Do you need to pay more for me to be called out now?&lt;/p&gt;
&lt;p&gt;Yeah. These are a few things you might be able to do and then call me in the normal hours and save yourself some money. Yeah, so you could have an article about that.&lt;/p&gt;
&lt;p&gt;[00:49:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yep.&lt;/p&gt;
&lt;p&gt;[00:49:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; sorry. Technical, SEO. So that would be about, structuring data and schemas and stuff, what you&#39;re going to include on that. pay speed targets.&lt;/p&gt;
&lt;p&gt;You might want to set an indexing considerations what, kind of, structure you&#39;re gonna have and which you&#39;re going to put in. We&#39;ll cover this later &#39;cause I&#39;ve actually done the work on Paul&#39;s. and there might be something as well about local SEO. So you&#39;ll cover here. What would you know? What would be the rules on setting up the Google business profile, which is probably gonna get you most of your work, I think, as a local plumber and whether you want to get into things like geolocation tagging.&lt;/p&gt;
&lt;p&gt;and again, we&#39;re back in with our E-E-A-T-E. Yeah. Yes. And things like that. And QR codes as well. you might be something you wanted to set up. That mean that became a big thing, didn&#39;t it? On your advertising elsewhere, you&#39;d have a QR code to come to your website where they wanted the same, let me move on to the next thing.&lt;/p&gt;
&lt;p&gt;So the next one would be applications. Again, there&#39;s just a section here where you might want a different page, which I&#39;ve set up, where you would cover the sort of profile images and the sizes. And again, if you&#39;re doing a website, it&#39;s good to see how the same brand identity is going to go to different applications like social media.&lt;/p&gt;
&lt;p&gt;So it might have a different. sizing of your photographs that you do there and different types of templates that you have. Again, the Google business profile, you might put some more details about what photos you&#39;re gonna require for that email. Again, it might be something that you set up that needs to be branded.&lt;/p&gt;
&lt;p&gt;And same with anything else. Any, directories or review listings or stuff. So they&#39;re on the separate page. And finally, I think on, oh no, not finally.&lt;/p&gt;
&lt;p&gt;[00:50:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There was a 13 as well. There&#39;s one more after this.&lt;/p&gt;
&lt;p&gt;[00:50:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, we&#39;ve got testing and tracking something I nearly forgot on this one. This would be setting up again.&lt;/p&gt;
&lt;p&gt;How do we ethically measure success?&lt;/p&gt;
&lt;p&gt;[00:51:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I, want to forget this one. I&#39;d love to live in a world where I didn&#39;t have to think about this one.&lt;/p&gt;
&lt;p&gt;[00:51:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So I, mean, I&#39;ve, put down here, I think it&#39;s worth discussing this &#39;cause this would be a sort of afterthought a lot of the time. So you would say whether you&#39;re going to do user testing now, I&#39;ve actually put a little article in there once you go to this page, which actually gives you a how you could do the simplest of user testing where you just get maybe three to five people.&lt;/p&gt;
&lt;p&gt;Three.&lt;/p&gt;
&lt;p&gt;yeah. and, you just go and ask &#39;em to do a few things and watch where their mouse goes and try and get some feedback. So I&#39;ve got a whole setup for that. So that might be something that Paul might do, if he can take five new customers or something who prepared to give him half an hour on a Zoom call or something like that.&lt;/p&gt;
&lt;p&gt;Good luck with&lt;/p&gt;
&lt;p&gt;[00:51:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; that.&lt;/p&gt;
&lt;p&gt;[00:51:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; and analytics, again, this is something that I would discuss at the beginning if it&#39;s needed at all. And, if you are and you want to look at your analytics and you think you&#39;re going to use those, are you going to go for something like, Oh, I don&#39;t think it&#39;s written plausible. It should be saying on there.&lt;/p&gt;
&lt;p&gt;Sorry, my, oh,&lt;/p&gt;
&lt;p&gt;[00:52:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; okay. Yeah, I know&lt;/p&gt;
&lt;p&gt;[00:52:16] &lt;strong&gt;David Waumsley:&lt;/strong&gt; what&lt;/p&gt;
&lt;p&gt;[00:52:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; you meant.&lt;/p&gt;
&lt;p&gt;[00:52:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Plausible analytics, I think it&#39;s called, is the, privacy first. No cookies tool or you&#39;ve got Google Analytics where if you are in Europe, you might have to be wary about using anyway. Certainly if you are, you would need to make sure that you&#39;ve got a popup form that comes up on your website and says, I consent to my data going off to.&lt;/p&gt;
&lt;p&gt;Google and going off to the us Yeah. Yeah. So, so all those sort of things. And I think this testing and tracking is a good conversation to be having early, what&#39;s your privacy policies? What&#39;s your stance on cookies use of dark patterns, whether you are against this, whether you are or not, going to have things like tracking, hidden tracking pixels or whether you use, which I did for some time, some session replay tools.&lt;/p&gt;
&lt;p&gt;Microsoft Clarity&lt;/p&gt;
&lt;p&gt;[00:53:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; was, yeah, I tried that until I realised that I never ever looked at them. So it was obviously pointless, but Yeah.&lt;/p&gt;
&lt;p&gt;[00:53:12] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Well, exactly, that&#39;s what I found. I think pretty much everybody I used to set up with analytics, but I think. There would be only a handful out of, well over a hundred clients that I know of.&lt;/p&gt;
&lt;p&gt;There&#39;d only been maybe about five of them, whoever really did look at their analytics.&lt;/p&gt;
&lt;p&gt;[00:53:29] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:53:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And when they did, it was only for a certain period of time and then it would be left for years again.&lt;/p&gt;
&lt;p&gt;[00:53:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:53:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So&lt;/p&gt;
&lt;p&gt;[00:53:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; somebody got a memo that they needed to give a pres presentation to the board and analytics and so suddenly, oh, let&#39;s analyse the analytics and off they go.&lt;/p&gt;
&lt;p&gt;Yep. Okay. Yeah,&lt;/p&gt;
&lt;p&gt;[00:53:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; and there are other ways of doing that, which I hope to cover. I mean, we&#39;re going on forever if I cover all of the slides in this. But in that you would put the alternatives in there because at the end of the day, you can get quite a lot of information by just measuring what comes into you and measuring.&lt;/p&gt;
&lt;p&gt;What you can already sign up to. If you are, Google Search Console, or Bing, it will tell you a lot of information about the traffic anyway.&lt;/p&gt;
&lt;p&gt;[00:54:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. &#39;&lt;/p&gt;
&lt;p&gt;[00:54:11] &lt;strong&gt;David Waumsley:&lt;/strong&gt; cause most people have signed up to it. And finally, last section would be in this higher, level, would be governance. Who&#39;s responsible for what? and this would cover sort of levels of permissions that anybody would have to say a CMS if it was a WordPress site on this one, or to GitHub or GitLab.&lt;/p&gt;
&lt;p&gt;If it&#39;s, something which I&#39;d probably be doing these days, how they might have access even to this guide, as well. So who would have that? Okay. review schedules, that maybe not one at all, but it&#39;s worth thinking about how often you&#39;re going to review whether your site needs an update in some form or another.&lt;/p&gt;
&lt;p&gt;And what you&#39;re going to audit. you&#39;re going to look, one of the things you might be looking at, which is non-intrusive. You might be looking at where your keywords are positioned. There&#39;s tools, plenty of those where you can say, I&#39;m trying to rank for linkage share plumbing. Let&#39;s see how we rank.&lt;/p&gt;
&lt;p&gt;and you might want to check those every so often. And then the, there&#39;s the legal things, again, a page for that which really just needs to reinforce what laws you need to follow for where your website is and the size of your business, in terms of accessibility and GDPR. Okay. yeah. And finally, this is just a couple of things on this slide, which would have their own slides, which is, change log, who&#39;s tracking what and how.&lt;/p&gt;
&lt;p&gt;And then a decision framework would be the last thing about. Well, what&#39;s not covered in these guidelines and what happens if someone gets hit by a bus, which is my thing at the moment.&lt;/p&gt;
&lt;p&gt;[00:55:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. You can keep referring to the boss. Poor.&lt;/p&gt;
&lt;p&gt;[00:55:48] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah.&lt;/p&gt;
&lt;p&gt;[00:55:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Poor David.&lt;/p&gt;
&lt;p&gt;[00:55:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I know, I&#39;m, well, I&#39;m well in my sixties now and I&#39;m already&lt;/p&gt;
&lt;p&gt;[00:55:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; be a boss.&lt;/p&gt;
&lt;p&gt;It&lt;/p&gt;
&lt;p&gt;[00:55:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; could&lt;/p&gt;
&lt;p&gt;[00:55:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; be something else. Exactly.&lt;/p&gt;
&lt;p&gt;[00:56:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So, yeah, and I think it&#39;s always forgotten about. I mean, I think certainly who updates what is one and one of the biggest hassles with my, I set up the site for somebody, I think I&#39;m in charge of it. &#39;cause my job is to do the updating and to make sure that their software&#39;s running.&lt;/p&gt;
&lt;p&gt;But we&#39;ve never really finalised that conversation. Who&#39;s responsible? So I&#39;m really surprised when they give access to somebody who&#39;s able to change my plugins and do stuff. Right.&lt;/p&gt;
&lt;p&gt;[00:56:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah. Yeah. Well it&#39;s a good idea to get that written down then. Nice.&lt;/p&gt;
&lt;p&gt;[00:56:30] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah, so that&#39;s the idea. I dunno if this has done a very good job.&lt;/p&gt;
&lt;p&gt;I&#39;m sure it&#39;s probably painful for anyone listening to this, but, I&#39;ll put a link to what I&#39;m working on and you&#39;ll see how this keeps, changing over time. But yes, there are about&lt;/p&gt;
&lt;p&gt;[00:56:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; 50 odd pages and obviously each of those table of contents pages that we&#39;ve just spent the time looking at. I think there were 14 of them or something like that.&lt;/p&gt;
&lt;p&gt;yeah, 13 of them. They link to subsequent pages, which make 50 in total. I, would definitely go and have a look at it. And we said that the links would be buried in the YouTube, comments and ju just, I&#39;ll just pop it on the screen. Sorry, David, it looks like you wanted to say something and then we&#39;ve&lt;/p&gt;
&lt;p&gt;[00:57:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, no, I&#39;ll just put the link to our.&lt;/p&gt;
&lt;p&gt;Where we&#39;ll put this on our website. And in our website I&#39;ll put a link to, this. So, yeah.&lt;/p&gt;
&lt;p&gt;[00:57:24] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Well, I&#39;ll just quickly do this because I might as well, so the website itself, which we&#39;ve mentioned, it&#39;s on the screen the entire time, but I&#39;ll do it anyway. So it&#39;s no script show. the YouTube channel is that, but that&#39;s feels superfluous.&lt;/p&gt;
&lt;p&gt;&#39;cause presumably if you&#39;re watching this, you&#39;ve already discovered that. So anyway, and, this episode will be found here. No script, no show slash number 2 9 29. And yeah, that&#39;s a body of work you&#39;ve got there. David, you&#39;ve been, really busy. let&#39;s hope you get some feedback about it.&lt;/p&gt;
&lt;p&gt;Let&#39;s hope people drop into&lt;/p&gt;
&lt;p&gt;[00:58:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; the Yeah, it be nice. We don&#39;t generally get anything here, but it was just nice to just get your initial feedback on it anyway. Yeah. Just to see if it&#39;s, a big thing, but the idea is to keep it, A level where you could cover the 10 slides if you like, the main element with a, client and give &#39;em an overview without&lt;/p&gt;
&lt;p&gt;[00:58:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:58:20] &lt;strong&gt;David Waumsley:&lt;/strong&gt; But as you want to dig into each thing, then you can get more specific with some notes. And for me, it&#39;s a place to store everything that I&#39;ve been learning all this time. &#39;cause it always comes up, every time you go to a new website and that you&#39;re thinking, oh, what was that site where they had all the collections of all the icons that you can get for free out there?&lt;/p&gt;
&lt;p&gt;[00:58:39] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:58:40] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Where have I kept that to? The idea is to have this one central hub.&lt;/p&gt;
&lt;p&gt;[00:58:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. It&#39;s some, for&lt;/p&gt;
&lt;p&gt;[00:58:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; me&lt;/p&gt;
&lt;p&gt;[00:58:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; it&#39;s on Google Drive folder or some deleted folder, which is on a backup dis somewhere, or, yeah. Yeah. I get it. that&#39;s, amazing. I really am totally blown away by the amount of work you&#39;ve done there.&lt;/p&gt;
&lt;p&gt;So, one last time, no script show slash 2 9 29. If you want to find out more. is that it? Are we done for that one then do you see?&lt;/p&gt;
&lt;p&gt;[00:59:07] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I think we are done. Yeah. And I dunno when we&#39;ll be next on, or what we&#39;ll be doing because well a month today we should be together.&lt;/p&gt;
&lt;p&gt;[00:59:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, you might be able to, might be able to do it with one camera.&lt;/p&gt;
&lt;p&gt;That&#39;d be fun. Assuming I can actually get, to India. We&#39;ll wait and see on that. But yeah, in which case I will bid you and I will, we&#39;ll be back soon at some point. Take care.&lt;/p&gt;
&lt;p&gt;[00:59:31] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Thank you. Bye&lt;/p&gt;
&lt;p&gt;[00:59:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; bye-Bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Trap or Trade-off? What small businesses should know before getting a website</title>
    <link href="https://noscript.show/28/" />
    <updated>2026-02-04T00:00:00Z</updated>
    <id>https://noscript.show/28/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&#39;s the presentation slides. Below is the text version.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/Trap-or-Trade-off.pdf&quot; title=&quot;Episode slides&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;h2 id=&quot;what-small-businesses-should-know-before-getting-a-website&quot;&gt;What Small Businesses Should Know Before Getting a Website&lt;/h2&gt;
&lt;p&gt;The website builders market was worth 3.06 billion dollars in 2025.&lt;br&gt;
It is projected to reach 6.68 billion dollars by 2030.&lt;/p&gt;
&lt;p&gt;Hand-coded websites have declined from 76% in 2011 to 33% in 2022.&lt;br&gt;
They are expected to be under 9% by 2030.&lt;/p&gt;
&lt;p&gt;58% of web designers have been in business fewer than 6 years, with 40% in their first 3 years.&lt;br&gt;
This is a much higher “newness” rate than most professions.&lt;/p&gt;
&lt;p&gt;Web design is the number one freelance skill (offered by 36%).&lt;br&gt;
72% of workers in 2025 have considered a freelance side hustle.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;web-design-is-changing&quot;&gt;Web Design Is Changing&lt;/h2&gt;
&lt;p&gt;WordPress dominates the CMS market with a 60% share.&lt;br&gt;
Approximately 60% of WordPress sites use a commercial page builder.&lt;br&gt;
Elementor is 30% of that.&lt;/p&gt;
&lt;p&gt;Wix dominates the dedicated website builder market with a 45% share.&lt;/p&gt;
&lt;p&gt;Wix reports that DIY builders account for 73% of active sites, while 27% are managed by “professionals”.&lt;br&gt;
80% of active Wix sites are owned by small businesses with fewer than 10 employees.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;hand-coding-wins-on-quality&quot;&gt;Hand-coding Wins on Quality&lt;/h2&gt;
&lt;p&gt;The web was invented (initially for scientists) to make information-sharing around the world easier.&lt;br&gt;
It used simple document tags so everyone could use it.&lt;/p&gt;
&lt;p&gt;Seeing commercial opportunities, the “brochure” website appeared.&lt;br&gt;
This advanced the web, but brought significant problems.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;understanding-the-web&quot;&gt;Understanding the Web&lt;/h2&gt;
&lt;p&gt;Mimicking print layouts involved complex code hacks, which made learning CSS difficult and led to the commercial WYSIWYG builder.&lt;/p&gt;
&lt;p&gt;WYSIWYGs always fail eventually because, unlike print, the designer has no control over what the end user sees.&lt;br&gt;
It depends on the user’s device and preferences.&lt;/p&gt;
&lt;p&gt;It created a back-to-front understanding.&lt;br&gt;
The web is not a visual vehicle into which content is added, but a flexible vehicle for content that can be visually enhanced.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;html-first&quot;&gt;HTML First&lt;/h2&gt;
&lt;p&gt;HTML is a website’s structural foundation.&lt;br&gt;
It defines content and allows it to be shared and understood by people with disabilities as well as machines for search engines.&lt;/p&gt;
&lt;p&gt;It is simple, yet over 90% of sites do not use it correctly.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;meet-paul-brown&quot;&gt;Meet Paul Brown&lt;/h2&gt;
&lt;p&gt;Paul (a plumber) is one of the 25% of small businesses who did not have a website.&lt;/p&gt;
&lt;p&gt;He contacted professional developers, but they were too expensive.&lt;br&gt;
He tried DIY builders, but got confused.&lt;/p&gt;
&lt;p&gt;A friend reminded him that a web page is only a document of content.&lt;br&gt;
Start there.&lt;/p&gt;
&lt;p&gt;Paul looked at his competition.&lt;br&gt;
Most sites were an overwhelm of animations, stock images, and sales brags.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;paul-s-process-part-one&quot;&gt;Paul’s Process – Part One&lt;/h2&gt;
&lt;p&gt;Paul decided his authenticity was his main selling point.&lt;/p&gt;
&lt;p&gt;He looked up the basics of writing web copy, got a few photos of him working, and created a Google document.&lt;/p&gt;
&lt;p&gt;He next found free resources on how to turn this into HTML, which he did with the VSCodium editor.&lt;/p&gt;
&lt;p&gt;With a few lines of added CSS this was presentable, not well branded.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;paul-s-process-part-two&quot;&gt;Paul’s Process – Part Two&lt;/h2&gt;
&lt;p&gt;Paul created a logo using a free Canva account.&lt;/p&gt;
&lt;p&gt;For now, a one-page site is enough to establish his presence.&lt;br&gt;
He knows he can get free hosting and uploads his HTML to GitHub where he can edit his site and collaborate should he need a professional.&lt;/p&gt;
&lt;p&gt;Knowing his HTML is semantic, he gets an LLM to add CSS.&lt;br&gt;
Knowing AI is not intelligent, he asks a CSS coder to check it.&lt;/p&gt;
&lt;p&gt;He goes live!&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;paul-s-site&quot;&gt;Paul’s Site&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Website URL&lt;/li&gt;
&lt;li&gt;GitHub repository&lt;/li&gt;
&lt;li&gt;Google Doc&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&quot;paul-learned&quot;&gt;Paul Learned&lt;/h2&gt;
&lt;p&gt;The web is a form of communication, not a funfair of carousels or a game of hide and seek.&lt;/p&gt;
&lt;p&gt;HTML is the easy part.&lt;br&gt;
Finding empathy and making the message clear and understandable is the hard part.&lt;/p&gt;
&lt;p&gt;CSS styling can be easy if the HTML is right and the design is simple, but is best overseen by an expert.&lt;/p&gt;
&lt;p&gt;He did not need a minimum of 5,000 dollars to get started.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;branding-seo-and-ux-design&quot;&gt;Branding, SEO, and UX Design&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Branding (The Soul):&lt;/strong&gt;&lt;br&gt;
The emotional, visual, and verbal identity that makes you memorable and fosters trust.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SEO (The Bridge):&lt;/strong&gt;&lt;br&gt;
The process of optimizing your site so search engines and users can find you easily.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UX Design (The Experience):&lt;/strong&gt;&lt;br&gt;
The structure and functionality that makes interacting with your brand easy, enjoyable, and efficient.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&quot;brand-guidelines&quot;&gt;Brand Guidelines&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Brand Story &amp;amp; Core Values&lt;/li&gt;
&lt;li&gt;Logo Guidelines&lt;/li&gt;
&lt;li&gt;Colour Palette&lt;/li&gt;
&lt;li&gt;Typography&lt;/li&gt;
&lt;li&gt;Imagery and Visuals&lt;/li&gt;
&lt;li&gt;Voice and Tone&lt;/li&gt;
&lt;li&gt;Formatting and Layout&lt;/li&gt;
&lt;li&gt;Application Examples&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&quot;trap-or-trade-off&quot;&gt;Trap or Trade-off?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Trap&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Vendor lock-in&lt;/li&gt;
&lt;li&gt;The “90% done” problem&lt;/li&gt;
&lt;li&gt;Performance and SEO limitations&lt;/li&gt;
&lt;li&gt;Hidden long-term costs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Trade-off&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Speed and time-to-market&lt;/li&gt;
&lt;li&gt;MVP (Minimum Viable Product)&lt;/li&gt;
&lt;li&gt;Budget and resource constraints&lt;/li&gt;
&lt;li&gt;Standardized use cases (templates)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;links&quot;&gt;Links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://davidwaumsley.github.io/plumber-demo/&quot;&gt;Paul&#39;s Site on Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/DavidWaumsley/plumber-demo&quot;&gt;Paul&#39;s live site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.google.com/document/d/10B2gpxWhHg3Halq3qfIYInzBS_I8w6ju6t1MkIRgF4g/edit?usp=sharing&quot;&gt;Paul&#39;s Google doc&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Research:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://webdesigneracademy.com/state-of-web-designer-pricing-2025/&quot;&gt;State of Web designer pricing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.bcg.com/publications/2020/real-cost-poor-website-quality&quot;&gt;Cost of poor website quality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://sqmagazine.co.uk/wix-statistics/&quot;&gt;Wix Statistics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://landingi.com/digital-marketing/side-hustle/&quot;&gt;Side-hustle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://webaim.org/projects/million/&quot;&gt;WebAim&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.brightlocal.com/research/what-local-consumers-want-most-from-local-business-websites/&quot;&gt;Bright Local&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://pmc.ncbi.nlm.nih.gov/articles/PMC9295886/&quot;&gt;Developing and testing a measurement scale for SMEs’ website quality&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there and welcome to the No Script Show. In our last episode, we talked about unification, how we are losing our agency to big tech, and how we might reclaim it through the indie web. Now, the indie web is popular with influential developers as well as hobbyists using platforms such as neo cities, yet its growth is considerably outpaced by commercial, no-code platforms that dominate the spaces where small.&lt;/p&gt;
&lt;p&gt;And local businesses seek website advice. In this episode, we&#39;re looking at how these types of businesses might get a website that avoids the lock-in and quality trade-offs that come with no-code platforms. You can find our show notes and supporting resources over on the website. The URL for that is no script show slash 28.&lt;/p&gt;
&lt;p&gt;So that&#39;s the numbers two eight. And if you&#39;re watching this on YouTube, the link for that will be the first comment just below the subscribe and the like buttons. And as always, I am joined by David Wamsley. Hello David.&lt;/p&gt;
&lt;p&gt;[00:01:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Hello Nathan. yeah, so do you know what I was looking at? search results? I was, pretending I was, A new person, a new small business, trying to look for a website, and it was really quite stunning. I tried different search engines as well.&lt;/p&gt;
&lt;p&gt;[00:01:24] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay.&lt;/p&gt;
&lt;p&gt;[00:01:24] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It was almost entirely all the things that I saw were almost entirely focused on getting us to adopt a commercial platform. There were either sort of ads to get on something for free affiliate content that was.&lt;/p&gt;
&lt;p&gt;Given you the different options or indirectly, and I was checking these out. There were, web designers who effectively are upselling. The, builder that they used to clients had to go and check. &#39;cause they weren&#39;t saying, oh, I see, okay. Around this thing. So I checked on their portfolio and thought, yeah, and I really, HTML, the thing that powers all websites and belongs to all of us is now, I think it&#39;s concerning that it&#39;s now just increasingly falling behind a paywall.&lt;/p&gt;
&lt;p&gt;So businesses, yeah, I think businesses have two basic choices. They still have these, which is either. I&#39;m calling the corporate web where you are offered freedom from code for the price of locking, or you&#39;ve got the indie web, which is offering freedom from locking for the price of having to wrangle some code and.&lt;/p&gt;
&lt;p&gt;I think, well, you and I both know each other from builder communities, so&lt;/p&gt;
&lt;p&gt;[00:02:35] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, we do. Yep. Yep.&lt;/p&gt;
&lt;p&gt;[00:02:36] &lt;strong&gt;David Waumsley:&lt;/strong&gt; A decade ago I saw code or no code solutions, that kind of fair trade off between cost and quality. but I think as more builders seem to get, and ified and browsers allow us to do more with less, I&#39;m changing my opinion on that, which is where this is really leading to.&lt;/p&gt;
&lt;p&gt;And, I think if we to do it based on merit, you would expect to reverse in the trend. We&#39;d expect more people to be talking about HTML these days, but we&#39;re seeing a wider division, so I think we need to look at both parts of web design. For this one, we need to look at the. Web, which is the technology that&#39;s needed.&lt;/p&gt;
&lt;p&gt;So, and I think ideally we&#39;d follow the W3C&#39;s role of lease power and start with what we can first achieve with a website using just simple HTML and. If anything, really, if there&#39;s a takeaway from this show, it would be for me that HTML, which is getting forgotten, is the web. And if we own our own HTML, then we effectively own and control our own digital space.&lt;/p&gt;
&lt;p&gt;So we probably don&#39;t wanna give that away. prematurely. and design is the other bit that we should look at in web design, which is I think some of the appeal with a lot of the no code solutions is the templates. And even though that&#39;s the opposite of design, it&#39;s beats a blank page, which is what a lot of people who want a website is stuck with.&lt;/p&gt;
&lt;p&gt;Really, how do I get started? So I think we&#39;ll need to look at this at, just ways to get an effective online brand. But first, shall we start? I&#39;ve got a whole bunch of statistics me to read. Help Nathan. yeah, look, yeah, look at this, unregulated industry. We call web design, which isn&#39;t at all shark infested.&lt;/p&gt;
&lt;p&gt;[00:04:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So just before I launch into these, web design is changing statistics, just say, it&#39;d be curious to poll the owners of websites. And so by the owners of websites, I don&#39;t mean agency people, the people who literally have paid to have the website for their business, for their whatever it is that they&#39;re doing.&lt;/p&gt;
&lt;p&gt;It&#39;d be interesting to poll those people and ask them what is their website made of. And I&#39;m sure that the answer will, that will come out of their mouth, will be the paid for platform. That they&#39;re using. So, the Squarespace and the Wix and the page builder or whatever, whether it&#39;s WordPress or something like that, as opposed to, it&#39;s HTML and CSS that you, I just think it&#39;s been so wrapped up, commoditized, and, We&#39;re trying to get us back to something a little bit more, a little bit more straightforward. Okay. So with that in mind, here we go. I shall just read these four bullet points, some stats about the, changing nature of web design. First one is the website builders market was worth 3.8 billion.&lt;/p&gt;
&lt;p&gt;Gosh, dollars in the year 2025 and over the next five years, that&#39;s projected to more than double. So by 2030 go up to $6.68 billion blind. That&#39;s interesting. Hand coded websites have declined from 76% in 2011. To 33% in 2022. And is, it is expected to be under 9% by 2030. So Wow. So I&#39;m going from three quarters of the market down to less than a 10th over the next period.&lt;/p&gt;
&lt;p&gt;That&#39;s interesting. Third,&lt;/p&gt;
&lt;p&gt;[00:06:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; just adds start something on that one that, that bit of research, it&#39;s all creditable. And I&#39;ll put the links actually in the show notes. but that one is actually before chat, GB. T came out and then we got all the vibe code and things. So yeah. Anyway, sorry. And&lt;/p&gt;
&lt;p&gt;[00:06:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; that is trending south even more than, the 9%, which sounded pessimistic, but probably is rather optimistic.&lt;/p&gt;
&lt;p&gt;Okay, so STAT three 58% of web designers have been bus, have been in business fewer than six years. 40% in their first three years, a much higher newness rate than most professions. That&#39;s also curious. And then the last one for now, web design is the number one freelance skill. Oh, I did not know that.&lt;/p&gt;
&lt;p&gt;Offered by 36%. 72% of workers in 2025 have considered a freelance side hustle. Wow.&lt;/p&gt;
&lt;p&gt;[00:07:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, so it, it&#39;s painting this newness, it&#39;s newness is an actual proper term, for how you measure industries and yeah, it&#39;s very high. I&#39;ve actually got some more stats for you to read through this. The last ones here on the builders,&lt;/p&gt;
&lt;p&gt;[00:07:24] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; oh yeah, sorry, there was a further slide.&lt;/p&gt;
&lt;p&gt;I forgot about that. So three more. Here we go. so about WordPress. WordPress dominates the CMS market with a 60% market share. Approximately 60% of WordPress sites use a commercial page builder, Elementor is 30% of that. Wix dominates the dedicated website builder market with a 45% share. That&#39;s curious.&lt;/p&gt;
&lt;p&gt;And last stat we&#39;ve got is again about Wix. Wix reports that DIY builders account for 73% of active sites, while 27% are managed by professionals. 80% of active Wix sites are owned by small businesses with fewer than 10 employees. All of these stats paint a picture. Which is not ideal for the lovers of HDML&lt;/p&gt;
&lt;p&gt;[00:08:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; and css and certainly anecdotally, backing up what weeks are saying.&lt;/p&gt;
&lt;p&gt;I know. from my time in the builder community, a lot of people were reporting, that they were getting more customers, the people just selling the sort of builder software. Were getting more customers that were coming from actual businesses themselves, DIY rather than the developer who was using it as a tool to, yeah.&lt;/p&gt;
&lt;p&gt;But, sorry. I&#39;ve got a whole long bit, which is my interpretation of these statistics, and they support what I think. I saw as somebody was originally a no co, sorry, a hand coder who, became an early adopter of page builders, how we met and, yeah, I was active in those communities. So initially when I, this, we&#39;re going back to sort of 2014, most of the people when I joined the builder that I did, were experienced coders who were adopting a page builder because of its main selling point that allowed for cheaper and quicker websites.&lt;/p&gt;
&lt;p&gt;Builds for certain types of clients, and a way also for those clients to be able to alter their own content. And, but this was also at a time back then when CSS was really cumbersome. It was starting to change. We responsive sites were still new. We didn&#39;t quite have that. And when you could still find builders that weren&#39;t too bloated, what I noticed was fairly quickly that the page builder.&lt;/p&gt;
&lt;p&gt;Peers that I had at that time changed to professionals, people who were making sites for people who were non coders. And they generally demanded more and more flashy stuff from their builder subscriptions. &#39;cause you&#39;re paying for that yearly. And I. I, I always felt uncomfortable because with less experience that these people had who were coming in, they were unaware of the sort of technical debt issues that you get and the UX issues that come from the types of requests that they were asking for.&lt;/p&gt;
&lt;p&gt;But I also noticed that builders would have to keep adding them or appease them as otherwise their competition. Do that. So it&#39;s regardless really, because most of the people I know who started on that no coder route, have swapped their builders multiple times anyway. But I think most concerning for me, being in that sort of arena was that, What&#39;s really what entered the no code builder market were these sort of lifestyle gurus, if you like, business gurus who were promoting value pricing to get website clients to pay upfront the highest amount that they could get out of them really on the promise of results, and they encourag. New developers to reframe the no-code builder tools as professional tools that clients don&#39;t really need to know about.&lt;/p&gt;
&lt;p&gt;So it always concerned me because effectively they were repackaging the skills that went into their software as their own. And then armed with, typically these gurus would give you sales scripts. They were able to charge more than what you&#39;d have to pay for a coder and, Yeah, for me, we talked about this before and now.&lt;/p&gt;
&lt;p&gt;Other podcasts that we were doing. and it reminded me of the South African Independent State website back in 2011. They were charged the equivalent of, $15 million for design and development of that site. And what they got was a $35 WordPress template.&lt;/p&gt;
&lt;p&gt;[00:11:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I remember I read that yesterday as I was preparing for this episode, and that is.&lt;/p&gt;
&lt;p&gt;Insane. Such a bizarre statistic.&lt;/p&gt;
&lt;p&gt;[00:11:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I know, and it, I mean it&#39;s seen as corruption in it, but to a value pricer, that&#39;s a good deal, isn&#39;t it? That the client got what they asked for. They delivered what they want. Yeah, exactly. That was the result they wanted. But for the rest of us, we think, that, it must have probably spent the more, they must have spent more time.&lt;/p&gt;
&lt;p&gt;Writing and signing the contract than they did actually developing the site, but Right,&lt;/p&gt;
&lt;p&gt;[00:12:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; right.&lt;/p&gt;
&lt;p&gt;[00:12:26] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, but I think also, one thing to be aware of and you&#39;re not in those circles, is that enterprise and public bodies have long learned not to pay these upfront budgets on web projects because things need to change. You don&#39;t know how they&#39;re going to work out, and we have. Agile, which has been around, for what, nearly 25 years now, is the process that people adopt dealt where they start with the minimal viable product, the thing that they can first put out there, and then they improve it with ongoing iteration.&lt;/p&gt;
&lt;p&gt;So effectively they&#39;re paying for it as results come in, which of course if you&#39;re. A value pricer, you want the money upfront and you promise the results. So, and I suspect really that the reason why we&#39;re seeing a lot more companies, DIY in it is because of the lack of trust that there is in the industry.&lt;/p&gt;
&lt;p&gt;We can&#39;t trust, web designers necessarily to. To guide you in the right direction on this thing. So I think a lot of people are just moving to DIY, but this again, causes a problem. It solves the issue of not getting ripped off and they have more control, but with a lack of understanding of how websites actually work.&lt;/p&gt;
&lt;p&gt;We just see, I think it&#39;s almost provable now that websites are generally getting a lot worse and owners are completely unaware of why they&#39;re worse, so, which is leading to us. Yeah. Yeah.&lt;/p&gt;
&lt;p&gt;[00:13:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; it&#39;s, so, it&#39;s a self-fulfilling prophecy in a sense, because if, you are the. if, let&#39;s say you&#39;ve got a, small business, there&#39;s a few of you running that business.&lt;/p&gt;
&lt;p&gt;There&#39;s 10 of you and you&#39;re all heads down doing the busy work that you have to do to make that business work, and the website is just an appendage. It&#39;s just something you know, that you&#39;ve got to have and then somebody displays to you, okay, here&#39;s the finished product. You&#39;re looking at it like a magazine, you&#39;re looking at it like, oh yeah, that looks great.&lt;/p&gt;
&lt;p&gt;But with, how would you understand the process that the magazine had in order to be put on the shelf, all of the graphic designers that needed to be done, the, paper that needed to be ordered, the ink that needed to be ordered, and so on and so on All the things that make that.&lt;/p&gt;
&lt;p&gt;the magazine possible. Well, it&#39;s the same thing in this arena. All of the things that will make it successful are the things which are hidden underneath that have got not, well, not nothing, but certainly there&#39;s a lot, there&#39;s many more layers beneath it than just what it looks like on the front end.&lt;/p&gt;
&lt;p&gt;Accessibility, whether it&#39;s optimized for, search in the correct way, and so on and so forth. But, we&#39;ve taught our clients just, there it is. Does it look good? Are you happy with the way it looks? Yep. Great. Sign the dotted line. We&#39;re done.&lt;/p&gt;
&lt;p&gt;[00:15:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I know. and in a way that&#39;s why, it&#39;s really mostly in Europe, but this is why we&#39;re having to see things like legislation for GDPR because what people aren&#39;t thinking about whether data&#39;s going, they&#39;re not thinking about accessibility.&lt;/p&gt;
&lt;p&gt;So we&#39;ve got new laws for that. It&#39;s happened to be enforced because websites are just getting generally worse on the whole.&lt;/p&gt;
&lt;p&gt;[00:15:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right.&lt;/p&gt;
&lt;p&gt;[00:15:23] &lt;strong&gt;David Waumsley:&lt;/strong&gt; but let&#39;s just move, I&#39;ll just quickly, this slide didn&#39;t need to be there, but, there&#39;s nothing ready to read here, just a little. For those who are on the audio, it won&#39;t be meaningful.&lt;/p&gt;
&lt;p&gt;But there&#39;s just a little slide that is showing the results of someone who tested a no-code solution or low-code solution. I&#39;m lumping them together, element against using, hand-coded using Astra. So it&#39;s basically just HTML and CSS and it just shows there&#39;s a massive difference in the sort of performance.&lt;/p&gt;
&lt;p&gt;So the sort of lighthouse scores that you&#39;ll get. Page speed from Google and everything, they&#39;re very low and the page size is what&#39;s 300? Sorry? 3,200 on this one where it&#39;s 180 for a Handbuilt site. So it&#39;s so much heavier. Than it needs to be. But I think, always hand coding is going to be on quality.&lt;/p&gt;
&lt;p&gt;It&#39;s always been about the expense thing. there&#39;s, there are other concerns as well about accessibility, on the limited flexibility you get with no code stuff. So, and I think particularly those in the EU have to be concerned about the builders that they use now because of these things. Because even though there&#39;s.&lt;/p&gt;
&lt;p&gt;for marketing purposes, most software will talk about their co compliancy, but they generally are not, they will sell where they are compliant, but they won&#39;t tell you where they&#39;re not really Right. Right. And most of it&#39;s a little bit like, lipstick on a pig. It&#39;s bolt on solutions to improve the performance or improve the accessibility.&lt;/p&gt;
&lt;p&gt;Anyway, I&#39;ll move on. But I think really Okay. What, I wanted to say was just that I think most of us in the industry, and that definitely includes me, I&#39;ve been caught up in this, I&#39;ve tended to undervalue the unique reach of the web.&lt;/p&gt;
&lt;p&gt;[00:17:32] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. Yeah. I think most of us in the industry have undervalued the. Unique reach of the web, how easy it, when you&#39;ve got text on the web, how it can be translated.&lt;/p&gt;
&lt;p&gt;And we&#39;ve reverted a little bit to knowing what we already understand, print, we understand visuals as a way of communicating on that. So we tried to recreate that online. But often in doing that, we&#39;ve often excluded kind of billions of people with permanent, temporary, or situational disabilities over the time, so we&#39;re not watching out for that.&lt;/p&gt;
&lt;p&gt;I&#39;m as guilty as anybody for this kind of stuff.&lt;/p&gt;
&lt;p&gt;Anyway, I&#39;ll, we&#39;ll move on. Let, I think we need to cover a little bit about understanding the web, so I&#39;ll leave it. You Nathan to read this?&lt;/p&gt;
&lt;p&gt;[00:18:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. I&#39;ll just read what&#39;s there and then we&#39;ll hand it back to you. So, here we go. The web was invented initially for scientists, I guess over at CERN is what I&#39;m guessing.&lt;/p&gt;
&lt;p&gt;Yeah. You are thinking there to make information sharing around the world easier. It used simple document tags so everybody could use it. See in commercial opportunities, the brochure website appeared this advanced the web, but brought significant problems such as. Number one, mimicking print layouts involve complex code hacks, which made learning CSS difficult and led to the commercial.&lt;/p&gt;
&lt;p&gt;What is what you get builders, which we were talking about earlier, number two, wizzywig. So what is what you get. Always fail eventually because unlike print, the designer has no control over what the end user sees. It depends on the user&#39;s, device and preferences. That&#39;s such a profound point.&lt;/p&gt;
&lt;p&gt;And number three. This all created a back to front. Understanding the web is not a visual vehicle into which content is added, but a flexible vehicle for content that can be visually enhanced, nicely put. I like that.&lt;/p&gt;
&lt;p&gt;[00:19:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Great. no, I think that&#39;s really, and definitely that&#39;s the way I see it because you started with the brochure site and the only thing that people are concerned about is how pretty it looks.&lt;/p&gt;
&lt;p&gt;And then you end up, and we&#39;ve just got so used to that and it&#39;s taken me, coming back to HML the second time round and, listening to what people said to realize that, well, everybody already knew that the visual. Website builder never worked in theory right from the beginning, but it has worked for limited time in practice.&lt;/p&gt;
&lt;p&gt;So the first wave of these, things like expression, web and Dreamweaver, they died as soon as devices changed. As soon as we got the mobile web taken off and we got devices there, suddenly the way that you designed around visually around those pages didn&#39;t work for that. But&lt;/p&gt;
&lt;p&gt;[00:20:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right, right.&lt;/p&gt;
&lt;p&gt;[00:20:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; There&#39;s such a delay because, they still made money because the majority of people still.&lt;/p&gt;
&lt;p&gt;Thought that was the tool they would get to make the visual web and would be unaware of the people who were damaged as a result of the way they&#39;re making their websites. So, it took over a decade for these to close their shops. There were still money being made on it, and I think the present ones are having to deal with a similar thing because we now have over 2000 different unique view port sizes to deal with.&lt;/p&gt;
&lt;p&gt;Yeah. All new&lt;/p&gt;
&lt;p&gt;[00:20:37] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; nty, that&#39;s a naughty. Statistic.&lt;/p&gt;
&lt;p&gt;[00:20:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I know. It&#39;s it&#39;s incredible. We&#39;ve got so many different devices and so many new user preferences. We&#39;ve got black and white screens and all this. So hence, I think people in the industry are realizing, you&#39;ll see a lot of the builders are now pivoting towards, code &#39;cause a lot more other long term no coders have realized that they need to learn some codes, so there&#39;s more of that or AI or both of these.&lt;/p&gt;
&lt;p&gt;But I suspect it&#39;s a little bit like the gold rush where more people sold. Solve the shovels at the end of the gold run when there&#39;s nothing to get that we&#39;re, we&#39;re peak. This is the way markets go. We&#39;re peaking. So all these planned where we think that builders are going to be in the future, how they&#39;re going to take over is based on the projection and the peak we&#39;re on at the moment.&lt;/p&gt;
&lt;p&gt;I think things will have to turn around, but rather than blame the builders, I think we, we have to look at it. Realistically and say that the real problem is the HTML and CSS, that it, even though it was given to us for free, for us all to be able to use it, didn&#39;t meet our expectations, at least as sighted people who are what we wanted from the web and as an open language, that only progressed.&lt;/p&gt;
&lt;p&gt;Based on the cooperation of everybody in the industry and big players in that other browsers and those browsers at war with each other, it was slow to adapt. And I think why we&#39;ve seen a sudden change and why really this show has been created because of the fact this change is the fact that we now have browser interoperability agreement between the major browsers that they&#39;re going to work together on this.&lt;/p&gt;
&lt;p&gt;And as a result, since about. 2018 HTML and CSS has advanced more in a few years than it has in all the previous dec decades. Yeah. So, yeah, so I think, the real point of that one is if we want resilient sites now we really need to start to turn around that original mistake we made of seeing things as visual rather than something that&#39;s content that we can make visual.&lt;/p&gt;
&lt;p&gt;we&#39;ll need to start putting HTML content first in it. I&#39;ve got&lt;/p&gt;
&lt;p&gt;[00:22:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; you have indeed. So this one labeled HTML first, which is obviously what you were building up to. Nice segue. three bullet points here. HTML is a website, structural foundations. I hope that you knew that, dear listener or watch. if you didn&#39;t, there&#39;s a lot of Googling to do, around the letters HTML go and have a fun time with that.&lt;/p&gt;
&lt;p&gt;it defines content and allows it to be shared and understood by people with disabilities as well as machines for search engines, it&#39;s simple, yet over 90%. Of websites do not use it correctly. And I would go back to your point earlier, David, when you said, maybe a fourth bullet point here is it&#39;s totally free.&lt;/p&gt;
&lt;p&gt;Yeah. It&#39;s just completely and utterly free available to everybody. You just need to learn it. yes. Bits of it. So over to you.&lt;/p&gt;
&lt;p&gt;[00:23:36] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I know. Well, the name doesn&#39;t help, does it? Hyper architectural markup language doesn&#39;t.&lt;/p&gt;
&lt;p&gt;[00:23:40] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No, not really. I never thought about that. That&#39;s true. It&#39;s a rubbish name isn&#39;t It?&lt;/p&gt;
&lt;p&gt;Ought to be given some sort of, slightly more, I don&#39;t know, user pronounceable, less intimidating name. Simon.&lt;/p&gt;
&lt;p&gt;[00:23:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; like that. Well, actually, yeah, his. His products actually since the thing that, Tim Burnes Lee&#39;s been working on. I&#39;ve gotten friendlier names, but, but I, like what, Bruce Lawson calls it.&lt;/p&gt;
&lt;p&gt;He is one of the, early people, web standards and he calls it How To Make Loveliness.&lt;/p&gt;
&lt;p&gt;[00:24:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, that&#39;s nice. Yeah, I love it. I love that. I love it. Okay. Right. Anyway, we wound you up. No go.&lt;/p&gt;
&lt;p&gt;[00:24:24] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, there&#39;s a few, there&#39;s lots of statistics out there, but Web Aim does a yearly look at the, I think, top million websites.&lt;/p&gt;
&lt;p&gt;So in. 2025. This is relating to the last point about over 90% of sites are not using HTML correctly. They&#39;ve got it as 92.8% of websites still use non semantic div based layout. So basically it&#39;s HT ML, which isn&#39;t making sense of the content, but it&#39;s there for styling and they also. Come up with a figure that 73% of accessibility issues could have been resolved with proper HTML markup language.&lt;/p&gt;
&lt;p&gt;Now, this is so simple stuff, but the problem is we&#39;ve been focused so much on the visuals that CMSs and builders are really where the problems found, because that&#39;s where everybody&#39;s concentrating on the visuals and not what the content is and how it&#39;s marked up on there. Yeah.&lt;/p&gt;
&lt;p&gt;[00:25:19] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Can, you remember 15 years ago or something, you would go to websites and the whole point.&lt;/p&gt;
&lt;p&gt;Of the markup was about getting the pixels to go in the places like, you&#39;d wrap everything. You&#39;d put a div round a div, and then a span here and a bit of, CSS there, and there was no consideration whatsoever to the content. It was purely about making it look nice that was like the whole point of HTML was how it looked.&lt;/p&gt;
&lt;p&gt;And, and we forget that literally isn&#39;t the point.&lt;/p&gt;
&lt;p&gt;[00:25:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah. And, really it&#39;s so simple. If we get h tml right, then we are largely getting accessibility for free. We get better. SEO, we get performance all around. That&#39;s better. And actually it makes it easier to make sites attractive as well if you use the right markup.&lt;/p&gt;
&lt;p&gt;It actually, so in future episodes, we will, we&#39;re, gonna go step by step with the process of creating some different types of small business sites. So we&#39;re gonna. Keep going through this sort of process, but here, just to give an example here, obviously this is mostly audio, so we can&#39;t cover too much.&lt;/p&gt;
&lt;p&gt;We&#39;re just gonna start with a simple example of a minimal viable product website. So again, I&#39;ve got a slider for you.&lt;/p&gt;
&lt;p&gt;[00:26:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, here he is. Meet John Brown. No, it doesn&#39;t even say that. It says Meet Paul Brown, so I can&#39;t read. so there he is. He is a plumber in Lincolnshire by the looks of it. He&#39;s a, chap that needs a website.&lt;/p&gt;
&lt;p&gt;So here&#39;s our sort of MVP, the, let&#39;s set the stage for what&#39;s gonna happen here. So Paul Brown Paul, who is a plumber. Is one of the 25% of small businesses who do not have a website already. So he&#39;s, primed. He is ready to go. He wants to be on the web. He&#39;s got a business. He contacted a professional, some professional developers, but they were too expensive, so he decided I&#39;m gonna try a DIY builder.&lt;/p&gt;
&lt;p&gt;But that was all very confusing. bear in mind, he&#39;s busy, he is got other things to do and his skillset is not necessarily being online. He wants to do plumbing for people. So a friend reminded him that a webpage is only a document of content. Start there. So he looked at the competition.&lt;/p&gt;
&lt;p&gt;Most sites were overwhelming in their animation, stock images, and sales brag. I dunno if you wanna say anything before we move on.&lt;/p&gt;
&lt;p&gt;[00:27:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, I&#39;ll move on to talk about what you did. Yeah,&lt;/p&gt;
&lt;p&gt;[00:27:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. So I&#39;ll, shall I just read these out quickly? Yeah,&lt;/p&gt;
&lt;p&gt;[00:27:44] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah, please.&lt;/p&gt;
&lt;p&gt;[00:27:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; so he decided that his authenticity was his main selling point.&lt;/p&gt;
&lt;p&gt;So we&#39;re stepping away from the markup and the HTML. He&#39;s just trying to figure out what it is that he wants to do. By the way, that is the point of it, isn&#39;t it? It is that when you, want a plumber, you don&#39;t want a plumber&#39;s website. You actually want some person who&#39;s gonna show up who is actually credible and who knows how to fix leaks and put pipes into, plumb toilets in and basins and bars.&lt;/p&gt;
&lt;p&gt;That&#39;s what you want. so he looked up the basics of web. Writing web copy. Got a few photos of him working and created a Google doc. He next found free resources on how to turn this into HTML, which he did with the vs coded editor. Should that say code? But let&#39;s go with code. Is it vs. Coded?&lt;/p&gt;
&lt;p&gt;[00:28:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; well I tell you, I swapped that one because I&#39;ve studied you vs.&lt;/p&gt;
&lt;p&gt;Coia, which is vs code without Microsoft being involved, so.&lt;/p&gt;
&lt;p&gt;[00:28:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, interesting. Okay, well let&#39;s go with that then. vs. Coia editor. And with a few lines of added CSS, this was presentable, not well branded.&lt;/p&gt;
&lt;p&gt;[00:28:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; another slide.&lt;/p&gt;
&lt;p&gt;[00:28:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay, here we go. Paul created a logo using free, a free Canva account. He&#39;s doing all right, isn&#39;t he?&lt;/p&gt;
&lt;p&gt;Considering how Yeah. How busy he is. for now, a one-page site is enough to establish his presence. He knows he can get a, some free hosting and upload his HTML to GitHub where he can edit his site and collaborate should he need a professional knowing his HTML is semantic, he gets an LLM to add CSS.&lt;/p&gt;
&lt;p&gt;Knowing AI is not intelligent. I&#39;m just gonna repeat that. Knowing AI is not intelligent, he asks the CSS coder to check it and he goes live. He&#39;s doing very well, all the while on the picture. Still busy underneath the basin. Right over to you. I guess we&#39;ve got three things here. Website, URL, GitHub, repository, and Google Docs.&lt;/p&gt;
&lt;p&gt;I&#39;m guessing they&#39;re the three things that he really needed to get himself up.&lt;/p&gt;
&lt;p&gt;[00:29:42] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, and I think we&#39;ll just need to pause and we&#39;ll bring up my screen, so we&#39;ll look at his work. So we just pause a second.&lt;/p&gt;
&lt;p&gt;[00:29:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I&#39;ll pause it back in a sec.&lt;/p&gt;
&lt;p&gt;[00:29:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, so here is Paul&#39;s site. It&#39;s not gonna win any awards, but, as a sort of a job he could do himself.&lt;/p&gt;
&lt;p&gt;It&#39;s there, it covers all of the main things he&#39;s. Main, call to action is over here. So what he did initially was that he got some web copy tips, which was right for scanners, not readers, focused on the benefits. go for clear rather than clever, no fancy words. Try and build some trust on it.&lt;/p&gt;
&lt;p&gt;One action per page and consider some of the keywords, but don&#39;t stuff it. So that&#39;s basically the advice he got. And then all he did was get a few of his photos that he could add here. And followed that started with the most important stuff on the top and. Pretty simple and then he could turn that into H TM L.&lt;/p&gt;
&lt;p&gt;Now there are various courses and I&#39;ve put them, actually, lemme just go over to here where he&#39;s got them on GitHub, I&#39;ve put them over here. Couple of resources for anybody wants to do that. It&#39;s a great four hour video, which really goes into everything about HML. Probably you could do two hours of this.&lt;/p&gt;
&lt;p&gt;And one hour in fact of this. And you could probably know all that Paul needed to know. and there&#39;s HTML for the people, but anyone can do that. And this is on, that&#39;s such a great name for a resource, isn&#39;t it? HTML for the people. I love that. I know. It. It, and it&#39;s. It really is about what this is about as well.&lt;/p&gt;
&lt;p&gt;trying to get people to reclaim it and use it as a, tool that they can use to, enhance their own lives as Paul is doing over here. what else do I want to mention? So I mentioned that I should mention the, particularly as the last episode we were talking about vibe coding and the use of ai.&lt;/p&gt;
&lt;p&gt;So this was AI did it, he did the, the. Code, and let me just show you that first. Actually, if I go in here, okay, you can actually, because he&#39;s uploaded it to GitHub, and GitLab is an alternative to this, which I&#39;ll probably be using more often. And if you go in here, so Paul could work this way, create his H TM L, upload it to here, and then collaborate with anybody when he needs a professional.&lt;/p&gt;
&lt;p&gt;So if you need somebody to do the coding rather than. Relying on AI to give him some CSS help. He could do that. And it&#39;s quite simple &#39;cause once you&#39;ve done it here, you&#39;ve also got an online editor. So effectively it&#39;s like having your own little, CMS really. So if I just go into here. I can just quickly show you that the code is simple.&lt;/p&gt;
&lt;p&gt;Now there is literally about as simple as you can get with this. There are no CSS classes in this HTML. Let&#39;s just see if I can, there, it&#39;s coming up there. oh. Everything&#39;s collapsed here, so that&#39;s okay. Only really? Yeah. So what is missing? When we were talking about, what we are saying is that very few people are using the proper.&lt;/p&gt;
&lt;p&gt;Tags to mark things up. And you&#39;ve got, you put, obviously you need a body else, nothing shows up, but you use these headers for the header area. They&#39;re the main area and then different sections, he&#39;s got over that in his, and then the main and then the footer. simply having these basic things is enough.&lt;/p&gt;
&lt;p&gt;And when you use something like VS Code or vs. Codem, which are the same thing, it&#39;s pretty easy to write. So when you want to write anything, you&#39;ll write in a paragraph. You put P here. You just tap here, it gives you the tabs you write in there. So anything like this was pretty easy for anyone, I think, to understand.&lt;/p&gt;
&lt;p&gt;there are a few more things about how to add in images, but again, you get guided with something like this. You&#39;ve typed image, it starts to give you the code. Yeah. When it&#39;s so uncluttered like that. When it&#39;s just so bare bones, it&#39;s so, yeah. it&#39;s, to call it human readable is a bit of a stretch.&lt;/p&gt;
&lt;p&gt;[00:33:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I&#39;m sure that for some people, e even that is too much. But I would imagine somebody with a, with an hour of application, most people, many people would be able to just look at that and say, okay, I get how this has worked. I get how the nesting affects things. I get that if you put things inside of other things, that has an impact on where they will be viewed and so on.&lt;/p&gt;
&lt;p&gt;It. Yeah, really nice and simple. And I think actually, when you think how difficult it can be to learn a page builder and a UI to get to HTML to change, if Paul had just got somebody to write his HT ML phone and he kept it simple like this with, that wouldn&#39;t work if you wanted.&lt;/p&gt;
&lt;p&gt;[00:34:16] &lt;strong&gt;David Waumsley:&lt;/strong&gt; To rely on a framework like Tailwind or something, which crams the HTML full of all sorts of instructions, how to, lay out the CSS. But if you keep it here, there&#39;s no classes in this, at all. So you can read it. So I think anybody could go into the section that they needed and go, oh, that&#39;s a paragraph.&lt;/p&gt;
&lt;p&gt;I want to change the text here, or I want to add. So again, so if he wanted on his design here to add in this new little, details and summary thing, &#39;cause he&#39;s got something else he wants to add to it. Well, it wouldn&#39;t be too much hard work for Paul to come in and go down to his details and just take this and copy it.&lt;/p&gt;
&lt;p&gt;Create a new one. Yeah. And then change it. So I think it&#39;s as simple as a page build out when you keep it like that. So that&#39;s really what I wanted to show on this. is there anything else? Oh, I&#39;ll just show you just for interest, I think on this. So. I&#39;m not a big fan of AI being used anyway, but it&#39;s a tool that can be quite helpful if there&#39;s expertise behind it.&lt;/p&gt;
&lt;p&gt;And obviously Paul doesn&#39;t have that with it. So I think if you got something AI generated this, you would definitely need to get it checked out. But I did do, and I&#39;ll just go onto inspect so you can see them quickly. There are in here, but just go to the head. There are a few other styles. So something you might do if you did a HT ML course anyway.&lt;/p&gt;
&lt;p&gt;Oops. Let&#39;s just click in this so I can get to this. If I just go and. Change this to style here. you might get told this is just a few lines of CSS just to center this and give it a background. That&#39;s what you get with Hasty Mel on its own with really very little styling. Yeah. Yep. What I did, so anybody could probably create something like that.&lt;/p&gt;
&lt;p&gt;I did get, various ais to do different versions of it. So another one, which is okay, wouldn&#39;t have said keep it simple. Is this one. Which just basically made it look a little bit like a website over here. Pretty much the same thing. Okay. That&#39;s, and then I said, yeah. I said, why not do something a bit crazier?&lt;/p&gt;
&lt;p&gt;So I said, okay, give us a brutalist look of modern brutalist look. And, if I can get this to change. I was gonna say, can you, all you can&#39;t do is get your mouse in there. Here&#39;s the car. Yeah, there you go. It. If I go to three, we will see We&#39;ve got, oh, now actually, sorry. You&#39;ll see this is buggered up and, sorry, I&#39;ll put it on dark mode here, which I wouldn&#39;t normally be in.&lt;/p&gt;
&lt;p&gt;It looks fine like this and quite interesting what it came up with. But here&#39;s, I put this in and I didn&#39;t change it on purpose, just to show you that if somebody came in dark mode, this is what it gave us. You wouldn&#39;t be able to see. Yes, I saw that there was, there was, you can&#39;t the text. The text, wasn&#39;t it?&lt;/p&gt;
&lt;p&gt;[00:36:55] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. There you go. Yeah, so ai, is not something you would want to trust. And I did one final one, if I can just get to it here, which is not very interesting, but I&#39;ll show it anyway. there we are. Just one. I said give us a sort of. Old fashioned newspaper. Newspaper, yeah. Newspaper feel, that&#39;s right.&lt;/p&gt;
&lt;p&gt;Yeah. Yeah. So he did that. So, but, the ones that was there, but they will AI on this one generated and needed. So if Paul went to and had to pay somebody, they would probably only charge an hour of their time if that, to be able to correct something. Very simple because it works in this case, rather than vibe coding.&lt;/p&gt;
&lt;p&gt;[00:37:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; &#39;cause usually vibe coding, what you&#39;re doing is you&#39;re losing control of the HTML. You&#39;re saying Create me this whole thing and it will not give you some anti HTML by default. It will give you a sort of bunch of styling with divs and it&#39;ll probably use something like Tailwind. Whereas if you&#39;ve got the HTML set up and it&#39;s meaningful, everything&#39;s put into.&lt;/p&gt;
&lt;p&gt;Has a meaning to it. This is the head of stuff. This has got a proper meaning actually with the content. It gives it quite a good cue. good idea what to do. Yes. Anyway, I think that&#39;s probably all wanted to show. It was just to show that you could make a fairly simple one page, which I think. Given what given.&lt;/p&gt;
&lt;p&gt;I actually looked at Paul&#39;s competition would be around and I wasn&#39;t, inflating it. When I say most of the sites that you&#39;d be competing against are just a blur of animations and boxes all over screaming for your attention, salesy nonsense. I think I&#39;d probably go with this simple site to pull over any of those.&lt;/p&gt;
&lt;p&gt;[00:38:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So he is got a fighting chance right out of the gate just by doing it, making it simple. Isn&#39;t that interesting? Yes. For a morning of really working out what he wants to say as his message and then turning that into simple HTML and that. Yeah. So yeah, that was it. I think I&#39;m done with this. We&#39;ll go back to our slides, so we&#39;ll need to pause again.&lt;/p&gt;
&lt;p&gt;Okay. I&#39;ll pause the video and we will return in a moment. Okay. So here are some learnings that Paul has had, after his experience with HTML. the web is a form of communication, not a fanfare of carousels. Or a game of hide and seek. I like that description. HTML is the easy part. Finding empathy and making the message clear and understandable is the hard part often overlooked.&lt;/p&gt;
&lt;p&gt;That&#39;s interesting. CSS styling can be easy if the HTML is right and the design is simple, but is best overseen by an expert. And finally, here&#39;s the important bit for Paul, at least anyway, he did not need to spend a minimum of $5,000 to get started. Over to you, David.&lt;/p&gt;
&lt;p&gt;[00:39:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I know this is probably what&#39;s prompted this.&lt;/p&gt;
&lt;p&gt;There&#39;s so much in this sort of builder industries about people you know, particularly with the value pricing that you know, they&#39;re not sensible. Don&#39;t need a website unless they can spend all of this good money on the whole thing, but actually just get something help. is the Yeah. The way to go no cheaply.&lt;/p&gt;
&lt;p&gt;[00:39:55] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; but also it&#39;s like such an impediment, maybe if, you&#39;re starting out in business, if Paul has just decided to become a plumber, he doesn&#39;t have 20,000 pounds burning a hole in his pocket, he needs to make the first 20,000 pounds so that he can employ somebody to take over his website if that&#39;s what he wants.&lt;/p&gt;
&lt;p&gt;So, exactly.&lt;/p&gt;
&lt;p&gt;[00:40:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And it&#39;s the minimal viable product. He&#39;s got a very simple one column thing, which says all that. It needs to say probably easier than most of his competitors do, and then he can expand on that. there was a little thing I didn&#39;t mention on it, which I think is the way that perhaps, with the indie web going is that.&lt;/p&gt;
&lt;p&gt;It. He is, he had a little slot where he is doing sort of bathroom redesigns and that which he does with somebody else. And I think there needs to be a lot more of that where people start to promote each other in their own trades, in the same way that I&#39;d expect, if we&#39;re going to compete with things like b bookings.com than hotel, people are gonna have to team up, I think, and promote each other in different places and say, well, they have a good one in a different location that you might wanna check out.&lt;/p&gt;
&lt;p&gt;Yeah. That sort of thing. Yeah. So I think, that&#39;s the way. Future, the future of the web as far as I&#39;m concerned. Anyway, sorry, let me just go back on this. So we&#39;ve really focused on just the technical side, the web bit, the HTML and what you can do with that. Keeping it simple. But there are other aspects of course, and that&#39;s the design thing that we&#39;re talking about, which again.&lt;/p&gt;
&lt;p&gt;Any client has to get involved with, regardless of, the technology that&#39;s used anyway. So we&#39;ll move on to the sort of design bit and,&lt;/p&gt;
&lt;p&gt;[00:41:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; okay. Yeah. So now we&#39;re moving on. I guess we&#39;re approaching the end. So he&#39;s He&#39;s finessing things now, really, isn&#39;t he? So this is more about branding s.&lt;/p&gt;
&lt;p&gt;CO and UX design. So branding, which you&#39;ve put in brackets, is the soul, the emotional, visual, and verbal identity that makes you memorable and fosters trust. I suppose that once, once you&#39;ve actually reached the page, that&#39;s the bit that is gonna convert you into. Into one of Paul&#39;s customers. However, in order to find that page, you need a bit of this, SEO, which is the bridge as you&#39;ve described it.&lt;/p&gt;
&lt;p&gt;Oh, I like these. The process of optimizing your site, so search engines and users can find you easily. And then finally, UX design, which you&#39;ve called the experience well. This is the structure and functionality that makes interacting with your brand easy, enjoyable, and efficient.&lt;/p&gt;
&lt;p&gt;[00:42:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, and I think Paul, he obviously is made up and he&#39;s done it instinctively.&lt;/p&gt;
&lt;p&gt;So he&#39;s recognized that he is the brand and he&#39;s shown a photo of himself right at the front, because guess his competitors, even the ones with the, who are by their name, they are the brand. There&#39;s no photo of them. It&#39;s the first thing they&#39;re gonna want to know. So he knows, he&#39;s kept the, web copy, simple and honest.&lt;/p&gt;
&lt;p&gt;He&#39;s used, SEO friendly semantic, h. TML all the way through that&#39;s gonna help him anyway to be found. Whether it&#39;s with, Google or whether it&#39;s with now ai, both of them want semantic HDML, which is missed by people and he&#39;s put keywords in his titles. His design was kept simple. So there&#39;s none of this kind of fairground antics left to, Move around things to find your content all over the place. And it is designed with the AI still gave him some consistency in color and spacing so it doesn&#39;t jar with people on that. So he&#39;s there. But perhaps a better way to start for him would be to create a sort of comprehensive brand guideline document and.&lt;/p&gt;
&lt;p&gt;this is something I&#39;m gonna stop doing &#39;cause I never did. I used to skip over this and I&#39;ve got another slide. You do? Yeah. Maybe you&#39;ll read out. Yeah. Okay. Maybe you&#39;ll read out the key things in that.&lt;/p&gt;
&lt;p&gt;[00:43:30] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. So, brand guideline again. Yeah, I&#39;m with you. I never did this kind of stuff. I just either adopted what they already had or ignored it altogether.&lt;/p&gt;
&lt;p&gt;So, it&#39;s made up the brand guideline. It may be made up of some of these following things. Brand story and core values, logo guidelines, color palette, typography, imagery, and visuals. Voice and tone, formatting and layout and application examples as well. Okay.&lt;/p&gt;
&lt;p&gt;[00:43:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And I would also into that I would add, some SEO keyword research and competitor analysis.&lt;/p&gt;
&lt;p&gt;So when you&#39;re starting this, so it might be a better way to start. And honestly, I used to skip this, because of the fact that most of the time you&#39;re getting people to sign off on a, if they had no branding at all, you&#39;re getting them to sign off on your website. So you&#39;d create my website. I&#39;ve come to realize this is problematic with, for myself working out that we must start with HDML and we must start using the modern techniques of making the design fit around the content.&lt;/p&gt;
&lt;p&gt;So you, are effectively needing to design a little bit in the way that the browser works rather than in a set rigid image. So what a brand guideline does, I think it&#39;s good for a lot of things because. What it does is, well, it sets out why a website is being built, so most never formalize why they&#39;re in business at all enough to be able to convince other people to buy from them.&lt;/p&gt;
&lt;p&gt;So, so they tend to fall back on cliches, he could have done where family run businesses, blah, blah. Just the same stuff here on every page because they don&#39;t know how to do it. And I think. That&#39;s the bit that I think businesses do. And that&#39;s where I think there&#39;s tensions often when they get designers in.&lt;/p&gt;
&lt;p&gt;&#39;cause it&#39;s very difficult for a designer to do that unless they&#39;ve been able to go through that process. the other thing is, I think this is key for me, still doing the designs, is that it allows you to get the look and feel without setting these absolute. In what your website should look like, so you get the sense of how the brand looks because in making one of these documents and you can borrow them, which already nicely beautiful.&lt;/p&gt;
&lt;p&gt;The. Branded anyway, so you can steal a lot of their stuff, but you get your typography, your colors all in a document anyway, so you get the look and feel of what a website might look like without pinning down that this is the absolute size of the header and this is this box for this bit of text here.&lt;/p&gt;
&lt;p&gt;It gives you that ability to be able to start to style around the content. Rather than the other way round.&lt;/p&gt;
&lt;p&gt;[00:46:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah,&lt;/p&gt;
&lt;p&gt;[00:46:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; which I think is the wrong way round. This is what we need to change now for our whole industry has been based around the idea of, look at our portfolio. We&#39;re gonna make your website that looks like this, sign off on this, and then we have to force the browser to work whatever device is put before it to honor this.&lt;/p&gt;
&lt;p&gt;And that&#39;s what causes much of the problems that we have with the designs not being very good. So, so you do lean into&lt;/p&gt;
&lt;p&gt;[00:46:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; a particular tool to get. Those kind of brand guidelines you are using, I dunno, Canva or something like&lt;/p&gt;
&lt;p&gt;[00:46:32] &lt;strong&gt;David Waumsley:&lt;/strong&gt; that?&lt;/p&gt;
&lt;p&gt;[00:46:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:46:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I think, we&#39;ll do this, we&#39;ll go through these in next episodes and Canva&#39;s the one, I started when we did some earlier ones using Figma, which is more, I guess the professionals use.&lt;/p&gt;
&lt;p&gt;But Canva, if you were trying to encourage people to do it for themselves a little bit or show how they could. Pre prepare, even if they get a professional in later with getting the stuff Canva&#39;s much more friendly because you can do lots of stuff, create your logos there. style your photos and, cut and paste them and that kind of stuff.&lt;/p&gt;
&lt;p&gt;[00:47:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. So, yeah.&lt;/p&gt;
&lt;p&gt;[00:47:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; But yeah, and I honestly, I think this is where we missed that. We know they, we&#39;ve talked about this before about the longstanding issue that we have. If you are a designer with a client where you present something, so that. Meal comic where it shows this process, which is very memorable.&lt;/p&gt;
&lt;p&gt;Where it shows, yeah, the client and the new designer laughing at the old one going, yeah, that&#39;s rubbish. And then he comes and crates and they say, yeah, it&#39;s brilliant, but just one thing, change it, and&lt;/p&gt;
&lt;p&gt;[00:47:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; on&lt;/p&gt;
&lt;p&gt;[00:47:31] &lt;strong&gt;David Waumsley:&lt;/strong&gt; it goes and on it goes until you get the mess. Well, I think if you&#39;ve got this sort of stuff there, everybody then works around a framework.&lt;/p&gt;
&lt;p&gt;It works around a framework of. Gets to your core values, what you&#39;re trying to do, what&#39;s different about you, to your competitors and what reflects it. So at least you&#39;ve got some, it reduces the likelihood of it going awry and everybody hated each other.&lt;/p&gt;
&lt;p&gt;[00:47:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:47:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So,&lt;/p&gt;
&lt;p&gt;[00:47:55] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:47:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So that&#39;s it. So that&#39;s really what we&#39;re going to do next time.&lt;/p&gt;
&lt;p&gt;Shall I just, I think&lt;/p&gt;
&lt;p&gt;[00:47:59] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Final slide. Final slide. Yeah. Okay. So I guess we&#39;re summing it up here. So at the beginning. Trap or trade off, came up. So here&#39;s the, here&#39;s the two different things summed up the trap in all of this, I guess would be, vendor locking. What you&#39;re calling the 90% done problem performance and SEO limitations and hidden long-term costs.&lt;/p&gt;
&lt;p&gt;Do you wanna do, you wanna dig into that a bit first and then I&#39;ll do the trade off bit?&lt;/p&gt;
&lt;p&gt;[00:48:25] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, sorry. obviously the vendor lock-in is what I started with the 90% done problem. You still see people talking about that often with the AI now about the fact that it gets you 90% there and then it&#39;s such a nightmare.&lt;/p&gt;
&lt;p&gt;Getting&lt;/p&gt;
&lt;p&gt;[00:48:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; the&lt;/p&gt;
&lt;p&gt;[00:48:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; final 10% The system Yeah. That it takes more than final&lt;/p&gt;
&lt;p&gt;[00:48:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; 10% is actually the 90%. Yeah,&lt;/p&gt;
&lt;p&gt;[00:48:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; exactly. Exactly that. And obviously we know about the performance in SEO limitations that come with anything else that&#39;s third party on there that&#39;s not custom and the hidden costs. And the next things are what are commonly the trade offs.&lt;/p&gt;
&lt;p&gt;So do you wanna read those? Yeah. Okay. So,&lt;/p&gt;
&lt;p&gt;[00:48:58] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; speed and time to market. MVP, minimal, minimum viable product budget and resource constraints and standardized use cases. So for example, templates. So over to you.&lt;/p&gt;
&lt;p&gt;[00:49:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, so people say, it&#39;s fine because if I need speed, I need it to market quick.&lt;/p&gt;
&lt;p&gt;If I need just something that is a minimal viable product, then you know, it&#39;s okay. A builder again, if the budgets are low, this is good. And, if you&#39;ve got standardized use case, maybe. In most cases, if you were running a shop, they have a similar format, a template where you might just borrow one of those and that&#39;s fine.&lt;/p&gt;
&lt;p&gt;But when it comes to talking a real message, I think it&#39;s a bit different. But what I would argue, or what I hope I&#39;ve shown partly through this, is that most of the things that we now accept as trade offs are largely illusional when it comes to the simple sort of small business side, which is powered by HD and CSS.&lt;/p&gt;
&lt;p&gt;It&#39;s no. It&#39;s no quicker to use a builder. I&#39;d say slower now. the way that CSS and HTML got a lot easier, to, so the builder&#39;s not saving you, I don&#39;t think on anything. Time to market.&lt;/p&gt;
&lt;p&gt;[00:50:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:50:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; A minimal viable product. We&#39;ve just shown one. So you could probably do that without having to have a builder, and the budgets are not there.&lt;/p&gt;
&lt;p&gt;Really, I think overall, given that many people who are selling you a website. Using a builder, a non code builder are going to charge you probably the same as a coder would to come in. I don&#39;t see there&#39;s a saving there and standardized use cases, unless you ask something like e-commerce, if you really want to get over your personality, you want to design that for yourself.&lt;/p&gt;
&lt;p&gt;It&#39;s gotta be your words and what you think is most important showing and that needs to be semantic there. So, so what I&#39;ve argued is that basically most of the trade offs that we accept for simple sites are really ought to go into the trap. Category, really. There&#39;s&lt;/p&gt;
&lt;p&gt;[00:50:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay.&lt;/p&gt;
&lt;p&gt;[00:50:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Unless you need to. Yeah. there&#39;s no reason.&lt;/p&gt;
&lt;p&gt;No, I think that was,&lt;/p&gt;
&lt;p&gt;[00:50:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. Sorry. Go on.&lt;/p&gt;
&lt;p&gt;[00:50:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; no. That was it. I, it was just really, it&#39;s just about not getting more than you need following that rule of lease power. If you can start simply with HML, do that, and then you could always upgrade. It&#39;s difficult to downgrade.&lt;/p&gt;
&lt;p&gt;[00:51:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, that&#39;s right. I think you&#39;ve made a fairly compelling case.&lt;/p&gt;
&lt;p&gt;Obviously, we laid out the case of all the things that you really need to do, and in many cases they are very limited. What you actually need to do is, very small amounts of things. It doesn&#39;t need to have whizzbang, this, that, and the other thing, just something like, like the website that we saw there for the plumber, whose name I&#39;ve already forgotten.&lt;/p&gt;
&lt;p&gt;Was it Paul Forgotten? It was Paul&lt;/p&gt;
&lt;p&gt;[00:51:33] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Brown.&lt;/p&gt;
&lt;p&gt;[00:51:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, they go Paul Brown. that&#39;s all that person probably needs. you can take them on a journey after that, after they&#39;ve got their first few clients through the door. And, so yeah, I think you&#39;ve made a fairly compelling case for that, David.&lt;/p&gt;
&lt;p&gt;[00:51:48] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. Thank you. And, I think, you know what? What we&#39;ve done and we all fall for it. we see, builders, produce lots of really wizzy stuff that looks great and you think, ah, that&#39;s gonna show me off so much. But it really, most of the time, it just gets in the way of the user who needs the information and it causes them problems.&lt;/p&gt;
&lt;p&gt;But there&#39;s also one other point I think when it comes to local businesses, if you are one of them. Why not just give your business to another local, somebody who works with HDML and CSS? &#39;cause I&#39;m sure the tech billionaires in Silicon Valley are not going to starve without your data and money, so,&lt;/p&gt;
&lt;p&gt;[00:52:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; good point.&lt;/p&gt;
&lt;p&gt;Good point. also just leading into what you just said, when was the last time you hired somebody Because they had a flashy website, and the answer is literally never. It&#39;s because. The, what they say speaks to you. Yeah. It&#39;s not because there&#39;s an animation. The animation never sold anything to anybody.&lt;/p&gt;
&lt;p&gt;Never. So, keep it simple. Stupid. Yeah. As they say.&lt;/p&gt;
&lt;p&gt;[00:52:50] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, exactly. So next time I think, we&#39;ll just do some hands-on. It&#39;ll probably be over. We&#39;ll take one site, maybe we&#39;ll take pause and turn him into a bigger site with a new design and we&#39;ll go through this hole.&lt;/p&gt;
&lt;p&gt;Branding exercise, which is quite new to me, and we&#39;ll see how that works out. we might have to do it as a visual only, because I dunno if it&#39;ll work on audio, but I think that&#39;s what we&#39;ll do next time.&lt;/p&gt;
&lt;p&gt;[00:53:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; All I can say is I hope Paul&#39;s paying you $20,000 for this. David, he&#39;s getting a lot of, he&#39;s getting a lot of free work and you&#39;re giving him a lot of value.&lt;/p&gt;
&lt;p&gt;So value pricing, no, that&#39;s the antithesis of what we&#39;re talking about. So I guess. I&#39;ll stop sharing the screen unless you&#39;ve got one more slide. I see there is one more slide. No, but we probably,&lt;/p&gt;
&lt;p&gt;[00:53:33] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah, that&#39;s, no, that&#39;s just a print out for our thumbnail.&lt;/p&gt;
&lt;p&gt;[00:53:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. Ideal. In which case you&#39;ll see the last slide in just, well at the beginning of this video on the thumbnail.&lt;/p&gt;
&lt;p&gt;Yeah. we will see you back here soon when no doubt Paul, the plumber will receive some kind of update to the website that they&#39;ve already got. Okay, David, nice to see&lt;/p&gt;
&lt;p&gt;[00:53:52] &lt;strong&gt;David Waumsley:&lt;/strong&gt; you. Thanks very much. Yeah, you too. See&lt;/p&gt;
&lt;p&gt;[00:53:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; you soon.&lt;/p&gt;
&lt;p&gt;[00:53:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Bye. Bye everyone.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Enshittification: Why We Need Independent Websites</title>
    <link href="https://noscript.show/27/" />
    <updated>2026-01-07T00:00:00Z</updated>
    <id>https://noscript.show/27/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&#39;s the presentation slides. Below is the text version with notes not included on the slides.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/Enshittification.pdf&quot; title=&quot;Episode slides&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Borrowed from Cory Doctorow’s 2025 book “Enshittification: Why Everything Suddenly Got Worse and What to Do About It”.&lt;/li&gt;
&lt;li&gt;2025 marked a shift from seeing the internet as empowering to seeing it as unhealthy.&lt;/li&gt;
&lt;li&gt;Australia banned social media for under 16-year-olds.&lt;/li&gt;
&lt;li&gt;“Slop” became Merriam-Webster’s Word of the Year, referring to low-quality AI-generated content.&lt;/li&gt;
&lt;li&gt;Trust in digital services declined, AI faced backlash, and concerns about mental health and the internet grew.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;the-current-state-of-web-development&quot;&gt;The Current State of Web Development&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Most website creators have been doing it for less than 6 years.&lt;/li&gt;
&lt;li&gt;Many learned via commercial platforms rather than through the W3C.&lt;/li&gt;
&lt;li&gt;“Vibe coding” got most of the attention.&lt;/li&gt;
&lt;li&gt;This seems magical, but controlled by wealthy techno‑optimists.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;critical-voices&quot;&gt;Critical Voices&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ed Zitron’s podcast and newsletter: https://www.betteroffline.com&lt;/li&gt;
&lt;li&gt;Carl Brown’s YouTube channel: https://www.youtube.com/@InternetOfBugs&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;key-authors-and-perspectives&quot;&gt;Key Authors and Perspectives&lt;/h2&gt;
&lt;h3 id=&quot;cory-doctorow-enshittification&quot;&gt;Cory Doctorow – “Enshittification”&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Canadian‑British author and journalist.&lt;/li&gt;
&lt;li&gt;Has spent 25 years advocating for digital rights, copyright reform, and technology policy.&lt;/li&gt;
&lt;li&gt;“Enshittification” was Macquarie Dictionary’s Word of the Year for 2024.&lt;/li&gt;
&lt;li&gt;Book published in late 2025.&lt;/li&gt;
&lt;li&gt;Not anti‑AI; argues AI should be “socialised” like the web.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;karen-hao-empire-of-ai-dreams-and-nightmares-in-sam-altman-s-openai&quot;&gt;Karen Hao – “Empire of AI: Dreams and Nightmares in Sam Altman’s OpenAI”&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Book published in May 2025.&lt;/li&gt;
&lt;li&gt;Former Chinese tech reporter for The Wall Street Journal and senior AI editor at MIT Technology Review.&lt;/li&gt;
&lt;li&gt;Previously an application engineer at a Google X spin‑off.&lt;/li&gt;
&lt;li&gt;Shows how fragile AI and its key players are and the quasi‑religious fervour around AI.&lt;/li&gt;
&lt;li&gt;Argues ChatGPT was OpenAI’s last hope after past failures.&lt;/li&gt;
&lt;li&gt;Focuses on human and environmental costs of surveillance capitalism.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;yanis-varoufakis-technofeudalism&quot;&gt;Yanis Varoufakis – “Technofeudalism”&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Greek economist, politician and UK professor.&lt;/li&gt;
&lt;li&gt;Book published in 2023.&lt;/li&gt;
&lt;li&gt;Argues that “Cloud Capital” owned by platforms like Google, Meta and Amazon turned people into “cloud serfs”.&lt;/li&gt;
&lt;li&gt;People effectively volunteered to become renters.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;ed-zitron-tech-commentator&quot;&gt;Ed Zitron – Tech Commentator&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;British tech commentator.&lt;/li&gt;
&lt;li&gt;Critic of “growth‑at‑all‑costs” culture in tech.&lt;/li&gt;
&lt;li&gt;Highlights its high cost and limited real‑world problem solving.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;carl-brown-software-engineer&quot;&gt;Carl Brown – Software Engineer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Software engineer with about 35 years of experience.&lt;/li&gt;
&lt;li&gt;Critical of AI in software development.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;tim-berners-lee-this-is-for-everyone&quot;&gt;Tim Berners‑Lee – “This Is for Everyone”&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Book published in September 2025.&lt;/li&gt;
&lt;li&gt;Explains how the web was created on top of others’ work.&lt;/li&gt;
&lt;li&gt;Describes the struggle to keep the web in public ownership.&lt;/li&gt;
&lt;li&gt;Critical of unregulated algorithmic control.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;three-stages-of-enshittification&quot;&gt;Three Stages of Enshittification&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Lure Users&lt;/strong&gt;: Offer a valuable service, often at a loss, to attract a large user base.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Lure Business&lt;/strong&gt;:Shift value away from users toward business customers (advertisers, publishers) to monetise.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Extract Everything&lt;/strong&gt;: Once businesses are dependent, extract value from both users and businesses and raise fees and degrade service.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&quot;financial-dynamics&quot;&gt;Financial Dynamics&lt;/h3&gt;
&lt;p&gt;Stage 3 benefits shareholders and investors short‑term, but Stock buybacks are used to inflate perceived value while effectively looting the company.&lt;/p&gt;
&lt;p&gt;Ed Zitron’s “Enshittifinancial Crisis” discusses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Changing depreciation values of GPU stocks.&lt;/li&gt;
&lt;li&gt;Valuations based on intent rather than contracts.&lt;/li&gt;
&lt;li&gt;Misleading narratives about AI‑driven layoffs.&lt;/li&gt;
&lt;li&gt;Circular investments (e.g., Oracle, Nvidia, OpenAI).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Doctorow and Zitron don&#39;t see how OpenAI cab survive. No government could bail out the trillions needed even if profitability were possible.&lt;/p&gt;
&lt;h2 id=&quot;three-examples&quot;&gt;Three Examples&lt;/h2&gt;
&lt;h3 id=&quot;facebook&quot;&gt;Facebook&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Attracted users with privacy and friend‑centric feeds.&lt;/li&gt;
&lt;li&gt;Shifted focus to publishers.&lt;/li&gt;
&lt;li&gt;Now prioritises boosted posts over organic content.&lt;/li&gt;
&lt;li&gt;Procter &amp;amp; Gamble cut a $200 million/year Facebook ad budget and saw no loss in sales.&lt;/li&gt;
&lt;li&gt;Early on, Facebook warned MySpace users about Rupert Murdoch’s ownership while later becoming a similar surveillance platform.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;amazon&quot;&gt;Amazon&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Initially subsidised goods and shipping.&lt;/li&gt;
&lt;li&gt;Search results now dominated by “pay‑to‑play” ads.&lt;/li&gt;
&lt;li&gt;Seller fees can exceed 45% of the sale price.&lt;/li&gt;
&lt;li&gt;Sellers are contractually prevented from offering lower prices elsewhere, so users ultimately pay the platform’s margin.&lt;/li&gt;
&lt;li&gt;The Diapers.com acquisition signalled that competitors would be undercut until they sold.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;google-search&quot;&gt;Google Search&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Was known for highly relevant results.&lt;/li&gt;
&lt;li&gt;Results worsened to increase search time and show more ads.&lt;/li&gt;
&lt;li&gt;Alternative engines like Kagi show what Google’s data can do without ad‑driven friction.&lt;/li&gt;
&lt;li&gt;Google originally supported free academic thought.&lt;/li&gt;
&lt;li&gt;With AI, scientific constraints began to conflict with fundraising goals.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;the-enshittiverse&quot;&gt;The Enshittiverse&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Removes interoperability.&lt;/li&gt;
&lt;li&gt;Weakens antitrust.&lt;/li&gt;
&lt;li&gt;Reduces worker power.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;removing-interoperability&quot;&gt;Removing Interoperability&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Locks in user data, especially on social media.&lt;/li&gt;
&lt;li&gt;Prevents tampering with devices and buying supplies on the open market (e.g., printer ink).&lt;/li&gt;
&lt;li&gt;Uses DMCA Section 1201, which criminalises bypassing digital locks.&lt;/li&gt;
&lt;li&gt;Smart TVs are often sold at a loss and monetised via surveillance.&lt;/li&gt;
&lt;li&gt;Companies prefer apps to websites because apps can more easily bypass privacy regulations like GDPR.&lt;/li&gt;
&lt;li&gt;Uber can: Charge higher prices if a customer’s battery is low. Lower driver pay if they accept rides “too quickly” too often.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;weakening-antitrust&quot;&gt;Weakening Antitrust&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Antitrust enforcement weakened since Nixon, with some tightening under Biden.&lt;/li&gt;
&lt;li&gt;Many of Google’s innovations were acquired rather than built in‑house.&lt;/li&gt;
&lt;li&gt;Marc Andreessen is a prominent techno‑optimist and influential conduit between Silicon Valley and political power.&lt;/li&gt;
&lt;li&gt;Trump has proposed a 10‑year ban on state and local AI regulations.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;reducing-worker-power&quot;&gt;Reducing Worker Power&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Apple’s use of Foxconn includes stories of suicide nets to prevent worker deaths.&lt;/li&gt;
&lt;li&gt;Journalist Oobah Butler exposed Amazon drivers resorting to urinating in bottles due to relentless schedules, then selling “driver urine” on Amazon as a prank.&lt;/li&gt;
&lt;li&gt;Companies deploy extensive tactics to discourage unionisation.&lt;/li&gt;
&lt;li&gt;Karen Hao documents how AI depends on low‑wage, hidden labour. For example, Kenyan contractors for OpenAI moderating violent and sexual content developed PTSD.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;the-vibe-coding-hype-of-2025&quot;&gt;The Vibe Coding Hype of 2025&lt;/h2&gt;
&lt;h3 id=&quot;timeline&quot;&gt;Timeline&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;February&lt;/strong&gt;: Andrej Karpathy coins “vibe coding” in a viral X post.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;March&lt;/strong&gt;: Merriam‑Webster adds the term as a “slang &amp;amp; trending” entry.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;July&lt;/strong&gt;: Y Combinator notes 25% of its Winter batch companies use codebases that are 95% AI‑generated.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;September&lt;/strong&gt;: Major tech outlets report a “vibe coding hangover” as senior engineers struggle with brittle codebases.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;tools-and-business-model&quot;&gt;Tools and Business Model&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Tools: Cursor Composer, Replit Agent, Lovable, Bolt and others.&lt;/li&gt;
&lt;li&gt;Many have strong revenues, but only Replit shows a profit.&lt;/li&gt;
&lt;li&gt;All pay significant fees to foundational providers (Google, NVIDIA, OpenAI), while competing with those providers’ own coding tools.&lt;/li&gt;
&lt;li&gt;Raises the question of whether these companies can escape their own version of enshittification or whether they are “techno‑serfs”.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;technical-reality&quot;&gt;Technical Reality&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Experienced developers note that about 80% of development is problem‑solving, not typing code.&lt;/li&gt;
&lt;li&gt;LLMs operate on probability; each prompt is akin to pulling a slot machine lever.&lt;/li&gt;
&lt;li&gt;This makes iterative, agile development hard when the system re‑writes large portions of code each time.&lt;/li&gt;
&lt;li&gt;Version control becomes difficult when outputs are non‑deterministic.&lt;/li&gt;
&lt;li&gt;GitClear’s analysis of over 211 million lines of code found: An eight‑fold increase in duplicated lines. A doubling of code churn.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;vibe-coding-in-2026&quot;&gt;Vibe Coding in 2026&lt;/h2&gt;
&lt;h3 id=&quot;what-its-proponents-now-say&quot;&gt;What Its Proponents Now Say&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Andrej Karpathy built NanoChat largely by hand, saying AI tools were not helpful there.&lt;/li&gt;
&lt;li&gt;Boris Cherny (creator of Claude Code) says vibe coding is fine for throwaway code and prototypes, but not for maintainable code.&lt;/li&gt;
&lt;li&gt;Michel Truell (Cursor CEO) says vibe coding is useful for quick prototypes but unstable for serious applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;good-vs-bad-vibe-coding&quot;&gt;Good vs Bad Vibe Coding&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Good when: Used by developers who understand how LLMs work and their limitations. Applied to personal tools, experiments and internal utilities.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Bad when: Used by non‑coders for public‑facing websites. Resulting systems are insecure and hard to maintain or migrate.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Several large firms (Amazon, Microsoft, Google, Meta, Tesla) have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Laid off developers.&lt;/li&gt;
&lt;li&gt;Then rehired for similar roles later, often at lower pay.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;what-s-fueling-the-ai-hype&quot;&gt;What’s Fueling the AI Hype?&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Monopolistic tech firms need new growth narratives to satisfy investors.&lt;/li&gt;
&lt;li&gt;AGI is framed almost as a religion, enabling imperial expansion of influence and capital.&lt;/li&gt;
&lt;li&gt;Consolidation of power includes undermining democratic oversight and regulation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;socioeconomic-view&quot;&gt;Socioeconomic View&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Doctorow and Zitron stress the problem of needing growth when a company already has a monopoly.&lt;/li&gt;
&lt;li&gt;Karen Hao notes that Sam Altman’s 2013 writing framed founders as religious‑style leaders, not just company builders.&lt;/li&gt;
&lt;li&gt;Techno‑optimists (Musk, Andreessen, Thiel) see democracy as an obstacle to “progress”.&lt;/li&gt;
&lt;li&gt;Many famous tech leaders are investors and fundraisers rather than core inventors.&lt;/li&gt;
&lt;li&gt;Most foundational tech was publicly funded and developed in open contexts.&lt;/li&gt;
&lt;li&gt;Commercial players later took ownership and only “socialise” technology to gain adoption or share losses.&lt;/li&gt;
&lt;li&gt;There are already calls for government backstops as the AI bubble inflates.&lt;/li&gt;
&lt;li&gt;Free social networks raised questions about why investors funded them without clear revenue, given the obvious surveillance value.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;the-web-is-for-everyone&quot;&gt;The Web Is for Everyone&lt;/h2&gt;
&lt;h3 id=&quot;tim-berners-lee-s-web&quot;&gt;Tim Berners‑Lee’s Web&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The HTTP protocol enabled direct connections between computers without logins.&lt;/li&gt;
&lt;li&gt;Hyperlinks and basic HTML‑style tagging existed, but he made them more powerful and general.&lt;/li&gt;
&lt;li&gt;He worked through the W3C to keep the web in public ownership and evolve it gradually.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;attempts-to-capture-the-web&quot;&gt;Attempts to Capture the Web&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Marc Andreessen, during the Mosaic era, attempted to pull the web into proprietary directions.&lt;/li&gt;
&lt;li&gt;Ian Hickson of Google led a splinter group (WHATWG) away from W3C, involving Mozilla, Opera and Apple.&lt;/li&gt;
&lt;li&gt;Concerns emerged about accessibility, personal views, and Google’s hidden plans for Chrome.&lt;/li&gt;
&lt;li&gt;This fragmentation helped justify and implement proprietary algorithms and tracking.&lt;/li&gt;
&lt;li&gt;Cambridge Analytica, Brexit and the Trump campaign exemplify how data‑driven manipulation can exploit this environment.&lt;/li&gt;
&lt;li&gt;Policy steps like Australia’s social media ban for minors do not address the underlying commercial incentives.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;new-initiatives&quot;&gt;New Initiatives&lt;/h3&gt;
&lt;p&gt;Tim Berners‑Lee’s work at https://www.inrupt.com explores:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Web 3.0 concepts rooted in user agency rather than speculation.&lt;/li&gt;
&lt;li&gt;Solid pods for personal data ownership.&lt;/li&gt;
&lt;li&gt;Agentic wallets and agents (e.g., “Charlie”) built on open standards.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;reclaiming-agency-as-web-creators&quot;&gt;Reclaiming Agency as Web Creators&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The web is fundamentally low‑tech; no large third‑party platform is required to build an effective site.&lt;/li&gt;
&lt;li&gt;People can own their data and syndicate copies elsewhere.&lt;/li&gt;
&lt;li&gt;Sites can be designed for human visitors, not algorithms.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;practical-approaches&quot;&gt;Practical Approaches&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Avoid overspending on websites that then demand constant paid promotion.&lt;/li&gt;
&lt;li&gt;Favour a “dumb” web: Use the rule of least power: simple HTML and CSS first.&lt;/li&gt;
&lt;li&gt;Use static site generators where a site is mostly static.&lt;/li&gt;
&lt;li&gt;Use open‑source tools for dynamic sites, while watching who controls the project.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;indieweb-and-posse&quot;&gt;IndieWeb and POSSE&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;POSSE: Publish (on your) Own Site, Syndicate Elsewhere.&lt;/li&gt;
&lt;li&gt;Post on your own domain first; then automatically share to silos (social platforms).&lt;/li&gt;
&lt;li&gt;Use Webmention and related standards for interaction.&lt;/li&gt;
&lt;li&gt;Hard to completely avoid big tech infrastructure: Example: hosting on Netlify (backed by AWS), editing in VS Code (Microsoft).&lt;/li&gt;
&lt;li&gt;The key is minimising lock‑in rather than achieving perfection.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;ai-as-a-tool-not-master&quot;&gt;AI as a Tool, Not Master&lt;/h3&gt;
&lt;p&gt;AI is useful for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Translating between programming languages and frameworks.&lt;/li&gt;
&lt;li&gt;Surface‑level debugging and linting.&lt;/li&gt;
&lt;li&gt;Supporting graphics and content drafts.&lt;/li&gt;
&lt;li&gt;Environmental impact is real, but worse if human thinking is fully outsourced to a few companies.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;the-end-or-the-start&quot;&gt;The End or the Start?&lt;/h2&gt;
&lt;p&gt;The goal is to build sites that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Counter slop with quality.&lt;/li&gt;
&lt;li&gt;Counter enshittification with ownership.&lt;/li&gt;
&lt;li&gt;Counter digital feudalism with federation and federation‑friendly tools.&lt;/li&gt;
&lt;li&gt;Counter AI empires with human creativity, empathy and respect.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;why-small-sites-still-matter&quot;&gt;Why Small Sites Still Matter&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The internet’s problems arise from platform monopolies, not from the web’s basic design.&lt;/li&gt;
&lt;li&gt;A “dumb web” approach can restore the early sense of empowerment and global connection.&lt;/li&gt;
&lt;li&gt;About a quarter of businesses still lack a website.&lt;/li&gt;
&lt;li&gt;Even aside from lead generation, the process of creating a simple site and brand can: Clarify purpose and strategy. Provide support and structure in the offline world.&lt;/li&gt;
&lt;/ul&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there and welcome to the No Script Show. Happy New Year. 2025 seemed to be the year when many switched from seeing the internet as an empowering beacon of democracy to something slightly more sinister and unhealthy. It ended with Australia banning social media for the under 16 year olds and slop becoming the word of the year For the Miriam Webster Dictionary, this is referring to the overwhelming flood of low quality AI generated content.&lt;/p&gt;
&lt;p&gt;But throughout last year, we&#39;ve seen a decline in trust of digital services across all sectors and AI backlash and increasing concerns over mental health and the internet. For this first episode of 2026, we&#39;re going to try to make sense of this and find the positives for those of us who love the web and building websites to help.&lt;/p&gt;
&lt;p&gt;We&#39;re borrowing a concept from Corey Doctor&#39;s 2025 book entitled and Ification, why Everything Suddenly Got Worse. And what to do about it. You can find the transcript, the show notes, and the presentation slides over at no script show slash 27. So that&#39;s the numbers two seven. And if you&#39;re watching this on YouTube, the link will be the first comment just below the subscribe and like buttons.&lt;/p&gt;
&lt;p&gt;As always, I&#39;m joined by David Waumsley. Hello David.&lt;/p&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;[00:01:26] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Nathan Wrigley. Yeah, indeed. Well, last year was I, I think, you know, for somebody who loves the web of quite depressing, I mean, I&#39;d love for this episode first to be talking about all the amazing things that we can now do with the new HTM HTML and CSS that we have.&lt;/p&gt;
&lt;p&gt;And now empowering that can be for people who just need small websites, but, uh, we&#39;re in a. Bifurcated industry. I don&#39;t think I&#39;ve ever said that word out loud. Oh, it&#39;s a good word. I&#39;m, I&#39;m proud of you, David. Ated. Bifurcated. Bifurcated. Um, yeah. Where most creators now, kind of, I was checking this out. Um, &#39;cause it was just a sense that most people now who are building sort of sites, we do small kind of business sites, that kind of thing.&lt;/p&gt;
&lt;p&gt;I mean, I do. You don&#39;t so much. Um, I haven&#39;t been doing it very long and haven&#39;t got that connection with the W three C. And, and that seems to be the case. Most people have, you know, the majority have done it for less than six years and have learned via commercial platforms so. The big thing for last year really was vibe coding, which is, you know, the idea that you don&#39;t have to bother with the code at all, you just tell AI what you want and suddenly you&#39;ve got buy magic this website.&lt;/p&gt;
&lt;p&gt;And um, so really what I wanted to do here is to try and get us back to some of the things that our show is about, making websites simply with HT ML and CSS and talk a little bit about what a lot of people have been saying through that year and are as we go forward about the magic that we see with some of this ai, particularly vibe coding.&lt;/p&gt;
&lt;p&gt;We probably should be looking for the man behind the curtain, or rather as they would see it as the wealthy techno techno optimists who have accumulated so much wealth that they now probably believe they are actually wizards. So, um, so really what we&#39;re gonna do with this is to just, um. Take a critical, uh, sort of use their views to critically analyze where we&#39;re at now.&lt;/p&gt;
&lt;p&gt;So, mm-hmm. This is gonna turn into a bit of a book review if I go to Alice. No, that&#39;s fine. Let me, shall I put the screen on? Shall I share our screen? Yeah, that&#39;d be great. There we go. There we are. There&#39;s our topic in stratification, why we need independent websites. That&#39;s what we call this. And I&#39;ll move on to next screen here, which is really the range of sort of.&lt;/p&gt;
&lt;p&gt;Sources that we&#39;re gonna use for this to sort of inform this conversation that we&#39;re gonna have. Nathan, would you read out some of the, um, books that we&#39;re referencing?&lt;/p&gt;
&lt;p&gt;[00:03:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Indeed. I&#39;ll just crib directly from the slide. So the first one is Corey, Dr. Os already mentioned and ification why everything suddenly got worse and what to do about it. Then there&#39;s, um, a book by Karen Howe called Empire of AI Inside the Reckless Race for Total Domination. Uh, the titles are very sort of incendiary, but also that I feel that they need to be because of the, the nature of where we&#39;re at.&lt;/p&gt;
&lt;p&gt;Yan, um, Jannis, I don&#39;t actually know how to pronounce this person&#39;s surname, but I&#39;m gonna give it a go. Varo Farkis is how I&#39;m gonna say that. Brilliant. Um, and it&#39;s called Techno Feudalism What Killed Capitalism. And then finally, the book by Sir Tim Burnley. He won&#39;t say it, but I will. Um, worldwide Web.&lt;/p&gt;
&lt;p&gt;This is for everyone. Beautifully titled book. So four there. And then there&#39;s a couple of other resources which aren&#39;t books, but something you might want to tune into. The first is, um, a podcast and newsletter by Ed Zitron, who is, um, who&#39;s somebody online who&#39;s been talking about the financial side of all of this for years.&lt;/p&gt;
&lt;p&gt;It&#39;s called Better Offline. You can find that@betteroffline.com. And then Carl Brown has a YouTube channel, uh, which you&#39;re gonna have to search for, but it&#39;s it&#39;s youtube.com/internet of Bugs, and that&#39;s the name of it. The YouTube channel is simply called Internet of Bugs. There we go. I think I&#39;ve done that task.&lt;/p&gt;
&lt;p&gt;[00:05:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Brilliant. Um, so. Yeah, I should say actually the, the, the books here that we&#39;ve mentioned, the four books, the authors have done so many interviews. So if you kind of look on YouTube, you&#39;ll find plenty. So you don&#39;t necessarily need to buy it. And all we can do here, &#39;cause these are so eloquent anyway, um, that you probably should tune into what they&#39;re doing, uh, rather than us.&lt;/p&gt;
&lt;p&gt;But what we&#39;re doing here is trying to make that a little bit relevant to web design, which is not really their background with this one. And interestingly, I mean these are things that have influenced me, particularly, I&#39;ve been reading these books on. Partway through a couple of them, but most of all I&#39;ve read through and they all seem to have a, a similar view on what needs to happen, if you like, for the future of the internet.&lt;/p&gt;
&lt;p&gt;And I, I wouldn&#39;t say any of &#39;em necessarily are anti AI in any way. It&#39;s just that what I think they share in common is that they believe that the web should be socialized, it should be something that we all publicly own and take part in, like the worldwide web is itself. So yeah. Should I just say, I did make a few notes actually here about the D author if you wanna know.&lt;/p&gt;
&lt;p&gt;So I&#39;ll just quickly go through them. So interesting we&#39;re talking about Word of the Year and ification became the word of the year for the Australian Macquarie Dictionary in 2004, I think in 2003. &#39;cause he was using the term way before his book came out. Yes, I think you&#39;re right. Yeah. Was used, I think some international dialect society or something, picked it as the, so it&#39;s a, a word that many of us use and I think it&#39;s a really good way of understanding where we&#39;re at, at the web.&lt;/p&gt;
&lt;p&gt;But he&#39;s a Canadian, British author and journalist. You&#39;ve read a lot of his books, haven&#39;t you?&lt;/p&gt;
&lt;p&gt;[00:07:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I&#39;ve read. He, he produces novels as well, and that was what first got me into him. Yeah, I don&#39;t know, a decade or more ago. But he&#39;s, uh, he&#39;s extremely eloquent, very knowledgeable, and uh, and, and able to communicate a lot of ideas in a very short space of time because he speaks, he speaks very rapidly actually, and, uh, a lot of things fall out of his mouth in, in the time it would take me merely to think of them.&lt;/p&gt;
&lt;p&gt;So it&#39;s definitely somebody credible.&lt;/p&gt;
&lt;p&gt;[00:07:27] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I know, I think he&#39;s given us such a great framework for understanding things, and that&#39;s why we call this episode after his title. He says, we can use it for, anybody can use it as long as they&#39;re representing what it means in his book, which we&#39;ll try and do. Um, but he&#39;s also 25 years he is been an advocate for digital rights, for, uh, copyright reform and, and, and really been active in, uh, technology policy.&lt;/p&gt;
&lt;p&gt;Um, the other one, the em, uh, the Empire of ai, Karen, how She&#39;s somebody, well, you read out the title, which is actually the British title, the uk Oh, that&#39;s interesting. I didn&#39;t know that. Yeah. Yeah. The, the, the US subtitle is, uh, dreams and Nightmares in Sam Altman&#39;s Open ai. And that was published last year as well.&lt;/p&gt;
&lt;p&gt;Okay. That&#39;s so, yeah. Yeah. I mean, she&#39;s somebody who technically knows her stuff, but she&#39;s been, uh, covering Chinese tech for the Wall Street Journal. She&#39;s a senior AI editor at MIT Technology Review. MIT is how, yeah. MIT. Yeah. Yeah. And, um. Yeah. Uh, her book&#39;s great because it gives you a real insight because she&#39;s done so many interviews with open AI into the key players, how fragile, if you like, AI is how there&#39;s almost, uh, religious fervor fuel in it.&lt;/p&gt;
&lt;p&gt;And, uh, she exposes a lot of the kind of half truths that we were told really about it as well. So it&#39;s really good.&lt;/p&gt;
&lt;p&gt;[00:08:50] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I, I think that religious fervor that you just mentioned is so self-evident. Whether or not you are bullish about AI or have like, shackled yourself to AI and, you know, anchored yourself to it.&lt;/p&gt;
&lt;p&gt;You can&#39;t deny that there is a lot of that. There is some kind of almost evangelical, um, proclamations out there. It sounds almost like, um, a, a religion in some respects. You know, people are really adopting it and, and not, not necessarily questioning it in the same way that obviously these people are.&lt;/p&gt;
&lt;p&gt;[00:09:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, exactly. And I&#39;ve thrown, um, Janni, Fuke in because it is, um, I think his book comes a couple of years before, and really how I think he underpins a lot of this is the fact that he&#39;s spotting the fact that we have this techno feudalism, which is killing capitalism, is the fact that somehow we&#39;ve managed to end up with a situation where all the cloud capital that we have in the world is owned by a few platforms, Google Meta, Amazon, and as such, because we&#39;ve volunteered into using all these services and become dependent on it, we&#39;ve become cloud surfs.&lt;/p&gt;
&lt;p&gt;So we&#39;ve kind of gone into this new era and I think that kind of, I&#39;m not really talking about his book in this very much, but uh, I think that kind of underpins where we&#39;re at. It&#39;s a good way I think, of understanding it. Um, ed Zirin as well, as you&#39;ve mentioned there, I mean, he&#39;s a British tech commentator.&lt;/p&gt;
&lt;p&gt;Um, he&#39;s a bit sweary, uh, he&#39;s, but he&#39;s really looking into. Well, he&#39;s a critic of growth at all costs and that culture and highlights really the expenses, how much has been paid at the moment for GPUs, how this is inflating everything, but the, it doesn&#39;t seem to be solving real world problems. So if you really want to look into the ai, um, boom that we&#39;re in at the moment is probably somebody to listen to.&lt;/p&gt;
&lt;p&gt;I&#39;m just throwing in Carl Brown on this list, on the slide here because he&#39;s one of many, uh, software engineers that&#39;s experienced. He&#39;s got 35 years experience on this, who is a bit critical of ai, particularly within software development. So, um, that&#39;s it. And&lt;/p&gt;
&lt;p&gt;[00:10:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; then No, Tim Burners&lt;/p&gt;
&lt;p&gt;[00:10:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Lee. Yeah. Yeah. Well finally, because his book came out in September of last year, so it&#39;s quite new.&lt;/p&gt;
&lt;p&gt;There he is explaining new that. Yeah, he is explained. It&#39;s a really good book. Um, the creation of the worldwide web, um, and. I think what I took from it mostly was how easy it can be lost to those same sort of techno optimists if you like. You would like effectively to see a world where democracy&#39;s removed, where this kind of tech giants make the decisions in our interests on there.&lt;/p&gt;
&lt;p&gt;And just to throw this in, I haven&#39;t got a book from him, particularly I I saw, although they don&#39;t really mention each other that much. Similarities with Jan Koon, who&#39;s one of the three godfathers of AI who left Meta at the end of last year and is working on open source ai. Um. They both seem to have a similar idea, if you like.&lt;/p&gt;
&lt;p&gt;I think all of them do about how things need to be in public ownership. So Tim Burnley talks about Wikipedia being the ideal way to sort of share knowledge online. Jan is the same with his. How he thinks that everybody should be pulling their knowledge together rather than doing it in commercial silos.&lt;/p&gt;
&lt;p&gt;Right, right. So we, uh, let&#39;s move on to the next thing and Nathan, if you&#39;ll read that out, let&#39;s explain a little bit going back to Cori and, uh, the stages of in notification.&lt;/p&gt;
&lt;p&gt;[00:12:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Okay. So here we go. So, there are three stages, according to Corey, a doctor o of Ification, and they are as follows, number one, re users.&lt;/p&gt;
&lt;p&gt;The platform offers a valuable service, which is typically at a loss to attract a massive user base. I think we can all identify that as easy to understand. Number two, lure the businesses or just LEO business once invested, the platform shifts value away from them, the, the users, I guess, towards business customers.&lt;/p&gt;
&lt;p&gt;So for example, advertisers and publishers in order to monetize it. And then three, the sort of final stage, uh, extract everything. When business customers are dependent, the platform extracts value from both groups, so both the users and the businesses raising fees and degrading the service. And, um, it&#39;s, it&#39;s not really in the abstract.&lt;/p&gt;
&lt;p&gt;This is it. I think you can chart this across lots of different platforms. This, this sort of three stage approach, it does seem to be a, a playbook. Yeah. I don&#39;t know whether it, it started out as an, an intentional thing, but it definitely. Feels like it&#39;s a thing.&lt;/p&gt;
&lt;p&gt;[00:13:24] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I think all of these things just kind of happen.&lt;/p&gt;
&lt;p&gt;We just find yourself where we are. We&#39;ll, we&#39;ll take some of the examples in a minute, but maybe just to sort of go on with that a little bit. I mean, one thing about sort of stage three, if you read CO&#39;s book, is that you, you might just see that as being, uh, a benefit to the stakeholders and investors.&lt;/p&gt;
&lt;p&gt;You know, that, that, that stage three only they are winning, but also I think, you know, we see that they are becoming the victims as well. So if you take something like Ed Viron, he wrote his longest article ever, which was the and shitty financial crisis where he talks about a lot of the things he&#39;s talking about, which is.&lt;/p&gt;
&lt;p&gt;How valuations are going on. So how the stock market is being affected by all of this and how they can be, investors can lose out because there&#39;s been sort of changing depreciation values of GPU stock, you know, lots of compute power is needed, the buy in everything up, it&#39;s raising the prices of this, but they&#39;ve changed the valuation, how, how it will depreciate to make things look better.&lt;/p&gt;
&lt;p&gt;We&#39;ve had valuations in the stock market growing on the basis of intent rather than contracts. So recently we had Nvidia promising to invest a hundred billion into open ai, but it&#39;s just a promise. It&#39;s not something that really should raise prices. And there&#39;s lots of obviously misleading stories about layoffs due to ai, which actually a lot of people are just using that to break.&lt;/p&gt;
&lt;p&gt;Um, workers&#39; rights, if you like, you lay them off because of ai, but you recruit back at a cheaper price from somewhere else, often the case. And there&#39;s a lot of circular investments going on, which have been kind of revealed. So the best one is Oracle investing in nvidia, which is invested in open ai and it&#39;s going backwards and forwards.&lt;/p&gt;
&lt;p&gt;So from his point of view, I think him, both Ed and Cory, if you see them on talks, will say it will take a minor miracle really if open AI is to survive the bubble that they think we are because, and uh, as we notice, we notice that we&#39;ve got Altman and Zuckerberg at the moment saying that we&#39;re in a bubble, sort of talking as if in the third party it&#39;s got nothing to do with their kind of theory list search for, um, a GI.&lt;/p&gt;
&lt;p&gt;But, um. That seems to be where we&#39;re at, but from their point of view, this isn&#39;t gonna be possible to bail out anyway, because they were talking about trillions that are gonna be needed and there&#39;s no route to profitability at the moment. So&lt;/p&gt;
&lt;p&gt;[00:15:50] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah, he&#39;s, um, ed Tran&#39;s definitely doing the rounds. He&#39;s appeared on quite a few of the, the sort of podcast that I listen to, and you mm-hmm.&lt;/p&gt;
&lt;p&gt;You&#39;re right. He, he&#39;s quite a sweary, quite a, quite a colorful character. Um, but the underlying message is, um. I guess that he&#39;s, he&#39;s following the money, isn&#39;t he? That&#39;s his, his, his take is sort of follow the money and see where that goes. And he&#39;s, in his mind, he&#39;s extremely sure that the bubble, uh, is not far off collapsing.&lt;/p&gt;
&lt;p&gt;I, I don&#39;t know exactly what time horizon he&#39;s looking at there, but, um, if AI was delivering what it promised to deliver, maybe he&#39;d modify his view. But it&#39;s, it&#39;s anchored to the fact that he doesn&#39;t think it is delivering what it&#39;s promising to offer. There&#39;s always this distant horizon of, oh, it will do this.&lt;/p&gt;
&lt;p&gt;It imagine if we got to this, wouldn&#39;t it be great if it did this? And without the investment, it simply can&#39;t. And, um, you know, I guess at some point the investment dries up because it doesn&#39;t deliver what it&lt;/p&gt;
&lt;p&gt;[00:16:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; possibly deliver. Yeah. I mean, it, it goes to the Y thing where he doesn&#39;t believe that this particular way, this language learning machine&#39;s neur network approach is the way to get to artificial intelligence.&lt;/p&gt;
&lt;p&gt;As everybody understood that, you know. Nobody really understands this. &#39;cause no one can agree what intelligence is. But effectively, you know, this is a route, but it&#39;s a very expensive route to get there. Right. So much has been invested and it&#39;s not gonna have, you know, the commercial returns on it because we&#39;ve seen plenty of reports which haven&#39;t listed here, which I think there was one recently towards the end of the year saying 95% of businesses who have invested in it hadn&#39;t made any money out of it and Right.&lt;/p&gt;
&lt;p&gt;[00:17:24] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. And, and then of course there&#39;s the whole environmental thing, which you just sort of touched on there with the, um, you know, if, if like me, you believe in climate change and global warming and all of that, the, the last thing we need is more. Um, power hungry computers being switched on, and, and it feels like this is not just, it&#39;s not like a few machines were added to the internet.&lt;/p&gt;
&lt;p&gt;This is an awful lot. Yeah. Um, I, I heard some descriptions of the size of some of the data centers that are being added to the, the world in order to satisfy the, the power needs of the, you know, the, the expected use of AI in the future. I&#39;m not gonna say what they were, because I&#39;ll definitely get it wrong, but they were fairly eye wateringly large, um, data centers which consumed, you know, like city.&lt;/p&gt;
&lt;p&gt;Giant city level amounts of power just in this one data center. And, um, yeah, that, that doesn&#39;t seem to be aligned particularly with what humans need.&lt;/p&gt;
&lt;p&gt;[00:18:20] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, and it is Ka Howe&#39;s focus, I think, with that empire building. And, you know, she picks out the fact that. Um, you know, it&#39;s often shell companies will kind of set up these places, data centers, and then it&#39;s like, ta-da, we&#39;re meta actually, here we are.&lt;/p&gt;
&lt;p&gt;And suddenly, you know, people don&#39;t have the water or the electricity. They have, they have power outages and stuff like that. So, yeah. Yeah, it&#39;s a lot of that going on at the moment. Um, that&#39;s to keep with the ification, that&#39;s just. Take a few examples. Should&lt;/p&gt;
&lt;p&gt;[00:18:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; we do them one at a time or do you want me to read out all three?&lt;/p&gt;
&lt;p&gt;[00:18:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, read them all out and I&#39;ll just&lt;/p&gt;
&lt;p&gt;[00:18:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; fill in. Okay. So three examples. Um, would be the first one. Facebook, I think everybody knows who that is. Um, attracted users with privacy and friend feeds, then shifted to publishers and now prioritizes boosted posts over organic content. This is such a slow and inexorable thing that it&#39;s hard to have noticed it, but I think if you look back, the data would clearly show that this sort of stuff is happening and your feed is no longer what it once was.&lt;/p&gt;
&lt;p&gt;Right? Anyway, sorry. Um, Amazon, uh, is the second example. Initially, subsidized goods and shipping. Now search results are dominated by pay to play ads and seller fees can exceed 45% of the sale price. And finally, Google search. Once known for relevant results, it made them worse to increase search time. To show more ads.&lt;/p&gt;
&lt;p&gt;Yeah. All of it&#39;s a fairly pessimistic picture there, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;[00:19:44] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I mean, this is, you know, taken directly from Cory, Dr. O&#39;s stuff, and he also, in his book, he looks into other things like dating apps, the gig economy platforms, uh, Twitter and Uber and others. But, uh, you know, his, he often starts when he talks about it with Facebook because he talks about how really it was real users who turned.&lt;/p&gt;
&lt;p&gt;Zuckerberg&#39;s tool for rating really college girls, which it started off into a sort of useful social platform. And then when they went after MySpace users, uh, when they got investment on that, they, they largely were warning them not to trust the new billionaire owner, Rupert Murdoch with buying history.&lt;/p&gt;
&lt;p&gt;Um, which is a tough sell at the time because people, uh, like to be where their friends are, you know, the other people who are signed up to the same platform. So he offered a way to see their posts via Facebook. Of course, when he became the billionaire spy, he close this down. So operability, you know, interoperability was only a sort of one way street with it.&lt;/p&gt;
&lt;p&gt;You can&#39;t do the same now for Facebook and have people see your Facebook from another platform. Right, right. Um, so it is, um. There&#39;s also, I mean, one of the interesting things I think he mentioned, which I thought in the book was a, a fascinating stat was, was Proctor and Gamble. Um, just to look at stage two, when it&#39;s there for those people who want to publish or advertise or whatever on the platform, they stopped their, um, 200 million a year, that&#39;s dollars.&lt;/p&gt;
&lt;p&gt;Um, Facebook ads and saw zero losses, which I thought was quite interesting. So, oh, that&lt;/p&gt;
&lt;p&gt;[00:21:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; is an interesting stand. Yeah. Yeah, it&#39;s a very murky thing. The online advertising systems, well, not just Facebook, but all of them. I, I think it&#39;s very hard to understand exactly what the ROI is, but that&#39;s, that&#39;s an eye watering number, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;So 200 million just curtailed in investing in Facebook ads. But, um, according to this, zero loss in.&lt;/p&gt;
&lt;p&gt;[00:21:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Sales.&lt;/p&gt;
&lt;p&gt;[00:21:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; In actual sales, yes. You can&#39;t&lt;/p&gt;
&lt;p&gt;[00:21:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; chart it, so it didn&#39;t seem to make any difference to their overall business. But I mean, the idea is that everybody&#39;s caught up and you have to advertise there because your competitors are there.&lt;/p&gt;
&lt;p&gt;That&#39;s the kind of trap for most businesses. Yeah. It&#39;s a&lt;/p&gt;
&lt;p&gt;[00:21:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; beautiful system for the Facebook shareholders that isn&#39;t it? Yeah, absolutely. Capture of everything. Yeah.&lt;/p&gt;
&lt;p&gt;[00:22:00] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And Amazon, I think is the, I mean. The, the thing is, we all pay more because of Amazon because when they&#39;ve shifted to charge more, once they&#39;ve got dominance and everybody needs to be on their platform to sell the stuff, their deal is that you can&#39;t sell it elsewhere cheaper.&lt;/p&gt;
&lt;p&gt;Which means that in order to keep paying to be on Amazon, they have to put their prices up everywhere. So whether you use Amazon to get your things, you&#39;re going to pay more as these individual businesses have to pay Amazon. So that&#39;s the kind of trap that we&#39;re caught up in there as, yes. Amazon make it more difficult.&lt;/p&gt;
&lt;p&gt;Finally, um, Google search. Well, Nathan, you&#39;ll know &#39;cause you are a CGI user. So CGI is an example that Cori uses as our way of showing how Google&#39;s data, which is used by CGI can produce a lot of different results to what Google have decided to show with their algorithm at the moment.&lt;/p&gt;
&lt;p&gt;[00:22:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, so there&#39;s an, there&#39;s a, a search engine, which is several years old now, which I decided to give a go, give it a go, and I&#39;m, I&#39;m still using it. Um, I&#39;m paying for it. But that&#39;s the difference. You pay a dollar amount a year, um, and you, you do get a very different set of results despite the fact that I, again, I&#39;m not really technically knowledgeable about how that platform, uh, gets its results, but I think Google is in the mix somewhere and, um, they, they definitely look different.&lt;/p&gt;
&lt;p&gt;The results that you get, um, you know, you don&#39;t get the, the ads for example, that&#39;s one of the reasons why you pay. You don&#39;t get the sponsored bits.&lt;/p&gt;
&lt;p&gt;[00:23:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:23:29] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Um, and you can modify the, the search in, in a way that you kind of prioritize your own things. So you, you might, for example, want news to come from this particular website and you can sort of favor that.&lt;/p&gt;
&lt;p&gt;So you can wait it in your own way if you like. So, yeah. Yeah, yeah. Definitely different.&lt;/p&gt;
&lt;p&gt;[00:23:44] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think, yeah, um, Curry, Dr. O makes the point about Google, uh, something, which I think we felt ourselves with that one &#39;cause it&#39;s one of the few, if you like, meta Meta Corps out there that I think used to promote free academic thought.&lt;/p&gt;
&lt;p&gt;You know, it started that way. You&#39;ve got Larry Page and you&#39;ve got Sergei Brynn who were the students who came up with page rank, which told us how we could organize the web search for it. I mean, it was brilliant science, if you like, at the time. But, and they&#39;ve always had that tradition of introducing, um, academics who will come in.&lt;/p&gt;
&lt;p&gt;But this seemed to change quite considerably when ai, when they needed to, when they&#39;d reached a level of sort of 90%, um. Use of Google, where do you go from there? So, you know, AI becomes the next big thing that they want to put it in. So when people are critical of ai, they&#39;re the people who have been having to leave Google or sack from it or leave themselves.&lt;/p&gt;
&lt;p&gt;So there&#39;s a big change in what you can say now &#39;cause they need to raise funds there. Um, so a lot of people, yeah, I mean Cory, Dr. Row says, you know, when he is presenting this, or I&#39;ll say the same thing that, um, and certification may sound like it&#39;s just good old fashioned capitalism, but really it&#39;s anti-capitalism in a way.&lt;/p&gt;
&lt;p&gt;And I&#39;ll move on to the next slide.&lt;/p&gt;
&lt;p&gt;[00:25:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. This has got a great title. Um, let me make sure I get this right. The inverse. Um, so three strands to this. The, the first one is removing or removes interoperability. We can get into that and what that means. Uh, weakened antitrust regulation. And uh, it also reduces.&lt;/p&gt;
&lt;p&gt;Worker power. Okay, let&#39;s prize this one open. &#39;cause there&#39;s a lot in here. Yeah.&lt;/p&gt;
&lt;p&gt;[00:25:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, so I mean the examples of removing interoperability, one I already mentioned anyway with Facebook, you know, locking your data in, which of course, you know, because of the fact that MySpace didn&#39;t allowed them to compete with them.&lt;/p&gt;
&lt;p&gt;You can&#39;t really do that in reverse now. So that&#39;s one example of it. But there&#39;s generally, and it often starts, a lot of talks about this one, uh, he mentions a lot one piece of legislation that&#39;s in there, which is section. 1201 of the Digital Millennium Copyright Act, and apparently this law, which is also known as the anti circumvention role, makes it a felony to bypass any digital locks.&lt;/p&gt;
&lt;p&gt;So when you&#39;ve got chips in things a. That&#39;s a way of being able to say, ah, you can&#39;t bypass this and this is how it can lock people in. So you remove this interoperability. And the example that is often used is with printers, how you can&#39;t go and buy your ink from a third party, whoever&#39;s given you the cheapest, you have to buy it from the printer that you&#39;ve got because they&#39;ve got that sort of legal right because you, they&#39;ve got that chip in and you can&#39;t bypass it.&lt;/p&gt;
&lt;p&gt;[00:26:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Right. And the, the printer ink costs more than, I dunno, crazy statistic. Like it&#39;s more expensive than platinum or something like that.&lt;/p&gt;
&lt;p&gt;[00:26:40] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, yeah, yeah. Absolutely. And, and there&#39;s so many examples of this one, the most recent one I heard, which isn&#39;t in his book, which is about smart TVs. I mean, they&#39;re being sold at a loss now because we&#39;re paying for them to install something which spies on us and gives us the adverts that we want.&lt;/p&gt;
&lt;p&gt;And everything&#39;s gone smart. We&#39;ve got smart beds, we&#39;ve got smart everything. So you know it, it&#39;s using this kind of law, if you like, to be able to stop that in. Interoperability, which is a key thing to being able to sort of share our technology and move things around as we like.&lt;/p&gt;
&lt;p&gt;[00:27:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Mm-hmm.&lt;/p&gt;
&lt;p&gt;[00:27:11] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So, I mean, it makes the point as well, you know, that, and again, this is something related to the web that most companies would rather that use their app rather than the website.&lt;/p&gt;
&lt;p&gt;&#39;cause they can bypass some of their GDPR laws much easier. It makes it easier for them to spy. And as a great example he gives is of Uber who, and there&#39;s a lot of talk about this in not just them, but they will use an app. So if somebody&#39;s calling for a ride and they see that their battery is low on their device, they may up their price because they know they&#39;ll be desperate to get.&lt;/p&gt;
&lt;p&gt;That ride quickly. And if a driver, um, is too quick to respond to lifts or has a certain pattern that shows that they might be a bit more desperate for the money, they&#39;re likely to get paid less for it. So there&#39;s a lot of price fixing that can be done via apps. Yeah,&lt;/p&gt;
&lt;p&gt;[00:27:58] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I heard that. I, I didn&#39;t hear the first story about the, the low battery, but that, that is really interesting.&lt;/p&gt;
&lt;p&gt;But I did hear the second one. I can&#39;t remember where I read it, but that as I was reading it, I was just thinking, God, it, it&#39;s like evil genius territory, isn&#39;t it? You&#39;re sort of, you know, stroking your little cat. Yeah. On your big, big chair in your evil underground layer. It&#39;s just remarkable. You know, the idea that if, as a driver of the service of, and again, ca caveats around this, we&#39;re saying what we heard, um, yeah.&lt;/p&gt;
&lt;p&gt;You would as a driver. You would be penalized because you are good at using the Uber service to get more rides. They see you as somebody that&#39;s, you know, just like desperate. Well, we can pay you less if you&#39;re desperate. That&#39;s just so I know. Again, not in,&lt;/p&gt;
&lt;p&gt;[00:28:42] &lt;strong&gt;David Waumsley:&lt;/strong&gt; not in his book. I&#39;ve seen some other reports where people are looking into, um, some of the, the shopping delivery things and how they will charge you differently for different customers.&lt;/p&gt;
&lt;p&gt;They&#39;ve been testing this by using different apps depending on their spending behavior that will price up the items that are in the shop that they&#39;re bringing to you. Really, really interesting stuff.&lt;/p&gt;
&lt;p&gt;[00:29:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; It&#39;s such an interesting psychology though that, that everybody is like a commodity. It&#39;s like you are something, yes, you are like the sack of money, um, and whatever the conditions are that allow us to get more of our hand into your sack of money and pull out more a any condition that we can use to make our hand bigger and your sack more wide open.&lt;/p&gt;
&lt;p&gt;You&#39;ll use those, whether that&#39;s the battery on your phone or the, the desperation, um, of you as an Uber driver. You just sort of prize, open all these things and try to maximize it. It&#39;s so. Peculiar a way of thinking about just life and relations and everything in general. It&#39;s such an, oh, I have no words.&lt;/p&gt;
&lt;p&gt;It&#39;s so strange.&lt;/p&gt;
&lt;p&gt;[00:29:48] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Antitrust. I mean, uh, obviously that&#39;s stopping monopolies. If we want capitalism, we realize that it does have some downsides, so we need, you know, to regulate against those. And Cory makes the point that really these have weakened really since Nixon and only started to tighten up a little bit under Biden, which was a surprise to me.&lt;/p&gt;
&lt;p&gt;But I think that the example that he uses is diapers.com when, um, you know, we&#39;ll come out of the, the bubble, uh, of the.com bubble. Um. This was aggressively bought by Amazon, uh, because they just had the money to be able to out, you know, at loss. They would sell the same stuff until they basically folded.&lt;/p&gt;
&lt;p&gt;So it was a kind of warning, if you like, an early warning to everybody that wants these mega corps that got to a certain size, you sold to them. You know, I&#39;m gonna,&lt;/p&gt;
&lt;p&gt;[00:30:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I&#39;m gonna dwell on this a little bit &#39;cause I remember reading that in the book. &#39;cause I think it&#39;s really interesting how that. Story unfolded.&lt;/p&gt;
&lt;p&gt;So the, the story that Corey tells is that Amazon want, if I get any of this wrong, just correct me, they wanted to buy diapers.com. Mm-hmm. diapers.com didn&#39;t wish to be sold because they thought that they had a, a thriving business. So they were selling what we call in the UK nappies, but diapers everywhere else.&lt;/p&gt;
&lt;p&gt;Mm-hmm. And, um, and so Amazon said, we&#39;d like to buy you. They said no. And so Amazon&#39;s tactic was to sell the, an equivalent range of products at a remarkably reduced rate because they could obviously, you know, just consume that loss over and over and over again, thereby driving the business of diapers.com out just it, you know, it vanished.&lt;/p&gt;
&lt;p&gt;They then bought divers.com a rate, which was significantly less than they would have done previously. And, uh, and, and then presumably, I don&#39;t know if this is the tail end of that story, then presumably raise the prices again. Um, yeah,&lt;/p&gt;
&lt;p&gt;[00:31:36] &lt;strong&gt;David Waumsley:&lt;/strong&gt; exactly. Exactly. Yeah. Oh, I, I mean, we&#39;ve seen, I&#39;ve, you know, friends of mine, I think I told you about this before, I had the same happening with Starbucks.&lt;/p&gt;
&lt;p&gt;They had a cafe, Starbucks turned up. They offered free coffees, trying to put them outta business, that they actually were, they moved on eventually. So. Gosh, the one out the public decided they knew what they were doing. It was too obvious. But, um, yeah, same sort of thing. So, I mean, it was a sort of warning and I mean, he makes a point in his book as well about most of the Google inventions that we see, um, were bought, you know, they, they few, you know, were there.&lt;/p&gt;
&lt;p&gt;So that&#39;s kind of the way we&#39;re going. And, and, and it&#39;s no surprise I think to me that we have the sort of techno optimist like Mark and Andreasen, who has a kind of hotline to Trump, really always is Trump&#39;s person to be able to communicate what&#39;s going on in, uh, Silicon Valley. It&#39;s no surprise that Trump wants a sort of 10 year ban on state and local AI regulations on this.&lt;/p&gt;
&lt;p&gt;They wanna sort of free that up. So, you know, antitrust is being weakened there. Although Cori sees though is, uh, an opportunity, there&#39;s a sort of growth in it as well. At the same time, you know, we&#39;ve got more antitrust, um. Action&#39;s being taken against the big corporations at the moment against Google, against Facebook.&lt;/p&gt;
&lt;p&gt;So there is something changing there. Um, let me just finish off the notes I got here as well. Okay. Which is just about the reduced worker power. I mean, Cory again touches on Apple using Foxcon in China there where they needed suicide nets for the treatment of their employers there. So that&#39;s how you get your cheap Apple stuff.&lt;/p&gt;
&lt;p&gt;It&#39;s at the cost of some poor Chinese workers. And there was a wonderful documentary, if you can find it on YouTube, it&#39;s well worth watching &#39;cause it&#39;s hysterical. Um, UBA Butler, um, is a sort of prankster and journalist who got into Amazon as a worker there. He spotted that Amazon drivers were, because there was such a tight schedule, were having to urinate into bottles.&lt;/p&gt;
&lt;p&gt;So he managed to take some of these bottles, package it up and make it into a bestseller on Amazon.&lt;/p&gt;
&lt;p&gt;You can&#39;t beat that. Um, yeah, I mean obviously he didn&#39;t sell it to real public, public, it was his own friends he was selling to, just to make the point. But within that, he realized that the place where he got a job, they were just recruiting loads and loads of people. That&#39;s why he got in, because they were trying to break the attempts to create a union there.&lt;/p&gt;
&lt;p&gt;Uh, and they have to get over 50%. So as soon as you get close to getting 50% of your workers will join a union. They can fix this by employing lots more people to make sure you can&#39;t have a union. So, oh my gosh. Yeah. So that&#39;s the kind of things there. So, um, yeah. Um. There&#39;s a lot more in Karen. How&#39;s book though on the other side of AI as well?&lt;/p&gt;
&lt;p&gt;I mean, her concentration is on really what it&#39;s doing to the environment, but also about how the magic of AI isn&#39;t quite the magic. It relies on a massive amount of hidden low page human labor. So in terms of if they just left all the stuff that is scraped to go out there. It, uh, it wouldn&#39;t be something we&#39;d use, it would send out all sorts of stuff so they get low paid workers working for like a dollar a day or something to be going through the most awful content that you can find on the web, sexual and violent content and stuff like that.&lt;/p&gt;
&lt;p&gt;So they&#39;re getting all kinds of mental health problems with that one. So, so we definitely, uh, kind of see that going on. Can I move on? Sorry. Did you want&lt;/p&gt;
&lt;p&gt;[00:35:08] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No, no, no. Uh, it&#39;s just you have to take a breath, don&#39;t you, and sort of think about all this for a bit. And I mean, we all know that humans have the capacity to, to do Yeah.&lt;/p&gt;
&lt;p&gt;Interesting things to one another. Let&#39;s just put it that way. And it all sounds so almost like a dystopian. Novel. Yeah. Some kind of version of the future in some science fiction book, but, um, we, I think it&#39;s, you know, we, we know that humans have the capacity to, to do things in the pursuit of profit and, um, disregarding all sorts of things that you probably wouldn&#39;t wish to happen to yourself and your family.&lt;/p&gt;
&lt;p&gt;It&#39;s very easy to disregard those exact same things because it will turn a profit for you. And your accompany and keep food coming onto the table and so on. And, uh, yeah, we&#39;re, we&#39;re a curious species, let&#39;s put it that way.&lt;/p&gt;
&lt;p&gt;[00:35:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So when we&#39;re using chap GBT, we don&#39;t realize that, you know, the, these Kenyan workers who have made this ex, you know, uh, a a dollar a day who are making this and.&lt;/p&gt;
&lt;p&gt;You know, seem very human and nice to us. So something to bear in mind. But anyway, talking to the magic of AI on this, shall we move on to the sort of vibe coding hype of 2000? Okay. Nice segue.&lt;/p&gt;
&lt;p&gt;[00:36:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. And, uh, the colors of the slides change. Woo. So here we go. Um, so vibe coding hype of 2025. Um, I don&#39;t think we need to describe what vibe coding is, but I&#39;ll do it anyway.&lt;/p&gt;
&lt;p&gt;Vibe coding. The idea that I, it&#39;s such an unusual word. I don&#39;t even know how like vibe coding became the word, but it did. Um, in February in 2025, the term was coined by, I&#39;m gonna say Andre Cari. Um, forgive me, Andre paid.&lt;/p&gt;
&lt;p&gt;[00:36:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:36:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Thank you. Uh, who was one of the co-founders of OpenAI. Uh, it was a viral post on x formerly Twitter, uh, vibe coding became the term.&lt;/p&gt;
&lt;p&gt;And then in March, the phrase spread so rapidly. That it was added again to the Miriam Webster dictionary. The Miriam Webster dictionary has had an, an unusually large presence in this, this particular epi particular episode. Um, it was put in there as a slang and trending term. I think it&#39;s fair to say. It appears everywhere on the internet nowadays.&lt;/p&gt;
&lt;p&gt;Uh, and then by July, the startup accelerator Y Combinator noted that 25% of its winter batch was building. So, Y Combinator is a kind of organization that you can get involved in if you&#39;ve got a thing that you want to launch into the market and, you know, you wanna prove that it&#39;s got legs, um, and you want funding for it.&lt;/p&gt;
&lt;p&gt;So 25% of its winter batch was building companies with code bases that were 95%, uh, generated by ai. That&#39;s quite a statistic. And then towards the end of the year, September, major tech outlets began reporting a vibe, coding hangover. A senior engineers struggled to maintain the brittle. Code bases. Okay.&lt;/p&gt;
&lt;p&gt;Give us more, David. Yeah.&lt;/p&gt;
&lt;p&gt;[00:37:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I really followed this hype. It was depressing to me. I mean, it was fueled, there was books, there was, by the summer, there was books, courses, and then also the tools that were coming out. So we had Cursor, which, uh, Andre, Ty was talking about actually Cursor when he was doing it, and he was saying, you know, you could just go with the vibe with this.&lt;/p&gt;
&lt;p&gt;I can let it do all the work. That&#39;s where Q came out of. There was rep agent, there was lovable, there was Bolt. People were talking about that. You just type it all in and just go and it&#39;ll send out what you want. And, uh, you know, I think the interesting thing is we look at these, um, and I don&#39;t see this talked about, this isn&#39;t in Cory&#39;s book or anything, but, uh, I, I looked at, I for myself, all of those companies, they have good revenues at the moment, people are interested in, but only Repli, which was only recently pivoted to AI.&lt;/p&gt;
&lt;p&gt;First. It used to be a good sort of. Develop a training tool before shows a profit. And if you listen to the users of rep, there&#39;s some real horror stories about it. Completely deleting, um, databases doing its own thing with the AI ruining all the work that&#39;s gone before. So it is quite interesting to look at this.&lt;/p&gt;
&lt;p&gt;And I think also if we&#39;re thinking about the certification side of it, you could say they&#39;re kind of the stage. Two people, the businesses coming in to make money out as the ai, but they&#39;re all paying high fees to the foundational AI providers like Google, Nvidia, open ai.&lt;/p&gt;
&lt;p&gt;[00:39:19] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:39:19] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Whilst at the same time trying to compete with those same tools.&lt;/p&gt;
&lt;p&gt;So, you know, you wonder whether they&#39;re going to escape stage two and certification. I mean, are they, it was also&lt;/p&gt;
&lt;p&gt;[00:39:29] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; kind of interesting how much of a sort of hype cycle they, they they&#39;re in, because some of those tools were kind of everywhere in my feed. You know, people were talking about &#39;em all the time.&lt;/p&gt;
&lt;p&gt;And then quite a lot of them sort of seemed to disappear off the radar of popularity that maybe I, it&#39;s just that, you know, they were no longer, it&#39;s no longer worth talking about &#39;em &#39;cause it&#39;s no longer new and the use continues. So they&#39;re very, you know, they might still be successful, but there was a lot of, lot of hype and buzz around what they could do and, uh, how point, you know, basically you just write a sentence and dah dah, everything&#39;s working.&lt;/p&gt;
&lt;p&gt;But, uh, yeah. Anyway, so I dunno if that remains to be true, whether or not they&#39;ve got. Users still sounds like one of them at least, is is still credible rep, the one that you mentioned.&lt;/p&gt;
&lt;p&gt;[00:40:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Well, still sort of profitable. I profitable, that&#39;s the word I meant. Yeah. Thank you. Yeah, so that, I mean, they&#39;re all doing, they&#39;re all there and people are still using them.&lt;/p&gt;
&lt;p&gt;I, we&#39;ll move on to this one, but I mean, what I found interesting at the time was I was listening. I mean, I&#39;m not a developer myself who&#39;s into, you know, proper software development, but pretty much all of &#39;em, all the big players you&#39;ll see on YouTube, all thought this is all just very stupid because it doesn&#39;t, doesn&#39;t follow anything that they know about development.&lt;/p&gt;
&lt;p&gt;So, because l LMS are a probability machine, so it&#39;s like. You know, this is Ed Trons term. It&#39;s like pulling the arm of a slot machine every time it&#39;ll turn out something different. So there&#39;s no way of being able to work in an agile way and have version control. So you know what you are building on. You should start simple and keep building up.&lt;/p&gt;
&lt;p&gt;So it&#39;s really interesting. And there was some reports, um, Git Clear, uh, does a comprehensive analysis of it says 211 million lines of code, which come out of Git. And over this time they&#39;ve seen this sort of eightfold increase in duplicate lines. So there&#39;s less global management, less, uh, dry as used.&lt;/p&gt;
&lt;p&gt;Don&#39;t repeat yourself in code basis and code churn doubles because you&#39;re just constantly, if you&#39;re using this, you are just making new code each time. So there&#39;s no way of being able to do what developers have always needed to do. You know, they start with. The most simplest thing and build up and with a process, but if you use that, so, um, should we look at what Vibe coders are saying at the moment?&lt;/p&gt;
&lt;p&gt;[00:41:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Indeed. Indeed. Okay. Yeah. Okay. So Vibe Coding in 2026. Um, so again, back to this chap, uh, Andre Carpe, the, or Carpathy, I&#39;m not sure. Uh, built nano chat by hand, uh, stating AI tools weren&#39;t helpful for that. Then Boris Cherney, who created Anthropics Claude Code acknowledge vibe coding works well for throwaway code and prototypes, uh, but fails when developers need maintainable code.&lt;/p&gt;
&lt;p&gt;And then Michelle Trull, who&#39;s the CEO of Cursor told Fortune&#39;s Brainstorm AI conference, that vibe coding may work for quick prototypes, but creates unstable foundations. For serious applications. Thi this is some, somewhere I sort of arrived at independently of any of these three characters and it just felt that really, maybe if it&#39;s something on your local machine where you had a use for it and it was disposable.&lt;/p&gt;
&lt;p&gt;And I use the example of, I dunno, let&#39;s say you&#39;re about to file your tax and all of the bits and pieces that you&#39;ve got lying around on your desktop and what have you is, is difficult for you to pause. Maybe you&#39;d get something, it would do that work on your computer and then after you&#39;ve submitted your tax return, you just mothball it, dispose of that thing.&lt;/p&gt;
&lt;p&gt;But, but it&#39;s not out there in the wider world to be used by anybody. It&#39;s just you and you. You take the consequences of, of whether or not that spits out nonsense for you. But it&#39;s a personal project which kind of gets thrown away at the end. That seems to be where I was getting in the latter part, 20, 25.&lt;/p&gt;
&lt;p&gt;Sorry, over to you.&lt;/p&gt;
&lt;p&gt;[00:43:13] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, no, I think you&#39;re right. And I, I feel that&#39;s how, &#39;cause the ones that I saw, because of the type of crowd that we have to sort of people more do it yourself websites or building small websites. I saw Canva as being the big thing. It was all ai. You could build everything. But I see following.&lt;/p&gt;
&lt;p&gt;The backlash you got from Figma when they tried to do that same where you could turn your designs into code with that one, it got such a slate in. I see. That canvas seemed to be talking more in the terms that you are talking about. These are nice little applications for your own use, you know, a little calculator or whatever.&lt;/p&gt;
&lt;p&gt;But, but there is, I think there&#39;s a split in now if you, you hear people talking about good and bad vibe coding rather than abandon the whole idea. Okay. Um, so you&#39;ve got, it&#39;s good in the hands of coders who actually know how LLMs work and know that they&#39;re not going to be accurate all the time. So you make it into small little chunks that you decide what goes into the code base.&lt;/p&gt;
&lt;p&gt;That&#39;s one use of it. Good for the personal lapse that you are talking about, but bad for. The non coder who have live public facing websites that they&#39;re gonna put out because they&#39;re gonna be insecure and also they&#39;re going to be locked in, aren&#39;t they? To that? If they want to change it, they rewrite the whole of their page again, they have no control of it, and suddenly they are serfs because they are something that they could have probably done with HTML and CSS on their own.&lt;/p&gt;
&lt;p&gt;Quite simply, is now something which you have to rely on, the AI and whoever&#39;s providing it to keep control of it. And, you know, it&#39;s dangerous, isn&#39;t it, really? If you, if you put something up that has insecurities that you wouldn&#39;t normally have, because a lot of these, these sites are using technologies that you wouldn&#39;t need to have.&lt;/p&gt;
&lt;p&gt;If you HTML CSS, that&#39;s fine. But most of these are churning out things with lots of JavaScripts and lots of, you know, really complex stuff.&lt;/p&gt;
&lt;p&gt;[00:44:59] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So, Hmm. It&#39;s very interesting, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;[00:45:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Sorry. We&#39;ll move on to something more positive. I mean, it&#39;s interesting. I think that, you know, most of the major technology companies, Amazon, Microsoft, Google, meta, Tesla, they&#39;ve all gone in cycles of laying off developers only to rehire them again at a lower rate.&lt;/p&gt;
&lt;p&gt;I mean, they use AI as the reason, because that boosts the idea that AI is important. But they, they get people back because it&#39;s not that important. But also they get them back at a lower rate, you know? So, so you&#39;re breaking the workforce again. And that&#39;s kind of the thing. So, you know, maybe the devs, um, Cory&#39;s, you know, he&#39;s quite amusing on these sort of things.&lt;/p&gt;
&lt;p&gt;So he says, you know, he&#39;s always telling devs to watch out. You know, they, they can&#39;t yet treat you like Amazon workers or someone is working in a Chinese company for a, uh, for Apple or something. But, you know. They really don&#39;t want you to have these wonderful sort of offices where you&#39;ve got fuse ball and cappuccinos on demand.&lt;/p&gt;
&lt;p&gt;Right. The old Google&lt;/p&gt;
&lt;p&gt;[00:46:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; offices that everybody was, you know Yeah. Exactly. Wasn&#39;t working at, yeah, yeah, yeah. You&lt;/p&gt;
&lt;p&gt;[00:46:06] &lt;strong&gt;David Waumsley:&lt;/strong&gt; mean with your pink mahoan and you can have tattoos, you can have, you know, whatever piercings that you like, you know, at some point, you know, if they can get rid of you with AI, then you know, that&#39;s what&#39;s gonna happen.&lt;/p&gt;
&lt;p&gt;But, ah, y yay. Anyway, so right next I think we&#39;ll finish off with a bit more depressing stuff there. Oh, great. Before we get Lovely. Yeah, yeah, yeah. Just to end it, um, we&#39;ll finish off just with the sort of socioeconomic perspective of, you know, this kind of authors that we&#39;ve been featuring.&lt;/p&gt;
&lt;p&gt;[00:46:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So this one then is entitled, what&#39;s Fueling the AI Hype?&lt;/p&gt;
&lt;p&gt;Um, so three points here. Monopolist easy for me to say. Uh, monopolistic tech companies need, uh, fresh growth stories to satisfy customers. Um, then this one, which is much broader imperial expansion using a GI as a quasi religion. That&#39;s kind of interesting. And then the final one here, consolidating power by undermining democracy, right?&lt;/p&gt;
&lt;p&gt;This is, you&#39;re really opening the, uh, opening the jaws of this conversation, getting on a global, uh, civilizational, uh, level. Let&#39;s, uh, let&#39;s see what you got. Yeah,&lt;/p&gt;
&lt;p&gt;[00:47:16] &lt;strong&gt;David Waumsley:&lt;/strong&gt; well I think this is what all the authors are kind of looking at in a way. So Dr. Ro and Ttra are really pointing out the problems, sort of mentioned it anyway, the problems of growth when you&#39;ve already got a monopoly.&lt;/p&gt;
&lt;p&gt;When you are, you know, you, your Google search, you&#39;ve already got 90% of your people you need to find the best thing and the, the, the latest thing quickly. And ai, anything that looks really good with AI needed to be that thing. So there was this kind of need for growth there. You need something for investors.&lt;/p&gt;
&lt;p&gt;You need to tell &#39;em you are there at the forefront. &#39;cause they need more money, we need more growth, you&lt;/p&gt;
&lt;p&gt;[00:47:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; know, um, growth is always the thing. David, you have to be growing. There&#39;s no, yeah, there&#39;s no point in existing unless you&#39;re growing.&lt;/p&gt;
&lt;p&gt;[00:47:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And, uh, the, I mean, it&#39;s about imperial expansion because, you know, the tech and governments are kind of into it.&lt;/p&gt;
&lt;p&gt;Twined these days really for this, you know, that they&#39;re both financing each other in some sort of way. But I think Karen Howe is the one, I mean, she points out, particularly with Sam Altman, how he had diverse investments. I mean, most of these people are, you know, they&#39;re not inventors, they are investors and they look for new business opportunities.&lt;/p&gt;
&lt;p&gt;Sam Altman had, um, you know, lots and lots of &#39;em at the time. He jumped on this and she, she quotes really at the beginning of her book, something that was in a post by him in 2013 where he was saying about the most successful founders do not set out to create companies. They on a mission to create something closer to a religion.&lt;/p&gt;
&lt;p&gt;And that&#39;s very much the way that open AI have gone about this whole thing. Interesting. Yeah. So I think, you know, most of &#39;em will be pointing to the fact that we have those techno optimists. We have Elon Musk and Dr. Uh, mark and Andreas and Peter Thiel. Panier, um, Palantir. Sorry, Palantier,&lt;/p&gt;
&lt;p&gt;[00:48:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; that&#39;s right, yeah.&lt;/p&gt;
&lt;p&gt;[00:48:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Was tripping over my Wednesday. Um, you know, who generally as a view they see. Democracy as a problem to progress. You know, it really needs to be in the handful of geniuses who will be able to do this. And this is why we&#39;re there is this sort of consolidating of this power, trying to make sure that it&#39;s only led by a few people.&lt;/p&gt;
&lt;p&gt;If everybody&#39;s doing it, then it just ends up with a mess. So that&#39;s kind of, um, where we&#39;re at at the moment. It is interesting though, I mean, Karen, how makes the point about Sam Altman where you, you never know where somebody like him stands on everything. &#39;cause he&#39;s got the, the, uh, he does what his home product does, which is kind of mirror what you want to kind of hear all the time.&lt;/p&gt;
&lt;p&gt;So he is good at raising investor money, but if you are somebody who, with artificial general intelligence, you believe you are a, a dor as Karen calls &#39;em, somebody who thinks that it&#39;s gonna. Killers all in the end, or you are a boomer that is going to, you know, we&#39;re all going to live in abundance forevermore.&lt;/p&gt;
&lt;p&gt;It, it just really depends who you&#39;re talked to because as far as, as far as this whole project&#39;s concerned, Sam is both of those, but. Both talking about this is, is really good for the hype and I don&#39;t think, yes. Yeah,&lt;/p&gt;
&lt;p&gt;[00:50:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah, yeah. That&#39;s an interesting point. Anyway, sorry, go on.&lt;/p&gt;
&lt;p&gt;[00:50:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, no, it&#39;s fine. Um, what, um, there was just some other points here to make, I mean, there&#39;s so much we could talk about this, but I probably should skip on actually and we should talk about, um, the very obvious exception to.&lt;/p&gt;
&lt;p&gt;Kind of what we&#39;ve been talking about there is the worldwide web itself.&lt;/p&gt;
&lt;p&gt;[00:50:32] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So the strap line here is beautifully encapsulated. The web is for everyone, which is a lovely sentiment. So Tim Burnley, the inventor of the worldwide web published, this is for Everyone in late 2025. That&#39;s the book that we showed on one of the first slides.&lt;/p&gt;
&lt;p&gt;Um, it&#39;s a modest account of how this invention was built on the work of others, but it&#39;s also an account of the struggle to keep it in in public ownership. Um, it is critical of unregulated algorithm controlled. So you sort of summarized the, the book in just four bullet bullet points. Yeah. Was there, yeah.&lt;/p&gt;
&lt;p&gt;Was there more that you wanted to flash out on that?&lt;/p&gt;
&lt;p&gt;[00:51:12] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, just a little bit. I mean, I suppose what, what it was is that, um, it is quite modest in the fact that mostly what you did is the add, the HTTP protocol really making us be able to connect for one computer to another without the logins. Things like link and basic HTML style tags, which we used today, which were obviously fleshed out what already there in place.&lt;/p&gt;
&lt;p&gt;So, you know, he is good at acknowledging that shared resources. This kind of openness about your technology is there. Um, I mean he just made it obviously considerably more powerful for me. I would like to say. I think he deserves all the accolades that is, he&#39;s. Been given really for his ability to be able to keep the web in public ownership.&lt;/p&gt;
&lt;p&gt;Mm-hmm. So we have something like the W three C that makes all of these big powers have to work together. It doesn&#39;t progress. It&#39;s slow, but it doesn&#39;t progress until everybody agrees and everybody&#39;s on the same side. And it&#39;s one is few examples and I think that&#39;s why, uh, it&#39;s so great because, I mean, just recount a few little details and I think they&#39;re worth just sharing here.&lt;/p&gt;
&lt;p&gt;I mean, obviously in the early days there was Mark and Andrea and, uh, with the mosaic. Um, browser and he very much, I mean from Sir Tim&#39;s point of view, it was very much he could see that, uh, he, he liked to take credit for the web, take credit for the mosaic against his sort of partner. And he very much was keen to set up, uh, uh, sort of conference, if you like, to bring everybody together really around his vision.&lt;/p&gt;
&lt;p&gt;It&#39;s only that. So Tim managed to get something together, which turned into the W three C ahead of him. Otherwise, I think it would be slightly different. It would be a little bit like open AI not being ai. And he also makes a point, I&#39;ll tell this story anyway. He talks about, uh, Google&#39;s. Ian Hixon, who was the chair of the HTML development group around the time of HTML five, and he, um, managed to create a sort of splinter group taking in Mozilla opera and Apple away from the W three C at that point, um, to create the WA work.&lt;/p&gt;
&lt;p&gt;I never know how to say that, but it&#39;s the web hypertext application technology working group. Yeah. Obvious wish I would come up with short names for these. Um, but you know, from his point of view, he said he seemed to have a problem with accessibility reviews, you know, that he had to do for this one, and it was very, you know, good at being able to pull people away.&lt;/p&gt;
&lt;p&gt;So there was a break off from the WCC at that point on it. I mean, what. White was foiled eventually is because they discovered posts on his belief in human, uh, humanitarian eugenics. He believed that mothers should have a license to be able to have children and everything. So the, the tide turned against him.&lt;/p&gt;
&lt;p&gt;But what was revealed later is that the reason this splinter group was there, because he was working for Google, seen as someone neutral at the time before they had Chrome. But what was discovered there was that, you know, Google was secretly working on Chrome at the time, so it would favor them to splinter off on the W three C.&lt;/p&gt;
&lt;p&gt;So yes, it makes a just a, just a small thing. Yeah, it&#39;s quite interesting. So I think the book, from that point of view, you just have to say. You know, inventing is one thing, you know, but he&#39;s done that with the help of other people there. He&#39;s put the, he&#39;s joined the dots together. That&#39;s why he&#39;s so keen on this kind of open stuff and everybody being brought together across the world.&lt;/p&gt;
&lt;p&gt;And I think, you know, that&#39;s the, the key thing with that, where people want to kind of take this away really, if they can. So he is managed to keep that going. And I think it&#39;s really successful at the moment. At the moment we&#39;ve got why we&#39;ve got this show is because of the fact finally the browser walls are over and we&#39;ve got this interoperability that&#39;s running at the moment, allowing HT ML and CSS to really advance quickly.&lt;/p&gt;
&lt;p&gt;So I think, you&lt;/p&gt;
&lt;p&gt;[00:55:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; know,&lt;/p&gt;
&lt;p&gt;[00:55:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; you know, without that, it would&#39;ve been lost on that. Um, he does make the point, and I&#39;ll go in about the, I think one of the key things he wanted to make was the, the fact about these addictive algorithms that they&#39;re legally allowed. That you can, you know, w. People like Facebook and uh, TikTok or whatever, they know what&#39;s addictive on this.&lt;/p&gt;
&lt;p&gt;They know that. What gets us angry into this, he talks about Cambridge Analytica and how that had an impact on Brexit and Trump&#39;s campaign in the first place. And as you mentioned in the beginning about Australia&#39;s social media ban for the under 16 year olds, he, you know, he points out that something that I felt as well, but it&#39;s nice to see that he felt the same, was that it&#39;s just not getting to the root cause.&lt;/p&gt;
&lt;p&gt;The root cause is somebody needs to do something about harmful algorithms.&lt;/p&gt;
&lt;p&gt;[00:55:51] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yes. It&#39;s kind of, um, trying to put a, I don&#39;t know, a visor over, you know, a a blackout blind over somebody&#39;s eyes. Um, and yet it&#39;s still there in the background doing Its doing its interesting things. Yeah. Yeah. Okay.&lt;/p&gt;
&lt;p&gt;[00:56:04] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I&#39;m a, I&#39;m a victim of it and I&#39;m, you know, what&#39;s 60, 60 something now, so, yeah.&lt;/p&gt;
&lt;p&gt;Yeah.&lt;/p&gt;
&lt;p&gt;[00:56:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You only have to look along, uh, any row of any human being, uh, in, in this era, uh, to see the, uh, the addiction to the phones and the, uh, the social media. It&#39;s pretty rampant everywhere, isn&#39;t it? And I guess the systemic root cause is because the algorithms are incredibly successful. They&#39;re jolly good at doing what they&#39;re doing.&lt;/p&gt;
&lt;p&gt;Um, yeah. Making us feel angry. Yeah. Yeah. And, and engaged, you know, just like, or maybe engaged is the wrong word, but it captures our attention very successfully. You know? Incredibly successfully. Yeah. Um, okay. Right. So, and just,&lt;/p&gt;
&lt;p&gt;[00:56:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; just finally with him, I should mm-hmm. Just mention the things that he&#39;s doing.&lt;/p&gt;
&lt;p&gt;&#39;cause I think they&#39;re quite interesting. So he has a, a company, anyway, interrupt. Um, and they&#39;ve, he, he, he doesn&#39;t get much publicity really for those kind of things that he wants to talk about, but his idea for Web3 0.0 if you like, so apps and Facebook and all of that stuff. The social media was, if you like, 2.0.&lt;/p&gt;
&lt;p&gt;What he would like to see is that data goes into our own ownership. So he has the idea of these agent wallets and he has two sort of products, which is going out, which has been used commercially, but isn&#39;t out for us all at the moment. Which of course will be all open source stuff, uh, solid. And Charlie, so solid is, uh, a way that we can store our own data where we want, wherever we want.&lt;/p&gt;
&lt;p&gt;We might choose to use it on, you know, with Google some of it and we can disperse it. And Charlie is this sort of AI that he&#39;s working on that will kind of allow you to take the information from the web and then align it with how your life is to remind you how you&#39;ve done your work. So it&#39;s a very different route around it.&lt;/p&gt;
&lt;p&gt;Interesting.&lt;/p&gt;
&lt;p&gt;[00:57:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. Yeah, I guess we&#39;ll put links to those into the, uh, description below the, yeah, below the video or the audio. Okay, great. Yep. And, and then we&#39;ll one&lt;/p&gt;
&lt;p&gt;[00:58:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; last couple.&lt;/p&gt;
&lt;p&gt;[00:58:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Um,&lt;/p&gt;
&lt;p&gt;[00:58:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah, we&#39;re our reclaiming agency, so&lt;/p&gt;
&lt;p&gt;[00:58:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So more or less the penultimate slide. We&#39;ve got reclaiming agency. So three points here. The worldwide web is low tech. Uh, there&#39;s no need for a third party platform to make an effective website. All true. Um, the second point, we can own our own data and syndicate elsewhere.&lt;/p&gt;
&lt;p&gt;Again, all true, albeit not at the minute, but it&#39;d be nice if we could spin it that way. And the final one, we can build for people rather than algorithms. That, personally, from my point of view, that&#39;s the, uh, that&#39;s the crucial one. That&#39;s the one that I think needs to be in everybody&#39;s mind when we&#39;re thinking about this.&lt;/p&gt;
&lt;p&gt;Yeah. Yeah.&lt;/p&gt;
&lt;p&gt;[00:58:40] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I mean, I&#39;ve been thinking a lot about why they. Why I sort of feel no energy about websites and used to be so excited about it in the early days. I think the early days it represented this way of cutting out the middleman, being able to do things for our own, didn&#39;t matter what they were, whether they&#39;re capitalist ventures, whether they were socialists.&lt;/p&gt;
&lt;p&gt;You could cut out and, and be your own person and put something out, connect with people across the web. But, and it felt very empowering in the first place. Yeah. Now it seems to have got really stodgy, but I don&#39;t think it has to be the same web is there and it&#39;s got so much better Just recently since interoperability has finally been achieved, you know, with the browsers.&lt;/p&gt;
&lt;p&gt;So I think, you know, it&#39;ll take a bit of time, but if we&#39;re willing to give up, um, you know, sort of this need to go for short-term conveniences and stop falling for the marketing, you know, we can start making websites. Um. That, that you know, that it&#39;s so much easier. And that&#39;s what our kind of show is really about.&lt;/p&gt;
&lt;p&gt;It&#39;s about making some of the new hasty l and CSS, which is kind of vibe coding, just kind of took over. Nobody was really talking unless you were a developer. You weren&#39;t talking about how great CSS has become and how Right. Much more you can do in, so that&#39;s really the reason for this one. So, I mean, we can&#39;t, as people do much about things that I, you know, I hate the fact that we seem to be creating lots of fake enemies to fear around the world all the time.&lt;/p&gt;
&lt;p&gt;The fact that we&#39;ve got wealth inequality, which is getting worse. The fact that, you know, NHS data in the UK is just being shipped off as every other bit of data is to a few US companies. But we can avoid spending a fortune on a website and not have to continue to pay to promote it and update it. So if you, if you spend a lot on a website, which is on a platform, you have to maintain it.&lt;/p&gt;
&lt;p&gt;If you. Then spend that money, then you are almost, you have to get your visitors back on that. So then you&#39;re on with your Facebook and your Google ads. In order to do it, it&#39;s kind of like a trap, but we could go with the dumb web first and follow the rule of lease power like most professionals do, and just start with what we need, which in most cases for the sites most of us build, all we need is the htm, LCSS.&lt;/p&gt;
&lt;p&gt;And maybe we&#39;ll just need an open source, um, generator like, uh, eleventy, which we&#39;re using if it needs to do a lot or, uh, WordPress or something like that to be able to create our stuff without getting locked into. All kinds of systems. So we talked about it before, didn&#39;t we? On the show, we did something on the indie web and they got that position where you publish that, that posse thing where publish your own site, syndicate everywhere else, and they talk about web mentions and all of that kind of stuff.&lt;/p&gt;
&lt;p&gt;So it&#39;s just something that we could be jumping on. Yeah. And, um, anything you wanted to say here before we get to the final? No, I, I&lt;/p&gt;
&lt;p&gt;[01:01:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; mean, apart from the fact that it&#39;s just, it&#39;s just a lovely alignment of where we, we would like, well, you and I would like the, the arrow to be pointing in the year 2026. I mean, you&#39;ve laid out the case there.&lt;/p&gt;
&lt;p&gt;You&#39;ve done obviously a lot of research for this episode, for which I&#39;m very grateful. Thank you. Lots of show notes that you can&#39;t see, by the way, dear listener. Um, and you&#39;ve painted a, a, a, a picture of well. Some, some sort of dismaying version of how we are in the beginning of 2026. And then right at the end, here&#39;s some solutions there.&lt;/p&gt;
&lt;p&gt;There&#39;s this, there&#39;s this technology that exists. It&#39;s free, it&#39;s open, it&#39;s available for everybody. And somehow we&#39;ve, we&#39;ve been wearing blinkers for the last decade or more, and we&#39;ve been all kind of co-opted, um, voluntarily. Let&#39;s go with that. We&#39;ve kind of, mm-hmm. Maybe walked into things without really realizing what was going to happen again, maybe it wasn&#39;t intentional.&lt;/p&gt;
&lt;p&gt;Maybe it&#39;s just the forces that work that slowly over time get us to where we are. Where, you know, this ification that Corey Ero talks about, maybe it wasn&#39;t intentional, but it certainly happened. But there is a, there is a little bit of light at the end of the tunnel and it&#39;s, it&#39;s free, it&#39;s open, it&#39;s available, and it won&#39;t stop you doing anything.&lt;/p&gt;
&lt;p&gt;Um, but maybe we just have to realign and realize. What we&#39;re doing. Yeah. Before it&#39;s too late. Yeah.&lt;/p&gt;
&lt;p&gt;[01:03:00] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I think it&#39;s just a case of like ai, I mean, I think AI is wonderful. You can use it in your own way. As long as you have control over it, it&#39;s not going to take away your agency and give that to a small number of companies to Yeah.&lt;/p&gt;
&lt;p&gt;You know, then have control. And I think that&#39;s it. So, and last slide here. Um,&lt;/p&gt;
&lt;p&gt;[01:03:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yep. The last slide is, uh, is it the end or the start? Do we have to record this all again? Um, so this show, the aim is all about building websites that counter slop with quality. Ification with ownership, feudalism, with federation, ai, empires with human ingenuity, empathy, and respect.&lt;/p&gt;
&lt;p&gt;Did you write those four PO points or were they some out of the mind or somebody else?&lt;/p&gt;
&lt;p&gt;[01:03:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, they&#39;re, they&#39;re, they&#39;re mine.&lt;/p&gt;
&lt;p&gt;[01:03:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I love those. They more or less encapsulate it perfectly, don&#39;t they? It&#39;s very pithy and gets to the heart of it all perfectly. I love that. Really nicely gone. Ah,&lt;/p&gt;
&lt;p&gt;[01:03:53] &lt;strong&gt;David Waumsley:&lt;/strong&gt; okay. And I, I, I kind of felt that we&#39;re going into a new year and we&#39;ve been doing a show, not kind of moving into it, not knowing what we&#39;re doing, but in some ways, I, I think the show should have been called The Dumb Web Show.&lt;/p&gt;
&lt;p&gt;Actually. You can have certainly based&lt;/p&gt;
&lt;p&gt;[01:04:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; upon me, it should be called&lt;/p&gt;
&lt;p&gt;[01:04:08] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, no, no. But I mean, you know, dumbing down the web because you could do so much more with simple technologies, uh, without having to make it so, you know, like you&#39;re trapped into the new thing all the time. You have to jump on for what we do.&lt;/p&gt;
&lt;p&gt;Make small websites where we can connect with people still, I mean. Nobody knows. You don&#39;t need to spend a lot of money on SEO &#39;cause nobody knows if the AI is going to be the way with it. But if you put yourself out there and you do it and you keep the cost low, you&#39;re going to reach other people, you know?&lt;/p&gt;
&lt;p&gt;Mm-hmm. And you can still use the resources there. So I think, you know, it&#39;s our, I, I wanted to do this one because it&#39;s kind of our mission, I suppose, for the show, because what we&#39;ll try and do throughout this year is, we&#39;ll, we did it before, we tried to make some websites, but we kind of skipped over it.&lt;/p&gt;
&lt;p&gt;And we&#39;re still learning, uh, you know, CSS and stuff and some of the complex stuff. What we&#39;ll try and do this time is to. Show the simple process how anybody really people with no prior coding knowledge can simply make their own simple, say business websites or something for local business. And I think we&#39;ll try and do some episodes where, break that down into very, very simple thing so it won&#39;t be sort of highfaluting, uh, academic stuff for that.&lt;/p&gt;
&lt;p&gt;Um, right. This is just a way of introducing it as far as i&#39;s concerned.&lt;/p&gt;
&lt;p&gt;[01:05:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. So a, a bright future for the year 2026 for the, the, the newly titled Dom Web show. The Dumb Web Show. We should talk about that. That&#39;s actually a, I think that&#39;s quite an interesting title. Um, but anyway, we&#39;ll see, uh, maybe we&#39;re already captured by our title and the SEO and the Google.&lt;/p&gt;
&lt;p&gt;The Google search listings that go with what we&#39;ve already done. But, um, I guess that&#39;s, that wraps it up for this particular one. Yeah. Does it? Yeah. Yeah. It was a long one. Yeah, it was a long one. Um, but thank you. Um, so the year 2026 begins with a bang for this show. There&#39;s, uh, there&#39;s an awful lot of stuff that we would like to leave behind, but we&#39;re giving ourselves the opportunity to do things differently in 2026.&lt;/p&gt;
&lt;p&gt;Uh, David, anything you wanna say before I click the stop button?&lt;/p&gt;
&lt;p&gt;[01:06:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No. Thank you very much for your time today. Yeah.&lt;/p&gt;
&lt;p&gt;[01:06:12] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; You&#39;re very And everybody else who&#39;s got to the end. Yeah, yeah, yeah. The four people who&#39;ve got to the end. Thank you very much for listening. We&#39;ll be back at some point in the near future.&lt;/p&gt;
&lt;p&gt;Cheerio, Dave. Bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Google Ads for local businesses</title>
    <link href="https://noscript.show/26/" />
    <updated>2025-11-27T00:00:00Z</updated>
    <id>https://noscript.show/26/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here&#39;s the presentation slides.&lt;/p&gt;
&lt;embed class=&quot;full&quot; src=&quot;https://noscript.show/pdf/Google-Ads-ep26.pdf&quot; title=&quot;Episode slides&quot; type=&quot;application/pdf&quot; width=&quot;100%&quot; height=&quot;600px&quot;&gt;
&lt;h2 id=&quot;about-google-ads&quot;&gt;About Google Ads&lt;/h2&gt;
&lt;p&gt;Google&#39;s search is so dominant that &amp;quot;Googling&amp;quot; has become a universal verb. Its suite of services (Gmail, Maps, Calendar, Docs) are embedded in our daily life.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The world&#39;s largest advertising platform through Google Search, YouTube and its Display Network.&lt;/li&gt;
&lt;li&gt;Google&#39;s economic impact report puts advertisers average ROI at 800%.&lt;/li&gt;
&lt;li&gt;An average ROI can not be expected as there&#39;s no normal distribution.&lt;/li&gt;
&lt;li&gt;Success varies across industries and depends on skill.&lt;/li&gt;
&lt;li&gt;Google ads won&#39;t give suckers an even break.&lt;/li&gt;
&lt;li&gt;It&#39;s a subsidiary of the profit focused Alphabet, worth over 3 trillion.&lt;/li&gt;
&lt;li&gt;Google supplies free tools because the data support its primary business.&lt;/li&gt;
&lt;li&gt;Neil Patel claims that 8 out of 10 businesses lose money on Google Ads.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;traditional-vs-digital-marketing&quot;&gt;Traditional vs Digital Marketing&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;More traffic won&#39;t make a bad offer good.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;no-message-match&quot;&gt;No Message Match&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bob pays more per click because his homepage has a low quality score.&lt;/li&gt;
&lt;li&gt;He&#39;s at the top of Google search, but attracting those with the least patience to search his site.&lt;/li&gt;
&lt;li&gt;There&#39;s other distractions and no specific CTA.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;conversion-focused&quot;&gt;Conversion Focused&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A tweaked landing page for each ad type.&lt;/li&gt;
&lt;li&gt;Builds in urgency with FOMO.&lt;/li&gt;
&lt;li&gt;Includes a lower risk conversion option.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;mistakes-setting-up-ads&quot;&gt;Mistakes Setting Up Ads&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Not using &#39;Negative Keywords&#39;.&lt;/li&gt;
&lt;li&gt;Wrong location targeting.&lt;/li&gt;
&lt;li&gt;No conversion tracking.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;time-and-money&quot;&gt;Time and Money&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Google Ads is not &amp;quot;set and forget&amp;quot;.&lt;/li&gt;
&lt;li&gt;Most campaigns need 2-3 months of testing and optimization before hitting profitable ROI.&lt;/li&gt;
&lt;li&gt;You need to be responsive and have the budget.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;hired-help&quot;&gt;Hired Help&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A red flag is someone approaching you offering to get you more traffic.&lt;/li&gt;
&lt;li&gt;Don&#39;t place too much faith in badges.&lt;/li&gt;
&lt;li&gt;Look for transparency and someone who can show examples of returns for clients similar you.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;checklist&quot;&gt;Checklist&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Have you optimized your Google Business profile?&lt;/li&gt;
&lt;li&gt;Have you checked Google&#39;s &lt;a href=&quot;https://business.google.com/us/ad-solutions/local-service-ads/&quot;&gt;Local Service Ads&lt;/a&gt;?&lt;/li&gt;
&lt;li&gt;Have you optimized your on-site SEO?&lt;/li&gt;
&lt;/ul&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there. Welcome to the No Script Show. This episode is going to be all about Google Ads and is for those new to pay per click advertising, particularly small businesses, for example, vets, accountants, therapists, electricians, et cetera.&lt;/p&gt;
&lt;p&gt;From our experience helping these businesses build websites, many don&#39;t have the time to learn the differences between traditional marketing, so for example, advertising in newspapers, local radio, buying sports kits for local teams, et cetera, and digital marketing to which Google. Ads belongs as this is key to spending marketing budgets.&lt;/p&gt;
&lt;p&gt;Well, we&#39;re going to go over what to consider before launching a Google Ads campaign. You can find the transcript, the show notes, and the presentation slides. They&#39;re gonna be at the website. No script show. Forward slash 26. So the numbers two, six, and if you&#39;re watching on YouTube, the link will be in the first comment just below the subscribe and like buttons, which you incidentally should press.&lt;/p&gt;
&lt;p&gt;Should you wish to get more content from us in the future. As always. I&#39;m joined by David Wamsley. Hi there, David. Hey&lt;/p&gt;
&lt;p&gt;[00:01:12] &lt;strong&gt;David Waumsley:&lt;/strong&gt; thanks Nathan. Oh, well, I&#39;m hoping this episode might be of use to future clients of mine. That&#39;s really my intention behind it. Even though I kind of do a bit of marketing strategy when I&#39;m building client sites.&lt;/p&gt;
&lt;p&gt;&#39;cause obviously I have to think about the users when I&#39;m doing that. Rarely does this stick with them at all. So it&#39;s fairly common. A few years later when things had gone quiet on the website for me to get a request to add a Google tracking script or when with a WordPress site to give access to a Google ad campaign manager.&lt;/p&gt;
&lt;p&gt;And recently, and this is what prompted me to want to talk about this, a client forwarded a. Appointment with a Google technician, support team member. Right. And the, there was no information. So there was an expectation that I would attend this meeting and but I wasn&#39;t sure, so I thought it was a phishing email or something because Right.&lt;/p&gt;
&lt;p&gt;Google. Google are huge. They&#39;ve got, 300 billion in ad revenue, so they&#39;ve never been interested in handholding small businesses before. But it seems looking this up that it&#39;s just one of several defensive actions that Google&#39;s been taking since a recent decline in their search dominance.&lt;/p&gt;
&lt;p&gt;Okay. Experienced advertisers are starting to report that they&#39;re getting poorer ad performance. So I think they&#39;re acting accordingly and looking to beginners who previously wouldn&#39;t have spent anything because they couldn&#39;t get beyond that sort of setting up of the campaign and the Google Tag Manager, the way of being able to analyze the results.&lt;/p&gt;
&lt;p&gt;So that&#39;s really what&#39;s brought this on for me. Maybe this is a good thing that Google are doing, but there&#39;s a bit of me, the cynic in me that&#39;s thinking, well, this. Did this complexity mean that it was stopping people from who shouldn&#39;t have been doing it, doing this? Should you be flying a plane really if you don&#39;t know how to take off?&lt;/p&gt;
&lt;p&gt;So I think, right, good point. Probably, yeah, give some advice on this. So we&#39;ll move on to our slides probably and talk a little bit about what Google and Google ads are.&lt;/p&gt;
&lt;p&gt;[00:03:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Okay. So that&#39;s a, I guess that&#39;s a good place to begin. So just cribbing from the slide here a little bit. Google&#39;s search is really pretty dominant.&lt;/p&gt;
&lt;p&gt;I mean, I don&#39;t know exactly what the numbers are, but it has become like a universal verb to say to Google things. We definitely used to say search, but now we say Google. And then of course it&#39;s got a massive suite of products behind it. I mean, there&#39;s four listed here, but there&#39;s way more than this Gmail maps, calendar docs.&lt;/p&gt;
&lt;p&gt;Pretty much everything in my life is embedded in those. We, for example, share docs in Google Docs for this show, and I use Google Maps and I&#39;m a Gmail user. It&#39;s pretty much everything. If Google went down, I&#39;m in big trouble. It is the world&#39;s largest advertising platform, which is kind of strange to know through Google Search, for example, YouTube as well.&lt;/p&gt;
&lt;p&gt;And it&#39;s got its ad display network and Google&#39;s economic impact report puts advertisers average return. At 800%. That seems like an eye watering figure, but okay. There it is. 800%.&lt;/p&gt;
&lt;p&gt;[00:04:21] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Wow. Yeah. Yeah, I know. And well, I did a bit of research onto this one and I should probably mention as well that for those who don&#39;t know, Google Display Network, it.&lt;/p&gt;
&lt;p&gt;It&#39;s really this collection of over 2 million external sites and apps, often blogs and games that make money from displaying ads. So, they put their ads on their site. If somebody clicks on it, they make money from Google. There are other creditable reports that suggest that the number, the return on investment might be more like.&lt;/p&gt;
&lt;p&gt;200 to 400. And then I think typically as an industry, it seems that most people will say that the average return on an ad spend is for every. For every $1 spent, you&#39;ll get $2 in revenue, but it&#39;s still pretty good, isn&#39;t it? And you can see why. Well,&lt;/p&gt;
&lt;p&gt;[00:05:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. I mean, so long as it&#39;s more than $1 for $1, it&#39;s probably a good business decision to start using things like that.&lt;/p&gt;
&lt;p&gt;I&#39;m staggered that it. Is as high as that. In all honesty. I kind of thought the days of that were all over. But anyway, so there&#39;s more in the about section. So for example this whole ad thing is a subsidiary of the profit focused Alphabet. So Alphabet is the parent company of Google.&lt;/p&gt;
&lt;p&gt;That I don&#39;t know. Quite why they did that move a few years ago. But they did. And alphabet itself, gosh, really $3 trillion is apparently the worth of alphabet, which is pretty amazing. Google supplies free tools because the data supports its primary business. Yeah. They&#39;re not giving it to you for No Yeah.&lt;/p&gt;
&lt;p&gt;Reason at all. And Google Ads won&#39;t give suckers an even break. What did you mean by that exactly?&lt;/p&gt;
&lt;p&gt;[00:05:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Well, I.&lt;/p&gt;
&lt;p&gt;[00:05:57] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; They, they&#39;re&lt;/p&gt;
&lt;p&gt;[00:05:58] &lt;strong&gt;David Waumsley:&lt;/strong&gt; a business and their ads are set up. If you go in with no skill or no knowledge and you go with their defaults, they&#39;re not going to necessarily work in your interest but work.&lt;/p&gt;
&lt;p&gt;Yeah. In their business interests. And I think we&#39;ll see that as we go through. I mean, really this slide is just to, because I think many of us will see Google through rose tinted spectacles that you know Yeah. But they are one of the magnificent seven out there, apple, Microsoft, gosh, Amazon, no script show.&lt;/p&gt;
&lt;p&gt;No script show. Satan I dunno who the others are. But and we, I think particularly I talk to clients all the time because I, people who came in on that wave of. The digital revolution saw Google as this wonderful people who just did things right, who had a really good culture.&lt;/p&gt;
&lt;p&gt;Yeah. People wanted to work for them, but I think, we have to realize that their ethics has kind of been watered down over the years. They are big corporate business. There don&#39;t be evil motto has long gone. And more recently, the longstanding commitment to avoid AI in weapons development that&#39;s gone.&lt;/p&gt;
&lt;p&gt;Google&#39;s face multiple. Privacy violations and probably in terms of that, just taking the most tinted spectacles off. One thing that if you&#39;re going into this, that you need to be aware of, &#39;cause. They won&#39;t make your way off because of GDPR. If you are sending any data, which you will do through Google Tag Manager, you actually need the consent to be able to do that before someone&#39;s data is taken over there.&lt;/p&gt;
&lt;p&gt;Right. And of course, like most businesses who are set up to trade in data like Google. They&#39;re only really going to advertise where they meet GDPR. They&#39;re not likely to advertise to somebody who&#39;s setting up Google Tag Manager that you need to add this. Quite intrusive off putting privacy pop up to your website which you will need to do if you get into Google Ads.&lt;/p&gt;
&lt;p&gt;So I&#39;ll move&lt;/p&gt;
&lt;p&gt;[00:07:52] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; on to another slide. Okay, so I guess this is our final about slide. So there&#39;s some more information about Google and whatnot. So an average return on investment cannot, can&#39;t be expected as there&#39;s no normal distribution. The success is gonna vary across industries and depending on skill.&lt;/p&gt;
&lt;p&gt;I I&#39;m just gonna dwell on that point. I think that skill bit is the crucial bit and probably what we&#39;re doing here, in all honesty, setting it up properly. Like the defaults are probably not gonna get you anywhere. And it&#39;s a bit like something like Google Analytics. The devil is in the detail, which is in a menu, buried in a menu, buried in a menu, buried in a menu.&lt;/p&gt;
&lt;p&gt;And also a familiarity with the interface and the ability to adapt as that interface changes over time, which inevitably will. And the final point in our about section is Neil Patel. Claims that eight outta 10 businesses lose money on Google ads, which is about everything you need to know about that.&lt;/p&gt;
&lt;p&gt;Really? Yeah. If the ROI is claimed to be 800%, but eight out of 10 businesses seem to lose money on it, you, there&#39;s definitely something going wrong for those 80%, and yet the 20% seem to be making all the headway from the platform.&lt;/p&gt;
&lt;p&gt;[00:09:00] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I mean, Neil Patel, I mean, he is a prominent digital marketer.&lt;/p&gt;
&lt;p&gt;For those who don&#39;t know Nathan, and I know his work, he&#39;s authored books and he creates a lot of SEO content and I think he still owns a keyword research tool as well, but it&#39;s not really backed up. But I will say in this, with my limited number of clients that I know of, maybe there&#39;s about seven or eight of them who I know of who have spent money on Google ads.&lt;/p&gt;
&lt;p&gt;None of &#39;em are particularly knowledgeable about this. Actually, they all lost money on it, basically. So, what Neil Patel&#39;s saying is probably likely a lot of people go in not really knowing what they need to know.&lt;/p&gt;
&lt;p&gt;[00:09:39] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Okay, so we&#39;re gonna drive the conversation forwards a little bit and we&#39;ve got a number of different slides to promote that conversation.&lt;/p&gt;
&lt;p&gt;So here we go. The first bit we&#39;re gonna tackle is traditional. Whatever that means versus digital marketing. So we&#39;ve got this strap line here of more traffic won&#39;t make a bad offer. Good. It kind of stands the reason, doesn&#39;t it? Yeah. If you if you&#39;ve got a bad thing, it doesn&#39;t matter how much you spend on the advertising, nobody is gonna buy it, but you&#39;ve got some more data to back this up.&lt;/p&gt;
&lt;p&gt;[00:10:06] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah I&#39;m just gonna concentrate on this a bit &#39;cause I think this is the crucial thing about anyone getting into this, because traditional advertising, I think most of us know of moving to digital, it&#39;s hard to get your head around that. So traditional advertising through old media. Was fairly intrusive and blunt.&lt;/p&gt;
&lt;p&gt;You would&#39;ve to advertise to everybody. So where you and I might have enjoyed the body form TV ads or something, you and I as gents wouldn&#39;t have been interested in the sanitary towel product because apparently according to Jimmy Carr, it&#39;s not a proper gift. Oh, okay. Right. Okay. But and I think similarly when we go into the first wave of digital marketing, a lot of people carried that mentality around just get more traffic.&lt;/p&gt;
&lt;p&gt;So people were gaming Google we keyword stuff in all the stuff that you knew about in the two thousands and 10 Google. Kind of got their act together and punish people who were gaming the algorithm. &#39;cause it wasn&#39;t in their business interest. And a lot of people kind of went out that time.&lt;/p&gt;
&lt;p&gt;And that&#39;s saw, I mean, it was always there in the first place and offline. But there was a concentration in our way to think about conversion. The idea of using sales psychology to present an offer in a targeted way. Which you can do. That&#39;s the beauty I think of Google Ads.&lt;/p&gt;
&lt;p&gt;Unlike any other sort of search engine work that you might do it allows you to kind of really finely tune who you&#39;re going to Yeah. Have come to your site and. I mean, I&#39;m gonna go on a little bit on this, but I, we, I think we just instinctively know this in the real world. So if for my example here, if I was setting up, I&#39;m not going to do this a shop, and it, this shop only has one product.&lt;/p&gt;
&lt;p&gt;It sells classic black dresses. We&#39;d know instinctively that value of that dress would depend on the person coming through how they would value it. So if a young teenager came through. I&#39;m probably going to guess when they come through that they&#39;re not gonna be interested in stuff that I might have worried about.&lt;/p&gt;
&lt;p&gt;The fabric that it&#39;s durability, that it&#39;s easy, washable, that&#39;s probably not gonna be their primary concern, whether it&#39;s called who&#39;s wearing it now might be their thing. If it&#39;s an older person, they might be like me, they change their weight all the time and they want to know that it can adjust to that.&lt;/p&gt;
&lt;p&gt;If it&#39;s a man coming into the shop or something. Assuming that they&#39;re not like me and they&#39;d like to go by the name Susan at the weekend. I&#39;m joking there. By the way. It&#39;s Jenny. I prefer, sorry. No, really? If they come in, they&#39;re probably looking for a gift so they won&#39;t reassurances.&lt;/p&gt;
&lt;p&gt;That this might be the gift for the right kind of person, and you might sell the fact that it&#39;s easy returnable, that sizes don&#39;t matter too much. It&#39;s quite forgiving and that you gift wrap. So if you see what I mean. Yeah. One product Yep. Can be sold. And the highlighting and that I think is the key thing about where Google Ads come in is because it allows you, with pay-per-click, you can target who&#39;s coming into your shop so you can greet them.&lt;/p&gt;
&lt;p&gt;With the best story, if you like, to be able to convert them. So, I will move on. Sorry, we&#39;ll move on to this side.&lt;/p&gt;
&lt;p&gt;[00:13:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Well, no, it&#39;s okay. I&#39;ve just got a couple of things to add to that, and that is to add to that. And that is that, that sort of hyper targeting whilst yeah. Whilst it&#39;s like the unicorn, it&#39;s what everybody wants.&lt;/p&gt;
&lt;p&gt;There&#39;s also a boatload of work in there, isn&#39;t there? Because each time that you identify this, let&#39;s go for avatar, that word, this persona if you like. Yeah. You&#39;ve gotta tweak the message for that eventuality and then tweak it for this other possible eventuality. And so, in the same way that putting a shop op.&lt;/p&gt;
&lt;p&gt;You&#39;re gonna have expenses in terms of, rent, electricity, gas, staffing, and all of that. This isn&#39;t a quick fix. You&#39;re probably just gonna have to divest some of those resources into other ways. You won&#39;t have the gas to pay for, you won&#39;t have the electricity to pay for, but you still have to pay for stuff to make this work because time will be the thing and expertise will be the thing.&lt;/p&gt;
&lt;p&gt;So it&#39;s not like you just move everything and it&#39;s instantly rainbows. Yeah. There&#39;ll still be an awful lot of work to do to figure out how these people, who these people are and figure out the language to correctly sell to them. And yeah. So, sorry, that brings us to the next slide, which is the yeah, the irascible Bob Smith, who is a gardener.&lt;/p&gt;
&lt;p&gt;[00:14:20] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So I&#39;m just gonna use him as an example of this. Yeah. I mean, most websites, the homepage. Do things that you would never do in a shop. So, somebody entered your shop, you wouldn&#39;t say, welcome to my black dress Emporium. We were established in blah blah year. Yes. And we are passionate about, you would move straight into it.&lt;/p&gt;
&lt;p&gt;And that&#39;s the problem with homepage. So if we imagine we are Bob Smith and we&#39;re a landscape gardener in the uk, in the county of Lincolnshire, which we. Both hail from. Yeah. And let&#39;s imagine that he gets lots of work from his website, but it&#39;s general gardening work. He doesn&#39;t get the stuff that he would ideally like to be doing, the hard landscaping, making patios, walls, driveways, and past that kind of thing.&lt;/p&gt;
&lt;p&gt;So he&#39;s told, he&#39;s got his website. It&#39;s doing its job, it&#39;s not giving him the work that he wants. He is told he can target people via Google ads, so he sets up campaigns for them. But the problem is that he. Sends all of this traffic to his generic homepage where there&#39;s kind of very limited message match.&lt;/p&gt;
&lt;p&gt;And I&#39;ll let you read&lt;/p&gt;
&lt;p&gt;[00:15:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; out these main points. Yeah. Okay. So I guess this is like the golden goose, isn&#39;t it, of the internet, the ability to target things. So for example, in the case of Bob Smith he&#39;s gonna be paying more per click because this page has a low quality score. So in other words, the people that are arriving at that page.&lt;/p&gt;
&lt;p&gt;The intuitions are not quite aligned to what it is that they&#39;re looking for. He&#39;s at the top of Google search, but attracting those with least patience to search. His site, which is kind of curious, isn&#39;t it? That&#39;s a weird juxtaposition of information. The idea that people who are quickly searching around on Google might be the people who are the least likely to dwell and stick around.&lt;/p&gt;
&lt;p&gt;And then also there&#39;s a dis, there&#39;s distraction and no specific call to action as well. Yeah. If we, you can just about see the picture. Yeah. Under David, there, there&#39;s, it&#39;s very generic. There&#39;s nothing particularly leading you to the next step.&lt;/p&gt;
&lt;p&gt;[00:16:14] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I think that quality score is an important thing, but it&#39;s about relevancy.&lt;/p&gt;
&lt;p&gt;I mean, if you are going to cheat your way to the top by paying Google to surface on the top, the less relevant your page is. And that&#39;s gonna be about keywords. So in a typical website like Bob&#39;s, he&#39;s probably gonna have a section that goes into hard landscaping, but on his page, he&#39;s probably got no mention of patios, the thing that he&#39;s advertising.&lt;/p&gt;
&lt;p&gt;Right? Right. So when somebody goes there, they land on a generic page with a generic. Call to action to get an estimate and no mention of the thing that sent &#39;em there in the first place. And given that those people are probably clicking on the first thing that they see, they&#39;re probably least likely to go search and they expect it to be handed to them.&lt;/p&gt;
&lt;p&gt;[00:16:53] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. So, oh, I see. Yeah. Yeah. That&#39;s a really interesting intuition. Yeah. Yeah.&lt;/p&gt;
&lt;p&gt;[00:16:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So I think that&#39;s the thing. I mean, quality score, I should just probably emphasize is a little bit more than just having the words in there because Google use this as a way of predicting how likely your ads.&lt;/p&gt;
&lt;p&gt;Likely to be clicked on the sort of relevance to what you&#39;re talking about and your site and you know how closely your ad copy, which is quite important if you&#39;re setting up the schemes to get that right. Match the user search intent. So Bob really, like most people, would have no time. To work on a landing page that was specific for each of the people he was sending.&lt;/p&gt;
&lt;p&gt;He&#39;d be too busy to do keyword research to know, which is the sort of low hanging fruit to pay the least. And he&#39;s probably unlikely to set up lots of variations of the copy of the ad to see which one performs best as a quality score on all of this. So you end up, and I&#39;m sure this is the case with a lot of people that.&lt;/p&gt;
&lt;p&gt;They&#39;re willing to pay to bring more the people that they want to see, but in that they are ignoring. The key thing that Google Ads does is that it allow you to get a specific type of user, and it&#39;s the user and how you accommodate them that ultimately makes it possible for him to get the work that he wants.&lt;/p&gt;
&lt;p&gt;[00:18:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; The other thing for Bob, sorry, can we just, if we just stay with Bob for a minute, is Oh yes. That, given that Bob is a gardener Yeah. Like he&#39;s just doing this whole gardening thing and the internet is probably not his thing. Maybe it&#39;s his thing, but probably not. And so that whole intuition of, okay, you need a page for this and it needs to be configured in this way to attract these kind of people.&lt;/p&gt;
&lt;p&gt;That&#39;s not. Bob&#39;s thing. That&#39;s kind of your thing. My thing. You&#39;ve got a background in psychology, which always bleeds into these conversations. You probably don&#39;t even notice it, but there&#39;s always some psychological driver in what you say, and I think that&#39;s really interesting. What are the intuitions?&lt;/p&gt;
&lt;p&gt;What are the incentives that people arrive at that page on? Yeah. Is gonna be really important. The other thing is that Bob is failing. I&#39;m assuming a bit about Bob, but I&#39;m imagining Bob is watching the pennies and every single thing that he spends on a Google ad, it could feel like a complete black hole of money, yeah. I&#39;ve just spent 200 pounds and I don&#39;t have any intuition as to what happened to it, whereas the ad that I put in the local paper, I got a phone call. And I know that gave me something back and it&#39;s so much less obvious. Yeah. It&#39;s easy to say 800% ROI on Google ads. It&#39;s, but it&#39;s harder to know.&lt;/p&gt;
&lt;p&gt;Where that 800% is coming from, because the internet just doesn&#39;t give you that information. Well, it doesn&#39;t out of the box, obviously. We&#39;ll maybe get into that in a future episode. Anyway, that&#39;s me finished about Bob. Sorry. Yeah,&lt;/p&gt;
&lt;p&gt;[00:19:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; no, that&#39;s fine. I mean, I, what I&#39;ve done is, and I&#39;m gonna have to talk on a bit there, I&#39;ve contrasted it with Bob&#39;s wife, who&#39;s Mary, who runs a marketing business.&lt;/p&gt;
&lt;p&gt;So she knows this stuff and she has a web designer, she has somebody who does the Google ads managing for, but they coordinate the two sides of this. Through her strategy. So one of her clients wants to promote a summer music festival a year ahead of the event. So what she would do as somebody with a kind of marketing mindset or digital marketing mindset, she&#39;d set up a landing page for that.&lt;/p&gt;
&lt;p&gt;Early on to try and get listed on search as soon as possible, and then via social media and blog posts in particular, she&#39;ll create links into it to hope that it&#39;ll get promoted in organic search and not have to pay for anything. Right. So she&#39;s likely to do keyword research for the blog, so you know, she&#39;ll be.&lt;/p&gt;
&lt;p&gt;Doing that sort of psychology, thinking about who are the people who might be interested in this are the potential customers that might be holiday makers coming to Lincolnshire in the summer. There&#39;ll be regular music lovers, concert goers. There&#39;ll be fans of the performers that might be on that show, and she can write blog posts on all of these and create this kind of hub and try and get free traffic.&lt;/p&gt;
&lt;p&gt;And that&#39;s the ideal, she would start with that a year ahead, hope to sell all the tickets, but she would also know, and this is where Google Ads could be useful, is that on something time sensitive where she doesn&#39;t have the time for this to rank higher in, in organic search. Right, right. We use Google Ads to boost, what does less well organically, and she&#39;s already done the keyword research for a blog post anyway, so that&#39;s gonna give her, when she&#39;s doing that, she&#39;s going to note what the cost per click is, what she&#39;s doing that. So she&#39;s already set up, if you like to be ready for Google ads. So. She is well, conversion focused.&lt;/p&gt;
&lt;p&gt;Conversion focused.&lt;/p&gt;
&lt;p&gt;[00:21:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Okay. So the skinny on conversion being conversion focused is a tweaked landing page for each ad type. So we kind of alluded to that with Bob. So rather than just generically dropping in on the homepage, there&#39;s a place. Where each of the ads will end up, and hopefully it&#39;s fine tuned to what the ad message was saying.&lt;/p&gt;
&lt;p&gt;Builds in urgency with a bit of fomo. So the fear of missing out, I guess that&#39;s in the case of a concert, that&#39;s nice and easy to achieve, isn&#39;t it? Because there&#39;s a deadline in terms of the calendar, but there&#39;s also a finite amount of tickets may be more difficult for Bob Special offers, things like that.&lt;/p&gt;
&lt;p&gt;Who knows? But also includes a lower risk of, sorry, includes a lower risk conversion option. As well.&lt;/p&gt;
&lt;p&gt;[00:22:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Sorry, I put this in the notes there. But yeah, so with her, she could do the fomo ad can stand out &#39;cause she can say this is the last chance to get your 20% off this concert. To try and increase the urgency.&lt;/p&gt;
&lt;p&gt;And then of course, what she&#39;s going to do with her landing page says it&#39;s built and it&#39;s gonna have lots of different imagery. She can change that imagery. So she&#39;s attracting families. She&#39;ll have more family stuff with kids in it, on images of the stuff. And she can change all the headlines to match what&#39;s going in.&lt;/p&gt;
&lt;p&gt;So. Some of those ads will be set up to see if the money is gonna help &#39;em convert. But also I think what she&#39;ll know, and this is something that Neil Patel and people like that would allude to as a digital marketer, is that most of them will know and we know. That over 70% of the people who will visit a website will leave.&lt;/p&gt;
&lt;p&gt;They&#39;ll get distracted and they&#39;ll never return again. They&#39;ll just completely forget about it. Life takes over. And so what you would generally do, if there&#39;s a possibility you would add in a lower risk conversion option to go in that. So for Mary, there were a lot of options that she could do that would build into what she would do.&lt;/p&gt;
&lt;p&gt;So if she&#39;s trying to attract the tourist or something coming into Lincoln she might add into the bottom of that. For the, in exchange for an email that there&#39;s a guide that they can download here. To find out about other events for music lovers, similar music events for bargain hunters where there are discounted events in the area.&lt;/p&gt;
&lt;p&gt;All that kind of stuff is a way of just getting an email of somebody so you could follow them up later at some point and just say, here it is. And encourage &#39;em to go again. So your cost for your click, you&#39;ve got another chance to reuse that, so, right. Yeah. Yeah. Yeah. And I think that&#39;s, I mean. Obviously there&#39;s so much more we can go into about the sales psychology and the conversion side, but I mean, anybody who&#39;s new to this, hopefully that sort of gives you a flavor for the different type of mindset that Mayri might have compared to Bob.&lt;/p&gt;
&lt;p&gt;Yeah. When looking&lt;/p&gt;
&lt;p&gt;[00:24:01] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; at this. Yeah. So it kind of feels like everything that we&#39;ve done so far is a bit of the why. Yeah. And now it feels like we&#39;re moving into the how the practicalities of doing things. So here&#39;s our, here are some examples of making mistakes whilst setting up the ads. This is basically where I would always fall down.&lt;/p&gt;
&lt;p&gt;There was always things that I think. That I didn&#39;t do correctly. I didn&#39;t understand the tool and what have you. So, so just a few, three to begin with, not using negative words. Wrong location targeting. Ooh. Yeah. And also no conversion tracking, so you&#39;re not following that through and figuring out when people did a certain action.&lt;/p&gt;
&lt;p&gt;So yeah. Over to you, David.&lt;/p&gt;
&lt;p&gt;[00:24:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah. So, I mean, negative keywords, I mean, I looked this up myself. There were people giving various estimates about how much that might loot waste in your budget. It went from 30 to 80% of your budget. Wow. So it&#39;s that example of, well, even you, I mean, we can&#39;t get into all the details, but you get an option of basically a broad match for your search terms.&lt;/p&gt;
&lt;p&gt;So you can bring in people that are. Words that are very similar to what you&#39;ve put in your ads or what the keywords you&#39;re working for. Or you can have an exact match, but even with an exact match. And this is where you need to keep up with Google &#39;cause it changes the rules on you. So, there&#39;s a lot of work in that, but even with an exact match, you need negative keywords.&lt;/p&gt;
&lt;p&gt;So Bob, obviously he wants to maybe promote his patios that he&#39;s doing, but of course he wants to get rid of the people who are searching for DIY patio. And as he is at the top, he doesn&#39;t wanna get. People who are just gonna click on it &#39;cause they think that&#39;s what they search for. DIY. And he came up so they&#39;ve clicked on him.&lt;/p&gt;
&lt;p&gt;So you wanna get all these negative keywords, words that people could type that are similar to what you are doing. If you were a carpenter, you might wanna remove the word canon &#39;cause you don&#39;t want people searching for music by the carpenters or whatever.&lt;/p&gt;
&lt;p&gt;[00:25:45] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:25:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; So there&#39;s that.&lt;/p&gt;
&lt;p&gt;And then. Wrong location targeting. There&#39;s a little, this is what was mentioned in before about Google, kind of set it up for their interest, not necessarily yours. They set it up so it says presence and interest in an area where most people will want to change that to just presence. They are actually coming from the area.&lt;/p&gt;
&lt;p&gt;Yeah, itself. Now, in Bob&#39;s case that would be the case because, I might need a landscape gardener actually for this house that we&#39;ve got in India. But, and I&#39;ve got an interest in Lincoln&#39;s share. So if he left it at the default, I would see his ads and think he&#39;s for me. Yeah. So where Mary might want to.&lt;/p&gt;
&lt;p&gt;For a particular campaign where she wants the holiday makers from out the area, she might want to leave it on the default for that particular campaign. So yeah. You can really make a mistake by advertising to the wrong people. I think this is gets much more complex these days, particularly with the sort of new digital acts and everything and people move into VPNs.&lt;/p&gt;
&lt;p&gt;You&#39;re not quite sure where anybody really is these days. But anyway, that&#39;s just one of the challenges. Yes, it&#39;s, yeah. Yeah, and the other thing to just let that&#39;s the targeted, the conversion tracking, obviously this is the thing that Google are helping people with by now. Setting that up, I think it has to be noted that when you&#39;ve got somebody like Bob, he&#39;s got, he&#39;s going in and it&#39;s very simple, I think for Google to give in a little bit of time to say, okay, we can just, we can track.&lt;/p&gt;
&lt;p&gt;Who&#39;s coming through your contact form or maybe your clickable telephone number. Whereas Mary, I don&#39;t, I, I dunno if Google would spend all the time that they would need to do to set up something with Mary where she&#39;s got lots of different calls to actions and buttons going on for different pages, lots of different funnels that people can go through to take up the secondary option.&lt;/p&gt;
&lt;p&gt;So I&#39;m not sure if Google would be helping the professional in that way. Okay. That&#39;s interesting.&lt;/p&gt;
&lt;p&gt;[00:27:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. Yeah. So the other thing to think about shall, about, shall I take this or do you wanna go with it? Yeah, please. Yeah. Okay. So, okay, thank you. The next one time and money. Probably the secondly word anyway at least is why we&#39;re doing this.&lt;/p&gt;
&lt;p&gt;Google Ads is not a case of set it and forget it. Oh, I wish it was a case of set it and forget it. Everything&#39;s gonna change, isn&#39;t it? Your offers are gonna change, your pricing is gonna change, but also there you are is probably gonna change. So you need to stay familiar with that.&lt;/p&gt;
&lt;p&gt;Most campaigns, this is fairly amazing. Most campaigns need two to three months of testing, gosh. And optimization before. Hitting a profitable ROI. That&#39;s the bit that Google definitely won&#39;t be alerting you to out of the gate. I wouldn&#39;t have thought. And you need to be responsive and have a budget, so able to change and able to spend and adjust your spending as things ramp up, time of year, whatever it may be.&lt;/p&gt;
&lt;p&gt;[00:28:29] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, well I used a bit of AI to try and pull together what other people were saying about the sort of time that&#39;s required for this. And they came out with a sort of minimum of an initial setup, four to eight hours. Yep. Monitoring one to two hours and a monthly optimization of two to four hours. But I think in truth, &#39;cause it&#39;s a changing platform, you, there&#39;s always something new to learn and to set up.&lt;/p&gt;
&lt;p&gt;And you&#39;re really going to, you need to have an analytical mind. I mean, to get the best value you need to do a bit of. Keyword research anyway on this.&lt;/p&gt;
&lt;p&gt;[00:29:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; And it&#39;s not nothing though. That is it, that&#39;s quite a considerable amount of time, in, in a busy working week that&#39;s already ramp packed with things.&lt;/p&gt;
&lt;p&gt;Especially Bob, the idea of one to two hours a week, where&#39;s that coming from? A monthly additional two to four hours to optimize things and tweak things. It&#39;s just that&#39;s tough. That&#39;s a difficult justification when there&#39;s gardens to be landscaped,&lt;/p&gt;
&lt;p&gt;[00:29:23] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah, and I think, they&#39;re saying, I mean, putting this into pounds, that you generally need to be thinking that you&#39;re going to be spending 400 quid per month for at least a couple of months without expecting anything to come back.&lt;/p&gt;
&lt;p&gt;And that, in my experience with people I know have done it, they&#39;ve pulled out after a couple of months, after months. That&#39;s brutal, isn&#39;t it? Months, yeah. Yeah. Of investing to be able to get some return. &#39;cause you need to test all these different variations. So a lot of people are just not into that kind of thing.&lt;/p&gt;
&lt;p&gt;So. And also, unless you know what you&#39;re doing, you want to avoid. And now I don&#39;t think it&#39;s a default at the moment, but there was a point where it led you to put yourself on the display network, which means that you can end up on all of these blog posts or you can end up on these games. And of course, these people are making money to people clicking on their.&lt;/p&gt;
&lt;p&gt;So they&#39;re gonna put them quite near to some control. So you accidentally click so you can really burn through money. So you definitely, if you did do that, you need to set a max, spend off Google or just take all the money that you&#39;ve got and make sure, so it&#39;s quite a minefield, but you can set this.&lt;/p&gt;
&lt;p&gt;But you know, the problem is this balance, people don&#39;t allow enough time or loss to come with it. And then. They might burn it up in the wrong way for that. So,&lt;/p&gt;
&lt;p&gt;[00:30:31] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; well, like the example that you gave of 400 pounds over two months, so 800 pounds in that case. Yeah. It&#39;s, that&#39;s a, if you&#39;re just starting out or you&#39;ve, you&#39;re struggling that, that&#39;s a healthy amount of money to lose.&lt;/p&gt;
&lt;p&gt;Yeah. With, at the end of two months, no expectation that you won&#39;t be at 1200 pounds by the end of month three. At sort of 1600 by the end of month four. In other words, it just seems like a ca a chasm of money. And of course, the intuition there is to pull out because I&#39;ve lost quite a lot of money that I can&#39;t afford to lose the next month and the next month.&lt;/p&gt;
&lt;p&gt;But counterintuitively, if you give it some time. Then the results hopefully will come. But that&#39;s a diff, that is a difficult psychological bridge to get across, I think.&lt;/p&gt;
&lt;p&gt;[00:31:18] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I think you need to go in knowing that you&#39;re gonna lose some money in there. The last person I know, the client who told me what happened, very good client, smart person as well, but he&#39;d spent in two months, 4,000 pounds, and you got one lead out of that.&lt;/p&gt;
&lt;p&gt;And that&#39;s it. He pulled out, then we did something else. So that was quite a big hit. It&#39;s more than what he spent on the stuff that we&#39;ve done together. So yeah, that was a lot of money. So yeah, I made the point actually on the slides that you read out that you need to be more responsive. So I think generally there&#39;s a view that if you are in.&lt;/p&gt;
&lt;p&gt;Advertising people know that you are advertising your stuff or even if they don&#39;t and you are on the top, so you are selecting out the least patient people. You need to be quicker with your responses than you might be with your normal website. So you probably want to adjust your campaign so they&#39;re not displaying when you are not around, you want to be replying within an hour or two generally.&lt;/p&gt;
&lt;p&gt;I think that&#39;s what people say if you&#39;re getting. Click through from those ads.&lt;/p&gt;
&lt;p&gt;[00:32:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, of course. At this point, the you are kind of thinking to yourself, okay, this is all. Lots of money to be lost here. Lots of difficulty. So what I&#39;m gonna do now is I&#39;m just gonna hire somebody to take all of this burden away from me, and they&#39;ll be brilliant because they&#39;ve got lots of badges on their website saying how great they are at this kind of stuff.&lt;/p&gt;
&lt;p&gt;But David has some, I guess, red flags or some things to be mindful of here. Let&#39;s just read them out. One red flag. Is someone approaching you offering to get you more traffic? I think you are gonna go into that in just a moment and explain. Maybe there&#39;s a, there&#39;s something different there. Don&#39;t place too much faith in badges.&lt;/p&gt;
&lt;p&gt;So I&#39;m guessing, this accreditation thing that they have on their website. Maybe not. And also look for transparency in someone who can show you example, like real, actual. Examples of clients, which are basically, I guess, similar to the business that you are running. So three things there, which you are gonna develop some more.&lt;/p&gt;
&lt;p&gt;[00:33:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I think so. I I never really know with clients whether they&#39;ve been approached by somebody or whether they&#39;ve decided to employ. And I think with some of them they have, just been approached for this. And I think it comes that sort of, we&#39;ll get you traffic and get you to the top of Google thing, which you hear a lot of the spams people saying.&lt;/p&gt;
&lt;p&gt;And that sounds good to somebody who doesn&#39;t really know. But it&#39;s quite. Because that&#39;s what Google adss offer. You give them money and that&#39;s what you get more traffic and you get to the top. So that&#39;s an easy thing to do. If they&#39;re not talking about conversion or the quality of score, that&#39;s probably a really worrying sign, particularly the way that most will charge for their time.&lt;/p&gt;
&lt;p&gt;So there&#39;s a range of how campaign managers who are experienced do this. Some will go on a retainer and or an hourly amount, some will even do it on performance. But generally only if it&#39;s a big. Ad spender what most local businesses are likely to be offered, which is the most common thing, which is to charge by percentage of the spend.&lt;/p&gt;
&lt;p&gt;So if that is their promise only to get you traffic and get you on the top of Google and not. Quality and conversions, then they&#39;re incentivized to burn through as much of the old money as possible and as quickly as possible. Yeah.&lt;/p&gt;
&lt;p&gt;[00:34:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. That&#39;s a really interesting in intuition. Yeah. Sorry, I interrupted.&lt;/p&gt;
&lt;p&gt;Yeah,&lt;/p&gt;
&lt;p&gt;[00:34:26] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, that&#39;s fine. And I think the badges is the other thing about the you&#39;ve got Google Partners and you&#39;ve got Google certified agents, and they have to be certified once a year on this one, and it can be reassuring and it can be a sign of something good, but also, again, in this case.&lt;/p&gt;
&lt;p&gt;Google can be gamed because I mean, you can pass this certification every year by just googling your answers and putting them in. And mostly your search partners are people who are spending $10,000 over a 90 day period as, and that&#39;s the primary driver. And unlike with this type of gaming Google, it&#39;s in Google&#39;s interest because they earn money from the people who are.&lt;/p&gt;
&lt;p&gt;Generating this money for them. It&#39;s not like the search where that&#39;s being gained, where it, ruins their reputation. So, so I think, from that point of view, it can be a good sign and at least it means that people have made that effort to do that. But I think you&#39;ve also gotta look beyond that, which is why.&lt;/p&gt;
&lt;p&gt;Probably you need somebody who can show you examples of similar help they&#39;ve given conversions that they&#39;ve given for industries similar to yours. That would be the best&lt;/p&gt;
&lt;p&gt;[00:35:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; sign. Yeah, and I feel that, well, certainly my inbox, my email inbox is definitely from time to time full up with people promising a lot with this kind of work.&lt;/p&gt;
&lt;p&gt;It seems to be almost the most spammy thing you can. Possibly imagine, I&#39;m cold calling you with a, or cold emailing you demonstrating my credibility. And it is, as you say, it really is often just about, I&#39;m gonna get you to the top of Google. And of course that&#39;s great if you&#39;ve got an infinite amount of money.&lt;/p&gt;
&lt;p&gt;But exactly as you said, really what you want is, I wanna make it so that you are getting loads of conversions. Okay? Yeah. Right? Yeah. And I don&#39;t really have anything to add here, so I think you should just crack on with your checklist, so, yep.&lt;/p&gt;
&lt;p&gt;[00:36:01] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, it&#39;s the last thing that we&#39;re covering here.&lt;/p&gt;
&lt;p&gt;So just really the main things I, there&#39;s so much we could talk about on this one, but I think the main question you need to ask yourself if you&#39;ll move into Google Ads is. Firstly have you optimize your Google business profile, even if you have one. Now, I&#39;m always encouraging people to do this and set this up because it&#39;s free traffic for you.&lt;/p&gt;
&lt;p&gt;You are, you have your business account on there. They&#39;ve called it different things over the time, but you set it up, it&#39;s for free. And then if somebody&#39;s in your local area asking for your service, you can show up on the map. Now you&#39;ve got all your competitors there, but if you optimize this, get lots of reviews on it, lots of good reviews, send people to it.&lt;/p&gt;
&lt;p&gt;People just don&#39;t do this. And you fill in all of the stuff that they want you to tell them, like your opening times and all of this, and put in all the images. You&#39;ve got a really good chance of getting a lot of free traffic and people move straight to Google ads before even setting this up as local business.&lt;/p&gt;
&lt;p&gt;So I think that&#39;s a key one. There&#39;s also something which I didn&#39;t know about until I started researching this. Shame on me. I think it&#39;s only been around since. 2020 mostly started in the US but they have a thing called Google&#39;s local service ads, and this is a pay by lead. Thing. So basically you pay more than you might do for your clicks to appear at the top with a call to action directly in that, to either call you or to email you from that.&lt;/p&gt;
&lt;p&gt;And they will charge as that event happens. But you do have the option to say to Google, no, sorry, that was a spam thing. Don&#39;t charge me for that, and they&#39;ll refund. So, okay. That&#39;s interesting. I didn&#39;t know about that. So they No I didn&#39;t as well. And it, if you&#39;re in the uk, the I would check in their site and the, for a lot of the clients that I was checking out that it wasn&#39;t available for their industry in their area.&lt;/p&gt;
&lt;p&gt;Okay. But it&#39;s wanted to check out. Okay. Because it might be the way to go if you really do need to. It might be more expensive, but at least you know it. You skip out all of that. Yeah, there&#39;s a lot of&lt;/p&gt;
&lt;p&gt;[00:37:56] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; qualification litigation going on there, isn&#39;t there? Yeah. There&#39;s a lot of, and you skip&lt;/p&gt;
&lt;p&gt;[00:37:58] &lt;strong&gt;David Waumsley:&lt;/strong&gt; out of sticking all that nonsense on your scripts on your website as well.&lt;/p&gt;
&lt;p&gt;You just go directly to Google, sends you the traffic for your lead. That&#39;s it&#39;s much more simpler thing. Yeah. And then finally, and I think this is my plea as somebody who always feels, like I should say something to clients that have you optimized your, on your onsite SEO now? Generally when I&#39;m building a site for people it&#39;s not always what everybody wants, but it&#39;s what I try and build into it.&lt;/p&gt;
&lt;p&gt;I&#39;ll try and build in landing pages, if you like, for the different things that they do, and I&#39;ll try to do more, but I usually always feel that I want, even if they I will go as far as making. Content for them for blog posts or something if they give me a clue. But often I don&#39;t get to see this through and in all my experience of working with the clients who have gone to Google ads and then we&#39;ve worked together to increase their blog posts and to focus on something in every case.&lt;/p&gt;
&lt;p&gt;And it&#39;s just due to the nature of the fact that they&#39;ve got so much low hanging fruit. I my, what they pay for me really outstrips anything that Google ads. Yeah. Interesting. So far it&#39;s not that I don&#39;t think Google ads are good, it&#39;s just that I think the missing, the low hanging fruit. Yeah. With this first, so that&#39;s really been my experience.&lt;/p&gt;
&lt;p&gt;I often think. It&#39;s always one of these difficult things I think in the industry, I&#39;ve talked about this before, is the fact that so many clients, when they come to a website, they come with the solution. They want this, they want a website. They don&#39;t come with a business problem. They want a slider, they want a bookings form, but they gen generally don&#39;t come with a problem and that the person provide the solution.&lt;/p&gt;
&lt;p&gt;So I think anybody who&#39;s looking into that, they might wanna see if they know somebody who&#39;s working in some sort of marketing digitally and ask them, come with your problem. To them. Yeah, and they might say Google ads because that might be the perfect thing for you, but they might say, you&#39;ve got other things you can do First.&lt;/p&gt;
&lt;p&gt;[00:39:50] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There we go. I think did I just ran then? No. That made perfect sense. And I agree. It&#39;s kind of curious that the very last bullet point kind of, upends the entire conversation we had, but at the same time, that&#39;s the bit you&#39;ve gotta get, right? There&#39;s no point in having an online presence without getting the free benefits of.&lt;/p&gt;
&lt;p&gt;Just having a good online presence. If the entire purpose of your online presence is to spend money on Google ads maybe you&#39;ve missed the point. And there&#39;s lots of low hanging SEO through, especially in the long game. If you&#39;re in this for the long haul, you can definitely tweak that over time and make it work for you.&lt;/p&gt;
&lt;p&gt;So there was. The no script show, episode number 26. You can find it at no script show slash 26. So the numerals two, six, what&#39;s gonna be the follow up to this? David, what are we doing after this one?&lt;/p&gt;
&lt;p&gt;[00:40:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I have absolutely no idea. Well, I could talk&lt;/p&gt;
&lt;p&gt;[00:40:43] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; about this. Well, we shall find out is all that I&#39;m gonna say when we.&lt;/p&gt;
&lt;p&gt;When we&#39;re joined for episode number 27, is there anything you wanna add before we knock it on the head?&lt;/p&gt;
&lt;p&gt;[00:40:54] &lt;strong&gt;David Waumsley:&lt;/strong&gt; No, that was great. Well, I enjoyed doing it through these presentations. It&#39;s a little bit awkward really for doing this for the first time, but it was a slight change&lt;/p&gt;
&lt;p&gt;[00:41:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; in. Do things normally. We&#39;re not driven by slides, but this time you had created these slides, which kind of drove us forward.&lt;/p&gt;
&lt;p&gt;I liked it. I thought it was a really good way, and no doubt we&#39;ll we&#39;ll get slightly better at the the machinations of doing it in a slide driven way. Okay. That&#39;s it. We&#39;ll call that a day and I&#39;ll see you on the next one. Yeah, thanks Nathan. Bye bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Form options for static websites</title>
    <link href="https://noscript.show/25/" />
    <updated>2025-09-10T00:00:00Z</updated>
    <id>https://noscript.show/25/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&quot;expectations-and-clients&quot;&gt;Expectations and clients&lt;/h2&gt;
&lt;p&gt;In the era of heavily marketed no-code products, it is not unreasonable for many website clients to think web interactivity is easy.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;They may think:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If they build it, they will come (the form will itself generate business).&lt;/li&gt;
&lt;li&gt;Complex forms are plug and play and easy to manage.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Most are less likely to think about&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;UX and accessibility.&lt;/li&gt;
&lt;li&gt;the responsivity needed for today&#39;s devices.&lt;/li&gt;
&lt;li&gt;The impact on page load and in turn SEO.&lt;/li&gt;
&lt;li&gt;The potential cost of support and maintenance.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;side-note&quot;&gt;
&lt;p&gt; ℹ️ As freelancers, it&#39;s tempting to buy an off-the-shelf product to match a client&#39;s request. But, if we don&#39;t probe enough, we can find ourselves responsible for things we can&#39;t control for clients who cannot manage them and that were not actually needed.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&quot;do-all-websites-need-a-form&quot;&gt;Do all websites need a form?&lt;/h2&gt;
&lt;p&gt;The only form many personal and small business sites have is a contact form. There’s lots of debate around whether these are needed these days.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Avoids the spam of a public email.&lt;/li&gt;
&lt;li&gt;Lets you collect structured, required information.&lt;/li&gt;
&lt;li&gt;Can route messages to multiple or specific recipients automatically.&lt;/li&gt;
&lt;li&gt;Makes it easier to automate leads into CRMs/databases.&lt;/li&gt;
&lt;li&gt;Standardizes subject lines, making inquiries easier to manage.&lt;/li&gt;
&lt;li&gt;Keeps users on the site rather than opening an email client.&lt;/li&gt;
&lt;li&gt;Can log and analyze submissions for tracking and insights.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Against&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Forms can still attract spam without proper CAPTCHA or filtering.&lt;/li&gt;
&lt;li&gt;Users may find forms restrictive compared to writing a direct email.&lt;/li&gt;
&lt;li&gt;Accessibility may suffer if the form is not properly coded.&lt;/li&gt;
&lt;li&gt;Misconfigured forms may fail to deliver messages.&lt;/li&gt;
&lt;li&gt;Requires technical setup and ongoing maintenance.&lt;/li&gt;
&lt;li&gt;Risk of poor design creating confusing or frustrating user experiences.&lt;/li&gt;
&lt;li&gt;Server or plugin vulnerabilities could open security risks.&lt;/li&gt;
&lt;li&gt;Meeting GDPR requirements is more complex with forms.&lt;/li&gt;
&lt;li&gt;If forms are too long or intrusive, visitors may abandon them.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Additional points&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Many &lt;a href=&quot;https://www.nngroup.com/articles/contact-us-pages/&quot;&gt;UX experts&lt;/a&gt; say an email address is a key trust factor.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.perplexity.ai/&quot;&gt;Perplexity&lt;/a&gt;&#39;s search of studies concluded contact forms convert 3-5%.&lt;/li&gt;
&lt;li&gt;Clickable Emails &amp;amp; Phone Numbers convert up to 38%.&lt;/li&gt;
&lt;li&gt;Website chat converts at 33-50%.&lt;/li&gt;
&lt;li&gt;WhatsApp message links can achieve click-through rates of 45–60%.&lt;/li&gt;
&lt;li&gt;A phone number field can lead to a drop in submissions.&lt;/li&gt;
&lt;li&gt;No research over disabled users preferring email or forms.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;side-note&quot;&gt;
&lt;p&gt; ℹ️ Links not included as the statistics were amalgamated by Perplexity AI.&lt;/p&gt;
&lt;p&gt;There is certain to be bias, a difference in methods, and well, it&#39;s AI!.&lt;/p&gt;
&lt;p&gt; If accessible, short, and the options do not overload the user, a contact form seems a good idea.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&quot;what-are-our-form-options&quot;&gt;What are our form options?&lt;/h2&gt;
&lt;p&gt;Sending form data from a website safely requires us to have a &lt;strong&gt;client&lt;/strong&gt; and &lt;strong&gt;server&lt;/strong&gt; side.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;client-side&lt;/strong&gt; is the HTML the user interacts with. We can think of it as the bouncer on the front door of a night club.&lt;/p&gt;
&lt;p&gt;They do first checks. We have basic HTML form validation, but presently for accessibility, we typically need ARIA and JavaScript to make them fully accessible.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;server-side&lt;/strong&gt; acts more like the security guarding the VIP section. It checks the data is safe to allow through and stops the riff-raff (spam).&lt;/p&gt;
&lt;h3 id=&quot;1-diy-server-and-client-side&quot;&gt;1. DIY server and client side&lt;/h3&gt;
&lt;p&gt;Along with the HTML, CSS, ARIA and JS, we have to manage a self-hosted backend server. Perhaps using:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Serverless Cloud Functions.&lt;/li&gt;
&lt;li&gt;Static Site Hosting Plus Separate Backend/API.&lt;/li&gt;
&lt;li&gt;Email-to-Form Solutions via Mail Server.&lt;/li&gt;
&lt;li&gt;Open-Source Form Server Software.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are not going to do that!&lt;/p&gt;
&lt;h3 id=&quot;2-diy-client-side-with-a-3rd-party-server-side-service&quot;&gt;2. DIY client-side with a 3rd party server-side service&lt;/h3&gt;
&lt;p&gt;The &lt;a href=&quot;https://noscript.show/&quot;&gt;No Script Show&lt;/a&gt; is doing this for our (yet to be improved) contact form. As we are hosted on Netlify, we could use their service that offers 100 free form submissions per month.&lt;/p&gt;
&lt;p&gt;Without adding Cloudflare&#39;s Turnstile CAPTCHA Replacement, we were getting about 5 spam emails a day, so without this, we would have used this up. We are presently using Formspark, listed below with similar services:&lt;/p&gt;
&lt;table class=&quot;responsive-table full&quot; role=&quot;table&quot; aria-label=&quot;Form backend services pricing comparison&quot;&gt;
  &lt;caption&gt;Form Backend Services&lt;/caption&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th scope=&quot;col&quot;&gt;Service&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Free Plan&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Pricing Range&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Submission Limits&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Key Restrictions&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://formspark.io&quot;&gt;Formspark&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;No free plan; $25 lifetime&lt;/td&gt;
      &lt;td&gt;$25 lifetime&lt;/td&gt;
      &lt;td&gt;50,000 lifetime submissions&lt;/td&gt;
      &lt;td&gt;Suitable for low-traffic. Could not submit in India. Unresolved!&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://usebasin.com&quot;&gt;Basin&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Free trial&lt;/td&gt;
      &lt;td&gt;$4&amp;nbsp;-&amp;nbsp;$108/mo&lt;/td&gt;
      &lt;td&gt;Up to 25,000 (plan dependent)&lt;/td&gt;
      &lt;td&gt;Paid plans for advanced features&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://formbold.com&quot;&gt;FormBold&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Free plan. 100 Submissions/mo&lt;/td&gt;
      &lt;td&gt;$5 - $59/mo&lt;/td&gt;
      &lt;td&gt;For personal/hobby use&lt;/td&gt;
      &lt;td&gt;Some features may be premium&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://www.formbackend.com&quot;&gt;FormBackend&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Free trial&lt;/td&gt;
      &lt;td&gt;$5 - $50/mo&lt;/td&gt;
      &lt;td&gt;Unlimited forms/fields (paid)&lt;/td&gt;
      &lt;td&gt;Advanced features may require payment&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://formzillion.com&quot;&gt;Formzillion&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Open source/free. 100 submissions/mo&lt;/td&gt;
      &lt;td&gt;$5&amp;nbsp;-&amp;nbsp;$100/month&lt;/td&gt;
      &lt;td&gt;Up to 30,000 monthly&lt;/td&gt;
      &lt;td&gt;More suited for self-hosting&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://web3forms.com&quot;&gt;Web3Forms&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Free tier. 250 Submissions/mo&lt;/td&gt;
      &lt;td&gt;$12 - $33/mo&lt;/td&gt;
      &lt;td&gt;Limited submissions (free)&lt;/td&gt;
      &lt;td&gt;Focus on email notifications&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://formspree.io&quot;&gt;Formspree&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Free limited. 50 Submissions/mo&lt;/td&gt;
      &lt;td&gt;$5 - $50+&lt;/td&gt;
      &lt;td&gt;50/mo (free plan)&lt;/td&gt;
      &lt;td&gt;Higher tiers for integrations/features&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://formcarry.com&quot;&gt;Formcarry&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Free limited. 50 Submissions/mo&lt;/td&gt;
      &lt;td&gt;From $5/mo&lt;/td&gt;
      &lt;td&gt;Unlimited forms (paid)&lt;/td&gt;
      &lt;td&gt;Team features paid&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;a href=&quot;https://formkeep.com&quot;&gt;FormKeep&lt;/a&gt;&lt;/td&gt;
      &lt;td&gt;Free limited. 50 Submissions/mo&lt;/td&gt;
      &lt;td&gt;From $4.99/mo&lt;/td&gt;
      &lt;td&gt;Restricted features (low plans)&lt;/td&gt;
      &lt;td&gt;Limited autoresponses, integrations&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&quot;3-3rd-party-with-a-client-and-server-side-service&quot;&gt;3. 3rd party with a client and server-side service&lt;/h3&gt;
&lt;p&gt;This, for us, is the most suitable option if we need complex conditional forms for bookings and taking payment. The downside is you lose control over page load, UX and accessibility.&lt;/p&gt;
&lt;table class=&quot;responsive-table full&quot; role=&quot;table&quot;&gt;
  &lt;caption&gt;Form Builders&lt;/caption&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th scope=&quot;col&quot;&gt;Service&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Free Plan Submissions&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Free Plan Forms&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;File Uploads (Free)&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Accessibility (WCAG)&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Stripe on Free Plan?&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Stripe Fee&lt;/th&gt;
      &lt;th scope=&quot;col&quot;&gt;Notes&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
     &lt;tr&gt;
      &lt;th scope=&quot;row&quot;&gt;&lt;a href=&quot;https://paperform.co/&quot;&gt;Paperform&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;Free 7-day trial&lt;br&gt;(Full access)&lt;/td&gt;
      &lt;td&gt;Unlimited during trial&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;Yes (trial only)&lt;/td&gt;
      &lt;td&gt;None (during trial)&lt;/td&gt;
      &lt;td&gt;Stripe/Paid features only after trial&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://www.fillout.com&quot;&gt;Fillout&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;1,000/mo&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Partial, improving&lt;/td&gt;
      &lt;td&gt;Yes&lt;/td&gt;
      &lt;td&gt;None&lt;/td&gt;
      &lt;td&gt;No added fee, just Stripe&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://www.jotform.com&quot;&gt;Jotform&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;100/mo&lt;br&gt;(10 Stripe payments)&lt;/td&gt;
      &lt;td&gt;5&lt;/td&gt;
      &lt;td&gt;100 MB&lt;/td&gt;
      &lt;td&gt;Full (2.1 A &amp;amp; AA)&lt;/td&gt;
      &lt;td&gt;Yes&lt;/td&gt;
      &lt;td&gt;None (max 10/mo)&lt;/td&gt;
      &lt;td&gt;Upgrade for &amp;gt;10 Stripe pmts/mo&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://www.cognitoforms.com&quot;&gt;Cognito Forms&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;500&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;100 MB&lt;/td&gt;
      &lt;td&gt;Full (2.0)&lt;/td&gt;
      &lt;td&gt;Yes&lt;/td&gt;
      &lt;td&gt;1% per Stripe payment&lt;/td&gt;
      &lt;td&gt;Unlimited pmts, 1% fee plus Stripe&#39;s&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://www.typeform.com&quot;&gt;Typeform&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;10/mo&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;2 MB/form&lt;/td&gt;
      &lt;td&gt;Full (2.1 AA, direct links)&lt;/td&gt;
      &lt;td&gt;No&lt;/td&gt;
      &lt;td&gt;N/A&lt;/td&gt;
      &lt;td&gt;Stripe requires paid plan&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://formester.com&quot;&gt;Formester&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;100/mo&lt;/td&gt;
      &lt;td&gt;10&lt;/td&gt;
      &lt;td&gt;100 MB&lt;/td&gt;
      &lt;td&gt;Basic (no compliance claim)&lt;/td&gt;
      &lt;td&gt;Yes&lt;/td&gt;
      &lt;td&gt;None&lt;/td&gt;
      &lt;td&gt;No extra fee, just Stripe&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://youform.com&quot;&gt;Youform&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;10 MB/form&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;No&lt;/td&gt;
      &lt;td&gt;N/A&lt;/td&gt;
      &lt;td&gt;Stripe/pro is paid only&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://formnx.com&quot;&gt;FormNX&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;100 MB&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;Yes&lt;/td&gt;
      &lt;td&gt;7.5%&lt;/td&gt;
      &lt;td&gt;Stripe fee drops to 0 on paid plans&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://survicate.com&quot;&gt;Survicate&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;25/mo&lt;/td&gt;
      &lt;td&gt;1&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;Full (2.1 A &amp;amp; AA)&lt;/td&gt;
      &lt;td&gt;No&lt;/td&gt;
      &lt;td&gt;N/A&lt;/td&gt;
      &lt;td&gt;Payments not supported&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://tally.so&quot;&gt;Tally&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Improving, not fully compliant&lt;/td&gt;
      &lt;td&gt;Yes&lt;/td&gt;
      &lt;td&gt;None&lt;/td&gt;
      &lt;td&gt;Ongoing WCAG work, no extra fee&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://aidatform.com&quot;&gt;AidaForm&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;100/mo&lt;/td&gt;
      &lt;td&gt;Unlimited&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;No&lt;/td&gt;
      &lt;td&gt;N/A&lt;/td&gt;
      &lt;td&gt;Payments require paid plan&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;a href=&quot;https://formsmarts.com&quot;&gt;FormSmarts&lt;/a&gt;&lt;/th&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;Not specified&lt;/td&gt;
      &lt;td&gt;“Best effort”, not certified&lt;/td&gt;
      &lt;td&gt;Yes&lt;/td&gt;
      &lt;td&gt;Depends on plan&lt;/td&gt;
      &lt;td&gt;Stripe fees/plans vary, read T&amp;amp;C&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Missing is the popular Google Forms which appears to value accessibility and can be extended via addons.&lt;/p&gt;
&lt;p&gt;We will talk more about these in a future episode. Presently favoured is &lt;a href=&quot;https://tally.so/&quot;&gt;Tally&lt;/a&gt; because of the philosophy behind it. They are based in the EU and are proud to be a bootstrap company with a small team.&lt;/p&gt;
&lt;p&gt;Also they do not by default load huge amount of JS. &lt;a href=&quot;https://forms.app/&quot;&gt;Formapp&lt;/a&gt;, was also not included here because it loaded 1.5MB of JavaScript over 49 files with a basic form. It has a focus on AI.&lt;/p&gt;
&lt;p&gt;Paperform is added because David has used it due to a low cost life-time deal many years back. It is slow loading with over 0.5MB of JavaScript and presently is not yet accessible, but other than that good.&lt;/p&gt;
&lt;div class=&quot;side-note&quot;&gt;
&lt;p&gt;ℹ️Luckily, we can lazy load iframes so we can prevent heavy forms failing us on Core Web Vitals by putting the form lower in the page or containing it within a details element. &lt;/p&gt;
&lt;/div&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there and welcome to the No Script Show. This is part of our series looking at components that make up a website. And today we&#39;re talking about forms. Forms turn the web from a passive medium into something dynamic and interactive. Without forms, users can&#39;t search, comment, access, private content, or shop online.&lt;/p&gt;
&lt;p&gt;As it is such a huge topic, and the aim of this show is to keep things simple. We&#39;re gonna start with an overview. When we might need forms and what services are available to help us.&lt;/p&gt;
&lt;p&gt;For static sites like ours, the no script show, we certainly need additional services to add forms, but this episode should also be as relevant to those on dynamic platforms like WordPress.&lt;/p&gt;
&lt;p&gt;As always, if you head to our website, you&#39;ll be able to find the show notes. This time, there are no script show forward slash 25.&lt;/p&gt;
&lt;p&gt;And just a quick message, if you like, what we do over here, don&#39;t forget to hit the subscribe button. My understanding is that if you do that, you&#39;ll be notified by YouTube when we create content and that will help us out no end. So and subscribe, they say, David, I understand. Okay, over to you.&lt;/p&gt;
&lt;p&gt;[00:01:11] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I had some trouble trying to, put together something on forms because, it&#39;s just such a huge topic Yeah. As you&#39;ve mentioned. And, so I decided this overview might be a good thing because, a couple of things I guess happen with me.&lt;/p&gt;
&lt;p&gt;One is that, I&#39;ve been moving towards static sites and our own society is static, If we want anything dynamic with a server, then we have to employ a service for that. And we have got a contact form which needs fixing, on our site. But also, I&#39;ve had clients as well who I&#39;ve put onto static sites who need to then manage some more complex forms.&lt;/p&gt;
&lt;p&gt;So I needed to start, and my assumption was, I know there&#39;s been a big, huge move. I. Think it was the Web Almanac, for last year, 2024 that said that in the top, I think it was 10,000 sites, there&#39;s been a 67% increase in the number of static and hybrid sites. Wow. Yeah, I know. So when I was first moving that direction, when I looked around, maybe it&#39;s just me bad at searching.&lt;/p&gt;
&lt;p&gt;There wasn&#39;t much available in terms of form solutions now. And of course looking now, and I think this has been reflected since to be so many of them around. Yeah. In different forms. So I thought we&#39;d look at those. And what other thing did I want to mention, I should say? I think we&#39;ll break this up, so we&#39;ll talk about this, but in.&lt;/p&gt;
&lt;p&gt;A later episode, I think we&#39;ll need to do a video bit of content. Okay. Where we&#39;ll look at some of the form solutions. &#39;cause we&#39;ll need to explore how they look and how they behave. Yeah. and then we&#39;ve got other things that we&#39;ll need to do as well for the show, which is, at some point, I think it&#39;s its own topic, is to look at search, search options for static and also look at commenting systems.&lt;/p&gt;
&lt;p&gt;[00:02:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. Yeah, it it&#39;s freaky when you think about it that essentially. There&#39;s no interactivity on the web without forms, basically. I know that with things like JavaScript, we can move things around and what have you, but anything, or you want to submit something so that isn&#39;t just limited to the typical use of content forms, every time you go put something on, I don&#39;t know, blue Sky or Master On or X or Facebook or whatever it may be.&lt;/p&gt;
&lt;p&gt;Basically interacting with a bunch of forms. It feels like half the web became forms when social media came along. You wanted to communicate with other people and the only way to do that was with forms. So very important, not just for contact forms, but the wider web as well. Shall I pop the show notes onto the screen?&lt;/p&gt;
&lt;p&gt;Yeah, that would be lovely. Okie&lt;/p&gt;
&lt;p&gt;[00:03:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; do&lt;/p&gt;
&lt;p&gt;[00:03:39] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; also, &#39;cause I&#39;m going all white as well. Yes, it&#39;s very sunny where you are. You&#39;ve definitely been illuminated. Fear not, you&#39;re only a small circle on the screen now, so it&#39;s not so important.&lt;/p&gt;
&lt;p&gt;[00:03:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; okay, so yes, show notes. Let me just get my mouse over them here. So I thought we&#39;d just start by talking a little bit about when it comes to forms, expectations and clients.&lt;/p&gt;
&lt;p&gt;That sort of is my title here, because we&#39;re in an era where, you know. So all know code products are being heavily marketed. So certainly my experience is that the clients I now get, they think that getting any kind of interactivity is a pretty easy thing, something that they&#39;ll be able to manage themselves and it doesn&#39;t always prove to be that way.&lt;/p&gt;
&lt;p&gt;and a lot of clients that I&#39;ve had have actually come to me for. literally a form really. A couple of people have come just for a, booking thing. they&#39;ve seen that, they&#39;ve had rooms that they&#39;ve got for hire as part of their practice or something, and they want to hire them out.&lt;/p&gt;
&lt;p&gt;And that&#39;s the main reason they&#39;ve come to me is because they want someone to make this form magic happen.&lt;/p&gt;
&lt;p&gt;[00:04:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay?&lt;/p&gt;
&lt;p&gt;[00:04:50] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so I dunno how much you&#39;ve experienced this, but that my feeling is that there&#39;s a real sense that. With a lot of clients who are not that familiar with the web, it&#39;s that they see the, our forms out there and they think it&#39;s a case of build it and they will come Oh, in, in other ways.&lt;/p&gt;
&lt;p&gt;So the form just having a form up there for bookings, then bookings will come because it&#39;s, yeah,&lt;/p&gt;
&lt;p&gt;[00:05:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; this is What I, my experience was back in the day when I was doing client websites, was that exactly that you put on a form and the expectation would be that it would arrive, and often you&#39;d get into conversations about, the, deluge of things and how they would manage it.&lt;/p&gt;
&lt;p&gt;And in the end, you. You just had to silently and in some circuitous way say, I wouldn&#39;t worry too much. It&#39;s highly unlikely that it&#39;s gonna be, hammering your inbox all the time. Then again, you never know if you, if you suddenly go viral somewhere on the web, maybe the form will become the thing that brings your site to its knees.&lt;/p&gt;
&lt;p&gt;Who knows? But, yeah, this whole thing of build it and they will come maybe. Yeah.&lt;/p&gt;
&lt;p&gt;[00:05:53] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And I know, I&#39;m one client who I really but it was, it&#39;s taken me so long to convince her because she says, a competitor down the road doing so well from their bookings form. But I said, but it, but they are, but it wasn&#39;t that.&lt;/p&gt;
&lt;p&gt;It&#39;s because they put so much extra work into making themselves visible. on the ground advertising, the reason&lt;/p&gt;
&lt;p&gt;[00:06:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; the form is getting filled is &#39;cause of all the other things that person is doing, which obviously dunno. Having said that, I am working with a friend of mine on a WordPress product at the moment, and we&#39;ve made extensive use of a WordPress form solution for the support.&lt;/p&gt;
&lt;p&gt;Which we anticipate, and it&#39;s not really a case of build it and they will come. In our case, we&#39;re trying to work out ways to prevent people filling in the form unnecessarily, if So we&#39;re putting all these different roadblocks in to say, have you tried this? Can you try this?&lt;/p&gt;
&lt;p&gt;blah, blah, blah. I dunno how successful that will be. But certainly we&#39;re, trying different ways on the assumption that we really don&#39;t want people filling out the form too often, if&lt;/p&gt;
&lt;p&gt;[00:06:56] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Then another thing that I think, some clients think is that, if they do have a sort of solution, for forms that they&#39;ll just be able to manage it, it&#39;ll just take care of itself.&lt;/p&gt;
&lt;p&gt;And because I&#39;m doing the static side and I now really, I think it&#39;s quite important for me to give the dynamic stuff over to the client so they can control that. So it can separate what I&#39;ve built for them against other services. but there&#39;s a real, the same client who wanted the booking forms, it&#39;s become very clear over finding lots and lots of solutions for her that she wouldn&#39;t be able to manage it anyway.&lt;/p&gt;
&lt;p&gt;She&#39;s just hates computers. She&#39;s just not, she wouldn&#39;t be able to manage to do the things, to change the appointments as needed or to cancel, to get back just to, to run it. So it, it was a good thing that we never. Built it and spent all this money, because I don&#39;t think there was a solution out there.&lt;/p&gt;
&lt;p&gt;So&lt;/p&gt;
&lt;p&gt;[00:07:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I think it&#39;s this beguiling idea that you can offload stuff to the internet, and the internet will magically do these things. I don&#39;t know, for, in the case of booking. The idea would be that, everybody&#39;s on their phones all the time, so if I put a booking form up there, my calendar will suddenly become full.&lt;/p&gt;
&lt;p&gt;they&#39;ve gotta find the page to start with, and then the form&#39;s got to be not that confusing. And honestly, I am more and more getting to just gimme the phone number, just, and we&#39;ll get into that in a bit. But if I can find the phone number and talk to a human being, I will, try to miss out forms as much as possible just &#39;cause I know that I&#39;ve then spoken to a person and that thing has been dealt with and I&#39;ve booked the thing at 4:00 PM on Friday and now everybody knows that&#39;s happening and it&#39;s guaranteed.&lt;/p&gt;
&lt;p&gt;Whereas with the, I don&#39;t know the online bit, I&#39;m a little bit more, I dunno, I&#39;ve been let down by people misunderstanding how their own technology works, let&#39;s put it that way.&lt;/p&gt;
&lt;p&gt;[00:08:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, and there&#39;s another client as well that, that&#39;s what came up recently. I was looking for something where they can manage it because I&#39;ve allowed them to use one of my accounts that I&#39;ve got for form.&lt;/p&gt;
&lt;p&gt;And this form needs to, they&#39;ve got events and people need to pick an event and then, pay for that, which goes through to Stripe. And I&#39;m using one of the solutions which we&#39;ll talk about later, but. What I realized is that I let &#39;em use my account to do that and they add access to it, but actually it really confused them anyway because it&#39;s got these conditional logics in it.&lt;/p&gt;
&lt;p&gt;Yeah. So it&#39;s not that easy for them to work out. So I still had to go in and&lt;/p&gt;
&lt;p&gt;[00:09:14] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; sort that out. So figure it all out for them. Yeah, they can get very complicated. very quickly. So what, on the front end might appear really obvious? you&#39;ve ticked a box and then a bunch more fields become visible.&lt;/p&gt;
&lt;p&gt;The, logic behind that can get infuriating. Pretty quickly. Yeah,&lt;/p&gt;
&lt;p&gt;[00:09:31] &lt;strong&gt;David Waumsley:&lt;/strong&gt; so I, and I&#39;ve just listed a few things which, which will be typical for this show to mention, but, what clients are less likely to think about is UX and accessibility of the forms that they&#39;re gonna use, whether they&#39;re responsive to today&#39;s devices, where it needs to be fully responsive really, isn&#39;t it?&lt;/p&gt;
&lt;p&gt;We can&#39;t just go to standard sizes. the impact that the form solution has, on. Page load and in turn, SEO and the potential cost of support, maintenance for the forms that they might want on their site. So I think, yeah, that is generally not considered when a client comes. And I think, yeah,&lt;/p&gt;
&lt;p&gt;[00:10:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; and may the, maybe the subscription model as well, they&#39;ve got to pay the yes of that, for, having a plan on whatever service that is as well.&lt;/p&gt;
&lt;p&gt;You&#39;ve done a lot of work with, ai, I think, to draw out some of that, which we&#39;ll get to later.&lt;/p&gt;
&lt;p&gt;[00:10:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, exactly. I think, certainly I did that when you&#39;ve got a client in the early days and that you are just keen to give them what they asked for, so you&#39;ll rush off straight away to get something that, we can&#39;t build.&lt;/p&gt;
&lt;p&gt;&#39;cause we&#39;re not, back and front end developers, who can do everything. so we&#39;re gonna look for a solution and then often without probing enough, it&#39;s, Very easy, I think, to end up providing a solution that the client really can&#39;t manage themselves and haven&#39;t really thought about and may not be needed in the first place.&lt;/p&gt;
&lt;p&gt;Yeah. that&#39;s what&#39;s happened with the people who came to me for bookings. They&#39;ve actually never had a bookings. That&#39;s what they came to before, and they&#39;ve been talked out a bit because what they needed more than anything was somebody to come to a website they owned, That was the first hurdle.&lt;/p&gt;
&lt;p&gt;[00:11:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Get them. Yeah. the booking form will not be viewed. Yes. By anybody. So it&#39;s pointless. But there is this sort of beguiling nature. It&#39;s the whole build it and they will come thing as well in overcomplicating what you&#39;ve got. Yeah. so as the purveyor, I don&#39;t know, let&#39;s say that you&#39;ve got a hair, a hairdressers or something like that.&lt;/p&gt;
&lt;p&gt;You, you provide 50 different options and you wanna know exactly what they want and what time they wanna come. And ada rah, before you know it, the form takes 10 minutes to fill out. And actually all you needed was date time. And your name and that&#39;s it. that&#39;s really all that you needed, but you overcomplicate it because you can.&lt;/p&gt;
&lt;p&gt;Okay. Do all websites need a form? Is that where you&#39;re going to now? Yes,&lt;/p&gt;
&lt;p&gt;[00:11:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I think so. Because this is a ongoing debate because I think you see it somewhere maybe on Reddit, every year, I think you say, do you still need forms on your basically small business sites? The sort of brochure sites as people say in 2003, four, five, it keeps going on the debate.&lt;/p&gt;
&lt;p&gt;And, so I thought we&#39;d just, I&#39;ve summarized basically what I&#39;ve seen in all of these debates. The, can I just&lt;/p&gt;
&lt;p&gt;[00:12:19] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; interrupt you there? Sorry. because what you&#39;re about to say, if it&#39;s true, I never knew. Any of this. Okay. And it&#39;s so interesting &#39;cause I, my answer to that question would invariably be yes, it can&#39;t hurt.&lt;/p&gt;
&lt;p&gt;You might as well have a contact form, but what you&#39;ve discovered here, again, caveats if it&#39;s true, and let&#39;s hope it is that, I&#39;m so wrong. I was so wrong about that. So sorry I&#39;m interrupting, but I just thought it was an important metric. Keep keep. watching. No, I&lt;/p&gt;
&lt;p&gt;[00:12:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; think that&#39;s interesting. Your, I would&#39;ve, I think I would&#39;ve said the same, but now I question it a lot more.&lt;/p&gt;
&lt;p&gt;one reason I question it is because, I&#39;m keen to promote the indie web, the fact that people can just manage their own H ml and CSS and keep it as simple as possible. And as soon as you get into forms. Then in some form or another they&#39;re onto dynamic servers and that makes the whole thing more complex.&lt;/p&gt;
&lt;p&gt;So if you can just use third parties and avoid the form, then that&#39;s great. And also, forms are such a, one of the things that I&#39;ve been doing, which we&#39;ll talk about later, is I&#39;ve been really jenning up on how to make a good form. I&#39;ve been reading a book by Adam Silver, who&#39;s, on, as well as some other people on accessibility and forms get really complex to do them right.&lt;/p&gt;
&lt;p&gt;so Can we avoid them all together? yeah, the debates are going on. I suppose it&#39;s no different from, is SEO dead in whichever year? it&#39;s the same sort of thing. But, yeah, I&#39;m thinking about just the contact forms with this really on the sort of personal and small business sites.&lt;/p&gt;
&lt;p&gt;That might be the only dynamic thing they need on the site. If you put a form and do they actually need it? So the people for adding a form will generally say it avoids the spam of a public email. It lets you. Collect, structured, structured and required information, you can route messages to multiple or specific recipients automatically.&lt;/p&gt;
&lt;p&gt;It makes it easy to automate leads to, CRM or databases or whatever you use there. Standard subject lines is something that you can control with that one. Making inquiries easier to manage. It keeps the user on the site rather open A email client or something like that.&lt;/p&gt;
&lt;p&gt;[00:14:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah.&lt;/p&gt;
&lt;p&gt;[00:14:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And you can log and analyze the submissions for tracking and insights.&lt;/p&gt;
&lt;p&gt;So that&#39;s the fours and they&lt;/p&gt;
&lt;p&gt;[00:14:41] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; all make perfect sense. None of that is weird. And, I think I was, I would&#39;ve said all of those things without thinking about any. Of this stuff, which is about to come. Yeah. Yeah. And especially the additional points. So anyway, sorry, carry on.&lt;/p&gt;
&lt;p&gt;[00:14:55] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, no. I&#39;ll do the gates list that I&#39;ve got here.&lt;/p&gt;
&lt;p&gt;Forms can still attract, spam anyway, so you need a proper capture. So you&#39;ve got another third party in there or some form of filtering, so that&#39;s another service you rely on. users may find forms restrictive compared to writing a direct to email, so they might not wanna just follow that message, but they might, I dunno, they might, Want to add more than your form allows. Accessibility might suffer if the form&#39;s not properly coded, which in most cases it&#39;s not. misconfigured forms may fail to deliver messages. It requires technical setup and ongoing maintenance. With these things, of course, and a. Even with the services I&#39;ve had, we&#39;ve had flaws.&lt;/p&gt;
&lt;p&gt;So you introduce that there&#39;s a risk of poor design, creating a confusing or frustrating user experience server or plugin vulnerabilities could open up security risks. Meeting GDPR requirements is more complex if you&#39;ve got form &#39;cause you have to highlight what&#39;s going through that way. And and also if you make your forms too long or, intrusive visitors may abandon them.&lt;/p&gt;
&lt;p&gt;And I got some extra points to try and Balance these out. So this is the fascinating bit. This is the bit that I just&lt;/p&gt;
&lt;p&gt;[00:16:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; didn&#39;t know, and I&#39;m so curious about this. Go on.&lt;/p&gt;
&lt;p&gt;[00:16:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes. I think everything I say has gotta be taken with a pinch of salt because some of it has been generated by perplexity ai, and amalgamated some of these statistics.&lt;/p&gt;
&lt;p&gt;So bear that in mind. Okay. Let&#39;s just&lt;/p&gt;
&lt;p&gt;[00:16:23] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; put all of that to one side and assume that AI never hallucinates about people and all of this is true. I&#39;m sure there&#39;s a kernel of truth in every one bit of this, okay.&lt;/p&gt;
&lt;p&gt;[00:16:32] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Carry on. Okay. there&#39;s definitely a case that many, UX experts, and I&#39;ve actually put link to the, Norman Niland group or the Neil Nielsen Norman Group.&lt;/p&gt;
&lt;p&gt;We never remember to, but anyway, whether they&#39;re talking about the, email being a, key trust factor, so one of those four was the fact that you can obscure your email address and just use a form so you don&#39;t get that spam. But to be honest, if you do that, it&#39;s quite a key trust factor. People want to see an email address anyway, so that&#39;s gone for one of the four.&lt;/p&gt;
&lt;p&gt;And then there&#39;s some, there is amalgamation from publicity of the studies, so there&#39;s they, and I&#39;ve seen this in a few places actually, that the forms themselves, and of course it depends what the situation is, but the form itself only converts at about three to 5%. These sort of surveys that are shown, which is not very high, is it?&lt;/p&gt;
&lt;p&gt;And when you look at clickable emails and phone numbers, they can be converting up to 38%. Of course, context is all important that with this. But, website chat, I think a lot of these studies are presented by people who have a product, a website chat widget. Yes. But they come from something like 33 to 50% and then.&lt;/p&gt;
&lt;p&gt;Also WhatsApp. And I think, there&#39;s obviously people who want to promote that. Those, message links that you can get where you can click open to chat through that, they can achieve rates of somewhere between 45 and 60%. That seems very extreme and I&#39;m not sure if I believe that, but it&#39;s just interesting when you look at it, when you get, I asked it in a few different questions actually for ai, and I got something very similar, which really put the form, the contact form much lower than all these other.&lt;/p&gt;
&lt;p&gt;methods of context, so do we need it? And there was a few other things that, I found out as well, from a few different places that phone numbers, fields can drop, submissions. So if you are adding that one, even if it&#39;s optional, just someone seeing, particularly the youth as we were talking about earlier, if they see a phone number being required or, looks like one&#39;s being asked for, that will put them off.&lt;/p&gt;
&lt;p&gt;so&lt;/p&gt;
&lt;p&gt;[00:18:38] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; interesting. Anyway, sorry, you finished the bullet points and then we&#39;ll go into, oh&lt;/p&gt;
&lt;p&gt;[00:18:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah, there&#39;s only one more, which is just there was no research. I was looking for research to see whether I thought disabled users for accessibility, whether they would generally prefer to click on an email with a familiar system that they use or over a form.&lt;/p&gt;
&lt;p&gt;And of course, obviously a non-accessible form. The email&#39;s going to be better for them, but there&#39;s no real research into which people prefer. There&#39;s just generally a lot of people. May prefer what they&#39;re familiar with, so they would probably go for the email clickable link rather than the form.&lt;/p&gt;
&lt;p&gt;[00:19:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; There&#39;s so much interesting stuff in that, so I&#39;m just gonna pause it in the way that I see. So first of all, that the, again, let&#39;s just assume it&#39;s true, if it&#39;s wildly inaccurate, apologies. But the low conversion of, forms. Somewhere in the region of 5%, let&#39;s go with that, is amazingly low.&lt;/p&gt;
&lt;p&gt;if you present that 20 times, one person will fill it out or less in this case. So that&#39;s remarkable. But also the, clickable email and phone number converting somewhere in the region of 35 to 40%. That&#39;s also curious, but that really does jive with me because if I see the phone number.&lt;/p&gt;
&lt;p&gt;Okay, so first of all, let&#39;s assume it&#39;s like some local business. I&#39;m gonna ring that a hundred times out of a hundred. I&#39;m not gonna fill out the form if it&#39;s possible for me to speak with that person. I&#39;ve decided years ago that&#39;s the best way to conduct almost any negotiation is to speak to the person.&lt;/p&gt;
&lt;p&gt;So I don&#39;t know if it&#39;s a plumber. I just wanna know when don&#39;t you come in. Let&#39;s get it all sorted out. I&#39;ll talk to you, we&#39;ll establish trust. You can figure out who I am and I&#39;ll tell you where I live and, I&#39;ll get all of the details out. And it&#39;s because of that conversation, it&#39;s because something surprising will inevitably come up.&lt;/p&gt;
&lt;p&gt;And I, wanna know that I&#39;ve given all the detail in all of its fine, gory detail, whatever that may be. And I&#39;ve also decided, that I can get a across in one minute, probably what it would take me 20 minutes to write out in an email. So that whole phone number thing is brilliant. Second email.&lt;/p&gt;
&lt;p&gt;Yeah, I&#39;m all about that as well because it&#39;s this, I can put all of it down. I&#39;m not constrained to a field. you&#39;ve gotta say all the thing, you&#39;ve gotta list the things here. What&#39;s the reason, what have you I just wanna explain the reason in this one big email, text box area, if you like.&lt;/p&gt;
&lt;p&gt;And so that works for me. I&#39;m, not so sure in, my case. This statistic about WhatsApp and website chat. That doesn&#39;t ring true for me. But obviously, the why I, try not to use those things. If, possible, if they&#39;re there, I will use them. Not if it&#39;s a bot. As soon as I get the notion that it&#39;s a bot, my first thing is can I speak to a human?&lt;/p&gt;
&lt;p&gt;I just type that in and see what happens. so those kind of don&#39;t work for me. But that&#39;s the one about the, if you just put a form field asking for a phone number, that just, that it drops submissions That&#39;s so curious to me. Because I can get that as well. I don&#39;t wanna give my phone number up as a part of this exchange, and I don&#39;t know if you do the same thing.&lt;/p&gt;
&lt;p&gt;I often put a incorrect phone number in if it&#39;s required. I&#39;ll just make up some random phone number which satisfies the length of digits. But I don&#39;t wanna give some random person my phone number because I don&#39;t know where that&#39;s gonna end up. Yes. and yeah, and then obviously the, the bit about, disabled users and what have you at the end.&lt;/p&gt;
&lt;p&gt;So all of that to me is basically extraordinarily fascinating. And the whole chat bot thing and the clickable email and phone, I hadn&#39;t given that any thought at all. But it would definitely skew my advice to somebody going forward, depending on their need. if it was a local business website, I think that&#39;s telling me, promote the phone number more or less, above almost anything else.&lt;/p&gt;
&lt;p&gt;[00:22:39] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, it&#39;s, it&#39;s interesting &#39;cause, context is gonna be important, how these are designed. I, do believe the loan number on the contact forms because of the fact that I&#39;ve seen. Roughly, with some statistics, how many people have gone to a contact form but not filled that in? Yeah. So that doesn&#39;t surprise me that it&#39;s so low because they&#39;ve gone to that page a lot, but very few submissions come from it.&lt;/p&gt;
&lt;p&gt;but the other numbers which are saying how high the high numbers are, the ones that I don&#39;t trust so much.&lt;/p&gt;
&lt;p&gt;[00:23:07] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So interestingly as well, I think the device that you are visiting that page on will really be critical. So I&#39;m far more likely to fill out a form if I&#39;m sat. With a keyboard Yes. On the phone because of the pain of, typing anything into a.&lt;/p&gt;
&lt;p&gt;Form field on a phone that probably, it is probably part of it. And as more and more of us are viewing more and more of the web online with a mobile device in our hand, that probably skews us away from it. I do wonder if Form Fields had an audio option where you could, click a button, record some audio and send that a lot, I wonder how that would, work.&lt;/p&gt;
&lt;p&gt;Never really thought about that. You can do that.&lt;/p&gt;
&lt;p&gt;[00:23:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Anyway, it was just, most of this, it was just me thinking, do I need to put a form on everybody&#39;s site? And I will just mention just on the WhatsApp, which I hadn&#39;t really thought about before, but because people are so used to that as a way of contact and the way of being able to share imagery, it very useful for where I&#39;ve put it on, electrician site on that, because.&lt;/p&gt;
&lt;p&gt;What he&#39;s saying is that, people often want to show him a picture of what needs fixing.&lt;/p&gt;
&lt;p&gt;[00:24:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. So, I have done this, so I have a, I use a plumber and, w we know we&#39;ve known each other for many years now, but that is the modus operandi that he has. And so I&#39;ll explain that something is broken.&lt;/p&gt;
&lt;p&gt;Yes. And it needs to be replaced. And so the immediate thing is can you show me a photo of the bit that&#39;s broken and that must make his life in immeasurably more straightforward? &#39;cause immediately he&#39;s captured, okay, I know what that job involves now. Whereas before he&#39;d have to show up, then probably go and get the part that.&lt;/p&gt;
&lt;p&gt;Demonstrated was needed. So there&#39;s two journeys there. Whereas the photo, the photography bit there probably cuts that out. So yeah, that&#39;s really interesting. Really interesting. Yeah,&lt;/p&gt;
&lt;p&gt;[00:24:58] &lt;strong&gt;David Waumsley:&lt;/strong&gt; it&#39;s just made me think a little bit about what I think I&#39;ve come to the conclusion that, and interesting enough, I was talking to Paul Lacey, who&#39;s been a guest on the show and is a good friend of ours, and at the moment he&#39;s doing some designs for the.&lt;/p&gt;
&lt;p&gt;Page builder that he does some occasional work for. He is doing some, pages and I looked at his contact page and I thought, although were quite well thought out, he&#39;s got different ones. And that contact pages as the Nielsen Norman Group or Norman Nielsen Group say about contact pages. It should have all the sort of things that you might need if you&#39;re going to make contact in any form.&lt;/p&gt;
&lt;p&gt;parking and where they are on the map and all that needs to be included. But on his, and that he made very clear is. Telephone numbers, a sort of little box that was very clear and what needed to know about telephone and what you needed to know about the email. And then the contact form followed later and I thought that layout, just the design of it, seemed to be perfect for this.&lt;/p&gt;
&lt;p&gt;So I put it, but I think, you could easily skip the contact form on some sites and not, I asked the AI in various forms, the question, do you think, given these bits of information here, whether, a contact form would lose, not having a contact form would lose you any business. And they generally came out to the fact that they didn&#39;t think it would make much difference.&lt;/p&gt;
&lt;p&gt;And in fact, another argument would be that you can overload people with too many options and then lose people that way. Yeah. And also it means that you&#39;ve&lt;/p&gt;
&lt;p&gt;[00:26:21] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; got to man several options, haven&#39;t you? So if you present a phone number. And an email address and a contact form, and I don&#39;t know, WhatsApp as well.&lt;/p&gt;
&lt;p&gt;There&#39;s four places where you&#39;ve got to be visible. Whereas if you, put it down, I guess the contact form provides convenience, especially on the side of the business that&#39;s got the website, because they just have to man that inbox, don&#39;t, they just have to keep an eye on that form and, yeah. The kind of data that they&#39;re gonna get is predictable.&lt;/p&gt;
&lt;p&gt;So it&#39;s definitely got its benefits. but I always went with the, the options on the Contact us page. I would, always list out phone number, address and things like that, but I, didn&#39;t apply the amount of thought that. Paul obviously has some in this scenario, but that&#39;s interesting.&lt;/p&gt;
&lt;p&gt;[00:27:04] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;Sort of laid out in a way where it&#39;s not just a bit of text, which you&#39;ll skip over and then see the big form, which&lt;/p&gt;
&lt;p&gt;[00:27:10] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:27:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Is the eye. Most is actually made the telephone and the email capture eye more than the form the forms. Okay. Secondary and I thought that&#39;s probably how I&#39;ll do it with most of my type of clients.&lt;/p&gt;
&lt;p&gt;obviously. But some people, they need, there are circumstances with people where they do need to collect that into Yeah. a system, Yeah. Google sheets or something. So a form is needed. yeah. Okay. So, let&#39;s, assume, ah, we need a form of some kind. Yeah. Let&#39;s assume that, shall we?&lt;/p&gt;
&lt;p&gt;Okay. form options. So I put some stuff here &#39;cause I needed to get this straight in my own head. let&#39;s start with some sort of basic facts. that in order to be able to send some data via a form on our website safely, we do need a client and a server side. Working. We need that sort of dynamic server on there.&lt;/p&gt;
&lt;p&gt;So I&#39;ve, I might as well read the notes out. So the client side is, for anyone who&#39;s not familiar with that, is the kind of HTML that the user interacts with. And we can think of this, I like this analogy. I, somebody else gave me this one that we can think of that as the sort of bouncer on the front door of a nightclub, but it&#39;s doing the basic, yeah, it does the basic checks.&lt;/p&gt;
&lt;p&gt;And if we&#39;re creating our own forms, then it&#39;s up to us to make sure that people know when they&#39;ve made a mistake before they. Click the Submit Sore out there doing those sort of safety checks, but they&#39;re just basic ones. And then the server side, acts as, the security in the club, guard in the VIP service.&lt;/p&gt;
&lt;p&gt;So it is gonna check whether the data is safe to send onto your email and whether it stops, some of the riffraff getting into that special area. So that&#39;s the spam, that&#39;s, we need to connect the anti-spam, we need to connect that to some sort of server in between. Be right. So I like it.&lt;/p&gt;
&lt;p&gt;I quite, yeah, I like the analogy. The, most interesting thing for me though, is what I&#39;ve learned, and we&#39;ll talk about this in another episode, is that even though HDML form validation comes built in, it&#39;s probably not good enough to say it&#39;s fully accessible for everybody. okay. &#39;cause it&#39;s not going to read out without using RVO and JavaScript.&lt;/p&gt;
&lt;p&gt;It&#39;s not going to tell somebody necessarily. When they&#39;ve done it in real time or point them when they need to go, if they need to, Correct. An email address or something. So&lt;/p&gt;
&lt;p&gt;[00:29:27] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; do you know if that&#39;s an endeavor of let&#39;s say, browser manufacturers to make&lt;/p&gt;
&lt;p&gt;[00:29:32] &lt;strong&gt;David Waumsley:&lt;/strong&gt; the,&lt;/p&gt;
&lt;p&gt;oh gosh. The service stuff? Yeah.&lt;/p&gt;
&lt;p&gt;we, didn&#39;t get it until H ML five, although that&#39;s very old now. We didn&#39;t have that and we needed JavaScript. there has been that move, but I don&#39;t see, there&#39;s much that&#39;s changed to alter and make forms easier. Basic, contact forms, I think, because the majority of people only need that.&lt;/p&gt;
&lt;p&gt;And I think, yeah. Yeah, because I think. It will correct you automatically if you&#39;re do nothing with the html. It will correct you to say you haven&#39;t put an AT sign in your email, but I don&#39;t think it pulls you out if you, yeah, if you&#39;ve left the dot out from, dot com or whatever your email address end is.&lt;/p&gt;
&lt;p&gt;Yeah. I don&#39;t think it&#39;ll call you out, so it does allow you to. Anyway, it&#39;s for another time, but I think when we get to, yeah, this one. Okay. Yeah, Sorry, derailing. So yeah, so our options are, firstly is to either DIY, the server and the client side. So we write the front end code and the backend code, but we&#39;re not going to do this &#39;cause this is really going to mean that we have to host this.&lt;/p&gt;
&lt;p&gt;Backend server. So we can do that either, with serverless cloud functions we have these days, we have more choices. We could do it with static host plus their own backend APIs. We could do it with, email to form submissions via mail server, or we can use some of these new open source, server softwares to be able to manage this stuff.&lt;/p&gt;
&lt;p&gt;But that&#39;s way beyond me. Certainly. I think it is for you Nathan, as well. yeah.&lt;/p&gt;
&lt;p&gt;Yep,&lt;/p&gt;
&lt;p&gt;Yeah, I think you are better at this kind of stuff than I would be, but anyway, I&#39;m not touching that. The next option then is to go where we&#39;ve gone with our, &#39;cause we have got a contact form. It&#39;s not very good. that&#39;s on our site.&lt;/p&gt;
&lt;p&gt;And, that&#39;s used the next option, which is DIY, the client side. So I&#39;ve put the HTML in there. And we use a third party for the server side. And if that&#39;s the route that we want to go with this one, then there&#39;s a load of services, which, for those who are listening to this, won&#39;t be able to see.&lt;/p&gt;
&lt;p&gt;But if you go to our show notes, you&#39;ll see there&#39;s a big, table here. We are basically ones that fit into that category. So both you and I, Nathan, we bought, didn&#39;t we? Form Spark, and that&#39;s the one I&#39;ve been using.&lt;/p&gt;
&lt;p&gt;[00:31:37] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah. So this is a, it doesn&#39;t do any building of the form. You have to build the form yourself.&lt;/p&gt;
&lt;p&gt;you have to either write the HTML with the form fields and the submit button and whatnot, and then you connect the submit event to their. I, can&#39;t remember how it works. You basically copy and paste some endpoint, don&#39;t you? And that data then gets sent to Forms Spa. It worked pretty well.&lt;/p&gt;
&lt;p&gt;it did, everything. Obviously it&#39;s not check, it&#39;s not sanitizing things, it&#39;s not checking for errors and what have you. But the, submissions once. The end point had received it did what it said it would do, which would be forward it on to. Yes. But it it was technical. Not tremendously technical, but there was a little bit of a learning cover.&lt;/p&gt;
&lt;p&gt;I certainly wouldn&#39;t have thought a client would like to be involved in any of this process. Yeah, definitely the sort of developer&#39;s job, but it worked. It was fine. And it was cheap as chips. Yeah. Still going I guess. &#39;cause I&#39;ve stopped using it. Yes, it&#39;s still&lt;/p&gt;
&lt;p&gt;[00:32:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; going. Yep. from personal experience, I, you&#39;re not gonna get much support from that.&lt;/p&gt;
&lt;p&gt;this is a one-off, it gives you 50,000 lifetime submissions for this fee of, 20, $5. And that just lasts as long as it needs to us. And on my deal that we got the same as you, I think, where it keeps adding each month. &#39;cause it was a slightly different deal, which we got there. So I&#39;m never gonna run out of forms there.&lt;/p&gt;
&lt;p&gt;My only beef with that particular thing is that once I, contacted them through support and never got an answer, the second time I did it, I did get an answer, but they never resolved it. And that was the fact that in India on my, IP address, which is actually, the state, Broadband service.&lt;/p&gt;
&lt;p&gt;I couldn&#39;t submit. It wouldn&#39;t go to them. It failed, and it&#39;s constantly failed. They had to put a VPN on to make it work. Now, I&#39;m not worried about that because I don&#39;t think the couple of clients who are using that at the moment are gonna lose anybody because, but we could be, because Yeah, that&#39;s&lt;/p&gt;
&lt;p&gt;[00:33:34] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; not a great thing though, is it?&lt;/p&gt;
&lt;p&gt;And especially, no, if the support, &#39;cause obviously you, they&#39;re obviously doing an IP. They&#39;ve obviously got some IP blocking somewhere in there and who knows.&lt;/p&gt;
&lt;p&gt;[00:33:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And I think they bounce off other people&#39;s services as well, don&#39;t they? To Yeah. Send these things. I dunno what that was about, but otherwise it&#39;s worked pretty perfectly for me.&lt;/p&gt;
&lt;p&gt;but the rest of them are all the same. there&#39;s one called Basin, I think the well-known one, I&#39;ll just skip down the chart, was, forms Spree, I think is one of the earlier ones, meeting that new demand for static sites. And 50&lt;/p&gt;
&lt;p&gt;[00:34:09] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; submissions a month on Forms spree for free, and then you&#39;re onto their paid tm.&lt;/p&gt;
&lt;p&gt;Yeah,&lt;/p&gt;
&lt;p&gt;[00:34:15] &lt;strong&gt;David Waumsley:&lt;/strong&gt; to be honest, there&#39;s nothing, I won&#39;t list them all. maybe I should, I list them all out for, I&#39;ll just say &#39;em.&lt;/p&gt;
&lt;p&gt;[00:34:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Shall I just read &#39;em all out loud? So you&#39;ve got forms Spark Basin. There&#39;s a common pattern here. By the way, they all have ingeniously titled names. form spark basin form, bold form, backend form, zillion web, three forms, form spree form carry.&lt;/p&gt;
&lt;p&gt;And form keep, if I was in the SAO business, I think, I think there&#39;d be some conversation to be had here. but there&#39;s loads of them. Yes. And I bet there&#39;s loads that you didn&#39;t find. &#39;cause they didn&#39;t start with the word form.&lt;/p&gt;
&lt;p&gt;[00:34:48] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I know there were some that I&#39;ve missed off on this. So they&#39;ve all offered these sort of like free limits.&lt;/p&gt;
&lt;p&gt;50 50, 50. There&#39;s one form, zillion offering, a hundred form bold offering a hundred for the free. And given that you get a hundred, if you use something like Netlify, which we can use as well, you get a hundred with that, they&#39;re not really offering much other than the fact that you. You may want some of the individual services that they offer on the backend, the way that they might connect up to other things, like maybe directly to Google Docs or something if you, or spreadsheets.&lt;/p&gt;
&lt;p&gt;But they all behave differently. And I think most of these are exactly the same thing. You write your HTML, you put this one line saying to submit to this address that you&#39;ve got, and that&#39;s what it does. So that&#39;s them pretty much. And then the one that&#39;s. Interesting to me is the third one, which is really the form builders we&#39;re talking about where we get third parties to do both the client and the server side of&lt;/p&gt;
&lt;p&gt;[00:35:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; things.&lt;/p&gt;
&lt;p&gt;So this is&lt;/p&gt;
&lt;p&gt;[00:35:42] &lt;strong&gt;David Waumsley:&lt;/strong&gt; much&lt;/p&gt;
&lt;p&gt;[00:35:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; more SaaS service login set up your form. Yeah. They make your form code into a website and you&#39;re done. Yeah.&lt;/p&gt;
&lt;p&gt;[00:35:48] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. and this is where I was blown away with what choices are, and I know I haven&#39;t included everyone that I came across here. and I got. Certainly AI struggled to find all the ones.&lt;/p&gt;
&lt;p&gt;So obviously this is hugely competitive. the ones that I thought about on our list of these, is, oh,&lt;/p&gt;
&lt;p&gt;[00:36:08] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Shall I just read them into the record again? Just form Oh yeah. Read them into, so we&#39;ve got paper form, fill out jot form, cognito forms type form. You&#39;re gonna have to scroll it. There you go. Thank you. Forster U Form nx. Oh, that&#39;s a nice title.&lt;/p&gt;
&lt;p&gt;ate tally ADA form and form. Smarts I&#39;ve never used. Oh no, I have, I&#39;ve used paper form, the one at the top, but the others I don&#39;t believe I&#39;ve ever used.&lt;/p&gt;
&lt;p&gt;[00:36:32] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And you, you were mentioning to me that you&#39;d use Wooo from Oh yeah. Wooo,&lt;/p&gt;
&lt;p&gt;[00:36:39] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; wooo, wooo, whatever, W-U-F-O-O back in the day. Yeah. That was one I tried out when this whole thing was brand new.&lt;/p&gt;
&lt;p&gt;this allowed you to do all sort, it was clever. It was a really in innovative product. But now I think all of the products have got all of the features that they have. Yeah. and I also actually downloaded a few. paid for scripts which did things like fu So I downloaded a whole bunch of things which mimicked what these do, but it was self-hosted and in some cases it was open source.&lt;/p&gt;
&lt;p&gt;There was one called Mac Formm, MACH Oh FORM, I dunno what it&#39;s called now. But yeah, there was that as well. yeah. what are you using? Are you using one of these on our website then?&lt;/p&gt;
&lt;p&gt;[00:37:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. no I&#39;m not because the, we&#39;ve only got our one contact form. Oh, of course. Sorry, you&#39;ve already said you were using the, forms spark thing.&lt;/p&gt;
&lt;p&gt;Yeah, I have for a client, I&#39;ve been using the paper form because that&#39;s the deal I&#39;ve got on that. And, it works well. But, in fact, on my list here, &#39;cause I, set AI on the. The, task of trying to find out what was a, what was accessible, that was a key thing for me and, what we could get for free and whether they could connect up to Stripe for free Okay.&lt;/p&gt;
&lt;p&gt;On that, because that&#39;s what a client particularly needed at the moment, who I&#39;d put on paper form. Now, the problem was, is that. With the deal that I got, it&#39;s my account. And up to that point I could give him, &#39;cause I&#39;m not using it for any other site other than this client. &#39;cause it was there and they&#39;ve now put a security check.&lt;/p&gt;
&lt;p&gt;So every time you try and log in, then it sends an email to my address. Oh, that renders that whole thing. Absolutely. Yeah, exactly. So we&#39;re looking for other solutions and that&#39;s really what set me off on this one to&lt;/p&gt;
&lt;p&gt;[00:38:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; see I&#39;ve actually overcome that problem in the past by setting up a filter. In my, email client, which then forwards that email to them, but just, it&#39;s a&lt;/p&gt;
&lt;p&gt;[00:38:36] &lt;strong&gt;David Waumsley:&lt;/strong&gt; real clue.&lt;/p&gt;
&lt;p&gt;It&#39;s not ideal. I thought that very thought and I thought, no, let&#39;s have a look, because I had a bit of an issue Anyway. I put it on their own domain because it&#39;s a heavy load, and that was another thing that&#39;s not on my chart. If you are, if you&#39;re looking at our show notes, it&#39;s all there. I haven&#39;t included it because I think we&#39;ll do an episode.&lt;/p&gt;
&lt;p&gt;We&#39;ll come back and we&#39;ll look at all these when I&#39;ve tested them all out and see, you know what my preference is. I&#39;ve already got a preference so far, but I haven&#39;t tested them all out and spent some time. &#39;cause one thing that&#39;s quite interesting to me is now I signed up for the free accounts for a whole bunch of these who&#39;s.&lt;/p&gt;
&lt;p&gt;Filling up my e email box with all sorts of, it&#39;s free, but not free of spam. No. And so jot form, which looks really good because it&#39;s, fully accessible and it does a really good job actually. It&#39;s beautiful actually how it works on their forms. Because if you&#39;ve made a mistake, it comes up with this big red.&lt;/p&gt;
&lt;p&gt;thing on the top, but it also announces to somebody using a screen reader, that they&#39;ve made an error on where to go to and where to skip to and all that. It&#39;s really good. Oh, that is good. Yeah. Yeah. And they&#39;ve got a free amount. You can, but very limited. For Stripe payments. You can only get 10 for free, but there&#39;s no extra charge on that one.&lt;/p&gt;
&lt;p&gt;And you&#39;ve got a hundred. Per month for them. So they look really, good. But I&#39;m totally put off by the fact that they have just every day sent me some sort of email trying to Okay. you&#39;re the product, David, you are the product. Yes. Yes. and the same thing, I&#39;ll just quickly mention as well you form, which I didn&#39;t really like.&lt;/p&gt;
&lt;p&gt;I have tested it out. I like the way that it&#39;s designed and the fact that it takes one question at a time and it&#39;ll move to the next screen and stuff. All that. Beautiful, but totally inaccessible on that one. I tried it with a screen reader, just, you don&#39;t know where you&#39;re going at all. So that&#39;s outta the question.&lt;/p&gt;
&lt;p&gt;They call those conversational forms, don&#39;t you? Yes. One question&lt;/p&gt;
&lt;p&gt;[00:40:29] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; and then you slide to the next, and I, to me it&#39;s nothing like a conversation, but&lt;/p&gt;
&lt;p&gt;[00:40:33] &lt;strong&gt;David Waumsley:&lt;/strong&gt; anyway, there you go. Yeah. we&#39;ll. We&#39;ll touch on that. I think having that ability to do that is a great thing, and many of them do that. And I think, as I say, I&#39;m reading this book by Adam Silva&#39;s, and he&#39;s very keen on the fact that it&#39;s very good for, usability.&lt;/p&gt;
&lt;p&gt;it does kind&lt;/p&gt;
&lt;p&gt;[00:40:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; of lock you into the one question at a time thing. Yeah. But the bit that I don&#39;t like about it is that it disguises how much of the form is still to come, if So you might embark on a form and four minutes in you&#39;re like, I&#39;ve no idea.&lt;/p&gt;
&lt;p&gt;[00:41:02] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Exactly. If you know the stages and where you are going on this and that&#39;s, but then you don&#39;t know what the next, when you go to the next slide, effectively with these things, you how many entry, so you might think you are 90% there.&lt;/p&gt;
&lt;p&gt;And then the last one&#39;s got,&lt;/p&gt;
&lt;p&gt;[00:41:17] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; they get over the problem with things like a. Progress bar or something. Yes. bound to the top of the screen, but I&#39;d still just rather see the form, the whole thing and work it out for myself.&lt;/p&gt;
&lt;p&gt;[00:41:26] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Anyway, paper forms, it&#39;s, it was easy to set up. It&#39;s logical, it&#39;s got lots of options there if you are, but there&#39;s no free option on this one.&lt;/p&gt;
&lt;p&gt;But it wasn&#39;t accessible and they don&#39;t even mention anything about accessibility. And it was still, although it&#39;s got a lot lighter, it was still heavy. On the load. Okay. So I put it on their domain for his site because I didn&#39;t want it ruining the core web vitals, which were all pretty much close to a hundred, across the board.&lt;/p&gt;
&lt;p&gt;And you only need one page that&#39;s listed on your site that&#39;s out and that can throw your whole fail, can&#39;t it? So, we put it on its own place there, but. We&#39;ll come back on this one because there&#39;s not much to say other than the fact that, you do get some more generous offers. And I think the one that I particularly like at the moment is Tally.&lt;/p&gt;
&lt;p&gt;So is there, okay, this is new to me. I&#39;ve not&lt;/p&gt;
&lt;p&gt;[00:42:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; come across this, but very nice looking website. They&#39;ve done a great job with that. What was it that you liked so much?&lt;/p&gt;
&lt;p&gt;[00:42:23] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I like them. I like, the way that they talk, their blog, what they&#39;re talking about. They, went out on purpose to do it because things like these things to get.&lt;/p&gt;
&lt;p&gt;Some of the things that you might need gets very expensive. you&#39;re on $25 per month to get, you get something free. Soon as you overstep it, then it gets really expensive and they&#39;ve gone out to not do that, to make it as free as possible. And they&#39;ve been very open and transparent in the blogs that I&#39;ve seen about how they&#39;re making money on it.&lt;/p&gt;
&lt;p&gt;So it, it&#39;s unlimited. For everything here, but you don&#39;t get some other things that you might want. remove the branding of course. And also, if you want to be able to style these forms with your own CSS, then you are limited on these kind of things. But they say they only need, they&#39;ve been running basically on 2% of the people who are, their customers are paying for the pro version and that&#39;s enough for them to run their small business.&lt;/p&gt;
&lt;p&gt;And I like them &#39;cause they&#39;re based in the eu. They&#39;re very open. They, They very much committed to a small group and bootstrapping rather than using venture capital, which I think, that&#39;s appeals to me anyway. So aligns with your, yeah. Fibers, shall we say? Your moral fibers.&lt;/p&gt;
&lt;p&gt;Okay. Yes. Good. And what did it, and I missed it, completely missed it. I only caught it because I watched a YouTube video by Al Adam Silver and Become a bit of an expert because he is advising people like, gov UK and BBC and people like that. And the fact that he, obviously, he builds his own forms, but for one thing that he needed for his personal site, he used tally forms for this intermediate thing that he needed.&lt;/p&gt;
&lt;p&gt;And I thought, if he&#39;s using it, then it&#39;s gotta be you. So a stamp from him. Good, Yes. Yeah. So that was basically it. And what else? There was some, as I say, there was some that I didn&#39;t include on this formed apps, because the fact that, and this is, I think. Might be common when I&#39;ve checked them all out, but it was loading for the most simple form, which was basically your name, your email, and a message and nothing added.&lt;/p&gt;
&lt;p&gt;We, we got, just in JavaScript alone, there was 1.5 megabytes over 49 different files for that. That was on form app, was it? Yeah. Their focus is on ai, which a lot of people are moving towards, so that&#39;s another off-putting thing for me personally, if they, okay. If they want to encourage you to use AI to create your forms now.&lt;/p&gt;
&lt;p&gt;As I&#39;m learning, there&#39;s a lot more to build in a good form and AI&#39;s not going to do a good job on it, so, those ones that head in that direction are not for me personally, I might suggest some of these just because of their ease. If I&#39;m passing this on to a client and I say, that&#39;s your responsibility, this can sit on their domain.&lt;/p&gt;
&lt;p&gt;we will just put a link on your site where they can do whatever they want there and book you and pay and all that and you are taking care of it, then that&#39;s fine. It doesn&#39;t interfere with me, and if they find one of these others a lot easier, I think probably. Many of these will be a lot easier than Tally, which is my favorite.&lt;/p&gt;
&lt;p&gt;So&lt;/p&gt;
&lt;p&gt;[00:45:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. So there&#39;s a whole load of choices there. Yeah. So you feel that a piece of content in the future will be a more deep dive into the features and what have you. So you&#39;ve obviously put a table together there. Yeah. But deep diving in on video to how these ones fare against each other given, I don&#39;t know, you maybe do a price comparison or you maybe do a JavaScript load comparison or something like that.&lt;/p&gt;
&lt;p&gt;[00:45:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. Yeah. Okay. I think it&#39;s amazing what we&#39;ve got now these days for these form builders that can, do payments and do all these really complex and, a hundred per month of submissions. So as long as you can control spam, Which is the other side of it, that&#39;s the problem I think with a lot of them that give you a hundred, or netlify, I knew where I put our form, we were getting at least five spam emails a day.&lt;/p&gt;
&lt;p&gt;that&#39;s over your a hundred used up straight away. So if you don&#39;t control that.&lt;/p&gt;
&lt;p&gt;[00:46:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, some kind of capture like, I don&#39;t know, cloudflare&#39;s turnstile or something like that. Just in between it and the submit form. yeah. Okay. Yes. Okay. so there we go. Do you need a website to have a contact form? I don&#39;t know.&lt;/p&gt;
&lt;p&gt;But certainly they&#39;re there, they&#39;re available, they can be used. Is that it? Are we done for today, do you think?&lt;/p&gt;
&lt;p&gt;[00:46:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, if you were using one of these, one, just one little thing that I discovered, which I thought was quite interesting is say Google Docs, which I didn&#39;t, me, sorry. Google Forms, which I didn&#39;t mention earlier.&lt;/p&gt;
&lt;p&gt;Google Forms. Yeah. it&#39;s great. You can embed it. You can&#39;t do much. It is good for accessibility, but if you wanted to put it in your, embed it in your, site. It downloads all of the fonts that are available in the form. So it becomes very heavy download.&lt;/p&gt;
&lt;p&gt;[00:46:59] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:47:00] &lt;strong&gt;David Waumsley:&lt;/strong&gt; But you can get away with that one, which I was just playing around with because of iframes allow you to lazy load.&lt;/p&gt;
&lt;p&gt;Oh, the call my vitals is not hit. Yes. If it&#39;s down in the bottom of the page or you put it in, details and summary. Okay. So it only appears when it&#39;s clicked on, so you can overcome that. Page load difficulty. So yeah. Okay. So the drawback is it&#39;s downloading&lt;/p&gt;
&lt;p&gt;[00:47:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; all the fonts. The pro of that is you don&#39;t need to load the form Yes.&lt;/p&gt;
&lt;p&gt;Until you&#39;re ready to see it. Okay. So from an SEO hit, that might not be quite so bad. Still curious that it&#39;s loading all the fonts you mean? All the fonts?&lt;/p&gt;
&lt;p&gt;[00:47:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; All the fonts. I think all the fonts that. I wish I&#39;d brought it up on here because I did do a test on it, but it was all of the fonts that, certainly were in the forms.&lt;/p&gt;
&lt;p&gt;God knows why. I told you, I did question this and got AI to say, why on earth did they do this, and is there a workaround? And, they gave a plausible thing to me with my small brain when it comes to backend stuff about why they did this for everybody&#39;s, to. It&#39;s just so it&#39;s available to everybody.&lt;/p&gt;
&lt;p&gt;I don&#39;t know. You would imagine&lt;/p&gt;
&lt;p&gt;[00:48:08] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; though, that you only need the fonts that you need on the&lt;/p&gt;
&lt;p&gt;[00:48:11] &lt;strong&gt;David Waumsley:&lt;/strong&gt; form&lt;/p&gt;
&lt;p&gt;[00:48:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; that are being used on the form, but it is,&lt;/p&gt;
&lt;p&gt;[00:48:13] &lt;strong&gt;David Waumsley:&lt;/strong&gt; it&#39;s ridiculous with Google, isn&#39;t it? It&#39;s the same with YouTube. We have to take all these extra precautions to stop it. They&#39;re the people who have really got us to think about page load, and they&#39;re the people who make it so difficult for us.&lt;/p&gt;
&lt;p&gt;Make it difficult to achieve it. Difficult. Yeah.&lt;/p&gt;
&lt;p&gt;[00:48:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; The the, the, hand doesn&#39;t know what the leg is doing or some. Thing like, yes, I don&#39;t remember. Okay. In which case, I will remove the screen share and I will say thank you. So that was our first look at forms in follow up episodes. Looks like we&#39;re gonna be doing, yeah, content in which we&#39;ll describe what each of the forms does and what have you.&lt;/p&gt;
&lt;p&gt;and so I guess. We&#39;ll see you next time. It is. Oh, thanks for that. Oh, like I can subscribe. David, let&#39;s say that one more time. If you enjoyed this. Yeah. Please, hit the subscribe button onto the YouTube video and that enables YouTube to, to notify you when we produce new content, which would, be nice for you and&lt;/p&gt;
&lt;p&gt;[00:49:04] &lt;strong&gt;David Waumsley:&lt;/strong&gt; nice&lt;/p&gt;
&lt;p&gt;[00:49:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; for us.&lt;/p&gt;
&lt;p&gt;[00:49:05] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, I think generally, because we don&#39;t, we&#39;re not promoting any, we&#39;ve got no commercial element to this. to be able to keep going with this one, we need to feel that people are actually,&lt;/p&gt;
&lt;p&gt;[00:49:15] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. I haven&#39;t told you about my new SaaS service. It&#39;s called Forms Bank or something like that.&lt;/p&gt;
&lt;p&gt;I haven&#39;t told you about that. We&#39;ll leave that for the next episode. I&#39;ll, review it on that, bomb. Shell see you next time. Yeah. Cheers byebye. Bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
  <entry>
    <title>Don’t quote us on this!</title>
    <link href="https://noscript.show/24/" />
    <updated>2025-08-20T00:00:00Z</updated>
    <id>https://noscript.show/24/</id>
    <content type="html">&lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id=&quot;where-we-quote&quot;&gt;Where we quote&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In testimonials for credibility and social proof.&lt;/li&gt;
&lt;li&gt;In blog comments for engagement.&lt;/li&gt;
&lt;li&gt;In &amp;quot;pull&amp;quot; quotes for style and highlighting.&lt;/li&gt;
&lt;li&gt;In articles to support our arguments.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;the-difficulty-with-semantic-html&quot;&gt;The difficulty with semantic HTML&lt;/h2&gt;
&lt;p&gt;We have the &amp;lt;blockquote&amp;gt;, &amp;lt;q&amp;gt; and &amp;lt;cite&amp;gt; elements, but the specifications have changed over time and don’t entirely line up with our design patterns.&lt;/p&gt;
&lt;p&gt;Michelle Barker&#39;s article &lt;cite&gt;&lt;a href=&quot;https://css-irl.info/ive-been-doing-blockquotes-wrong/&quot;&gt;I’ve Been Doing Blockquotes Wrong&lt;/a&gt;&lt;/cite&gt; highlights how difficult HTML can be at times.&lt;/p&gt;
&lt;p&gt;The official HTML specifications are with the Web Hypertext Application Technology Working Group (WHATWG). This tells us:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Quote elements are for &lt;a href=&quot;https://html.spec.whatwg.org/multipage/grouping-content.html#the-blockquote-element&quot;&gt;external sources&lt;/a&gt; only. Presumably to the page rather than the domain?&lt;/li&gt;
&lt;li&gt;The cite &lt;strong&gt;attribute&lt;/strong&gt; is used to specify a URL source. This is invisible to humans and most screen readers.&lt;/li&gt;
&lt;li&gt;The visible cite &lt;strong&gt;element&lt;/strong&gt; is for the title of a creative work only and should not be included in the quote element.&lt;/li&gt;
&lt;li&gt;A blockquote is a sectioning &lt;strong&gt;root&lt;/strong&gt;. It marks a distinct part of the content, but not part of document&#39;s outline as with sectioning &lt;strong&gt;elements&lt;/strong&gt; (such as aside, article, nav).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;This means:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We should not use quotation elements for (self quoting) pull quotes.&lt;/li&gt;
&lt;li&gt;We should not use cite elements for authors of quotes.&lt;/li&gt;
&lt;li&gt;The citation is orphaned from the quote. Not ideal accessibility.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;It&#39;s hard to find consistent advice&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Many &lt;a href=&quot;https://html5doctor.com/cite-and-blockquote-reloaded/&quot;&gt;expert sources&lt;/a&gt; have encouraged us to use blockquotes in ways that seem technically incorrect including &lt;a href=&quot;https://wordpress.com/support/wordpress-editor/blocks/quote-block/#insert-your-quote&quot;&gt;platforms&lt;/a&gt; (&lt;a href=&quot;https://theadminbar.com/accessibility-weekly/coding-blockquotes/&quot;&gt;code example&lt;/a&gt;).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&quot;https://heydonworks.com/article/the-blockquote-element/&quot;&gt;Haydon Pickering &lt;/a&gt; suggests placing blockquotes and cites within &amp;lt;figure&amp;gt; and  &amp;lt;figcaption&amp;gt; elements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adrian Roselli recommends against using figure as it&#39;s verbose for popular screen readers. However, his &lt;a href=&quot;https://adrianroselli.com/2023/07/blockquotes-in-screen-readers.html#Example07&quot;&gt;preferred approach&lt;/a&gt; breaks WHATWG rules as he uses cite within the blockquote and uses them for authors too.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The &lt;a href=&quot;https://design-system.w3.org/components/quote.html&quot;&gt;W3C design system&lt;/a&gt; uses a &amp;lt;footer&amp;gt; element to cite an author Unlike Adrian Roselli, they do not use the cite element because of the WHATWG specifications.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Design systems for local governments reveal many other variations. Probably due to changes in the original W3C documentation that was not carried forward to WHATWG. The W3C essentially defers to WHATWG&#39;s HTML Living Standard as the authoritative specification.&lt;/p&gt;
&lt;h2 id=&quot;our-approach-to-the-html&quot;&gt;Our approach to the HTML&lt;/h2&gt;
&lt;p&gt;We don’t have the standing to influence specifications like Haydon Pickering, Adrian Roselli or Michelle Barker so we&#39;ll stick to  WHATWG rules to be consistent from here on (until told otherwise).&lt;/p&gt;
&lt;h3 id=&quot;testimonials&quot;&gt;Testimonials&lt;/h3&gt;
&lt;p&gt;The typical pattern is the external quote followed by the author&#39;s name sometimes with a link to their organisation and image of them (&lt;a href=&quot;https://band.here24.co/&quot;&gt;example&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;For this we will use the W3C design systems approach of not using cite, but putting the author credentials in a footer element within the block quote.&lt;/p&gt;
&lt;p&gt;If there is a URL we will add the invisible cite attribute.&lt;/p&gt;
&lt;p&gt;If the testimonial contains a heading the markup would change depending on whether the heading was part of the original quote. If it was, we would add the heading as part of the quote.&lt;/p&gt;
&lt;p&gt;If not, we&#39;d use an &lt;a href=&quot;https://html.spec.whatwg.org/multipage/sections.html#the-article-element&quot;&gt;&amp;lt;article&amp;gt;&lt;/a&gt; as below.&lt;/p&gt;
&lt;pre class=&quot;language-html&quot; tabindex=&quot;0&quot;&gt;&lt;code class=&quot;language-html&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;article&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;h3&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;Review Title&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;h3&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;blockquote&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;The review content...&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;p&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;footer&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt; — Reviewer Name&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;footer&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;blockquote&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;article&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt; &lt;/code&gt;&lt;/pre&gt;
&lt;div class=&quot;side-note&quot;&gt;
&lt;p&gt; &lt;strong&gt;Note:&lt;/strong&gt; Google&#39;s review snippets can not be &lt;a href=&quot;https://developers.google.com/search/docs/appearance/structured-data/review-snippet#self-serving&quot;&gt;self-serving&lt;/a&gt;.
&lt;/p&gt;
&lt;/div&gt;
&lt;h3 id=&quot;comments-blog-posts&quot;&gt;Comments (blog posts)&lt;/h3&gt;
&lt;p&gt;According to &lt;a href=&quot;https://html.spec.whatwg.org/multipage/sections.html#the-article-element&quot;&gt;WHATWG&lt;/a&gt;&lt;/p&gt;
 &lt;blockquote&gt;
 A blog entry on a site that accepts user-submitted comments could represent the comments as article elements nested within the article element for the blog entry.
 &lt;/blockquote&gt;
&lt;h3 id=&quot;pull-quotes&quot;&gt;Pull quotes&lt;/h3&gt;
&lt;p&gt;According to &lt;a href=&quot;https://html.spec.whatwg.org/multipage/sections.html#the-aside-element&quot;&gt;WHATWG&lt;/a&gt;&lt;/p&gt;
   &lt;blockquote&gt;
   The aside element can be used for typographical effects like pull quotes or sidebars
   &lt;/blockquote&gt;
&lt;p&gt;Jeremy Keith set off debate in 2016 by asking &lt;a href=&quot;https://adactio.com/journal/11102&quot;&gt;Why do pull quotes exist on the web?&lt;/a&gt; It&#39;s a great question given it is a duplication of content that visually does not look impressive on small devices. It is also not easy to code with many employing JavaScript to achieve it.&lt;/p&gt;
&lt;h3 id=&quot;regular-quotes&quot;&gt;Regular quotes&lt;/h3&gt;
&lt;p&gt;To keep things easier for both sighted and non-sighted users it seem to make sense to cite before the quote.&lt;/p&gt;
&lt;pre class=&quot;language-html&quot; tabindex=&quot;0&quot;&gt;&lt;code class=&quot;language-html&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;p&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;In NAME&#39;s article/song/presentation
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;cite&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;a&lt;/span&gt; &lt;span class=&quot;token attr-name&quot;&gt;href&lt;/span&gt;&lt;span class=&quot;token attr-value&quot;&gt;&lt;span class=&quot;token punctuation attr-equals&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;https:/www.example/&lt;span class=&quot;token punctuation&quot;&gt;&quot;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;NAME OF THE WORK
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;a&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;cite&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt; 
s/he says:
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;p&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;&lt;/span&gt;blockquote&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
 THE QUOTE
&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token tag&quot;&gt;&lt;span class=&quot;token punctuation&quot;&gt;&amp;lt;/&lt;/span&gt;blockquote&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;token comment&quot;&gt;&amp;lt;!-- or &amp;lt;q&gt;&amp;lt;/q&gt; if inline  --&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&quot;block-or-inline-quotes&quot;&gt;Block or inline quotes?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://heydonworks.com/article/the-blockquote-element/&quot;&gt;Haydon Pickering &lt;/a&gt; points out that the term “block quotation” precedes the blockquote element. The Chicago Manual Of Style recommends block quotations are over 100 words. Some examples in the specification have very short quotes and so it remains unclear when (semantically) you should use one over the other.&lt;/p&gt;
&lt;h2 id=&quot;styling-quotes&quot;&gt;Styling quotes&lt;/h2&gt;
&lt;p&gt;Please join us for &lt;a href=&quot;https://noscript.show/learn/15/&quot;&gt;part two&lt;/a&gt; where we look at adding styling with CSS (this is a video only episode).&lt;/p&gt;
&lt;h2 id=&quot;mentioned&quot;&gt;Mentioned&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;https://survey.devographics.com/en-US/survey/state-of-html/2025&quot;&gt;The State of HTML 2025&lt;/a&gt;&lt;/p&gt;
&lt;details&gt; 
&lt;summary&gt;Transcript&lt;/summary&gt;
&lt;p&gt;[00:00:06] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Hello there and welcome to the No Script Show. This is the fourth in our series, looking at components that make up a website. Today we&#39;re looking at testimonials, block quotes, pull quotes, and the site elements and how these are most likely coded wrongly.&lt;/p&gt;
&lt;p&gt;As with other episodes in this series, we&#39;ll be considering these from a technical design, accessibility, and SEO perspective, and we&#39;ll follow up this chat with a YouTube video looking at some coded examples. This time it is slightly different in that we will be focusing on the HT RL markup in this podcast, as there is a surprising amount to cover.&lt;/p&gt;
&lt;p&gt;And CSS styling is what we&#39;ll cover in the follow up video only content. As always Joined by David Wamsley, who&#39;s over there? Hello, David? Hello? Hello? Nathan Wrigley. You&#39;re sporting a slightly different background.&lt;/p&gt;
&lt;p&gt;[00:00:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yes, I&#39;m in London, usually I&#39;m in India. but we&#39;re a bit closer. We were almost close actually.&lt;/p&gt;
&lt;p&gt;Yeah. we nearly got to see each other. Yeah. It all happened in this time, but yes. anyway, let me move on to this. &#39;cause you were the one who really set me off on doing this topic a bit earlier. We would&#39;ve done it anyway because you shared with me a video by Kevin Powell, called is HTML the Hardest Language, and he was demonstrating with his, followers and everything, how.&lt;/p&gt;
&lt;p&gt;Everyone, he gave them a card component to code up and everybody did it in slightly different ways, which really asked you that&#39;s what is the semantic way. And this really reminded me of a post by or series by Hayden Pickering where he is looking at various, has HTML elements and. It really highlights the fact that there&#39;s a lot of confusion on how to do HTML and it really caught my attention, the block quote one that he did and the site element.&lt;/p&gt;
&lt;p&gt;So it set me off experimenting about, how, &#39;cause we&#39;re trying to set up our own, if you like, design system and have a consistent way of marking things up. And yeah. So I went on a bit of a journey. Yeah, sorry&lt;/p&gt;
&lt;p&gt;[00:02:13] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; about that. All of that. With me DMing you on blue sky and set you off on a complete, laundry list of things to cover.&lt;/p&gt;
&lt;p&gt;So apologies about that, but hopefully there&#39;s some useful content in here. Should we switch to your screen? Do you wanna do that one? Yeah, let&#39;s do that. Okay. We&#39;ve&lt;/p&gt;
&lt;p&gt;[00:02:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; got a lot of notes to get through actually here. I&#39;d be largely reading these out I think, &#39;cause the research has been done. Yep. So let&#39;s talk about, so we called this one.&lt;/p&gt;
&lt;p&gt;don&#39;t quote us on this, or I should mention as well. I&#39;ll put a little note. It actually is already in there that another reason for doing this is that the state of HTML 2025 is still open as a survey. I, haven&#39;t done it myself, but I will. No, I&lt;/p&gt;
&lt;p&gt;[00:02:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; took a quick look at it. I didn&#39;t fill it out, but I will come back and fill it out.&lt;/p&gt;
&lt;p&gt;It&#39;s not a long enterprise, it&#39;s fairly quick, but, obviously somebody somewhere needs to know where we&#39;re all at. and yeah. Useful to fill out. I would&#39;ve thought so. We&#39;ll provide the link in the show notes,&lt;/p&gt;
&lt;p&gt;[00:03:09] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, it&#39;s down there in my. So for those who are on YouTube, you will be able to follow along with our notes.&lt;/p&gt;
&lt;p&gt;So I put first where we quote, where we use quotes. So in testimonials for credibility and social proof, we use, in blog comments for engagement, effectively where user submissions are a quote Yeah. Of some form. Yep. in pull quotes for style and highlighting. I&#39;m not sure. do you know what?&lt;/p&gt;
&lt;p&gt;When I say pull quotes, does that mean&lt;/p&gt;
&lt;p&gt;[00:03:40] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; anything to you? Do you&lt;/p&gt;
&lt;p&gt;[00:03:41] &lt;strong&gt;David Waumsley:&lt;/strong&gt; have an expectation?&lt;/p&gt;
&lt;p&gt;[00:03:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No, I&#39;m, basically imagining the, things that you&#39;ve described previously. So to me, a pull quote is a block quote. I, genuinely wouldn&#39;t have known what the difference was.&lt;/p&gt;
&lt;p&gt;[00:03:53] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, it&#39;s all, it&#39;s just interesting. We&#39;ll, move on to this one.&lt;/p&gt;
&lt;p&gt;&#39;cause there&#39;s an article by Andy Clark where his interpretation of a poll quote is different to what I think, I&#39;m talking about here. But generally it&#39;s a self quote, I think, where we put it. Usually in an article where there&#39;s this big thing that gives you a, some styling, it gives you some highlight of text that&#39;s to come.&lt;/p&gt;
&lt;p&gt;So it&#39;s a, okay. It&#39;s duplicate content. and we use it in articles, for, oh, I&#39;ve made a. To support our arguments. Okay. often,&lt;/p&gt;
&lt;p&gt;[00:04:25] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; it&#39;s fairly widely used throughout the web. I think the, place that I see it most is, comments on blogs and things like that are out of fashion, aren&#39;t they these days.&lt;/p&gt;
&lt;p&gt;But I see it all over on testimonials. you, somehow want to, I don&#39;t know, link the words to the image or the person&#39;s name or something. And in order to do that, you adopt this different style and maybe some iconography around it. And,&lt;/p&gt;
&lt;p&gt;[00:04:49] &lt;strong&gt;David Waumsley:&lt;/strong&gt; yeah. Yeah, exactly. this is the interesting bit really of what we&#39;re gonna get stuck on, the difficulties with Symantec HTML.&lt;/p&gt;
&lt;p&gt;So we have the block quote element, the Q element for inline quotations. We have the site element, which Haydon Pickering says really ought to be called citation rather than site, but, But the thing is with this, the specifications have changed over time and they don&#39;t entirely line up with the design patterns that we use.&lt;/p&gt;
&lt;p&gt;And after reading Haydon Pickering&#39;s article, I also stumbled across Michelle Barker&#39;s article, which says what exactly what I experienced. I&#39;ve been doing block quotes wrong. Through, listening to or reading his article, she realized that, and I&#39;ve got it up over here. And there was quite a lot of, and this has helped me look into this more because there&#39;s a lot of comments here on that by some really.&lt;/p&gt;
&lt;p&gt;quite clever people. She&#39;s a very clever person as well. She writes some of the M dms, we&#39;ve mentioned her before. Yeah. Articles and, that was&lt;/p&gt;
&lt;p&gt;[00:05:54] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; me saying comments or dad and Yeah. No, there&#39;s a load here. I, on this&lt;/p&gt;
&lt;p&gt;[00:05:58] &lt;strong&gt;David Waumsley:&lt;/strong&gt; topic. I think it&#39;s particularly popular. Yeah. and also she&#39;s actually using eleventy as well on that.&lt;/p&gt;
&lt;p&gt;Oh, interesting. Add in our comments myself. Yeah. yeah, so that was quite interesting. But the, I think the, a lot of the changes due to the fact that the official HCML specifications are with the web hypertext, applications, technology working group. Easy for you to say no. What w what? What wg, I think, &#39;cause it&#39;s, the working group, so we&#39;ll call it what, I dunno how people say it, but we&#39;ll say what working group.&lt;/p&gt;
&lt;p&gt;I think that&#39;s be easy. So what they tell us through their documentation, which I&#39;ve got over here, is go back that quote elements are for external sources. Oh, so we should only be, so if we&#39;re using those, if we&#39;re using a block quote, it should be for someone else&#39;s comment, not our own, but presumably, because it&#39;s not spelt out.&lt;/p&gt;
&lt;p&gt;This is to the page, at the page level rather than the domain level. But. I&#39;m not sure that&#39;s unclear. Okay. the site attribute, attribute being the site equals quotation mark should be where you put a URL to that source of the quote. Okay. Okay. And it&#39;s invisible to humans and most screen readers, but the visible site element, the, one, the actual tag itself is for the title of Creative Works only.&lt;/p&gt;
&lt;p&gt;and it, and there&#39;s another element of this, that the site element shouldn&#39;t be included in the quote element, so it shouldn&#39;t be within the tags of our block quote.&lt;/p&gt;
&lt;p&gt;[00:07:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So there&#39;s a lot more depth to this than I imagined. That&#39;s yes. rules upon rules, not rules as such recommendations, But nevertheless, I did not know that there was that level of granularity, so that&#39;s fascinating.&lt;/p&gt;
&lt;p&gt;[00:07:57] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It is, and it&#39;s also quite confusing as well because it&#39;s some of this comes in, so this idea that it&#39;s only for the title of Creative Works only rather than an author comes only after HTML five. I know that&#39;s been around for a long time, so there has been changes over time and it&#39;s.&lt;/p&gt;
&lt;p&gt;Disputed. I, think Jeremy Keith is one person who was trying to argue against that at the time. anyway, I&#39;m going into things that we don&#39;t need to, and the last point that I got here is that the block quote is a section in route, so it marks a distinct. Of content, but is not part of the documents outlined in the way that section elements such as side or article or Nava.&lt;/p&gt;
&lt;p&gt;So with screen readers, they will be able to look at different makeup of a page or something by looking to those section elements, but it is still something distinct. What I wrote down here is that it means that we should not use quotation elements for self quoting, pull quotes, and that&#39;s what I generally think.&lt;/p&gt;
&lt;p&gt;A pull quote is something where you are referencing something within your own document to stylize it and say, here&#39;s a bit of a teaser of what&#39;s to come. So we shouldn&#39;t be using, the block quote tag really for our pulled quotes. we shouldn&#39;t use the site element for authors of quotes.&lt;/p&gt;
&lt;p&gt;And the last point on is that citations are, or orphaned from the quote, which is not ideal for accessibility because again, it&#39;s Haydon Pickering, it picks up on how uncomfortable that is because it&#39;s a little bit, I think he does make this example, but it&#39;s a little bit like how, if you. Have on a blog archive page, these read more buttons that you have, which are separate to, or links separate to the description, then it&#39;s very difficult.&lt;/p&gt;
&lt;p&gt;It&#39;s not, It&#39;s not, yeah, it&#39;s outta context with it. So I think that&#39;s a similar thing happening, but really that&#39;s what we&#39;re encouraged to do if we go with What wg&lt;/p&gt;
&lt;p&gt;[00:10:00] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; have you managed to memorize that in your head now, such that if you were just writing out HTML and you were trying to deploy citations, block quotes and so on, have you got that cascade of things figured out or would you have to go back to that and say, which example does it fit into here?&lt;/p&gt;
&lt;p&gt;I think I&#39;ve got it sorted&lt;/p&gt;
&lt;p&gt;[00:10:19] &lt;strong&gt;David Waumsley:&lt;/strong&gt; out now. Yeah. But that&#39;s what I&#39;m trying to do for this one. We can have something is, is the no script shows way of doing it, I think. But this is the next thing. I&#39;ve put it on my notes here that, this is where it gets really difficult &#39;cause it&#39;s hard to find consistent advice.&lt;/p&gt;
&lt;p&gt;So we have. Many expert sources and I&#39;ve only actually put one in here and that is, lemme just go back here, is the HTML five doctor, which is supposed to be the place to really get, to learn all your stuff. it says different things Wow. To watch. Yeah. so that becomes a problem.&lt;/p&gt;
&lt;p&gt;And we also have, as well, with WordPress as well, it is quite interesting because if we go to. press.com and it looks at it&#39;s, quote block there. So it works against it as well, because what it literally says is that you can use this, it will add in your citation will be the author, and there&#39;s nothing on that.&lt;/p&gt;
&lt;p&gt;and the citation was in with the block quote. So technically according to what wg Yeah, what WordPress does on there. And there&#39;s a code example on here. it calls no problems for. and this will make sense for, there&#39;s an article here looking up the Block quotes by Amber Hines, who&#39;s a big accessibility person in WordPress.&lt;/p&gt;
&lt;p&gt;And she sees no issue with how that does it. He thinks she&#39;s doing it semantic, and I think you&#39;ll understand why she doesn&#39;t see an issue with this one. Yeah, maybe she&#39;s not looked into it, but let&#39;s have a look. if we go here. So there is that side of it. So technically these. Experts there, and this platform is wrong according to the present specifications.&lt;/p&gt;
&lt;p&gt;But also when we start to get to experts like Haydon Pickering in his article, what he suggests is a get around the fact with, lemme just go to his posts for those who can see, that one. Yeah. Yeah. So in terms of accessibility as a problem with the idea that you would put the citation. Separate to the quote, because it&#39;s not programably linked together.&lt;/p&gt;
&lt;p&gt;Yep. Yep. So his way around this is to put everything in a figure. So you have a figure. Then a block quote, and then you have a fig caption, which contains your citation within there. Citations&lt;/p&gt;
&lt;p&gt;[00:12:42] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; in there.&lt;/p&gt;
&lt;p&gt;[00:12:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So that&#39;s his approach. However, then we come to Adrian Ly, who&#39;s one of the big players when it comes to accessibility, who&#39;s gone and tested all the different ways that a screen reader will read these different ways of doing it.&lt;/p&gt;
&lt;p&gt;Oh, interesting. Okay. Yep. Yeah. So his own approach is to not do that. What he recommends is because it&#39;s so verbose for screen readers, all the popular ones to read out, fig not to do that. Yeah. So he goes with block quote, and then he puts in a footer where he puts his citation and then closes the, block quote.&lt;/p&gt;
&lt;p&gt;Yeah. So that&#39;s his way as an accessibility expert who doesn&#39;t, let me say that all of these people say this is how they&#39;ve dealt with the situation. Not necessarily this is the way to do it. I don&#39;t think anybody feels confident in what rules we have at the moment, so, anyway, you could see a contradiction there.&lt;/p&gt;
&lt;p&gt;So you can go two different routes on that. And let&#39;s see, gosh, what, it&#39;s really surprising. Open a hole. Disagree. I know.&lt;/p&gt;
&lt;p&gt;[00:13:46] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Isn&#39;t as fascinating. Yeah,&lt;/p&gt;
&lt;p&gt;[00:13:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I think attention&#39;s going to H-D-M-L-A lot more at the moment. it&#39;s been on CSS, but yeah. But I think we need to get these fundamentals right. And finally, the one that I think we are effectively going to use is the W three C design system.&lt;/p&gt;
&lt;p&gt;So if I just move on to this one, so it&#39;s similar to Adrian ly in the sense that there&#39;s no fig with this one. It&#39;s put in a block quote. Then it&#39;s adding a footer. Yeah. &#39;cause this is a section in route. It&#39;s perfectly fine to add in a footer element and, ending it with a block quote. So if you like, but what they, and they point out in the considerations.&lt;/p&gt;
&lt;p&gt;They point out the fact that, and this is really where it all goes wrong, there&#39;s been some leniency when HTML was decided by the W three C itself on their own documentation. But since. I think 2019, this has gone to the Living Standards Working Group, which is the what wg. And not everything that has been changed there has transferred over.&lt;/p&gt;
&lt;p&gt;So our official documentations may not be up to speed, if you like. This is where we get some of the confusion.&lt;/p&gt;
&lt;p&gt;[00:14:59] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah, I was gonna say officially then. It&#39;s really confusing officially.&lt;/p&gt;
&lt;p&gt;[00:15:03] &lt;strong&gt;David Waumsley:&lt;/strong&gt; It&#39;s confusing. Officially. It&#39;s confusing. Yeah. Yeah. When you&#39;ve got brilliant experts like that, but I think. I think the way for us to deal with it.&lt;/p&gt;
&lt;p&gt;and again, I went and had a little search around just what people did well, interestingly enough to search around what some of the people say they do and what they actually do as well doesn&#39;t always match. So they&#39;ve changed. Okay. They&#39;ve changed over time. Like we, we will be changing over time and when we go and look round, there&#39;s not much in the way of the big design systems out there for this specifically, but there is a lot of sort of local government, Design systems out there. So if you go and look at them again, they&#39;re all different variations. Gosh. Yeah. It&#39;s a, spaghetti, isn&#39;t it? It is. And yeah, I, just think it is due to this. And in fact, there&#39;s a point that was made on Michelle Barker&#39;s, I&#39;ve been doing. Block quotes wrong. I think the last quote on here.&lt;/p&gt;
&lt;p&gt;Yes. This is by Amelia Bellamy Rhodes, and I know of her, she&#39;s on the working group for SVGs, I think so I&#39;ve seen her name for this one, and that&#39;s it. How she&#39;s spelling it out how the three C spec was modified. If you allow two. Be a little bit more flexible to do what Jeremy Keith, I think years back wanted to do to be able to contain authors.&lt;/p&gt;
&lt;p&gt;So when I was pointing out that sort of WordPresses basically got it wrong in terms of the official spec, you can understand why it&#39;s like that? Yeah, because, We were generally leaning towards that, although I think, it would be better if it did have a little footer to separate the citation within the block quote.&lt;/p&gt;
&lt;p&gt;But, so that&#39;s really, I think, what we&#39;ll do, I think as we don&#39;t have the kind of standing and influence like people like Adrian Rosalli, Haydon Pickering, or Michelle Barker. I think we&#39;ll try and stick to the what WG rules. Okay. Just to get some consistency. Yeah.&lt;/p&gt;
&lt;p&gt;[00:16:59] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah.&lt;/p&gt;
&lt;p&gt;[00:16:59] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And, until we&#39;re told otherwise.&lt;/p&gt;
&lt;p&gt;[00:17:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay. Yeah. Until they&#39;ve finished that bun fight and, sorted it out, frankly. Yeah. Okay. Testimonials now then, is it?&lt;/p&gt;
&lt;p&gt;[00:17:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So, rationalizing the code, so this took me some time to kinda work out, so exactly how we&#39;re laying things out. So a typical pattern, and I&#39;ve got an example up here. On that sort of little demo site I made first, which we&#39;ll use at some point.&lt;/p&gt;
&lt;p&gt;A typical pattern for a testimonial might be something where we have what someone said about us, maybe a picture of the author and their name, and maybe a link to their organization. Or one of the other. and that&#39;s a sort of common pattern here, That would be straightforward. What we&#39;re doing here with something like that is that we&#39;d be putting it all in a block quote.&lt;/p&gt;
&lt;p&gt;Yep. And using W three Cs and putting all of the stuff where their names, their image, their where they work, or their company or their t yeah. We would all go in that footer within a block quote, so that would be fine. there is the circumstance where. Sometimes you see with these, this pattern, you will see a header as well as the quote.&lt;/p&gt;
&lt;p&gt;sometimes, there&#39;s just a sort of summary of what the quotation&lt;/p&gt;
&lt;p&gt;[00:18:20] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; says. Oh, interesting. I&#39;m trying to remember when I&#39;ve seen that, but I, can&#39;t conjure it up. Okay.&lt;/p&gt;
&lt;p&gt;[00:18:26] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I think sometimes if you&#39;re taking from a source, that does that some, reviews do allow you to put the title and then like a name, like a too long&lt;/p&gt;
&lt;p&gt;[00:18:36] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; didn&#39;t read kind of thing where you summarize the quote.&lt;/p&gt;
&lt;p&gt;Is that what you mean? Yeah. You might just, Yeah. Like, stunning.&lt;/p&gt;
&lt;p&gt;[00:18:43] &lt;strong&gt;David Waumsley:&lt;/strong&gt; And&lt;/p&gt;
&lt;p&gt;[00:18:43] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; then the quote, which is, yeah. Okay.&lt;/p&gt;
&lt;p&gt;[00:18:45] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Got it. they might just pull out the main, because we know people read titles and some of the review, things are set up, which is another point actually I should mention really. &#39;cause, just thinking about the SEO perspective on this one, when it comes to testimonials, we can&#39;t really use, that review markup, the rich.&lt;/p&gt;
&lt;p&gt;Text or the schema for that one because it can&#39;t be self-serving, so we can&#39;t say something. You can&#39;t use other people&#39;s quotes about us. yeah. To self serve. So for testimonials that, that doesn&#39;t become an issue. Anyway, thi this did make me think about that pattern. So if it was a pattern where, the.&lt;/p&gt;
&lt;p&gt;Header was part of the quote that was submitted by the user. Then I would just put a header three probably that would be the likely one, and then it would be the block quote. Okay. In the block quote, itself. Got it. but if it was one where we decided to sum up their block quote, then what I would do is wrap the whole thing in an article.&lt;/p&gt;
&lt;p&gt;Okay. Yeah. Again, this is another one where it&#39;s another Hayden Pickering, topic where he talks about article, and I think it&#39;s from him that I got this idea. &#39;cause when I thought of article as a tag, I tended to think&lt;/p&gt;
&lt;p&gt;[00:20:04] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; of just blog posts. Yeah. that&#39;s where my head goes. It, doesn&#39;t, in my head, it doesn&#39;t land as a container for more broad stuff, even though I know it should be.&lt;/p&gt;
&lt;p&gt;[00:20:13] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah, and I think if we look at the actual spec for it, I won&#39;t pull it up here at the moment, but it actually says it&#39;s any sort of standalone element that you could use on its own. Yeah. So an article would be right for this, and I think it was Haydon Pickering or something. It said, is, and I think this is that way of looking at it, and now I think of it as like an article of clothing.&lt;/p&gt;
&lt;p&gt;[00:20:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, interesting. Okay. You do you know what&lt;/p&gt;
&lt;p&gt;[00:20:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I mean? It&#39;s like a pair of gloves or something. They stand aside, but they&#39;re not the entire thing. And, because we can use, yeah, because I think it&#39;s any sort of standalone. So I think it would be suitable. So that would be the semantic way. And I&#39;ve put the code here, sorry for those who are just listening, but basically it would be the surrounding, wrapper, if you like, would be the article tag within that, then I&#39;d put our header, Because we&#39;re making that up ourselves in that would be the block quote with its footer, with the reviewer&#39;s name, and then it would close with the block quote, and then finally the article wrapper so that you got article&lt;/p&gt;
&lt;p&gt;[00:21:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; with. Children of a heading and a block quote. And then inside the block quote, you&#39;ve got your content paragraph, footer and so on.&lt;/p&gt;
&lt;p&gt;Interesting. Okay. yeah.&lt;/p&gt;
&lt;p&gt;[00:21:22] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I was wondering about comments as well. not that we&#39;ve got them, but we&#39;re gonna have to get like blog&lt;/p&gt;
&lt;p&gt;[00:21:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; posts, that kind of thing. Yeah. So&lt;/p&gt;
&lt;p&gt;[00:21:28] &lt;strong&gt;David Waumsley:&lt;/strong&gt; when we&#39;re inviting people to use a generated what, where they would fit in, and I think the official specification tells us this, what we can use, and that is a blog entry on a, this is.&lt;/p&gt;
&lt;p&gt;Quoting from them, a blog entry on a site that accepts user submitted comments could be represented as could, sorry, could represent the comments as article elements nested within the article element for the blog entry. So I wouldn&#39;t be using blog quotes for that kind of quoting, and we would just stick them in nested articles.&lt;/p&gt;
&lt;p&gt;Articles.&lt;/p&gt;
&lt;p&gt;[00:22:05] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; So you&#39;d have articles nested within articles. Within, an article.&lt;/p&gt;
&lt;p&gt;[00:22:10] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Okay. Yeah. So I think that&#39;s how, it is interesting because I think later we&#39;ll try and put some form of commenting system on our own, site. So I think, it&#39;s interesting to see,&lt;/p&gt;
&lt;p&gt;[00:22:22] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; yeah. Especially given the user submitted nature of things.&lt;/p&gt;
&lt;p&gt;obviously with modern CMSs, you&#39;ve got the capacity to, put things into a pending state, so they don&#39;t make it there. But if you&#39;re worried about SEO and things like that, then. User submitted content might really run against what you&#39;re trying to do, or I don&#39;t know, mention your commercial rivals with links and things like that, so there may be something there.&lt;/p&gt;
&lt;p&gt;Yeah,&lt;/p&gt;
&lt;p&gt;[00:22:46] &lt;strong&gt;David Waumsley:&lt;/strong&gt; I did look, Michelle Barkers, I, because I was there, I thought I&#39;d poke around at the code there and I noticed that her articles, which obviously she said to create the whole HTML for that one, we put in a block quote, which is seems appropriate. For it. but when you think about it, people just shove all sorts of stuff in there, which isn&#39;t necessarily a quote that might be quoting somebody else.&lt;/p&gt;
&lt;p&gt;It wouldn&#39;t fit the quote. So I actually think, and, when I looked at examples of at least classic WordPress sites that I&#39;ve seen, I think most people have marked it up in the way that, what WG would suggested by using the Raptors articles in the, okay. Okay. So I think that&#39;s what we would do in that case.&lt;/p&gt;
&lt;p&gt;So pull quotes, Again, we&#39;ve, what WG has given us, and I&#39;m quoting here, is the aside element can be used for typographical effects, pull quotes or sidebars. So it literally mentions where we can use the aside. so as a sidebar,&lt;/p&gt;
&lt;p&gt;[00:23:48] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; the aside being a side.&lt;/p&gt;
&lt;p&gt;[00:23:51] &lt;strong&gt;David Waumsley:&lt;/strong&gt; because they&#39;ve spec specified pull quotes.&lt;/p&gt;
&lt;p&gt;So if you like Paul quote, is that duplicate of content that we put on somewhere in style separately? It&#39;s an aside to our main article.&lt;/p&gt;
&lt;p&gt;[00:24:02] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Oh, that&#39;s pull quote. Is it? &#39;cause at the beginning we talked about, so a pull quote is where you. You literally are pulling something out of the article. It&#39;s duplicate from an SEO point of view.&lt;/p&gt;
&lt;p&gt;Yes. But you wanna highlight it. So it&#39;s like when you&#39;re reading a newspaper sometimes, or a magazine, sometimes they&#39;ll just, I, don&#39;t know. It&#39;s eye catching, isn&#39;t it? They&#39;ll throw that, that one sentence, which kind of encapsulates the next two paragraphs. Yes. As a, as an easy way. It&#39;s almost like a heading, it&#39;s navigates you into what&#39;s coming or what has just been said.&lt;/p&gt;
&lt;p&gt;Yes. Okay. Okay. I didn&#39;t know that.&lt;/p&gt;
&lt;p&gt;[00:24:34] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. So block quote isn&#39;t appropriate. No. that&#39;s what people have used of course, because of the confusion. But an aside seems to be the thing to do. no one really knows, but that seems the most. But there is an interesting debate that goes back.&lt;/p&gt;
&lt;p&gt;Jeremy Keefe set one off in 2016, got tons and tons of comments, asking the question, why do Paul quotes exist on the web? And it is a great question given that if your screen reader. And in his own post, it gives that example, if he was to read it with a screen reader, it&#39;s terrible because it&#39;s got this pull quote out and then it repeats the next thing you know.&lt;/p&gt;
&lt;p&gt;Yeah. You&#39;re just hearing this constant re repetition. Yeah. With no visual clues to know what the heck is going on. Why is this article repeating itself? So there&#39;s that difficulty. There&#39;s the difficulty. Some people, although I don&#39;t think duplicate content is an issue for SEO, but some people have been conscious about that, but also, you do all this work.&lt;/p&gt;
&lt;p&gt;To pull quotes. Generally they are pulling slightly out of the main body of content. You mean physically? they look, yeah. Physically. They usually pull to one side left. Yeah, Do that to the main content. Yeah. If you&#39;re&lt;/p&gt;
&lt;p&gt;[00:25:44] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; a left to right reader, then it&#39;s slightly to the right.&lt;/p&gt;
&lt;p&gt;[00:25:47] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. Yeah. And they&#39;re really, difficult to code.&lt;/p&gt;
&lt;p&gt;We&#39;ll move on to that when we talk about CSS, but, a lot of people have had to employ JavaScript in order to make this thing that&#39;s outta the main body. Move to where you want it to do, and then it doesn&#39;t look all that impressive necessarily when you get down to smaller devices where you can&#39;t see that it&#39;s pulling out you, you&#39;ve literally only got the room for your text.&lt;/p&gt;
&lt;p&gt;Yeah. So yeah, so there is that. and, what did I put here for regular quotes? Okay. So our format, in. unless you disagree on any of these ones, I think to keep things easier for cited and non-sighted users, not non-sighted, as I&#39;ve written here,&lt;/p&gt;
&lt;p&gt;it, seems, I&#39;ll put an s in there later to make sense to cite before the quote. So I think when we&#39;re doing our articles, generally it&#39;s better to you&#39;ll have your paragraph that will be running, you&#39;ll put the name of the order. Author and then, reference their article, song, presentation, whatever it is, as the title of the work, with a link to that one, and that will be in the citation.&lt;/p&gt;
&lt;p&gt;And then. he or she says, and then it will just be in the block quote doing it that way. So if you are put in as, I think most people when they were thinking about HTML spec, were thinking when you use a block quote, you&#39;re quoting generally, you might introduce it first. Yeah. Before you do the block quote.&lt;/p&gt;
&lt;p&gt;So in. General, general blog posts. That would be my format. I think so&lt;/p&gt;
&lt;p&gt;[00:27:26] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; I guess it&#39;s almost serving as a little signpost of Okay. This is why it&#39;s now, okay. It is out of the flow of the normal text, but here&#39;s a, flag saying this is what it is. This is, as you&#39;ve written there, the name of the work.&lt;/p&gt;
&lt;p&gt;It&#39;s like a mini title. It&#39;s alerting you to here&#39;s something different. Yes. Then the quote comes afterwards where if you had it the other way around. the site. At the end of it, after the block quote, then it would just go straight into that. It would feel like an ordinary part of text and then the name of the title would randomly come and you wouldn&#39;t know where that started or stopped.&lt;/p&gt;
&lt;p&gt;Okay. Yeah. That&#39;s interesting. And I think that&#39;s presentation. you often see it. Differently, don&#39;t you? You&#39;d see the, you&#39;d see the quote first encapsulated in some container, which is, I don&#39;t know, a rectangle or something to differentiate it. Different color background or something. Then the person, let&#39;s go for person&#39;s name.&lt;/p&gt;
&lt;p&gt;no. The name of the work might be at the bottom. In an old font or something like that. And, you can capture that &#39;cause you can see it all. But if you&#39;re doing it. With a screen reader that&#39;s all back to front. &#39;cause you need that indication at the beginning. Okay. Yeah.&lt;/p&gt;
&lt;p&gt;[00:28:35] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. I think the pattern&#39;s different and I think most of the haste, this is my understanding of it, is that the, when writing out the spec there, they&#39;ve generally been thinking of written text and articles where you might.&lt;/p&gt;
&lt;p&gt;you&#39;ll introduce as part of your copy who the author and what work it&#39;s citing before you move to the block quote where it all gets thrown out. And we get into trouble is when we start to think about this design pattern of the testimonial, where we tend to put the quote up front. yeah.&lt;/p&gt;
&lt;p&gt;And then the author after, and it doesn&#39;t work anyway, I think we&#39;ve solved that. Yeah, there is, another interesting point again from Hayden Pickering on his article, and that is, when you use the, we&#39;ve been talking about block quote all the time, but there&#39;s the, there&#39;s the Q tag, the inline, quote and.&lt;/p&gt;
&lt;p&gt;For those reading the notes here, I will correct these later &#39;cause it says it&#39;s okay. yeah. He points out the, fact that, the term block quotation precedes the block quote element ever existing in HTML and the Chicago Manual of Style recommends that a block quotation is over a hundred words. There are some examples as he points out in the specifications, which have very short quotes and they use block quotes. So it still remains quite unclear when at least semantically you should be using block quote over the queue. Interesting.&lt;/p&gt;
&lt;p&gt;[00:30:03] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Yeah,&lt;/p&gt;
&lt;p&gt;[00:30:04] &lt;strong&gt;David Waumsley:&lt;/strong&gt; it&#39;s a visual thing in the end, doesn&#39;t it?&lt;/p&gt;
&lt;p&gt;Ends up you say block quote because it&#39;s basically. Style wise, it&#39;s taken up the whole block where it&#39;s not in line. But, semantically, I don&#39;t know. There isn&#39;t any clear guidance on&lt;/p&gt;
&lt;p&gt;[00:30:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No.&lt;/p&gt;
&lt;p&gt;[00:30:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Which you should be using.&lt;/p&gt;
&lt;p&gt;[00:30:18] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; No. Interesting that, we reference things like the Chicago Manual of style. I love that.&lt;/p&gt;
&lt;p&gt;that&#39;s Hayden. No, but just the fact that there. A Chicago manual of style. I think I need that in my life. I don&#39;t have enough style basically, and it&#39;s got to be over a hundred words. Oh, fascinating. Okay.&lt;/p&gt;
&lt;p&gt;[00:30:38] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Alright. Yeah, so I, anyway, I guess that&#39;s this, our aim of our show was to try and simplify things and I think I&#39;ve just made things as about as complex as they, no, you highlighted&lt;/p&gt;
&lt;p&gt;[00:30:49] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; complexity that all of us have ignored, basically.&lt;/p&gt;
&lt;p&gt;we, I think it would&#39;ve been fair to say that most of that, nobody&#39;s pricing off the. The lid to appear inside that jar just because you rely on, especially in the WordPress world, you rely on a block increasingly to just take this work for you. Yes, you put a block, quote, block in, and you assume it&#39;s doing everything correctly, whereas in fact, perhaps you need to roll your own or certainly be thinking about the context in which you&#39;re using it, be it a block quote, a quote, a testimonial, a citation, whatever it may, be.&lt;/p&gt;
&lt;p&gt;There&#39;s a lot more to it, honestly. Way more to that than I thought, so that&#39;s fascinating.&lt;/p&gt;
&lt;p&gt;[00:31:26] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Yeah. And I would be really interested, if anybody does have any thoughts or, they spot anything that I&#39;ve completely missed on this or want to change our mind, then I&#39;d love to hear on that one. But I think what we&#39;ve decided to do on this as a design system sort to make sense &#39;cause we&#39;re not, breaking any rules.&lt;/p&gt;
&lt;p&gt;I think the interesting thing is about the site element. It really, it doesn&#39;t seem to have any purpose. It&#39;s there for semantics. Yeah. But it&#39;s not read out by screen readers. Certainly, when we&#39;re using that as the attribute, nobody sees it. So what&#39;s it? Therefore it&#39;s, the, full use of this isn&#39;t in place.&lt;/p&gt;
&lt;p&gt;But perhaps one day if we all do the right thing, maybe it might be useful.&lt;/p&gt;
&lt;p&gt;[00:32:11] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Is there any more on that, page that you want to go? No. You just got some links there at the bottom, styling quotes, part two and what have you. So are we. Are we a wrap? Wrap? Wrap? It&#39;s a wrap. Wrap as they said.&lt;/p&gt;
&lt;p&gt;Yeah. We&#39;ll just move&lt;/p&gt;
&lt;p&gt;[00:32:23] &lt;strong&gt;David Waumsley:&lt;/strong&gt; on. And this will be quick, I think, just part two because we&#39;ve talked all about the HTML and said, we&#39;ll just quickly talk about how we might. Go about styling some of these.&lt;/p&gt;
&lt;p&gt;[00:32:33] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; Okay, so in which case, if you want to follow along with the show notes that David&#39;s been displaying there, including typographical corrections, you can go and find those as well.&lt;/p&gt;
&lt;p&gt;Then head to no script show. And then this episode is 24 so slash 24, the numerals two four. Go and check that out. And then there will be a corresponding episode in which, this is demonstrated. David gives it a bash, and that is no script show slash learn. 15 1 5. So those two things will correspond and overlap.&lt;/p&gt;
&lt;p&gt;So we will, see you then. So shall I, shall I, hit stop on this recording and yeah, we&#39;ll go into the next.&lt;/p&gt;
&lt;p&gt;[00:33:16] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Alright, see you&lt;/p&gt;
&lt;p&gt;[00:33:16] &lt;strong&gt;Nathan Wrigley:&lt;/strong&gt; soon.&lt;/p&gt;
&lt;p&gt;[00:33:17] &lt;strong&gt;David Waumsley:&lt;/strong&gt; Thanks Nathan. Bye.&lt;/p&gt;
&lt;/details&gt; </content>
  </entry>
</feed>