web development Programming Assignment Help

web development Programming Assignment Help. web development Programming Assignment Help.


(/0x4*br />

Project I

Design a hotel reservation system using PHP and Mysql

The home page of your web site gives introduction of your hotel (note the hotel shall be named after your name) which includes the address, email, phone numbers, and direction to your hotel.

This page also contains entries for check-in and check-out dates. Select number of rooms drop down list, Number of adults and children dropdown lists. A submit button to send user to the second page. All fields are required. Other checking and validation shall and may be included.

The second page contains the list of available rooms on that booking period.

The second page shows images for different type of rooms available. It will list price per night and the total cost for the stay period. A user can choose the room type they want. The information of the available rooms shall be retrieve from your MySql database. There is a submit button to go to the confirmation page which contains fields for user to enter his/her name and correspondence information such as address, street name, city, state, phone number, email address. The room, stay period and cost of the stay will be summarized and shown on this page.

When user clicks on submit button on this page, your system will output appropriate message.

Add at least three other pages. For example, local attraction, Hotel dining, Shopping, Salon, Computer services, etc.

Requirements

•Use XAMPP

•Use PHP as server side script

•Use MySql. Design your own database and table(s)..

•Name your web site yourNamePHP

  • When you connect to MySql database. Make sure that you use yourFirstNameLastName as the user name in mysql connect command. For example, if your name is called John Smith then
  • Export your MySql database as johnsmith.sql so that I can regenerate your database on instructor’s computer. (replace johnsmith with your name)
  • Make sure that you name your database johnsmithdatabase . (replace johnsmith with your name)
  • Remember to add these lines to johnsmith.sql in order to create user which is used in mysql connect command (once again, replace johnsmith with your name)
  • Create a write up report (in word or pdf format) which include a cover page with your name, this class information, such as course name, section, instructor, etc. Second page is table of content. First chapter is the description of your hotel system. Second chapter is your system design. You can use diagram to illustrate your design if you want to. Third chapter is your implementation. It should include the sql file content that you submitted, the source code of all pages. Fourth chapter includes your test run results which shall include test run screen shots. As detailed as possible. Fifth chapter is discussion and conclusions. Mention about the cool features of your web site. Things for future improve. The limitation of your web site, etc… You can include a Reference chapter at the end or as Appendix.

Your command to connect to Mysql Database would likemysql_connect( “localhost”, “johnsmith”, “johnsmithpass” )

— create user to query product database —

GRANT SELECT, INSERT, DELETE, UPDATE

ON johnsmithdatabase.*

TO johnsmith@localhost

IDENTIFIED BY ‘ johnsmithpass’;

Once again, replace johnsmith with yourfirstnamelastname

Submission

•Zip your website which includes all your application files.

  • The sql file which can regenerate your database and create a user to connect to your database  The report in word or pdf format.
  • A video file to demonstrate how you design your web site, features of your web site, and how to use it.(or a link to internet)
  • Due11/3/2018before midnight

•Zip all above to a folder and submit that folder to Canvas.

Note 1

Make sure your web site can run independently after one download from Canvas. I.e., it shall be portable to others’ system that run XAMPP and there is no local dependence on your machine.

Note 2

You can submit a demo video or post your demo on the web and give me the link.

web development Programming Assignment Help[supanova_question]

Behavior in Organizations Business Finance Assignment Help

1. Define conflict and debate its positive and negative consequences in the workplace.

2. Distinguish constructive from relationship conflict and describe three strategies to minimize relationship conflict during constructive conflict episodes.

3. Diagram the conflict process model and describe six structural sources of conflict in organizations.

4. Outline the five conflict handling styles and discuss the circumstances in which each would be most appropriate.

5. Apply the six structural approaches to conflict management and describe the three types of third-party dispute resolution.

6. Describe the bargaining zone model and outline strategies skilled negotiators use to claim value and create value in negotiations.

[supanova_question]

Needs Assessment USO Business Finance Assignment Help

The needs Assessment of the USO for military overseas

Now it’s time to submit your Needs Assessment Project Paper. It should be no longer than 2,500 words (10 double-spaced pages) in length, and should cover the guidelines below.

  • Include the purpose, research questions, terms and definitions, and proposal to the client.
  • Clearly state the objectives for the needs assessment.
  • Find and use relevant literature to support the needs assessment method you selected.
  • Describe your methodology, including the population and sample, development and design of needs assessment instrument, and data analysis used.
  • Provide assessment background data and results.
  • Include and address any negative issues or challenges encountered in the needs assessment.
  • Include a summary and recommendations of actions to be taken.

This needs Assessment is of the USO- united service organization how it helps the military over

[supanova_question]

Behavior in Organizations Business Finance Assignment Help

1. Define conflict and debate its positive and negative consequences in the workplace.

2. Distinguish constructive from relationship conflict and describe three strategies to minimize relationship conflict during constructive conflict episodes.

3. Diagram the conflict process model and describe six structural sources of conflict in organizations.

4. Outline the five conflict handling styles and discuss the circumstances in which each would be most appropriate.

5. Apply the six structural approaches to conflict management and describe the three types of third-party dispute resolution.

6. Describe the bargaining zone model and outline strategies skilled negotiators use to claim value and create value in negotiations.

[supanova_question]

paper about Internet of Thing and smart transportation Writing Assignment Help

Your report should be 3-4 FULL double-spaced pages in length, excluding the cover sheet.Your report must be typewritten, must use a 12 point font and 1″ margins.Each page (other than the cover sheet) should include a footer with your first initial and last name(s) left justified (e.g., Jackson), and the page number (e.g., “Page 1”) right justified. Also, please add a power point slides about the research.

Main topic is : Internet of Thing (IoTs)

Sub topic is : Smart transportation

Talk about internet of Thing in the Smart transportation

Do the search in google scholar ONLY:https://scholar.google.com/

Examples:

IoT:

Atzori, Luigi, Antonio Iera, and Giacomo Morabito. “The internet of things: A survey.” Computer networks 54, no. 15 (2010): 2787-2805.

5G

Le, Nam Tuan, Mohammad Arif Hossain, Amirul Islam, Do-yun Kim, Young-June Choi, and Yeong Min Jang. “Survey of promising technologies for 5G networks.” Mobile information systems 2016 (2016).

AI

Bahrammirzaee, Arash. “A comparative survey of artificial intelligence applications in finance: artificial neural networks, expert system and hybrid intelligent systems.” Neural Computing and Applications 19, no. 8 (2010): 1165-1195.

Network security

Urciuoli, Luca. “Supply chain security—mitigation measures and a logistics multi-layered framework.” Journal of Transportation Security 3, no. 1 (2010): 1-28.

NOTE: PLEASE CHECK
SPELLING,GRAMMER,RUNOUN SENTNTENCES AND ANY TYPOS BEFORE TURN IT IN. PLEASE DO NOT USE OLD SOURCES.

[supanova_question]

[supanova_question]

Copy and paste the work into your Key Assignment document and include screen shots Programming Assignment Help

Using the database complete the new design should which incorporate the following functionalities:

A degree has a name and description.

What degree is the student working towards? A student can only work on one degree at a time.

What classes are necessary to obtain a specific degree?

Provide the DDL script to add the tables for the new design changes. Include an updated diagram that shows all the tables in the system.

Write the DML script to insert 3 test records in each of the tables in the system. This data will be necessary to write the queries in the next assignment.

Copy and paste the work into your Key Assignment document and include screen shots of each step, describe what you did for each step and paste in the actual SQL text used to perform each step. Upload your document to the Submitted Tasks section.

Copy and paste the work into your Key Assignment document and include screen shots Programming Assignment Help[supanova_question]

Reply 1.1 and Reply 1.2 Computer Science Assignment Help

Hello,

Hope you’re doing good. just i need 2 replies about 150-200 words for below topics. there are 2 same topics below , use word document for each reply and APA format(clearly avoid plagiarism). must provide 1 peer review reference for each reply.

Discussion 1.1: Networking: A key to successful Teamwork

Networking: A key to successful Teamwork

Team Boundaries

For every team in the organization, there exist some boundaries that make the difference between the team and other parts of the organization (Somech & Khalaili, 2014). According to Thompson, team boundaries are identifiable constraints that make the one workgroup of the organization from another (Thompson, 2014). If the boundaries are open they may lose identity or if the boundaries are absolute this may lead to making the team isolated. Based on this type of boundaries and the how the team behaves with these boundaries team are classified into majorly four types. Insulating team it is fully isolated from the other parts of the organization, broadcasting team here team members do their work and let the other or external members know when they complete the work. And Market teams try to attract the customers to the organization and survey team tries to solve the needs of the customer. These four teams have some competitive trade-off in an organization. Where an insulating team doesn’t tend to compromise on the objectives and goals of the organization but is less connected with the outsiders. This connection with outsiders can be done by the marketing team and satisfying the customer needs will be done by the surveying team (Thompson, 2014). This trade-off in the teams makes the organization to work in a smoother way.

Team Roles

In a team, different members are present to perform a specific operation on the team. For this team, roles are assigned to the members of the team. With this specific mix of the roles, each team will have a unique team innovation and climate. From the different team roles suggested by the Belbin’s methodology, implementers and team workers are the roles that play a crucial part in the team. Implementers are the people responsible to plan a process to work a strategy and also carries it out as efficiently as possible (Mostert, 2015). They work with utmost discipline. So, Implementer will be the potential role that stands as the backbone of the team.

Discussion 1.2: Networking: A key to successful Teamwork

Part A

Teams are a crucial part of the organization as they are considered a primary source for achieving the goals and objectives of the organization. According to Ilgen (1999), the main challenges that the teams face are poor leadership, complex teams, extremely diverse, and not skilled enough workers. Most of the teams work in an adaptive and dynamic environment. This environment is often complex and comprises of multiple variables at the same time. teams help the organization in achieving the organizational goals through internal interactions and also through interactions with the other units of the organizations. For this purpose, the teams require boundaries. Team boundaries help the teams to have a clear focus on the goals and have a clear sense of direction on accomplishing them. According to Alderfer (1977), team boundaries differentiate one group from another and affect knowledge transfer and distribution of resources. In some cases, boundaries are well defined, but in other cases, boundaries are more ambiguous. If the boundary becomes too open or indistinct, the team risks becoming overwhelmed and losing its identity. If its boundary is too exclusive, the team might become isolated and lose touch with the suppliers, managers, peers, or customers. The five types of teams as mentioned by Thompson (2014) are as follows: insulating teams, broadcasting teams, marketing teams, surveying teams, and X-teams. Each of these teams serves a specific purpose with the organization. Since these teams often require to interact with one another internally and externally, there always occurs a trade-off between the internal cohesion and external ties. However, the degree of the trade-off often depends on what teams are in play.

Part B

Thompson had identified the following types of roles that the team members play in an organization: boundary spanner, lobbyist, negotiator, spokesperson, gatekeeper, bufferer, interpreter, advisor, strategist, and coordinator. I believe I play the role of the negotiator since at times a team requires resources from people who are not ready to provide and a conflict occurs. A negotiator is a person who deals with such conflicts in order to get what the team requires.

Note: Please write each Reply in a different word document.

[supanova_question]

Case Study Writing Assignment Help

  1. Read the Chapter 10 Case Study “The People Focus: Human Resources at Alaska Airlines” (p. 438) and watch the video, then write a summary of at least 300 words using the accompanying discussion questions to guide your essay written in APA style, with a reference page and a cover page. APA requires double space. Your essay will be checked for originality via SafeAssign. There is not a target for matching but your instructor will be assessing that you have used your own words with proper in-text citations and quotation marks for direct quotes.
  2. By submitting this paper, you agree: (1) that you are submitting your paper to be used and stored as part of the SafeAssign™ services in accordance with the Blackboard Privacy Policy; (2) that your institution may use your paper in accordance with your institution’s policies; and (3) that your use of SafeAssign will be without recourse against Blackboard Inc. and its affiliates.

[supanova_question]

Health Communication engaged learning project Business Finance Assignment Help

Engaged Learning Project Portfolio Please include the following documents in your portfolio in the following order:

1. Cover Page—Your Name, Organization Name

2. Table of Contents

3. List of 5 Types of Health Organizations (ranked by preference) and the names of all of the organizations that you contacted to inquire about shadowing.

4. Shadow Experience Report

a. Organization name and brief description of the organization (e.g., what does the organization do? How are they connected to “health”? What audiences/groups do they serve? What is their mission? Goals? etc.)

b. Shadow Experience Description. Explain what you did during your shadowing experience. What tasks did you observe/complete? What did you learn about the organization and position during your observations? Give examples of tasks/duties that you completed (or observed) so readers can get a clear sense of your experience and the position that you shadowed. Make sure it is clear how the position is connected to “health”.

c. List of Interview Questions and written summary of responses. Include your list of interview questions that you prepared prior to your shadowing experience. Then, summarize the employee’s answers to your questions and in the summary incorporate at least 4 course concepts as they apply to the employee’s responses. The summary must be in essay form (minus an introduction and conclusion). All concepts must be underlined and defined prior to explaining how they reflect the interviewee’s responses.

d. Personal Reflection Essay: Provide a written reflection of your shadowing experience complete with course concept application (you are required to apply at least 4 course concepts in your reflection essay as they relate to your experience—these concepts must be different from those you discussed in your interview summary).

In your reflection explain what you learned through this learning experience about health communication and working in the health field. Discuss both challenging and rewarding experiences that you think that you could have working in this type of position/organization. What did you learn in your short shadowing experience that will better prepare you for a professional life outside the university (regardless if you choose a health related field). What transferable communication skills did you observe during this experience that you feel will be useful in a future career? 5. Thank You Note: Send a thank you note to the employee that you shadowed and include a copy of the thank you note in your portfolio.

[supanova_question]

Socket Programming Computer Science Assignment Help

Create a program with a concurrent server using TCP that can handle multiple requests to sort an array of twenty randomly generated words using mergesort that are submitted to the server by each of the clients. The arrays should be created and stored on the clients in a separate input file called “clientn.inputdat”, where n is the client number before starting the program itself. Each input file must have at least three lines with different arrays. At least three clients should be used on at least 2 separate hosts. The clients should be able to read the array from the file and then send it to the server. You should use multiprocessing, not multithreading, on the server. The server must be able to read the file, call mergesort, find the resulting sorted array, and return the sorted resulting array to the client. The client should then print out the result on the terminal. After all arrays in the input file have been sorted correctly, the program should close its connection with the server and exit the program. Be sure to use a waitpid () system call before exiting the server after all of the clients have been serviced so that no zombies are left when the server leaves. You will need to use such commands as fork(), accept () and waitpid ( ). Write the program in C or Python in Linux.

[supanova_question]

https://anyessayhelp.com/; (2) that your institution may use your paper in accordance with your institution’s policies; and (3) that your use of SafeAssign will be without recourse against Blackboard Inc. and its affiliates.

[supanova_question]

Health Communication engaged learning project Business Finance Assignment Help

Engaged Learning Project Portfolio Please include the following documents in your portfolio in the following order:

1. Cover Page—Your Name, Organization Name

2. Table of Contents

3. List of 5 Types of Health Organizations (ranked by preference) and the names of all of the organizations that you contacted to inquire about shadowing.

4. Shadow Experience Report

a. Organization name and brief description of the organization (e.g., what does the organization do? How are they connected to “health”? What audiences/groups do they serve? What is their mission? Goals? etc.)

b. Shadow Experience Description. Explain what you did during your shadowing experience. What tasks did you observe/complete? What did you learn about the organization and position during your observations? Give examples of tasks/duties that you completed (or observed) so readers can get a clear sense of your experience and the position that you shadowed. Make sure it is clear how the position is connected to “health”.

c. List of Interview Questions and written summary of responses. Include your list of interview questions that you prepared prior to your shadowing experience. Then, summarize the employee’s answers to your questions and in the summary incorporate at least 4 course concepts as they apply to the employee’s responses. The summary must be in essay form (minus an introduction and conclusion). All concepts must be underlined and defined prior to explaining how they reflect the interviewee’s responses.

d. Personal Reflection Essay: Provide a written reflection of your shadowing experience complete with course concept application (you are required to apply at least 4 course concepts in your reflection essay as they relate to your experience—these concepts must be different from those you discussed in your interview summary).

In your reflection explain what you learned through this learning experience about health communication and working in the health field. Discuss both challenging and rewarding experiences that you think that you could have working in this type of position/organization. What did you learn in your short shadowing experience that will better prepare you for a professional life outside the university (regardless if you choose a health related field). What transferable communication skills did you observe during this experience that you feel will be useful in a future career? 5. Thank You Note: Send a thank you note to the employee that you shadowed and include a copy of the thank you note in your portfolio.

[supanova_question]

Socket Programming Computer Science Assignment Help

Create a program with a concurrent server using TCP that can handle multiple requests to sort an array of twenty randomly generated words using mergesort that are submitted to the server by each of the clients. The arrays should be created and stored on the clients in a separate input file called “clientn.inputdat”, where n is the client number before starting the program itself. Each input file must have at least three lines with different arrays. At least three clients should be used on at least 2 separate hosts. The clients should be able to read the array from the file and then send it to the server. You should use multiprocessing, not multithreading, on the server. The server must be able to read the file, call mergesort, find the resulting sorted array, and return the sorted resulting array to the client. The client should then print out the result on the terminal. After all arrays in the input file have been sorted correctly, the program should close its connection with the server and exit the program. Be sure to use a waitpid () system call before exiting the server after all of the clients have been serviced so that no zombies are left when the server leaves. You will need to use such commands as fork(), accept () and waitpid ( ). Write the program in C or Python in Linux.

[supanova_question]

https://anyessayhelp.com/; (2) that your institution may use your paper in accordance with your institution’s policies; and (3) that your use of SafeAssign will be without recourse against Blackboard Inc. and its affiliates.

[supanova_question]

Health Communication engaged learning project Business Finance Assignment Help

Engaged Learning Project Portfolio Please include the following documents in your portfolio in the following order:

1. Cover Page—Your Name, Organization Name

2. Table of Contents

3. List of 5 Types of Health Organizations (ranked by preference) and the names of all of the organizations that you contacted to inquire about shadowing.

4. Shadow Experience Report

a. Organization name and brief description of the organization (e.g., what does the organization do? How are they connected to “health”? What audiences/groups do they serve? What is their mission? Goals? etc.)

b. Shadow Experience Description. Explain what you did during your shadowing experience. What tasks did you observe/complete? What did you learn about the organization and position during your observations? Give examples of tasks/duties that you completed (or observed) so readers can get a clear sense of your experience and the position that you shadowed. Make sure it is clear how the position is connected to “health”.

c. List of Interview Questions and written summary of responses. Include your list of interview questions that you prepared prior to your shadowing experience. Then, summarize the employee’s answers to your questions and in the summary incorporate at least 4 course concepts as they apply to the employee’s responses. The summary must be in essay form (minus an introduction and conclusion). All concepts must be underlined and defined prior to explaining how they reflect the interviewee’s responses.

d. Personal Reflection Essay: Provide a written reflection of your shadowing experience complete with course concept application (you are required to apply at least 4 course concepts in your reflection essay as they relate to your experience—these concepts must be different from those you discussed in your interview summary).

In your reflection explain what you learned through this learning experience about health communication and working in the health field. Discuss both challenging and rewarding experiences that you think that you could have working in this type of position/organization. What did you learn in your short shadowing experience that will better prepare you for a professional life outside the university (regardless if you choose a health related field). What transferable communication skills did you observe during this experience that you feel will be useful in a future career? 5. Thank You Note: Send a thank you note to the employee that you shadowed and include a copy of the thank you note in your portfolio.

[supanova_question]

Socket Programming Computer Science Assignment Help

Create a program with a concurrent server using TCP that can handle multiple requests to sort an array of twenty randomly generated words using mergesort that are submitted to the server by each of the clients. The arrays should be created and stored on the clients in a separate input file called “clientn.inputdat”, where n is the client number before starting the program itself. Each input file must have at least three lines with different arrays. At least three clients should be used on at least 2 separate hosts. The clients should be able to read the array from the file and then send it to the server. You should use multiprocessing, not multithreading, on the server. The server must be able to read the file, call mergesort, find the resulting sorted array, and return the sorted resulting array to the client. The client should then print out the result on the terminal. After all arrays in the input file have been sorted correctly, the program should close its connection with the server and exit the program. Be sure to use a waitpid () system call before exiting the server after all of the clients have been serviced so that no zombies are left when the server leaves. You will need to use such commands as fork(), accept () and waitpid ( ). Write the program in C or Python in Linux.

[supanova_question]

https://anyessayhelp.com/; (2) that your institution may use your paper in accordance with your institution’s policies; and (3) that your use of SafeAssign will be without recourse against Blackboard Inc. and its affiliates.

[supanova_question]

Health Communication engaged learning project Business Finance Assignment Help

Engaged Learning Project Portfolio Please include the following documents in your portfolio in the following order:

1. Cover Page—Your Name, Organization Name

2. Table of Contents

3. List of 5 Types of Health Organizations (ranked by preference) and the names of all of the organizations that you contacted to inquire about shadowing.

4. Shadow Experience Report

a. Organization name and brief description of the organization (e.g., what does the organization do? How are they connected to “health”? What audiences/groups do they serve? What is their mission? Goals? etc.)

b. Shadow Experience Description. Explain what you did during your shadowing experience. What tasks did you observe/complete? What did you learn about the organization and position during your observations? Give examples of tasks/duties that you completed (or observed) so readers can get a clear sense of your experience and the position that you shadowed. Make sure it is clear how the position is connected to “health”.

c. List of Interview Questions and written summary of responses. Include your list of interview questions that you prepared prior to your shadowing experience. Then, summarize the employee’s answers to your questions and in the summary incorporate at least 4 course concepts as they apply to the employee’s responses. The summary must be in essay form (minus an introduction and conclusion). All concepts must be underlined and defined prior to explaining how they reflect the interviewee’s responses.

d. Personal Reflection Essay: Provide a written reflection of your shadowing experience complete with course concept application (you are required to apply at least 4 course concepts in your reflection essay as they relate to your experience—these concepts must be different from those you discussed in your interview summary).

In your reflection explain what you learned through this learning experience about health communication and working in the health field. Discuss both challenging and rewarding experiences that you think that you could have working in this type of position/organization. What did you learn in your short shadowing experience that will better prepare you for a professional life outside the university (regardless if you choose a health related field). What transferable communication skills did you observe during this experience that you feel will be useful in a future career? 5. Thank You Note: Send a thank you note to the employee that you shadowed and include a copy of the thank you note in your portfolio.

[supanova_question]

Socket Programming Computer Science Assignment Help

Create a program with a concurrent server using TCP that can handle multiple requests to sort an array of twenty randomly generated words using mergesort that are submitted to the server by each of the clients. The arrays should be created and stored on the clients in a separate input file called “clientn.inputdat”, where n is the client number before starting the program itself. Each input file must have at least three lines with different arrays. At least three clients should be used on at least 2 separate hosts. The clients should be able to read the array from the file and then send it to the server. You should use multiprocessing, not multithreading, on the server. The server must be able to read the file, call mergesort, find the resulting sorted array, and return the sorted resulting array to the client. The client should then print out the result on the terminal. After all arrays in the input file have been sorted correctly, the program should close its connection with the server and exit the program. Be sure to use a waitpid () system call before exiting the server after all of the clients have been serviced so that no zombies are left when the server leaves. You will need to use such commands as fork(), accept () and waitpid ( ). Write the program in C or Python in Linux.

[supanova_question]

web development Programming Assignment Help

web development Programming Assignment Help

× How can I help you?