says, I am possible
By: admin
26 Mar 2012
By: admin
19 Sep 2011After getting many mails from everyone for getting CiviCRM Events Calendar working by refering my previous Blog http://www.impossible.co.in/blog/admin/civicrm-events-calender-jquery-pl... , I decided to convert the code in an drupal module, which may be very useful to users to get it working at first instance.
Have released the CiviCRM Events module which uses the jquery plugin fullcalendar .
By: padya
29 Jul 2011Most standards favoring browsers (IE, Opera, Chrome & Safari) have no method of targeting CSS to the specific browser while Mozilla, the buggiest browser, has a completely safe and easy method of serving CSS/HTML to only Mozilla.
To show that the hacks are working correctly I created 6 paragraphs with their specific browser/version identifier within them. This will let you know that the hack is working correctly
By: padya
25 Jul 2011
It is really simple to access attributes using array form. However, you must convert them to strings or ints if you plan on passing the values to functions.
By: padya
22 Jul 2011When you google to get a solution to retrieve all the or single tag xml values/attributes you may get approx 10,400,000 results.
Common solution will be to create a module, bring down your own function, bla-bla bla.......
The simplest and statistical way to get is using inbuild drupal functions.
1. $getXML = drupal_http_request( $url ); //$url is the url to get the xml
2. To retrieve only single tag.
Recent comments
17 weeks 3 days ago
18 weeks 3 days ago
18 weeks 3 days ago
20 weeks 3 days ago
26 weeks 3 days ago
27 weeks 6 hours ago
28 weeks 6 days ago
34 weeks 3 days ago
34 weeks 3 days ago
34 weeks 6 days ago