Here is the talk in a blog post format. It is mostly a collection of links for getting started with D3 and contributing to this awesome community.
D3.js stands for "Data-Driven Documents", as you can easily see on the official website and the academic paper.
D3.js WebsiteD3.js paper
It is a library to bind data to graphics. What does it means? In short: give shape to your data by using some data elements to set some attributes of your graphical elements. The long answer: read "The Grammar of Graphics" by Leland Wilkinson.
The Grammar of GraphicsD3.js is known to have a pretty steep learning curve. In fact, the syntax is very clean, expressive, and fairly easy to learn. But you need to already know Javascript, SVG, the DOM, HTML5 and other web technologies.
DOMJavascript
CSS
SVG
HTML5
Other web technologies
But it will get you nowhere if you are not interested first in visualization.
Visualization booksD3.js is not a shim to help with cross-browser issues (like in JQuery). It is not a graphical abstraction like Raphael or Dojox.GFX. It is not a chart library like Highcharts, even if nice chart packages has been built on top of it.
NVD3xChart
Dc.js/
Dance.js
Rickshaw
It is a set of helpers (reusable components, helper functions) to help you build visualizations using web technologies.
Where to start learning it? It depends on what's your favorite way to learn.
BooksMurray
Dewar
Tutorials
Video
Slides
Others
Blogs
Mike Bostock
Jim Vallandingham
DashingD3Js
Personally, I prefer to look at the source code or read examples.
API on the WikiExample Gallery
That's probably why I launched an alternative gallery, giving you more freedom to filter and explore more than a thousand examples.
Alternative GalleryYou can contribute to this gallery by asking for administrative rights on the spreadsheet used as a database (or by sending me a tweet at @d3visualization).
Alternative gallery spreadsheetYou can contribute to the D3 community in many ways.
Show your examplesOfficial Gallery
Share Code
Gist
bl.ocks (RSS)
Tributary
JsFiddle
Plunker
Submit
Bug report
Pull Request
Plugins
If you need help, we are never far away.
Google GroupsStackOverflow
IRC: #d3js
BTW, If you want to stay up to date with new D3 examples, events and releases, follow my twitter feed exclusively about D3.
@d3visualizationThanks for being part of this awesome community!
This talk and blog post were made possible by Bay Area D3 User Group and Datameer.