Ask HN: When should I use static website? I am trying to build a website showing the available cars for rent. Should I build a static or dynamic website? |
Ask HN: When should I use static website? I am trying to build a website showing the available cars for rent. Should I build a static or dynamic website? |
- How often do you change the available cars?
- Is there a registration for something? (newsletter apart, can your users save a car for later?)
- who will do the actual modifications? How easy for this person to change what (s)he has to change?
- From where do you perform the modifications?
Personally, I like to go with dynamic websites most of the time. I have templates to help me get going fast and if I ever need to implement some dynamic functionality I can just extend the existing implementation.