Differences between Java and JavaScript

Java and JavaScript are two different worlds. Since they share the beginning of their name, it is very common to believe that both programming languages ​​are practically the same or related; knowing how to program in Java also means knowing how to program in JavaScript. Nothing could be further from the truth. And what differences […]

WordPress security plugins and tricks

WordPress is one of the most secure content managers but it becomes vulnerable when webmasters start installing plugins that have security holes. In this article, we are going to show you how you can shield your WordPress. We are going to show you two ways to do it: Before going into these two different ways […]

What is CRO and how can it increase your online sales?

If you are dedicated to digital marketing or have an online project in hand, you have probably heard about CRO a thousand times, a concept that has become one of the keys to increasing the income of eCommerce and other types of websites. But… would you know what it is? CRO (Conversion Rate Optimization) is […]

What is an SSL security certificate and what is it for?

The SSL (Secure Sockets Layer) securiry certificate is a digital protocol developed by the company Netscape Communications in order to authenticate the identity of websites and thus protect the transfer of information between user and server. In other words, SSL is a security system that allows data to be encrypted in a format that can […]

Fundamental eCommerce tools

If used well, the Internet can be a brutal source of income and opportunity. But not everything is a bed of roses: to achieve success with an online project, it is important to feed it day by day and to know how to use the right resources. Do you have an online shop? We explain […]

Optimize WordPress: the wp-config.php file

The WordPress configuration file is wp-config.php, where constants are defined and certain PHP instructions are given. This file should not be changed arbitrarily and it should be noted that the most appropriate place to add constants and functions is before the comment line: /* That’s all, stop editing! Happy publishing. */ If this file is reviewed, various sections can be seen, including […]

Use Grunt to automate processes

Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks like minification, compilation, unit tests and linting. It uses a command line interface to execute custom tasks defined in a file (known as Gruntfile). Grunt is distributed through npm and has a multitude of add-ons available. Before you start, you should […]

How to add styles to Gutenberg blocks

Extension blocks Let’s carry out through an example how to add a block style, extend the block editor and improve the design by CSS in WordPress. This example adds a class of its own to a block. Let’s see how to add a new style of quotes (“) to the quotes block. We are going […]

CSS. Object-fit: cover simulation for IE

The CSS object-fit property of use to specify how a <img> tag can be resized to fill its container. This property is not available in Internet Explorer (IE), causing images to be distorted in this browser, and especially in the case of using grids. A possible solution to make it compatible with other browsers can […]

What do you need to create an online travel website?

The offer of travel agencies that operate on the Internet has grown considerably in recent years. That is why many companies in the sector are moving to the digital sector and are wondering how to create a website to start an online travel agency. Creating a travel website requires a series of steps to follow that will allow […]

Steps to create an online company in Spain

If we are going to create an online store in Spain, it is convenient that we take into account different aspects and that we rely on professionals that can guide us throughout the process. I’m going to give you some tips, before telling you the steps you should follow to create an online business and start […]

How to create an ecommerce step by step

If you have arrived at this article, you probably want to create an ecommerce and have some doubts about the process of creating it, what is it for, or some points and factors that you should consider the time of its creation. Creating an ecommerce is an important step, and requires as much work as […]

How to accelerate a web page to 70% in 7 steps

There is no doubt that website speed matters now more than ever. As average Internet connection speeds increase around the world, web users are becoming less and less tolerant of slow load times. At the same time, Google has unequivocally stated that it prefers to reward fast sites with higher rankings in natural search results. […]