So what’s that o2 thing?
It’s geekish — you know
.
“o2” is the chemical symbol of oxygen.
In this weblog:
- we’ll be diving deep into the realm of JavaScript together,
- we’ll be trying to sort out the peculiarities of the language itself,
- we’ll try to understand why things work the way they work,
- and vice versa:
we’ll try to understand why things don’t work the way they are supposed to.
While we generate library-independent, re-usable solutions, we’ll be building all of our examples around the “o2” namespace, the end result “o2.js” will evolve to a modular, lightweight utility package — I hope
You can go the the about page, for more about me and this website »».
Let’s get our hand dirty by creating an initial namespace:
var o2 = {
/* magic will go here! */
};
This is just a beginning.
We’ll do some real kung-fu and see how it goes along in the following posts
p.s.:
I believe this blog will be great and I’m open to ideas and suggestions.
Feel free to motivate me with your comments
Sincerely Yours,
Volkan Özçelik,
JavaScript Samurai


Great idea and best wishes! I thought there were two levels of JS knowledge: 1) Using a library 2) Building a library. Now you take it to the next level: 3) Sharing it with public while building it step by step. A real JS kung-fu school
Thank you, Halil
Kung-fu is a road you know.
As I walk the roads I’ve walked a priori, I see that JavaScript and the next web has changed a lot.
I’d very much appreciate if you spread the word around.
Cuz a DoJo is more fun with students and other sensei (senseis
) to accompany.
And wisdom evolves with communities.
Best.