Hi it is my first post here so I hope I am doing everything right. I would like to say Hi to everybody on this occasion.
I am developing a vb net website and I do have a question.
In my project customer goes through the registration process where he answers questions about his age, weight, etc...
Depending on his answers I am asigning to him a fitness plan and a meal plan to loose weight. There is 18 possibilities of fitness plan.
I am storing each plan as an image. And the question is:
Do I store all the 18 images on one page and make visible the one customer needs to see?
Or
Do I create 18 new web pages each storing one image and redirecting customer to the one he needs to see?
My question is about what is the better approach in terms of speed, redundancy, proffesionalizm etc.. as I do now how to do both.
Hope I explained it good
Please tell me what do you think?