Blogs
How to create an application with the MapBox suite?
First of all : the aim we want to reach.
Makina Corpus présent au PyCon FR 2011
Makina Corpus est heureux de soutenir PyCon FR 2011 qui se déroulera du 17 et 18 septembre 2011, et trois membres de l'équipe Python y seront présents et animeront des présentations:
Avec Git rebase, vos arbres poussent droit
Le problème
Par défaut, un git pull est équivalent à git fetch et git merge.
Les merge, c'est bien pour les branches, mais pour le tronc, c'est pénible : ça pollue l'historique et
ça zig-zag sévère !
Mise à jour, theming et motivation
Aujourd'hui, dans un élan de motivation, j'ai décidé de mettre à jour le thème de ce site. Pour continuer sur ma lancée initiale lorsque j'ai changé de thème pour cette version plus sombre et sobre, j'ai bien entendu usé et abusé de la CSS3 et des media queries.
coreutils is a really active project
I'm impressed by the activity of the coreutils project (unix commands such as ls, df, etc). At first glance, you might think command line tools are written for good and only few changes are applied to ensure compatibility with the platforms. With several releases a year and new features for each, it's really an active project indeed.
Install Drupal in php-fpm (fastcgi) with Apache and a chroot php-fpm
Using PHP-fpm is a way to push PHP execution outside of Apache, one of the main reasons to use it is freeing memory usage of PHP in the apache processes and allowing usage of a threaded Apache server. In this article we'll explain what this sentence means :-) and will detail installation and configuration of php-fpm for a Drupal project.
Compte-rendu DrupalCon 2011 (London)
La semaine dernière avait lieu le DrupalCon (réunion bi-annuelle de la communauté Drupal) à Londres. Makina-Corpus était sponsor, et à ce titre, j'étais présent. Voici le compte-rendu des conférences auxquelles j'ai assisté.
A Virtual Local Server Room for you Developper
This how-to will help you setting-up a very powerful development environment
on your workstation, using virtual machines all in a virtual local network.
A very Simple and Stupid plugin system in python
Two convenience functions for listing and importing python modules :
Tune your php settings for Drupal
m
In this article we'll study how to tune the php.ini settings for a Drupal host, how to manage variations of theses settings per Virtalhosts, and of course how to do it without the ugly .htaccess files.