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 […]
Web development
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 […]
Improved loading speed of pages that include reCaptcha in WordPress
A system that allows you to avoid traffic from automated programs or bots is Google’s reCaptcha project. This project has evolved from version v1 to v3, and with this latest version, also called invisible reCaptcha, which appeared in 2018, it is allowed that human users do not need to perform any action to verify that […]
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 […]
Improvement of PageSpeed Insights with Youtube videos in WordPress
The way to insert a YouTube video in WordPress is by using the embedded YouTube block in the editor, in which we indicate the URL of the YouTube video that we want to show. This technique generates an on our website with the loading of YouTube plugins necessary for its execution, slowing down the loading […]
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 […]
How to create a website for a real estate agency
Do you have a real estate agency without a website? Discover the importance of creating a website for a real estate agent and how to get the best results.
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 […]
Add a typeface to a website
There are several ways to add fonts as plugins for the website or Google fonts, but in this case we will do it using the css code.
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. […]
Make the scroll down a few pixels on a link anchor type
When we are creating a onepage web with anchor links and sticky headers or fixed type, we can find us with the problem that the head stays above the content we want to show us where is our anchor tag.