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 || August 15th, 2013 We are in need of smart and motivated developers to come and join our team. We do not ask for any specific skill-set. That's because we train you! The only requirements are ... You are smart. That means strong analytical abilities. You know, the kind of person who can figure...
read more
by Jitesh Doshi || August 15th, 2013 Often we write "drush" scripts to do Drupal task automation. For example, if you want to do delete domain_conf variables on your website, you might write a script like this ... <?php ​​​​​​​$variable_name = 'foo'; $domains = domain_domains(); foreach($domains as $domain_id => $domain) { print("Deleting $variable_name from ${domain['machine_name']} ($domain_id)"); domain_conf_variable_delete($domain_id...
read more
by Sergey Cheban || June 7th, 2013 Although Drupal has a good built-in search functionality that coumes out of the box, sometimes a client wants something more advanced and feature rich that scales well for a quickly growing website. This is where Apache Solr comes into play. Apache Solr is an open source project that is used...
read more
by Jitesh Doshi || June 2nd, 2013 Creating a Git repository is simple, using the excellent BitBucket.org service. It can be a chore to go to the bitbucket website and manually creating new repositories every time, though. Since it is bitbucket, and Atlassian, they have exposed a very nice RESTful API on top their service offering. Below...
read more
by Jitesh Doshi || May 12th, 2013 In this article, I try to explain "Drupal Behaviors". Drupal provides a very clean way of attaching JavaScript code to HTML components. It includes jQuery library with it. So you have to do nothing to add jQuery to your app. But on top of it, you also don't have to...
read more
by Jitesh Doshi || May 2nd, 2013 Tikkits.com will be the exclusive online point-n-click seat selection and ticketing service for Shankar-Ehsaan-Loy shows in Los Angeles (June 2, 2013), Atlanta (June 23) and Tampa (June 29). Tikkits.com thanks the American Association of Physicians of Indian Origin (AAPI) and Paracha Entertainment for their continued trust in the Tikkits.com team.
read more