kPicasa Gallery 0.2.1 (maintenance release)

September 16th, 2009 15 Comments »

This new version fixes one very minor bug, one minor CSS annoyance and is a little bit more flexible with those with very custom installations:

  • Was not using the PHP function defined() correctly. But this is more of a cosmetic bug fix, as this wasn’t causing any trouble;
  • Removed « !important » from one of the CSS rules, as requested by Ted Thompson;
  • For those using WordPress 2.6 and higher, it now tries to use the WP_PLUGIN_URL constant, instead of hard-coding the plugins directory path. This allows people who moved the plugins directory somewhere else to use kPicasa Gallery. No impact on people who are already using kPicasa Gallery. Requested by Martin.

kPicasa Gallery 0.2.0

September 2nd, 2009 25 Comments »

Hello everyone,

I just released a new version of kPicasa Gallery. This new version brings a much requested feature, video support.

For this first release, selecting the Highslide engine will integrate the video on your site. Other engines will open a new window to the video on your Picasa account. This is because only Highslide provides an easy way to play videos in a popup.

For an example, check out the « Expérimentations » album in the demo. The last thumbnail on the page is a video.

Don’t forget to rate kPicasa Gallery on its WordPress page!

iPod Touch

May 22nd, 2009 2 Comments »

It seems I’m the last person on Earth to get an iPod. I’m still discovering how it works, but one thing’s for sure: it’s really cool.

kPicasa Gallery 0.1.9 (another maintenance release)

April 7th, 2009 No Comments »

Yet another day, yet another release.

Thanks to Jóhann Agnarsson who pointed out a bug in yesterday’s release.

This one fixes a bug where selecting anything else than 144px as the thumbnail size had the effect of showing the same image in the JavaScript popup (instead of the largest image).

I also fixed an incompatibility with the latest Highslide that I didn’t notice before.

And last but not least, I added the option of using Slimbox 2 or Thickbox as the JavaScript engine.

Thank you for understanding that I don’t have anyone to test my code before I release. I’m doing my best!

kPicasa Gallery 0.1.8 (maintenance release)

April 6th, 2009 32 Comments »

Hi everyone,

Another day, another release. This time I simply refreshed Highslide and Lightbox to their latest release.

I was about to include Slimbox but I don’t see the advantage. Lightbox uses the scriptaculous JavaScript framework, and it’s already included by default by WordPress. Okay it’s 18Kb compared to Slimbox’s 4Kb. But you have to include the whole MooTools frameworks for Slimbox 1 or jQuery for Slimbox 2, which are 63Kb and 19Kb respectively.

EDIT: I wasn’t aware that jQuery was bundled with WordPress! I’ll add Slimbox 2 as soon as I have a few minutes. I also found out that WordPress comes with Thickbox, why not add it as an option as well!

kPicasa Gallery 0.1.7

April 5th, 2009 No Comments »

Sorry everyone, I left a nasty bug in yesterday’s release. If you upgraded kPicasa but did not go in the Settings page to set your thumbnail sizes, the album thumbnail would not show. It is now fixed.

This is only an announcement, please discuss in the 0.1.6 post.

kPicasa Gallery 0.1.6

April 4th, 2009 20 Comments »

I took advantage of the bad weather outside to update kPicasa Gallery. Before proceeding any further, I would like to thank David Trattnig for his code for the thumbnail size selector and Bill Ritz for his tips on showing private albums.

Here are the new features:

  • You can now show private albums (for advanced users)
  • You can now select the thumbnail size for the album cover, and its pictures
  • Text can now be typed before and after the kPicasa output. The kPicasa call just needs to be on its own line.

Here are the instructions to display a private album:

  1. Log into your Picasa Web Albums account
  2. Find the URL of the private album you want to show. For example:
    http://picasaweb.google.com/YourPicasaUsername/TripToEurope?authkey=Gv1sRgCILA9ebdxLyZaQ
  3. In that URL, locate the album name
  4. In that same URL, locate the authkey. Please note that the authkey is 20 characters long and does NOT include the # character that might be at the end of the URL.
  5. Call kPicasa with the following syntax: KPICASA_GALLERY(TripToEurope#Gv1sRgCILA9ebdxLyZaQ)

Grado SR225

November 15th, 2008 No Comments »

Last week I bought myself my first pair of very nice headphones. After listening to the Sennheiser HD595 and HD555, beyerdynamic DT 770, Grado SR125 and SR225, I finally decided to purchase the SR225.

I felt the Sennheisers were very detailed, at first I was shocked to hear details I had never heard on Ozzy Obourne’s I Just Want You. But after about 15 minutes of listening, I felt they lacked the “punch” I was looking for.

No matter how detailed the the beyerdynamic might be, they didn’t put a grin on my face either.

Then I tried the Grado SR125 and it hit me right away – OMG the guitar is amazing on these cans!!! I listened for about 20 minutes and was amazed by the energy they output.

I went back to the store a week later to listen again to the SR125 before buying them, and I also wanted to hear the SR225 just to compare. I came to the conclusion that the SR125 were too bright, I’m pretty sure they become annoying after a while.

They forgot to update the price shown on the floor stand so they had to sell them at that price ($45 less than they were now listed at). He had trouble applying that rebate in the computer system so he called another employee and they put the wrong rebate. I ended up paying $75 less than I should have.

It’s been a VERY long time since I bought something that I love THAT much!!!

New version going well

July 28th, 2008 77 Comments »

I’m currently coding what will become 0.2.0. Like I said in an earlier post, for most of you it doesn’t change much. But this new platform will help me in the future for new features.

The main thing that bugged me about kPicasa was that I’m not sure exactly how many people enabled caching on their blog. If the built-in cache wasn’t enabled, or if they used an unknown caching system, kPicasa had to fetch data from Picasa on every single page load. In other words, it was not always optimal.

Now kPicasa will connect to Picasa once a day (or a few other periods) to get the list of all the albums and will store the data in its own cache.

Every current feature of kPicasa Gallery has been ported to this new platform. The only thing left to do is the new error handling. The main problem people are having is that their host doesn’t always allow outside connetions (to Picasa). When that happens, there’s no way kPicasa can work. I’m trying to think of something quick and simple to know right from the start if kPicasa will be able to work.

kPicasa Gallery 0.1.5 (works with WordPress 2.6.0)

July 21st, 2008 36 Comments »

I commited a new version of kPicasa that is supposed to work in WordPress 2.6.0. Let me know if you’re still having issues. There are no new features in this release.

Get it on the WordPress page

In the meantime, I’m still working on version 0.2.0, which will be a complete overhaul of the way it currently works. I’m planning to take advantage of WP-Cron which will periodically fetch everything in your Picasa account. In simple words, it be a lot easier for me to add new features in the future. Not much will change for the end user for now, but it’s a more solid base for the future.

I’m also going to gradually lock commenting on old posts, in order to only keep the current post alive.