List the guidelines for in-house ecommerce site development.?
What will be an ideal response?
The guidelines for in-house ecommerce site development are as follows:?• Analyze the company's business needs and develop a clear statement of your goals. Consider the experience of other companies with similar projects.• Obtain input from users who understand the business and technology issues involved in the project. Plan for future growth, but aim for ease of use.• Determine whether the IT staff has the necessary skills and experience to implement the project. Consider training, additional resources, and the use of consultants if necessary.• Consider integration requirements for existing legacy systems or enterprise resource planning. Select a physical infrastructure carefully, so it will support the application, now and later.• Develop the project in modular form so users can test and approve the functional elements as you go along.• Connect the application to existing in-house systems and verify interactivity.• Test every aspect of the site exhaustively. Consider a preliminary rollout to a pilot group to obtain feedback before a full launch.?
You might also like to view...
Which of the following GridBagConstraints specifies the number of columns a component will occupy?
a. gridwidth. b. gridheight. c. weightx. d. weighty.
How many radio buttons can be selected at the same time as the result of the following code?
``` hours = new JRadioButton("Hours"); minutes = new JRadioButton("Minutes"); seconds = new JRadioButton("Seconds"); days = new JRadioButton("Days"); months = new JRadioButton("Months"); years = new JRadioButton("Years"); timeOfDayButtonGroup = new ButtonGroup(); dateButtonGroup = new ButtonGroup(); timeOfDayButtonGroup.add(hours); timeOfDayButtonGroup.add(minutes); timeOfDayButtonGroup.add(seconds); dateButtonGroup.add(days); dateButtonGroup.add(months); dateButtonGroup.add(years); ``` A) 1 B) 2 C) 3 D) 4
Pointing to a circular sizing handle displays a horizontal resize pointer
Indicate whether the statement is true or false
One purpose or type of listening is to develop rapport with a user. This type of listening is called _____________________.
Fill in the blank(s) with the appropriate word(s).