Dumbass Code of the Day – 10/08/2009

October 8, 2009

Welcome to another edition of “Dumbass Code”. Here’s a snippet that’s fun. This bit of code gets a list of product IDs, iterates over them, and if the product ID is greater than zero, and less than 999,999 then it is a “special” type of product and is not counted. In this case a “special” [...]

3

Dumbass Code of the Week – 10/05/2009

October 5, 2009

Today’s Dumbass Code of the Week is brought to you by code from my current job. This code, written circa 2002, is real, and has not been modified or harmed in any way during the posting of this blog entry. Are you ready for it??

1 2 3 4 5 6 7 8 9 10 11 12 13 <cfif Find("@", attributes.sEmail) GT 0> <cfif Find(".", attributes.sEmail, Find("@", attributes.sEmail)) GT Find("@", [...]

0