-
#TIL: CSS3 Vendor-Prefix Function
As I am pretty into transitions and animations being core to contemporary user-experience, I think about all of the ‘gotchas’ with vendor-prefixing that is sometimes required by ‘older’ or not-that-older...…
-
#TIL: Emulate Two Finger Touch in Chrome
If you do web development, you probably already know that you can get Chrome to emulate a variety of non-desktop devices. …
-
Getting Safari to read local files
Why was it so hard to get Safari to read my local file? File under annoying… …
-
Including JS In Jekyll Markdown
I don’t know if calling the markdown language for jekyll ‘Jekyll Markdown’ is the best nomenclature. I mean, it is to me at its heart really markdown, but then I’ve...…
-
#TIL: Earlier Verions of git files
I had a specfic file that I wanted to see an older-than-the-last-commit version of from a specific past commit. …
-
#TIL: Express `bodyparser` is Already Installed! [Again]
Contrary to much of what I’ve read from even recent blog posts online [links redacted], there is no need to npm install or require body-parser into express anymore! …
-
#TIL: Semantically Modify Text Inside A Header
Was pleasantly surprised to find out that vanilla HTML allows you to use semantic markup tags to modify header text in the middle of an <h#> </h#> heading tag. Mind...…