• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 174
  • 158
  • 138
  • 13
  • 8
  • 7
  • 7
  • 4
  • 4
  • 4
  • 3
  • 2
  • 2
  • 2
  • 2
  • Tagged with
  • 546
  • 215
  • 169
  • 124
  • 119
  • 98
  • 97
  • 93
  • 92
  • 84
  • 79
  • 74
  • 67
  • 63
  • 54
  • 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.
231

利用JavaScript Application Framework與CouchDB實作協作雲機制──以盈餘預測系統為例 / The implementation of collaboration cloud mechanism via JavaScript Application Framework and CouchDB ── using earnings-predicted system as example

楊凭哲 Unknown Date (has links)
本研究主要是想要基於協作雲概念下實作一個系統,並且有離線儲存、同步 技術、版本控制等功能,因為 CouchDB 的特性有自動同步與離線儲存技術,符合 協同合作的要求,因此選用 CouchDB 當作系統實作資料庫的選擇,另外也針對 CouchDB 的同步與轉換機制做了詳細的討論。而在系統程式語言方面,為了達到離 線儲存的需求,簡單前後端語言溝通的負擔,選用了 JavaScript Application Framework,採用的是純粹的 JavaScript 語言,客戶端用了 jQuery、YUI3 等JavaScript,伺服器端使用的是 Node.js,達成了一種程式語言,兩個執行時間的條件。確定系統框架與資料庫之後,最後使用盈餘預測系統來做為此實作之範例。
232

An introduction to computer programming for complete beginners using HTML, JavaScript, and C♯

Parker, Rembert N. January 2008 (has links)
Thesis (D. Ed.)--Ball State University, 2008. / Title from PDF t.p. (viewed on Nov. 09, 2009). Includes bibliographical references (p. 116-118).
233

Σχεδιασμός και υλοποίηση συστήματος για ηλεκτρονικές προμήθειες

Λιβιάκης, Κωνσταντίνος 09 January 2012 (has links)
Η παρούσα διπλωματική εργασία πραγματεύεται τον σχεδιασμό και την υλοποίηση συστήματος για ηλεκτρονικές προμήθειες. Ως ηλεκτρονική προμήθεια ορίζεται η διαδικασία με την οποία ένας φορέας προμηθεύεται τις υπηρεσίες και τα αγαθά που τον ενδιαφέρουν με την χρήση σύγχρονων διαδικτυακών και υπολογιστικών υπηρεσιών. Ο φορέας που μελετάται εδώ είναι ένα νοσοκομείο. Οι ηλεκτρονικές προμήθειες είναι ένα είδος ηλεκτρονικού εμπορίου, συνεπώς πρώτα γίνεται μία θεωρητική ανάλυση του ηλεκτρονικού εμπορίου και έπειτα των ηλεκτρονικών προμηθειών. Εν συνεχεία παρατίθεται η υλοποίηση ενός συστήματος ηλεκτρονικών προμηθειών, δηλαδή η σύσταση ενός ιστότοπου, ο οποίος περιέχει όλες τις απαραίτητες λειτουργίες για τη δημιουργία και διεξαγωγή ηλεκτρονικών διαγωνισμών. Στο σύστημα αυτό που δημιουργήθηκε υπάρχουν δύο κύρια είδη χρηστών, οι απλοί χρήστες και οι διαχειριστές. Οι απλοί χρήστες μπορούν να δουν τους ενεργούς διαγωνισμούς και να υποβάλουν προσφορά σε όσους διαγωνισμούς τους ενδιαφέρουν. Οι διαχειριστές διευθύνουν τον ιστότοπο και είναι υπεύθυνοι για την προκήρυξη και διεξαγωγή των διαγωνισμών. Επίσης, ευθύνη των διαχειριστών είναι η αξιολόγηση των προσφορών που έχουν γίνει στους διαγωνισμούς και με βάση κριτήρια όπως το ποσό προσφοράς και η ημερομηνία παράδοσης των προϊόντων συνυπολογίζεται η προτιμότερη προσφορά. Για την δημιουργία του ιστότοπου χρησιμοποιήθηκαν μόνο Open Source εργαλεία. Συγκεκριμένα για τη δημιουργία δυναμικών ιστοσελίδων χρησιμοποιήθηκαν οι γλώσσες HTML, PHP και JavaScript, για την δημιουργία και διαχείριση της βάσης δεδομένων η γλώσσα MySQL και για το στήσιμο ενός εικονικού διακομιστή στον οποίο θα τρέχει ο ιστότοπος χρησιμοποιήθηκε ο εξυπηρετητής παγκόσμιου ιστού Apache. / This thesis discusses the design and implementation of an e-procurement system. E-procurement is defined as the process by which an entity procures services and goods that are of interest by using modern computing and internet services. The organization studied here is a hospital. Electronic procurement is a type of electronic commerce, thus a theoretical analysis of e-commerce and e-procurement is made. The implementation of an electronic procurement system is then presented specifically about the establishment of a website that contains all the necessary functions for creating and conducting electronic contests. The created system has mainly two kinds of users, ordinary users and administrators. Ordinary users can see the active contests and bid to those who are interested in. Administrators manage the site and are responsible for creating and conducting contests. Also, they have the responsibility of evaluating the offers made, and based on criteria such as the bid amount and the delivery date of products they conclude to the preferred bid. To create the site only Open Source tools were used. Specifically for creating dynamic web pages, HTML, PHP and JavaScript languages were used. In order to create and manage the database, MySQL language was used and setting up a virtual server that will run the site was implemented by the web server Apache.
234

Improving web accessibility for colour vision deficiency (CVD) users : A response time study / Förbättrad webbtillgänglighet för användare med defekt färgseende : En studie med mätning i responstid

Edmark, Gunillah January 2018 (has links)
The digital world is acquiring more space in today’s society. With this being said, it is important to keep the web content interpretable for everyone, despite any kind of disability. This study focuses on colour vision deficiency and how to implement a real-time colour correction instantly in the web browser, without any additional assistive technologies needed. Two almost identical webpages have been developed for this project, with the difference being that one is with a colour correction function and one without, who then are measured in page-loading time to see if there is any greater loss of performance when executing the colour conversion.
235

Automatizovaný vyhledávač aukčních položek

Vaníček, Filip January 2014 (has links)
Vaníček, F. Automatic search engine of auction items. Diploma thesis. Brno: MUAF, 2014. Diploma thesis deals with the analysis, design and implementation of an application that allows users to search the auction results of companies that organize auctions. This work describes two mutually independent parts of application -- the extracting robot and the search engine. Extracting robot takes care of automatic extraction of auction results from Web pages based on user-created extracting template. Automation of the extraction process is achieved by analyzing the Web links using Bayes classifier and use of automatic detection of the auction items. Second part of the application is used to search the extracted auction results. Search results will help users to determine the financial value of collectibles and investments items (coins, medals and banknotes).
236

Kooperativní práce na dokumentech v aplikaci TeXonWeb

Telenský, Václav January 2015 (has links)
The diploma thesis deals with design and implementation of cooperative work on documents in the application TEXonWeb. The diploma theses includes the analysis of competitive solutions and key technologies for implementation. The cooperative work on documents is a functionality which allows users to cooperate simply on one document in real-time. Text of the thesis describes the process of implementation using the technology which is described in the initial analysis. The diploma theses also includes some ideas for next possible development.
237

Optimalizace distribuční sítě společnosti DAMIRA DRINKS, s.r.o

Schaffer, Marek January 2015 (has links)
Schaffer, M. Distribution network optimization of DAMIRA DRINKS, Ltd. company. Diploma thesis. Brno: Mendel University in Brno, 2015. This diploma thesis deals with distribution network optimization of chosen company with application of operation research methods. Theoretical part is focused on logistics, operational research, linear programming, travelling salesman problem and programming language JavaScript. The aim of this thesis is to project optimal solution of distribution network using Mayer's method and software STORM. In the conclusion is made final costs comparison of the optimal and the existing solution.
238

Tvorba moderních webových aplikací pomocí SAPUI5 a oDATA služeb

Filipek, Lubomír January 2015 (has links)
The thesis contains comparison JavaScript MVC frameworks. The following is a description of the current system FAIN for the inventory of fixed assets at VUT Brno, describes its shortcomings. It is further explored what is happening in the background on SAP ERP system, where the system FAIN is integrated. Based on these findings, it is designed and implemented OData service at SAP NetWeawer Gateway using ABAP language. And the SAPUI5 application for the inventory of fixed assets, which uses this service. The second designed and implemented SAPUI5 application uses the Northwind OData service. There are described the advantages and disadvantages of SAPUI5 application and previous solution of inventory of fixed assets. In conclusion, there are proposed possible solutions disadvantages of created application.
239

OS Google Chrome - teorie a praxe / OS Google Chrome - theory and practice

Dorn, Michal January 2017 (has links)
Thesis deals with the operating system Google Chrome. First, the system is described (how it works, its user interface). Next there is a characteristic of applications that can be downloaded to the system and how they work. Another part is devoted to security, which consists of several elements. The end of the theoretical part is focused on Chromebooks - devices in which the operating system is sold on the market. The practical part is firstly characterized Dart programming language, which is then used for an application. This application shows not only work with the language, but also the benefits of Google Apps. It also shows compatibility with Windows and compares these two systems. In conclusion are described advantages and disadvantages of Chrome system and summarizes all knowledge arising from this work.
240

Portálové řešení informačního systému na platformě Meteor / Portal information system on Meteor platform

Masopust, Ondřej January 2016 (has links)
This thesis describes development of real-time reactive portal applications build on Meteor platform. The goal of this thesis is to describe different parts of the platform as a whole and to offer best practices to develop such applications. The theoretical part provides information covering Node.js server, MongoDB document database and their specific features. The beginning of the practical part focuses on the application design and its components implementation. The last chapter summarizes the outcome of this thesis and analyses advantages and disadvantages of Meteor platform over more traditional technology stack. The output and the main value is the Opticube application that is being used in retail. Another plus is the fact, that this thesis is the first to cover Meteor platform at the Czech University of Life Sciences in Prague.

Page generated in 0.0354 seconds