|
CSS Co-Designer: ' Steven Pemberton |
Write HTML the HTML Way (and Not the XHTML Way) â Sure, you may not use XHTML (anymore), but when writing HTML you may be more influenced by XHTML than you think. You are very likely writing HTML, the XHTMLÂ way. Guilty as charged here: we still like our Jens Oliver Meiert |
Testing Your Web Apps with Cypress â Join Steve Kinney on this detailed course covering Cypress: A fast, easy way to write end-to-end tests for your client-side apps. Learn about the selector engine, test runners, assertion library, and more. Frontend Masters sponsor |
Prepare for the Future with Google Analytics 4 â Google Analytics user? Universal Analytics is sunsetting next year and will stop processing new hits on July 1, 2023. Hereâs how to prepare now by moving over to Googleâs next gen solution, Google Analytics 4. This move is undoubtedly driven by the broad change in data protection laws (e.g. the GDPR) and user expectations of privacy in recent years. Russell Ketchum (Google) |
Windows High Contrast Mode, Forced Colors Mode and CSS Custom Properties â CSS Custom Properties can be used for far more than just a bit of fun color theming. Eric explains here how this modern CSS is a powerful piece of assistive tech that can help create flexible, maintainable and adaptive digital experiences. Eric Bailey |
|
đ Tutorials, Articles & Opinion |
Building a Loading Bar Component â Shares a foundational overview of how to go about building a color adaptive and accessible loading bar using the Adam Argyle |
HTML and CSS in Emails: What Works in 2022? â Dives into what HTML and CSS features work for email templates, and how we can make them work for all email clients. Daniel Schwarz |
Streamline and Evolve Your Workflows With Shortcut â We bring the flow to your software team's workflow. Plan, collaborate, build, and measure success with Shortcut. Shortcut (formerly Clubhouse.io) sponsor |
Optimizing SVG Patterns to Their Smallest Size â Some radical ways to go about optimizing SVG patterns so that they contain as little code as possible without affecting the overall image quality. Bence SzabĂł |
Claymorphism: Will It 'Stick' Around? â This design trend has been picking up steam (you may have noticed the rising popularity of colorful inflated 3D graphics in web illustrations), so hereâs a look at the idea in more detail, and how you can recreate the effect with CSS. Adrian Bece |
Implementing a Delay for a Cookie Consent Banner with JS â Hereâs how to go about creating an âidealâ cookie consent banner â chiefly one that doesnât cause cumulative layout shift (CLS) issues. Dariusz WiÄckiewicz |
6 Challenges Wix Faced While Building a Super CI Pipeline Buildkite sponsor |
â¶Â  Making a â90s Style Website with Microsoft FrontPage 98 â Ah, that brings back memories..
|
Building Table Sorting and Pagination in JavaScript
|
|
đ§ Code, Tools & Resources |
Master UI Styles: A 'Virtual CSS' Engine â This small CSS framework (less than 13KB) just hit 1.0. It claims to do away with the need to âmemorize arcane class namesâ, allowing you to stylize HTML with unlimited CSS style variants. Master |
sysend.js: Send Messages Between Open Pages or Tabs in Same Browser â A small library that abstracts a mechanism for sending messages between pages open in the same browser. Supports cross-domain communication and is based on localStorage and the BroadcastChannel API. Hereâs a demo (if you open it twice.) Jakub T. Jankiewicz |
Chrome Extension CLI: The CLI for Building Your Next (or First?) Chrome Extension â Want to get building an extension for Chrome as quickly as possible? This tool aims to get you on the right path ASAP. Dutiyesh Salunkhe |
prettier-plugin-tailwindcss: A Prettier plugin for Tailwind CSS â An official Pretier plugin from Tailwind to automatically sort classes based on Tailwindâs recommended class order. Tailwind Labs |