No Script Show
No Script Show
  • 29
  • 3 495
Redesigning a Bistro/café site. Part 2. Coding with HTML and CSS
Links:
bistro.here24.co/
github.com/DavidWaumsley/bistro-demo.
bistro.here24.co/info (show notes and links)
Also mentioned:
ua-cam.com/video/NbOtbHW4zlA/v-deo.html
A video on the light and dark mode toggle.
ua-cam.com/video/TreBK-EyACQ/v-deo.html
A great talk by the author of wakamaifondue.com/beta/ (what can my font do)
We have called a Bistro, but it could work for a coffee, restaurant or café website.
This is what AI thinks the episode is about:
Nathan kicks things off by sharing his experiences tweaking live site code and the satisfaction of seeing those changes come to life-despite the occasional hiccup. They explore using GitHub for tracking modifications and Netlify for easy updating, along with the advantages of committing even the smallest changes. A humorous tone runs through their conversation, making the technical details accessible and engaging.
We then move on to discuss their plans to create simple, user-friendly CSS solutions tailored for small businesses. Nathan is particularly excited about developing bento box-style websites that allow users with minimal coding knowledge to manage their sites effortlessly.
Nathan also highlights some of the practical challenges they faced, such as implementing SVGs for dark and light modes, maintaining compliance with WCAG 2.2, and ensuring accessibility at 200% zoom. These real-world examples offer valuable insights into the complexities of modern web design.
The hosts touch upon the use of various tools, such as the Chrome extension and web developers toolbar, to examine how pages render without JavaScript, and Nathan shares some hiccups seen on older phones with increased font size.
Towards the end of the episode, they revisit their ongoing project of redesigning a coffee shop website with a focus on clean HTML and accessibility. They also discuss future plans to enhance the user experience by creating educational CSS templates.
If you're interested in web design, accessibility, and practical solutions to common challenges, this episode is for you.
00:00 Default is light mode; dark mode toggle available.
03:10 Default light theme, optional dark mode toggle.
07:43 Modern CSS isn't validated; impacts browser performance.
12:22 Resolved issue easily due to grid adjustments.
15:26 Explore custom CSS with font features online.
18:25 Focus on food plate, not surroundings.
22:29 Grid template columns with gap and border.
25:10 SVG dark-light workarounds: gradient, PNG switch.
28:56 Accessibility settings caused grid layout issue.
30:37 Accessibility changes might affect viewport, font size.
36:09 Simple, customisable bento box-style websites proposal.
36:53 Simplify homepage CSS for next attempt.
Переглядів: 91

Відео

Redesigning a Bistro site. Part 1. The Design.
Переглядів 3314 годин тому
Links: bistro.here24.co/ github.com/DavidWaumsley/bistro-demo Nathan Wrigley and David Waumsley redesign the "Greens Kitchen UK" bistro/ café/ restaurant website. We talk about usability, SEO, and customer engagement. This is what AI say the episode was about: - Conduct an initial analysis of the current one-page website, identifying issues like unnecessary JavaScript and ineffective Smart Slid...
Redesigning a vets site. Part 2. Coding with CSS and Testing
Переглядів 20821 день тому
The second of a two part series redesigning a veterinary website. Website demo here: github.com/davidwaumsley/vets-demo/ Code here: github.com/davidwaumsley/vets-demo/ In this episode (according to AI) we : - Discuss accessibility and implementing dark mode. - Explore Cube CSS. - Look at grid layouts and responsive design. - Highlight semantic HTML and screen reader optimisation. - Enhancing na...
Redesigning a vets site. Part 1. UX Design and Planning
Переглядів 14221 день тому
A new series of videos where we redesign small business sites from beginning to end as if working with a client. The aim is to create a simple HTML and CSS template for future project: Website demo here: github.com/davidwaumsley/vets-demo/ Code here: github.com/davidwaumsley/vets-demo/ This is the first of a two part video on redesigning the Swanzdale Veterinary Care Centre. (www.swanzdale.co.u...
Ep14. The Frontend Divide: UX Designers vs JavaScript Specialists
Переглядів 1563 місяці тому
In this episode of No Script Show, Nathan Wrigley and David Waumsley dive into the evolving landscape of frontend development, focusing on the divide between UX designers and JavaScript specialists. Join us for a detailed discussion on the complexities and dynamics of modern web design. The role of Google and Meta in open source and their impact on project stability. Evolution of CSS and JavaSc...
Ep13. What is the W3C doing about AI?
Переглядів 574 місяці тому
Join Nathan Wrigley and David Waumsley as they dive into the latest W3C report on AI and its impact on the web, exploring the future of AI standards and ethical considerations. Discover the potential and challenges AI brings to web browsing, creativity, and data management. - Discussion on environmental costs and sustainability of AI technology. - Concerns about AI over-hype and its impact on c...
Ep12. How web typography has evolved
Переглядів 334 місяці тому
In this episode of No Script Show, Nathan Wrigley and David Waumsley delve into the intricate world of web typography and its evolution. From historical practices to modern advancements, they uncover the elements that shape today's web design. - Transition from pixels to rems and its impact on accessibility - Exploring new features in web typography like font loading and background clipping - I...
Finally, a delightful free accessibility tool. Silktide's accessibility checker
Переглядів 1474 місяці тому
In this video, I share my experiences with the new and free accessibility checker by Silktide, which includes a simple screen reader simulator. This tool is making a significant impact on my approach to accessibility testing and web design processes. I look at its features and a few limitations, I also recommended this webinar by Silktide's CEO, Oliver Emberton: ua-cam.com/video/tFMY8cLubD4/v-d...
I’m the ultimate dark and light theme toggle switch… and so’s my wife.
Переглядів 2125 місяців тому
🔔 In this video, we explore the complexities of implementing dark and light mode switches for websites. 🔔 Articles with code here: noscript.show/learn/10 In our previous episode, we covered the basics of adding a dark and light mode toggle switch. This time, we're diving deeper into the topic, looking for better alternatives and addressing some overlooked details. 🌟 Key Points Discussed: How mo...
Ep11. What’s new in web images. Are they worth a thousand words?
Переглядів 165 місяців тому
Welcome to the no script show about modern web design where we look at what we can build today with minimal software and skills. Today we are talking about web images. We’ll cover technological changes such as new optimised formats and CSS properties. And talk about the challenges of creating a fast and eco-friendly experience whilst also trying to make visually attractive designs for devices t...
Ep10. User Preferences: rethinking web design
Переглядів 395 місяців тому
Explore the future of web design with our latest episode of No Script Show, where we delve into the emerging CSS media features that cater to user preferences. Join us as we discuss how these features reshape the online experience. - Learn about the new CSS media queries that enable unique user-centric web experiences. - Discover statistics on user adoption of features like dark mode and the ex...
Ep9. Does Baseline solve our browser support problems?
Переглядів 366 місяців тому
Welcome to the noscript show about modern web design where we look at what we can build today with minimal software dependencies and skills. With so much new CSS spec coming out it seemed a good time to have a chat about how we handle browser support. In particular, Baseline which is a Google initiative introduced in 2023 that aims to make it easier for developers and other website stakeholders...
Adding a light and dark mode with a toggle or switch
Переглядів 946 місяців тому
Here I share the code for adding a light and dark mode toggle or switch: noscript.show/learn/9 I also talk about my concerns over present implementations that need JavaScript and talk about how we might be able to have a CSS only solution in the future. For more on that see this post by Bramus: www.bram.us/2024/04/13/what-if-you-had-real-control-over-light-mode-dark-mode-on-a-per-site-basis/ Th...
Ep8. Designing an effective homepage
Переглядів 1476 місяців тому
This is a video about Episode 8, Designing an effective homepage 00:00 Simplified process for starting client design work. 04:42 Clients often assume industry knowledge of users. 08:50 Copy Hackers provides valuable advice for sales. 10:42 UX design fundamentals for non-designers: summary. 16:24 Web designer applies psychotherapy concept to business. 17:59 Podcast discussing website design and ...
Building without WordPress.1 Tools and Tabs (organizing work)
Переглядів 826 місяців тому
This is the first web project I have done since 2007 that has not, in some way, involved WordPress. With that in mind, I thought I'd do a few videos on my experience switching from a dynamic platform to manually building static sites. Having being used to one platform with everything to hand I'm trying to recreate a “central location” using saved browser tabs containing the best online tools. L...
Ep7. How do we start a website project?
Переглядів 227 місяців тому
Ep7. How do we start a website project?
Building the show's website. 7. Adding an audio player (using web components)
Переглядів 607 місяців тому
Building the show's website. 7. Adding an audio player (using web components)
Ep6. What's the big deal with container queries?
Переглядів 467 місяців тому
Ep6. What's the big deal with container queries?
Building the show's website. 6. Embedding Youtube videos for performance
Переглядів 2797 місяців тому
Building the show's website. 6. Embedding UA-cam videos for performance
Ep5. What is component based web design?
Переглядів 898 місяців тому
Ep5. What is component based web design?
Building the show's website 5. Accessibility: Skip nav links & :focus-visible
Переглядів 1928 місяців тому
Building the show's website 5. Accessibility: Skip nav links & :focus-visible
Building the show's website 4. Creating links that are not too hyper!
Переглядів 3348 місяців тому
Building the show's website 4. Creating links that are not too hyper!
Building the show's website. 3. Web safe or system fonts are cool again
Переглядів 2008 місяців тому
Building the show's website. 3. Web safe or system fonts are cool again
Ep 4. What is intrinsic web design?
Переглядів 708 місяців тому
Ep 4. What is intrinsic web design?
Building the show's website. 2 Easy responsive or fluid typography.
Переглядів 869 місяців тому
Building the show's website. 2 Easy responsive or fluid typography.
Building the show’s website 1. CSS layouts made simple.
Переглядів 2239 місяців тому
Building the show’s website 1. CSS layouts made simple.
Ep3. Modern CSS Layouts
Переглядів 1269 місяців тому
Ep3. Modern CSS Layouts
Ep2. The big picture
Переглядів 839 місяців тому
Ep2. The big picture
Ep1. What is this show about?
Переглядів 19210 місяців тому
Ep1. What is this show about?