Recent Posts

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...

Testing xpath selectors with FireFinder

I was in need of a tool to test out some XPath selectors for the Selenium framework I’m using as part of a project I’m working on, when I stumbled upon FireF...

Adding a custom search engine to Chrome

You can add a custom search engine to Chrome that you can activate with a keyword. Just replace the query string parameter in the URL with “\%s” and Chrome w...