Just checked a new feature into Panels 3 -dev

I think the pictures speak for themselves on this one.

Select:
Image of selecting a row style.

Configure:
Image of configuring a row style.

Preview:
Previewing a row style.

On Joining IO1

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

Panelr
16% (27 votes)
Panelicious
18% (30 votes)
DruPanels
13% (21 votes)
Droplets
12% (20 votes)
Paneltastic
7% (11 votes)
Panoply
34% (57 votes)
Total votes: 166

CTools presentation slides and example code

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

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

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

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!

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

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

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.

2 3 4 5 ... 10 13
Page 1>>