The positioning of a brand is a key factor for any company to achieve success and remain in the market. This positioning means occupying the first places in the mind of the consumer, thanks to the association of the brand with unique and outstanding characteristics. Currently, in the midst of the digital age, this reach […]
Web development
How to create an online dropshipping store
If there is something that is constantly growing in Spain and in the world, it is e-commerce. Yes, the trade of both products and services, but through the Internet. A commercial form used by large companies and, above all, by those who are starting their business. There are various e-commerce models, but if you want […]
The importance of design for the success of a web page
Do you know the importance of web design on your site? Imagine you are walking through a mall. What is it that invites you to enter a store you don’t know? On many (many) occasions… The showcase! Whether you are looking for something specific or not, the display case is an essential element to attract […]
What is the html5 language and what is it for?
The HTML5 language is the “universal language” spoken in web design. If you want to get started in the world of page development or you are simply interested in knowing how one is built on the inside, we encourage you to read this article: you will discover why it is so important. What do HTML […]
The best platforms to create an eCommerce
E-commerce platforms are all the rage. Having an online shop can be very costly and a lot of work: managing payments, administering available stock, closing agreements with suppliers, customer databases… For this reason, these platforms offer very interesting advantages when it comes to launching into the digital world. E-commerce continues to grow in our country. […]
Types of http errors and how to fix them
Sometimes we encounter HTTP errors when browsing a website. It is something common that can occur for various reasons, either by client or server errors, and affect the user experience. Today we are going to analyse the most common ones to try to make our website run as smoothly as possible. When we move around […]
What is web hosting?
If you are thinking of launching a digital project, you will probably have many questions related to the services you are going to need: “What is hosting”, “What types are there”, “Which is the most appropriate for my project? A hosting is a storage service that provides you with a server, so that you can […]
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 […]
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 […]
SEO improvement on multi-language pages without automatic redirection
On websites with pages in several languages, a common practice to improve the user experience is to redirect the website to the page with the user’s browser language if it exists. This practice is penalized by Google for SEO positioning, since it understands that the link is being concealed and deceiving the user to obtain […]
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 […]