• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 252
  • 149
  • 63
  • 22
  • 20
  • 18
  • 13
  • 12
  • 8
  • 2
  • 2
  • 2
  • 1
  • Tagged with
  • 574
  • 213
  • 149
  • 142
  • 117
  • 115
  • 97
  • 90
  • 88
  • 85
  • 84
  • 73
  • 70
  • 67
  • 66
  • 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.
51

Tvorba a nasazení firemního informačního systému

Machalický, Jakub January 2015 (has links)
Theses is focused on general solution of information system design, whose part is integrated e-shop. It lay down base for easy extensible system, which predestined for constant development. Important property is acqusutuin of user data and their following research.
52

Možnosti provozu PHP aplikace

Kozák, Tomáš January 2016 (has links)
The thesis deals with various aspects of running a web application written in PHP (programming language). It considers capabilities of different interpreters and it also compares some cloud-based services. In the practical part the thesis describes the design and implementation of a test application which was stepwise deployed to various environments where it was subjected to benchmark test. The description of deployment also depicts all the problems encountered on each platform. Finally various performance-affecting resources are discussed for the purpose of improving the application efficiency.
53

Vylepšenie fulltextového vyhl'adávacieho algoritmu pre elektronické obchody

Jančovičová, Dominika January 2016 (has links)
The diploma thesis is dedicated to research, suggestion of solution and implementation of innovating algorithm of the fulltext search in the web pages of an electronic shop. The theoretical part deals with the searching in the e-shops. Customer's search behavior is described, further information about the field of web analysis is given and some of the characteristics of fulltext search engines are offered. The practical part is concerned with the analysis of the visits of the web shop, the assessment of current situation of searching, the determination of customer's preferences. This is the base for formulating business rules and improving search algorithm. Finally, the thesis deals with the implementation in scripting language PHP.
54

Konstruktion av webbplats med bokningssystem för frisörsalong

Tillgren, Victor January 2013 (has links)
På uppdrag av Berga Herrfrisör har det i det här examensarbetet skapats en webbplats där salongens kunder ska kunna gå in och boka tid. Kravet från salongen var att sidan ska vara användarvänlig och att det inte ska krävas speciellt mycket datorvana för att kunna genomföra en bokning. För att ta fram detta skapades en prototyp av bokningssystemet som testats på salongens kunder. Efter feedback från kunderna och ändringar skapades sedan bokningssystemet som sedan fick genomgå ett användartest. Den slutsats som sedan drogs av användartestet var att bokningssystemet håller en bra användarvänlighet för salongen. Alla testpersoner lyckades genomföra testet även om en av kunderna gjorde några mindre misstag. Anledningen till misstagen beror troligtvis på att testpersonen inte läst instruktionerna och därför valt fel alternativ. Med hjälp av felmeddelanden lyckades testpersonen ändå genomföra bokningen.
55

Utökning av PHP

Andersson, Mikael, Nykvist, Conny January 2006 (has links)
Detta examensarbete är gjort på uppdrag av ett företag som heter IT Resource AB i Årjäng Värmland. Målet med detta examensarbete var att skapa ett API till PHP som skall utöka PHPs funktionalitet. APIet skall förenkla samt effektivisera IT Resource ABs arbete med att utveckla webbapplikationer. Den förenkling samt effektivisering som APIet erbjuder är möjligheten att återanvända funktioner samt att man enkelt kan lägga till nya funktioner i APIet vid behov. Den funktionalitet som APIet kommer att tillhandahålla är en förbättrad hantering av variabler och strängar som genereras från en webbsida skriven i PHP. Med en förbättrad hantering menas bland annat att det skall vara möjligt att lagra variabler och strängar från en webbsida skriven i PHP. Det skapade APIet består av 2 byggstenar, en klient och en server. Klienten i klient/serversystemet är en extern modul innehållande funktionalitet för kommunikation med både PHP och servern. Detta innebär att klienten i klient/server-systemet kommer att fungera som ett gränssnitt mellan PHP och servern. I serverdelen återfinns implementationen av den funktionalitet som APIet erbjuder. Den funktionalitet som implementerats i serverdelen är lagring av variabler och strängar i primärminnet. Resultatet av arbetet är ett API som utökar PHPs funktionalitet. Detta API kan utökas ytterligare vid behov och kan med fördel användas av IT Resource AB för utveckling av webbapplikationer i PHP. / This bachelor’s report is based upon an assignment specified by the company IT Resource AB, located in Årjäng Värmland. The goal of this bachelor’s project was to create an API to extend the functionality of PHP. The API shall simplify and make the work more efficient for IT Resource AB when developing web applications. The simplification and the increased efficiency that the API offers are the possibilities to reuse and easily add new functions to the API when needed. The functionality that the API will offer is an enhanced capability to handle variables and strings generated from a web page written in PHP. The enhanced capability refers to the possibility to store variables and strings from a web page written in PHP. The API created consists of 2 parts, a client and a server. The client in the client/server system is an external module which contains the functionality for the communication with both PHP and the server. This means that the client in the client/server system will act as an interface between PHP and the server. The implementation of the API’s functionality is found in the server part of the client/server system. The functionality implemented in the server is the possibility to store variables and strings in the main memory. The result of this project is an API that increases the functionality of PHP. The API can, when needed, be extended further, and IT Resource AB can benefit from using it when developing web applications that make use of PHP.
56

Bildmanipulation med GD-biblioteket i PHP

Norberg, Henrik, Magnusson, Rickard January 2011 (has links)
Fler och fler webbapplikationer låter sina användare ladda upp bilder. Ibland behöver dessa bilder manipuleras på något sätt, till exempel förminskas eller beskäras för att bättre passa in på webbsidan. Detta kan göras på flera olika sätt men denna rapport behandlar endast ett av biblioteken för bildmanipulation i PHP, nämligen GD-biblioteket.Syftet med denna rapport var att hitta eventuella styrkor och svagheter i detta bibliotek gällande bildmanipulation. Detta har gjorts genom att försöka skapa, för webben vanlig funktionalitet så som exempelvis tumnaglar, beskärning och vattenmärkning och sedan dokumentera resultatet.Resultatet av testningen visade att all testad funktionalitet gick att åstadkomma och slutsatsen som drogs av detta var att GD-biblioteket är ett bra val för någon som vill manipulera bilder. / More and more web applications allow its users to upload images. Sometimes you need these images manipulated in a way, such as reduce or crop it to better fit on the website. This can be done in various ways, but this report deals only with one of the libraries for image manipulation in PHP, namely the GD library.The purpose of this report was to identify potential strengths and weaknesses of this image processing library. This has been done by trying to create, typical web functionalities such as thumbnails, cropping and watermarking and then documenting the results.The results of the testing showed that all tested functionality was achievable and the conclusion drawn from this was that the GD library is a good choice for anyone who wants to manipulate images.
57

Projekt privat webshop

Bergh, Daniel, Wistbacka, Stefan January 2014 (has links)
Beställaren har efterfrågat för sin hobbyverksamhet en egen webshop där hon kan sälja sina produkter. Beställaren vill ha en användarvänlig sida för att kunna locka så bred publik som möjligt. I framtiden så kan sidan utvecklas till att låta fler säljare ha sina produkter på sidan. Sidan ska ha grundläggande funktioner som en fungerande varukorg, tydlig produktvy samt ett gränssnitt för att administrera produkter. De språk som sidan har utvecklats i är PHP, HTML5, MySQL och CSS. Sidan är en grund med möjlighet till många utvecklingsmöjligheter både funktions och designmässigt. Vårt mål är att göra en fungerande prototyp.
58

Data Modeling for Static Analysis of Web Applications / Data Modeling for Static Analysis of Web Applications

Baštecký, Pavel January 2015 (has links)
The PHP is a very popular language which is used to write a server side part of web applications. The language is very simple to use and there are lots of small or more complex pages across the internet. But the great widespread of the PHP attracts the people which want to harm and compromise security of the web applications. The weverca analyzer is the first tool which is able to perform complex security analysis of a full page written in the modern version of the PHP and give information about possible security risks in the application. But the performance of Weverca is limited by its time and memory complexity caused by inefficient inner representation of a PHP memory state. The goal of this thesis is to find and solve main problems of the original memory representation. The output of this thesis is an implementation of the new memory representation which minimizes the complexity of the original solution. Powered by TCPDF (www.tcpdf.org)
59

Bezpečnost elektronických obchodů postavených na platformě PHP / Security of electronical shops built on PHP platform

Vostrý, Jan January 2009 (has links)
This thesis is focused on security of electronical shops built on PHP platform. The goal of this thesis is to analyze electronical shops security and personal data protection from view of czech legislature, trustfulness of these shops from view of customers and also certification of these shops, analyze various possibilities of payments and assuring their security and analyze possible security risks, which are matched with technologies these e-shops are built on. Analysis of these appropriateness is based on theoretically knowledge extracted from scientific sources and from author's experiences. Benefit of this thesis consists in reference to possible inadequacies of e-shops in personal data security, on-line transfers and security risks derived from PHP technology, which they are based on. This thesis is comprehensive survey of things, which quality e-shops should have ensured and contains also summarized survey of security risks, which web developer should minimize during web creation. This thesis offers its own resolution of security risks and also chosen real e-shops evaluation. This thesis can be useful not only for web makers and e-shop programmers, but also for e-shop customers.
60

Refaktoring v PHP / PHP refactoring

Martišek, Jiří January 2012 (has links)
This thesis deals with a methodology for PHP web applications refactoring. The main objective is to propose such a methodology, and to apply it on a real project. The first chapter contains objectives, restrictions and contributions of the thesis. The research of the existing literature on similar topics follows in the second chapter. The third chapter comments on selected software development methodologies' approach to refactoring. The fourth chapter describes known code smells, and adds some new ones appearing particularly in PHP. Specifics of PHP refactoring are also described. The fifth chapter deals with the methodology proposal itself. It sums up requirements, deployment assumptions, the methodology principles and general characteristics. The next part contains the recommended procedure of PHP web applications refactoring with its parts commented farther on. These parts are mainly code smells identification techniques, prioritization and finally best practices. The chapter ends with this methodology deployment recommendations. The sixth chapter shows a practical usage of the proposed methodology when refactoring a real web application. The performed steps are explained in terms of the methodology. The chapter closes with observations gained during this refactoring.

Page generated in 0.0238 seconds