Multilist Subscribe for Sendy

Dynamic CSS Classes in LESS

I’m always learning something new or getting better at things. Constant improvement is important to me. I recently began using LESS at work and figured out how to do something cool that I thought was worth documenting and sharing. If you’re still reading this you probably already have some exposure to both LESS and CSS, so I’ll […]

Read More…

Get Row Number Based on Physical Location in SQL Server

Getting Row Number in SQL Server Assigning a row number to your results in SQL is a common task and is doing so is pretty straight-forward so I won’t spend a lot of time on it here. Take a look at the syntax here: USE AdventureWorks2008R2; GO SELECT PersonType, FirstName, LastName, ROW_NUMBER() OVER(PARTITION BY PersonType […]

Read More…

Are Ghosts Real?

The other day, I was driving past some creatively decorated homes, with spooky life-sized halloween “characters” on their front porch. I began thinking back to a Bible study I participated in some time ago about Ghosts, and other spooky halloween “apparitions”. I began dusting the cobwebs of my brain, trying to remember exactly what the Bible says […]

Read More…

ALS Ice Bucket Challenge for Christians

My day has finally come! (sense the sarcasm?) I have received the Ice Bucket challenge for ALS. I can choose to accept the challenge and donate $100 to ALS research or I can “cop out” and donate a smaller amount if I agree to dump a bucket of ice over my head. I’d like to say […]

Read More…