To be considered for this role you will need:
admin's blog
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
How to install Zend framework using Wamp 2.0 on Windows xp
Zend framework installation
Reference website
http://framework.zend.com/wiki/display/ZFDEV/Installing+Zend+Framework+on+Windows
http://framework.zend.com/manual/en/learning.quickstart.intro.html
http://www.zendcasts.com/getting-started-with-zend-and-wamp-server/2009/06/
Why do I need this documentation?
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


