Thesis Details

Prostředky pro implementaci rozložení webových stránek v JavaScriptu

Master's Thesis Student: T. Kovács Gregor Academic Year: 2007/2008 Supervisor: Burget Radek, doc. Ing., Ph.D.
English title
Web Page Layout Facilities in JavaScript
Language
Czech
Abstract

The aim of this work is to design and implement applications for the creation of web page layout facilities using JavaScript. The work includes the descriptions of the available methods of object positioning using the CSS given possibilities, the CSS 2.1 standard, and the difficulties of object positioning using CSS. Further, it includes the analysis of how the object placement is solved in the Java programming language using grid based layout managers GridLayout and GridBagLayout. Based on the obtained knowledge, designs are created for the solving of object placement in the creation of web pages using the grid principle. The object placement is solved by defining new HTML attributes for position determination, and also by creating a graphical editor for object placement. All the solutions are implemented using JavaScript.

Keywords

CSS, CSS positioning, layout, layout manager, JavaScript, DOM, document object model, GridBagLayout, HTML, graphical editor

Department
Degree Programme
Information Technology, Field of Study Information Systems
Files
Status
defended, grade A
Date
18 June 2007
Reviewer
Committee
Meduna Alexander, prof. RNDr., CSc. (DIFS FIT BUT), předseda
Hanáček Petr, doc. Dr. Ing. (DITS FIT BUT), člen
Krejčíček Jaromír, prof. Ing., CSc. (UNOB), člen
Křena Bohuslav, Ing., Ph.D. (DITS FIT BUT), člen
Sumec Stanislav, Ing., Ph.D. (DCGM FIT BUT), člen
Zbořil František, doc. Ing., Ph.D. (DITS FIT BUT), člen
Citation
T., Kovács. Prostředky pro implementaci rozložení webových stránek v JavaScriptu. Brno, 2008. Master's Thesis. Brno University of Technology, Faculty of Information Technology. 2007-06-18. Supervised by Burget Radek. Available from: https://www.fit.vut.cz/study/thesis/6733/
BibTeX
@mastersthesis{FITMT6733,
    author = "Gregor Kov\'{a}cs T.",
    type = "Master's thesis",
    title = "Prost\v{r}edky pro implementaci rozlo\v{z}en\'{i} webov\'{y}ch str\'{a}nek v JavaScriptu",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2007,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/6733/"
}
Back to top