Blog

Posted by: 
Dominique De Cooman

Databases grow even when not a lot of new content is created. What happens is drupal mysql tables start to create overhead, especialy on tables with a lot of deletions. Cache tables, watchdog, access log, variable, ... . Sites that have been running for almost 5 years like this site for example create lots of overhead.
Optimize mysql tables

Posted by: 
Dominique De Cooman
In this post will learn how to get a free cloud server, confiugre a lamp stack on it and install drupal on that cloud server.
Posted by: 
Dominique De Cooman

The goal of automating deployment is to make introducing new features easier. In this post we will learn how to set up a workflow that will move code and configuration of your drupal site from your local development station, to development, to staging and to production all by a using your version control and a push of a button.

Posted by: 
Dominique De Cooman

Branching and merging with git is one the features that make it worth to use git. Having a successful branching model is key to be able to respond to everyday needs.
Why create the overhead? The simple use case when a project is in production and new features are being developed requires that you have a work flow that allows introducing fixes without having to release the entire development code. You dont want to wait for a stable release of all features currently in development.

Posted by: 
Dominique De Cooman

To speed up indexing of our nodes and making full use of our machine, we want to index our nodes concurrent.

Posted by: 
Dominique De Cooman

Use cron queues to store stuff that needs processing later on cron. This post provides a cron queue system to handle jobs in the background.

Posted by: 
Dominique De Cooman

I ll explain how to change the autocomplete callback on an event.

Posted by: 
Dominique De Cooman

This post will give you a list what to check when you go live with a drupal 7 website and how you can control it and automate it. You need to check this go live checklist each time you keep integrating new stuff during deployment to test if everything is still working. To save time this task can be automated.

Posted by: 
Dominique De Cooman

We want to use ctools' modal frames and field collection forms to create a better user experience.

As we know, ctools comes with a lot of useful apis and tools to use in our own modules. One of them is the modal frames.

Posted by: 
Dominique De Cooman

In this blog we ll explain how to set up a geospatial search by radius using apache solr geospatial extension in a drupal 7.

Pages

Subscribe to Blog