Tag Archives: Javasript

Introduction to Node.js at jsFoo

I gave a talk about Node.JS at jsFoo, the JavaScript conference today. I thought of sharing the slides and the source code of my demos so that it would be useful for others.

You can find the slide that I used for the talk from my slideshare account. I have also embedded it below for quick browsing.

Continue reading »

Posted in Events/Conferences, JavaScript/jQuery | Tagged , , | 5 Comments

Client-side DateAdd function

I was Googling around to find out how to hadle date addtion in Javascript and then found the following DataAdd funtion. Very useful. Check it out yourself

A better client-side DateAdd function.

Posted in JavaScript/jQuery | Tagged , | Leave a comment