https://www.w3.org/TR/selectors/#sibling-combinators
Thursday, November 3, 2016
WTF, forms?
Friendlier HTML form controls with a little CSS magic at wtfforms.com.
With the sibling selector (~), we use the :checked state to trigger a makeshift checked state on the custom control.
Wednesday, November 2, 2016
Pagination with rel=“next” and rel=“prev”
From Google Webmaster Central Blog:
Much like rel=”canonical” acts a strong hint for duplicate content, you can now use the HTML link elements rel=”next” and rel=”prev” to indicate the relationship between component URLs in a paginated series.
Saturday, October 8, 2016
A Really Small Flexbox Grid:Fukol
Found the reference in Web Development Reading List #153 on Smashing Magazine:
Heydon Pickering wrote the probably shortest and smallest CSS grid framework possible: Fukol, a Flexbox grid that weighs in at only 93 bytes.
Wednesday, August 17, 2016
TinyPNG: Smart PNG and JPEG compression
TinyPNG:
"TinyPNG uses smart lossy compression techniques to reduce the file size of your PNG files. By selectively decreasing the number of colors in the image, fewer bytes are required to store the data. The effect is nearly invisible but it makes a very large difference in file size!"
Subscribe to:
Posts (Atom)