PHP 7 operators: null coalescing (??) and space ship (<=>)

There are two changes regarding PHP 7, concerning two new operators that have been very useful to me during my years in PHP. The “null coalescing” Operator: ?? In an expression it will return the left operand if this is not NULL, if this condition does not occur the right […]

Read More…

Create and add a new Drupal custom module

create and add a custom module

One of the best features of Drupal is the module system, which allows its extreme modularity and versatility on any occasion.This has allowed over the years the creation of hundreds of modules by groups of developers who carried out only once the basic tasks for the creation and maintenance of […]

Read More…

Create a WordPress plugin

Wordpress - create a plugin

It is not uncommon to look for the perfect plugin/functionality for your blog/site in WordPress but not find it because you have too precise an idea of what you would like. It is in these cases that the possibility of infinitely extending WordPress comes to our rescue. We can add […]

Read More…

Add and modify a primary menu with WordPress

wordpress menus

The primary menu plays a crucial role in your WordPress website’s navigation, guiding users to different sections and content. Whether you’re building a new site or revamping an existing one, knowing how to add and modify your primary menu is essential. This article walks you through the process, providing clear […]

Read More…

Drupal 7: Essential modules

Today I propose you a list of basic modules when you want to use Drupal 7 for the development of a portal. The article is designed for those who are beginners with this product and can be frightened by the myriad of contributions from the immense Drupalian community. CTools Reference: […]

Read More…