User login

note

Removing the bubbletimer sample node stubborn remnant after uninstalling the module

Bubbletimer module unfortunately did not work out, possibly due more to our server configuration at the time, but i didn't have time to investigate, so i sent $20 for the year to Bubbletimer.com. Note to self: offer a decade-worth of payments to developers of the Drupal module.

SELECT type, name, module, locked FROM node_type;

Vim snippets with SnipMate for PHP and Drupal

See also: http://nvie.com/posts/how-i-boosted-my-vim/


git clone git://github.com/msanders/snipmate.vim.git
cd snipmate.vim
cp -R * ~/.vim

vi ~/.virmrc (v ~/customhome/.vimrc-agaric for me.)

:filetype plugin on
:helptags ~/.vim/doc

Agaric description of services for Drupal.org

Agaric makes powerful web sites for people who do things. As a collective of skilled workers, Agaric works with you and open source free software communities to develop tools and build platforms that meet your needs.

Drupal is the world of code and community we choose to inhabit fully: to build sites with, to consult on, to share knowledge about, to contribute extensions and improvements to, and to end sentences with prepositions for.

Xray module visualization notes

Visualize plugin will be great for graphs (like what percentage of nodes on a site are each node type)

CSS for Forms: Formalize

Makes forms display somewhat consistently across browsers and operating systems, without making them too different / unexpected.

The key file:

http://github.com/nathansmith/formalize/blob/master/assets/stylesheets/formalize.css

About:

Building up a team

http://www.thehackerchickblog.com/2010/09/how-to-create-a-kick-ass-team.html

Team Unanimity: She describes, essentially, consensus decision-making. Thumbs up for yes, thumbs down for no, thumbs sideways for ok i don't like it but i won't veto it.

Syndicate content