courtly
courtly
courtly
courtly

Upcoming Events

San Francisco CiviCRM Meetup - February 8th, 2012
February 8th, 2012
Come meet others from the Bay Area who are interested in, using or developing (more...)

UK usergroup - London meetup
February 8th, 2012
Come and meet others from the UK that are using CiviCRM or are interested in (more...)

Chicago CiviCRM Meetup
February 17th, 2012
Please join other CiviCRM users, administrators, and developers in the Chicago (more...)

London user and administrator training
February 23rd, 2012
A comprehensive two day hands on training course covering the configuration, (more...)

CiviCRM Seminar - London
February 23rd, 2012
NfP Services free seminar

CiviCRM London sprint Feb 2012
February 27th, 2012
Following the CiviCRM training here in London, we will have a CiviCRM code (more...)

Philadelphia - CiviCRM Meetup for Q1 2012
March 13th, 2012

UK South West - CiviCRM Meetup
March 20th, 2012
Come meet others from the Area who are interested in, using or developing for (more...)

[Bristol, UK] user and administrator training
March 21st, 2012
A comprehensive hands on training course covering the configuration, (more...)

San Francisco user and administrator training
March 29th, 2012
A comprehensive two day hands on training course covering the configuration, (more...)

CiviCRM Usability, Test and Code Sprint - San Francisco (March 2012)
March 29th, 2012
This usability, code and test sprint is targeted at CiviCRM users and (more...)

CiviCon 2012 San Francisco Bay Area - April 2nd 2012
April 2nd, 2012
CiviCon is THE annual event bringing together the people who use, develop, (more...)

CiviCRM Documentation, Test and Code Sprint - after CiviCon San Francisco (April 2012)
April 4th, 2012
This sprint is targeted at CiviCRM users and developers who want to work on (more...)

CiviCRM Components

Tools for engaging your supporters...

CiviContribute


CiviEvent


CiviMail


CiviMember


CiviReport


xavier's blog

Not Just a Contact Database

These optional components give you more power to connect and engage your supporters.

  • civiCASE

  • Case management for clients and constituents.

  • civiEVENT

  • Online event registration and participant tracking.

  • civiMEMBER

  • Online signup and membership management.

  • civiMAIL

  • Personalized email blasts and newsletters.

  • civiREPORT

  • Report generation and template management.

CiviCRM Usage in 2011. a twitter report

January 30, 2012 - 13:50 — xavier

We have continued the research to see how often someone tweeted about organisations that happen to use CiviCRM. We analysed 5988 tweets by 3478 users about 574 sites.

our twitter bot from TTTP (tweet civi) and and some new skills on R allowed us to get more graphs and updated information.

( categories: )

Report on CiviCRM usage, as seen on twitter on more than 2000 tweets

September 10, 2011 - 21:54 — xavier

Hi,

 

We have continued the research to see how often someone tweeted about organisations that happen to use CiviCRM. We analysed 2023 tweets by 724 users about 175 sites. Not a lot of new sites since last month, but a lot more tweets.

( categories: )

Videos of CiviCon London 2011

September 6, 2011 - 15:16 — xavier

Hi,

Two weeks already since civicon, the dust has settled and Amy Dobbs and the team at skillmatters have filmed and uploaded the sessions.

What are they talking about on twitter?

August 5, 2011 - 04:57 — xavier

Hi,

As a friday follows up of our research on how civicrm powered sites are visible on twitter, we did a casual textmining of the 1022 tweets that contains a link to an event, donation, petition or profile on one of 175 identified sites that use civicrm.

What are the words most often used on the tweets?

Report on CiviCRM usage, as seen on twitter

July 31, 2011 - 01:46 — xavier

Hi,

We conducted a research to see how often someone tweeted about a page powered by CiviCRM in the past month and a half. We analysed 858 tweets by 612 users about 163 sites, some big names like oxfam or the red cross, some for tiny organisations.

These sites cover an amazingly wide range of topics: homeless, food, transgender, environment, sport, political parties, pets, public health NGOs, independant movies, gender equality, education, cancer, anti weed prohibition...

 

Developers: we want your input. Database layer improvement in sight (?)

July 12, 2011 - 22:27 — xavier

Hi,

 

We are having a discussion on the API group about the current limitations of the framework used in civicrm for the ORM and DB layer (pear DB_DataObject and DB... ).

If you are not familiar with the BAO/DAO structure, you might want to read this blog  post (written in 2006) first.

Beside a general dislike of the existing framework that show its age, we have identified several issues:

( categories: )

I can haz API ?

May 12, 2011 - 23:12 — xavier

Hi,

Some improvements on permissions and the API are landing on 3.4.2 and 4.0.2.

On the previous versions, the permissions where not enforced (on php and smarty) and checked on the same permission "access civicrm" for the rest and ajax no matter the operation and entity.

 

New tools to automate the configuration and staging/production migration

April 15, 2011 - 03:22 — xavier

Have you ever clicked a few zillion time on the admin interface to create a lot of groups, tags, values for a custom field... ?

Have you ever screamed having to do the same tedious tasks you did on the staging one more time on the production site?

Have you cursed the import wizard after having clicked again and again on the next button ?

The ideal workflow for your events registrations

April 2, 2011 - 03:16 — xavier

Hi all,

 

Was reading lobo's latest blog and I'm almost sure that with these improvments we can have an event smoother event registration. The workflow would be:

 

1) You create the event

So far so good, same as before

 

( categories: )

CiviCRM API v3 : what you need to know about it

February 16, 2011 - 12:11 — xavier

This new API is the recommended method to Create, Get, Delete or Update any CiviCRM data from your code or an external system. It is much more coherent and easier to use than the api v2.