Dougal Campbell's geek ramblings

WordPress, web development, and world domination.

Blog Archives

Developers are familiar with the project triangle adage, “Fast, Cheap, Good: Pick any two.”

Of course, the converse from the client side often seems to be, “Budget, Time, Sanity: Pick one. Maybe.”

 

This was refreshing to see:

Note: The site is not fully integrated with Internet Explorer 10 or 11. If you are unable to access the site or complete document signing, try accessing the website using Google Chrome or Firefox as the web browser.

The problem with working out of a coffee shop is that I have to sit here smelling the cinnamon rolls and freshly toasted bagels…

 

Memo to my future self: to revert a file in git to the last committed state:

git checkout myfile.php

This is basically the same as svn revert.