Posts about technical partnerships
Categories
- Sep 03 2013
How Node.js Makes Network Code More Testable
Introduction Node.js, a server platform built on Chrome’s JavaScript engine, is changing the face of web development. While Node.js itself is fast and scalable, the open source community surrounding Node.js is constantly discovering new ways to make application development more productive. This article will show how Node.js network code can be easier to write automated […]
Continue ReadingHow Node.js Makes Network Code More Testable - Jun 18 2013
Information Hiding in JavaScript
Why would Bocoup, a company whose charge is to “move the open web forward,” be publishing an article on something so nefarious-sounding as “information hiding”? An article titled “Free Love & Information in JavaScript” would seem much more apt for this blog. Trust me: if information hiding were an inherently immoral practice, I wouldn’t know […]
Continue ReadingInformation Hiding in JavaScript - 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
- Apr 22 2013
The Dimensions of Web Design
The 5-dimensional Web Today’s web has at least five dimensions: Width Height Time – Site content is constantly changing and being added. Hardware – Content needs to be usable on a variety of devices. Software – Different users have different browser capabilities and settings. Good websites embrace this complexity as a competitive advantage. Bad websites […]
Continue ReadingThe Dimensions of Web Design - Apr 17 2013
Random Number Generation in JavaScript
Paul Irish recently gave a talk at Bocoup with a dire warning: “The Mobile Web is in Trouble.” The general theme of the talk, somewhat apparent from the title, revolved around developers moving to native apps for performance, capabilities and discoverability. Near the end of the talk he offered a challenge–developers working on the Open […]
Continue ReadingRandom Number Generation in JavaScript - Apr 09 2013
Announcing OpenGenderTracker
Computationally Tracking Gender Balance in News Content with Open Web Technologies Last fall, the Knight Foundation granted us from the Prototype Fund to build OpenGenderTracker, a suite of open source tools for analyzing and visualizing gender representation in journalism through the examination of pronouns in bylines and news content. Bocoupers Irene Ros and Adam Hyland […]
Continue ReadingAnnouncing OpenGenderTracker- Tagged in:
- data analysis,
- data visualization
- Mar 04 2013
Learn CSS Layout
Learn CSS Layout is a new learning and reference site I made in my open source time here at Bocoup. Although there are lots of resources on the web for learning CSS layout techniques, we’ve had trouble finding ones we’re comfortable recommending. Learnlayout.com is an enlightening and accessible look at modern techniques for beginners, while […]
Continue ReadingLearn CSS Layout - Feb 20 2013
Making a RapBot with JavaScript
This post talks about the development of RapBot, my freestyle 80s battle rap generator. You might want to see it in action before reading on, and you can check out the source code here. For the past year I’ve been using the Wordnik API in my projects to generate random words. I’ve made extensive use […]
Continue ReadingMaking a RapBot with JavaScript- Tagged in:
- tools and workflow
- Feb 18 2013
Tearing Grunt Apart
Introducing Grunt v0.4 For the last nine months, I’ve been working with Ben and our team of fantastic contributors to modularize the Grunt codebase. Today, we’re happy to announce that Grunt v0.4 has been published to npm. Hold on to your hats, a lot has changed! Architectural Improvements The primary focus of this version can […]
Continue ReadingTearing Grunt Apart- Tagged in:
- open source,
- performance,
- tools and workflow
- Feb 08 2013
Sessions: The vim Feature You Probably Aren’t Using
I may as well come out and say it. In 2010, I leapt directly from Dreamweaver to vim as my primary editor. (I’ve been told that I may be the only person ever to have made this jump, but have no concrete evidence to substantiate this claim.) I had grown tired of Dreamweaver’s engorged appetite […]
Continue ReadingSessions: The vim Feature You Probably Aren’t Using- Tagged in:
- tools and workflow