User login

note

OpenCalais on the command line

Erik Sundelof recommends experimenting with <a http://opencalais.org/">Calais via the command line.

Ruby

gem calais

Then can create code with the queries you need.

Get 50,000 queries a day with their personal account, but each query has a wealth of information you can dive into deeper. Maybe even getting related information within the same query?

Anyhow, cool.

The Problem with Salesforce: API access not available to all clients

Allow API Access for Professional Edition - Charge for Usage

There are many PE users like myself that only need API access and not the other features of Enterprise Edition. Most API services for other companies are free or are charged on a usage basis. During the last session of Dreamforce this idea was brought up and many people seemed interested.

on 'developerforce'

My comment:

Drupal 7 Advanced AJAX Tips and Tricks, presentation by Earl Miles at BADcamp2010

Slides and code:
http://www.angrydonuts.com/drupal-7-advanced-ajax-tips-and-tricks

Drupal 7 combined the existing system with one Earl wrote for CTools.

Not covering form today (#ajax). Earl doesn't like

How you build an AJAX request and what that means.

How do you respond to an AJAX request: server-side, PHP code. 'delivery callback'

Drupal 7 alpha to beta upgrade error

but... wasn't that a userreference field? Which is now disabled?

Um... in any case, editing the field on the content type (i think, failed to complete this note when started a week or so ago) made it work.

Page Rendering in Drupal 7 presentation, Moshe Weitzman, transcript

Page Rendering in Drupal 7, presentation by Moshe Weitzman at DrupalCon Paris 2009. Transcript.

Changes you can make with this rendering system that was hard with D6 but trivial in D7.

Hally Turner's The Business of Drupal: How to Get Started and Build Your Drupal Empire

recommended:
Liza Kindred
Jeannie Finks
Jingsheng Wang, Great Brewers, Beercloud app

George Matthes, Digital Rhino

Pick one thing that you kick ass at. Stick to that one thing, own that one thing, be the best at that one good thing. Focus on what you're good at, and what you're not good at, outsource.

DigitalRhino: We are dev. We don't pretend to be design or anything else.

Delegation. Don't be afraid to give it up, let it go.

Project management is key.

Hiring rock stars.

fruitless bactracing of clearing the theme registry

Rebuilding the theme registry

we know to do this it has to call hook_theme()

gp "module_implements('theme'" .
./includes/theme.inc:516: foreach (module_implements('theme') as $module) {

That's in the function

When There's Not a Module For That: Drupal 7 Module Development presentation

You won't understand everything about module development this hour, or this week, this month, this year, or this decade.

That's why the approach here is to learn how to learn.

Warm-up

Who has built a site with Drupal, whether any custom coding was involved or not?

Who has made a module?

Who has made a module for Drupal 7?

Who has touched template.php, node.tpl.php or such in a theme?

Who has programmed in something else?

Syndicate content