Sponsored Links

Random Articles

Getting paid for reading emails – Paid to read emails a scam ?

Initially when someone told me that you can get paid by reading emails I thought it would...

Parameter Redirect – Redirecting your affiliate link using a parameter

I always wanted to remove those ugly affiliate links from my websites. One of the main...

Home Based Business – A Scam ?

Home based business opportunities are cropping up in the world everywhere today. From...

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.