Posts about web applications
Categories
- Jun 05 2012
Third-Party JavaScript Development: The Future!
I’ve just returned from the future, and I have a lot to share with you. World news, sports scores, market changes, all that stuff can wait. First, we need to talk about third-party JavaScript. There’s a great deal of browser technology on the way that will affect the way you write code. Here, I’ll focus […]
Continue ReadingThird-Party JavaScript Development: The Future! - 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 - May 09 2012
Announcing Sponsorship and Training at TXJS
We’re excited to announce our sponsorship of TXJS 2012! TXJS’s community-driven approach and commitment to quality content aligns perfectly with Bocoup’s mission to move the Open Web forward through education, community development, and consulting. We’re proud to partner with TXJS to promote these initiatives and give back to our community. Bocoup will also host a […]
Continue ReadingAnnouncing Sponsorship and Training at TXJS- Tagged in:
- training
- Apr 17 2012
Third-Party JavaScript Development: CSS Defensive Techniques
(In a previous article, I introduced a convenient method for shipping stylesheets with your third-party JavaScript application.) When styling content in your third-party JavaScript application, you have a unique challenge to overcome: interference. The publisher may have used any number of techniques to define styles, and many of them threaten to modify the appearance of […]
Continue ReadingThird-Party JavaScript Development: CSS Defensive Techniques - Apr 10 2012
Third-Party JavaScript Development: Optimizing CSS Delivery
As a practicing masochist, I have recently developed an interest in third-party JavaScript application development. I’m not alone: third-party JavaScript (or “3PJS”) applications are becoming more and more common on the web (see Disqus, Optimizely, and Google Analytics, for instance). Like any developing methodology, best practices are constantly being explored and re-defined. In this article, […]
Continue ReadingThird-Party JavaScript Development: Optimizing CSS Delivery - 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