Articles

Our developers love sharing their knowledge usually acquired from issues they had to face and solve. We share this knowledge, hoping to help anyone who faces the same or similar issues.

by Jitesh Doshi || March 15th, 2012 If you have heard of Git Flow, and you use Ubunut Linux, then you can install it using the following instructions. Download the latest .deb package file from https://launchpad.net/ubuntu/precise/i386/git-flow/, and then install it thus ... wget -P ~/Downloads http://launchpadlibrarian.net/84618376/git-flow_0.4.1-2_all.deb sudo dpkg -i ~/Downloads/git-flow_0.4.1-2_all.deb If you haven't heard of Git Flow...
read more
by Priya Ganesan || March 3rd, 2012 On one of the Drupal 6 projects we had the need to assign a specific role to all users who create their own account (by visiting 'user/register'). Let's say the role is 'abc' and the role id (rid) is 3. So every new user should have the 'abc' role automatically...
read more
by Jitesh Doshi || February 29th, 2012 We are pleased to announce the beta release of our OpenID Helper Drupal module (see http://drupal.org/sandbox/jitesh_doshi/1460772). OpenID module, included in Drupal core, is very useful, but not very user-friendly. It expects users to know what their OpenID provider URL is. The OpenID Helper module makes it a little more user-friendly...
read more
by Jitesh Doshi || February 29th, 2012 Software Quality Engineering (SQE), an industry leader in conferences, trainings and online communities has selected SpinSpire to design and develop their Drupal-based community web portals. SQE delivers training, support, research, and publications to software managers, developers, test professionals, and quality engineers worldwide. SpinSpire provides high-end Drupal development services for enterprises...
read more
by Jitesh Doshi || February 29th, 2012

SpinSpire is pleased to announce the beta release of our Webform Single Use Options Drupal module (see here to view). Webform module is a very useful and versatile module that we have used in many situations. But sometimes you need a webform select list to start removing options once they...


read more
by Jitesh Doshi || February 18th, 2012 In this article I will show how to setup git and Drupal in such a way that you can keep editing your site's modules, themes and libraries on your local machines and every time to do 'git push' it automatically deploys to your pubilc Drupal site - without having to...
read more