Category: JavaScript

JavaScript May 2008

Hide Email with JavaScript / jQuery

Why should you hide your email address from site visitors? Don’t you want your visitors to email you?

Read more →
JavaScript August 2008

How to Add Social Bookmarking Scripts like "Digg this"?

Social bookmarking websites such as Digg and del.icio.us are great tools to drive traffic to your site and to provide important links (Read more About Social Bookmarks). These services allow varying d...

Read more →
JavaScript January 2008

jQuery documentation and resources

One of the first things you might want to know when try out a new programming language, library or framework is where you can find documentation and support.

Read more →
JavaScript December 2007

SWFObject - Embedding Flash Using Valid HTML/XHTML/JavaScript

SWFObject is a small Javascript file used for embedding Adobe Flash content. The script can detect the Flash plugin in all major web browsers (on PC and Mac) and is designed to make embedding Flash mo...

Read more →
JavaScript August 2006

What is jQuery?

jQuery is an amazing JavaScript library that makes it easy to create wonderful web effects in just a few lines of code. As the website says:”

Read more →
JavaScript August 2006

What is JSON?

JSON , which stands for “JavaScript Object Notation”, is a lightweight data-interchange format that is easy for humans to read and write, and for machines to parse and generate. JSON is ba...

Read more →
JavaScript December 2007

What is MooTools?

Mootools is a lightweight abstraction layer between the browser and the code you write and this is really the definition of nearly every js framework out there - Protoype, Dojo, jQuery, Y!UI, etc. It ...

Read more →