ImageAPI 1.0 - RC2 with ImageMagick support is out...

ImageMagick support has been a release blocker on this module for me. My attempts at using the Imagick extension failed, and I finally broke down and wrote the imageapi_imagemagick module, and it needs testing.

If you have a working imagecache 2.x installation or use imagecache 1.x with imagemagick I would appreciate some testing. I suggest using imagecache HEAD with the imageAPI 1.0 RC 2.

Aspiring Developers, GeoLocation Module wants you!

What is GeoLocation module?
For OSCMS, over a year ago, I wrote a module called geolocation as an example CCK field. It has languished in CVS for quite a while, I finally set up a project for it today, and I'm looking for a co-maintainer.

DrupalCampNYC 4 gives ImageCache 1.x some loving...

I had a great time at DrupalCampNYC....

I stuck myself in the Hack Shack, where I should probably keep myself as jaded as I've been lately. Ate me some tasty Bagels and got to help a few folks out... I even gave a presentation on workflow in Drupal 5 (Yes I occasionally show for my sessions.).

DrupalCampNYC 4 vs DrupalCon 2008

Hooray, we're about 2 weeks away from DrupalCampNYC 4.

I sorta had a good time at DrupalCon 2008. If it weren't for the overpriced convention center, marketing sermons slyly disguised as sessions, stale presentations that I've seen a few times now, and inflated attendant pricing, I would say it was awesome. I don't think I'll be attending another DrupalCon unless it's an excuse to expense a trip to Europe.

Flex and Adobe's bad example...

We develop flash and flex front ends at Eighty Elements. I'm primarily a server side developer, and I decided to start teaching myself flex so I can better communicate and understand the work our front end guys do. After a long session of trying to get past the 'Flex Hype Machine', I finally found Adobe's developer connection site and their getting started tutorials. I started at coding with mxml and actionscript.

A Drupal MultiMedia Panel...

I seem to have gotten myself involved in a Drupal Multimedia Panel with Nate Huag, James Walkah, and Aaron Winborn. All of whom have contributed greatly to multimedia handling in Drupal.

Lighttpd + Drupal + Imagecache....

I have a client whose sysadmin is adamant about using Lighttpd as a webserver, whose site also uses imagecache.

There are some major differences in Lighttpd's rewrite system compared to Apache's rewrite system. The difference that is most important is the lack of the file exists check provided by the -f flag to apache's rewrite conditions.

Canon 40D Fund

I really want a prosumer camera, something I can take beautiful pictures with. I've spent the last few years of my life working on image management and media tools for others. I'd really love to get to leverage my tools myself more often. So I'm asking the world to help me get a Canon 40D for my birthday. I'm kind of shy about, but i've put in many hours on imagefield, imagecache, filefield, imageapi, derivative, and transformer.

Drupal and __autoload

Crell published some interesting benchmarks in 'Benchmarking magic'. He mentions the overhead of loading and parsing in PHP being a big bottle neck in the comments. My current project uses a few classes that kind of clutter the .module and aren't always used. Having PHP magic functions on the mind I immediately started thinking about __autoload and Drupal.

OO, Media, and Method Overloading...

I'm not a big fan of OO development. I think the OO approach is poor for readability and code comprehension. However, it does make for great black boxes. I really appreciate OO for encapsulating executable code. I recently wrote a module called ImageAPI for drupal that encapsulates Images in an object with a procedural interface for manipulating the Images stored in the objects. Later I wrote a wrapper around FFmpeg and took it a step further and replaced the procedural interface with methods.

There were a few problems this nicely encapsulated.

    Pages

    Subscribe to darrelopry.com RSS