O
O
Oleg2017-01-24 00:25:11
PHP
Oleg, 2017-01-24 00:25:11

What is the best way to parse such a directory?

Good time.
It is necessary to parse the oma.by catalog and enter it into the database.
I rarely encountered parsers and not so difficult.
You need to tighten the filters somehow.
What is the best use for this

  1. Node.js
    • cheerio
    • html parser
    • jsdom

  2. PHP
    • phpQuery
    • Simple HTML Dom

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kulaeff, 2017-08-06
@kulaeff

We follow the link, open the F12 inspector and see that there are 2 hero__back layers that have background-image. In this case, as you rightly noted, one layer is static, and the other is applied transform: translate3d() rotate3d()depending on the position of the mouse cursor.

L
Lenar Shaidullin, 2017-08-06
@lenars

You can do it through parallax, through layers you make 2-3 images and overlay them on top of each other, then you already look and adjust the movement for yourself. Everything is described here in the documentation: matthew.wagerfield.com/parallax involve a designer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question