October 11th in Unit Testing by . no comment .

Unit Testing with JavaScript — Part 4: Automation

Now that we know unit testing best practices; and we have a o2.Unit test runner to do assertions, run and report our test suites; and we know how to construct test suites to be used in this test suite runner; it’s time to develop a methodology that’ll enable us execute …

Continue Reading
June 11th in Discussion by . 2 comments .

What’s New in the o2.js JavaScript Framework

By the time of this writing, o2.js is at version 0.16.201106101845. You can always get the most up-to-date version from the o2.js SVN Repository (user: o2js pass: o2js). Here’s what’s new in this version: o2.js Documentation Updates I’ve updated the documentation, going over each and every single file. In addition, …

Continue Reading
April 30th in Discussion by . 4 comments .

That’s Why I’m Loving JSLint!

While code-reviewing o2.js modules, I realized that I had done a serious mistake. … well, actually my “serious” mistake, turned out to be a “not that serious” caveat

Continue Reading
April 22nd in o2.js Modules by . no comment .

How to Create a Simple JavaScript Debugger

What’s the Catch? Okay, we will try to learn the intricacies of JavaScript. In order to do achieve this, however, sooner or later, we will need a medium, like a console, to test our results. Debugging is a crucial part of development. It becomes even more important if you are …

Continue Reading
o2.js _
Fork Ribbon