I run a dog adoption website, where different dogs from across the states are listed who need rescue/adoption. The main adoption page consists of a table with the animals listed vertically. A thumbnail picture of each animal is displayed on the far left, and next to that is the animal’s name, gender, location, etc, and a box that users can expand or collapse to view the animal’s description. Clicking the thumbnail brings up a seperate window with bigger/more pics of the animal.
All of the above I code by hand. Whenever I have to add a new animal to the list, everything from the new table row to the script for the dropdown description, and the page with extra pictures, it all has to be written up by hand in notepad. In the end, it can take up to half an hour to add a single animal to the sites adoption list. It’s become so time-consuming I have had to pull the site down because I just didn’t have the time to maintain it anymore.
There has to be an easier way! There must be some program out there that can be taught to generate all that stuff automatically. Ideally, I could just input the animals vital information and pictures, click “add”, and voila, it would be added to the list! Ideas anyone? Im not sure where to start looking.