My Portfolio site is a mess, too many images to manage. Any recommendations on how to better display the image galleries? I do cartoons and illustrations... Also, any recommendations on how to make this profitable, like setting up a shop? Any recommendations for good portfolio sites? Thanks
Hi, Personally I'd use PHP and a database (mySQL) to hold the images and details and display the db contents at say 8 a time. A link on the page would be available as more images are added to the db and pages generated on the fly- called pagination. This obviously involves a bit of work initially but would enable your site to grow without adding gallery pages manually. Try a search for 'free image gallery' or similar to get an idea of what I'm talking about. There are some available for free that you could embed in your site without too much hassle. Hope that helps a little.