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:

Major new release of CTools, Panels and Panels Everywhere!
Posted by Merlin on Mon Jul 26, 2010 4:14 pm.The last few weeks have seen an intense flurry of work on the Panels suite of modules. Today I've rolled releases of the Panels 3.7, CTools 1.7, Panels Everywhere 1.1 and a tiny bugfix release for Tinsel 1.1. This has created a massive chunk of new features that we're hoping will push Panels even more into the mainstream by seriously extending the power available to site builders, particularly in terms of giving site administrators better options for doing their jobs without having to worry about details they've taken care of.
Looking for someone to help out
Posted by Merlin on Fri Jun 18, 2010 6:27 pm.I'm looking for someone with solid CSS skills and good photoshop skills and a strong understanding of modular design to help fix and create more style bases for Panels Stylizer. If you haven't seen it, the Stylizer lets you create re-usable styles for your panel panes and regions directly in the UI. Behind the scenes it will do image recoloring and slicing to get exactly what it needs, and cache those images in the files directory so they can be used. Right now I ship with a usable but not exactly perfectly rounded shadow box.
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.Panels! Panels Everywhere!
Posted by Merlin on Sat Jan 9, 2010 12:35 am.After over four years of working with Drupal, I have finally reached one of the major goals that I have envisioned from the beginning. Today I released the first beta of Panels Everywhere, a new module that works with Panels and Page Manager that allows you to never use the block management system again.
Fun times in IRC!
Posted by Merlin on Tue Oct 27, 2009 7:14 pm.Ahh, you gotta love IRC. Allow me to share a short edited snippet. IP addresses have been removed as well as some comments by people that are not really relevant to the conversation. The best part are the /whois results.
I'm not in any way upset about this. I think this is funny, and felt like sharing.
[20:01] *** kinesis (n=k@xx.xx.xx.xx) joined
[20:01] drupal vs joomla and why
[20:03] kinesis http://www.whitehouse.gov/
[20:03] This is an IRC chat, not google.
[20:03] thats nice
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.
Off to Paris
Posted by Merlin on Sun Aug 23, 2009 9:58 am.Heading to the airport to go to Paris shortly. DrupalCon is Sep 1-5 and it'll be fun to see a bit of Paris before that.
For the next two weeks expect no or next to no activity from me in any of my issue queues. For a week or two after we come back, don't expect much better. Post-trip trauma is always fun.
