Advertising On My Blog
These are my thoughts on the common forms of advertising in blogs (AdSense and affiliate marketing). I plan to include ads until I’m actively consulting.
These are my thoughts on the common forms of advertising in blogs (AdSense and affiliate marketing). I plan to include ads until I’m actively consulting.
After importing posts into WordPress from Blogger, I changed the text from a single classic block to Gutenberg blocks to make plugins work and update posts.
If C++ code has exceptions derived from std::exception and a logging function that takes a std::exception the sub-class can’t be re-thrown. Here’s why.
I have migrated my blog from Blogger to WordPress hosted on BlueHost. Here we discuss issues we ran into including DNS and email forwarding to G Suite
Recently I have been working on getting a website running for Taylor Built Solutions so that potential clients know what I can offer them and know how to contact me. After posting about switching a client’s site to WordPress I decided to try to use WordPress for Taylor Built Solutions’ site. Given that I’ve now…
Read more
These are the problems we ran into while attempting to import products and pictures into GoDaddy’s Website Builder. Let’s just say it was difficult!
In recent weeks I’ve been busy on several projects in and outside of work. These projects have spawned lots of discussion surrounding the requirements for and definitions of done. Through these discussions I’ve been reminded of three essential points of effective communication. I chose the word reminded because I’ve learned all of these in the…
Read more
This post shows how to use the date library maintained by Howard Hinnant to do simple formatting on a date string. It turns out to be surprisingly easy!
Recently, I had a project which needed to hold a date with the following properties: Hold the year, month, and day Take a C string (char*) in the format “YYYYMMDD” Do some basic validation and assumption fixing (disallow blank & empty input) Produce a string in a specified format for JSON output My extensive experience…
Read more