Home

Беларуская English Русский

  • Jobs
  • Partners
  • О нас
  • Design Philosophy
  • Drupal Tips
  • Контакты
  • Работа
  • Areas of Expertise

Products

Content Management Platform

Drupal Logo Drupal, the wildly popular, open source web platform.


The free wiki world map

OSM LogoOpenStreetMap allows you to view, edit and use geographical data in a collaborative way.


Linux

Ubuntu LogoUbuntu, the leading Linux distribution, with a focus on usability and ease of installation.


DBMS

PostgreSQLPostgreSQL,the world's most advanced open source database.

Languages

  • Беларуская Беларуская
  • English English
  • Русский Русский

Drupal Tips


Backup Strategies for Drupal Sites


A reliable, redundant backup strategy is a crucial element for any web site. Here we describe three different backup approaches: Basic Backup, Live Backup on a Separate Site, VirtualBox.

Add a Ruler to Catalog Images


An e-commerce site with thousands of product images needs to provide a visual cue for the size of the product. The solution: a shell scripts that uses Imagemagick utilities to add a ruler.

Converting Legacy Data to Drupal


In a project to develop a job search site, we needed to use official data from a government site which lists job vacancies. Using a combination of shell scripting, wget, perl and sql, we were able to load the data reliably into Drupal, including several taxonomies.

Custom Search on a Single Field using PHP, SQL, grep


A client with over 1,000 different products needed to be able to quickly search through the product codes using a partial string search. The built-in Drupal search engine does not support this at all. The solution uses standard UNIX programming tools called from Drupal.

Showing "Last Updated" Time Stamp on Price List


The client wanted to display the time and date of the latest change, to help its customers get oriented quickly. Drupal does not provide that capability out of the box, but it's easy to implement with a shell script using SQL on the host, plus a small PHP snippet to call the script inside a Drupal page.
Powered by Drupal, an open source content management system