Tag: javascript
AJAX and JSON Part 1
When Microsoft added the ActiveX XMLHTTP object to Internet Explorer’s implementation of JavaScript, the company planted the seed for the revolution in Web applications known as Asynchronous Jav...
AJAX and JSON Part 2
JSON produces slightly smaller documents, and JSON is certainly easier to use in JavaScript. XMLHttpRequest parses XML documents for you whereas you have to manually parse JSON, but is parsing JSON sl...
AJAX - Getting Started
This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started.
Hide Email with JavaScript / jQuery
Why should you hide your email address from site visitors? Don’t you want your visitors to email you?
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...
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.
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...
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:”
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...
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 ...
Komodo Edit - a free, open source editor
Komodo Edit, based on the Komodo IDE, offers sophisticated support for all major scripting languages, including in-depth auto complete and call tips, multi-language file support, syntax coloring and s...