Posts

Showing posts with the label mobile devices

Implementing Adaptive Images

Images on websites can be adapted to both the screen resolution of the device for correct display on mobile devices and for high DPI screens for more detailed display. There are several options for implementing adaptive images, which are used by experts web agency WebiProg , to create websites on various platforms. The easiest way to implement adaptive images. In the simplest case, it is sufficient to use images that are either of the same size as the area they will occupy, or several times larger than this area, if adaptation to high DPI screens is required. The images in this case are proportionally scaled by means of CSS. The disadvantage of this method is the high volume of traffic necessary to load a page with a lot of full-color images (images with a small number of colors are usually compact enough even in high resolution). A flexible way to implement adaptive images with processing on the frontend. Using JS, we can find out the size of the viewport and the D...

Development of e-commerce.

Image
It is worth noting that e-commerce has rapidly developed within the framework of classical social networks. From sales directly to the pages of networks or application stores before integrating marketplaces into social networks. This is an increasing trend of the past few years. E-commerce becomes social, when people influence other people to buy, consciously or unconsciously. The trend can be traced from simple mechanics in the integration of social networks with online shopping sites (entry through social networks, widgets, like and share) to the socialization of the online stores themselves and the use of data received in social networks for personalization. In the next few years, we will see the emergence of new types of projects, which will be a mix of online stores and social networks. At the expense of which leading countries is this happening and what features are there in each of the markets? №1 - China The volume of the e-commerce market is $ 562.66 billion. 33% of pu...