Tips to design a perfect User Interface on your website

The design of your website is not a merely aesthetic element. In fact, nearly 70% of bounces are related to poor user experiences. And why is this? Basically, to the user interface. Beyond offering an attractive and well-groomed image on an aesthetic level, it is essential that users quickly find what they are looking for […]

Best caching plugins for WordPress

A website that takes time to load is annoying. But not only that: according to a Google report, this leads to several problems: On the other hand, an agile website is able to attract more organic traffic, lower bounce rate, and generally ranks higher in the SERPs. In short, yes: time matters, and a lot. […]

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 […]

Tips to Improve the User Experience on your website

User experience is one of the most important factors for the success of a digital project. Not only to please Google and improve your SERP rankings, but also to win over your audience and increase your conversion rate. Without a doubt, aspects such as quality content and responsive design are some of the most important… […]

Best free online photo editors

Images have become an essential element for any website, whatever its theme or purpose. But many times, the photographs we have are not perfect: they need a colour adjustment, a crop, a change… In this sense, having a good online photo editor is essential to be able to adapt each image to the place where […]

Creating a Child Theme in WordPress

A child theme is a theme that inherits the functionality of the parent theme. The main advantage of using a child theme is that by updating the theme you will not lose the modifications you have been able to make. To start we have to access, via FTP, the WordPress file system and create a […]

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 […]

Trip to San Francisco: A unique experience in the cradle of technology

There are not many occasions in which you are given the opportunity to land in San Francisco with the team of Digital Minds of the School of Art and Design of Barreira, and a few other professionals, to attend a week of workshops and sharing. With the designers and creatives who are part of the big technology companies. The […]

How to manually migrate WordPress in five easy steps

You want to improve your WordPress website and the best option that you have proposed is to change servers. You may not know anything about it and you get nervous, but calm. You should not be scared. We come to explain how to do it in a few small steps. From Doowebs we can also […]

White screen on Prestashop

When we find that suddenly one day to enter administrator prestashop gives us a glimpse blank and not let us do anything else it may be a space problem . The first thing to do is check whether we are giving an error . To do this we modify the defines.inc.php file and change the […]

Vertical alignment or centered vertically using DIV

I have always encountered the problem of vertically align a div to avoid having to be modifying the paddingwhen the text size is too long and takes up two rows … well here I leave the point of how to make thisautomatic alignment as it we do when we use a table … and it […]

Escaping quotes and special characters

One of the problems that we have found to make applications for PHP, is the need to escape the quotation marks in forms or in any update that is done from the front-end and stored in the DB my_sql. After reviewing some pages on the internet and see that many of us have the same […]