Skip to main content

Home/ Drupal for Developers/ Group items tagged Drupal

Rss Feed Group items tagged

Scott Blackburn

Defining Spaces Features in Code in Drupal | Development Seed - 0 views

  •  
    I've been starting to make my way through using the Spaces and Context modules put together by developmentseed. It is interesting to start thinking more in terms of re-usable context driven features.
Scott Blackburn

Lullabot-TheBuzzrDemoDrupalUsabilityByLullabot931.mov (video/quicktime Object) - 0 views

  •  
    The large .mov version of the new Lullabot video demonstrating their work on admin usability of drupal. Some great ideas at work here.
Fabola smith

Web Development Company - The Need of The Hour - 0 views

  •  
    This articles stresses upon the utility of a web development company and presents the many benefits that are associated with engaging such a company to look after your organizational needs.
Daniel Gregoire

Programmatically Create, Insert, and Update CCK Nodes | doug | CivicActions - 2 views

  • Always use content_database_info to get the database info. For example:   $field1 = content_database_info(content_fields('yourfield1', 'yourtable'));  $table1 = $field1['table'];  $column1 = $field1['columns']['value']['column'];  $field2 = content_database_info(content_fields('yourfield2', 'yourtable'));  $table2 = $field2['table'];  $column2 = $field2['columns']['value']['column'];  if ($table1 == $table2) {    $sql = "SELECT n.*, t1.$column1, t1.$column2 FROM {node} n ";    $sql .= " INNER JOIN {$table1} t1 ON t1.nid = n.nid AND t1.vid = n.vid";  }  else {    $sql = "SELECT n.*, t1.$column1, t2.$column2 FROM {node} n ";    $sql .= " INNER JOIN {$table1} t1 ON t1.nid = n.nid AND t1.vid = n.vid";    $sql .= " INNER JOIN {$table2} t2 ON t2.nid = n.nid AND t2.vid = n.vid";  }  $sql .= " WHERE n.nid = %d";
  •  
    Important point: Using special functions to let CCK get the proper name of the field (allowing users to make CCK changes in the UI and let your code continue to work).
innoraft

TB mega menu implementation with a demonstration (Part 2) - 0 views

Configuring the TB mega menu and placing the TB mega menu block in a region are two separate things. However, you can modify the links later on from the TB mega menu configuration page. Read A...

drupal megamenu cms opensource

started by innoraft on 01 Jul 19 no follow-up yet
paresh sagar

Top Mobile App Development Company | Hire Mobile App Developers - 0 views

  •  
    We enable digital transformation to quickly move into changing digital economy with real world technology solutions. Our experts help start-ups and enterprises leverage Mobile, Web, Cloud, IOT and Big Data technologies to introduce game changing products and services faster than ever before.
specbee

Everything you need to know about Website Accessibility | Specbee - 0 views

  •  
    Sure, user experience is the buzzword these days, but the emphasis on web inclusiveness is equally critical. Here's a guide to web accessibility, why you need to implement accessibility and how to check if your website is accessible.
« First ‹ Previous 481 - 494 of 494
Showing 20 items per page