Internetinių puslapių programavimas. DOM technologija
Data
2014Autorius
Baušys, Romualdas
Kriukovas, Artūras
Rakauskas, Tadas
Metaduomenys
Rodyti detalų aprašąSantrauka
Šioje mokomojoje knygoje aprašoma internetinių puslapių kūrimo technologija taikant dokumento objektų modelį. Šis leidinys skirtas informatikos bei informatikos inžinerijos studijų krypčių studentams. Norint įsisavinti pateiktą medžiagą, būtina turėti HTML bei Java Script programavimo pagrindus. This textbook, WEB technology is presented in the framework of document object model (DOM). This textbook is dedicated for the students studying computer science and information technologies. Before the readers can begin to explore the material of this textbook, they have to have some knowledge of the HTML, CSS and JavaScript basics. The document object model (DOM) can be applied for both documents: HTML and XML. This textbook deals with DOM implementation aspects for HTML documents. The document object model (DOM) is a standardized interface that allows code written in JavaScript to interact with the contents of a HTML document. This model consists of a series the classes that represent HTML elements, events and so on, each of which contains methods that operate on these elements or events.