Just checked a new feature into Panels 3 -dev
Posted by Merlin on Mon Aug 23, 2010 2:52 pm.I think the pictures speak for themselves on this one.
Select:

Configure:

Preview:

On Joining IO1
Posted by Merlin on Mon Mar 29, 2010 9:29 am.Last Friday, my time at Sony Music came to an end. The end wasn't abrupt, I had several weeks to prepare, but the top level of the group I worked in decided that it was time to end remote development and bring everybody in-house. They offered full relocation to New York which would allow me to keep my position, but I love the Bay Area too much. I did give serious thought to the idea of moving, because working with Sony Music has been great. But it does not match my current personal goals to leave here.
What should I call a Panels Everywhere Distribution
Posted by Merlin on Wed Feb 3, 2010 3:59 pm.CTools presentation slides and example code
Posted by Merlin on Fri Sep 4, 2009 12:27 am.Slides: http://www.slideshare.net/merlinofchaos/the-chaos-tools-suite
This is the modal test module. You can create the .info file that goes with it.
<?php
/**
* Implementation of hook_menu().
*/
function modal_test_menu() {
$items = array();
$items['modal_test'] = array(
'title' => 'Modal test',
'access callback' => TRUE,
'page callback' => 'modal_test_page',
);
$items['modal_test/form'] = array(
'title' => 'AJAX modal dialog',
'access callback' => TRUE,
'page callback' => 'modal_test_popup',
'type' => MENU_CALLBACK,
);
An observation about Designers versus Developers
Posted by Merlin on Fri Aug 28, 2009 3:48 am.Apparently I've been sort of ignoring an increased friction between Drupal designers and developers the last few days. Not that I don't know it's there, I'm right up in the forefront of that friction, feeling fairly regularly told what to do by people who I feel aren't fully informed as to why I created things the way I did. And most often I don't react well to this, and I cause more friction than I really should. But this isn't just about me. That friction is there and it's all around.
One minor clarification on yesterday's post
Posted by Merlin on Tue Jun 16, 2009 9:19 am.I turned off comments on yesterday's post because it doesn't need to turn into a flame-war or a love-fest, and I apologize to all who feel the burning need to comment and cannot. I'll go ahead and leave comments on this post open, but I will aggressively delete comments that bait, flame, or are simply "I love you, man" comments. I'm not looking for flames, nor an ego-boost here. I've got a gripe and I needed to get that off my chest or I would continue burning with it for days.
Panels 3 approaching beta
Posted by Merlin on Mon Apr 20, 2009 4:31 pm.It's that time, and Panels 3 is finally getting close to beta. I have two major pieces of work to finish up (a proper preview widget and the upgrade path from Panels 5) and then I will release the first beta. I expect the first beta to be relatively unstable in terms of the features being buggy, but finally the API should be more or less stable, other than last minute fixes to get everything consistent with each other.
Flying again!
Posted by Merlin on Mon Mar 2, 2009 1:14 am.It seems I don't update this blog nearly as much as I once did, but as always, these things are cyclical. Soon enough I'll have both something to say, the time to say it, and the inspiration to put it into words. Until that time happens, however, I leave you this: Tomorrow morning I am going to DrupalCon DC. I have no presentations to give, this time, so for a change I am simply going as an attendee and more or less to be social. I'll be in the area for about a week after the con, so I won't be returning home until the 14th. Hopefully the place won't burn down in the meantime.
I've got the Ways and Means to New Orleans
Posted by Merlin on Fri Dec 5, 2008 11:59 pm.Tomorrow I get on a plane to fly to New Orleans to enjoy a few days before the Do It With Drupal seminar, where I'll be speaking about Views and hoping not to embarass myself too much. And try to figure out how I'm going to get all the work done that I have to do before the end of the year. Still, I've never been to New Orleans, so it should be fun.
Views turns 3 years old
Posted by Merlin on Tue Nov 25, 2008 1:07 pm.Completely by happenstance, I just discovered that they very first commit for Views was three years ago today. Technically Views is either a little older or a little younger than that, depending upon how you look at it; about a week before I had posted the code to a forum post on drupal.org to request comments, though the code itself was hosted on my server and that particular setup has long since been changed to something else.
