If you use Git for multiple purposes such as for client projects and open source initiatives, you may find yourself in situations where you need to use an author email…
This week I want to document how I created a simple web application that allows users to input a message, and in return display the number of characters in it….
This week at work, I realized how pre-2010 my Mac’s Mighty Mouse was. There is a set of buttons on the side of the mouse, but it doesn’t even serve…
There are multiple ways to replace spaces in a string with “%20”, but one way I did it without starting from the back is through string concatenations and substrings (substr). In…