cfchart that I had no clue about and a couple on Verity about which I was similarly uninformed. Of the others I got wrong, two were careless errors on my part (from not reading the question carefully enough and answering too quickly - I finished the exam in 23 minutes), two were "oh, really?" moments where CFMX does something I wouldn't have expected and the remaining few were about specific tags / functions I have never used and so I guessed the wrong answer. I passed. I got 80%. And I learned a couple of new things about CFMX (e.g., when you say
queryname.field[n] inside a query loop / query output tag, it overrides the natural row ordering and always fetches row 'n', although I'd never write code like that). Several of the code fragments that were presented - "what does this code output?" - were only tricky to decipher because they don't follow best practice (in fact, they were the sort of code fragments that should be taken out and shot!). This emphasizes the value of following coding guidelines: it makes it easier for other folks to figure out what your code does (and remember that 'other folks' may well include you in the future!).
The other observation I have is about questions that went after specific tags, attributes and function usage - if you're using an editor with code hints, these questions are a non-issue: you don't need to know the exact spelling of tag attributes or the exact order of function arguments because the editor suggests them for you. This emphasizes the value of using a code-aware editor (like Dreamweaver MX 2004 or HomeSite+ which ships free with DWMX2004 for Windows).
Got certification? - read more about Macromedia Certification in Tiffany Beltis' "Logged In" column.

11 responses so far ↓
1 Raymond Camden // Sep 8, 2004 at 5:04 PM
2 Kirk Mower // Sep 8, 2004 at 5:04 PM
3 Scott Barnes // Sep 8, 2004 at 5:04 PM
4 Brian Kotek // Sep 8, 2004 at 5:04 PM
5 Kirk Mower // Sep 8, 2004 at 5:04 PM
6 seancorfield // Sep 8, 2004 at 5:04 PM
7 Massimo Foti // Sep 8, 2004 at 5:04 PM
8 Kwang // Sep 8, 2004 at 5:04 PM
9 Nat Dunn // Sep 8, 2004 at 5:04 PM
10 Michael Tangorre // Sep 8, 2004 at 5:04 PM
11 seancorfield // Sep 8, 2004 at 5:04 PM
Leave a Comment