This document is intended for module developers who wish to make use of JQuery to process an array of hierarchical data into a click and expand menu. It is written with the assumption that you are a programmer and that …
...Category: Advanced
My Top 10 Web Development “won’t do” list
If you’re in the web development or software development industry then this list will probably remind you of situations you’ve encountered. If you aren’t in the business then I hope this list is educational.
Won’t do #1: I won’t build …
...How to use the Webform module to create custom forms for your Drupal Website | Pixel Clever
The Drupal Webform module by Nathan Haug aka “quicksketch” is in my book rates up there in the top ten most important Drupal modules in existence and it’s not that hard to use once you understand how it works. This …
...What are Drupal Themes? | Pixel Clever
The term “theme” when used in the context of content management systems (cms), galleries, or e-commerce systems refers to the use of templating systems such as (phptemplate or smarty) which are used to structure and control the appearance of dynamically …
...How to show all nodes tagged with children terms with Views 2 for Drupal 6
The Views module for Drupal 6 (also known as Views 2) ships with several default views which allow you to override certain Drupal core list pages. One of the most useful of these views is the view provided for...