Searching for primary
- Jun 18 2024
Announcing the Privacy Stack for Remix
As part of our ongoing commitment to building a more just digital landscape, we have been thinking a lot about privacy this year. We’ve also been trying out Remix and though we wish the project was still working towards a renderer-agnostic architecture, we appreciate its reliance on web standards. Many technologists care about privacy and […]
Continue ReadingAnnouncing the Privacy Stack for Remix - Jul 14 2017
Agile Methods for Tackling Technical Debt
Managing technical debt is such an important part of software development we include this goal in every contract we send out: Reduce or eliminate technical debt. All complex projects accumulate some form of technical debt. In extreme cases, it can cause project velocity to slow to a crawl. In this post we’ll review a few […]
Continue ReadingAgile Methods for Tackling Technical Debt - Mar 21 2017
Using NVDA Screen Reader on Windows
NVDA stands for NonVisual Desktop Access and is a FREE screen reading app for Windows OS. Emphasis on the “free”, as there are other Windows screen readers out there with prices that will make you spit-take across your monitor. (Is there such a thing as a subtweet inside a blog post?) If you do end […]
Continue ReadingUsing NVDA Screen Reader on Windows- Tagged in:
- a11y,
- accessibility,
- nvda,
- screen reader
- Mar 08 2017
Visualizing the Health of the Internet with Measurement Lab
How do you visualize the “Health of the Internet”? This was the challenge posed to the Data Vis team at Bocoup by our client Measurement Lab, a nonprofit that collects millions of Internet speed tests every month from around the world since 2009. This data is invaluable to policy makers, researchers, and the general public […]
Continue ReadingVisualizing the Health of the Internet with Measurement Lab- Tagged in:
- data visualization
- Mar 03 2017
Three Years with the WordPress REST API
In December WordPress 4.7 shipped with a built-in REST API, giving every WordPress site out-of-the-box REST endpoints for the core WordPress data types such as posts, comments and categories. This release is the culmination of almost four years of work by a globally-distributed contributor team, and I’m proud to say that here at Bocoup we’ve […]
Continue ReadingThree Years with the WordPress REST API- Tagged in:
- open source,
- web applications,
- wordpress
- Feb 23 2017
Getting Started with VoiceOver & Accessibility
If you are a web developer working on a Mac, you can become a hero for thousands of people out there by assuring that anything you create for the web can be read properly by a screen reader. This blog post is going to teach you how to access and wield this super power that […]
Continue ReadingGetting Started with VoiceOver & Accessibility - Feb 07 2017
Performance Under Pressure
The following is a transcript of a talk given at various events throughout 2016, including Smashing Conf NYC, and An Event Apart Chicago. I’d like to begin with an exercise in relaxation. As many of you know, I am the picture of mellowness—ol’ Namasté Marquis, they call me. So, close your laptops. Close ’em. No […]
Continue ReadingPerformance Under Pressure- Tagged in:
- performance,
- responsive web design
- Jul 19 2016
Adventures in Pair Designing: Pomming
Designing in a vacuum is challenging. It’s more than challenging – it’s hard, painful, sad, depressing, defeating, pointless, infuriating, lonely – you get my point? It can potentially be debilitating for a creative to be working in a silo, which from time to time could happen on a project. To address this, we are experimenting […]
Continue ReadingAdventures in Pair Designing: Pomming- Tagged in:
- design,
- productivity
- Jun 06 2016
Building a Better Lyra
Last year we had a successful Knight Foundation Prototype Grant-funded collaboration with the University of Washington Interactive Data Lab (IDL) to improve their Voyager data exploration tool. At the end of our collaboration we knew we wanted to work with the amazing team from the IDL again, so we were thrilled when Jeff Heer & […]
Continue ReadingBuilding a Better Lyra - Mar 22 2016
Looking at JavaScript with “new” eyes: Digging into the specs to learn more about the new operator
To me, the JavaScript language is as beautiful and unexpectedly wondrous as a mini donkey. If I could propose a new cover for the book Beautiful JavaScript, I would choose this one: The reason I find JavaScript beautiful is that there’s something new to learn everyday. For example, recently I learned some surprising facts about […]
Continue ReadingLooking at JavaScript with “new” eyes: Digging into the specs to learn more about the new operator