EssayGhost Assignment代写,Essay代写,网课代修,Quiz代考

EssayGhost-Essay代写,作业代写,网课代修代上,cs代写代考

一站式网课代修,论文代写

高质量的Assignment代写、Paper代写、Report代写服务

EG1hao
网课代修代上,cs代写代考
Web作业代写
您的位置: 主页 > 编程案例 > Web作业代写 >
Web作业代写:Web PhP UTD CS Course Manager PHP Programming using - 代写Web作业
发布时间:2021-07-24 16:56:33浏览次数:
CLO After successful completion of this course, the student should be able to:1. Ability to understand web architecture, standards, protocols, tools, and technologies 2. Ability to understand HTML, HTML5 and CSS. 3. Ability to understand JavaScript, JQuery, AJAX, XML, JSON 4. Ability to understand Database Technologies and SQL5. Ability to understand Server-side programming with PHP6. Ability to understand Web Services SOAP and RESTful Web Services7. Ability to understand Web Security Protocols Standards Semantic Web[Place Table of Contents (of this document) here][Note. For how to insert TOC in a word document. Check https://support.microsoft.com/en-us/help/285059/how-to-create-a-table-of-contents-by-marking-text-in-word]UTD CS Course Manager We are working on UTD CS Catalog manager as a professional web programmer working with Xampp.The UTD CS course list is available: https://catalog.utdallas.edu/2018/graduate/courses/csTask#1. Create a directory (course1) in Xampp for this assignment. You should upload this directory (with all its contents – all the files and all subdirectories) in the zip file for this assignment. You should include all the saved sql files (in Task#1) in a subdirectory (course1/sql) so that the sql files will be also a part of the zip file to be uploaded, and also upload your documentation (this word document). PART 1. PHP Programming using Xampp. For submission, upload this directory (with all its contents – all the files and all subdirectories, and SQL export file to reconstruct the database and all the tables) in the zip file for this assignment. course1.phpThe manager of cs department hired you to be the web developer. Your first project is to design and implement a PHP program to do the following tasks to do: Task1. Provide log-in and log-out capability. After a successful log-in, the main menu will show the following options (including log-out button).Task2. Read course web page (UTD CS course information from the catalog).The UTD CS course list is available: https://catalog.utdallas.edu/2018/graduate/courses/csTask3. After reading is done, each of the course entries is to be extracted, converted and saved in a file (in ./course1/data/filename where the filename is specified below): (1) to save all the course information (HTML document) in a file (course1.html) from (1) (2) to save all the course information (XML document) in a file (course2.xml) from (1)You need to design XML tags for this task(3) to save all the course information (SQL document) in a file (course3.sql) from (1)You need to design SQL tables: course information, prerequisite course(s)(4) to save all the course information (PHP script) in a file (coures4.php) from (4) to be run (to create and populate course and prerequisite tables).(5) to save all the course information (JASON document) in a file (course5.jason) from (1)(6) to provide selenium test cases (and copy all selenium test case or suite in /course1/selenium)Note. You may do one task of which the output could be used for the other task (e.g. conversion).CS 6314Web Programming Languages(3 semester credit hours)Advanced understanding of web architecture, standards, protocols, tools, and technologies. Tools required for web programming including HTML, CSS, and JavaScript; XML and database technologies; server-side programming using PHP; Web security protocols and standards; techniques and algorithms related to web services, cloud computing, and semantic web. Prerequisite: CS 5343. (3-0) SCS 6314 Web Programming Languages (3 semester credit hours) Advanced understanding of web architecture, standards, protocols, tools, and technologies. Tools required for web programming including HTML, CSS, and JavaScript; XML and database technologies; server-side programming using PHP; Web security protocols and standards; techniques and algorithms related to web services, cloud computing, and semantic web. Prerequisite: CS 5343. (3-0) S// You may need to have a separate table for prerequisite courses of a course CREATE TABLE `courses` (`id` int(11) NOT NULL AUTO_INCREMENT,`number` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,`prefix` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,`description` text COLLATE utf8_unicode_ci,`created_at` datetime NOT NULL,`updated_at` datetime NOT NULL,PRIMARY KEY (`id`)) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;INSERT INTO `courses` VALUES (1, 5301 , CS , Professional and Technical Communication , CS 5301 utilizes an integrated approach to writing and speaking for the technical professions. The advanced writing components of the course focus on writing professional quality technical documents such as proposals, memos, abstracts, reports, letters, emails, etc. The advanced oral communication components of the course focus on planning, developing, and delivering dynamic, informative and persuasive presentations. Advanced skills in effective teamwork, leadership, listening, multimedia and computer generated visual aids are also emphasized. Graduate students will have a successful communication experience working in a functional team environment using a real time, online learning environment. , 2018-06-01 04:27:32 , 2018-06-01 04:27:32 ),Part1 Code and OutputList of course1.php source code.

 所有的编程代写范围:essayghost为美国、加拿大、英国、澳洲的留学生提供C语言代写、代写C语言、C语言代做、代做C语言、数据库代写、代写数据库、数据库代做、代做数据库、Web作业代写、代写Web作业、Web作业代做、代做Web作业、Java代写、代写Java、Java代做、代做Java、Python代写、代写Python、Python代做、代做Python、C/C++代写、代写C/C++、C/C++代做、代做C/C++、数据结构代写、代写数据结构、数据结构代做、代做数据结构等留学生编程作业代写服务。