Posts about open source
Categories
- May 15 2012
JavaScript: Arduino Programming on Node.js
Today is Tuesday, May 15th 2012. Just over a year ago, I discovered node-serialport by Chris Williams and went immediately to the closest Microcenter and purchased the Getting Started with Arduino kit. Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It’s intended for artists, designers, hobbyists, and anyone interested […]
Continue ReadingJavaScript: Arduino Programming on Node.js - May 11 2012
Introducing boxbox
Bocoup loves HTML5 games, so Darius Kazemi and I have been running a training called Intro to HTML5 Game Development. We cover lots of fun stuff, including canvas animation and audio. When designing the training, we wanted trainees to make a simple game using a JavaScript physics engine. Box2dWeb came up as a good one […]
Continue ReadingIntroducing boxbox - Apr 18 2012
Introducing the Miso Project and Dataset Library
Over the past 3 months Bocoup has been working closely with the Guardian Interactive team on the Miso Project, a set of open source libraries designed to expedite and simplify the creation of data-driven interactive content. We are excited to announce the release of the first of these libraries called Dataset. You can see the […]
Continue ReadingIntroducing the Miso Project and Dataset Library - Apr 04 2012
Ringmark Tests Open Source
I am really excited that the tests powering Ringmark have been pushed up to Facebook’s fork of coremob/coremob-tests repo on GitHub. Read more about it on Facebook’s dev blog. We think that unit test authoring will be a great way for web developers to engage in the standards process, and so we are looking forward […]
Continue ReadingRingmark Tests Open Source - Mar 29 2012
Introducing Grunt
I’ve been working on a new open-source project lately. To be honest, I’ve been so busy coding that I haven’t had time to write about it, but since everyone at Bocoup got together the other day and told me I had to write a blog post—apparently they’re pretty excited—I’d like to introduce grunt. What is […]
Continue ReadingIntroducing Grunt- Tagged in:
- open source,
- performance,
- tools and workflow
- Mar 06 2012
Ringmark Gallery, Part 1
See all in the Ringmark Gallery series Last week, Facebook and Bocoup announced a partnership and W3C Community Group initiative to raise the awareness of the development needs of The Mobile Web as a platform. This announcement included the unveiling of a “mobile acid test”, dubbed Ringmark. Ringmark runs real-time inference, functional and practical application […]
Continue ReadingRingmark Gallery, Part 1 - Feb 28 2012
JavaScript: WebRTC in Opera Mobile 12
Yesterday, Opera announced and released the latest version of its mobile browser, Opera Mobile 12. Today, while running the browser against the Ringmark suite, I noticed that it was now passing the WebRTC detection tests. Very exciting, indeed! To test drive the first ever mobile browser implementation of WebRTC, I decided to use dmv — […]
Continue ReadingJavaScript: WebRTC in Opera Mobile 12 - Jan 18 2012
Startup Data Trends
We are excited to announce a new web application for exploring AngelList Data that we’ve been working on with our friends at Atlas Venture and AngelList: Startup Data Trends → We built this application with Backbone.js and the Backbone Boilerplate on top of the new AngelList REST data API. We used Jake and Capistrano for […]
Continue ReadingStartup Data Trends - Jan 10 2012
Introducing The Backbone Boilerplate
Over the past year Bocoup has worked on several production applications that utilize the MVC library Backbone.js. We’ve worked hard to give back to the community through informative blog posts, core contributions, support & evangelism through various mediums such as meetups, IRC and Twitter. Over the course of the past year, we created small boilerplates […]
Continue ReadingIntroducing The Backbone Boilerplate - Oct 14 2010
Giving jQuery UI another chance (and really liking it)
I feel like I've given jQuery UI a bad rap. I passed judgement too fast. At first glance, it was a pile of rigid prefab user interface objects generated by jQuery being peddled as 'official'. I know now that it's much more. jQuery UI is not (just) about a fancy accordion slider. It's a framework […]
Continue ReadingGiving jQuery UI another chance (and really liking it)- Tagged in:
- design,
- tools and workflow,
- web applications