Trading Card Database Application

2004-10-12 Thread Jamie Price
Here's a webpage I designed (with Loftboy's help) for an online trading card application. To see this in action goto http://mtgotradingpost.com/login/login.cfm and login with user/pass: test/test. Here's the question: can this page be done better? I know the checkboxes are ugly - what I'm

Re: Trading Card Database Application

2004-10-12 Thread Umer Farooq
The query is just horrific.. use structs for checkboxes.. where.. the key is the value.. there are other ways to do it.. but.. I think this be easier to understand down the road.. cfscript colorCodes = StructNew(); StructInsert(colorCodes, W, White); StructInsert(colorCodes, U, Blue);