Recent Posts

Advantages of Primitives in Java

Java has some nice classes that wrap Primitives (Integer, Boolean, etc). In recent versions of Java, these classes can be used interchangeably with Primitive...

Origin of the command key symbol in OSX

The “⌘” symbol (the “Looped square”) was chosen after Steve Jobs decided that the use of the Apple logo in the menu system (where the keyboard shortcuts a...

How to escape digits in CSS selectors

I’ve been writing Selenium tests for work lately and got tripped up recently on an element that had id “#1_ul.” Selenium kept throwing an error that the sele...