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 ...
July3
The option_image module which changes image when an attribute option is changed does not work on my theme but is ...