My Profile Photo

Rich Werden

Web Developer & Software Engineer


A site for Rich to write about code and show some completed projects for future reference...


  1. #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...…


  2. #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. …


  3. Getting Safari to read local files

    Why was it so hard to get Safari to read my local file? File under annoying… …


  4. 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...…


  5. #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. …


  6. #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! …


  7. #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...…