+1(316)4441378

+44-141-628-6690

Archive for the ‘Undergraduate’ Category

Php

Instructions
QUESTION 1.

Write a program that displays, validates, and processes a form for entering information about a package to be shipped from Tema Port. The form should contain inputs fields for the FROM and TO addresses for the package, the SOURCE and the DESTINATION contact number, dimensions of the package, and weight of the package. The validation should check (at least) that the package weighs no more than 150 pounds and that no dimension of the package is more than 36 inches. The processing function in your program should print out the information about the package in an organized, formatted report.

Note the following:

- All submissions should be in the form or a zipped attachment and devoid of plagiarized content

- The form to accept the input should be on a different file named "InputForm.html"

- The Php file that would accept and process the form should be named "ValidateForm.php"

- Finally, the file that would display the pro

php and sqlite

database has 4 tables (teachers, students, courses and performance). php needs to have user input to search 4 different things from that database.

1. count all course credits on given year
2. display all studies for given user
3. count average grade of given  course
4. print teachers that have given most grades

ordered_array

Please do not use any advanced or other methods or #includes to slove the assignment. The ordered_set test file should be an hpp file and it should pass the tests in the test test file which should be a cpp file. if you need any clarifications, please let me know. thanks

Company Analysis and Proposal for change

Company : GE
1.    You need to do research on your chosen company its mission and strategy, how it operates, its history and how it has changed over time, and its experience with change. (No more than 1 page)
o    Describe the organizations vision, mission and strategy.
o    Who are its major competitors?
o    What were the big changes in the organization over its history?
o    What are the biggest challenges it is dealing with now?
o    Who are the key players outside the organization, e.g. suppliers, partners, customers, regulators, etc. who are relevant to the organizations biggest challenge?
o    What has been the experience of the organization with change? Have they been quick to react and successful, or were they slower than their competition?  Did they miss any opportunities?  Do research on your organization and cite the sources that you use.<

Data Assignment

you need to revise the draft first, then write the discussion.  Remember read the feedback carefully, the professor does not allow to use primary source,as well as survey data, he only allwo to use SECONDARAY DATA. This means you need to remove all survey data and primary data from the draft.

ECON 305 Discussion 6

This week the text readings include a discussion of inflation.  While you are already familiar with the basics of inflation, do read the text with care as it gives you useful fuller detail on the relationships between money supply, monetary policy and inflation.

But at the moment, the world isn't facing any meaningful inflationary pressure.  But there are numerous signs of potential deflation.  And that has several central banks nervous.

However, we rarely discuss deflation in economics courses.  The last time it happened in the US was during the Great Depression.  Japan  deal with deflation during the 1990s and off and on since then.  China has come close, but central bank actions seem to have prevented.  And now the Euro Zone is facing possible deflation to which the European Central Bank has finally started to respond.

This week explore the causes of deflation, why it is considered to have negative consequences for an econ

HW

Do you think I can make an appointment for July 6, 2020, around 1PM ~ 5PM (pacific time zone) to help me with HW problem solutions. Session would probably last 3h or less. The HW problems are absolutely manageable in scheduled live session time frame, Will not be difficult because it has time limit. Let me know if you can make it to the session.

simple math game javascript

I need help by programming a small math game with javascript. I already have the structure on my file that I want, but the program is not working yet.

IDEA OF PROJECT
1. question for an addition between 1 and 100 (random numbers)
2. if correct go to subtraction between 1 and 100, if not repeat and stay on this level
3. continuing the structure with multiplication between 1 and 20
4. followed by division between 1 and 20
5. I want 10 questions and then showing a prompt at the end the shows how many points somebody got
6. time restriction of 4 minutes for the 10 questions


using the following structure, but it needs to be continued

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Project</TITLE>


<SCRIPT LANGUAGE="JavaScript">

let Name = prompt("Hello, What's your name?");
console.log(Name);


let a = Math.floor( Math.random() * 100 + 1

Forms

A . Create a user registration page that takes information from the user and provides clear error messages for incorrect input and use regular expressions to accept the correct input. Create the regular expressions to validate the form for:

The first name and last name input as characters
A valid email address
A valid phone number
A valid state and Post Code
Test your script in at least two browsers and document any debugging plus version control
B. Use the errorMessages.js form that is worked on class and with this form add the following:

Allow for the forms element label to have more than one class.
HINT: use concatenation to add the error class, and remove the error class by slicing off the text after the last space in the className Value.
Change the addToolTipHandlers() function so that it also applies appropriate event listeners to the forms label.
HINT: Start by changing the function so that it takes the elements id value as its argument, th

Event Handling

1. Using the epoch.js file we were working on in class update it for the following:
a) so that a button element is clicked to update the message
b) Script tag is at the bottom of the HTML page.
c) No onclick in HTML JavaScript completely separated form HTML.
d) Program works from the bottom up - window.onload init is at the bottom of epoch.js file
e) Test your script in at least two browsers and document any debugging plus version control
2. Using the events.html & events.js files we were working on in class update them for the following:
a) so that it notifies the user when the form has been submitted and the event handlers have been
registered
b) so that it uses addEvent() for the form-submission error handler and then prevent the form from
submitting using the code also used in the membership.js
c) Script tag is at the bottom of the HTML page.
d) No onclick in HTML JavaScript completely separated form HTML.
e) Program works from the botto