Image compressors are an essential tool for any blog and website in general, especially if it is an eCommerce site. It is a procedure that consists of eliminating all the unnecessary data in order to reduce the weight of the image files, with the aim of improving the functioning of the website or application. But […]
Blog
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 […]
Tools for teamwork from home
At Doowebs we start working remotely from home, collaborating with different companies and professionals. We continued to do it partially, since the entire team is usually not in the same office or is complemented by other companies and agencies. Now with the current situation it has been easy for us to continue working remotely as […]
Payment method options and gateways for WooCommerce
Before starting any e-commerce project, we advise the client explaining the different payment methods for their future online shop. Depending on the project, we recommend the client one or more of the following methods. At Doowebs we are experts in the design of online shops in Valencia. Before the launch, we have to be clear […]
Custom tables in the WordPress Database
In the development of projects in WordPress, it is sometimes necessary to create new tables in the WordPress database and interact with the data they contain. This can be interesting in the case of not wanting to interfere with native WordPress tables. Before generating new tables, we must meditate on the pros and cons that […]
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 […]
Creating a Gutenberg block
WordPress Block Editor. Building blocks. We are going to create a new block of dynamic content, implementing it in JavaScript. In this example, the block will be the featured image of a post and a link to that post, the user is being able to choose the post to be displayed by a search or […]
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 […]
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 […]
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 […]
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 create your website with WordPress
Creating a web page is nowadays, in a world so digitalized and global, essential for any type of business or company. It is hard to think of any company that does not need an online presence to spread its brand and business. When designing and scheduling them, there are many options, from hiring a programmer […]