Monthly Archives: June 2013

Creating a Drupal Slideshow with Views Slideshow – OSTraining

How to create drupal slideshow with views slideshow Creating a Drupal Slideshow with Views Slideshow – OSTraining.

Tagged with: , ,
Posted in drupal

How to show item like forum on primary links menu? | Drupal

How to show item like forum on primary links menu? | Drupal.

Tagged with: , ,
Posted in drupal

Superfish Menu Setup | Adaptivethemes

This is a link that explains how to setup/install Superfish Menu on drupal Superfish Menu Setup | Adaptivethemes.

Posted in Uncategorized

Going Mobile First With Drupal

a good presentation about responsive design, focusing on ‘mobile-first’ philosopy. Thing to ponder when considering this design. 1.Content What to show to our viewer when they are viewing from phone or iPAD. for user from phone, they maybe more interested

Tagged with: ,
Posted in drupal

AJAX 500 Error when adding superfish menu to drupal panel (Solved)

■06/04 I got this error when adding superfish menu or quicktab to panel ——————————————————————————- An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /?q=panels/ajax/editor/add-pane/panel_context%3Apage-test_page_panel%3Apage_test_page_panel_panel_context/two_33_66_second/block/superfish-1/form StatusText: error ResponseText: ——————————————————————————- Solution for this error is still not found

Tagged with: , , ,
Posted in drupal

how to backup and restore mysql database

This is the command line for backup and restore Mysql database. it is recommended that you perform database backup before doing something you don’t really know. Backup # mysqldump -u <user_name>  -p  <database_name> > <backup_filename> example : % mysqldump -u

Tagged with: , ,
Posted in mysql

How to empty MySQL Database

Do the following steps if you want to empty a mysql database $ mysql -u root -p Now drop database: mysql> DROP DATABASE atomstore; optional : if you want to create the same but empty database, you can go like this

Tagged with:
Posted in mysql