August 15th in Articles, JavaScript by Schalk .

JavaScript Function Scope Explained

I am currently reading the MEAP of John Resig’s (@jeresig) Secrets of the JavaScript Ninja and one of the things that many beginners and even intermediate JavaScript developers do not understand completely, is the different ways in which functions can be defined and how scope differs depending on how you defined your function.

It is absolutely essential to grasp this concept as it opens many doors for the developer once this is understood. Whilst reading the above title I myself finally …

July 18th in Articles by Schalk .

Processing.js : Looking at the setup and draw functions

About a week ago I wrote an article that serves as an introduction to the Processing.js library. I had an overwhelming response to the article and wish to thank everyone for their comments and questions. In that post I also mentioned that, that article was the first in a series exploring Processing.js and today I am doing good on that promise.

In the previous article I mentioned that I will be looking at a different way of getting your processing code …

July 10th in Articles by Schalk .

Attribute : An Easy Image Attribution Plugin for jQuery

A couple of days ago I read an article on Site Sketch 101 about automatically adding image attribution, when using images from for example the Flickr Creative Commons licensed images, to these images using PHP. This made me think, it should not be to difficult to create the same functionality using jQuery and the rel attribute. With that, I set out to create a small and simple jQuery plugin that will do just that. The end result is, no surprise here, the jQuery …

 Page 1 of 3  1  2  3 »