July 16, 201115 yr Hey everyone, new here... Basically I've just designed a site, where I'm going to want to post pictures, updating pretty regularly. I'm a massively amateur coder, so was planning to code in Dreamweaver and update the pictures manually. Now I'm realising how long this will take. Does anyone have any tips on how to tag images and write the code so they will automatically be uploaded if I upload them to folder/database online? Or are there sites that will host the images for me, and I can write code to take them across? Any ideas at all? Thanks
July 17, 201115 yr What type of site is it? A blog? A gallery? You probably best off looking at Wordpress, either a free hosted account: http://wordpress.com/ or host your own: http://wordpress.org That'll give you one of the best and easiest Blogging (CMS) platforms there is. You can then concentrate your development on applying themes and widgets to your wordpress site. Alternatively, you *could* get a Flickr account and use the Flickr API to get photo's into your static HTML pages. However, it sounds to me like you absolutely require a CMS system. Edited July 17, 201115 yr by bb_matt
Create an account or sign in to comment