User login

Fragment

Lighter weight biblio_load_contributors

Somehow I wrote the explanatory text for the function twice. It seems far too much for a small function so we're pulling out the philosophy and putting it here, for now.

Adding Drupal profile as a git submodule (terminal dump)

Not sure about this approach, let alone the documentation.

git add modules/
cd ../../../
git add .gitmodules drupal/profiles/imcdrupal/

cd drupal/profiles/imcdrupal/

git status

git commit -m "added the imc alba modules, and fckeditor (and the fckeditor third party download)"

git push

cd ../../../

git add drupal/profiles/imcdrupal/

git commit -m "With imc alba profile and modules"

Resolution

The Drupal way, in a sentence

On IRC #drupal:

webchick: What I would rather do is pimp out trigger module so we could do that kind of stuff just through configuring some actions

Resolution

DrupalCampNYC5 final random notes

San Francisco
semantic library
Plos

looking for developers

open library project

(Then later at the bar PLOS was mentioned again by ....)

*****

for a description of visual photos

tagging photos

someone writes New York

take all these options and make one unified thing

one word or two word or underscore

http://drupal.org/project/autotag

categorizing what color is on a picture

Notes on the Taxonomy Code Sprint to turn into a Drupal planet post soon enough

http://drupal.org/project/cmt

the better taxonomy is under the hood, the better it will be for crazy community-empowering stuff like that

Resolution

Figuring out the HTML code to generate and the CSS to use for placing CCK fields in the corners of a textfield

Text outputs as:

<div class="field field-type-text field-field-featured-product-desc"><div class="field-items"><div class="field-item"><p>win win win</p>
</div></div>

Image outputs as:

Gathering the data needed to abuse field formatters-- disable and combine and change per node settings set by user

For old times sake... this is one of the last outputs like this before I use a properly integrated development environment, Eclipse PDT (for PHP) with xdebug, which will show all the variables without the Drupal set messaging and such.

Field_placement displaying using CCK field formatters

This is the point where after more blocks and bloopers than I care to admit that we should finally have all the data we need.

Before I try to output any of it though.

The below function produces the below drupal_set_message (dsm using devel) output:

Too-true Typo of the Week: the wanders of unit testing

The too-true typo of the week, from Kyle Mathews' Unit Testing Success Story:

The Lullabot crew had a recent podcast on the wanders of unit testing.

The wanders, indeed.

Resolution

Syndicate content