A good[ish] website
Web development blog, loads of UI and JavaScript topics
Adding element after and before other elements in the DOM, also known as appending or prepending. Pure JavaScript provides some handy…
If you have a log in page or a private service that only you use, it’s to put a password on it. 2015.05.02 — Added better WordPress related…
Removing stuff with git: just remove any file, remove files from the staging area, how to remove files that were not supposed to be added…
A guide to syncing files between local and remote with rsync. rsync is an awesome command! It's designed to effortlessly move large…
Here’s a short memo on how to tell apt-get about a new Git version. Install or update via apt-get Check if Git is installed and what version…
This post outlines all the ways we can check if a string starts with or ends with another string, also in case insensitive way. In…
This post looks into handling of default function parameter values. ES5 JavaScript doesn’t have a built-in way to handle default parameters…
You know the the sinking feeling when you accidentally wiped out half of the repo with a harmless looking rm -rf . No worried though, there…
Speed up page load time by parallelising image loading and setting up a cookieless subdomain or a whole new domain. WordPress attaches a…
The classic method is to use Cyberduck (or other sftp client) for moving a files to a server. But the scp bash command let’s you do all…