Submitted by admin on Wed, 01/02/2013 - 21:37
The Drupal Commerce product administration page is a View which created using Views module. It means, we can customize that page with no code by using the Views administration page. Now we will see how to add a form with some filter criteria such as product Title and Price to that page so we can search the product list based on the product Title/Name and Price.
Submitted by admin on Thu, 05/24/2012 - 21:27
Drupal 7 has a very great Ajax framework which allow us to use Ajax feature when we build the module. One of Ajax feature that we can develop in Drupal module is Ajax dropdown list. In this tutorial, we will see how create it. For the example, we will create two dropdown list, one contains the list of provinces which already populated at page load, and the other one will be filled dynamically with the cities list basec on the selected item in province dropdown list.
Submitted by admin on Thu, 12/15/2011 - 12:35
If you have a long running PHP script that executes many processes, you may need to inform user about the progress of the process when the script is still running and hasn't finished yet. Using progress bar can be the best option. We can combine the PHP flush() function, Javascript, and also CSS to create a nice progress bar.
Submitted by admin on Sat, 10/22/2011 - 15:07
Usually, we have to put our web application inside the document root of Apache in order to make the application accessible from the network. However, there is a trick to make the web application still accessible even though we put it outside of Apache's document root. Yes, this can be done by creating a virtual directory.
Submitted by admin on Sat, 06/11/2011 - 15:08
This is the second release of my jQuery Cool Auto-Suggest plugin. This new version still has the same features from the older one. The features are :
- Support ID field.
- Support image thumbnail and description
- Support form submission on click.
- And, the new feature is the callback function.
Pages
Recent comments