Moving your local drupal site to a web server


http://blip.tv/play/gq8RgrG_VQI.x?p=1

 

 

Steps shown in the video include creating a domain, creating a web database, exporting the local drupal database and importing the exported database to the web database.

source: http://learnbythedrop.com/drop/132

Add custom css and js within a drupal module


As easy as to add this 2 lines:

drupal_add_js(drupal_get_path('module', 'mymodule') . '/myfile.js');
drupal_add_css(drupal_get_path('module', 'mymodule') . '/myfile.css');