#coding

8 posts

Vibe Coding Fitness Calculators

5 comments

For years, I've run into the same problem: I link to an online fitness calculator, and after a few years, the link stops working. I update it, but eventually, it breaks again, and the cycle repeats....

Read more →

Latest Web Projects

2 comments

Eventually, I'll get around to putting out some new blogs. In the meantime, here are a few web projects I've been tinkering with. I added PaperCSS to my portal page. I like these style sheet...

Read more →

My New Portal Page

7 comments

In my last post, I mentioned my portal site MichaelAllenSmith.com needed to be rewritten because it was an ugly version of my GitPage. I completed that task yesterday and did a few changes this...

Read more →

My Battle With Meetup.com

1 comment

I have been a customer and user of Meetup.com going back to my San Diego days in the early 2000s. When I got to Seattle in 2007, I became a more active member. Most of my activity has been as an...

Read more →

Masking Your Email Address

2 comments

This was originally written in May 2002. It was updated in February 2007, April 2014 and January 2017. Some of you are probably aware of spiders. They are these little programs that surf the internet...

Read more →

Single Line If Statement in C#

2 comments

Here is a standard if ... then statement in Cfollowed by a single line example. Using a single line if statement will reduce the number of lines of code. if (dayOfTheWeek == "Tuesday") { ...

Read more →