Posts about bocoup news
Categories
- Aug 16 2010
Welcome Pete Karl
We are excited to welcome Pete Karl to the Bocoup team. Pete is a great programmer, and brings with him to Bocoup strong experience in systems architecture and a general hackerism that we value here. Pete’s awesome work at Lion Burger shows an enthusiasm and talent for developing and launching great products, and a strong […]
Continue ReadingWelcome Pete Karl- Tagged in:
- news
- Jul 04 2010
Popcorn.js
Bocoup, being enormously generous, gave me this week off to work on the open source project Popcorn.js at Mozilla, Toronto. Popcorn.js is sponsored by Web Made Movies, Mozilla’s Open Video Lab, a Mozilla Drumbeat project. Popcorn will allow film makers to do a lot of cool stuff with html5 <video> such as adding credits, subtitles, […]
Continue ReadingPopcorn.js- Tagged in:
- open source,
- tools and workflow
- Jun 18 2010
Javascript Web Workers: Opera 10.6 Beta Supports SharedWorkers
While poking around the Web Worker API in the latest Opera Beta Release, I discovered that they had also implemented support for Shared Web Workers. If you’re not familiar with Shared Web Workers, have a look here. The basic premise is that a Shared Worker can have multiple connections made to one Worker. Paraphrased from […]
Continue ReadingJavascript Web Workers: Opera 10.6 Beta Supports SharedWorkers- Tagged in:
- performance,
- tools and workflow
- Jun 17 2010
Javascript Web Workers: Opera 10.60 Beta Supports Complex Messages
Opera 10.60 Beta was announced this week and along with the list of new HTML5 features it’s supporting was Web Workers. Of course I was excited to run it through the renderer/worker test suite I set up for my previous posts about Safari 5 and Chrome 5. The results were pleasing, the first Opera release […]
Continue ReadingJavascript Web Workers: Opera 10.60 Beta Supports Complex Messages- Tagged in:
- performance,
- tools and workflow
- Jun 08 2010
JS Truthiness
‘0’ && (‘0′ == false) // true We’ll just have to agree to disagree, javascript. {: .space} Update: this is what I mean by “truthy” and “falsy”: function truthy(x) { return !!x; }; function falsy(x) { return !x; };
Continue ReadingJS Truthiness- Tagged in:
- javascript
- Jun 07 2010
Javascript Web Workers: Safari 5 Now Supports Complex Messages
Following the announcement of Safari 5 [ 5.0 (7533.16) ] today, I did some due diligence and ran it through the json-object, array, boolean and string Worker message cases that I had produced for testing against Chrome 5. The results are in and thankfully consistent – so not much to report here accept that – […]
Continue ReadingJavascript Web Workers: Safari 5 Now Supports Complex Messages- Tagged in:
- performance,
- tools and workflow
- Jan 25 2010
PollenJS Contributor Announcement
I’m pleased to announce the addition of Elijah Grey as a core contributor to the PollenJS project. Eli has an exceptional (albeit short) background in JavaScript development using bleeding-edge technology. Just the kind of guy we like to have around bocoup.com. A few thing that Eli and I have already begun hashing out: Modular loading […]
Continue ReadingPollenJS Contributor Announcement- Tagged in:
- javascript
- Sep 15 2009
Object Lateral JS
Rick and I had a blast this weekend at the jQuery conference. We enjoyed the people, the talks, the typos, and the generally high caliber of developers in the jQuery Community. Our favorite typo was in the program. Rebecca Murphy‘s talk on Object Literals was misprinted as Object Laterals. So I grabbed objectlateral.com, and Rick […]
Continue ReadingObject Lateral JS- Tagged in:
- open source