January6
I want to extract or pull data from an external website's database to my drupal website.
I was new to web ...
December29
http://articles.sitepoint.com/article/own-web-service-php-xml-rpc tutorial on web services debug error "Variable passed to each() is not an array or object" by ...
December29
Web Services is a way to communicate between two independent systems such that a website written in PHP can easily ...
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
The opacity feature of css does not work on internet explorer IE, to overcome that use filter option.
Eg
.change_opacity {
...
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 ...