Sponsored Links

Random Articles

Blog Content Management Systems

If you want to develop a personal website with regular entries of events, images or...

XHTML SEO – Best Practices

There are basically two kinds of SEO practices that you will have to follow for a better...

Why Banner ads are considered a bad choice for PPC advertising ?

If you have a blog, and if you have AdSense set up in your blog, it is better to opt for...

Game Programming With Gosu

Game development is not just for the C++ and C# programmers, it's for everyone. Ruby has several libraries for game programming, but Gosu shines among them. Learn to rapidly prototype (or finish!) 2-dimensional games in Ruby quickly and easily.

Rapid Game Prototyping with Gosu

Ruby Spotlight 10

How to override Drupal registration form

Tuesday, March 29, 2011 - 05:20

Here in the example below, we see how to override Drupal's existing registration functionality. Here we create 3 files such as .info file, .install file and .module file. In the .install file we create a MySQL table to hold the details of the

Read the complete article.

How to create MySQL tables dynamically using hook_schema

Tuesday, March 29, 2011 - 05:35

Using the hook_schema you will be able to create MySQL tables dynamically during run-time. In the .install file you will have to specify the name of the table and its related fields. In the .module we try to insert values to the table which is

Read the complete article.

How to create a custom login functionality in Drupal 6

Tuesday, March 29, 2011 - 05:47

Sometimes it is very much necessary that we override the existing login functionality of Drupal and write our own custom login validations. This can usually be done using the form_alter hook. In my case I wanted to check whether the user enters a

Read the complete article.

Using Drupal api and display the values from Mysql in a tabular format

Tuesday, March 29, 2011 - 05:52

The code below connects to mysql database using drupal hooks and displays the results in a tabular format. You can save the code below as products.module and be sure to create an info file. The code below demonstrates how to sort the table columns

Read the complete article.

Advertisement

©2011 ceeyel.com. All rights reserved.