Entries in the ‘Javascript’ Category:
filed in Javascript, Programming, Tips on Jan.20, 2013
If you are a beginner to JavaScript you might find this article quite useful. It mentions a few common JavaScript quirks that you may not understand at first, including: details on the global namespace, the this object, knowing the difference between ECMAScript 3 and ECMAScript 5, asynchronous operations, prototypes, and simple JavaScript inheritance. Full Article: [...]
Tags: javascript, Programming, tips
filed in Javascript, Programming, Tips on Jan.12, 2013
Google Chrome includes quite a few extremely useful tools for web developers. It can be somewhat overwhelming at first if you haven’t used them before. This article gives a quite comprehensive overview of the tools included and what they do. While reading this article keep in mind that new versions of Google Chrome are released [...]
Tags: chrome, chromium, css, google, html, inspector, javascript, tools, webkit
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