JavaScript

|

Paradigm: Multi-paradigm: scripting, object-oriented (prototype-based), imperative, functional, event-driven Designed by: Brendan Eich Developer: Netscape Communications Corporation, Mozilla Foundation, Ecma International First appeared: May 23, 1995; 21 years ago Typing discipline: dynamic, duck Major implementations: V8, JavaScriptCore, SpiderMonkey, Chakra Influenced by: Lua, Scheme, Perl, … Read More

Computer programming in two minutes – JavaScript

|

JavaScript is a language executed by the web browser to display a web page (it is mostly used for that). Create the HTML document (the file name usually ends with .html) and open it with a browser. <!DOCTYPE html PUBLIC … Read More

World Wide Web

|

The World Wide Web (the “Web” or “WWW” for short) is a hypertext system that operates over the Internet. Hypertext is browsed using a program called a web browser which retrieves pieces of information (called “documents” or “web pages”) from … Read More

Protection against spam

|

End users can protect themselves from the brunt of spam’s impact in numerous ways. Preventing Address Harvesting Preventing spammers from obtaining your email address doesn’t really solve the spam problem, any more than avoiding all but lowest crime areas of … Read More

Ajax constituent technologies

|

Ajax uses a combination of: XHTML (or HTML) and CSS, for marking up and styling information. The DOM accessed with a client-side scripting language, especially ECMAScript implementations such as JavaScript and JScript, to dynamically display and interact with the information … Read More

Browser exploit

|

A browser exploit is a short piece of code that exploits a software bug in a web browser such that the code makes the browser do something unexpected, including crash, read or write local files, propagate a virus or install … Read More

Web design

|

Web design is a process of conceptualization, planning, modeling, and execution of electronic media delivery via Internet in the form of Markup language suitable for interpretation by Web browser and display as Graphical user interface (GUI). The intent of web … Read More