Entries in the ‘Javascript’ Category:
filed in Javascript, Programming on Jan.11, 2012
“JavaScript is an object oriented (OO) language, with its roots in the Self programming language, although it’s (sadly) designed to look like Java. This makes the language’s really powerful and sweet features stay covered by some pretty ugly and counter-intuitive work-arounds. One such affected feature is the implementation of prototypical inheritance. The concepts are simple [...]
Tags: javascript, object oriented, oop, Programming, tutorial, tutorials
filed in Javascript, Labs on May.15, 2011
I’ve begun messing around with Node.js in my spare time. I don’t really have a normal project idea in mind per se, but I have started to upload some of the examples and other small applications I’ve been creating. I’m still learning more about the Node.js JavaScript event-driven I/O framework and I will continue posting [...]
Tags: framework, javascript, js, labs, node, node.js, projects
filed in Javascript on Jan.28, 2011
If you are looking to get started with Javascript this tutorial is an excellent place to start. It’s dubbed “Javascript in 10 Minutes” and it teaches you the fundamentals of Javascript so you can quickly get into writing your own code. This tutorial is enough to get started with Javascript, but if you want to [...]
Tags: javascript, tutorial