Dear all,
Drupal looks perfect for what I want to do. However, I've never tried using anything like this before, so I was wondering if some generous individual would mind clearing up some dumb noobie questions. Thank you for your assistance and tolerating the long and rather detailed questions.
1) Can multiple nodes of diverse content types be displayed simultaneously in drupal pages (particularly based on some sort of templated layout scheme)? (seems the answer is pretty obviously yes, but I was afraid I was misunderstanding something)
2) Can multiple modules of diverse types be displayed simultaneously on the same page (With some sort of meta-templating)? (e.g. suppose I want to have both a forum and a blog on the same visible page... excuse the bad example, but I have a specific application where this is necessary)
3) Can the html generated for displaying a node involve calls to heavier things like a java applet? Can they pass data from the node to the applet - like dimensions of the box it is being displayed in? As an example, I mean a java appliet and some javascript, something like this: (http://www.openastexviewer.net/web/jsinterface.html)