Overview for 'code'
Written by Bram.us
/ Original link
on Jul. 20, 2022
Recently built a demo that demonstrated a specific animation. Only problem: if you missed it, you had no way of restarting it. Instead of forcing the visitor to reload the page, this little JavaScrip…
Written by Bram.us
/ Original link
on Jun. 21, 2022
Because I keep forgetting this, an entry on the blog so that my future self can find it back easily: CSS: Want your first 5 list items to be bold? li:nth-of-type(-n + 5) {font-weight: bold;} Start wi…
Written by Bram.us
/ Original link
on Mar. 14, 2021
The past few months Rodrigo Pombo has been working on Code Hike, a new way to write code walkthroughs for blogs or docs. Recently he shared this preview of the step scroller (“scrollycoding”) compone…
Written by Bram.us
/ Original link
on Feb. 18, 2021
Like Carbon, but a bit different. Ray.so →
Written by Cal Evans
/ Original link
on Jun. 19, 2020
Dear Reader, I have a friend named Jeremy Kendall who is an outstanding photographer. One day I was taking a picture of an old clay pot I thought of Jeremy and something kinda fell into place for me. I can look through the view finder and see the subject. I can compose a picture properly [...] Read…
Written by Digital Inspiration Technology Blog
/ Original link
on Apr. 21, 2019
Google Apps Script makes it is easy for you to integrate data and functionality from Gmail, Google Drive, Google Maps, YouTube, and most other Google APIs. Apps Script is JavaScript under the hood so you don’t have to learn a new language and you don’t have to manage any servers since all your code…