This may sound like a Stupid question but I have been trying to find out what language Drupal and its extras are written in. I have been using DRUPAL to host a number of sites so I have a fairly even knowledge of the basics of Drupal itself but now I wanrt to learn about what makes it work and begin to write my own utilities for it
I'm wondering if there are other Drupal support forums besides this one on drupal.org -
for posting help questions.
Couldn't find any others with just a google search.
Thanks
some time ago i was talking to a friend who uses drupal too and he mentioned something interesting - he said it would be cool do enable/disable the DIV containers drupal create without writeing for all new templates. sometimes you make very simple sites and don´t need 1000 DIV containers for styling, so it would be cool to reduce them to the necessary ones and keep the site small and fast.
what do you think? good or bad idea? possible or not?
Many years ago I used to work with overlays and had to manage which functions where loaded in memory (all 32K of it) --- I am not expecting to go back to this but I have been trying in vain to find some tools to understand my memory footprint based on the modules chosen and how I am working with the system. Unfortunately Drupal can sort of work sometimes and I get into an unstable situation where by the config says one thing but reality is something else.
Is it possible to find a module which allowed to insert a iframe with auto height, but the source came from a different url. Something like this http://drupal.org/project/insertFrame ?