About

7mb

ssc2005-23a1.jpg
by Dan
Posted on Fri, 2008-05-23 22:04
in

clouds1

gpw-20050129-NASA-GPN-2000-001358-clouds-launch-Space-Shuttle-Columbia-STS-2-Florida-19811112-medium.jpg
by Dan
Posted on Fri, 2008-05-23 22:02
in

astro

astroShockLarge.jpg
by Dan
Posted on Fri, 2008-05-23 22:01
in

carina

carina_hst_big.jpg
by Dan
Posted on Fri, 2008-05-23 22:00
in

Pillars of Creation

Pillars of Creation.jpg
by Dan
Posted on Fri, 2008-05-23 21:59
in

About Graphic 1

sunrise.jpg
by Dan
Posted on Tue, 2008-05-20 11:56
in

Checking out your contributed module from CVS to work on it more

Description & Info: 

cvs -z6 -d:pserver:agaric@cvs.drupal.org:/cvs/drupal-contrib checkout -d term_message contributions/modules/term_message

This was a module with a dead head, so I also had to do this (I could have put the -r DRUPAL-5 into the above command immediately after the checkout).

Ebony-II:term_message ben$ cvs update -dP -r DRUPAL-5
cvs update: Updating .
U term_message.info

by Benjamin Melançon
Posted on Mon, 2008-05-05 15:04
in

Adding content that will appear in the perfect spot

Description & Info: 

Because skilled web developers set it up that way.

by Benjamin Melançon
Posted on Thu, 2008-04-24 14:37
in

Agaric wants easy listing of a site's enabled Drupal modules including missing modules

Key words and phrases: 
drupal list enabled modules drupal module generate list enabled modules drupal devel show enabled modules drupal site recipe modules drupal list modules used module listing enabled_modules module_list list_modules Modules used on this site Here is the current list of major modules in use on this site complete site recipe
Description & Info: 

Agaric wants our sites to generate a list of enabled modules.

Update: So we made an enabled modules module.

We want each enabled module to be listed even if the module code isn't there. This is convenient when moving messy sites.

by Benjamin Melançon
Posted on Wed, 2008-04-09 11:45
in

phptemplate callback result when given $form directly

Description & Info: 

Background research that was eventually distilled into:
http://agaricdesign.com/note/how-theme-drupal-form

What we gave, $form:

<?php
function phptemplate_user_register($form) {
   
drupal_set_message('<pre>'.print_r($form,TRUE).'</pre>');
    return
$output;
}
?>

svn commit -m "bio module i'm through with you, phptemplate form theme let's see what you can do"

Array
(
by Benjamin Melançon
Posted on Sat, 2008-03-15 19:34
in