How is this site made?

Design is one thing. Functionality is another thing. For sure you can design it, it's not that difficult, but it won't work without JavaScript code.
 
Design is one thing. Functionality is another thing. For sure you can design it, it's not that difficult, but it won't work without JavaScript code.
Can you give me some advice? Should I learn php or javascript to build such features in WordPress? If you can guide me, I would like the customer to implement whatever they want from me on the site
 
I'd really rather study jS more than PHP until I know what my websites functions are going to be..

w3schools + CodeCanyon/ThemeForest to study though @OP
 
Design is one thing. Functionality is another thing. For sure you can design it, it's not that difficult, but it won't work without JavaScript code.
It's all about javascript...
Why what makes javascript so special for this project?

Cheers
 
Why what makes javascript so special for this project?

Cheers
It's front-end functionality. Users interact with the user interface. That's why you need javascript.
PHP is a server-side language for processing requests, rendering page, making database queries, which is not primarily required here.
 
Back
Top