People Digging into Grid Sizing and Layout Possibilities
Jen Simmons has been coining the term intrinsic design, referring to a new era in web layout where the sizing of content has gone beyond fluid columns and
Branded - Create and Share Free Brand Style Guides
The free tool for creating updatable and sharable brand style guides. Perfect for your logos, fonts, colors, and more all in one place. Share your guides with clients or employees. Made with designers, developers, and agencies in mind.
The methods for white-boarding algorithm questions serve us quite well when writing CSS algorithms. This post is a written portion of the second half of version 1 of the Algorithms of CSS.
Applying Styles Based on the User Scroll Position with Smart CSS
By mapping the current scroll offset to an attribute on the html element we can style elements on the page based on the current scroll position. We can use this to build, for example, a floating navigation component.
WordPress Security - 14 Ways to Secure Your WordPress Site (2019)
WordPress security should be a top priority for site owners. Why? Because there are up to 90,000 attacks on WordPress sites every minute. Learn how to harden your site and prevent attacks in this comprehensive guide.
How A Screen Reader User Accesses The Web: A Smashing Video
In this Smashing TV webinar, join us with Léonie Watson as she explores the web alongside some unexpected properties of HTML elements that have a huge impact on accessibility and performance.
This page is part of the plugin documentation for the Date Pagination plugin. Here you'll find examples about how to use this plugin in your theme. The loop with pre_get_posts The loop with a custom Q…
bradonomics/year-archive-template.php Last active 5 months ago •
Genesis Page Template displaying posts by year. Inspired by Alex Sexton's blog archives: https://alexsexton.com/blog/archives/ and built using code modified from Joe Mar Aparecio: http://www.jo...
WWhen inspecting most other grids in DevTools, you’ll notice that column widths are dependent on their parent element. This article will help you understand how to overcome these limitations using CSS variables — and how you can start building with Container Units.