To see the other types of publications on this topic, follow the link: Web-development.

Dissertations / Theses on the topic 'Web-development'

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 'Web-development.'

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

Tsardas, Nikolaos A. "Web database development." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2001. http://handle.dtic.mil/100.2/ADA397539.

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

McElhiney, Patrick R. "Scalable Web Service Development with Amazon Web Services." Thesis, University of New Hampshire, 2018. http://pqdtopen.proquest.com/#viewpdf?dispub=10931435.

Full text
Abstract:

The objective of this thesis was to explore the topic of scalable web development, and it answered the question, “How do you scale a website to handle more traffic at peak times without wasting resources?” This is important research to any web company that has issues with rising costs as demand for their website increases. It would be wise for every online business to be prepared for more web traffic, before it occurs, without spending the budget of a multi-million user web company in low traffic periods. The last thing you want is an error as your customer base starts to arrive, giving them a bad experience for their first impressions, which would result in lost revenue.

Scalable software development architectures, including microservices, big data, and Kubernetes were studied, in addition to similar web service companies including Facebook, Twitter, and Match.com. A scalable architecture was designed for a social media web service, MeAndYou, using the big data configuration with a shared Aurora database, which was configured using an auto-scaling group attached to a load balancer in Amazon Web Services (AWS). It was tested using a custom threaded Selenium-based Python script that applied simulated user load to the servers. As the load was applied, AWS added more Elastic Compute Cloud (EC2) instances running a virtual disk image of the web server. After the load was removed, the instances were terminated automatically by AWS to save costs.

Countless steps were taken to make the web service bigger and more scalable than it originally was, before testing, including adding more fields to user profiles, adding more search types, and separating the layers of code into different Hypertext Preprocessor (PHP) files in the front-end. A version control system was configured on the servers using GitHub and rsync. The systems architecture designed suggests the Match Engine should use a stream processing message queue, which would allow the system to factor searches one at a time as they are created, with horizontal scaling capabilities, rather than grabbing the entire database and storing it in memory. The backend Match Engine was also tested for accuracy using Structured Query Language (SQL) injection, which determined how the match algorithm should be improved in the future.

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

Linder, Anders, and Johan Olsson. "Free Software For Web Development." Thesis, Linköping University, Department of Science and Technology, 2003. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-2000.

Full text
Abstract:

This thesis will look into what kind of solutions a company or a private person can use if they want to create a dynamic website using only free software. To do this we divided our work in two parts. In the first part, we developed a dynamic website for a Swedish company. On the server side we used exclusively free software with open source code. There are different meanings in how the term “free” should be used when referring to software, which we will explain in the thesis. We have also chosen to work with the XMLtechnology to see if it lives up to its expectations and to see if we could benefit from the technology. Alongside with the development of our site, another company developed a site for the same company as us, by using non-free software. We have described both implementations and compared them to see if it is possible to do the same thing with both free and non-free software.

The investigating part of our work consisted of getting information about what other people think about the free software phenomenon. To do so we created an online questionnaire where we randomly picked 100 Swedish web agencies and asked them to answer 8 questions about what kind of software they used in their company, and what they thought about free software. To get some more opinions we also interviewed two persons involved in these kinds of topics. Jan Sandred, who is a well known expert advisor in topics concerning the Information Technology area and Richard Stallman, the founder of GNU and the Free Software Movement.

The reason for dividing the thesis in two parts was to get an overall picture on the subject. We did not only want to base our results on other people’s thoughts. We wanted to make our own conclusions based on the implementation we did. This approach showed out to be very good. We got to try working with free software ourselves to see its pros and cons and build our own opinions about it. We could then proceed to compare our impressions to other people’s impressions about free software.

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

Rahman, Mohammad Hafijur. "Designing Framework for Web Development." Thesis, Uppsala universitet, Institutionen för informatik och media, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-168362.

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

Okamoto, Sohei. "WIDE web interface development environment /." abstract and full text PDF (free order & download UNR users only), 2005. http://0-gateway.proquest.com.innopac.library.unr.edu/openurl?url_ver=Z39.88-2004&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&res_dat=xri:pqdiss&rft_dat=xri:pqdiss:1433350.

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

Panta, Purushottam. "Web Design, Development and Security." Connect to resource online, 2009. http://rave.ohiolink.edu/etdc/view?acc_num=ysu1244819478.

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

Norberg, Tobias, Andreas Oskarsson, and Martin Kling. "Web application development : a study on UML Web Application Extension." Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik och datavetenskap, 2002. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-1689.

Full text
Abstract:
The complexity of Web sites are increasing and transforming into Web applications that contain business logic, interactivity, transaction handling and states. This phenomenon forces the Web developers to adapt more traditional software engineering techniques to keep the Web applications error free, maintainable, reusable, well documented etc. Many Web developers do not use any engineering techniques at all and design mainly to create as fashionable applications as possible with no regards on the application?s functionality. This results in applications that are hard to maintain and with poor functionality. The purpose with this thesis was to see if the use of a more traditional software engineering technique, namely the Unified Modeling Language with the newly added Web Application Extension, resulted in a Web application with good design regarding the maintainability of the application. To investigate the maintainability of an application, the maintainability was further divided into three sub criteria: extensibility, reusability and documentation. These three criteria were then applied on a case study were a Web application was designed. From the analysis of the final design, using the three criteria, the maintainability was derived. The result of the entire investigation showed that the UML WAE had a good support for extensibility, fair support for reusability and very good support for documentation. From these results the main conclusion was derived, that the use of UML WAE resulted in good design regarding the maintainability. However, the result is limited to our case study and the design created in that case. The result may have been different if the three criteria had been applied on a different case. Another aspect to consider is that the quality of a design is often dependent on the knowledge of the persons that carry out the design.
APA, Harvard, Vancouver, ISO, and other styles
8

Gallardo, Salas Carlos, and Sánchez Adrián Extremera. "Web Development Frameworks : Ruby on Rails VS Google Web Toolkit." Thesis, Linnéuniversitetet, Institutionen för datavetenskap, fysik och matematik, DFM, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-15828.

Full text
Abstract:
Web programming is getting more and more important every day and as a consequence, many new tools are created in order to help developers design and construct applications quicker, easier and better structured. Apart from different IDEs and Technologies, nowadays Web Frameworks are gaining popularity amongst users since they offer a large range of methods, classes, etc. that allow programmers to create and maintain solid Web systems.This research focuses on two different Web Frameworks: Ruby on Rails and Google Web Toolkit and within this document we will examine some of the most important differences between them during a Web development.
APA, Harvard, Vancouver, ISO, and other styles
9

Rode, Jochen. "Web Application Development by Nonprogrammers: User-Centered Design of an End-User Web Development Tool." Diss., Virginia Tech, 2005. http://hdl.handle.net/10919/28222.

Full text
Abstract:
This work investigates entry barriers and approaches for facilitating end-user web application development with the particular focus on shaping web programming technology and tools according to end-users' expectations and natural mental models. My underlying assumption and motivation is that given the right tools and techniques even nonprogrammers may become successful web application developers. The main target audience for this research are "casual" webmasters without programming experience - a group likely to be interested in building web applications. As an important subset of web applications I focus on supporting the development of basic data collection, storage and retrieval applications such as online registrations forms, staff databases, or report tools. First I analyze the factors contributing to the complexity of web application development through surveys and interviews of experienced programmers; then I explore the "natural mental models" of potential end-user web developers, and finally discuss my particular design solutions for lowering entry barriers, as embodied by a proof-of-concept development tool, called Click. Furthermore, I introduce and evaluate the concept of "Design-at-Runtime" - a new technique for facilitating and accelerating the development-test cycle when building web-based applications.
Ph. D.
APA, Harvard, Vancouver, ISO, and other styles
10

DeLong, David Blane. "A web-based, database bound, WYSIWYG development environment for web applications." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2580.

Full text
Abstract:
This project, WebAppDesigner, combines a "What You See Is What You Get" (WYSISYG) web page designer, database table designer, query tool, and an automatic deployment process into a single easy to use solution for small businesses and individuals.
APA, Harvard, Vancouver, ISO, and other styles
11

CORONA, ERIKA. "Web Framework Points: an Effort Estimation Methodology for Web Application Development." Doctoral thesis, Università degli Studi di Cagliari, 2013. http://hdl.handle.net/11584/266242.

Full text
Abstract:
Software effort estimation is one of the most critical components of a successful software project: completing the project on time and within budget is the classic challenge for all project managers. However, predictions made by project managers about their project are often inexact: software projects need, on average, 30-40% more effort than estimated. Research on software development effort and cost estimation has been abundant and diversified since the end of the Seventies. The topic is still very much alive, as shown by the numerous works existing in the literature. During these three years of research activity, I had the opportunity to go into the knowledge and to experiment some of the main software effort estimation methodologies existing in literature. In particular, I focused my research on Web effort estimation. As stated by many authors, the existing models for classic software applications are not well suited to measure the effort of Web applications, that unfortunately are not exempt from cost and time overruns, as traditional software projects. Initially, I compared the effectiveness of Albrecht's classic Function Points (FP) and Reifer's Web Objects (WO) metrics in estimating development effort for Web applications, in the context of an Italian software company. I tested these metrics on a dataset made of 24 projects provided by the software company between 2003 and 2010. I compared the estimate data with the real effort of each project completely developed, using the MRE (Magnitude of Relative Error) method. The experimental results showed a high error in estimates when using WO metric, which proved to be more effective than the FP metric in only two occurrences. In the context of this first work, it appeared evident that effort estimation depends not only on functional size measures, but other factors had to be considered, such as model accuracy and other challenges specific to Web applications; though the former represent the input that influences most the final results. For this reason, I revised the WO methodology, creating the RWO methodology. I applied this methodology to the same dataset of projects, comparing the results to those gathered by applying the FP and WO methods. The experimental results showed that the RWO method reached effort prediction results that are comparable to – and in 4 cases even better than – the FP method. Motivated by the dominant use of Content Management Framework (CMF) in Web application development and the inadequacy of the RWO method when used with the latest Web application development tools, I finally chose to focus my research on the study of a new Web effort estimation methodology for Web applications developed with a CMF. I proposed a new methodology for effort estimation: the Web CMF Objects one. In this methodology, new key elements for analysis and planning were identified; they allow to define every important step in the development of a Web application using a CMF. Following the RWO method approach, the estimated effort of a Web project stems from the sum of all elements, each of them weighted with its own complexity. I tested the whole methodology on 9 projects provided by three different Italian software companies, comparing the value of the effort estimate to the actual, final effort of each project, in man-days. I then compared the effort estimate both with values obtained from the Web CMF Objects methodology and with those obtained from the respective effort estimation methodologies of the three companies, getting excellent results: a value of Pred(0.25) equal to 100% for the Web CMF Objects methodology. Recently, I completed the presentation and assessment of Web CMF Objects methodology, upgrading the cost model for the calculation of effort estimation. I named it again Web Framework Points methodology. I tested the updated methodology on 19 projects provided by three software companies, getting good results: a value of Pred(0.25) equal to 79%. The aim of my research is to contribute to reducing the estimation error in software development projects developed through Content Management Frameworks, with the purpose to make the Web Framework Points methodology a useful tool for software companies.
APA, Harvard, Vancouver, ISO, and other styles
12

Nylén, Håkan. "PHP Framework Performance for Web Development." Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-3874.

Full text
Abstract:
[Context] PHP Frameworks, such as CakePHP and Codei- gniter, have become popular among developers, since they offer ease of development save time and provide already made libraries to use. Considering that more and more websites are built using these frameworks it is important to know how they impact the performance of the website. Comparing the two top frameworks with each other can shed some light on what the performance looks like today on the web with PHP as its base. [Problem] Visitors nowadays have less patience to wait for a website to load. Meanwhile, PHP Framework has become known among developers, but the part of the performance that reduces the load time even more so visitors can surf without any problems, is missing. Therefore, it is a good idea to try to discover how the performance of the PHP Framework can change and improve the visitor experience. [Con- tribution] In this paper is a description of one of the first performance experiments on PHP Frameworks. It can help people make the right de- cision regarding PHP Framework in the future. The lack of data in this area is also one of the decisions to make this paper as well.
APA, Harvard, Vancouver, ISO, and other styles
13

Oliveira, Marcius Henrique de. "Wet web strength development of paper." Thesis, McGill University, 2007. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=101155.

Full text
Abstract:
The adhesion of wet fibers is usually explained by the presence of capillary forces, which keep the swollen fibers together. These bonds are due to the free water present outside the wall of the swollen fibers. However, what happens when the free water is being removed and the tensile strength of the wet web continues to increase is not well understood. Tensile strength's measurements of refined fibers in presence of polyelectrolytes and mineral particles suggest that no enhancement of bonding occurs between the fibers when the free water is gone. The addition of microfibrils tends to enhance the wet web strength. This indicates strongly that fiber entanglement due to mechanical interactions may be the major interaction responsible for keeping the swollen fibers together in the transient region where neither capillary forces nor hydrogen bonding dominate.
The interactions between fibers, precipitated calcium carbonated (PCC) and retention aids, revealed that the wet web strength of PCC-filled handsheets is detrimental in the presence of flocculated PCC particles, while no detrimental effect is observed in the presence of stable PCC particles. Friction generated by the deposition of small and/or single particles on the fiber surface can explain their enhancement of strength, whereas bigger particles may prevent the entanglement of fibers. Finally, the addition of polyelectrolytes to swollen fibers reduces the wet web strength. The presence of an additional polymer layer results in an increased electrosteric repulsion between fibers, which decreases the friction between fibers. This reduction of friction makes the fibers slide more easily over each other, resulting in poor wet web strength.
APA, Harvard, Vancouver, ISO, and other styles
14

Maras, Josip. "Automating Reuse in Web Application Development." Doctoral thesis, Mälardalens högskola, Inbyggda system, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-24600.

Full text
Abstract:
Web applications are one of the fastest growing types of software systems today. Structurally, they are composed out of two parts: the server-side, used for data-access and business logic, and the client-side used as a user-interface. In recent years, thanks to fast, modern web browsers and advanced scripting techniques, developers are building complex interfaces, and the client-side is playing an increasingly important role. From the user's perspective, the client-side offers a number of features. A feature is an abstract notion representing a distinguishable part of the system behavior. Similar features are often used in a large number of web applications, and facilitating their reuse would offer considerable benefits. However, the client-side technology stack does not offer any widely used structured reuse method, and code responsible for a feature is usually copy-pasted to the new application. Copy-paste reuse can be complex and error prone - usually it is hard to identify exactly the code responsible for a certain feature and introduce it into the new application without errors. The primary focus of the research described in this PhD thesis is to provide methods and tools for automatizing reuse in client-side web application development. This overarching problem leads to a number of sub-problems: i) how to identify code responsible for a particular feature; ii) how to include the code that implements a feature into an already existing application without breaking neither the code of the feature nor of the application; and iii) how to automatically generate sequences of user actions that accurately capture the behavior of a feature? In order to tackle these problems we have made the following contributions: i) a client-side dependency graph that is capable of capturing dependencies that exist in client-side web applications, ii) a method capable of identifying the exact code and resources that implement a particular feature, iii) a method that can introduce code from one application into another without introducing errors, and iv) a method for generating usage scenarios that cause the manifestation of a feature. Each contribution was evaluated a suite of web applications, and the evaluations have shown that each method is capable of performing its intended purpose.
APA, Harvard, Vancouver, ISO, and other styles
15

Ноздрунов, Володимир Андрійович. "The Stages of Web Application Development." Thesis, Київський національний університет технологій та дизайну, 2017. https://er.knutd.edu.ua/handle/123456789/7378.

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

Gultyayev. "THE LATEST NEWS IN WEB DEVELOPMENT." Thesis, Київ 2018, 2018. http://er.nau.edu.ua/handle/NAU/33690.

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

Lemos, Rui Mota Bertão. "Smartphone applications development using web technologies." Master's thesis, Universidade de Aveiro, 2013. http://hdl.handle.net/10773/12723.

Full text
Abstract:
Mestrado em Engenharia de Computadores e Telemática
The smartphone market in recent years has grown sharply and with it the possibilities to mobile devices programmers have also grown. This expanding market is currently dominated by two operating systems: Android and iOS. Although these two have a big share of the market (91% of the smartphones sales in 2012 were from one of these two systems) is in the programmer interest to develop applications that are compatible with the largest number of devices and operating systems possible. Companies like PT Inovação have great interest in this market and want to have at their disposal the best tools available to develop application that can attract customers. As such, this dissertation is a study, proposed by PT Inovação, of a method for the development of mobile applications, which makes easier to create applications compatible with several devices and systems. The aforementioned method is the development of mobile applications based on web technologies (HTML5, CSS and Javascript). To study this method several mobiles hybrid applications were developed based in applications already developed, by PT Inovação, using native technology. After the development phase, it was made a comparative study between the hybrid and the native applications, to comprehend which ones had better performance, were easier to develop and had more appealing design, for the several elements that constituted the applications. The conclusions of this study are the main result of the dissertation.
O mercado dos smartphones nos últimos anos tem vindo a crescer de forma acentuada e com isso as possibilidades para programadores de dispositivos móveis também aumentaram. Este mercado em expansão, é actualmente dominado por dois Sistemas Operativos: Android e iOS. Embora estes dois tenham uma grande quota do mercado (91% das vendas de smartphones em 2012 foram de um destes dois sistemas) é do interesse de um programador desenvolver aplicações que sejam compatíveis com o maior número de dispositivos e sistemas operativos possíveis. Empresas como a PT Inovação têm portanto grande interesse neste mercado e pretendem ter ao seu dispor as melhores ferramentas possíveis para conseguir desenvolver aplicação capazes de atrair clientes. Como tal esta dissertação partiu de uma proposta da PT Inovação que consiste no estudo de um método de desenvolvimento de aplicações móveis, que torne mais fácil a criação de uma aplicação móvel compatível com vários dispositivos e sistemas. O método referido é o desenvolvimento de aplicações móveis baseadas em tecnologias web (HTML5, CSS3 e JavaScript). Para estudar este método foram desenvolvidas várias aplicações móveis híbridas, que se baseavam em aplicações já desenvolvidas nativamente pela PT Inovação. Após esta fase de desenvolvimento, foi feito um estudo comparativo entre as aplicações híbridas e as aplicações nativas, onde se observou quais apresentavam uma melhor performance, uma maior facilidade desenvolvimento e um design mais apelativo para os vários elementos que constituíam as aplicações. As conclusões deste estudo são o resultado principal da dissertação.
APA, Harvard, Vancouver, ISO, and other styles
18

Nguyen, Canh Son. "Security in the web development process." Thesis, Uppsala universitet, Institutionen för informationsteknologi, 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-397008.

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

Bergström, Gustav, Elsa Duberg, Karin Holmén, Tobias Lundell, Robert Lönnberg, Marcus Mandelius, Christian Olsson, Björn Ström, and Oscar Äng. "A study in web development : An onlinewatch store as a web application." Thesis, Linköpings universitet, Programvara och system, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-118736.

Full text
Abstract:
This is a report on the development and implementation of the web shop “Urballa Ur”, a web application developed by nine students at Linköping university. The report illustrates the methodology and process with intention to answer the question “How can an online watch store be implemented to increase sales?”. During the process the agile method scrum has been used as a working method. A survey and a market plan was created and the results were used as a foundation for the backlog and implementation process. Additionally, a thorough theoretical study was conducted to found the report in academic research. The results of the study is discussed and the conclusion shows that, by creating a thorough backlog and a solid theoretical background, it is possible to develop a web shop with the requirements to answer the question.
APA, Harvard, Vancouver, ISO, and other styles
20

Paesel, Keir. "Development of a Model United Nations website." [Denver, Colo.] : Regis University, 2005. http://165.236.235.140/lib/KPaesel2005.pdf.

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

Wang, Yue. "Web services for a Software Development Platform." Thesis, Linnaeus University, School of Computer Science, Physics and Mathematics, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-7383.

Full text
Abstract:

Web service is a sophisticated SOA technology with a lot of infrastructure. In this thesis we will get to understand the core aspects and advance futures of Web services and get a solution based on Sauer-Danfoss’s requirements. The critical requirement include to find appropriate Web services application server, to realize an automatic update process and to get a general overview of Web services technology. The challenges in this thesis is obviously in getting understand Web services architecture and programming in unfamiliar language using chosen Web services framework.

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

Cooper, Ezra. "Programming language features for Web application development." Thesis, University of Edinburgh, 2009. http://hdl.handle.net/1842/29069.

Full text
Abstract:
Web programming remains difficult, even with cutting-edge libraries, because the execution model of the web environment is essentially different from the classic models. Unlike a batch program which sits between input and output streams, a web program sits between user activity in the browser and serverside resources such as a database. Furthermore the use of URLs as durable entry points to an application makes the environment fundamentally concurrent and re-entrant, a challenge and opportunity for supporting web programmers. This thesis makes four principal contributions to the technology for expressing web applications. First, it describes the features of Links, a new programming language with a unified model of the web environment, encompassing client and server. Among other things, the Links compiler can slice the program, generating JavaScript to run on the client and other code to run on the server, so that they interact transparently. To allow programmers to control the location of code, Links offers syntactic client and server annotations. The second contribution is a formal semantics of these client/server annotations, in the form of an "RPC calculus." Along with the calculus is provided a compilation technique that shows how these location annotations can be implemented in the web's asymmetrical client/server setting, where the server acts only in response to the client's requests. The third contribution is a description of a language feature, 'formlets,' which is an abstraction of HTML forms; as an abstraction, it allows reusing bundles of form elements, composing them hierarchically, and viewing their submitted data at an appropriate abstract type. And the fourth and final major contribution shows how to integrate relational database query expressions into a programming language while also extending those queries to allow nested data structures and functional abstraction.
APA, Harvard, Vancouver, ISO, and other styles
23

Ghassemi, Rezaei Amin, and Saeid Fattahi. "Remote Laboratory Web-Application Design and Development." Thesis, Blekinge Tekniska Högskola, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-15661.

Full text
Abstract:
The basis of this thesis is a deep featured analysis and a workflow of Web Application Development, attaining to a Remote Laboratory Platform based on .Net Web Application. This thesis has been written for the Bachelor degree in Electrical Engineering held at Blekinge Tenaska Högskola Karlskrona, Sweden.While the main goal is developing a Remote Laboratory access platform. Main objective parameter considerations are, Web Applications interface Design and its programming Methods. Although a feasible deployment brings other technical concerns. Such as Web Server Structures, Database Systems and Security Implementations. All mentioned aspects have been deeply researched and their statistical analysis are based upon world’s leading technology research companies.The thesis conclusion is a neat guide for developing a .Net Web Application in comparison to its rivals and the prototype of the Remote Lab Web Application itself.Targets of the project are Universities, companies and any other organization which are enthusiastic to implement remote access to their laboratories over internet, alongside to any individual whom interested in web application development as the project provides a coherent guide.
APA, Harvard, Vancouver, ISO, and other styles
24

Torres, Bosch María Victoria. "A web engineering approach for the development of business process-driven web applications." Doctoral thesis, Universitat Politècnica de València, 2008. http://hdl.handle.net/10251/2933.

Full text
Abstract:
Actualmente, la World Wide Web se ha convertido en la plataforma más común para llevar a cabo el desarrollo de aplicaciones corporativas. Estas aplicaciones reciben el nombre de aplicaciones Web y entre otras funciones, deben de dar soporte a los Procesos de Negocio (PN) definidos por las corporaciones. Esta tesis presenta un método de Ingeniería Web que permite el modelado y la construcción sistemática de aplicaciones Web que soportan la ejecución de PN. En este trabajo se conciben los PN desde un punto de vista más amplio que el abordado por otros métodos de Ingeniería Web. El tipo de PN abordados incluye tanto procesos cortos como largos. A grosso modo, esta concepción más amplia permite considerar procesos que involucran diferentes participantes (personas y/o sistemas) los cuales cooperan para llevar a cabo un objetivo particular. Además, dependiendo del tipo de proceso que se esté ejecutando (corto o largo), la interacción del usuario con el sistema deberá adaptarse a cada caso. El método presentado en esta tesis ha sido desarrollado basándose en el Desarrollo de Software Dirigido por Modelos. De esta forma, el método propone un conjunto de modelos que permiten representar los diferentes aspectos que caracterizan las aplicaciones Web que soportan la ejecución de PN. Una vez el sistema ha sido representado en los modelos correspondientes, mediante la aplicación de transformación de modelos se obtiene otros modelos (transformaciones de modelo-a-modelo) e incluso el código que representa el sistema modelado en términos de un lenguaje de implementación (transformaciones de modelo-a-texto). El método propuesto en esta tesis está soportado por una herramienta llamada BIZZY. Esta herramienta ha sido desarrollada en el entorno de Eclipse y cubre el proceso de desarrollo desde la fase de modelado hasta la generación de código. En particular, el código generado corresponde con el framework Web Tapestry (framework que genera aplicaciones Web en Java) y con WS-BPEL,
Torres Bosch, MV. (2008). A web engineering approach for the development of business process-driven web applications [Tesis doctoral no publicada]. Universitat Politècnica de València. https://doi.org/10.4995/Thesis/10251/2933
Palancia
APA, Harvard, Vancouver, ISO, and other styles
25

Wagner, Jodi. "Development of dynamically-generated pages on a website." [Denver, Colo.] : Regis University, 2006. http://165.236.235.140/lib/JWagner2006.pdf.

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

Wong, Ka Wah. "Web services adaptation by using Web application wrapper /." View abstract or full-text, 2004. http://library.ust.hk/cgi/db/thesis.pl?COMP%202004%20WONG.

Full text
Abstract:
Thesis (M. Phil.)--Hong Kong University of Science and Technology, 2004.
Includes bibliographical references (leaves 68-70). Also available in electronic version. Access restricted to campus users.
APA, Harvard, Vancouver, ISO, and other styles
27

Pisarski, Steven M. "Conference web site redesign." [Denver, Colo.] : Regis University, 2006. http://165.236.235.140/lib/SPisarskiPartI2005.pdf.

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

King, Barbara M. "A Software Development Life-Cycle Model for Web-Based Application Development." NSUWorks, 2004. http://nsuworks.nova.edu/gscis_etd/636.

Full text
Abstract:
Software development life cycle models were believed to play a critical role in improving software quality by guiding tasks in the software development processes since being formally introduced and embraced in the 1970s. Many organizations attempted to deploy software development life cycle methodologies with the intent to improve the software development process from conception through implementation to delivery. Numerous established software development models exist, including the classic waterfall life cycle model, Spiral model, Prototyping, Evolutionary, (e.g., Staged, Phased, and Timebox models), object-oriented design (OOD) (e.g., Rational Unified Process), and agile processes (e.g., eXtreme Programming [XP]). The design and development of web-based applications introduced new problems and requirements that did not exist when traditional software development life-cycle models were being put into practice. This research presents empirical software development practice data pertaining to web-based application development. The goal of this project was to answer the question, "What is the general paradigm of an SDLC model for web-based application development?" The focus of the project was to derive an empirical SDLC model for web-based application development. Data from current practices was collected via a web-based application. Study participants used the web-based application to input data concerning the SDLC model of their web-based application development process. The empirical model was derived from the data provided by participants on current professional web-based application development practices. The results of this research showed that although web-based application development life-cycle does parallel traditional SDLCs in some phases, there were enough differences that an exact fit to an existing model does not exist. A modified version of the Classic Waterfall with some repetitiveness of the Spiral model with the addition of optional phases best met the situational requirements of web-based application development.
APA, Harvard, Vancouver, ISO, and other styles
29

Namoune, Abdallah. "Investigating visual attention on the web and the development of a web page analyser." Thesis, University of Manchester, 2008. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.500473.

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

Pascalau, Emilian. "TowardsWeb User-Centric Development." Phd thesis, Conservatoire national des arts et metiers - CNAM, 2014. http://tel.archives-ouvertes.fr/tel-01062263.

Full text
Abstract:
World Wide Web (WWW) has become the greatest repository of information that man has ever assembled and it is continuously growing. WWW transformed itself into a generative environment that fosters innovation through the advance of technologies and a shift in people's perception of the Weband how they use it. The new WWW or Future Internet is that of an Internet of Services and Internet of Things.Naturally, a series of questions arise from this context: how do you filter things to create more value than you currently get? how do you aggregate things in an intelligent and easy way instead of doing it in your head? The world cannot be described unambiguously, so how can you allow users to deal with the world in their own way, based on their understanding? Levine in his book "Cluetrain manifesto" was arguing that markets are conversations so how can users be involved in the conversation? how can users be empowered with easy consumption of the services, information, things that they found around?However design and deployment of such software capable of direct interaction and empowerment of the end-user is still an issue. We have on one side users that have ideas, but do not have technical background and lack programming skills to do the development by themselves. On the other side, we have large amounts of data, resources and services that could be aggregated both in terms of data, but most important in terms of behavior to innovate and create new things.Our goal in this thesis is to address this lack of tools that are capable of direct interaction andempowerment of end-users, in a unified manner. Thus our main contribution in this thesis is the development of a holistic approach for web based systems that are user-centric and that integrate data, services and behavior available on the Web 2.0.
APA, Harvard, Vancouver, ISO, and other styles
31

Ott, Bryce D. "Web based resource management for multi-tiered web applications /." Diss., CLICK HERE for online access, 2007. http://contentdm.lib.byu.edu/ETD/image/etd2194.pdf.

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

Garrison, Jay T. "Development of database and web site for D3Multisport." [Denver, Colo.] : Regis University, 2006. http://165.236.235.140/lib/jgarrison2006.pdf.

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

Atterer, Richard. "Usability Tool Support for Model-Based Web Development." Diss., lmu, 2008. http://nbn-resolving.de/urn:nbn:de:bvb:19-92963.

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

Dhali, Salle. "Web application development with .NET : 3-tier architecture." Thesis, Mittuniversitetet, Institutionen för informationsteknologi och medier, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-16436.

Full text
Abstract:
The reason for performing this project work is to develop a Web application for the Student Union of Mid Sweden University applying the modern and comprehensive Microsoft .NET framework platform architecture. At present, the existing web application is divided into several modules which are built of server‐side scripting language technique and an open source database. The customer would like to develop the entire web applications using the Microsoft development tools and technologies in order to determine the possible benefit which could be obtained in terms of cost, maintenance, flexibility and the security perspective issues and also in terms of user friendly interactions options for all the involving partners in an effective way. The primary aim for the project is to start building a bookstore module for the Students Union that is responsible for selling literature to the students at the University. The module will also be integrated into a database system into which an administrator, a member of staff working in the Student Union, will be able to add a new book when it arrives and also update or delete if necessary later on. In addition to this module application all the book’s details belong to a certain category viewable to the students. The other part of this project work is aiming at finding a pattern similar to the bookstore module in which ordinary users can authenticate them towards a database and be able to add their curriculum vitae data entry and update it at a later stage as required.
APA, Harvard, Vancouver, ISO, and other styles
35

Umar, Azeem, and Kamran Khan Tatari. "Appropriate Web Usability Evaluation Method during Product Development." Thesis, Blekinge Tekniska Högskola, Avdelningen för programvarusystem, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-2498.

Full text
Abstract:
Web development is different from traditional software development. Like in all software applications, usability is one of the core components of web applications. Usability engineering and web engineering are rapidly growing fields. Companies can improve their market position by making their products and services more accessible through usability engineering. User testing is often skipped when approaching deadline. This is very much true in case of web application development. Achieving good usability is one of the main concerns of web development. Several methods have been proposed in literature for evaluating web usability. There is not yet an agreement in the software development community about which usability evaluation method is more useful than another. Doing extensive usability evaluation is usually not feasible in case of web development. On the other hand unusable website increases the total cost of ownership. Improved usability is one of the major factors in achieving satisfaction up to a sufficient level. It can be achieved by utilizing appropriate usability evaluation method, but cost-effective usability evaluation tools are still lacking. In this thesis we study usability inspection and usability testing methods. Furthermore, an effort has been made in order to find appropriate usability evaluation method for web applications during product development and in this effort we propose appropriate web usability evaluation method which is based on observation of the common opinion of web industry.
There is no standard framework or mechanism of selecting usability evaluation method for software development. In the context of web development projects where time and budget are more limited than traditional software development projects, it becomes even harder to select appropriate usability evaluation method. Certainly it is not feasible for any web development project to utilize multiple usability inspection method and multiple usability testing methods during product development. The good choice can be the combinational method composed of one usability inspection method and one usability testing method. The thesis has contributed by identifying those usability evaluation methods which are common in literature and current web industry
ifazeem@gmail.com
APA, Harvard, Vancouver, ISO, and other styles
36

Shah, Naeem Ul Hassan. "Adoption of Usability Evaluation Methods in Web Development." Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-3091.

Full text
Abstract:
World Wide Web has attained a significant role in the communication, information sharing and services delivery within some years. The web based applications now contains the information for different organizations, academics, medical and many more. Online business in the form of E-commerce is widely using the concepts of web based business very efficiently. Due to wide use of web applications, the usability and User Experience (UX) play important roles. The organizations often concentrate less on usability evaluation of web applications due to which the users encounter problems while using the product like page loading time, accessibility, font size etc. The bad usability influences the user experience. Usability evaluation of web application helps the companies to develop more user friendly and accessible products which also improve the market positions of their products. There are different Usability Evaluation Methods (UEMs) which can be used to evaluate the product. The appropriate UEM at appropriate time during product development ensures the high quality of product. Due to different definitions of usability and UX it is difficult to evaluate the usability and UX. Furthermore there are some organizational issues like time to market, evaluator's expertise, budget etc which restrict the deployment of UEMs in web development. This thesis study is focused on the identification of different definitions of Usability and UX. The relationship between Usability and UX is also investigated. Interviews are conducted in order to identify the factors which restrict the adoption of UEMs. The results of interview are analyzed by using Grounded Theory. Some recommendations are given on the basis of empirical study that how appropriate usability inspection method(s) can be adopted during the product development.
World Wide Web har uppnått en betydande roll i för kommunikation, informationsutbyte och tjänster leverans inom några år. Den web-baserade applikationer nu innehåller information för olika organisationer, akademiker, läkare och många fler. Online-verksamhet i form av e-handel är allmänt använda begreppen webbaserade business mycket effektivt. På grund av omfattande användning av webbapplikationer, användbarhet och User Experience (UX) spelar en viktig roll. Den organisationer koncentrera ofta mindre på användbarhet utvärdering av webbapplikationer beror på vilken användare stöter på problem när du använder produkter som är likadana sidan lastande tid, tillgänglighet, textstorlek etc. dåliga användbarhet påverkar användarupplevelsen. Användbarhet utvärdering av webbprogram hjälper företag att utveckla mer användarvänliga och lättillgängliga produkter som förbättrar också marknadspositioner produkter. Det finns olika Usability Evaluation Methods (UEMS) som kan användas för att utvärdera produkten. Den lämplig UEM vid lämplig tidpunkt under produktens utveckling säkerställer en hög kvalitet på produkten. Grund olika definitioner av användbarhet och UX det är svårt att utvärdera användbarheten och UX. Vidare finns Vissa organisatoriska frågor som tid till marknaden, Utvärderarens kompetens, budget etc. som begränsar utplacering av UEMS inom webbutveckling. Här avhandlingen Studien är inriktad på identifiering av olika definitioner av användbarhet och UX. Den Förhållandet mellan Användbarhet och UX är också undersökts. Intervjuerna är gjorda för att identifiera de faktorer som begränsar införandet av UEMS. Resultaten av intervjun analyseras med hjälp av Grounded Theory. Vissa rekommendationer ges på grundval av empiriska studie att hur lämpliga användbarhet kontrollmetod (s) kan antas under produktutvecklingen.
APA, Harvard, Vancouver, ISO, and other styles
37

Reimann, Kalle. "Development of a web-based interface for SDH." Thesis, Mälardalens högskola, Akademin för innovation, design och teknik, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-15117.

Full text
Abstract:
Ericsson in Linköing has a test environment for testing telecommunications equipment. New equipment was recently purchased to the fiber-optic network in the test environment, but the management system for the new equipment lacked a web based interface for users without special access to the system. The purpose of this thesis is to implement such an interface. A web site based on Python and Django was built where users can search for circuits, with or without search filters, and get information about the matching circuits. The website has been live for two months and no major issues have appeared.
APA, Harvard, Vancouver, ISO, and other styles
38

Hjärtström, Daniel. "Utilizing web standards for cross platform mobile development." Thesis, Linnéuniversitetet, Institutionen för datavetenskap, fysik och matematik, DFM, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-20421.

Full text
Abstract:
This thesis has taken part as an experimental development within the Learning Ecology through Science with Global Outcomes project. It introduces the area of cross platform mobile application development and provides a possible solution for tackling the current fragmentation of mobile devices and platforms for data collection. During the process, a mobile data collection prototype was designed, implemented and deployed on Android, iOS and Windows Mango by using standards and web standards such as HTML5, CSS3, XForms and JavaScript. The deployed prototype was then tested with users in order to collect the necessary data to help answer the questions that were formulated. The results indicate an ease of use of the prototype in relation to cross platform development and also shows potential benefits such as less code and time. Cross platform development provides a way to counteract the current fragmentation between mobile platforms.
APA, Harvard, Vancouver, ISO, and other styles
39

Nilsson, Axel, and Filip Skogstjärna. "Development of a Web Based Departure Control System." Thesis, Linköpings universitet, Programvara och system, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-137689.

Full text
Abstract:
A departure control system (DCS) is an administrative tool used by airports to handle boarding and baggage management. However the DCSs used by smaller swedish airports are outdated and tied to desktop applications which are a hassle to update. The solution to this problem is to develop a new web based DCS. A DCS needs hardware to fully function (scanners, printers), this poses the problem of communicating between a web browser and hardware. To solve this problem a local server was developed to handle the hardware and communication with the browser which was then integrated into a web application. When developing the DCS, readability and further development was kept in mind making code quality and code commenting key factors. To evaluate whether these factor positively affected readability, an interview was conducted. The foundation of a web based DCS was developed and according to the interview results the conclusions is that code commenting, proper naming and modularity increases source code comprehension.
APA, Harvard, Vancouver, ISO, and other styles
40

Ma, Shaohua. "Development of a Web-based transaction processing benchmark." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk2/ftp01/MQ31615.pdf.

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

Yuan, Shigui. "THE DEVELOPMENT OF THE WEB BASED CO2SYS PROGRAM." The University of Montana, 2006. http://etd.lib.umt.edu/theses/available/etd-12082006-155225/.

Full text
Abstract:
A web-based version of CO2SYS program has been implemented to replace the current DOS based version system. The user does not have to download anything to a local computer, instead they can run the calculations online freely. For this new designed program, all the user inputs and options are displayed in one single window instead of several small black and white DOS screens. All the calculation results are listed in a single page, as well. The user can change any inputs and constants before and after the data calculation, i.e., recalculation. Much more powerful error checking has been built into this web-based system. It also provides useful directions and guidance for the user. The user can get access to the helpful information for each input and constant. Typographical error information, which is listed separately from their individual reference paper, is incorporated with the reference through the hyperlinks. Moreover, this new system presents an attractive and dynamic appearance to users.
APA, Harvard, Vancouver, ISO, and other styles
42

Bin, Sheng. "Web-based product platform development for mass customization /." View the Table of Contents & Abstract, 2006. http://sunzi.lib.hku.hk/hkuto/record/B36161469.

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

Fouladi, Amir Hossein, and Khorvaj Omid Zafari. "TryMyLanguage : An Extensible, Web-based Software Development Environment." Thesis, Linköpings universitet, Programvara och system, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-109673.

Full text
Abstract:
Introducing a new programming language can be a challenge to languagedesigners and developers. This is usually due to diculties related to settingup the environment and going through the documentation for people whowant to start using and learning the language. In this thesis, we developeda web-based software system called TryMyLanguage which can be used toalleviate this issue by eliminating the need for users to install and congurerelated software tools such as compiler, interpreter, etc., on their computers.TryMyLanguage can be congured with dierent programming languagesand it is not limited to a set of predened languages. We evaluated thesystem by simulating a production environment and showing how it wouldbehave in such an environment. At the end a case study is presented to showhow the system can be used with a programming language named Modelyzeas an example.
APA, Harvard, Vancouver, ISO, and other styles
44

Werlinder, Marcus, and Emelie Tham. "Application of Amazon Web Services in software development." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-231917.

Full text
Abstract:
During these last recent years cloud computing and cloud services have started to gain traction, which has been most notable among companies. Amazon have proven to be one of the powerhouses on providing scalable and flexible cloud computing services. However, cloud computing is still a relatively new area. From an outsider’s point of view, the overwhelming information and available services might prove to be difficult to familiarize with. The aim of this thesis is to explore how Amazon Web Services can be applied during software development and observing how difficult it might be to use these services. Three test applications that utilized different Amazon Web Services were implemented to get an insight into how Amazon Web Services can be applied from a cloud computing beginner’s point of view. These applications were developed in an iterative manner, where a case study was performed on each application. At the start of each new iteration a literature study was conducted, where sources were reviewed to see if it provided essential information. In total, nine different Amazon Web Services were used to implement and test the three respective test applications. Results of the case study were interpreted and evaluated with regards to the learnability and appliance of Amazon Web Services. Issues that were identified during the development process showed that Amazon Web Services were not userfriendly for users that have little to no experience with cloud computing services. Further research on other Amazon Web Services, such as Elastic Cloud Computing, as well as other cloud computing platforms like Google or IBM, may provide a deeper and more accurate insight on the appliances of cloud computing.
Under dem senaste åren så har molntjänster blivit ett allt mer populärt område, speciellt inom företag. Ett av dem största utgivare inom molntjänst branschen är Amazon som erbjuder skalbara och flexibla molntjänster. Molntjänster är dock ett relativt nytt område, vilket innebär att någon som inte är insatt i ämnet kan finna all tillgänglig information överväldigande och svår att bekanta sig med. Målet med det här tesen är att utforska olika Amazon Web Service som kan användas inom mjukvaruutveckling och observera problem som kan uppstå med dessa tjänster. Tre testapplikationer som använde sig av Amazon Web Services var skapade för att få en fördjupad kunskap om hur dessa tjänster fungerar och vad för möjligheter de har. Dessa applikationer utvecklades iterativt och en fallstudie utfördes för varje applikation. I början av varje ny iteration genomfördes en litteraturstudie, där källorna var kritiskt granskade för att se ifall dem innehöll väsentlig information för tesen. Sammanlagt användes nio olika Amazon Web Services för att implementera och testa de tre olika testapplikationerna. Resultaten från fallstudien tolkades och utvärderades med avseende på Amazon Web Services lärbarhet och tillämpningsbarhet. Problem som samlades ihop under utvecklingsprocessen visade att Amazons Web Services inte var särskilt användarvänligt för utvecklare med liten eller ingen erfarenhet inom Amazon Web Services. Ytterligare forskning inom andra Amazon Web Services som Elastic Cloud Computing och forskning som undersöker andra molntjänst plattformar som Google Cloud, skulle kunna bidra med en djupare förståelse och mer exakt inblick kring tillämpning av molntjänster.
APA, Harvard, Vancouver, ISO, and other styles
45

Samusenko, Igor. "Web development as a branch of information technology." Thesis, Дніпровський національний університет залізничного транспорту імені академіка В. Лазаряна, 2019. https://er.knutd.edu.ua/handle/123456789/14703.

Full text
Abstract:
The work deals with web development as one of the most popular branches of information technology for today. Web development is the work involved in developing a web site for the Internet or an intranet. Web development is very popular IT sphere nowadays which grows very fast.
У роботі розглядається веб-розробка як одна з найпопулярніших галузей інформаційних технологій на сьогодні. Розробка веб-сайтів – це робота, що включає розробку веб-сайту для Інтернету чи інтрамережі. Розробка веб-сайтів є дуже популярною ІТ-сферою, яка дуже швидко розвивається.
В работе рассматривается веб-разработка как одна из самых популярных отраслей информационных технологий на сегодня. Разработка сайтов – это работа, включающая разработку веб-сайта для Интернета или интрасети. Разработка веб-сайтов является очень популярной ІТ-сферой, которая очень быстро развивается.
APA, Harvard, Vancouver, ISO, and other styles
46

Woods, Michael John. "CloudSpace: A Web Development Environment for CS1 Courses." Thesis, Virginia Tech, 2011. http://hdl.handle.net/10919/32880.

Full text
Abstract:
Since a massive decline of computer science graduates in 2002, computer science departments have been unable to reach previous graduation rates. In wake of this dramatic loss of graduates, researchers have been searching for the reasons students are avoiding computer science and choosing other majors. To combat this decrease in computer science graduates, the CloudSpace environment pro- vides additional context to entry level computer science courses. This shift in context re- moves boring assignments from the early computer science curriculum and replaces them with more engaging web centric assignments. The CloudSpace environment presents a model that maintains student's focus on core computer science competencies while providing a highly simplified web development toolkit to develop feature rich AJAX web applications. This the- sis includes the rational and implementation of a cloud based hosting service and a highly abstracted web tool kit that enables students to replicate modern web applications.
Master of Science
APA, Harvard, Vancouver, ISO, and other styles
47

Markovic, Dragana, and Milic Scekic. "Understanding Jamstack and its Perception in Web Development." Thesis, Mälardalens högskola, Akademin för innovation, design och teknik, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-54709.

Full text
Abstract:
In recent years, web development and technologies became pivotal for our lives and ubiquitous across business sectors. Web development is an inherently complex process, which involves different stakeholders, tasks, and technologies. Through the years, researchers and practitioners in web development created so-called web stacks as a way to alleviate the complexity associated to web development. Web stacks can be defined as sets of technologies coupled together for the purpose of designing and developing all the web infrastructure. As technologies and tools evolve, new stacks are designed and realized. In this thesis, we investigate one such new stack: Jamstack. We investigate how Jamstackis perceived by practitioners in the web development domain focusing on its perceived benefits and limitations, its main application domains, and the supporting tools. We achieve this using an online survey involving 31 respondents. We analyze the collected data using both vertical and orthogonal analysis. The collected data indicate that Jamstack is perceived as a promising stack whose benefits overcome possible limitations. The data suggest that Jamstack will certainly play a role in modern and future web development although there is no strong evidence that it will take over and replace traditional stacks.
APA, Harvard, Vancouver, ISO, and other styles
48

Borgers, Jocelyn. "Web 2.0 Technologies in the Software Development Process." Digital Commons @ East Tennessee State University, 2013. https://dc.etsu.edu/honors/164.

Full text
Abstract:
Software engineers must communicate with many different people, likely in different locations, in order to create a successful piece of software. Social media can be used to communicate quickly and efficiently to minimize miscommunications and facilitate collaboration in the software development process. Research in this area has been sparse but significant because initial findings show that social media is being used in innovative ways to improve software development. Surveys of what social media some companies are currently using along with information about new social media systems indicate possible uses for these technologies on future software development projects such as documentation maintenance, employee training, and predicting and thus preventing build failures.
APA, Harvard, Vancouver, ISO, and other styles
49

Olson, Karl E. "VeloCal a web-based cycling event scheduler /." [Denver, Colo.] : Regis University, 2006. http://165.236.235.140/lib/kolson2006.pdf.

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

Eklund, Anna, and Sofia Jacobsson. "Creating a User Friendly Web Visualization of Historical Temperature Data, Using Existing Web Development Tools." Thesis, KTH, Skolan för datavetenskap och kommunikation (CSC), 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-208353.

Full text
Abstract:
In today's society, the need to create user-friendly visualizations of raw data is bigger than ever, since the amount of information which need to be understood by various audiences is constantly increasing. With the help of computers and the Internet, it is possible to reach out to the target audiences. Interactive visualizations allow users to explore the data by themselves, and research shows that this is one of the leading ways of presenting data. SMHI currently has a visualization of historical temperature data, which is a static image with many usability issues. This study aims to improve this visualization, and create a user-friendly representation of this data, using existing web development tools. The prototype developed during this project has undergone two iterations of user testing. The research shows that one of the leading web development tools for creating interactive visualizations is the JavaScript library D3, or Data-Driven Documents. The results from the user testing show that the prototype was more user-friendly than SMHI's visualization, because its interactive features and dynamic properties. This study emphasizes the importance of including end-users during the iterative development process, in order to create a user-friendly product.
I dagens samhälle är behovet av att skapa användarvänliga visualiseringar av rådata större än någonsin, eftersom mängden information som måste förstås av olika användare ständigt ökar. Med hjälp av datorer och Internet är det möjligt att nå ut till målgruppen. Interaktiva visualiseringar gör det möjligt för användare att utforska informationen själva, och forskning visar att detta är ett av de ledande sätten att presentera data. SMHI har för närvarande en visualisering av historiska temperaturdata, vilket är en statisk bild med många användbarhetsproblem. Denna studie syftar till att förbättra SMHIs visualisering, samt att skapa en användarvänlig representation av dessa data med hjälp av befintliga webbutvecklingsverktyg. Prototypen som utvecklats under detta projekt har genomgått två iterationer av användartestning. Forskningen visar att ett av de ledande verktygen för webbutveckling för att skapa interaktiva visualiseringar är JavaScript-biblioteket D3, Data-Driven Documents. Resultaten från användartestningen visar att prototypen ansågs mer användarvänlig än SMHIs visualisering, tack vare dess interaktiva funktioner och dynamiska egenskaper. Denna studie betonar vikten av att inkludera slutanvändare under den iterativa utvecklingsprocessen för att skapa en användarvänlig produkt.
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