Blog: Website development

WordPress – Extending the NextGEN Gallery plugin

Website development
Wordpress

I have been using the NextGen Gallery plugin for WordPress to handle image galleries. The admin interface is easy to use, even for my clients. Unfortunately the plugin outputs the images into Flash movie, which I wasn’t happy with- so I’ve written code to output the images into a Javascript scroller, which is far more customisable. I can change the next/previous image buttons to suit the style of the website, and I can add a number or thumbnail for each image if I wish.

Read the rest of this entry »


New website for Working Group goes live

News
Website design
Website development

I originally designed the website for Working Group five years ago, as one of my first freelance projects. The original website was built with Flash in order to offer an unrestricted font choice and provide simple fade effects.

wg1

Old website - homepage

Read the rest of this entry »


Convert Flickr metadata to Adobe Lightroom or Photoshop presets

Flickr
Photography
Website development

Flickr allows photo metadata to be shown with each photo. The metadata contains shooting information about the photo- eg shutter speed, aperture etc. It can also contain the RAW conversion settings used to process the original RAW photo file. Therefore it’s possible to copy across the settings into your own Lightroom or Photoshop presets to create a similar ‘look’ for your own photos.

metadata

After quickly getting tired of copying settings across manually, I developed a tool which will output a Lightroom or Photoshop preset file based on the metadata found for that Flickr photo. Simply enter the full URL of the photo into the tool below and you’re away!

It is limited to photos which have metadata publicly available. Also custom point tone curve information isn’t converted- as the Flickr metadata page unfortunately doesn’t show all it.

Let me know if you have any suggestions or find any bugs. If you find it useful and have a website, please link to this blog post.

Photo URL: (eg: http://www.flickr.com/photos/joesmalley/3722015814/ )


Output:



UPDATE 05/05/2010: Flickr doesn’t show the processing settings on their metadata page anymore – so unfortunately this converter won’t work any longer. Hope you enjoyed it whilst you had time to use it. Since it’s creation it’s done 3962 conversions!


Flickr API website integration

Flickr
Tutorials
Website development

I’ll be using this blog to give a number of web design and development tutorials and tips. Today i’m going to explain how to pull your photos from Flickr onto your website, like on my homepage. If you already have a WordPress website you can use the Flickr Widget to do the hard work for you. If you don’t, or wish to customise how your Flickr photos are displayed, read on…

Flickr API integration on my website

Flickr API integration on my (now old) website

Read the rest of this entry »