1. WordPress: thumbnail resized images look fadded

    December 19, 2009 by jerome

    * just came (again) across an issue spotted some times ago we didn’t solve at that time – if you don’t know what we are talking about you might like to read this post: On WordPress image resizing that explains visually the issue:

    When using the auto generated images from wordpress, they are completely desatured compared to the original uploaded images.

    The only way we found was to actually use images without any profile. You will have to edit your images in your favourites image editing software without any profile.
    Photoshop users: Edit > Assign Profile > Don’t Color Manage This Document > Ok

    Profiles are used to optimise image according to the medium they are displayed with.
    Wordpress use imagecopyresampled from the PHP GD Library to generate the thumbnails (thumb, medium, large). GD is a sort of library that extends PHP language and allow it to manipulate image data in a simple way; unfortunately GD does not support profiles and any profile submited within an image will not only be ignored but also discarded.

    ** i would happilly receive any recommendation for image editing alternative on OSX, eventually open source (dont tell me Gimp) and procedure to discard profiles…

    *** the Images look faded topic on WP forum being closed, we thought it might be helpful to someone else…


  2. Bits and pieces: Electronic Presence Logs (1)

    December 5, 2009 by jerome

    * the idea of this logging application is to gather in one single place all activities around a website and represent them so that it highlights positive and negative relationships: publishing of post/page, use of twitter, facebook, mailinglist, etc. in order to be able to monitor and analyse an electronic presence, the traffic influence online activities are having – what are the other aspects that could be monitored? Beside the AdminLog plugin being developped, a few notes and interesting thing found during researches:

    Realtime Monitoring seems to be essential – that’s one of the downside of using Google Analytics. At the same time, the realtime aspects might create a curtain in front of the bigger picture of a larger time scale for monitoring activities.

    Google Analytics has an API
    most certainly useful to gather more data beside the realtime echniques we are already using.
    http://code.google.com/apis/analytics/
    http://code.google.com/apis/analytics/docs/gdata/gdataLibraries.html

    Google Analytics released Intelligence; their new automatic alert system.
    the system automatically draw attention to unexpected events, based on re-occurences of values. If the bounce rate suddenly is sky rocketting, the system will notice the alteration in the pattern and trigger an alert. Their custom alerting system lets admins set custom alerts parameters; but i haven’t been succesful so far with it…

    Conversion rate
    conversion rate is the ratio of visitors who convert casual content views or website visits into desired actions based on subtle or direct requests (Wikipedia: Conversion Rate)
    Wat are the relevant actions? So far, for DMO i have been considering the following actions as being relevant:
    Add to cart, Checkout, Mailinglist subscription, Twitter follow

    The new facebook privacy system seems to introduce stats f consultation – ?

    Flickr has a nice but limited statistics tool; interesting to monitor and glue with the Google data on referrer to monitor the conversion from Flickr. API?
    http://www.flickr.com/services/api/flickr.activity.userPhotos.html