January6
Here is simplest explanation of Drupal XML-RPC request as a client. Visit
http://www.blog.highub.com/cms/drupal-xml-rpc-request/ for the details.
But basically if you ...
January6
I want to extract or pull data from an external website's database to my drupal website.
I was new to ...
January6
I want to extract or pull data from an external website's database to my drupal website.
I was new to web ...
September5
Try this screencast for the calendar
http://www.youtube.com/watch?v=qO4TeEydtMs
Use calendar popup to have the effect on the calendar view as well ...
August4
I wanted to display a block using views where the taxonomy parent and child needed to displayed in separate fields.
Eg ...
July27
The function that displays the url of the current page
request_uri();
To use it in if statement; emplor strpos php function
$url = ...
July21
I have faced this horrible issue of transferring database from either my localhost to the server or transferring from one ...
July4
When using the error reporting feature of drupal I faced my theme getting screwed up, the regions and block of ...
July3
I wanted to the shopping cart to look more elegant so I used the sliding effect of jquery, css opacity ...
July3
The option_image module which changes image when an attribute option is changed does not work on my theme but is ...