I am a coding GOD!!!
Or not.
I’m writing a coldfusion application for work, something to track info with a web interface. It’s not particularly fancy or anything… but I’ve discovered that it will kill your computer quite nicely:
Apparently, I need to go over the code again, because every time I do a submit to insert data into the db, bad things happen. 🙂
Here is a first – Mozilla trumps IE on this puppy; the text box for comments does not explode out of bounds!!!!
1A quick note on my inept ability to code. Apparently when you make a text box and assign it to the name of a variable that you plan to populate, and the variable type is DEC… DO NOT have a preassigned value that’s CHAR! It makes coldfusion puke all over itself.
Bad programmer…. no biscut!!
2