Spelling suggestions: "subject:"javascript"" "subject:"javacript""
231 |
Comparing performance between plain JavaScript and popular JavaScript frameworksLadan, Zlatko January 2015 (has links)
JavaScript is used on the web together with HTML and CSS, in many cases using frameworks for JavaScript such as jQuery and Backbone.js. This project is comparing the speed and memory allocation of the programming language JavaScript and its two most used frameworks as well as the language on its own. Since JavaScript is not very fast and it has some missing features or features that differ from browser to browser and frameworks solve this problem but at the cost of speed and memory allocation, the aim is to find out how well JavaScript and the two frameworks jQuery and Backbone.js are doing this on Google Chrome Canary. The results varied (mostly) between the implementations and show that the to-do application is a good enough example to use when comparing the results of heap allocation and CPU time of methods. The results where compared with their mean values and using ANOVA. JavaScript was the fastest, but it might not be enough for a developer to completely stop using frameworks. With JavaScript a developer can choose to create a custom framework, or use an existing one based on the results of this project.
|
232 |
利用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,達成了一種程式語言,兩個執行時間的條件。確定系統框架與資料庫之後,最後使用盈餘預測系統來做為此實作之範例。
|
233 |
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).
|
234 |
Σχεδιασμός και υλοποίηση συστήματος για ηλεκτρονικές προμήθειεςΛιβιάκης, Κωνσταντίνος 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.
|
235 |
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 responstidEdmark, 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.
|
236 |
Automatizovaný vyhledávač aukčních položekVaníč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).
|
237 |
Kooperativní práce na dokumentech v aplikaci TeXonWebTelenský, 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.
|
238 |
Optimalizace distribuční sítě společnosti DAMIRA DRINKS, s.r.oSchaffer, 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.
|
239 |
Tvorba moderních webových aplikací pomocí SAPUI5 a oDATA služebFilipek, 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.
|
240 |
OS Google Chrome - teorie a praxe / OS Google Chrome - theory and practiceDorn, 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.
|
Page generated in 0.0218 seconds