Recent Posts

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

Removing a file from staging in git

If you have an unwanted file that is staged for commit, but you want to preserve your changes to it for committing later, execute this command: