User login

Public

Must invoke 'settings' with Drupal add javascript function to have base path and such available

[not sure this works, actually, but this code as is seems to]

Called in ucmenucart.module

This is ucmenucart.js

Through the Ubercart payment details rabbit hole

To program you have to crawl on your belly through a maze in a dark mine shaft memorizing all the turns until you find the problem, grope at it with your hands until you understand what's broken, back out slowly, and get the tool to fix it. Then you have to remember how you crawled in there to begin with.

Robert Douglass

XML Schemas for Drupal configuration

Stefan brought up the desirability of defined XML schemas for Drupal configuration, and the niceness of autocomplete XML-aware editors could then provide.

Patterns module would appear to be the closest to providing this: http://drupal.org/node/353654

There is some conflict though, we think, between auto-generating and hand-editing XML (or any other) configuration files; changes should come from one source.

Drupal Hooks: A Brief Introduction

Hooks in Drupal are a way of triggering code to run based on naming convention.

This simple and powerful system is a key way in which you or other developers can extend Drupal.

http://api.drupal.org/api/group/hooks/7

AJAX mini Ubercart shopping cart (icon only) as solution allowing Boost static page caching

We made a module for that.

Stole from:
http://drupal.org/project/uc_ajax_cart

Report back to:

Solution to anonymous cart caching?
http://drupal.org/node/463602

Cart block always starts a session
http://drupal.org/node/377798

MarkItUp HTML markup for textareas using JQuery with Drupal WYSIWYG API integration

http://markitup.jaysalvat.com/

Note that it is happily not a What You See Is What You Get attempt; it is an aid to putting in HTML / xhtml markup.

This is especially of interest if http://drupal.org/project/bueditor does not get integrated with WYSIWYG API: http://drupal.org/node/429684

Syndicate content