To see the other types of publications on this topic, follow the link: Webový nástroj.

Dissertations / Theses on the topic 'Webový nástroj'

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

Select a source type:

Consult the top 50 dissertations / theses for your research on the topic 'Webový nástroj.'

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

Omacht, Martin. "Webový nástroj pro přehrávání a anotaci BAGu." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2021. http://www.nusl.cz/ntk/nusl-449170.

Full text
Abstract:
This work deals with the design and implementation of a web application for playback and annotation of multimedia data from files in BAG format. The created annotations are intended for training artificial intelligence in robotic systems. The resulting application is implemented with the help of React library for creating the user interface and framework Django for the server-side REST API. The entire application is containerized using Docker. This work describes the BAG format, analyzes modern libraries for creating web applications and introduces existing solutions for data annotation or playback of BAG files. Furthermore, the design of the application is presented and its implementation is described. A separate library rosbag_pyreader, which is used to read BAG files with random access, was created as part of this work. The resulting application allows user to display and annotate 2D and 3D data from multiple robotic sensors at the same time and then export the annotations in JSON format.
APA, Harvard, Vancouver, ISO, and other styles
2

Lamacz, Jan. "Webový nástroj pro sledování postupu na záležitostech." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2018. http://www.nusl.cz/ntk/nusl-386019.

Full text
Abstract:
This diploma thesis focuses on design of the web application for project management. The final product is more process-oriented compared to most of other widely spread project management tools. It builds on the visual representation of tasks' progress. One of the main features is its simplicity and user friendliness as it also aims at the users who are not willing to invest their time to discover more complex applications but are willing to use some project management tool. The application is developped in the Symfony framework.
APA, Harvard, Vancouver, ISO, and other styles
3

Vyskočil, Pavel. "Webový nástroj pro sledování stavu síťových tiskáren s plánováním nákupů." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2017. http://www.nusl.cz/ntk/nusl-363787.

Full text
Abstract:
This diploma thesis is focused on monitoring of networked printers and multifunction devices connected into the network. It provides an overview of the now available tools for management and monitoring the status of network printers from different manufacturers. Then it describes options with which the status and other information for the printer to receive can be checked. A new printers monitoring system was created using the acquiered knowledge about printers monitoring. The created system is able to manage printer supplies stored in local warehouse and calculate the estimated consumpstion for the selected period. During the tests, the implemented system demonstrated the ability to analyze and interpret the information obtained from network printers.
APA, Harvard, Vancouver, ISO, and other styles
4

Villem, Lukáš. "Webový server pro predikci sekundární struktury proteinů." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2013. http://www.nusl.cz/ntk/nusl-236159.

Full text
Abstract:
This master’s thesis deals with protein secondary structure prediction. There is a theoretical introduction followed by study of available tools, proposal and implementation of web application, which combines functionality of several web tools used to predict secondary structure. User is asked to choose prediction methods and insert input sequence as plain text or upload a file. Results collected from selected tools serve to convert data into common format, show the result and create new type of prediction. Finally, the testing is applied and influences of tools are adjusted in order to increase percentage of prediction. The output of application is a result of prediction also available as plain text or as a file.
APA, Harvard, Vancouver, ISO, and other styles
5

Dekan, Ivan. "Nástroj pro tvorbu a správu obsahu webových prezentací." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2010. http://www.nusl.cz/ntk/nusl-218577.

Full text
Abstract:
The content management system with unique graphics environment and characteristic of cloud computing operating systems is major subject of this thesis. The core of the system consist of: - PHP code on the server side - JavaScrip with data asynchronous transmission (AJAX technology) on the client side. MySQL database is used for saving data and system’s setting. The core of the system is able to create and manage any number of user’s window and also handle synchronization of data between client and server. System is programmed modulary – system is able to expand by modules. System contains several frequently used modules as: user manager, content manager, events, photogallery, contests, etc. To create new modules quickly and easily are prepared some classes which can manage and generate basic system’s objects. Translation of system to any language is possible because of the text part loading from a language file.
APA, Harvard, Vancouver, ISO, and other styles
6

Rýdl, Pavel. "Webová aplikace pro monitoring optické sítě." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2021. http://www.nusl.cz/ntk/nusl-442357.

Full text
Abstract:
The problematics of gigabit optical networks as well as web technologies suitable for a web tool implementation were studied within this thesis. An experimental web application for monitoring GPON frames is developed based on the proposed system architecture. The frontend is implemented using ReactJS and the Tornado web framework is used for backend implementation. Data for analysis are read from the stream using the Kafka platform.
APA, Harvard, Vancouver, ISO, and other styles
7

Lat, Radek. "Nástroj pro automatické kategorizování webových stránek." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2014. http://www.nusl.cz/ntk/nusl-236054.

Full text
Abstract:
Tato diplomová práce popisuje návrh a implementaci nástroje pro automatickou kategorizaci webových stránek. Cílem nástroje je aby byl schopen se z ukázkových webových stránek naučit, jak každá kategorie vypadá. Poté by měl nástroj zvládnout přiřadit naučené kategorie k dříve nespatřeným webovým stránkám. Nástroj by měl podporovat více kategorií a jazyků. Pro vývoj nástroje byly použity pokročilé techniky strojového učení, detekce jazyků a dolování dat. Nástroj je založen na open source knihovnách a je napsán v jazyce Python 3.3.
APA, Harvard, Vancouver, ISO, and other styles
8

Zelinka, Tomáš. "Nástroj pro testování odolnosti webových služeb." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2013. http://www.nusl.cz/ntk/nusl-236180.

Full text
Abstract:
This project deals with testing of web services. The result of this work will be a tool for load testing of web services using fault injection in their communication. The first part of the project discusses the basic aspects of testing web services. The second part of the work is more focused on testing high loads in combination with fault injection. The tool will allow automated run of the tests. The distributed model of the tool was designed to simulate real loads. In the last chapter are summarized achieved results.
APA, Harvard, Vancouver, ISO, and other styles
9

Joha, Miroslav. "Mobilní webová analytika - Nástroj pro analýzu návštěvnosti mobilního portálu." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-81945.

Full text
Abstract:
This thesis analyses tools for mobile web portal logs processing which could be used for reporting of required metrics. The area covers not only web analytics, but also mobile web and mobile handsets capabilities. The objective is to analyze possibilities of existing products which can be used to process web logs and choose appropriate existing or propose proprietary solution. This solution should comply with requirements and limitations given by the portal platform limitations. Theoretical part introduces the web analytics domain and the mobile web environment. Basic concepts and metrics are described as well as the fundamental data collection methods and mobile internet basic specifics. The knowledge of the web analytics and mobile web basics are crucial to be able to eruditely assess the tools capabilities introduced in the second part of this thesis. In the practical part, there are technical details on the mobile portal operating environment described. The requirements for the tool outputs are defined there and the prospective ready-to-use solutions are researched. The final part of the text addresses the final solution for the mobile portal reporting tool including the operational data processing. The secondary output of this thesis comprises of explanation of the mobile web analytics area for the broader audience. The main output of the practical part is analysis and specification of the requirements for mobile portal reporting tool and design of the solution with the supervision of the implementation and deployment within the production environment.
APA, Harvard, Vancouver, ISO, and other styles
10

Kalous, Filip. "Nástroj pro usnadnění testování GUI webových aplikací." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2019. http://www.nusl.cz/ntk/nusl-403197.

Full text
Abstract:
The goal of this thesis is to create a tool for testing graphical user interface of web applications. The tool will focus on web applications implemented by open-source framework DotVVM. The main purpose of the tool is to automatically generate program description of a user interface which will then be used as a helper class to implement UI tests and for static type check of those tests at compile-time. The thesis is defining requirements for such a tool and describing its design with implementation in C# language. The created solution provides to its users a tool which will ease their work with tests creation. Also, it will bring detection of failing tests of the user interface at compile-time which will speed up testing and development.
APA, Harvard, Vancouver, ISO, and other styles
11

Host, Daniel. "Přehled nástrojů pro řízení webových projektů." Master's thesis, Vysoká škola ekonomická v Praze, 2013. http://www.nusl.cz/ntk/nusl-193662.

Full text
Abstract:
The thesis focuses on analysis and the selection of an appropriate project management tool for web based projects. The theoretical part characterizes project management, level of project management in IT environment and web based projects with their specifics. Within the web based projects, it characterizes the possibilities of development and delivery of the Web applications and the methodology used in the development -- rigorous and agile methodologies. The work focuses on the description of agile methodologies in managing software development and their usage in the management of web based projects. Procedures and ways of managing agile methodologies are reflected in the definition of requirements for functionality analyzed among the project management tools in the practical part. The practical part focuses on the description and characteristics of a sample of project management tools used in web based projects and analyzes the selection of the most appropriate one. Evaluation of project management tools is based on the level of compliance with the pre-defined functionalities and comparison of the cost of acquisition and operation for a 3 years period. The functionality of the selected project management tools is evaluated on the basis of meeting the level 8 defined areas. The cost for the project tools are evaluated in the methods of acquisition, which offers their suppliers - On-Premise, On-Demand with proprietary tools and Open Source Software tools under the GNU General Public License.
APA, Harvard, Vancouver, ISO, and other styles
12

Sobotka, Petr. "Testování webových služeb nástrojem SoapUI." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-202080.

Full text
Abstract:
The subject of this diploma thesis is web services testing with SoapUI. The main objective is to create a methodology for web services testing. The next objective (which is a part of the methodology) is to create a guidance for web services testing using SoapUI. The guidance serves as a manual to web services testing with SoapUI. The theoretical part of the thesis explains basic terms: testing, web service and methodology. This part is also devoted to the introduction of the SoapUI and Eclipse Process Framework Composer. The practical part of the thesis is focused on the methodology for web services testing itself. The methodology is created in Eclipse Process Framework Composer and each element of the methodology is described here. Some of the methodology elements (the guidance, concepts, tools and some templates) are listed as an appendix.
APA, Harvard, Vancouver, ISO, and other styles
13

Trukhina, Irina. "Elektronický systém řízení hudebního nástroje." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2014. http://www.nusl.cz/ntk/nusl-220705.

Full text
Abstract:
The master’s thesis describes development of control system for automatic mouth-organ. The process of development is divided into three parts: a concept of control system, design of hardware parts and development of software parts. Controlled device, system requirements and general design of the hardware and software components are described in the concept of control system. The detailed hardware design includes next processes: electronic component selection, printed circuit board design, assembly and debugging. The result of this chapter is electronic system, which function correctly. The aim of the last chapter is to specify and explain development of software parts of control system. Installation of required software and important aspects of control software and user interface development are described in this chapter. The goal of the thesis is to create a control system, which will function correctly and reliably.
APA, Harvard, Vancouver, ISO, and other styles
14

Vystavěl, Jaroslav. "Nástroj pro podporu managementu rizik." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2019. http://www.nusl.cz/ntk/nusl-403811.

Full text
Abstract:
This semester project deals with risk management. The whole work is conceived according to the current PMI standard. This is an analysis of the ten knowledge areas and the processes involved. After explaining the basic concepts of project management, all processes are briefly described, including the individual inputs and outputs of each process. The most attention is focused on the knowledge area of risk management, which is the subject of this work. From this knowledge area, the risk planning and identification processes are analyzed in more detail according to the assignment. On the basis of these two processes was created an architecture design of application. It describes application design and implementation in PHP framework Laravel. Final part of this thesis consists of testing chapter and final conclusion where the results and possible extensions are discussed.
APA, Harvard, Vancouver, ISO, and other styles
15

Pavelka, Jan. "Nástroj pro usnadnění vývoje a testování PHP aplikací." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2009. http://www.nusl.cz/ntk/nusl-237475.

Full text
Abstract:
The goal of this master's thesis is an introducing with tools for easy coding and debugging of PHP applications and to implement such tool on the basis of analysis of common requirements and specific requirements of IS VUT designers. The project includes an introduction with important ideas and terms referring to tool, analysis and specifications of requirements and design and implementation of final tool.
APA, Harvard, Vancouver, ISO, and other styles
16

Reš, Radim. "Zajištění kvality webových aplikací pomocí nástrojů automatického testování." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2014. http://www.nusl.cz/ntk/nusl-236126.

Full text
Abstract:
The subject of this thesis is web applications quality assurance using automated testing tools. The main goal of this thesis is design and implementation solution for automated regression testing of map web application. In the first chapter are described principles of software quality assurance focused to software testing. After that follows chapter about the possibility of automatic software testing based on analysis tools available to support automated testing of web applications. Next chapters of this thesis are devoted to choosing the ideal tool of automated testing, design and implementation of solutions for automated regression testing of web map application.
APA, Harvard, Vancouver, ISO, and other styles
17

Třísková, Lucie. "Testování webových aplikací s využitím nástroje Selenium Webdriver." Master's thesis, Vysoká škola ekonomická v Praze, 2013. http://www.nusl.cz/ntk/nusl-193654.

Full text
Abstract:
This diploma thesis deals with automated testing of web applications. First of all, it introduces automated testing and compares it with manual testing, then classifies currently available testing tools and describes Selenium testing tools. In further chapter a methodology for automation of testing of web applications is described, providing a systematic manual, how to automate testing, which mistakes to avoid, and also tasks and responsibilities of involved roles. Appendix of this thesis consists of a user manual for Selenium WebDriver, one of the most popular tools for automated functional testing of web application. This manual guides reader from the basics of using Selenium WebDriver tool to its advanced features and provides complete information set needed for writing automated tests. This thesis represents a complex material that can be used for carrying out a process of test automation using a particular testing tool.
APA, Harvard, Vancouver, ISO, and other styles
18

Kratochvíl, Jiří. "Nástroj pro podporu komunikace externích účastníků akce." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2016. http://www.nusl.cz/ntk/nusl-255413.

Full text
Abstract:
The purpose of this thesis was to create application to support communication and ensuring participation of extern participants (sponsors, supporters) of an event such as conference, festival and more. Application provides support for communication between organizers and participants and o ers management of all necessary data associated with organizing event. The thesis also describes methods of project management and standards applicable for this issues. The PMBOK standard was described in detail, which was used together with ARIS methodic for application design in terms of communication, procurement and stakeholders.
APA, Harvard, Vancouver, ISO, and other styles
19

Špaček, Petr. "Nástroj pro SEO analýzu." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2011. http://www.nusl.cz/ntk/nusl-237037.

Full text
Abstract:
The thesis deals with SEO problems (Search Engine Optimization). The part of the thesis is creation of tool which analyzes web pages in multilanguage versions and results provides with appropriate educational effect for user. According the analyzing that can be also used in the regular interval it's possible to show optimization history. The tool uses Microsoft technologies, especially ASP.NET, SQL Server 2008 or Microsoft Server 2008 and is developed by Visual Studio 2010.
APA, Harvard, Vancouver, ISO, and other styles
20

Mikula, Vojtěch. "Web jako marketingový nástroj v sektoru B2B." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-124558.

Full text
Abstract:
The diploma thesis deals with the subject of project management of a web presentation in a B2B sector. Main emphasis is given on a definition of a theoretical framework - description and determination of the different stages of the project preparation. In addition to the design process, the discussed topics are - factors affecting business success and effectiveness of the proposed solution, especially usability, credibility and conviction. The theoretical part also focuses on a testing scheme of information architecture, wire-frames as well as testing the final design. The theoretical framework is subsequently used in the second part, which deals with designing a website for a company operating within the B2B market.
APA, Harvard, Vancouver, ISO, and other styles
21

Hypský, Roman. "Nástroj pro podporu managementu zainteresovaných stran." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2014. http://www.nusl.cz/ntk/nusl-412899.

Full text
Abstract:
This master's thesis describes a tool supporting management stakeholders. Opening chapters of the thesis describe the theoretical background of the work. There are explained knowledge-based areas of the stakeholder management, human resource management and communications management. Following chapters of the work are devoted to the proposed system. At first there are specified the system requirements generally and then also from the perspective of several major users. Subsequently, the system is designed. The system consists of three main blocks - the identification of stakeholders, the stakeholder analysis using the questionnaire surveys and the setting of the communication strategy. The implementation environment (Java EE) is chosen and the system is implemented in it. Then its functionality is checked up on the pattern of data. In conclusion, the results achieved are evaluated and the outputs of processes in the field of management stakeholders are also discussed. At the end the future development of this master´s thesis is delineated.
APA, Harvard, Vancouver, ISO, and other styles
22

Žižka, Petr. "Implementace nástroje pro analýzu přístupů k webové prezentaci založeného na technologii OLAP." Master's thesis, Vysoká škola ekonomická v Praze, 2007. http://www.nusl.cz/ntk/nusl-1323.

Full text
Abstract:
Cílem této práce je vytvořit aplikaci vhodnou pro měření návštěvnosti webových prezentací založenou na standardní OLAP databázi. V první kapitole práce se zaměřuji na získání teoretických podkladů, ze kterých vychází funkční požadavky na aplikaci. Součástí těchto požadavků je výběr nejdůležitějších ukazatelů návštěvnosti, které budou v aplikaci dostupné a popis datových zdrojů, které jsou k odvozování ukazatelů použity. Ve druhé kapitole se zaměřuji na popis použité technologie - OLAP. Třetí kapitola obsahuje vlastní popis tvorby aplikace. Výsledkem práce je návrh aplikace, která je využitelná pro sběr, ukládání a analýzu dat vzniklých při interakci webové prezentace s webovým prohlížečem a která je založená na otevřených volně dostupných komponentách.
APA, Harvard, Vancouver, ISO, and other styles
23

Žouželka, Martin. "Injekce poruch pro webové služby." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2012. http://www.nusl.cz/ntk/nusl-235477.

Full text
Abstract:
This document is especially aimed at web services technologies and testing them using fault injection methods. The work deals with Service-Oriented Architecture, used as a standard for web service implementation, and with software testing in general. Practical part of the project includes the design and realization of a tool, which is able to test the most common types of web services according to setup criteria. To demonstrate its functionality, some of the sample and public web services were tested.
APA, Harvard, Vancouver, ISO, and other styles
24

Jirmusová, Radka. "Ověření metodiky Testování webových služeb nástrojem SoapUI." Master's thesis, Vysoká škola ekonomická v Praze, 2016. http://www.nusl.cz/ntk/nusl-262275.

Full text
Abstract:
This study is focused on web services testing with SoapUI tool, particularly on verification methodology for Web services testing with SoapUI. The main objective of this thesis is to verify the methodology. Specific goals include introduction to basic concepts and principles related to web services, a description of the testing process including types of the tests and specifics of testing web services, introduction of methodology for Web services testing with SoapUI, practical verification of the methodology on the real information system and a suggestion of how to adapt the methodology on the basis of the verification. The theoretical part summarizes basic knowledge of the web services technology and web services testing. Especially it is devoted to description of the methodology for Web services testing with SoapUI and to the introduction of the SoapUI tool. The practical part consists of the introduction of the test system in Česká pojišťovna, a. s. and Generali pojišťovna, a. s., where the methodology is verified. Next the methodology for Web services testing with SoapUI is verified. Based on this verification, there are suggestions of how to adapt or extend the methodology.
APA, Harvard, Vancouver, ISO, and other styles
25

Baxa, Tomáš. "Návrh softwarového nástroje pro on-line uživatelské testování webových aplikací." Master's thesis, Vysoká škola ekonomická v Praze, 2013. http://www.nusl.cz/ntk/nusl-192501.

Full text
Abstract:
This thesis deals with the topic of website optimization and user testing, with focus on the user experience. The main objective of this thesis is to design a software tool for on-line testing of the user experience of web applications, which currently does not exist on the Czech Internet. The first part deals with the user experience in theoretical aspect. It contains a comparison of experts' opinions on the issue and deals with the definition of basic concepts. The theoretical part contains an analysis of research techniques used in designing the user experience, which is an important output for the second part. Practical part of thesis includes at the beginning a research of the availability of tools to support analyzed research techniques on Czech Internet and assess their suitability for implementation into the designed tool. Afterwards thesis follow up the main goal - the development of a software tool for usability testing of web applications and websites (incl. the proposed business model and potential areas for future development). This tool should among other things provide benefits in terms of speed up and simplification of usability testing, including reducing the costs of testing.
APA, Harvard, Vancouver, ISO, and other styles
26

Škutová, Sára. "Nástroj pro podporu managementu rizik." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2020. http://www.nusl.cz/ntk/nusl-417251.

Full text
Abstract:
This master thesis deals with risk management in projects. The goal was to study the knowledge areas of project management, especially planning, identification and qualitative analysis of risk management. Based on the information from the required area, a tool was designed to help visualize the risks on the project while supporting their identification and analysis. The designed tool was programmed with the combination of Java Spring Boot server and React client. At the end of this thesis you can find result of the testing and possible future expansion of the application.
APA, Harvard, Vancouver, ISO, and other styles
27

Šišák, Ivan. "Nástroj pro určování atribuce online marketingových aktivit." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2013. http://www.nusl.cz/ntk/nusl-412893.

Full text
Abstract:
The tool allows distribution of credit for the conversion to various marketing activities. So-called attribution modelling is concerned. The distribution of conversion is described by the models, except those most famous (first interaction model, last interaction model, linear model), that allow to create any distribution of conversion to several marketing activities. The use of this tool may be useful in the surveys of the effectiveness of marketing activities.
APA, Harvard, Vancouver, ISO, and other styles
28

Pomahač, Lukáš. "Vybrané nástroje projektového managementu - analýza a praktická aplikace." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-85300.

Full text
Abstract:
The main goal of the theses is the analysis and selection of open-source, web-based project management tools for support of project management. The theoretical chapter focuses on basic project management definitions and functions. The methodological chapter briefly describes multi-criteria decision-making and other methods used in the practical section. The practical chapter includes a short summary of the IQUAP Czech Republic, Ltd. Company, then research on available project management tools, two round multi-criteria evaluation of the selected tools, selection and pilot testing of the final tool TeamLab, evaluation of the pilot testing by using questionnaires. The main benefit of the theses is the analysis and evaluation of the project management tools in relation to the utilization within practice.
APA, Harvard, Vancouver, ISO, and other styles
29

Kikerle, Martin. "Nástroje pro testování bezpečnosti aplikací v ASP.NET." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-193107.

Full text
Abstract:
The purpose of this thesis is to create a methodology which helps ASP.NET developers to test their web applications for the presence of the most common vulnerabilities. The theoretical part is focused on the ways of application testing and briefly describes ten of the most common web application vulnerabilities, so-called OWASP Top Ten 2013. The web application testing methodology is included in the practical part. A process of the application testing is the key part of the methodology. The designed methodology is used for the selected web application testing.
APA, Harvard, Vancouver, ISO, and other styles
30

Roubal, Martin. "Nástroj pro podporu ověřování profesní kvalifikace." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2015. http://www.nusl.cz/ntk/nusl-234911.

Full text
Abstract:
This master's thesis deals with the specification, design and implementation of a supporting tool for vocational qualification verification. At the beginning the project management is described in terms of the international standards and certifications. Then the requirements for the developed system are specified, the design of the system is created and the implementation of the prototype is described. The tool is designed as a web application simplifying the certification process from the point of submitting the application to the passing the examination. This tool provides a configurable system of the electronic tests and examinations, which can be customized to the requirements of various certifications.
APA, Harvard, Vancouver, ISO, and other styles
31

Blašková, Adriána. "Metodika a nástroj pro podporu řízení rizik v projektech." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2019. http://www.nusl.cz/ntk/nusl-399188.

Full text
Abstract:
This master's thesis deals with the area of risk management in project management. The aim is to create a complex risk management methodology and a functional prototype of the system that complements and supports it. The methodology is based on the fundamental principles of these areas and the analysis of currently used project and risk management approaches in practice. Selected were PRINCE2, Agile Approach and ITIL. The advantages of the methodology are its complexity, no bound to any standard but based on methodology's positive  features. Based on the methodology, a web application for management and visualization of projects and risks has been developed and supports work with it.
APA, Harvard, Vancouver, ISO, and other styles
32

Přibylová, Kateřina. "Nástroj pro správu a vizualizaci rizik v managementu projektů." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2018. http://www.nusl.cz/ntk/nusl-385886.

Full text
Abstract:
This master thesis deals with the topic of risk management and explains its importance during project management in IT projects. It descibes every phase of the risk management life cycle and also methods and procedures used in each phase. After that the thesis focuses on decision analysis, mainly on decision trees and Monte Carlo simulation. The last part contains the design of an application for risk management and visualization. Prototype of this system has been implemented based on this design in PHP framework Laravel. Details of the implementation and testing are in the next part of this thesis. In the end there is an assessment with discussion of possible expansions.
APA, Harvard, Vancouver, ISO, and other styles
33

Serečun, Viliam. "Automatizovaná rekonstrukce webových stránek." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2018. http://www.nusl.cz/ntk/nusl-386003.

Full text
Abstract:
Many legal institutions require a burden of proof regarding web content. This thesis deals with a problem connected to web reconstruction and archiving. The primary goal is to provide an open source solution, which will satisfy legal institutions with their requirements. This work presents two main products. The first is a framework, which is a fundamental building block for developing web scraping and web archiving applications. The second product is a web application prototype. This prototype shows the framework utilization. The application output is MAFF archive file which comprises a reconstructed web page, web page screenshot, and meta information table. This table shows information about collected data, server information such as IP addresses and ports of a device where is the original web page located, and time stamp.
APA, Harvard, Vancouver, ISO, and other styles
34

Martinák, Lukáš. "Výkonnostní testování webových aplikací." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2012. http://www.nusl.cz/ntk/nusl-236576.

Full text
Abstract:
This thesis is about software testing and mainly focused on performance testing of web applications. The introductory chapters outline problems of testing, identification of key issues, explanation of general concepts and software quality, differences between desktop and web application testing and finally - performance testing. Then, there is chosen a web application suitable for testing (Kentico CMS 6) and comparison of existing tools for performance and load testing. One of them (Microsoft Visual Studio 2010 Ultimate Edition) is chosen for the further testing. Therefore, several test scenarios are designed and implemented (including demonstration of creating, editing and debugging, extending with plug-ins, maintaining, running in a distributed environment, etc.). Finally, there are introduced testing reports and suggestions for the further testing.
APA, Harvard, Vancouver, ISO, and other styles
35

Jaroš, Martin. "Nástroj pro kvantitativní analýzu a detekci rizik u konfliktu v zákaznických prostředích při vydávání verze." Master's thesis, Vysoké učení technické v Brně. Ústav soudního inženýrství, 2020. http://www.nusl.cz/ntk/nusl-414190.

Full text
Abstract:
This diploma thesis deals with the issue of risk detection in conflicts when releasing a new version in customer environments. This thesis deals with the knowledge areas of project management according to the current PMI standard, where one of the areas of risk management is described in more detail. Theoretical knowledge is applied in the practical part when specifying the requirements and design of the tool. The following sections describe the implementation and testing procedure.
APA, Harvard, Vancouver, ISO, and other styles
36

Myšík, Pavel. "Metodiky rozvoje startupu, porovnání a aplikace, zhodnocení akvizice a aktivace zákazníků za použití webové analytiky." Master's thesis, Vysoká škola ekonomická v Praze, 2014. http://www.nusl.cz/ntk/nusl-198462.

Full text
Abstract:
The thesis deals with the issue of startups and methodologies of their development. Main aim is to explain chosen approaches to development of startup, compare them and then retrospectively use them in an e-shop selling clothes, determine mistakes of past development in relation to the methodologies and evaluate their suitability for specific business of specific product (clothes) distribution in the Czech Republic. Another equally important aim is to assess the effectiveness of acquisition and activation of customers of the e-shop using web analytics tools and evaluate behavior of visitors.
APA, Harvard, Vancouver, ISO, and other styles
37

Hala, Karel. "Platforma pro definici a zpracování dat." Master's thesis, Vysoké učení technické v Brně. Fakulta podnikatelská, 2017. http://www.nusl.cz/ntk/nusl-318306.

Full text
Abstract:
This diploma thesis deals with creating platform which serves for easy manipulation with large data set. There are numerous technical knowledge described in this thesis to understand web development. Later there are proposed approaches of how to make as easy as possible for user to define and work with large data sets. Platform is written and created in a way, that it is easy to extend eny part of it.
APA, Harvard, Vancouver, ISO, and other styles
38

Zrůst, Vojtěch. "Implementation of Case Tool for PSD." Master's thesis, Vysoká škola ekonomická v Praze, 2016. http://www.nusl.cz/ntk/nusl-203866.

Full text
Abstract:
The objective of this thesis is analysis, design and development of an application used for the Process-State Diagram (PSD). Purpose of this thesis is to make PSD tool available for as many users as possible in order to make it a standard tool for managers and analysts. The theoretical part analyzes the basic functionality that should be included in the first version of this app and the strategy and the method of implementation. An important part of the analysis is to compare the three types of applications: desktop, web and mobile; and their relevance to a given problem. The practical part includes the actual implementation and the necessary steps to deploy the application.
APA, Harvard, Vancouver, ISO, and other styles
39

Špalek, Ondřej. "Pokročilé možnosti automatizovaného testování nástrojem Selenium Webdriver." Master's thesis, Vysoká škola ekonomická v Praze, 2015. http://www.nusl.cz/ntk/nusl-204899.

Full text
Abstract:
This diploma thesis is focused on introduction of advanced possibilities of working with testing Selenium WebDriver framework. Basics of software testing and Selenium framework are described in first part of the text. Second chapter contains overview of available tools and applications which enhance Selenium WebDriver. These include frameworks using WebDriver API, software containers, automatization tools, continuous integration tools and services which enable to run tests remotely. Last chapter contains case study which describes implementation of automated testing in BellaDati company. The attachment contains user guide for Geb framework which was used in the case study.
APA, Harvard, Vancouver, ISO, and other styles
40

Nemcová, Miroslava. "Návrhy na zvýšenie predaja produktov spoločnosti Royal Mint prostredníctvom jej webovej stránky." Master's thesis, Vysoká škola ekonomická v Praze, 2011. http://www.nusl.cz/ntk/nusl-136208.

Full text
Abstract:
This thesis deals with The Royal Mint and it's online strategy. Using web analytics tools and usability testing it analyzes a current state of website and e-shop of the company. From the obtained figures about visits of the website, keywords, conversion rate, traffic sources and others, the customers' behavior is analyzed and subsequent conversion rate and user friendliness-raising measures are evaluated. The thesis summarizes recommendations resulting from the carried analyses in order to increase the online sales, bring new customers online and increase the loyalty of the existing ones.
APA, Harvard, Vancouver, ISO, and other styles
41

Hadamčík, Lukáš. "Návrh metodiky pro tvorbu webových stránek s důrazem na UX." Master's thesis, Vysoká škola ekonomická v Praze, 2012. http://www.nusl.cz/ntk/nusl-162518.

Full text
Abstract:
This master thesis suggests a new design methodology used for creating web pages, with an emphasis on User Experience (UX). The thesis does not focus on specific web technol-ogies, but it rather concentrates on the process of preparation and design of websites. When applying such a process, the websites will not only meet clients business objectives, but it will also satisfy users requirements. The theoretical part of this thesis summarizes the information about User Experience De-sign, defining its processes, terms, tools, tasks and roles associated with it. The outline may serve the developer and the client as a guide when realizing a project or creating a demand for one. The main aim of the practical part is to introduce a new methodology for creating websites focusing mainly on the UX. The methodology is proposed by the author himself, based on his many years of experience in the field, and tested on a real project which is also present-ed in the practical part.
APA, Harvard, Vancouver, ISO, and other styles
42

Kefurt, Pavel. "Získávání znalostí z veřejných semistrukturovaných dat na webu." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2016. http://www.nusl.cz/ntk/nusl-255386.

Full text
Abstract:
The first part of the thesis deals with the methods and tools that can be used to retrieve data from websites and the tools used for data mining. The second part is devoted to practical demonstration of the entire process. Web Czech Dance Sport Federation, which is available on www.csts.cz , is used as the source web site.
APA, Harvard, Vancouver, ISO, and other styles
43

Bartáková, Kateřina. "Marketingová komunikace obchodní firmy Archmanic s.r.o." Master's thesis, Vysoké učení technické v Brně. Fakulta podnikatelská, 2010. http://www.nusl.cz/ntk/nusl-412963.

Full text
Abstract:
The target of this thesis is to design appropriate communication tools and channels from Marketing Communications area mainly for Business companies which engage in architectonic and project field. Recourses of this thesis will be theoretical findings from area of contemporary trends in Marketing Communication. These are applied in an analysis of present day state of the company. They are an initial point for particular design of Marketing Communication of the given company herewith.
APA, Harvard, Vancouver, ISO, and other styles
44

Mareš, Martin. "Pseudonymizace textových datových kolekcí pro strojové učení." Master's thesis, 2021. http://www.nusl.cz/ntk/nusl-451111.

Full text
Abstract:
Text data collections enable the deployment of artificial intelligence algorithms for novel tasks. Such collections often contain miscellaneous personal data and other sensitive information that complicates sharing and further processing due to the personal data protection requirements. Searching for personal data is often carried out by sequential passes through the complete text. The objective of this thesis is to create a tool that helps the annotators decrease the risk of data leaks from the text collections. The tool utilizes pseudonymization (replacing a word with a different word, based on a set of rules). During the annotation process, the tool tags the words as "public", "private" and "candidate". The task of the annotator is to determine the role of the candidate words and detect any other untagged private information. The private words then become the subject of the pseudonymization process. The auto-tagging tool utilizes a named entity recognizer and a database of rules. The database is automatically improved based on the decisions of the annotator. Different named entity recognizers were compared for the purpose of personal data search on the collection of the ELITR project. During the comparison, a method was found which increased the sensitivity of the named entities detection which also...
APA, Harvard, Vancouver, ISO, and other styles
45

Žemlička, Milan. "Webová počítačová hra jako edukační nástroj." Master's thesis, 2017. http://www.nusl.cz/ntk/nusl-349440.

Full text
Abstract:
This diploma thesis focuses on a didactic game and its usage within an educational process. The subject of the thesis is, on the basis of the study of the expert literature and expertly focused primary resources from various fields, to create and test a functional web computer game with didactic content. The theoretical part focuses on the very phenomenon of a game; from a historical and philosophical point of view as well as from the current interpretation of electronic games and a game in the context of didactic methods. In the empirical investigation, the thesis contains the whole development of the game, possibilities of its modification depending on users and the implementation of the didactic game in teaching. In the conclusion, the results of the research are given and recommendations for the research area of the development of other educational tools using Web applications as games are made.
APA, Harvard, Vancouver, ISO, and other styles
46

Turčínek, Pavel. "Webová aplikace jako nástroj řízení vztahu se zákazníky." Master's thesis, 2010. http://www.nusl.cz/ntk/nusl-89552.

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

Kopencová, Barbora. "Internet jako nástroj komunikace neziskových organizací." Master's thesis, 2013. http://www.nusl.cz/ntk/nusl-329067.

Full text
Abstract:
This thesis describes the possibilities of using the internet for marketing and fundraising activities of non-profit organizations in the Czech Republic. It has an emphasis on the quality of non-profit organizations' web sites. The first chapter of the thesis presents a non- profit sector and its specifics. Furthermore, it describes the possible ways NGOs can communicate on the internet and their potential online marketing. The third chapter is dedicated to fundraising forms and mapping the current trends in online fundraising. The fourth and fifth chapter explain the specifics of web site usage and social networks. Moreover, the principles of quality web sites are presented. The last chapter focuses on the analysis of the web sites of selected non-profit organizations in the area of social rehabilitation. The analysis is mainly devoted to accessibility and usability of web sites. It also examines the potential use of web sites to communicate with users and supporters.
APA, Harvard, Vancouver, ISO, and other styles
48

Jurníček, Tomáš. "Webová aplikace pro podporu testování software." Master's thesis, 2018. http://www.nusl.cz/ntk/nusl-429483.

Full text
Abstract:
The aim of this diploma thesis is to analyze the process of testing in a selected company. To find out what activities are vital and use those to further define the requirements for a suitable test tool, that would increase work efficiency. In the next part of the thesis, a research and evaluation of already existing software is conducted. This is followed by design and creation of a custom solution in the form of a web application. The resulting solution is implemented in the Nette PHP framework and consequently is tested.
APA, Harvard, Vancouver, ISO, and other styles
49

Matulík, Ondřej. "Realizace webové aplikace sportovního klubu s podporou CASE nástroje WebRatio a jazyka IFML." Master's thesis, 2016. http://www.nusl.cz/ntk/nusl-251294.

Full text
Abstract:
Implementation of web application for sport club with the support of CASE tool WebRatio and IFML notation. Diploma thesis. Brno: Mendel University in Brno, 2015. This diploma thesis deals with implementation of web application for sport club with the support of CASE tool WebRatio and IFML notation. The thesis describes software development method-ologies with a main focus on web applications and IFML notation. The practical part of this thesis deals with the implementation of a web application based on analysis of the current state of the problem domain and defined business requirements. Development process of entire application was conducted in accordance with the IFML notation. For the analysis and system modelling were used diagrams and models of UML2 and IFML languages. Models and diagrams were made by CASE tool WebRatio and Enterprise Architect. The application was implemented using ASP.NET MVC technology, Mi-crosoft SQL Server database tool and C# language.
APA, Harvard, Vancouver, ISO, and other styles
50

Hašková, Gabriela. "Využití nástrojů internetového marketingu v e-shopu." Master's thesis, 2015. http://www.nusl.cz/ntk/nusl-190134.

Full text
Abstract:
Hašková, G., Trenz, O., Using internet marketing tools in the online shop. Diploma thesis. Brno: Mendel University, 2015. This diploma thesis deals with internet marketing and practical using internet marketing tools. It includes keyword analysis, PPC advertising, e-mailing and Facebook marketing. The aim of this thesis is increasing sales of the specific online shop.
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