The default theming for any form element can be easily override in Drupal. There are two choices in the place of using the override function. One is in the template file, other is in modules. I am going to demonstrate the theming in module using Drupal 6. Using template file or Drupal 7 do not have major different. I will show how to use them in the end of this page.
There are 2 different theming function for radios. One is, single radio button theming, other is group of radio button theming. The following theming functions are used by default for theming the above.
There are several way we can work with Dojo Data Grid using Zend. All are very confusing until we are familier with the structure. I spent several hours on discovering the obstacle that are stopping me to get the right result on this. In this note, I am going to show a simple way on how to create a Dojo Data Grid using Zend Framework.
Ubuntu 11.10 is shiped with a default System Setting control panel in which you can not tweak advance settings. In order to get it done you have to install the Gnome Tweak Tool. Use the following command to install Gnome Tweak Tool in your Ubuntu 11.10 Oneiric Ocelot.
jQuery content fade (rotate/slide) plugin is a multipurpose jQuery tool for displaying content. This is a great tool to present news, events, announces, press releases, and other content to your website page.
Ajax is a technique used in web application development to grab the content from the server using Javascript without refreshing the pages. While the webserver responds to the asynchronous request the web page can be displayed with “loading” image.The unique ajax loading effect can be easily done using a simple gif file. 51 Free Gif Format Loading Animated in this set, You are free to use these icons in any way you wish.
Advance and configurable JQuery based banner rotator. This project is a port to drupal from Dynamic multitransition banner which was released by Encodez.com in early 2009. The script has been listed in HotScript and recieved a rating of 4.7 out of 5 as at June 2011 with number of visit 14k+.
HTML is a language that provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.
HTML 5 is being developed as the next major revision of HTML. This code can now be used for new functions that can benifit developers and internet users.
HTML5 introduces a number of new elements and attributes.
Below is a simple guide to develop a Drupal module for presenting a splash page for your website. For further information on how to install the modules and basic guides, follow the below link
If you are a Drupal developer, you probably know how to save a node using node_save() function. I am coming across saving node with CCK fields so often. I had no any issue while on the D6. First time on the Drupal 7, it hurt me lot leaving CCK field blank when saving where I used the same technique as D6. It might help some one of you…