One problem I’ve never faced in the projects I’ve worked on is a custom product catalog. I’ve often pondered how product catalogs are modeled. Recently, I started working on a little play project for myself where I am going to face this problem. In fact, one of the reasons I...
[Read More]
Math.Min and Math.Max are Backwards
Every time I need to prevent a value from going under a minimum or going over a maximum, I have to stop and think about how to use the Math API. If I want to supply a max value, I need to use Math.Min; and conversely, if I want to...
[Read More]
FeedBurner Transition Completed
Well, the transition didn’t go smoothly. I was getting 404 errors from my feed after the transition completed. I ended up having to disable the MyBrand feature and then activate it again, and the feed immediately worked thereafter. I’m hoping that my subscriber count gets back to where it should...
[Read More]
FeedBurner Transition
It was time to move my blog feed from FeedBurner to Google. I’ve been worried about this transition after seeing Phil Haack share his nightmare about this. Here’s to hoping that this post shows up in everyone’s reader!
[Read More]
How to Use Me
After writing “It’s How Its Is Used,” I decided that I wanted to also write about one of my other pet peeves related to grammar. Now, I am not perfect with my grammar, and I’m no language zealot, but there are a few common mistakes that drive me crazy. Today...
[Read More]