April 7, 201313 yr 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?
April 7, 201313 yr Welcome to the forums! If they are big images, I would redirect them to a new page. Unless you make it so that the image loads upon the results, all of the images listed before their plan will need to load before theirs is displayed, which can make some long load times.
April 8, 201313 yr loading all the images is a waste of time for the user, and building 18 pages is a waste of time for you Use a dynamic page what will dinamically load the image linked to the result of the test, it's the best way to handle your issue.
April 17, 201313 yr Wellcome bro, bro use google and photoshop your problem well be nothing resize images
Create an account or sign in to comment