Picasa Albums v1.0.6 is on github.com

July 23, 2011 Posted in: Picasa Albums, Projects

Picasa Albums v1.0.6 is on github.com and awaits for some brave souls to take a it for a test drive. New version contains fixes for Fancybox's issue submitted on github.com and thumbnail issue I found. v1.0.6 introduces 2 new features hooks and custom url.

Download v1.0.6 from github.com. and/or get details after the break.

 

Where IN Query Using Codeigniter MongoDB Library

July 20, 2011 Posted in: Side Notes
Thanks to Alex Bilbie we all have simple way of integrating new MongoDB data store into Codeigniter applications. Thank you Alex and all others who contributed. Library lets you easily create complex where clause without touching MongoDB syntax. Unfortunately IN (and I imagine NIN and some other statements) are not translated correctly. Specificaly proble surfaces when you try to query documents by _id. It looks like there is an open issue on bitbucket.org, but page never loads for me. If it works for you and it has fix, you can stop reading.