Using the escape key to close a WPF window

After being disappointed with Android development, I’m ramping back up on WPF.  I have a full screen app and no buttons visible, so I would like to implement the ESC key to close the window instead of using ALT+F4. Looking around the net, I can do this by...

Android native development disappointment

Google does a lot of good things.  Unfortunately, welcoming new developers to its primary OS is not one of them.  I’ve spent the past 4-5 days developing a number of Android apps as proofs for a new project.  My overall experience has been lackluster and I want...

Sharing functions across Google Sheets

Earlier, I wrote about how to create a custom function in Google Sheets.  However, have you ever wanted to use that function in a completely different Google Sheet?  Turns out, it just does not magically work.  Instead, you must create a separate web app, then bring...

Digging into Google Sheets with custom functions

I had a case where I wanted to subtract the corporate tax from a gross profit.  If you are familiar with taxes, you might realize that it is not as simple as taking a percentage and calling it a day.  Instead, you must pay a certain percentage of tax on profit up to a...