Skip to main content
Home

“Walking on water and developing software from a specification are easy if both are frozen.” - Edward V. Berard

“Nine people can’t make a baby in a month.” – Fred Brooks

“Measuring programming progress by lines of code is like measuring aircraft building progress by weight.” – Bill Gates

“If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.” – Gerald Weinberg

The gap between theory and practice is not as wide in theory as it is in practice.

“There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.” -C.A.R. Hoare

“A computer lets you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila.” – Mitch Ratcliffe

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill

Find Me : findme@asiqhere.me

Ajax to textfield Drupal

Submitted by D2ev on Sat, 02/11/2012 - 10:27

Enable Ajax in textfield to check the value enter has match in the database. Here i have enabled ajax to article title textfield which will match the titles present in database and show result in markup field below to title field.

1. Form alter to add ajax to title textfield and add markup field.

  • Read more about Ajax to textfield Drupal

Make Autocomplete Textbox in Drupal

Submitted by D2ev on Fri, 02/10/2012 - 12:50

Making my Article Content type "title" field as autocomplete.
1. using form alter to add autocomplete path to title field.

  • Read more about Make Autocomplete Textbox in Drupal
  • 1 comment

Use Ajax in Drupal Form API

Submitted by D2ev on Thu, 02/02/2012 - 18:52

My requirement is show a ajax enabled block above node add form. When an content is added of that type is should list those type of content. For showing a list i am using a views block by creating view which need to present just at the top of the form.

I am using Drupal form alter to to insert the views block. For this i am creating a "fieldset" and adding a "markup" to the form. i need to enable ajax for submit handler of my form.

  • Read more about Use Ajax in Drupal Form API

Using AJAX in Drupal 7 outside of form API

Submitted by D2ev on Thu, 02/02/2012 - 18:40

i have Node delete link in views list and i want to implement ajax for my delete operation.
i have created global custom field in views and created a views field template where i have written the custom code for my link.
so in views field tpl file:

  • Read more about Using AJAX in Drupal 7 outside of form API
  • 2 comments

Print a Block in Drupal

Submitted by D2ev on Thu, 02/02/2012 - 18:28
<?php
$block
= module_invoke('module_name', 'block_view', 'block_delta');
  • Read more about Print a Block in Drupal

Pages

  • 1
  • 2
  • 3
  • next ›
  • last »
Viewed Content
Database API Drupal
Form API drupal
Install PECL & cURL lib for Ubuntu
Using AJAX in Drupal 7 outside of form API
Configure Linux to Install Drupal
Make Autocomplete Textbox in Drupal
Configure Drush for Drupal
Create node programmatically Drupal
Print a Block in Drupal
Use Ajax in Drupal Form API
  •  
  • 1 of 2
  • ››

Tweets

Drupal is first developed in the mind of Dries and then released in the world to be followed and to motivate millions around the world.

find me @

Facebook

Linked In

Google+

Contact Me

  • Contact Me
  • Drupal Paid Services

I love Drupal and great to be a Developer.