Posted by: slvramesh on: May 28, 2010
I decided to keep on updating interview questions in this post. Because of hadling interview / attending interview in my previous company most of technical guys very strong in php coding and mysql etc. But no one update her/his small small technical knowledge even my self. So I will update my self and to you. [...]
Posted by: slvramesh on: May 10, 2010
drupal, php, galleria, filefield, image gallery, caption
Posted by: slvramesh on: May 7, 2010
Menu breadcrumb has problem in views page. Having spend some times customized in template pages. Add the below code in your template.php them file. function phptemplate_preprocess_page(&$variables) { $breadcrumb = drupal_set_breadcrumb(); if($breadcrumb[1]==””){ $breadcrumb[1] = $variables["title"]; $variables['breadcrumb'] = theme(‘breadcrumb’, $breadcrumb); } }