To see the other types of publications on this topic, follow the link: Style Sheet.

Dissertations / Theses on the topic 'Style Sheet'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 15 dissertations / theses for your research on the topic 'Style Sheet.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.

1

Švercl, Jan. "Zpracování předpisů CSS v jazyce Java." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2008. http://www.nusl.cz/ntk/nusl-235434.

Full text
Abstract:
This thesis concerns itself with the problems of manipulation with Cascading Style Sheets. The first aim is to create a library for manipulation with Cascading Style Sheets - an object interface of Cascading Style Sheet is proposed, a parser is generated by means of an appliance of JavaCC, the implementation of interface is completed and as a whole connected to a functional unit. The library enables reading Cascading Style Sheet and its transfer into an object representation, editing and subsequently exporting back to the text file. The second part of the thesis deals with the implementation of library for assign property values - every (X)HTML document is formed by the tree of elements to which the rules are consequently searched for in CSS and their declarations are asigned in the correct order. In conclusion of the thesis the DEMO application, which illustrates the possibilities of both libraries and facilitates performing of experiments or testing, is described. Hereafter the technique of profiling, which enables to find out the efficiently demanding passages, which can be optimised further, in the source code, is shown.
APA, Harvard, Vancouver, ISO, and other styles
2

Johnson, Karen L. "The development of clues dealing with the contextual hints of the make-up of a document that will aid in the automatic application to a specific style sheet /." Online version of thesis, 1993. http://hdl.handle.net/1850/11733.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Ashby, D. Kyle, and Mitchell C. Hockenbury. "The utility of corporate-style balance sheets for DoD managers." Thesis, Monterey, California: Naval Postgraduate School, 2014. http://hdl.handle.net/10945/42575.

Full text
Abstract:
Approved for public release; distribution is unlimited
The purpose of this research was to analyze the utility of audited financial statements within the Department of Defense (DOD). The authors compared the balance sheet between the commercial and government sectors. First, they examined the differences in the elements of the balance sheets based on the different applicable accounting standards. Second, given those differences, the authors evaluated whether standard industry financial ratios based on balance sheet elements are comparable in government balance sheets. The authors recommended adjustments to ratio formulas where applicable. Third, they evaluated whether corporate ratios are useful when examining government balance sheets. The primary objective of the project was to assess the utility of the balance sheet for DOD users. Because the users of government financial statements need different information than users of corporate statements, the utility naturally varies. Common corporate ratios, with some modification, may provide utility to users of government statements, and federal-specific ratios may be useful. The utility varies depending on the level of aggregation of the data.
APA, Harvard, Vancouver, ISO, and other styles
4

Stankevičius, Stasys. "WEB puslapių kūrimo CSS pagrindu mokymas internete." Master's thesis, Lithuanian Academic Libraries Network (LABT), 2010. http://vddb.laba.lt/obj/LT-eLABa-0001:E.02~2010~D_20100826_112831-34925.

Full text
Abstract:
Šiame magistriniame darbe yra pateikiama CSS (Cascading Style Sheeets) apžvalga ir mokymosi galimybių analizė. Taip pat darbe yra pateikiami tyrimo, skirto išsiaiškinti Lietuvoje gyvenančių suinteresuotų asmenų poreikius CSS mokymo kurso teikimui internete ir kurso teikimo aplinkai. Atsižvelgiant į tyrimo rezultatus parengtas pedagoginio kurso teikimo scenarijus ir kursui teikti skirtos virtualios aplinkos projektas bei dirbančios aplinkos vartotojo gidas.
Main aim of this work is to create CSS web-based course pedagogical model and develop web based learning environment ideal for this course. In this document’s project part you will find course, named “CSS usage for web pages creation process”, pedagogical model and web-based learning environment creating process detailed projecting steps. In the end of document you will find created learning environment using and administrating manual.
APA, Harvard, Vancouver, ISO, and other styles
5

Gharachorlu, Golnaz. "Code smells in cascading style sheets : an empirical study and a predictive model." Thesis, University of British Columbia, 2014. http://hdl.handle.net/2429/51364.

Full text
Abstract:
Cascading Style Sheets (CSS) is widely used in today's web applications to separate presentation semantics from HTML content. Despite the simple syntax of CSS, the language has some characteristics, such as inheritance, cascading and specificity, which make authoring and maintaining CSS a challenging task. In this thesis, we describe a set of 26 CSS smells and errors, collected from various development resources and propose an automated technique to detect them. Additionally, we conduct a large empirical study on 500 websites, 5060 CSS files in total which consist of more than 10 million lines of CSS code, to investigate which smells and errors are more prevalent and to what extent they occur in CSS code of today's web applications. Finally, we propose a model based on the findings of our empirical study that is capable of predicting the total number of CSS code smells in any given website which can be used by developers as a CSS code quality guidance. A study of unused CSS code on 187 websites and its results are also described in this thesis.
Applied Science, Faculty of
Electrical and Computer Engineering, Department of
Graduate
APA, Harvard, Vancouver, ISO, and other styles
6

Töyrä, Per. "Layoutbegränsningar i XSL-FO." Thesis, Högskolan Dalarna, Grafisk teknik, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:du-4491.

Full text
Abstract:
This thesis discusses the differences between an automated and design centered layout process. The work has beenconducted at CBG Konsult AB, a service provider of multilingual solutions, translations and localization.The purpose with this work was to investigate some limitations and issues with the layout process involving the languagefamily XSL used for automated layout at CBG Konsult AB.
APA, Harvard, Vancouver, ISO, and other styles
7

Maric, Danilo. "Firmware development of a User Interface on medical devices of DIMA ITALIA Srl." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2018.

Find full text
Abstract:
This dissertation was written based on an internship experience at Dima Italia Srl, a leader in designing, production and marketing of medical ventilators. Once these ventilators were simple machines for breathing support, manually pumping the air in and out. Today, medical ventilators are computerized machines, electronically controlled by a small embedded system. They feature a plethora of available modes and an easy-to-use graphical interface. Exactly this is the topic of the thesis: developing a firmware with graphical interface for the next ventilator, produced and sold by Dima Italia. The firmware is based on C++ language and was developed in a Qt Creator framework, ideal for developing applications with graphical interfaces on Linux-based devices. In the paper are found all the pages of the firmware, along with the logic of operation of the application. Moreover, all the details about the operation and modes of a medical ventilator are also found in the document. In the end, there's a section related to deployment of a Qt application on a device, along with the issues and bugs encountered during the development process.
APA, Harvard, Vancouver, ISO, and other styles
8

Ceinos, Yannick. "A representation of Network Elements within the Operation Support Systems." Thesis, Linköping University, Department of Electrical Engineering, 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-4262.

Full text
Abstract:

Currently, our world is getting more and more connected: information flows are everywhere at anytime. We are only at the beginning of the communication era. However, few want to know how those data are delivered as long as they are well delivered. Which paths they take, using optical fibres or regular copper cables, such questions do not matter for end-customers.

As a part of a telecommunication company, these questions do really matter. As networks become increasingly complex, it is significant to keep them under control and make them reliable to deliver high-quality services to users.

One of our main problems is how to get a representation of this network. More precisely how to get a relevant image of elements that compose this huge web and what points are significant in order to increase the quality of offered services. This thesis will try to answer these questions.

APA, Harvard, Vancouver, ISO, and other styles
9

Voldřich, Martin. "Analýza frameworků pro vývoj multiplatformních mobilních aplikací využívající HTML technologie." Master's thesis, Vysoká škola ekonomická v Praze, 2014. http://www.nusl.cz/ntk/nusl-193252.

Full text
Abstract:
The aim of the master thesis is to assess frameworks that are used for development of multiplatform cell phone applications supported by HTML technology. The theoretical part is focused to current market analysis, mobile access issues and the issue of difficulties in specific cases of their application. Analysis is followed by choice of evaluation criteria for setting the most appropriate architecture. Selected evaluation criteria will be used as a tool for detecting of the optimal technology's possibility, which is the most appropriate possibility for development of basic cell phones applications. The practical part is focused to choosing of new evaluation criteria, which helps to create specific questionnaire research. The confirmation or refuse of the hypothesis set up the level of criteria's severity. Based on criteria there will be selected and analysed six of the most used hybrid frameworks. Two of the frameworks with the highest ratings will be tested by real basic cell phone application. The conclusion of the thesis will be follow up by tested frameworks. The frameworks will be described and measured by the author's development experiences.
APA, Harvard, Vancouver, ISO, and other styles
10

von, Wenckstern Michael. "Web applications using the Google Web Toolkit." Master's thesis, Technische Universitaet Bergakademie Freiberg Universitaetsbibliothek "Georgius Agricola", 2013. http://nbn-resolving.de/urn:nbn:de:bsz:105-qucosa-115009.

Full text
Abstract:
This diploma thesis describes how to create or convert traditional Java programs to desktop-like rich internet applications with the Google Web Toolkit. The Google Web Toolkit is an open source development environment, which translates Java code to browser and device independent HTML and JavaScript. Most of the GWT framework parts, including the Java to JavaScript compiler as well as important security issues of websites will be introduced. The famous Agricola board game will be implemented in the Model-View-Presenter pattern to show that complex user interfaces can be created with the Google Web Toolkit. The Google Web Toolkit framework will be compared with the JavaServer Faces one to find out which toolkit is the right one for the next web project
Diese Diplomarbeit beschreibt die Erzeugung desktopähnlicher Anwendungen mit dem Google Web Toolkit und die Umwandlung klassischer Java-Programme in diese. Das Google Web Toolkit ist eine Open-Source-Entwicklungsumgebung, die Java-Code in browserunabhängiges als auch in geräteübergreifendes HTML und JavaScript übersetzt. Vorgestellt wird der Großteil des GWT Frameworks inklusive des Java zu JavaScript-Compilers sowie wichtige Sicherheitsaspekte von Internetseiten. Um zu zeigen, dass auch komplizierte graphische Oberflächen mit dem Google Web Toolkit erzeugt werden können, wird das bekannte Brettspiel Agricola mittels Model-View-Presenter Designmuster implementiert. Zur Ermittlung der richtigen Technologie für das nächste Webprojekt findet ein Vergleich zwischen dem Google Web Toolkit und JavaServer Faces statt
APA, Harvard, Vancouver, ISO, and other styles
11

Chang, Yuan-Kun, and 張元昆. "The sheet music study of Yuan Northern Drama “shuang diao ”with Qupai-style in the early Qing dynasty." Thesis, 2016. http://ndltd.ncl.edu.tw/handle/21200281828232791853.

Full text
APA, Harvard, Vancouver, ISO, and other styles
12

"Deformation styles of allochthonous salt sheets during differential loading conditions: Insights from discrete element models." Thesis, 2009. http://hdl.handle.net/1911/61823.

Full text
Abstract:
The Discrete Element Method (DEM) was used to model the advance of allochthonous salt sheets through differential loading. The effects of basal slope angle, initial salt thickness, sediment thickness, loading time, progradation rate, and the mechanical strength of the overburden were tested to determine their influence on the development of stratigraphic and structural relationships in the emerging salt and sediment structures. These simulations show that the advance of salt is driven by gravitational instability and sediment loading. Salt advance is greatest with high basal slopes, thick salt, weak sediments, and high sediment progradation rates. The rate of salt advance determines the angle of a subsalt sediment ramp, which influences the final geometry of the system. High angle ramps form with slow salt front advance rates and tend to form counterregional sediment geometries, while low angle ramps form with rapid salt front advance and tend to produce roho geometries.
APA, Harvard, Vancouver, ISO, and other styles
13

Chen, Ping-Huang, and 陳炳煌. "The Relationships Between Work Sheets ,Thinking Styles,Self-Concept and Technological Creativity among Fifth and Sixth Graders." Thesis, 2002. http://ndltd.ncl.edu.tw/handle/40702351107572263600.

Full text
Abstract:
碩士
國立中山大學
教育研究所
91
The Relationships Between Work Sheets, Thinking Styles, Self-Concept and Technological Creativity among Fifth and Sixth Graders Ping-Huang Chen Abstract The main purpose of this study was to investigate the relationships between worksheets, thinking styles, self-concept and technological creativity among fifth and sixth graders. The participants included 19 teachers and 535 pupils (291 fifth graders and 244 sixth graders) in Taipei and kaohsiung city. The employed instruments were Worksheets Appraisal, Self- Concept Appraisal, Thinking Styles Appraisal. The employed analysis methods were Descriptives, Multivariate Analysis of Variance, and Discriminant Analysis. The findings of this study revealed that (a) grade and gender had significant effects on technological creativity among the fifth and sixth Graders; (b) the teachers’ application of worksheets in instruction, especially in teaching activity and evaluation, contributed to their pupils’ development of technological creativity; (c) the legislative and the judicial thinking style had effects on the pupils’ technological creativity; (d) self-concept, especially that about schools, had effects on the pupils’ technological creativity; and (e) the teachers’ use of worksheets and the pupils’ thinking styles as well as self-concept could effectively predict the ability groups of the pupils’ technological creativity. Finally, some suggestions were proposed for educational authorities, schools, teachers, and future studies.
APA, Harvard, Vancouver, ISO, and other styles
14

Bloomquist, Samuel W. "Web-based geotemporal visualization of healthcare data." Thesis, 2014. http://hdl.handle.net/1805/6188.

Full text
Abstract:
Indiana University-Purdue University Indianapolis (IUPUI)
Healthcare data visualization presents challenges due to its non-standard organizational structure and disparate record formats. Epidemiologists and clinicians currently lack the tools to discern patterns in large-scale data that would reveal valuable healthcare information at the granular level of individual patients and populations. Integrating geospatial and temporal healthcare data within a common visual context provides a twofold benefit: it allows clinicians to synthesize large-scale healthcare data to provide a context for local patient care decisions, and it better informs epidemiologists in making public health recommendations. Advanced implementations of the Scalable Vector Graphic (SVG), HyperText Markup Language version 5 (HTML5), and Cascading Style Sheets version 3 (CSS3) specifications in the latest versions of most major Web browsers brought hardware-accelerated graphics to the Web and opened the door for more intricate and interactive visualization techniques than have previously been possible. We developed a series of new geotemporal visualization techniques under a general healthcare data visualization framework in order to provide a real-time dashboard for analysis and exploration of complex healthcare data. This visualization framework, HealthTerrain, is a concept space constructed using text and data mining techniques, extracted concepts, and attributes associated with geographical locations. HealthTerrain's association graph serves two purposes. First, it is a powerful interactive visualization of the relationships among concept terms, allowing users to explore the concept space, discover correlations, and generate novel hypotheses. Second, it functions as a user interface, allowing selection of concept terms for further visual analysis. In addition to the association graph, concept terms can be compared across time and location using several new visualization techniques. A spatial-temporal choropleth map projection embeds rich textures to generate an integrated, two-dimensional visualization. Its key feature is a new offset contour method to visualize multidimensional and time-series data associated with different geographical regions. Additionally, a ring graph reveals patterns at the fine granularity of patient occurrences using a new radial coordinate-based time-series visualization technique.
APA, Harvard, Vancouver, ISO, and other styles
15

Cuthbert, Nancy Marie. "George Tsutakawa's fountain sculptures of the 1960s: fluidity and balance in postwar public art." Thesis, 2012. http://hdl.handle.net/1828/4142.

Full text
Abstract:
Between 1960 and 1992, American artist George Tsutakawa (1910 – 1997) created more than sixty fountain sculptures for publicly accessible sites in the U.S., Canada, and Japan. The vast majority were made by shaping sheet bronze into geometric and organically inspired abstract forms, often arranged around a vertical axis. Though postwar modernist artistic production and the issues it raises have been widely interrogated since the 1970s, and public art has been a major area of study since about 1980, Tsutakawa's fountains present a major intervention in North America's urban fabric that is not well-documented and remains almost completely untheorized. In addition to playing a key role in Seattle's development as an internationally recognized leader in public art, my dissertation argues that these works provide early evidence of a linked concern with nature and spirituality that has come to be understood as characteristic of the Pacific Northwest. Tsutakawa was born in Seattle, but raised and educated primarily in Japan prior to training as an artist at the University of Washington, then teaching in UW's Schools of Art and Architecture. His complicated personal history, which in World War II included being drafted into the U.S. army, while family members were interned and their property confiscated, led art historian Gervais Reed to declare that Tsutakawa was aligned with neither Japan nor America – that he and his art existed somewhere in-between. There is much truth in Reed's statement; however, artistically, such dualistic assessments deny the rich interplay of cultural allusions in Tsutakawa's fountains. Major inspirations included the Cubist sculpture of Alexander Archipenko, Himalayan stone cairns, Japanese heraldic emblems, First Nations carvings, and Bauhaus theory. Focusing on the early commissions, completed during the 1960s, my study examines the artist's debts to intercultural networks of artistic exchange – between North America, Asia, and Europe – operative in the early and mid-twentieth century, and in some cases before. I argue that, with his fountain sculptures, this Japanese American artist sought to integrate and balance such binaries as nature/culture, intuition/reason, and spiritual/material, which have long served to support the construction of East and West as opposed conceptual categories.
Graduate
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography