• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 166
  • 144
  • 49
  • 21
  • 14
  • 8
  • 7
  • 5
  • 5
  • 4
  • 4
  • 3
  • 3
  • 3
  • 2
  • Tagged with
  • 469
  • 469
  • 144
  • 139
  • 128
  • 87
  • 85
  • 82
  • 68
  • 64
  • 63
  • 59
  • 53
  • 52
  • 51
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
151

Implementation of Case Tool for PSD / Implementace Case nástroje pro PSD

Zrůst, Vojtěch January 2016 (has links)
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.
152

Metodika vývoje webové aplikace v malém týmu / Methodology of web application development in small team

Cikánek, Svatopluk January 2015 (has links)
The topic of this master thesis is design of appropriate methodology for software develop-ment with specific requirements put by a development team and following use of chosen methodology in practice. Designed methodology should be applicable especially for startups and school projects. Within this thesis is described several methodologies of which author picks the most suitable one for a project and customize several of its parts. The cho-sen methodology is tested on a project of web application for electronic records of sales. After the project ends, methodology is evaluated and suggested changes are described. Outcome of this master thesis is methodology usable in practice and application which fully meets the requirements given by law.
153

Přístupy a praktiky k vývoji současných webových aplikací - realizace webové platformy pro tvorbu online vzdělávacích kurzů / Principals and practices present a web application development - implementation of web platform for the creation educative courses

Hoch, Tomáš January 2016 (has links)
This thesis deals with all web application development phases, analyses key activities and common issues of each phase and shows suitable principals and practices used to solve those issues. Described principals and practices do not only solve partial development problems just as isolated segments, but also takes into account overall web application solution. This thesis targets mostly junior developers, who through it might connect to their theoretical knowledge gained during studies and also gain knowledge representing the base knowledge of each developer. This thesis includes examples, findings and benefits resulting from an application of stated principals and practices during Leduvio platform development.
154

Automation of the deployment of PHP applications / Automatizace nasazení PHP aplikací

Bauer, Tomáš January 2011 (has links)
This diploma thesis deals with the delivery of software products to end users and automation of related processes. After the initial introduction to the issue of deployment, as it is defined by one of the widely used software engineering methodology RUP (Rational Unified Process), the thesis devotes to practices as Continuous Integration, Continuous Delivery and Continuous Deployment which are directly oriented to the delivery of a software product based on automated processes. The second part depicts the design and the implementation of the solution for automation of the deployment of web applications in PHP within the specific developer company. The design part itself covers the analysis of the current state of the manual deploying process of business applications along with possible ways of automation its parts (updating the source code and database schema, application configuration, etc.), the definition of essential requirements for the solution and analysis of available tools which is the base for the selection of the most suitable tools for each component forming the resulting solution. The thesis also depicts interesting or nontrivial parts of implementation of each component, the practical case of usage of the system, the subsequent evaluation of the resulting solution along with estimated benefits and suggestions for the future expansion of its functionality.
155

Hyperlokální úroveň internetového média v praxi / Hyperlocal level use of internet media in practice

Kvapil, Hynek January 2011 (has links)
This diploma thesis is concerned with the use of the internet on local scale. The theoretical part aims to analyze the problems of the internet use at the local level. This part will take into account important factors affecting the functioning of such projects as the behavior of users, typologies of applications possible for implementation and future trends. Next theoretical part will cover the principles and possibilities of using web 2.0 technologies in such projects. The practical part will include an analysis of selected territories, the specification of web application and the implementation of such hyperlocal web project on the town Jičín using web 2.0. The final part of the thesis will include evaluation of the project due to the theoretical part and possible future development of implemented hyperlocal web application project.
156

Testování webových aplikací za pomoci detekce změn jejího vzhledu / Testing web applications using detecting changes its appearance

Sklenář, Pavel January 2012 (has links)
The thesis deals with the detection of changes in appearance of web applications for com-patibility testing of appearance across web browsers. The main objective of this thesis was to develop a test library that could compare any of two web pages in different browsers and capture their differences not only graphically, but also numerically. Library uses public available tools for its functionality. The contribution of this thesis is in a solution that, as the only one from similar tools available on the market, tries to automate the testing process compatibility of appearance of web applications.
157

Návrh webové aplikace pro řízení tréninkového procesu atletů / Design of a web application for athletes and their training process management.

Šimůnek, Dominik January 2012 (has links)
This master thesis deals with the development of the web application to support athletes and their training management. The application will be useful both for athletes and their trainings evidence and indicators calculation and for the couches and the trainings planning. The evaluation of the existing tools for the training management and evidence is made as a part of the thesis. Based on this, the consultations with the athletic couches, athletes and the author's experience, the functionality requirements are determined. The use cases of all the potencial users and the class diagram of the application are defined following the requirements. Latest web technologies such as Grails and Groovy were used during the application programming. The result is publicly available and running at www.goodathlete.cz.
158

Srovnání vývoje webových aplikací v Nette frameworku (PHP) a Node.JS / Comparison of web application development in Nette Framework (PHP) and Node.JS

Kočárek, Michal January 2012 (has links)
The thesis is concerned with comparison of web application development platforms, namely Nette Framework on PHP platform and platform Node.JS. The objective is to provide complex picture of differences between the frameworks. Previous theses compared Grails framework on Java platform, Zend Framework on PHP platform and ASP.NET MVC platform. This thesis builds upon them thus provides comparison of five different platforms for web application development. As a part of the thesis, I developed two web applications. One is in Nette Framework in PHP and one is in Node.JS. Their purpose is to be main source of information for the comparison. Furthermore, beginning developer learning new platform can use them as a study material. They can also help to examine platform differences. Applications I developed meet same user requirements as the applications contained in previous theses. Therefore it is possible to compare all five applications on five platforms with each other. The platforms are compared in several areas. First area focuses on fundamental platform differences. Second area is more theoretical. It concerns the platform architecture. Platforms are judged by amount of the support for Martin Fowler's architectonical patterns. Next area concerns platforms' usage during the web application development. There are both objective criteria as well as subjective evaluation based on the application development included. The last area compares available support of the platforms. Thesis provides complex comparison of five different platforms by same criteria. Developed web applications, based on same requirements, are also a benefit. Potential reader can form her own judgement based on the differences in implementation of same functionality she founds on different platforms.
159

Nástroje pro testování bezpečnosti aplikací v ASP.NET / Security testing tools for ASP.NET applications

Kikerle, Martin January 2015 (has links)
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.
160

How does the user experience of a progressive web application compare to native application? : A case study on user's attitude in context of social media.

Sedkowska, Justyna January 2020 (has links)
Purpose–The purpose of this thesis paper was to measure differences in the user experience provided by the Progressive Web App technology in comparison to native application in a context of social media. The study investigated users attitude towards different user interfaces implemented in the PWA and the native application. Method–This paper isqualitative research in the field of user experience. Usability tests paired with semi-structured interview were chosen as research methods for this study. The study has been conducted on Twitter's PWA and Android application. Ten participants took part in the study. Findings–The results have shown that most of the participants can identify differences in the user interfaces of both apps. Although both applications provided the same functionalities, the different UI solutions were the major factor influencing users feelings. On top of that, different user interfaces did not change the user's perception of the platform's consistency. As a result, more participants preferred the PWA over the native app. Moreover, results suggest that PWA can provide native-like experience in the context of social media. Implications–The main contribution of this bachelor thesis is a comparison of user experience on PWA and native app technology in the context of social media. This research opens a discussion about the need for companies to broader their digital presence by implementing PWA technology as it can bring benefit to users and businesses. Limitations–The main limitation of this study is a low number of participants caused by restrictions of social distancing inthe times of global pandemic. On top of that, the convenient sampling method has been used. Keywords–User Experience, Progressive Web Application,User Interface, Native Mobile Application, Attitude

Page generated in 0.0928 seconds