But what is it good for?

Posts tagged with: smugmug

SmugMug Media Silo Plugin 1.0 Now Available

Well, folks, it's taken a long time but I can now finally and proudly announce that my SmugMug Media Silo plugin for Habari is now available for download. The SmugMug Media Silo plugin implements a Habari media silo to access your SmugMug photos making it easy to insert images into posts and pages. You can also upload images directly to SmugMug from the Habari admin interface. You can find more details on what this plugin can do, and download it from the project page. If you encounter any problems, please feel free to let me know in this post and... Continue reading ►

Links for 12 Oct 2008 - 14 Oct 2008

Links of interest for 12 Oct 2008 - 14 Oct 2008: ZFS & MySQL/InnoDB Compression Update - Real world ZFS & MySQL compression testing from the guys at SmugMug. Success with OpenSolaris + ZFS + MySQL in production! - Woohooo!!!! Another happy OpenSolaris + ZFS customer. Nice one Don. NetApp faces Sun lawsuit loss - Looks like NetApp's patents are falling apart. BT's 21st Century network, er... isn't - I guess the UK will be last on the IPv6 bandwagon :-( Cloud computing is a trap, warns GNU founder - I have my own reservations about "cloud computing", some of... Continue reading ►

Links for 18 Sep 2008 - 24 Sep 2008

Links of interest for 18 Sep 2008 - 24 Sep 2008: Larry Augustin's Weblog: Commercial Open Source in Europe Verses the US - Great analysis and I think Larry's pretty much hit the nail on the head based on my experience with open source projects I've been involved in. Flagday: PowerTOP for OpenSolaris at OpenSolaris.org - Oooo, another useful tool for OpenSolaris. Now you'll be able to see how well the system is taking advantage of the CPU's power managment features. Sun: OpenSolaris 'pretty freaking amazing' - OpenSolaris is picking up momentum. Flagday: x86 Fast Reboot at OpenSolaris.org - Now... Continue reading ►

phpSmug 1.0.10 and 1.1.7 Now Available

I've had a busy couple of afternoons quashing bugs and enhancing phpSmug further. This release sees the re-introduction of anonymous method call caching (Ticket #18), enableCache() now checks cache directory is writeable (Ticket #19), die_on_error is now acknowledged consistently. If die_on_error is NOT set, it's up to the application developer to check getErrorCode and getErrorMessage after each method call. (Ticket #20), I've added clearCache() function to easily empty the cache. (Ticket #22) and I've Stopped caching the results of failed method calls when die_on_error is set. (Ticket #23).

phpSmug 1.0.9 Now Available

Fixed a tiny typo I made by including an extra "}" in phpSmug (line 203) (Ticket #17). This has been removed in phpSmug 1.0.9.

phpSmug 1.0.7 and 1.1.5 Now Available

I forgot to take into account the ImageKey returned by image_upload() and image_uploadFromURL(), and AlbumKey returned by album_create(). As of rev 1.0.7/1.1.5, these functions now return an array holding the ID and key. Thanks to devbobo for pointing this out so quickly.

phpSmug 1.0.5 and 1.1.3 Now Available

I've been meaning to sort this out for ages, but completely forgot. Thankfully b-root reminded me by logging Ticket #14. phpSmug (as of rev 1.0.5 and 1.1.3) now uses SSL/HTTPS for all login.with* methods to ensure login information is not sent across the wire in the clear.
Top