Howdy,
I'm new to Drupal and web development in general, though I've used SQL, PHP, HTML
some in the past. Some of the problems I've had were discovered to be a result of
the theme I was using. IE: (Drupal V-6.12) Logo and Name appear in the header in
theme BASIC, but the logo disappears in theme COLORFULLNESS, while theme WARMY
replaces my logo with it's own unless I replace the logo in the WAMRY directory - all
regardless of the configuration settings, both global and for the theme. I spent quite a
bit of time chasing ghosts before I began to understand the relationship and interactions
of the themes, blocks, permissions, and configurations.

I understand that this is all part of the fexibility of Drupal and that's cool. Here's
the question(s):
1. Is there a way to tell what a particular theme is going to do without
actually playing with it?
2. Are there any plans to provide some kind of overall organization
for the themes on Drupal's site to help with this? There are so many that it takes all
day just to page through them. The effort involved in actually testing them to see if
they do what you want is prohibative.
3. Is there any plan in the future to provide a tool to develop or alter themes for the
average developer which doesn't require a lot of expertise in HTML, CSS, PHP, and whatever
else you need to know? I can easily concieve of a GUI shell that would let you place the
regions, configure them, etc., which would then generate the necessary code.

Thanks