Kiosk Project
We've been working on our first Drupal project at work. It's a Kiosk for the Penrose library that contains local and tourist information.
To sum up, I had to figure out how to list a large group of websites by category and have the categories return only URLs when selected. This is simple to do using SQL and VBScript, but not quite as simple in Drupal.
I used Taxonomy, CCK, Menus, Pages, and Views to accomplish this. For a more detailed explanation, check out my VirgiBlog entries on the subject.
I can now see where one of the learning curves lies in Drupal: the integration of Taxonomy, CCK, and Views. It was definitely not intuitive, and while I'm not convinced I did it the best way, the way I did it worked.
I learned a lot on this project and am pretty confident in my Taxonomy/CCK/Views skills now.

Comments