A good[ish] website
Web development blog, loads of UI and JavaScript topics
Here’s a quick post on making WordPress SFTP friendly. If using FTP, plugin and theme updates work and all is nice and dandy, but please god…
With bash string manipulation it’s easy to replace strings in your scripts. And sed comes handy when replacing strings in multiple files…
Bash 4 has some nice new features, and here’s how to update to Bash 4 on Mac. Install bash Bash version can be queried with the --version…
CSS class names can be removed or added using the classList method, or they can modified straight with the className property. Using the…
Here’s my little guide on how to define and access associative arrays in bash. Bash 4 supports associative arrays, yay! Just to recap…
This post looks at how to install vagrant, and how to initialize a project and install a box. It also lists all needed commands and tricks…
️️ 2015.03.19 I just noticed that any attribute can be queried with querySelectorAll , added that to the article. 2015.04.19 Added a…
4 different ways to create HTML element in jQuery. Method # 1, the obvious method Where as the following might be enough a lot of the times…
Here’s how to handle click events in vanilla JavaScript. This will be one of those note-to-self-posts, as I learn vanilla JavaScript…
Here’s how to make the stat command more readable. When getting info from a file, like it's access rights and owner, the stat is the goto…