What is Static HTML?
It is web page content which stays the same on every page viewed by someone who visits your website. You are viewing static HTML when you can’t interact with a web page’s content.
What is Dynamic HTML?
It is the opposite of static HTML because you can interact with the web page content and the content changes as you interact with it.
For example…
When signing up to join Facebook you fill in a registration form and if you do not fill in all the details when you submit the form it will highlight all the form entries which you did not fill in.
What is DOM?
DOM stands for Document Object Model, it is an application programming interface (API) used in HTML. It describes the logical structure of documents and the manner in which a document is accessed and modified.
What is JavaScript?
JavaScript is an object –orientated scripting language used primarily to enhance website interfaces for dynamic websites. It is derived from the programming languages C and Java because it uses syntax similar to C and naming conventions found in Java.
What is JQuery?
JQuery is a JavaScript library which was designed to make client-side scripting in HTML easy to do.
The YUI library – Released 01 December 2010
The Yahoo! User Interface Library (YUI) is an open-source JavaScript library. It is mainly used for building richly interactive web applications using techniques such as Ajax, DHTML and DOM scripting.
DOJO Toolkit
Dojo Toolkit is an open source modular JavaScript library/JavaScript toolkit. It is used for its ease of design and rapid development of cross-platform, JavaScript/Ajax-based applications and web
sites.
It was started by Alex Russell, Dylan Schiemann, David Schontzler, and others in 2004 and is dual-licensed under the modified BSD license or the Academic Free License (≥ 2.1). The Dojo Foundation is a non-profit organization designed to promote the adoption of the toolkit.
Sources:
http://en.wikipedia.org/wiki/Yahoo!_UI_Library
http://en.wikipedia.org/wiki/Dojo_Toolkit
http://www.html-advisor.com/javascript/what-is-jquery/
http://www.internet-guide.co.uk/static-html.html
http://webdesign.about.com/od/dhtml/a/aa030298.htm
http://en.wikipedia.org/wiki/JavaScript