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 […]
Web development
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.
Insert video as background or wallpaper on your website with Html5 fullscreen
Hoy en día tenemos muy de moda el poder insertar vídeos como fondo en vez de una imagen, pues bien aquí os dejo como hacerlo es muy sencillo solamente debemos preocuparnos de tener los tags de HTML5 y simplemente con estas líneas de código lo tenemos listo. Somos expertos en el diseño de páginas web […]
Equivalent to PHP’s print_r on Javascript
Well whenever I’m working with javascript and json I have the same problem … How I can make php print_r wonderful to see the whole structure of the object I’m trying to read?
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 […]