I'd like to be able to use a countdown timer in the form of a Java applet. Is there a way to implement java code in a drupal page? I'd prefer to integrate the code into a block. Thanks
if it is going to be in a block, you can create a new custom block via GUI, choose php or full html input filter and paste in the java applet html code there. or more advanced way is to create a custom block via GUI and create a block.tpl.php for it and put in the java applet html code in the template. or for Drupal rockstar.... create a custom module and invoke all the hooks and alter to create a new custom block and print the html code from the module.