admin's blog

Mobile developer requirement list

To be considered for this role you will need:

Drupal 7 How to add rich editor for D7

Drupal 7  How to add rich editor for D7

Drupal Module

What does IMHO stand for?

In My Humble Opinion

In My Honest Opinion Is My Hearing Aid on?

Internet Media House (Russian media-buying agency)

In My Holy Opinion In My Hesitating Opinion

In My Highest Opinion International Medical Health Organisation

 

BTW : By the way

How to display taxonomy category on Product node page

    var_dump($node->taxonomy);   //array
   
    $output = "";   
    foreach($node->taxonomy as $terms){
         $output .= " ".$terms->name;
    }   

 

Ubercart Error: handler for node_data_field_image_cache > field_image_cache_fid doesn't exist!

Error: handler for node_data_field_image_cache > field_image_cache_fid doesn't exist!

This is annoying thing when I have not enough time to do something..

I want display product image using view...

However, image field and file field have got some issue to display product image using CCK

 

This is googling result and I tried to sort it out... However

Finally, I decided to use

How to record streaming audio windows xp

I tried to make my own offline video clip. so I downloaded some opensource screen capture application. and then I captrued video clip however sound was not there.

Long time I haven't set up my windows control panel.

so I need to goolgling again.

That's what I found from Ken's Blog.

 

http://cow.neondragon.net/index.php/2141-Recording-Sound-Output-In-Windows

Drupal Drop down menu Horizontal style with simple JQuery

Drupal theme - How to theme menu supporting IE7 and IE6 When you generate menu using Drupal, the code looks like this.

HTML code