DWR.IO

In: General

Quick Tip: Debugging Safari on iOS

October 5, 2021

Typically, when I need to debug something with dev tools on a mobile layout, Chrome’s device toolbar is sufficient enough...

Read note →

TIL: GitHub Emojis

July 3, 2020

I knew GitHub supported emojis - I often use them in PR messages, comments, etc. What I didn't know is that you can also add emojis in your commit messages...

Read note →

Yoda Conditional Statements

January 2, 2015

Here’s a little gem on conditional statements that I saw for the first time in the WordPress Coding Standards a few months ago. When writing out a conditional logic, it is recommended to place the variable on the right side of the comparison operator and the constants or literals on the left.

Read note →

WordPress Post Revisions

June 26, 2012

As of version 2.6, WordPress introduced a feature which autosaves your posts as revisions while you are editing them in the dashboard. While this functionality can be very useful, it can also be a bit of an annoyance. If a single post ends up going through multiple edits or simply takes a while to get finished, those revisions can add up.

Read note →
← All notes