How to make a site like https://gulvmaster.dk
? I want to have someone help me. Do I need to learn how to code HTML? CSS and Javascript or …?
Hi @elzandodk. You have a few options here. To build such a site, you’ll either need to
- learn HTML and CSS (and a little bit of JS if you want to do fancy, unnecessary stuff )
- find a theme (such as a WordPress theme) that does pretty much what you want.
If you want help building it, you’ll have to make a start and ask questions along the way.
A very important part of an application such as that is the database design. The database is in the server. You do not have access to the database design, or at least you should not if the website administrators are protecting it like they should.
You also need to have all the business logic (programming) that is done in the server.
That is one reason why companies prefer to do processing in the server; the programming is protected.
I think that website does not use a database, nor has any business logic done in the server. However submissions of enquiry forms will need to be forwarded as emails one way or another.
JavaScript will be needed for the calculation of estimated prices.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.