jQuery UI: Datepicker Utility Methods
In addition to this there are several other utility methods that we can use, these are shown in the following table
View ArticlejQuery UI: AJAX JSON Datepicker
we'll work a little AJAX magic into the mix and create a datepicker. This datepicker prior to opening, will communicate with a server to see if there are any dates that cannot be selected
View ArticleTOC Tutorial JQuery User Interface
This tutorial is about jQuery UI. It is simple step for you to learn about creating great user interface using jQuery UI. You will learn already user interface widget at jQuery. jQuery library give you...
View ArticleDrupal Module: Architecture
Drupal is a content management system written in PHP. PHP supports procedural and object-oriented approach to programming for software development. The Drupal core is written in procedural-style PHP....
View ArticleDrupal Module: Concepts
There are several things in Drupal that you must know. A node, in Drupal, is a generic object for representing textual content. Nodes are stored in the database and retrieved as needed. Among other...
View ArticleDrupal Module: Creating First Simple Module
Now we will dive in and create our first module. Our first module will show simple text, format it, and display it as a block in the site's layout. We will cover the following steps: Creating the .info...
View ArticleDrupal Module: Writing .info files
We have been practicing how to make a simple module in the previous post. In that exercise, we have made .info files. In this post, we will discuss more about that. Info files.
View ArticleDrupal Module: Retrieving XML Content Over HTTP
In this post, we will explore further in creating of Drupal modules. we are going to extend the module's functionality. We will add a few new functions that retrieve and format data from Yahoo! movie...
View ArticleDrupal Module: Creating a Module with an Administration Interface.
Begin with this post, we will create an administration module. We create a module with an administration interface. For practice, this module will provide a way for administrator to send email message...
View ArticleDrupal Module: Registering an Administration Page
First, we implement hook_menu() to registera URL. By registering URL, we are mapping a URL or URL pattern to a function or page inside a Drupal module. Hook_menu() will return an associative array....
View ArticleDrupal Module: Handling Forms with the Forms API (FAPI)
Drupal has a special API for handling forms, the Forms API (FAPI). FAPI automatically handles the details of form handling. Typically, a form must be defined and prepared for display. Then, when form...
View ArticleDrupal Module: Building a Content Type
Begin this post, we will try to build module with more complex content type. We will explore some API, such as Drupal Schema API, Drupal Node API, and Drupal Database API. For practice, we create a...
View ArticleDeveloping an Online Survey to Find Out Opinions on Your Web Visitors
One key to the success of your website is a desire to interact with your web visitors. You feel what they feel. By feeling what they feel, you can take an action by a sense of valueto your visitors.
View Article