November 13th in Basics by . 2 comments .

Show Love to the Strict Mode

If you’ve skimmed through the source code of o2.js modules you’ll see “‘use strict’” declarations at their top. The ‘use strict’ pragma forces JavaScript engine to run in strict mode, for the browsers that support it. Strict mode, as its name implies, obliges a stricter usage of the language. And …

Continue Reading
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 26th in o2.js Modules by . no comment .

o2.js: May The Source be With You

You can find the most up-to-date version of o2.js Core and the samples used in these tutorials at: https://source.o2js.com/svn/o2js.com/trunk/o2.js/ username: o2js password: o2js Just wanted to share, to those who want to follow the development process closer You can use any SVN client to connect to the repo. The username/password …

Continue Reading
o2.js _
Fork Ribbon