Blog
Categories
- Mar 12 2015
Practicing the new world language skills
Amerigo Vespucci once called the Americas the “New World”, as they weren’t known to our ancestors. That’s the same impression I’ve had of the forthcoming ES2015 (ECMA-262, 6th Ed.) specification and the newly evolved landscape that it creates. There are a lot of things to come and they’ll remain only examples until we really use […]
Continue ReadingPracticing the new world language skills- Tagged in:
- open source
- Mar 12 2015
Praticando as linguagens do novo mundo
Américo Vespúcio uma vez chamou a América de “Novo Mundo” quando ela ainda não era conhecida pelos nossos ancestrais. Essa é a mesma impressão que tive com a especificação do ES2015 (ECMA-262, 6th Ed.) e o novo panorama que ela traz. Tem várias coisas por vir e elas vão se manter apenas como exemplos até […]
Continue ReadingPraticando as linguagens do novo mundo- Tagged in:
- open source
- Nov 11 2014
The Responsive Images Community Group: What Comes Next
The RICG’s work is starting to wind down, but we’re just getting started at the same time. We’re a weird sort of web standards organization. We’re nebulous by design: a rallying point for anyone that wants to get involved in the kinds of new standards that most impact their daily work. We aim to prevent […]
Continue ReadingThe Responsive Images Community Group: What Comes Next- Tagged in:
- open source,
- responsive,
- web standards
- Aug 28 2014
The Bocoup Open Device Lab
I’ve always been a huge proponent of building sites that work everywhere — any user, any browser, any device, any context. Websites work everywhere by default, and they stay that way so long as we know how not to break them. That’s what the Open Web means to me: ensuring that entire populations just setting […]
Continue ReadingThe Bocoup Open Device Lab- Tagged in:
- mobile,
- open source,
- performance,
- testing
- Jul 24 2014
JSHint At Bocoup
I’m honored to have been named lead maintainer of JSHint. Following in Anton‘s footsteps, I’m excited to carry on his vision for the project and see it forward. In addition to overseeing regular maintenance of the project, my primary goal will be to prepare JSHint for ES6. Stewarding this work will be an exciting challenge, […]
Continue ReadingJSHint At Bocoup- Tagged in:
- open source,
- tools and workflow,
- web standards
- Feb 21 2014
d3.chart v0.2: Iterating on Reusability
It’s been about eight months since we announced d3.chart, and today we’re excited to release a new version of the framework for creating reusable visualizations. We’ve strived to incorporate as many of the lessons we learned in the eight months since the initial release. For detailed explanations of these changes, see our migration guide and […]
Continue Readingd3.chart v0.2: Iterating on Reusability - Feb 18 2014
Building Command Line Tools in Node with Liftoff
One of my favorite things about programming in node is the package management system. In almost all instances, the practice of locally installing modules for each project has simplified my life as a developer. However, as a long time contributor to Grunt, I have become intimately familiar with one edge case where this practice breaks […]
Continue ReadingBuilding Command Line Tools in Node with Liftoff- Tagged in:
- deployment,
- open source,
- tools and workflow
- May 29 2013
Introducing d3.chart
A Framework for Creating Reusable Charts with d3.js We’ve been working more and more with d3.js here at Bocoup with clients and as part of the Miso Project. As much as we love the library and are grateful that it exists, we’ve also run head-on into architectural issues with some of the patterns commonly used […]
Continue ReadingIntroducing d3.chart- Tagged in:
- data visualization,
- open source
- May 28 2013
Exploring Reusability with D3.js
The D3.js JavaScript library frequently comes up across our adventures in data visualization. Those who read the tutorials or spend time on the mailing list will likely notice frequent use of the term “reusable” when it comes to creating visualizations with the library. There’s a lot of meaning packed into that word, so we wanted […]
Continue ReadingExploring Reusability with D3.js - May 02 2013
Open Peer and the Frontiers of WebRTC
At Bocoup, we love working on the latest problems in front-end development such as parallel processing, best practices in web application development, and media-rich experiences. This is why we consider the folks at HookFlash kindred spirits; they have made browser-based peer-to-peer communication their “thing”. We recently had the privilege of working with the HookFlash team, […]
Continue ReadingOpen Peer and the Frontiers of WebRTC- Tagged in:
- open source,
- web standards