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 Vitaly Muzichuk || July 29th, 2014 While building an event organization website, there was a requirement to have each event approved by a legal department before the organizer was allowed to publish any event. A custom status field with conditions based on this field was the best approach. Updating / rewriting a field for multiple nodes...
read more
by Raymond Mbuyi || July 28th, 2014 Migrate and Migrate d2d modules expose a powerful API to developers who have the task to migrate a part or an entire website to Drupal 7; these two modules come in handy whenever the migration task is subject to complex business rules. One short article is far from being enough...
read more
by Sergey Cheban || July 28th, 2014 Anyone that has worked on an enterprise level Drupal application knows that having the transactional consumer data separate from your content will save you time and headaches during a release. With Drupal this is very much possible and it's fairly easy to setup. This can be setup with the DB...
read more
by Christian Crawford || July 28th, 2014 Developing an iOS application may seem like a daunting task for one to complete, especially if you are not familiar with the Objective-C language and its syntax. However it’s actually not all that difficult to create a basic hello world like application with very little knowledge of the language. If...
read more
by Dan Slater || July 28th, 2014 Organization is important for any Drupal site larger than the simplest of blogs. It is paramount for multi-site installations that are already bulky with numerous site folders, themes and subthemes. I have observed that if I don’t maintain a good organizational format within my multisite structure, I can very quickly...
read more
by Dmitry Boychev || July 28th, 2014 If you have used Git Bash and its Vim, which both come as one package, you have probably stumbled on the issue of making syntax highlighting work. Whenever you type the command “vi file_name” in Git Bash and type, for example, some php code, you will see the plain white...
read more