How to easily import multiple vCards into Google Contacts
Google Contacts (the old version) allows you to import VCards, but you will have to import them one by one, this […]
How to easily import multiple vCards into Google Contacts Read Post »
Google Contacts (the old version) allows you to import VCards, but you will have to import them one by one, this […]
How to easily import multiple vCards into Google Contacts Read Post »
These are a few commands I use in situations where I can’t use Eclipse for refactoring my code, you can
Refactoring code with the command line (files, folders and possibly variables) Read Post »
If you have modified or deleted a file by mistake on a git tracked project, you can still revert your
Git: How to revert changes in a single file or in all files Read Post »
N’achetez surtout pas votre nom de domaine chez Heberjahiz, ne faites pas la même erreur que moi ! Voici mon histoire
Heberjahiz réveille-toi on est en 2013 Read Post »
Sometimes, you want the visitor to go directly to the cart, instead of staying in the same page and having
Drupal Commerce: Redirect to cart after adding a product Read Post »
Everything went smoothly as usual in my local machine, but as soon as I moved the website to the client
Joomla 3.0 – Fix Application Instantiation Error Read Post »
I’m always impressed with what you can do with MySQL (my favorite RDBMS), not long ago I needed to add
MySQL tip: Update a column with random values Read Post »
The MVC design pattern separates business logic from user interface Model–View–Controller is a design pattern or a software engineering concept
Sometimes you want to hide the breadcrumbs in a single page an keep it in the others, either using a
PHP code to remove breadcrumbs in a Drupal page Read Post »
You can check that a user is an administrator or not like this: if(user_access(‘administer’)) echo ‘I am an admin’; else
Check that a user is an administrator in Drupal Read Post »
The view results count is stored in the view object and you can display it by adding a PHP header
Drupal Views: Show count Read Post »
This is a quick and easy solution to send an email from Drupal using PHP, i.e a custom module. you
Drupal: Send email Read Post »
We used to get the files directory using file_directory_path() in Drupal 5 and 6, the function was removed with Drupal
Drupal 7: Get files public directory path Read Post »
This is how I get the current path and/or alias in Drupal: After this code has been executed: $path will
Drupal : Get path and verify if it’s an alias Read Post »
The error looks like: c.widget is not a function Or: d.widget is not a function I get this error when
Fix “xyz.widget is not a function” when jQuerying in Drupal Read Post »
This happened to me in Ubuntu 11.10 (Oneiric Ocelot) when I was playing with some Compiz settings. To have your
Super key / Alt+F2 not working in Ubuntu 11.10 Read Post »
Install necessary packages In order to have Gnome classical appearance on Ubuntu 11.10 you need to install gnome-shell and gnome-panel,
Classical Gnome in Ubuntu 11.10 (Oneiric Ocelot) Read Post »
In this tutorial I’m gonna show you how to calculate and display properly the age from a date CCK field
Age from date of birth in Drupal 7 Read Post »