User login

Science Collaboration Framework

What is the Science Collaboration Framework (Presenting SCF)

(Note: This is not an official Science Collaboration Framework document, this is my own draft document for explaining the project, especially to people familiar with Drupal.)

Combining first and last name form fields to make a suggested preferred display name with JQuery

Names are one the annoyances of the web development world. We want to have everything be neat, to have our brilliant content management system (Drupal) take the raw data (a site participant's name) and display it as it makes sense in different contexts.

Sometimes it comes down to asking people what they prefer to be called.

Passing an argument from a block to a page with Views 6

Posting an old and embarrassing note, but this may help other hapless googlers find that the answer is right at home in their Views user interface.

Skip to the conclusion for the answer

apologies for a question that feels like support, but it is either too advanced or too simple to be documented anywhere. We have a block view that shows

where can one put custom code to run even if an argument is provided -- code to modify/transform an argument, not just provide a default if none is present?

Upgrade Subversion on Mac OS X using MacPorts

Disclaimer: I have no idea if this is the best or cleanest way to replace the svn used by Mac OS X, but it's what worked.

(I did not use this way, "Upgrade subversion client on mac osx," gridshore.nl/2008/12/21/upgrade-subversion-client-on-mac-osx/ )

Instead, I used MacPorts:

http://www.macports.org/ports.php?by=name&substr=subversion

How Google users search

books.google.com
Will let you "Find this book in my local library"
Using their deal with http://WorldCat.org

My friend, built a lot of Google's search, searches for "Patience, Grasshopper" and find nothing that explains the reference (from Kung Fu).

92% say they are good at search
66% search less than one a day

How are they confident in a complex skill

People get answers and are happy. We can make them two or three times as happy.

We count on many searches being simple.

DHTML suggestion

Siavash: If you brought in the DHTMLX package, it would help a lot of these things.

Resolution

Form User Interface for very large taxonomy trees with multiple select

We have a tricky user interface problem for taxonomy.

We have a very large hierarchical vocabulary, and multiple terms can be selected.

Currently the tree is much too large to reasonably navigate and control-click, control-click the terms one-by-one without a disastrous mistake

As it stands now SCF's project manager would prefer a type-ahead completion like free tagging terms get.

Trying: http://drupal.org/project/hierarchical_select

RDF options in Drupal

Ask Agaric, from a semantic web mailing list:

I need to redo a few websites I've been totally neglecting and obviously wanted to to have RDF support in the software. Does anyone have opinions on which sort of Wiki or CMS system has either good plugins or built in support for metadata management and embedding? I've been looking at Drupal and Mediawiki so far. My hosting service doesn't support anything well except PHP based systems, which is a shame as I really don't like PHP.

Opinions? Experiences?

Loading included files the Drupal way

The usual PHP functions include, require, include_once, and require_once should not be used in Drupal to load files from modules that aren't your own. Instead, use module_load_include():

http://api.drupal.org/api/function/module_load_include/6

See also http://api.drupal.org/api/function/drupal_load/6

Agaric wants Programmatic CCK field addition

When you add shared fields, CCK loads all the input widget and display formatter settings, which is awesome.

Agaric wants to go still farther in automation, and be able to add and update fields across multiple content types with a single form submission.

Resolution

Syndicate content