subject

Paradigm Pet Professionals UI Design Specifications The information provided in this design specification outlines the stakeholder and audience needs for the Paradigm Pet Professionals website. Business Requirements 1. Stakeholder Needs The owners of Paradigm Pet Professionals are looking for a site that is easy to navigate and makes the content readable and easy to understand. They want to provide basic pet care advice for the most common type of pets and encourage site visitors to contact them for one-on-one consultations with “Pexperts” regarding additional pet health concerns. To properly reply to consultation requests, they need to know the following about the user: name, phone number, email address, and time zone. Additionally, they want to know the pet’s name, type, and age. It is important that their site adheres to accessibility standards and offers an optimal experience on all device sizes. The owners also want the site to implement consistent branding that clarifies their values. Their site goal is to have 100,000 new visitors to the site within one year and schedule 150 new consults within one year. To help reach its site goal, Paradigm Pet Professionals aims to be on the first page of search engine results when pet owners search for “new pet consultation” or “new pet care consultation.” In nine months, it plans to expand the site content to offer tips for first-time pet owners that will help them through the first week of bringing home their pet. 2. User Personas Existing Pages – Update existing web pages on the website according to each of the following user personas: • ALL SITE VISITORS landing on the home page are interested in an overview of what the company does. First-time visitors will often leave the site completely if the layout does not easily identify the information available on the site and link to its pages within the website. Users landing on the home page view the site using desktop and handheld devices. • CAT OWNERS are looking to understand the feeding needs for their ca

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
Assume that you have an array of integers named a. which of these code segments print the same results? int i = 1; while(i < a.length) { system.out.println(a[i]); i++; } int i; for (i = 0; i < a.length; i++) { system.out.println(a[i]); } for (int i : a) { system.out.println(i); } i and ii only ii and iii only i and iii only all three print the same results. all three print different results.
Answers: 3
question
Computers and Technology, 22.06.2019 05:00
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. after the loop terminates, it prints out, on a line by itself and separated by spaces, the sum of all the even integers read, the sum of all the odd integers read, a count of the number of even integers read, and a count of the number of odd integers read, all separated by at least one space. declare any variables that are needed. assume the availability of a variable, stdin, that references a scanner object associated with standard input. that is, stdin = new scanner(system.in); is given.
Answers: 3
question
Computers and Technology, 22.06.2019 08:30
Today is the anniversary of me being on yet, i don't need it anymore! here's a picture of my dog wearing a bowtie! my question is, how do i delete my account?
Answers: 1
question
Computers and Technology, 23.06.2019 02:50
Define a class named movie. include private fields for the title,year, and name of the director. include three public functions withprototypes void movie: : settitle(cstring); , voidmovie: : setyear(int); , void movie: : setdirector(string); . includeanother function that displays all the information about a movie.write a main() function that declares a movie object namedmyfavoritemovie. set and display the object's fields.this is what i have but know its wrong since it will notcompile: #include#includeusing namespace std; //class declarationclass movie{private: string movietitle ; string movieyear; string directorname; public: void settitle(string title); void setyear(string year); void setdirector(string director); void displayinfo(); }; //class implementationvoid movie: : settitle(string title){ movietitle = title; cout< < "what is the title of themovie? "< > temp; myfavoritemovie.settitle(temp); cout< < "enter movie year"< > temp; myfavoritemovie.setyear(temp); cout< < "enter director'sname"< > temp; myfavoritemovie.setdirector(temp); //display all the data myfavoritemovie.displayinfo(); system("pause"); return 0; this code is not entirely mine someone on cramster edited my firstcode but then i try manipulating the new code and i still get acompile error message : \documents\visual studio 2008\projects\movie\movie\movie.cpp(46) : error c2679: binary '< < ' : no operator found which takes aright-hand operand of type 'std: : string' (or there is no acceptableconversion)c: \program files (x86)\microsoft visual studio9.0\vc\include\ostream(653): could be'std: : basic_ostream< _elem,_traits> & std: : operator< < > (std: : basic_ostream< _elem,_traits> & ,const char *)w
Answers: 1
You know the right answer?
Paradigm Pet Professionals UI Design Specifications The information provided in this design specific...
Questions
question
Mathematics, 12.03.2021 01:00
question
Mathematics, 12.03.2021 01:00
question
Mathematics, 12.03.2021 01:00
question
Mathematics, 12.03.2021 01:00
question
Mathematics, 12.03.2021 01:00
question
Mathematics, 12.03.2021 01:00
question
Mathematics, 12.03.2021 01:00
Questions on the website: 13722361