Posts about open source
Categories
- Oct 07 2010
“Don’t deploy HTML5” – W3C?
There is a lot of talk right now about Philippe Le Hégaret” (PLH) from the W3C regarding quotes he made about the readiness of HTML5 for “deployment”. Philippe is quoted as saying: “The problem we’re facing right now is there is already a lot of excitement for HTML5, but it’s a little too early to […]
Continue Reading“Don’t deploy HTML5” – W3C?- Tagged in:
- deployment,
- html5
- Sep 26 2010
JavaScript: Promote JS
Over the course of the following week, I will be adding these to all of the appropriate JavaScript articles I’ve published.
Continue ReadingJavaScript: Promote JS- Tagged in:
- javascript
- Aug 29 2010
jQuery: Fastest Way To Select Nothing
As I become more and more obsessed with Quora, I’m finding more and more questions that I answer seem to feel right as standalone blog posts. The latest even includes an interesting discovery: What’s the cleanest way to intentionally and reliably return a jQuery object that selects nothing? There were two answers already posted to […]
Continue ReadingjQuery: Fastest Way To Select Nothing- Tagged in:
- performance,
- web applications
- Jul 07 2010
Popcorn.js Walkthrough
Popcorn.js, which I wrote about recently, is an infant javascript library that allows film makers to better showcase their videos on the web using html5’s video element. Using popcorn, directors can incorporating social media and integrate several features such as subtitles and credits that may be beneficial in the context of the web. Although typically, […]
Continue ReadingPopcorn.js Walkthrough - 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 23 2010
Make your own JavaScript Ninja with Processing.js
.NET Magazine: Mom will be proud! I was asked back at the start of the year by .NET Magazine (Practical Web Design in the US) to write a JavaScript article on the subject of my choice. I doubt you read the article because I went to the stores and bought all the copies. (Had to […]
Continue ReadingMake your own JavaScript Ninja with Processing.js- Tagged in:
- tutorial
- Apr 30 2010
Web Audio – All Aboard!
In this post I will talk about Mozilla’s Web Audio Data API. I will cover where we have come from, demonstrate some of the incredible results that have already been achieved; I will talk about why audio in the browser is so important, take a look at where we are headed and explore some of […]
Continue ReadingWeb Audio – All Aboard! - 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
- Sep 14 2009
PollenJS: Javascript Web Workers Library
As a follow up to my previous post regarding Javascript Web Workers, I’m pleased to announce the release of PollenJS, the first worker-specific javascript library: PollenJS on github PollenJS offers the following: Utility Methods fn trim each to_array in_array clone last unique merge filter map keys values isArr isFn isStr isNum isUndef isNull extend JSON […]
Continue ReadingPollenJS: Javascript Web Workers Library- Tagged in:
- performance,
- tools and workflow