Like most well formed websites, WVUR wants to add more graphics to their pages. Jeremy came up with a way to grab a random picture from the SourceStock image folder, which is working quite well. One issue with the site, or rather valpo’s server in general, is that you can’t see the files you upload until an even hour. For example, if you upload a picture, it will be uploaded right away, but it won’t go to the live site until 4, 6, 8, 10 pm. If you upload a picture at 4:05, you have to wait until 6 until the stage loads it. However, the CMS runs on MySQL, which is an ever refreshing database, so if we write a blog and the picture we want is already live on our server or another server (aka Flickr), the picture will show up right away.
On a whim, I suggested that we set up a Flickr account for WVUR and just upload pictures there. Jeremy wondered how easy it would be to have everyone upload, though. Whenever you introduce another feature, it shouldn’t require a new login or page to go to, that’s just a simple rule. Jeremy, on a whim, wondered if Joomla, the CMS we use for WVUR, made an component that would allow upload to Flickr. We couldn’t find one in the twenty minutes we spent looking, but we did find a PHP script that would do the exact same thing. Sweet! If that turns out to be a hassle, we could always just make a page that has Flickr in a “frame” (technically a wrapper) on the WVUR page.
What does this mean for our audience? More pictures, and faster! Woo!