Skip to content
Blog
-
HTML Progress Tag
Sep 19, 2019
A quick overview of the HTML element—perfect for showing task completion, with styling tips using WebKit…
-
HTML Meter Tag
Sep 12, 2019
A guide to the HTML element—ideal for displaying values within a known range, with styling options and examples for…
-
HTML Wbr Tag
Sep 5, 2019
A look at the HTML tag, which lets you suggest optional line-break points in long strings or compound words—useful for…
-
HTTP2 on Apache - Linux
Aug 27, 2019
A quick setup guide for enabling HTTP/2 on Apache with SSL—covering required modules, configuration changes, and a…
-
CSS Darkmode
Aug 24, 2019
A practical guide to implementing dark mode on your website using the prefers-color-scheme media query and CSS…
-
CSS Checkbox Hack
Aug 21, 2019
A deep dive into the CSS checkbox hack—a clever technique to toggle elements without JavaScript, with examples,…
-
Dotbot
Aug 16, 2019
Dotbot is a lightweight JavaScript library that allows you to generate randomized dotted background patterns on any…
-
The Perfect Alt-text
Aug 14, 2019
A quick guide to writing effective alt-text—why it matters for accessibility, common mistakes to avoid, and how to…
-
Writing SVG Paths
Aug 8, 2019
A comprehensive guide to writing SVG paths by hand, with visual examples and breakdowns of all major path commands for…
-
CSS Conical Gradients
Aug 7, 2019
An intro to conic gradients in CSS—how they differ from radial gradients, how to implement them, and what browsers…
-
HTML Datalist Element
Aug 3, 2019
A quick guide to using the HTML element to create autocomplete input fields without JavaScript—plus tips on styling…
-
Hiding Text in Images
Jul 30, 2019
A clever method for hiding text inside image files using built-in terminal commands—no tools, no uploads, just local…
-
HTML Input Patterns
Jul 17, 2019
A curated list of practical HTML input patterns using regular expressions to validate IPs, passwords, prices, UUIDs,…
-
Converting Color Codes
Jul 2, 2019
A practical collection of PHP functions for converting color codes between HEX, RGB, HSL, HSV, and CMYK—used in…
-
Mrkdwn
Jun 28, 2019
Mrkdwn is a free and open-source reference guide for Markdown — the widely-used, lightweight markup language. It helps…