SlideShare una empresa de Scribd logo
1 de 31
Descargar para leer sin conexión
e-commerce
business. technology. society.
Kenneth C. Laudon
Carol Guercio Traver
Building an E-commerce Presence:
Web Sites, Mobile Sites, and AppsWeb Sites, Mobile Sites, and Apps
eighth edition
eighth edition
Copyright © 2012 Pearson Education
Chapter 3
1
Class Discussion
Tommy Hilfiger Right-Sizes Its Web Store
What are the factors you should take into account
when sizing a Web site’s infrastructure?when sizing a Web site’s infrastructure?
Why are peak times an important factor to
consider?
What reasons were behind Hilfiger’s choice of ATG
for its Web site solution?
How can operators of smaller sites deal with the
right-sizing issue?
Learning Objectives
Explain the process that should be followed in building an e-
commerce Web site
Describe the major issues surrounding the decision to
outsource site development and/or hosting
Identify and understand the major considerations involved in
choosing Web server and e-commerce merchant server
software
Understand the issues involved in choosing the most
appropriate hardware for an e-commerce siteappropriate hardware for an e-commerce site
Identify additional tools that can improve Web site
performance
Understand the important considerations involved in
developing a mobile Web site and building mobile applications
n
n
n
n
à
à
à
n
n
n
n
n
n
Copyright © 2012 Pearson EducationCopyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-3
Slide 3-4
# Web servers, # CPUs/server, DB server size, NW speed to Internet
To keep customers satisfied with site response
Buy Web hosting services, hire local professional designer/developer,
do everything yourself
2
Building an E-commerce Site:
A Systematic Approach
Most important managementMost important management
challenges:
Pieces of the Site-Building Puzzle
Main areas where you will need to
make decisions:
n
v
v
n
v
n
v
v
v
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-5
Slide 3-6
Developing a clear understanding of business
objectives
Knowing how to choose the right technology to
achieve those objectives
Human resources and organizational
capabilities
Creating team with skill set needed to build and
manage a successful sitemanage a successful site
Hardware/ software
Telecommunications
Site design
3
Pieces of the E-Commerce Site-Building Puzzle
The Systems Development Life Cycle
Methodology for understanding
business objectives of a system and
designing an appropriate solution
Five major steps:
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-7
Slide 3-8
n
n
1. Systems analysis/ planning1. Systems analysis/ planning
2. Systems design
3. Building the system
4. Testing
5. Implementation
4
Web Site Systems Development Life Cycle
Figure 3.2, Page 185
System Analysis/Planning
Business objectives:
System functionalities:
Information requirements:
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-9
Slide 3-10
n
v
n
v
n
v
List of capabilities you want your site to have
List of information system capabilities needed
to achieve business objectivesto achieve business objectives
Information elements that system must
produce in order to achieve business objectives
5
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-11
Slide 3-12
Table 3.1, Page 186
Systems Design:
Hardware and Software Platforms
System design specification:
Two components of system design:
n
v
n
v
n
v
n
Description of main components of a system
and their relationship to one another
Logical design
Data flow diagrams, processing functions, databases
Physical design
Translates from logical design into physical
components (HW, SW, link capacity)
6
Logical Design for a Simple Web Site
Figure 3.3 (a), Page 188
Physical Design for a Simple Web Site
Figure 3.3 (b), Page 188
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-13
Slide 3-14
7
Build/Host Your Own vs. Outsourcing
Outsourcing: Hiring vendors to provide
services involved in building site
Build own vs. outsourcing:
Host own vs. outsourcing
Choices in Building and Hosting
Figure 3.4 Page 189
n
n
v
n
v
v
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-15
Slide 3-16
Build your own requires team with diverse skill set; choice of
software tools; both risks and possible benefits
: Hosting company responsible for ensuring site is
accessible 24/ 7, for monthly fee
: Firm purchases or leases Web server (with control
over its operation), but server is located at vendor’s facility
Hosting
Co-location
8
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-17
Slide 3-18
Cheapest and
simplest, but
limited “look and
feel” and
functionality
Economical but most
difficult, achieve
desired “look and feel”
and functionality, but
most time consuming
Most expensive, but
achieve desired “look
and feel” and
functionality, and
less time consuming
9
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-19
Slide 3-21
Testing, Implementation, and
Maintenance
Testing
Implementation and maintenance:Implementation and maintenance:
n
v
v
v
n
v
v
v
v
Unit testing
System testing
Acceptance testing by key personnel in different
departments
Maintenance is ongoing
Need continual checking, testing, and repair
Maintenance costs: Similar to development costs
Benchmarking : Comparing site to competitors in
terms of response speed, quality of layout, and design
10
Factors in Web Site Optimization
Figure 3.7, Page 196
Web Site Budgets
From $5,000 to millions of dollars/year
Components of budget:
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-22
Slide 3-23
n
n
v
v
vv
v
v
v
System maintenance
System development
Content design and developmentContent design and development
Hardware
Telecommunications
Software
11
Components of a Web Site Budget
Simple vs. Multi-tiered
Web Site Architecture
System architecture
Two-tier
Multi-tier
+
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-24
Slide 3-25
n
v
n
v
vv
n
v
v
v
Arrangement of software, machinery, and tasks in an
information system needed to achieve a specific functionality
Web server responds to requests for Web pages and
Database server provides backend data storageDatabase server provides backend data storage
Web server is linked to
Middle-tier layer – a series of application servers performing
specific tasks, and also is linked to
Backend layer of existing corporate systems and legacy
databases
12
Two-Tier E-commerce Architecture
Figure 3.9(a), Page 199
Multi-tier E-commerce Architecture
Figure 3.9(b), Page 199
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-26
Slide 3-27
13
Web Server Software
All e-commerce sites require basic Web
server software to answer HTTP requests
from customersfrom customers
Apache
Microsoft’s Internet Information Server (IIS)
Advantages of Each Web Server Software
Choice of Web server software has no
effect on the look of Web pages
delivered to customers
Advantages
n
n
v
v
n
v
v
n
n
vv
v
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-28
Slide 3-29
Leading Web server software (66% of market)
Works with UNIX, Linux Oss (and Windows)
Second major Web server software (16% of
market)
Windows-based
Microsoft’s development suite: integrated,Microsoft’s development suite: integrated,
powerful, and easy to use
Unix’s suite: exceptionally reliable and stable,
and supported by worldwide open software
community
14
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-30
Slide 3-31
Table 3.3, Page 200
Site Management Tools
Basic site management tools
Third-party software for advanced
managementmanagement
n
v
n
n
n
v
v
Included in all Web servers, e.g.,
Verify that links on pages are still valid
Identify orphan files
Monitor customer purchases, marketing
campaign effectiveness, keeping track of
standard hit counts and page visit info, etc.
E.g., WebTrends Analytics 10, Google Analytics
15
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-32
Slide 3-33
16
Dynamic Page Generation Tools
Driven by the fact that it’s easier to change the
contents of a database than it’s to change the
code of an HTML page
Dynamic page generation:Dynamic page generation:
Common tools: CGI, ASP, JSP, ODBC
Advantages
Application Servers
Web application servers:
n
nn
v
n
n
v
v
v
v
n
v
v
n
v
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-34
Slide 3-35
Contents of Web page stored as objects in database and fetched
when needed
Lowers menu costs: costs for changing product descriptions and
prices
Permits easy online market segmentation: can sell same product to
different markets
Enables cost-free price discrimination:can sell same product to
different customers at different prices
Enables Web content management system (WCMS)
Provide specific business functionality required
for a Web site
Type of middleware
Isolate business applications from Web servers and
databasesdatabases
Single-function applications being replaced by
integrated software tools that combine all
functionality needed for e-commerce site
17
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-36
Slide 3-37
Table 3.4, Page 204
E-commerce Merchant Server Software
Provides basic functionality for online salesn
v
n
v
n
v
n
n
Online catalog
List of products available on Web site
Shopping cart
Allows shoppers to set aside, review, edit selections,
and then make purchaseand then make purchase
Credit card processing
Typically works in conjunction with shopping cart
Verifies card and puts through credit to company’s
account at checkout
18
Merchant Server Software Packages
Offer integrated environment that includes
most of functionality needed
Key factors in selecting a packageKey factors in selecting a package
Building Your Own E-commerce Site
Options for small firms
n
n
v
v
v
v
v
v
v
v
v
n
v
n
n
v
n
n
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-38
Slide 3-39
Functionality
Support for different business models
Business process modelingtools
Visualsite management and reporting
Performance and scalability
Connectivityto existing business systems
Compliance with standards
Globaland multiculturalcapability
Localsales tax and shipping rules
Hosted e-commerce sites, e.g., Yahoo’s
Merchant Solutions, bigstep.com,
entrabase.com, tripod.com, homestead.com
Site building tools
E-commerce templates
Open-source merchant server software
Enables you to build truly custom sites
Requires programmer with expertise, time
19
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-40
Slide 3-41
Choosing the Hardware for an
E-commerce Site
Hardware platform:
Objective:
Important to understand the factors that
affect speed, capacity, and scalability of a site
n
v
n
v
n
Underlying computing equipment that system uses to
achieve e-commerce functionality
Enough platform capacity to meet peak demand
without wasting money
20
Right-Sizing Your Hardware Platform:
The Demand Side
Demand is the most important factor
affecting speed of siteaffecting speed of site
Factors in overall demand:
Table 3.7, Page 209
n
n
v
v
v
v
v
v
v
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-42
Slide 3-43
Number of simultaneous users in peak periods
Nature of customer requests (user profile)
Type of content (dynamic vs. static Web pages)
Required security
Number of items in inventory
Number of page requests
Speed of legacy applications
21
Degradation in Performance as
Number of Users Increases—Resource Utilization
Figure 3.11(a), Page 211
Degradation in Performance as
Number of Users Increases—Number of Connections
Figure 3.11(b), Page 211
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-44
Slide 3-45
22
Capacity of Static Page Web Servers
The Relationship of Bandwidth to Hits
Figure 4.13, Page 236
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-46
Slide 3-47
23
SOURCE: IBM, 2003.
Right-Sizing Your Hardware Platform:
The Supply Side
Scalability:
Ways to scale hardware:
Table 3.8, Page 213
n
v
n
v
n
v
n
v
n
Ability of site to increase in size as demand
warrantswarrants
Vertically
Increase processing power of individual components
Horizontally
Employ multiple computers to share workload
Improve processing architecture
Combine vertical and horizontal scaling and using artful
design decisions
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-48
Slide 3-49
24
Vertically Scaling a System
Figure 3.13, Page 213
Horizontally Scaling a System
Figure 3.14, Page 214
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-50
Slide 3-51
25
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-52
Slide 3-53
Table 3.9, Page 215
Other E-commerce Site Tools
Web site design: Basic business
considerations
n
v
v
Enabling customers to find and buy what they need
75% of users say they would not revisit a Web site that
they found annoying to use
26
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-54
Slide 3-55
Table 3.10, Page 216
Table 3.11, Page 217
27
Tools for Web site optimization
Optimization:
Search engine placement
Tools for Interactivity and
Active Content
Web 2.0 design elements:
CGI (Common Gateway Interface)CGI (Common Gateway Interface)
ASP (Active Server Pages)
Java, JSP, and JavaScript
ActiveX and VBScript
ColdFusion
n
v
n
vv
v
v
v
v
v
n
v
v
nn
n
n
n
n
How to attract lots of people to your site
Metatags,titles, content – use keywords that accuratelyMetatags,titles, content – use keywords that accurately
describe what you sell or do
Identify market niches, localize site – be more specific, e.g.,
“Victorian jewelry,” to attract small, specific groups who are
intensely interested in period jewelry
Offer expertise – white papers, industry analyses, FAQpages
to build confidence on users
Links – encourage other sites to link to your site; list your
site with Yahoo Directory; Build Facebook page for firm
Search engine ads – choose your keywords and buy direct
exposure on search engines
Local e-commerce – if Web site or you products are
attractive to local people, use keywords (e.g., “Vermont
cheese” or “San Francisco blues music”)
Widgets: Small pre-built chunk of code that executes
automatically in an HTMLWeb page, e.g., weather, news
headlines, clocks, calendars
Mashups: Pull functionality/ data from one program and
include it in another, e.g., Google Maps mashups
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-56
Slide 3-57
28
Personalization Tools
Personalization
Customization
Cookies:
The Information Policy Set
Privacy policy
Accessibility rulesAccessibility rules
n
v
n
v
n
v
n
v
nn
v
Ability to treat people based on personal
qualities and prior history with sitequalities and prior history with site
Ability to change the product to better fit the
needs of the customer
Primary method to achieve personalization
Set of public statements declaring how site will
treat customers’personal information that is
gathered by site
Set of design objectives that ensure disabled
users can affectively access site
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-58
Slide 3-59
29
Developing a Mobile Web Presence
Three types of mobile e-commerce
software
Planning and building mobile presence
Table 3.13, Page 228
n
v
v
v
n
v
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-60
Slide 3-61
Mobile Web site
Mobile Web app
Native app
As with regular Web site, use systems
analysis/ design to identify unique and specific
business objectives
30
Developing a Mobile Web Presence
Design considerations
Performance and cost
n
v
n
v
n
v
n
v
n
Platform constraints: Smartphone/ tablet
Mobile Web site:
Least expensive
Mobile app:
Can utilize browser API
Native app:
Most expensive; requires more programming
Copyright © 2012 Pearson Education
Copyright © 2012 Pearson Education
Slide 3-62
Slide 3-64
31

Más contenido relacionado

La actualidad más candente

Lecture 10 e-cmmerce marketing and advertising concepts -chapter 6
Lecture 10  e-cmmerce marketing and advertising concepts -chapter 6Lecture 10  e-cmmerce marketing and advertising concepts -chapter 6
Lecture 10 e-cmmerce marketing and advertising concepts -chapter 6Habib Ullah Qamar
 
E.commerce & Digital marketing
E.commerce & Digital marketingE.commerce & Digital marketing
E.commerce & Digital marketingAnmol Chaturvedi
 
07 E-commerce Advertising
07 E-commerce Advertising07 E-commerce Advertising
07 E-commerce Advertisingmonchai sopitka
 
Lecture 6 e-cmmerce , e commerce infrastructure,the internet -chapter 3
Lecture 6  e-cmmerce ,  e commerce infrastructure,the internet -chapter 3Lecture 6  e-cmmerce ,  e commerce infrastructure,the internet -chapter 3
Lecture 6 e-cmmerce , e commerce infrastructure,the internet -chapter 3Habib Ullah Qamar
 
IT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommerceIT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommercePalani Kumar
 
E Commerce: Its role and development
E Commerce: Its role and developmentE Commerce: Its role and development
E Commerce: Its role and developmentAnubha Rastogi
 
E-commerce Chapter No.1
E-commerce Chapter No.1E-commerce Chapter No.1
E-commerce Chapter No.1Qamar Farooq
 
E commerce security
E commerce securityE commerce security
E commerce securityShakti Singh
 
E commerce ( system analysis ) chapter 4
E commerce ( system analysis ) chapter 4E commerce ( system analysis ) chapter 4
E commerce ( system analysis ) chapter 4Qamar Farooq
 
E-commerce Business Models
E-commerce Business ModelsE-commerce Business Models
E-commerce Business ModelsLeah Famularo
 
Lecture 3 e-cmmerce , business models and concpets-chapter 2
Lecture 3  e-cmmerce , business models and concpets-chapter 2Lecture 3  e-cmmerce , business models and concpets-chapter 2
Lecture 3 e-cmmerce , business models and concpets-chapter 2Habib Ullah Qamar
 
Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...
Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...
Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...Eyad Almasri
 
Cross border e commerce
Cross border e commerceCross border e commerce
Cross border e commerceMd. Sohag Miah
 
Turban ec2012 pp_01
Turban ec2012 pp_01Turban ec2012 pp_01
Turban ec2012 pp_01Abu Alam
 
Introduction to e_commerce
Introduction to e_commerceIntroduction to e_commerce
Introduction to e_commerceRevi Shahini
 
01 Introduction to E-commerce slides
01 Introduction to E-commerce slides01 Introduction to E-commerce slides
01 Introduction to E-commerce slidesmonchai sopitka
 

La actualidad más candente (20)

Lecture 10 e-cmmerce marketing and advertising concepts -chapter 6
Lecture 10  e-cmmerce marketing and advertising concepts -chapter 6Lecture 10  e-cmmerce marketing and advertising concepts -chapter 6
Lecture 10 e-cmmerce marketing and advertising concepts -chapter 6
 
E.commerce & Digital marketing
E.commerce & Digital marketingE.commerce & Digital marketing
E.commerce & Digital marketing
 
07 E-commerce Advertising
07 E-commerce Advertising07 E-commerce Advertising
07 E-commerce Advertising
 
Lecture 6 e-cmmerce , e commerce infrastructure,the internet -chapter 3
Lecture 6  e-cmmerce ,  e commerce infrastructure,the internet -chapter 3Lecture 6  e-cmmerce ,  e commerce infrastructure,the internet -chapter 3
Lecture 6 e-cmmerce , e commerce infrastructure,the internet -chapter 3
 
IT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommerceIT8005_EC_Unit_II_Building_ECommerce
IT8005_EC_Unit_II_Building_ECommerce
 
E-Commerce PPT
E-Commerce PPTE-Commerce PPT
E-Commerce PPT
 
E Commerce: Its role and development
E Commerce: Its role and developmentE Commerce: Its role and development
E Commerce: Its role and development
 
E-commerce Chapter No.1
E-commerce Chapter No.1E-commerce Chapter No.1
E-commerce Chapter No.1
 
E marketing
E marketingE marketing
E marketing
 
E commerce security
E commerce securityE commerce security
E commerce security
 
Ecommerce ppt
Ecommerce pptEcommerce ppt
Ecommerce ppt
 
E commerce ( system analysis ) chapter 4
E commerce ( system analysis ) chapter 4E commerce ( system analysis ) chapter 4
E commerce ( system analysis ) chapter 4
 
E-commerce Business Models
E-commerce Business ModelsE-commerce Business Models
E-commerce Business Models
 
Lecture 3 e-cmmerce , business models and concpets-chapter 2
Lecture 3  e-cmmerce , business models and concpets-chapter 2Lecture 3  e-cmmerce , business models and concpets-chapter 2
Lecture 3 e-cmmerce , business models and concpets-chapter 2
 
Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...
Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...
Chapter 2 / E-Commerce: Mechanisms, Infrastructures, and Tools – Technology o...
 
Cross border e commerce
Cross border e commerceCross border e commerce
Cross border e commerce
 
Turban ec2012 pp_01
Turban ec2012 pp_01Turban ec2012 pp_01
Turban ec2012 pp_01
 
Introduction to e_commerce
Introduction to e_commerceIntroduction to e_commerce
Introduction to e_commerce
 
Online security and payment system
Online security and payment systemOnline security and payment system
Online security and payment system
 
01 Introduction to E-commerce slides
01 Introduction to E-commerce slides01 Introduction to E-commerce slides
01 Introduction to E-commerce slides
 

Destacado

Lecture 7 e-cmmerce , building an e commerce presence, website and mobile ...
Lecture 7  e-cmmerce ,  building an e commerce presence, website and mobile  ...Lecture 7  e-cmmerce ,  building an e commerce presence, website and mobile  ...
Lecture 7 e-cmmerce , building an e commerce presence, website and mobile ...Habib Ullah Qamar
 
Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...
Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...
Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...CLEARgo
 
E-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platformE-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platformAnand Paranthawam
 
2013 Future state E-commerce Trends Webinar
2013 Future state E-commerce Trends Webinar2013 Future state E-commerce Trends Webinar
2013 Future state E-commerce Trends WebinarMichael Healey
 
04-2 E-commerce Payment Systems slides
04-2 E-commerce Payment Systems slides04-2 E-commerce Payment Systems slides
04-2 E-commerce Payment Systems slidesmonchai sopitka
 
Digital Marketing Lecture One
Digital Marketing Lecture OneDigital Marketing Lecture One
Digital Marketing Lecture OneNeil Kelley
 
eCommerce Business Strategies
eCommerce Business StrategieseCommerce Business Strategies
eCommerce Business StrategiesUpekha Vandebona
 
Marketing in a Digital World
Marketing in a Digital WorldMarketing in a Digital World
Marketing in a Digital WorldOgilvy
 
Digital Marketing Lecture - MBA Program
Digital Marketing Lecture - MBA ProgramDigital Marketing Lecture - MBA Program
Digital Marketing Lecture - MBA Programbvetteraustin
 
Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...
Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...
Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...Sachintha Gunasena
 
e-Commerce Technology
e-Commerce Technologye-Commerce Technology
e-Commerce TechnologyDivante
 
Payment system to e commerce business
Payment system to e commerce businessPayment system to e commerce business
Payment system to e commerce businessQamar Farooq
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructureSovan Kundu
 
E-commerce website development process
E-commerce website development processE-commerce website development process
E-commerce website development processStudio 10 Design
 
eCommerce Business Plan & Strategy Tips
eCommerce Business Plan & Strategy TipseCommerce Business Plan & Strategy Tips
eCommerce Business Plan & Strategy TipsPanayotis Gezerlis
 
The electronic payment systems
The electronic payment systemsThe electronic payment systems
The electronic payment systemsVishal Singh
 
Perancangan dan Analisa Sistem
Perancangan dan Analisa SistemPerancangan dan Analisa Sistem
Perancangan dan Analisa Sistemguestb7aaaf1e
 
Digital Marketing PPT(Presentation) - Digital Marketing Strategies
Digital Marketing PPT(Presentation) - Digital Marketing StrategiesDigital Marketing PPT(Presentation) - Digital Marketing Strategies
Digital Marketing PPT(Presentation) - Digital Marketing StrategiesWeb Trainings Academy
 

Destacado (20)

Lecture 7 e-cmmerce , building an e commerce presence, website and mobile ...
Lecture 7  e-cmmerce ,  building an e commerce presence, website and mobile  ...Lecture 7  e-cmmerce ,  building an e commerce presence, website and mobile  ...
Lecture 7 e-cmmerce , building an e commerce presence, website and mobile ...
 
Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...
Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...
Systematic Approach to Analyse Your eCommerce Data and Improve eCommerce Busi...
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
E-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platformE-commerce infrastructure the internet,web and mobile platform
E-commerce infrastructure the internet,web and mobile platform
 
2013 Future state E-commerce Trends Webinar
2013 Future state E-commerce Trends Webinar2013 Future state E-commerce Trends Webinar
2013 Future state E-commerce Trends Webinar
 
04-2 E-commerce Payment Systems slides
04-2 E-commerce Payment Systems slides04-2 E-commerce Payment Systems slides
04-2 E-commerce Payment Systems slides
 
Digital Marketing Lecture One
Digital Marketing Lecture OneDigital Marketing Lecture One
Digital Marketing Lecture One
 
eCommerce Business Strategies
eCommerce Business StrategieseCommerce Business Strategies
eCommerce Business Strategies
 
Marketing in a Digital World
Marketing in a Digital WorldMarketing in a Digital World
Marketing in a Digital World
 
Digital Marketing Lecture - MBA Program
Digital Marketing Lecture - MBA ProgramDigital Marketing Lecture - MBA Program
Digital Marketing Lecture - MBA Program
 
Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...
Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...
Entrepreneurship & Commerce in IT - 10 - The Internet today and How to build ...
 
e-Commerce Technology
e-Commerce Technologye-Commerce Technology
e-Commerce Technology
 
Payment system to e commerce business
Payment system to e commerce businessPayment system to e commerce business
Payment system to e commerce business
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructure
 
E-commerce website development process
E-commerce website development processE-commerce website development process
E-commerce website development process
 
eCommerce Business Plan & Strategy Tips
eCommerce Business Plan & Strategy TipseCommerce Business Plan & Strategy Tips
eCommerce Business Plan & Strategy Tips
 
The electronic payment systems
The electronic payment systemsThe electronic payment systems
The electronic payment systems
 
Digital Marketing PPT
Digital Marketing PPTDigital Marketing PPT
Digital Marketing PPT
 
Perancangan dan Analisa Sistem
Perancangan dan Analisa SistemPerancangan dan Analisa Sistem
Perancangan dan Analisa Sistem
 
Digital Marketing PPT(Presentation) - Digital Marketing Strategies
Digital Marketing PPT(Presentation) - Digital Marketing StrategiesDigital Marketing PPT(Presentation) - Digital Marketing Strategies
Digital Marketing PPT(Presentation) - Digital Marketing Strategies
 

Similar a 03 Building an E-commerce Presence: Web Sites, Mobile Sites, and Apps slides

E-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web SiteE-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web SiteKaleemSarwar2
 
Laudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.pptLaudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.pptEloiseBrown2
 
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol GuercioLaudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol GuerciomohammedSALEH189
 
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...mfrancis
 
Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04BookStoreLib
 
1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).ppt1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).pptwebhostingguy
 
1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).ppt1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).pptwebhostingguy
 
laudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).pptlaudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).pptamaliarifiyanti
 
laudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.pptlaudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.pptJithJoy2
 
Rich Internet Applications
Rich Internet ApplicationsRich Internet Applications
Rich Internet ApplicationsYoussef Shaath
 
Web CMS Based News & Media Portal For Russian Citizens
Web CMS Based News & Media Portal For Russian CitizensWeb CMS Based News & Media Portal For Russian Citizens
Web CMS Based News & Media Portal For Russian CitizensMike Taylor
 
Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...
Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...
Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...leo_radovsky
 
WebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangWebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangSpiffy
 
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration PlatformWebinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration PlatformEdureka!
 
Ireland Apo University Fy 10 Tibbs Slideshare
Ireland Apo University Fy 10 Tibbs SlideshareIreland Apo University Fy 10 Tibbs Slideshare
Ireland Apo University Fy 10 Tibbs SlideshareTibbs Pereira
 
Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04BookStoreLib
 
An e-Commerce Platform for Selling Single Product Reltus for Tinnitus
An e-Commerce Platform for Selling Single Product Reltus for Tinnitus	An e-Commerce Platform for Selling Single Product Reltus for Tinnitus
An e-Commerce Platform for Selling Single Product Reltus for Tinnitus Mike Taylor
 

Similar a 03 Building an E-commerce Presence: Web Sites, Mobile Sites, and Apps slides (20)

E-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web SiteE-BM Building an E-commerce Web Site
E-BM Building an E-commerce Web Site
 
Laudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.pptLaudon_Traver_3E_Chapter4_Final.ppt
Laudon_Traver_3E_Chapter4_Final.ppt
 
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol GuercioLaudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
Laudon_Traver_3E_Chapter4_Final.pdf E-commerceKenneth C. LaudonCarol Guercio
 
laudon_ec6e_ch04.ppt
laudon_ec6e_ch04.pptlaudon_ec6e_ch04.ppt
laudon_ec6e_ch04.ppt
 
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
 
e-commerce.pptx
e-commerce.pptxe-commerce.pptx
e-commerce.pptx
 
Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04Laudon traver ec10-ppt_ch04
Laudon traver ec10-ppt_ch04
 
1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).ppt1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).ppt
 
1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).ppt1 - Why Host on Windows (28).ppt
1 - Why Host on Windows (28).ppt
 
laudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).pptlaudon-traver_ec10_ppt_ch04 (1).ppt
laudon-traver_ec10_ppt_ch04 (1).ppt
 
laudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.pptlaudon-traver_ec10_ppt_ch04.ppt
laudon-traver_ec10_ppt_ch04.ppt
 
Rich Internet Applications
Rich Internet ApplicationsRich Internet Applications
Rich Internet Applications
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Web CMS Based News & Media Portal For Russian Citizens
Web CMS Based News & Media Portal For Russian CitizensWeb CMS Based News & Media Portal For Russian Citizens
Web CMS Based News & Media Portal For Russian Citizens
 
Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...
Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...
Using Portal and Collaboration to Bring Value | Portal Excellence Conference ...
 
WebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangWebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David Tang
 
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration PlatformWebinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
Webinar: Microsoft SharePoint-The Ultimate Enterprise Collaboration Platform
 
Ireland Apo University Fy 10 Tibbs Slideshare
Ireland Apo University Fy 10 Tibbs SlideshareIreland Apo University Fy 10 Tibbs Slideshare
Ireland Apo University Fy 10 Tibbs Slideshare
 
Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04Laudon traver ec11-im_ch04
Laudon traver ec11-im_ch04
 
An e-Commerce Platform for Selling Single Product Reltus for Tinnitus
An e-Commerce Platform for Selling Single Product Reltus for Tinnitus	An e-Commerce Platform for Selling Single Product Reltus for Tinnitus
An e-Commerce Platform for Selling Single Product Reltus for Tinnitus
 

Más de monchai sopitka

KLW Student Advice Sharing
KLW Student Advice SharingKLW Student Advice Sharing
KLW Student Advice Sharingmonchai sopitka
 
11 E-commerce Online Retailing and Services
11 E-commerce Online Retailing and Services11 E-commerce Online Retailing and Services
11 E-commerce Online Retailing and Servicesmonchai sopitka
 
10 Social Networks and Communities
10 Social Networks and Communities10 Social Networks and Communities
10 Social Networks and Communitiesmonchai sopitka
 
08 Ethics, Law and E-commerce
08 Ethics, Law and E-commerce08 Ethics, Law and E-commerce
08 Ethics, Law and E-commercemonchai sopitka
 
04-1 E-commerce Security slides
04-1 E-commerce Security slides04-1 E-commerce Security slides
04-1 E-commerce Security slidesmonchai sopitka
 
05 Business Models for E-commerce slides
05 Business Models for E-commerce slides05 Business Models for E-commerce slides
05 Business Models for E-commerce slidesmonchai sopitka
 
02 E-commerce Infrastructure: The Internet, Web, and Mobile slides
02 E-commerce Infrastructure: The Internet, Web, and Mobile slides02 E-commerce Infrastructure: The Internet, Web, and Mobile slides
02 E-commerce Infrastructure: The Internet, Web, and Mobile slidesmonchai sopitka
 
การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...
การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...
การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...monchai sopitka
 
A Design and Development of Library Inventory Management System for Android D...
A Design and Development of Library Inventory Management System for Android D...A Design and Development of Library Inventory Management System for Android D...
A Design and Development of Library Inventory Management System for Android D...monchai sopitka
 

Más de monchai sopitka (10)

KLW Student Advice Sharing
KLW Student Advice SharingKLW Student Advice Sharing
KLW Student Advice Sharing
 
11 E-commerce Online Retailing and Services
11 E-commerce Online Retailing and Services11 E-commerce Online Retailing and Services
11 E-commerce Online Retailing and Services
 
10 Social Networks and Communities
10 Social Networks and Communities10 Social Networks and Communities
10 Social Networks and Communities
 
09 Online Media
09 Online Media09 Online Media
09 Online Media
 
08 Ethics, Law and E-commerce
08 Ethics, Law and E-commerce08 Ethics, Law and E-commerce
08 Ethics, Law and E-commerce
 
04-1 E-commerce Security slides
04-1 E-commerce Security slides04-1 E-commerce Security slides
04-1 E-commerce Security slides
 
05 Business Models for E-commerce slides
05 Business Models for E-commerce slides05 Business Models for E-commerce slides
05 Business Models for E-commerce slides
 
02 E-commerce Infrastructure: The Internet, Web, and Mobile slides
02 E-commerce Infrastructure: The Internet, Web, and Mobile slides02 E-commerce Infrastructure: The Internet, Web, and Mobile slides
02 E-commerce Infrastructure: The Internet, Web, and Mobile slides
 
การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...
การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...
การออกแบบและพัฒนาระบบบริหารสินค้าในร้านค้าปลีกบนโทรศัพท์เคลื่อนที่ Android โด...
 
A Design and Development of Library Inventory Management System for Android D...
A Design and Development of Library Inventory Management System for Android D...A Design and Development of Library Inventory Management System for Android D...
A Design and Development of Library Inventory Management System for Android D...
 

Último

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 

Último (20)

Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 

03 Building an E-commerce Presence: Web Sites, Mobile Sites, and Apps slides

  • 1. e-commerce business. technology. society. Kenneth C. Laudon Carol Guercio Traver Building an E-commerce Presence: Web Sites, Mobile Sites, and AppsWeb Sites, Mobile Sites, and Apps eighth edition eighth edition Copyright © 2012 Pearson Education Chapter 3 1
  • 2. Class Discussion Tommy Hilfiger Right-Sizes Its Web Store What are the factors you should take into account when sizing a Web site’s infrastructure?when sizing a Web site’s infrastructure? Why are peak times an important factor to consider? What reasons were behind Hilfiger’s choice of ATG for its Web site solution? How can operators of smaller sites deal with the right-sizing issue? Learning Objectives Explain the process that should be followed in building an e- commerce Web site Describe the major issues surrounding the decision to outsource site development and/or hosting Identify and understand the major considerations involved in choosing Web server and e-commerce merchant server software Understand the issues involved in choosing the most appropriate hardware for an e-commerce siteappropriate hardware for an e-commerce site Identify additional tools that can improve Web site performance Understand the important considerations involved in developing a mobile Web site and building mobile applications n n n n à à à n n n n n n Copyright © 2012 Pearson EducationCopyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-3 Slide 3-4 # Web servers, # CPUs/server, DB server size, NW speed to Internet To keep customers satisfied with site response Buy Web hosting services, hire local professional designer/developer, do everything yourself 2
  • 3. Building an E-commerce Site: A Systematic Approach Most important managementMost important management challenges: Pieces of the Site-Building Puzzle Main areas where you will need to make decisions: n v v n v n v v v Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-5 Slide 3-6 Developing a clear understanding of business objectives Knowing how to choose the right technology to achieve those objectives Human resources and organizational capabilities Creating team with skill set needed to build and manage a successful sitemanage a successful site Hardware/ software Telecommunications Site design 3
  • 4. Pieces of the E-Commerce Site-Building Puzzle The Systems Development Life Cycle Methodology for understanding business objectives of a system and designing an appropriate solution Five major steps: Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-7 Slide 3-8 n n 1. Systems analysis/ planning1. Systems analysis/ planning 2. Systems design 3. Building the system 4. Testing 5. Implementation 4
  • 5. Web Site Systems Development Life Cycle Figure 3.2, Page 185 System Analysis/Planning Business objectives: System functionalities: Information requirements: Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-9 Slide 3-10 n v n v n v List of capabilities you want your site to have List of information system capabilities needed to achieve business objectivesto achieve business objectives Information elements that system must produce in order to achieve business objectives 5
  • 6. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-11 Slide 3-12 Table 3.1, Page 186 Systems Design: Hardware and Software Platforms System design specification: Two components of system design: n v n v n v n Description of main components of a system and their relationship to one another Logical design Data flow diagrams, processing functions, databases Physical design Translates from logical design into physical components (HW, SW, link capacity) 6
  • 7. Logical Design for a Simple Web Site Figure 3.3 (a), Page 188 Physical Design for a Simple Web Site Figure 3.3 (b), Page 188 Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-13 Slide 3-14 7
  • 8. Build/Host Your Own vs. Outsourcing Outsourcing: Hiring vendors to provide services involved in building site Build own vs. outsourcing: Host own vs. outsourcing Choices in Building and Hosting Figure 3.4 Page 189 n n v n v v Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-15 Slide 3-16 Build your own requires team with diverse skill set; choice of software tools; both risks and possible benefits : Hosting company responsible for ensuring site is accessible 24/ 7, for monthly fee : Firm purchases or leases Web server (with control over its operation), but server is located at vendor’s facility Hosting Co-location 8
  • 9. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-17 Slide 3-18 Cheapest and simplest, but limited “look and feel” and functionality Economical but most difficult, achieve desired “look and feel” and functionality, but most time consuming Most expensive, but achieve desired “look and feel” and functionality, and less time consuming 9
  • 10. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-19 Slide 3-21 Testing, Implementation, and Maintenance Testing Implementation and maintenance:Implementation and maintenance: n v v v n v v v v Unit testing System testing Acceptance testing by key personnel in different departments Maintenance is ongoing Need continual checking, testing, and repair Maintenance costs: Similar to development costs Benchmarking : Comparing site to competitors in terms of response speed, quality of layout, and design 10
  • 11. Factors in Web Site Optimization Figure 3.7, Page 196 Web Site Budgets From $5,000 to millions of dollars/year Components of budget: Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-22 Slide 3-23 n n v v vv v v v System maintenance System development Content design and developmentContent design and development Hardware Telecommunications Software 11
  • 12. Components of a Web Site Budget Simple vs. Multi-tiered Web Site Architecture System architecture Two-tier Multi-tier + Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-24 Slide 3-25 n v n v vv n v v v Arrangement of software, machinery, and tasks in an information system needed to achieve a specific functionality Web server responds to requests for Web pages and Database server provides backend data storageDatabase server provides backend data storage Web server is linked to Middle-tier layer – a series of application servers performing specific tasks, and also is linked to Backend layer of existing corporate systems and legacy databases 12
  • 13. Two-Tier E-commerce Architecture Figure 3.9(a), Page 199 Multi-tier E-commerce Architecture Figure 3.9(b), Page 199 Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-26 Slide 3-27 13
  • 14. Web Server Software All e-commerce sites require basic Web server software to answer HTTP requests from customersfrom customers Apache Microsoft’s Internet Information Server (IIS) Advantages of Each Web Server Software Choice of Web server software has no effect on the look of Web pages delivered to customers Advantages n n v v n v v n n vv v Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-28 Slide 3-29 Leading Web server software (66% of market) Works with UNIX, Linux Oss (and Windows) Second major Web server software (16% of market) Windows-based Microsoft’s development suite: integrated,Microsoft’s development suite: integrated, powerful, and easy to use Unix’s suite: exceptionally reliable and stable, and supported by worldwide open software community 14
  • 15. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-30 Slide 3-31 Table 3.3, Page 200 Site Management Tools Basic site management tools Third-party software for advanced managementmanagement n v n n n v v Included in all Web servers, e.g., Verify that links on pages are still valid Identify orphan files Monitor customer purchases, marketing campaign effectiveness, keeping track of standard hit counts and page visit info, etc. E.g., WebTrends Analytics 10, Google Analytics 15
  • 16. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-32 Slide 3-33 16
  • 17. Dynamic Page Generation Tools Driven by the fact that it’s easier to change the contents of a database than it’s to change the code of an HTML page Dynamic page generation:Dynamic page generation: Common tools: CGI, ASP, JSP, ODBC Advantages Application Servers Web application servers: n nn v n n v v v v n v v n v Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-34 Slide 3-35 Contents of Web page stored as objects in database and fetched when needed Lowers menu costs: costs for changing product descriptions and prices Permits easy online market segmentation: can sell same product to different markets Enables cost-free price discrimination:can sell same product to different customers at different prices Enables Web content management system (WCMS) Provide specific business functionality required for a Web site Type of middleware Isolate business applications from Web servers and databasesdatabases Single-function applications being replaced by integrated software tools that combine all functionality needed for e-commerce site 17
  • 18. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-36 Slide 3-37 Table 3.4, Page 204 E-commerce Merchant Server Software Provides basic functionality for online salesn v n v n v n n Online catalog List of products available on Web site Shopping cart Allows shoppers to set aside, review, edit selections, and then make purchaseand then make purchase Credit card processing Typically works in conjunction with shopping cart Verifies card and puts through credit to company’s account at checkout 18
  • 19. Merchant Server Software Packages Offer integrated environment that includes most of functionality needed Key factors in selecting a packageKey factors in selecting a package Building Your Own E-commerce Site Options for small firms n n v v v v v v v v v n v n n v n n Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-38 Slide 3-39 Functionality Support for different business models Business process modelingtools Visualsite management and reporting Performance and scalability Connectivityto existing business systems Compliance with standards Globaland multiculturalcapability Localsales tax and shipping rules Hosted e-commerce sites, e.g., Yahoo’s Merchant Solutions, bigstep.com, entrabase.com, tripod.com, homestead.com Site building tools E-commerce templates Open-source merchant server software Enables you to build truly custom sites Requires programmer with expertise, time 19
  • 20. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-40 Slide 3-41 Choosing the Hardware for an E-commerce Site Hardware platform: Objective: Important to understand the factors that affect speed, capacity, and scalability of a site n v n v n Underlying computing equipment that system uses to achieve e-commerce functionality Enough platform capacity to meet peak demand without wasting money 20
  • 21. Right-Sizing Your Hardware Platform: The Demand Side Demand is the most important factor affecting speed of siteaffecting speed of site Factors in overall demand: Table 3.7, Page 209 n n v v v v v v v Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-42 Slide 3-43 Number of simultaneous users in peak periods Nature of customer requests (user profile) Type of content (dynamic vs. static Web pages) Required security Number of items in inventory Number of page requests Speed of legacy applications 21
  • 22. Degradation in Performance as Number of Users Increases—Resource Utilization Figure 3.11(a), Page 211 Degradation in Performance as Number of Users Increases—Number of Connections Figure 3.11(b), Page 211 Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-44 Slide 3-45 22
  • 23. Capacity of Static Page Web Servers The Relationship of Bandwidth to Hits Figure 4.13, Page 236 Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-46 Slide 3-47 23 SOURCE: IBM, 2003.
  • 24. Right-Sizing Your Hardware Platform: The Supply Side Scalability: Ways to scale hardware: Table 3.8, Page 213 n v n v n v n v n Ability of site to increase in size as demand warrantswarrants Vertically Increase processing power of individual components Horizontally Employ multiple computers to share workload Improve processing architecture Combine vertical and horizontal scaling and using artful design decisions Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-48 Slide 3-49 24
  • 25. Vertically Scaling a System Figure 3.13, Page 213 Horizontally Scaling a System Figure 3.14, Page 214 Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-50 Slide 3-51 25
  • 26. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-52 Slide 3-53 Table 3.9, Page 215 Other E-commerce Site Tools Web site design: Basic business considerations n v v Enabling customers to find and buy what they need 75% of users say they would not revisit a Web site that they found annoying to use 26
  • 27. Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-54 Slide 3-55 Table 3.10, Page 216 Table 3.11, Page 217 27
  • 28. Tools for Web site optimization Optimization: Search engine placement Tools for Interactivity and Active Content Web 2.0 design elements: CGI (Common Gateway Interface)CGI (Common Gateway Interface) ASP (Active Server Pages) Java, JSP, and JavaScript ActiveX and VBScript ColdFusion n v n vv v v v v v n v v nn n n n n How to attract lots of people to your site Metatags,titles, content – use keywords that accuratelyMetatags,titles, content – use keywords that accurately describe what you sell or do Identify market niches, localize site – be more specific, e.g., “Victorian jewelry,” to attract small, specific groups who are intensely interested in period jewelry Offer expertise – white papers, industry analyses, FAQpages to build confidence on users Links – encourage other sites to link to your site; list your site with Yahoo Directory; Build Facebook page for firm Search engine ads – choose your keywords and buy direct exposure on search engines Local e-commerce – if Web site or you products are attractive to local people, use keywords (e.g., “Vermont cheese” or “San Francisco blues music”) Widgets: Small pre-built chunk of code that executes automatically in an HTMLWeb page, e.g., weather, news headlines, clocks, calendars Mashups: Pull functionality/ data from one program and include it in another, e.g., Google Maps mashups Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-56 Slide 3-57 28
  • 29. Personalization Tools Personalization Customization Cookies: The Information Policy Set Privacy policy Accessibility rulesAccessibility rules n v n v n v n v nn v Ability to treat people based on personal qualities and prior history with sitequalities and prior history with site Ability to change the product to better fit the needs of the customer Primary method to achieve personalization Set of public statements declaring how site will treat customers’personal information that is gathered by site Set of design objectives that ensure disabled users can affectively access site Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-58 Slide 3-59 29
  • 30. Developing a Mobile Web Presence Three types of mobile e-commerce software Planning and building mobile presence Table 3.13, Page 228 n v v v n v Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-60 Slide 3-61 Mobile Web site Mobile Web app Native app As with regular Web site, use systems analysis/ design to identify unique and specific business objectives 30
  • 31. Developing a Mobile Web Presence Design considerations Performance and cost n v n v n v n v n Platform constraints: Smartphone/ tablet Mobile Web site: Least expensive Mobile app: Can utilize browser API Native app: Most expensive; requires more programming Copyright © 2012 Pearson Education Copyright © 2012 Pearson Education Slide 3-62 Slide 3-64 31