Monthly Archives: December 2010

Customize Photodropper images

Me and *This* Army

Creative Commons License photo credit: EJP Photo

Photodropper is an excellent plugin that lets you find creative-commons photos in Flickr and add them to your posts.

On my blog, I use those images only to display at the top left of the post. If you like the way the images look here, you might want to make the following change to the plugin, so that it creates the right code (and not center the photo automatically).
Continue reading

Display a generated PDF from within Spring webflow

Not just a pretty face..

Creative Commons License photo credit: law_keven

In a recent Spring webflow project, I had a requirement to generate a PDF on the fly and display it as part of a web page.
The containing web page is part of a Spring webflow, and the PDF generation service already exists.

After some poking around, I came up with the simplest solution ever: Spring MVC…
Continue reading