Hi, I’m looking for a specialist in the above. What needs to be done is the following:
A need a website which will show 3 images. The URL’s to these images will be stored in a mySQL database. However, there will be 1000s of combinations of these 3 images (and therefore 1000s of URLs stored in the mysql database).
I want the user to be able to control the appearance of these images using a YUI slider. What I mean is if the user scrolls I want new images to load on to the website (via JS, php from the mysql table). The YUI slider needs to be done in such a way that its range is altered depending on how many images there are in the database (ie if there are only 5 the slider should have a range of 1-5 and if there are a 1000 the slider should have a range of 1 – 1000. This should be automatic).