Skip to content

Shit Never Works

Because the $#&$'ing thing won't work.

Recent Posts

  • Install PostgreSQL 16 and have it work with zsh
  • Adding gsap.tar.gz to package.json
  • How to make a React useRef() mutable
  • Vite Errors, such as Cannot find type definition file for ‘vite/client’
  • Sync yarn.lock with package.json with SyncYarnLock

Recent Comments

  • Kai on Sublime Text Multiple Selection Secrets

Archives

  • April 2024
  • March 2024
  • February 2024
  • August 2022
  • May 2022
  • July 2021
  • June 2021
  • May 2021
  • January 2020
  • November 2019
  • September 2019
  • May 2019
  • November 2018
  • October 2018
  • September 2018
  • June 2018
  • March 2017
  • February 2017
  • January 2017
  • June 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • October 2015
  • August 2015
  • June 2015
  • May 2015
  • April 2015
  • February 2015
  • January 2015

Categories

  • CSS
  • Git
  • HTML 5
  • Illustrator
  • Javascript
  • Next.JS
  • Node
  • OSX
  • React
  • Sanity CMS
  • SASS
  • SSH
  • SVG
  • Terminal
  • Typescript
  • Uncategorized
  • ZSH

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Month: May 2019

Pause Javascript Any Time in Chrome

Incredibly simple and useful (like your mom): Apple + \ pauses script execution (the same as putting a debugger; in your code). Great for freezing at the current state so you can see why your shit never works 😏

https://umaar.com/dev-tips/178-quick-pause-script-execution/

Posted on May 18, 2019Categories JavascriptLeave a comment on Pause Javascript Any Time in Chrome

CSS-only Form Validation

The kids have given us a couple of new tricks to show form and input status without any Javascript. Take heed of the :valid and :invalid CSS states, and :placeholder-shown.

Check the link below:
https://css-tricks.com/form-validation-ux-html-css/

Posted on May 15, 2019May 18, 2019Categories HTML 5, SASSLeave a comment on CSS-only Form Validation

GIT – Dealing with ‘Large Files Detected’