SlideShare a Scribd company logo
Chapter 4
Building Online Presence:
Websites, Mobile Sites, and
Apps
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Walmart Website Redesign: Going Upscale
in Its Fight to Compete With Amazon
• Class Discussion
– Why is Walmart considered an underdog in the e-
commerce arena?
– What was Walmart’s objective in redesigning its
website?
– How does Walmart’s website differ from Amazon’s
website?
– How has the Covid-19 pandemic impacted Walmart?
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Imagine Your Online Presence (1 of 3)
• What’s the idea? The vision includes:
– Mission statement
– Target audience
– Intended market space
– Strategic analysis
– Marketing matrix
– Development timeline
– Preliminary budget
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Imagine Your Online Presence (2 of 3)
• Where’s the money?
– Business model(s)
– Revenue model(s)
• Who and where is the target audience?
– Demographics, lifestyle, consumption patterns, etc.
• What is the ballpark? Characterize the marketplace
– Size, growth, demographics, structure
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Imagine Your Online Presence (3 of 3)
• Where’s the content coming from?
• Know yourself-SWOT analysis
• Develop an e-commerce presence map
• Develop a timeline: Milestones
• How much will this cost?
– Simple website: up to $5000
– Small startup: $25,000 to $50,000
– Large corporate website: $100,000+ to millions
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Figure 4.1 SWOT Analysis
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Figure 4.2 Online Presence Map
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Building a Website: A Systematic
Approach
• Most important management challenges:
1. Developing a clear understanding of business objectives
2. Knowing how to choose the right technology to achieve those
objectives
• Main factors to consider
– Management
– Hardware architecture
– Software
– Design
– Telecommunications
– Human resources
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Planning: The Systems Development Life
Cycle
• Methodology for understanding business objectives of a
system and designing an appropriate solution
• Five major steps:
– Systems analysis/planning
– Systems design
– Building the system
– Testing
– Implementation
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Figure 4.5 Systems Development Life
Cycle
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
System Analysis/Planning
• Business objectives:
– List of capabilities you want your site to have
• System functionalities:
– List of information system capabilities needed to
achieve business objectives
• Information requirements:
– Information elements that system must produce in
order to achieve business objectives
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Table 4.2 System Analysis, Business Objectives,
System Functionalities, and Information Requirements
for a Typical E-commerce Site (1 of 2)
Business Objective System Functionality Information Requirements
Display goods Digital Catalog Dynamic text and graphics catalog
Provide product information Product database Product description, stocking numbers,
inventory levels
Personalize/customize
product
Customer on-site
tracking
Site log for every customer visit; data
mining capability to identify common
customer paths and appropriate responses
Engage customers in
conversations
On-site blog; user
forums
Software with blogging and community
forum functionality
Execute a transaction Shopping cart/payment
system
Secure credit card clearing; multiple
payment options
Accumulate customer
information
Customer database Name, address, phone, and e-mail for all
customers; online customer registration
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Table 4.2 System Analysis, Business Objectives,
System Functionalities, and Information Requirements
for a Typical E-commerce Site (2 of 2)
Business Objective System Functionality Information Requirements
Provide after-sale customer
support
Sales database Customer ID, product, date, payment,
shipment date
Coordinate
marketing/advertising
Ad server, e-mail server, e-
mail, campaign manager,
ad banner manager
Site behavior log of prospects and
customers linked to e-mail and banner ad
campaigns
Understand marketing
effectiveness
Site tracking and reporting
system
Number of unique visitors, pages visited,
products purchased, identified by
marketing campaign
Provide production and
supplier links
Inventory management
system
Product and inventory levels, supplier ID
and contact, order quantity data by
product
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Systems Design: Hardware and Software
Platforms
• System design specification:
– Description of main components of a system and
their relationship to one another
• Two components of system design:
– Logical design
▪ Data flow diagrams, processing functions,
databases
– Physical design
▪ Specifies actual physical, software components,
models, and so on
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Figure 4.6 A Logical and Physical Design
for a Simple Website
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Building the System: In-House Versus
Outsourcing
• Outsourcing: Hiring vendors to provide services involved in
building site
• Build own versus outsourcing:
– Build your own requires team with diverse skill set; choice
of software tools; both risks and possible benefits
• Host own versus outsourcing
– Hosting: Hosting company responsible for ensuring site is
accessible 24/7, for monthly fee
– Co-location: Firm purchases or leases web server (with
control over its operation), but server is located at vendor’s
facility
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Figure 4.7 Choices in Building and
Hosting
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Insight on Business: Weebly Makes
Creating Websites Easy
• Class Discussion
– What value does Weebly offer to small businesses?
– Are there any drawbacks to using Weebly to create
an e-commerce presence?
– How are service providers like Weebly changing the
nature of e-commerce?
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Testing the System
• Testing
– Unit testing
– System testing
– Acceptance testing
– A/B testing (split testing)
– Multivariate testing
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Implementation, Maintenance, and
Optimization
• Systems break down unpredictably
• Maintenance is ongoing
• Maintenance costs: Similar to development costs
– A $40K e-commerce site may require $40K annually
to upkeep
• Benchmarking
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Alternative Web Development
Methodologies
• Prototyping
• Agile development
• DevOps
• Component-based development
• Web services
– Service-oriented architecture (SOA)
– Microservices
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Web Servers
• Web server is a combination of software and hardware
that uses HTTP and other protocols to respond to client
request made over the world wide web.
• Example: Apache HTTP Server
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Table 4.4 Basic Functionality Provided by
Web Servers
Functionality Description
Processing of HTTP requests Receive and respond to client requests for HTML
pages
Security services (Secure
Sockets Layer)/Transport Layer
Security
Verify username and password; process certificates
and private/public key information required for credit
card processing and other secure information
File Transfer Protocol Permits transfer of very large files from server to
server
Search engine Indexing of site content; keyword search capability
Data capture Log file of all visits, time, duration, and referral
source
E-mail Ability to send, receive, and store e-mail messages
Site management tools Calculate and display key site statistics, such as
unique visitors, page requests, and origin of
requests; check links on pages
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Site Management Tools
• Basic tools included in all web servers
– Verify that links on pages are still valid
– Identify orphan files
• Third-party software for advanced management
– Monitor customer purchases
– Marketing campaign effectiveness
– Keep track of hit counts and other statistics
– Example: Webtrends Analytics 10
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Merchant Server Software Packages (1 of 3)
• Integrated environment that includes most of
functionality needed
– Shopping cart
– Merchandise display
– Order management
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Merchant Server Software Packages (2 of 3)
• Different options for different-sized businesses
– Small and medium-sized businesses: ShopUp,
Shopify; Bigcommerce, Vendio, open-source
solutions
– Mid-range: HCL Commerce; Sitecore Experience
Commerce
– High-end: SAP Hybris Commerce, Oracle ATG
Web Commerce, Magento
• Many now also available as cloud-based SaaS
solutions.
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Merchant Server Software Packages (3 of 3)
• Key factors in selecting a package
– Functionality
– Support for different business models, including m-
commerce
– Business process modeling tools
– Visual site management and reporting
– Performance and scalability
– Connectivity to existing business systems
– Compliance with standards
– Global and multicultural capability
– Local sales tax and shipping rules
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Table 4.11 The Eight Most Important Factors
in Successful E-commerce Site Design
Factor Description
Functionality Pages that work, load quickly, and point the customer
toward your product offerings
Informational Links that customers can easily find to discover more
about you and your products
Ease of use Simple foolproof navigation
Redundant navigation Alternative navigation to the same content
Ease of purchase One or two clicks to purchase
Multi-browser functionality Site works with the most popular browsers
Simple graphics Avoids distracting, obnoxious graphics and sounds that
the user cannot control
Legible text Avoids backgrounds that distort text or make it illegible
Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
Copyright
This work is protected by United States copyright laws and is
provided solely for the use of instructors in teaching their
courses and assessing student learning. Dissemination or sale of
any part of this work (including on the World Wide Web) will
destroy the integrity of the work and is not permitted. The work
and materials from it should never be made available to students
except by instructors using the accompanying text in their
classes. All recipients of this work are expected to abide by these
restrictions and to honor the intended pedagogical purposes and
the needs of other instructors who rely on these materials.

More Related Content

Similar to Chapter 4.pdf

Copy of laudon-traver_ec17_ppt_ch01_accessible.pptx
Copy of laudon-traver_ec17_ppt_ch01_accessible.pptxCopy of laudon-traver_ec17_ppt_ch01_accessible.pptx
Copy of laudon-traver_ec17_ppt_ch01_accessible.pptx
ramidhavsclas
 
API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...
API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...
API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...
Veronique Wagon
 
laudon_mis16_ppt_ch02_KL_CE.pptx
laudon_mis16_ppt_ch02_KL_CE.pptxlaudon_mis16_ppt_ch02_KL_CE.pptx
laudon_mis16_ppt_ch02_KL_CE.pptx
DrKetanPrajapati
 
Chapter 6.pdf
Chapter 6.pdfChapter 6.pdf
Chapter 6.pdf
MehediHasan875455
 
laudon-traver_ec14_ppt_ch01.pptx
laudon-traver_ec14_ppt_ch01.pptxlaudon-traver_ec14_ppt_ch01.pptx
laudon-traver_ec14_ppt_ch01.pptx
Nik Azreeta Nik Aziz
 
Daniel k final exam case study -iap
Daniel k   final exam case study -iapDaniel k   final exam case study -iap
Daniel k final exam case study -iapspidey17
 
Class8_Customer Valuation.pptx
Class8_Customer Valuation.pptxClass8_Customer Valuation.pptx
Class8_Customer Valuation.pptx
Miya56
 
Chapter 2 E-commerce in the field A.pptx
Chapter 2 E-commerce in the field A.pptxChapter 2 E-commerce in the field A.pptx
Chapter 2 E-commerce in the field A.pptx
ssuser273bea
 
Ecommerce-Lesson 10.pdf
Ecommerce-Lesson 10.pdfEcommerce-Lesson 10.pdf
Ecommerce-Lesson 10.pdf
AhmetSimsak
 
laudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptxlaudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptx
AnjLegaspi1
 
Chapter 4.pptx
Chapter 4.pptxChapter 4.pptx
Chapter 4.pptx
NMohd3
 
02 ecs-lect-e commerce-business-models-concepts
02 ecs-lect-e commerce-business-models-concepts02 ecs-lect-e commerce-business-models-concepts
02 ecs-lect-e commerce-business-models-concepts
Fauji Ru
 
E-commerce Lecture Slides.pdf
E-commerce Lecture Slides.pdfE-commerce Lecture Slides.pdf
E-commerce Lecture Slides.pdf
MaikudiMicah
 
17452194 e-marketing
17452194 e-marketing17452194 e-marketing
17452194 e-marketing
Harshalini25 nimbalkar
 
Chapter 7.pptx
Chapter 7.pptxChapter 7.pptx
Chapter 7.pptx
NMohd3
 
BSAD 372 - CH 8
BSAD 372 - CH 8BSAD 372 - CH 8
BSAD 372 - CH 8
Janice Robinson
 
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
apidays
 
Connecting Ecommerce & Centralized Analytics to Cascade Server
Connecting Ecommerce & Centralized Analytics to Cascade ServerConnecting Ecommerce & Centralized Analytics to Cascade Server
Connecting Ecommerce & Centralized Analytics to Cascade Server
hannonhill
 
Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
Bhawani N Prasad
 

Similar to Chapter 4.pdf (20)

Copy of laudon-traver_ec17_ppt_ch01_accessible.pptx
Copy of laudon-traver_ec17_ppt_ch01_accessible.pptxCopy of laudon-traver_ec17_ppt_ch01_accessible.pptx
Copy of laudon-traver_ec17_ppt_ch01_accessible.pptx
 
API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...
API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...
API Days, Paris, January 2018 - Sharing API Economy Observations: Business dr...
 
laudon_mis16_ppt_ch02_KL_CE.pptx
laudon_mis16_ppt_ch02_KL_CE.pptxlaudon_mis16_ppt_ch02_KL_CE.pptx
laudon_mis16_ppt_ch02_KL_CE.pptx
 
Chapter 6.pdf
Chapter 6.pdfChapter 6.pdf
Chapter 6.pdf
 
laudon-traver_ec14_ppt_ch01.pptx
laudon-traver_ec14_ppt_ch01.pptxlaudon-traver_ec14_ppt_ch01.pptx
laudon-traver_ec14_ppt_ch01.pptx
 
Daniel k final exam case study -iap
Daniel k   final exam case study -iapDaniel k   final exam case study -iap
Daniel k final exam case study -iap
 
E Marketing
E   MarketingE   Marketing
E Marketing
 
Class8_Customer Valuation.pptx
Class8_Customer Valuation.pptxClass8_Customer Valuation.pptx
Class8_Customer Valuation.pptx
 
Chapter 2 E-commerce in the field A.pptx
Chapter 2 E-commerce in the field A.pptxChapter 2 E-commerce in the field A.pptx
Chapter 2 E-commerce in the field A.pptx
 
Ecommerce-Lesson 10.pdf
Ecommerce-Lesson 10.pdfEcommerce-Lesson 10.pdf
Ecommerce-Lesson 10.pdf
 
laudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptxlaudon-traver_ec13_ppt_ch12(2).pptx
laudon-traver_ec13_ppt_ch12(2).pptx
 
Chapter 4.pptx
Chapter 4.pptxChapter 4.pptx
Chapter 4.pptx
 
02 ecs-lect-e commerce-business-models-concepts
02 ecs-lect-e commerce-business-models-concepts02 ecs-lect-e commerce-business-models-concepts
02 ecs-lect-e commerce-business-models-concepts
 
E-commerce Lecture Slides.pdf
E-commerce Lecture Slides.pdfE-commerce Lecture Slides.pdf
E-commerce Lecture Slides.pdf
 
17452194 e-marketing
17452194 e-marketing17452194 e-marketing
17452194 e-marketing
 
Chapter 7.pptx
Chapter 7.pptxChapter 7.pptx
Chapter 7.pptx
 
BSAD 372 - CH 8
BSAD 372 - CH 8BSAD 372 - CH 8
BSAD 372 - CH 8
 
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
APIdays Paris 2018 - Creating an API economy business strategy Alan Glickenho...
 
Connecting Ecommerce & Centralized Analytics to Cascade Server
Connecting Ecommerce & Centralized Analytics to Cascade ServerConnecting Ecommerce & Centralized Analytics to Cascade Server
Connecting Ecommerce & Centralized Analytics to Cascade Server
 
Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
 

More from MehediHasan875455

Job Analysis.pptx
Job Analysis.pptxJob Analysis.pptx
Job Analysis.pptx
MehediHasan875455
 
HRM slide.pptx
HRM slide.pptxHRM slide.pptx
HRM slide.pptx
MehediHasan875455
 
Dessler_hrm15_ inppt_11.ppt
Dessler_hrm15_ inppt_11.pptDessler_hrm15_ inppt_11.ppt
Dessler_hrm15_ inppt_11.ppt
MehediHasan875455
 
Dessler_hrm15_ inppt_05.pptx
Dessler_hrm15_ inppt_05.pptxDessler_hrm15_ inppt_05.pptx
Dessler_hrm15_ inppt_05.pptx
MehediHasan875455
 
CH 07 Entrepreneurship.pptx
CH 07 Entrepreneurship.pptxCH 07 Entrepreneurship.pptx
CH 07 Entrepreneurship.pptx
MehediHasan875455
 
CH 05 Entrepreneurship.pptx
CH 05 Entrepreneurship.pptxCH 05 Entrepreneurship.pptx
CH 05 Entrepreneurship.pptx
MehediHasan875455
 
CH 03 Entrepreneurship.pptx
CH 03 Entrepreneurship.pptxCH 03 Entrepreneurship.pptx
CH 03 Entrepreneurship.pptx
MehediHasan875455
 
CH 02 Entrepreneurship.pptx
CH 02 Entrepreneurship.pptxCH 02 Entrepreneurship.pptx
CH 02 Entrepreneurship.pptx
MehediHasan875455
 
CH 01 Entrepreneurship.pptx
CH 01 Entrepreneurship.pptxCH 01 Entrepreneurship.pptx
CH 01 Entrepreneurship.pptx
MehediHasan875455
 
5. Offence, Penalty-ICAB.pptx
5. Offence, Penalty-ICAB.pptx5. Offence, Penalty-ICAB.pptx
5. Offence, Penalty-ICAB.pptx
MehediHasan875455
 
project management L1.pptx
project management L1.pptxproject management L1.pptx
project management L1.pptx
MehediHasan875455
 
L2.pptx
L2.pptxL2.pptx
Chapter 5.pdf
Chapter 5.pdfChapter 5.pdf
Chapter 5.pdf
MehediHasan875455
 
Chapter 3.pdf
Chapter 3.pdfChapter 3.pdf
Chapter 3.pdf
MehediHasan875455
 

More from MehediHasan875455 (14)

Job Analysis.pptx
Job Analysis.pptxJob Analysis.pptx
Job Analysis.pptx
 
HRM slide.pptx
HRM slide.pptxHRM slide.pptx
HRM slide.pptx
 
Dessler_hrm15_ inppt_11.ppt
Dessler_hrm15_ inppt_11.pptDessler_hrm15_ inppt_11.ppt
Dessler_hrm15_ inppt_11.ppt
 
Dessler_hrm15_ inppt_05.pptx
Dessler_hrm15_ inppt_05.pptxDessler_hrm15_ inppt_05.pptx
Dessler_hrm15_ inppt_05.pptx
 
CH 07 Entrepreneurship.pptx
CH 07 Entrepreneurship.pptxCH 07 Entrepreneurship.pptx
CH 07 Entrepreneurship.pptx
 
CH 05 Entrepreneurship.pptx
CH 05 Entrepreneurship.pptxCH 05 Entrepreneurship.pptx
CH 05 Entrepreneurship.pptx
 
CH 03 Entrepreneurship.pptx
CH 03 Entrepreneurship.pptxCH 03 Entrepreneurship.pptx
CH 03 Entrepreneurship.pptx
 
CH 02 Entrepreneurship.pptx
CH 02 Entrepreneurship.pptxCH 02 Entrepreneurship.pptx
CH 02 Entrepreneurship.pptx
 
CH 01 Entrepreneurship.pptx
CH 01 Entrepreneurship.pptxCH 01 Entrepreneurship.pptx
CH 01 Entrepreneurship.pptx
 
5. Offence, Penalty-ICAB.pptx
5. Offence, Penalty-ICAB.pptx5. Offence, Penalty-ICAB.pptx
5. Offence, Penalty-ICAB.pptx
 
project management L1.pptx
project management L1.pptxproject management L1.pptx
project management L1.pptx
 
L2.pptx
L2.pptxL2.pptx
L2.pptx
 
Chapter 5.pdf
Chapter 5.pdfChapter 5.pdf
Chapter 5.pdf
 
Chapter 3.pdf
Chapter 3.pdfChapter 3.pdf
Chapter 3.pdf
 

Recently uploaded

what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
DOT TECH
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
Falcon Invoice Discounting
 
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdfWhich Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Kezex (KZX)
 
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdfIsios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Henry Tapper
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
DOT TECH
 
PF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptxPF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptx
GunjanSharma28848
 
USDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptxUSDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptx
marketing367770
 
GeM ppt in railway for presentation on gem
GeM ppt in railway  for presentation on gemGeM ppt in railway  for presentation on gem
GeM ppt in railway for presentation on gem
CwierAsn
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Quotidiano Piemontese
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
DOT TECH
 
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
muslimdavidovich670
 
Financial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptxFinancial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptx
Writo-Finance
 
managementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.pptmanagementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.ppt
SuseelaPalanimuthu
 
The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...
Antonis Zairis
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
DOT TECH
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
DOT TECH
 
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
ydubwyt
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
nomankalyar153
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
shetivia
 
APP I Lecture Notes to students 0f 4the year
APP I  Lecture Notes  to students 0f 4the yearAPP I  Lecture Notes  to students 0f 4the year
APP I Lecture Notes to students 0f 4the year
telilaalilemlem
 

Recently uploaded (20)

what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
 
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
innovative-invoice-discounting-platforms-in-india-empowering-retail-investors...
 
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdfWhich Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
 
Isios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdfIsios-2024-Professional-Independent-Trustee-Survey.pdf
Isios-2024-Professional-Independent-Trustee-Survey.pdf
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
 
PF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptxPF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptx
 
USDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptxUSDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptx
 
GeM ppt in railway for presentation on gem
GeM ppt in railway  for presentation on gemGeM ppt in railway  for presentation on gem
GeM ppt in railway for presentation on gem
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
 
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
 
Financial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptxFinancial Assets: Debit vs Equity Securities.pptx
Financial Assets: Debit vs Equity Securities.pptx
 
managementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.pptmanagementaccountingunitiv-230422140105-dd17d80b.ppt
managementaccountingunitiv-230422140105-dd17d80b.ppt
 
The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...The new type of smart, sustainable entrepreneurship and the next day | Europe...
The new type of smart, sustainable entrepreneurship and the next day | Europe...
 
what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024what is the best method to sell pi coins in 2024
what is the best method to sell pi coins in 2024
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
 
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
一比一原版BCU毕业证伯明翰城市大学毕业证成绩单如何办理
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
 
APP I Lecture Notes to students 0f 4the year
APP I  Lecture Notes  to students 0f 4the yearAPP I  Lecture Notes  to students 0f 4the year
APP I Lecture Notes to students 0f 4the year
 

Chapter 4.pdf

  • 1. Chapter 4 Building Online Presence: Websites, Mobile Sites, and Apps Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved
  • 2. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Walmart Website Redesign: Going Upscale in Its Fight to Compete With Amazon • Class Discussion – Why is Walmart considered an underdog in the e- commerce arena? – What was Walmart’s objective in redesigning its website? – How does Walmart’s website differ from Amazon’s website? – How has the Covid-19 pandemic impacted Walmart?
  • 3. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Imagine Your Online Presence (1 of 3) • What’s the idea? The vision includes: – Mission statement – Target audience – Intended market space – Strategic analysis – Marketing matrix – Development timeline – Preliminary budget
  • 4. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Imagine Your Online Presence (2 of 3) • Where’s the money? – Business model(s) – Revenue model(s) • Who and where is the target audience? – Demographics, lifestyle, consumption patterns, etc. • What is the ballpark? Characterize the marketplace – Size, growth, demographics, structure
  • 5. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Imagine Your Online Presence (3 of 3) • Where’s the content coming from? • Know yourself-SWOT analysis • Develop an e-commerce presence map • Develop a timeline: Milestones • How much will this cost? – Simple website: up to $5000 – Small startup: $25,000 to $50,000 – Large corporate website: $100,000+ to millions
  • 6. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Figure 4.1 SWOT Analysis
  • 7. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Figure 4.2 Online Presence Map
  • 8. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Building a Website: A Systematic Approach • Most important management challenges: 1. Developing a clear understanding of business objectives 2. Knowing how to choose the right technology to achieve those objectives • Main factors to consider – Management – Hardware architecture – Software – Design – Telecommunications – Human resources
  • 9. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Planning: The Systems Development Life Cycle • Methodology for understanding business objectives of a system and designing an appropriate solution • Five major steps: – Systems analysis/planning – Systems design – Building the system – Testing – Implementation
  • 10. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Figure 4.5 Systems Development Life Cycle
  • 11. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved System Analysis/Planning • Business objectives: – List of capabilities you want your site to have • System functionalities: – List of information system capabilities needed to achieve business objectives • Information requirements: – Information elements that system must produce in order to achieve business objectives
  • 12. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Table 4.2 System Analysis, Business Objectives, System Functionalities, and Information Requirements for a Typical E-commerce Site (1 of 2) Business Objective System Functionality Information Requirements Display goods Digital Catalog Dynamic text and graphics catalog Provide product information Product database Product description, stocking numbers, inventory levels Personalize/customize product Customer on-site tracking Site log for every customer visit; data mining capability to identify common customer paths and appropriate responses Engage customers in conversations On-site blog; user forums Software with blogging and community forum functionality Execute a transaction Shopping cart/payment system Secure credit card clearing; multiple payment options Accumulate customer information Customer database Name, address, phone, and e-mail for all customers; online customer registration
  • 13. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Table 4.2 System Analysis, Business Objectives, System Functionalities, and Information Requirements for a Typical E-commerce Site (2 of 2) Business Objective System Functionality Information Requirements Provide after-sale customer support Sales database Customer ID, product, date, payment, shipment date Coordinate marketing/advertising Ad server, e-mail server, e- mail, campaign manager, ad banner manager Site behavior log of prospects and customers linked to e-mail and banner ad campaigns Understand marketing effectiveness Site tracking and reporting system Number of unique visitors, pages visited, products purchased, identified by marketing campaign Provide production and supplier links Inventory management system Product and inventory levels, supplier ID and contact, order quantity data by product
  • 14. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Systems Design: Hardware and Software Platforms • System design specification: – Description of main components of a system and their relationship to one another • Two components of system design: – Logical design ▪ Data flow diagrams, processing functions, databases – Physical design ▪ Specifies actual physical, software components, models, and so on
  • 15. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Figure 4.6 A Logical and Physical Design for a Simple Website
  • 16. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Building the System: In-House Versus Outsourcing • Outsourcing: Hiring vendors to provide services involved in building site • Build own versus outsourcing: – Build your own requires team with diverse skill set; choice of software tools; both risks and possible benefits • Host own versus outsourcing – Hosting: Hosting company responsible for ensuring site is accessible 24/7, for monthly fee – Co-location: Firm purchases or leases web server (with control over its operation), but server is located at vendor’s facility
  • 17. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Figure 4.7 Choices in Building and Hosting
  • 18. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Insight on Business: Weebly Makes Creating Websites Easy • Class Discussion – What value does Weebly offer to small businesses? – Are there any drawbacks to using Weebly to create an e-commerce presence? – How are service providers like Weebly changing the nature of e-commerce?
  • 19. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Testing the System • Testing – Unit testing – System testing – Acceptance testing – A/B testing (split testing) – Multivariate testing
  • 20. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Implementation, Maintenance, and Optimization • Systems break down unpredictably • Maintenance is ongoing • Maintenance costs: Similar to development costs – A $40K e-commerce site may require $40K annually to upkeep • Benchmarking
  • 21. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Alternative Web Development Methodologies • Prototyping • Agile development • DevOps • Component-based development • Web services – Service-oriented architecture (SOA) – Microservices
  • 22. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Web Servers • Web server is a combination of software and hardware that uses HTTP and other protocols to respond to client request made over the world wide web. • Example: Apache HTTP Server
  • 23. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Table 4.4 Basic Functionality Provided by Web Servers Functionality Description Processing of HTTP requests Receive and respond to client requests for HTML pages Security services (Secure Sockets Layer)/Transport Layer Security Verify username and password; process certificates and private/public key information required for credit card processing and other secure information File Transfer Protocol Permits transfer of very large files from server to server Search engine Indexing of site content; keyword search capability Data capture Log file of all visits, time, duration, and referral source E-mail Ability to send, receive, and store e-mail messages Site management tools Calculate and display key site statistics, such as unique visitors, page requests, and origin of requests; check links on pages
  • 24. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Site Management Tools • Basic tools included in all web servers – Verify that links on pages are still valid – Identify orphan files • Third-party software for advanced management – Monitor customer purchases – Marketing campaign effectiveness – Keep track of hit counts and other statistics – Example: Webtrends Analytics 10
  • 25. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Merchant Server Software Packages (1 of 3) • Integrated environment that includes most of functionality needed – Shopping cart – Merchandise display – Order management
  • 26. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Merchant Server Software Packages (2 of 3) • Different options for different-sized businesses – Small and medium-sized businesses: ShopUp, Shopify; Bigcommerce, Vendio, open-source solutions – Mid-range: HCL Commerce; Sitecore Experience Commerce – High-end: SAP Hybris Commerce, Oracle ATG Web Commerce, Magento • Many now also available as cloud-based SaaS solutions.
  • 27. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Merchant Server Software Packages (3 of 3) • Key factors in selecting a package – Functionality – Support for different business models, including m- commerce – Business process modeling tools – Visual site management and reporting – Performance and scalability – Connectivity to existing business systems – Compliance with standards – Global and multicultural capability – Local sales tax and shipping rules
  • 28. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Table 4.11 The Eight Most Important Factors in Successful E-commerce Site Design Factor Description Functionality Pages that work, load quickly, and point the customer toward your product offerings Informational Links that customers can easily find to discover more about you and your products Ease of use Simple foolproof navigation Redundant navigation Alternative navigation to the same content Ease of purchase One or two clicks to purchase Multi-browser functionality Site works with the most popular browsers Simple graphics Avoids distracting, obnoxious graphics and sounds that the user cannot control Legible text Avoids backgrounds that distort text or make it illegible
  • 29. Copyright © 2022, 2019, 2018 Pearson Education, Inc. All Rights Reserved Copyright This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching their courses and assessing student learning. Dissemination or sale of any part of this work (including on the World Wide Web) will destroy the integrity of the work and is not permitted. The work and materials from it should never be made available to students except by instructors using the accompanying text in their classes. All recipients of this work are expected to abide by these restrictions and to honor the intended pedagogical purposes and the needs of other instructors who rely on these materials.