SlideShare a Scribd company logo
1 of 39
IT8005 – Electronic Commerce
IV Year / VIII Semester
UNIT II BUILDING AN E-COMMERCE
WEBSITE, MOBILE SITE AND APPS
Systematic approach to build an E-Commerce:
Planning, System Analysis, System Design,
Building the system, Testing the system,
Implementation and Maintenance, Optimize Web
Performance – Choosing hardware and software –
Other E-Commerce Site tools – Developing a
Mobile Website and Mobile App.
E-Commerce Presence – A Systematic Approach
 Building a successful e-commerce presence requires a
keen understanding of business, technology, and social
issues, as well as a systematic approach.
 Challenges:
 developing a clear understanding of business objectives
 knowing how to choose the right technology to achieve
those objectives.
E-Commerce Presence – A Systematic Approach
E-Commerce Presence – A Systematic Approach
 Be aware of the main areas where you will need to make decisions.
 On the organizational and human resources fronts, to bring together
a team of individuals who possess the skill sets needed to build and
manage a successful e-commerce presence.
 This team will make the key decisions about business objectives
and strategy, technology, design, and social and information
policies.
 To make decisions about hardware, software, and
telecommunications infrastructure.
E-Commerce Presence – A Systematic Approach
 Planning: The Systems Development Life
Cycle:
 Next step in building an e-commerce website will
be creating a plan document.
 To tackle a complex problem - To proceed
systematically through a series of steps.
E-Commerce Presence – A Systematic Approach
 Planning: The Systems Development Life Cycle:
 The systems development life cycle (SDLC) is a
methodology for understanding the business objectives
of any system and designing an appropriate solution.
 The SDLC method also helps in creating documents
that communicate objectives, important milestones,
and the uses of resources to management.
E-Commerce Presence – A Systematic Approach
 Planning: The Systems Development Life Cycle:
 Steps:
 Systems analysis/planning
 Systems design
 Building the system
 Testing
 Implementation
E-Commerce Presence – A Systematic Approach
 Planning: The Systems Development Life
Cycle:
E-Commerce Presence – A Systematic Approach
 Systems Analysis/Planning:
 Identify business objectives,
 System functionality, and
 Information requirements
E-Commerce Presence – A Systematic Approach
 Systems Analysis/Planning:
 To identify the specific business objectives for
your site, and then develop a list of system
functionalities and information requirements.
 Business objectives are simply capabilities you
want your site to have.
E-Commerce Presence – A Systematic Approach
 Systems Analysis/Planning:
 System functionalities are types of information
systems capabilities you will need to achieve your
business objectives.
 The information requirements for a system are the
information elements that the system must produce in
order to achieve the business objectives.
E-Commerce Presence – A Systematic Approach
 Systems Analysis/Planning:
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
Engage customers in
conversations
On-site blog; user forums Software with blogging and
community forum
functionality
E-Commerce Presence – A Systematic Approach
 Systems Analysis/Planning:
Business Objective System Functionality Information Requirements
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
Coordinate
marketing/advertising
Ad server, e-mail server, e-
mail
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,
E-Commerce Presence – A Systematic Approach
 System Design: Hardware and Software
Platforms:
 A system design specification—a description of the
main components in the system and their relationship
to one another.
 The system design itself can be broken down into two
components: a logical design and a physical design.
E-Commerce Presence – A Systematic Approach
 System Design: Hardware and Software Platforms:
 A logical design includes a data flow diagram that describes the flow
of information at your e-commerce site.
 A physical design translates the logical design into physical
components.
 For instance, the physical design details the specific model of server to
be purchased, the software to be used, the size of the
telecommunications link that will be required, the way the system will
be backed up and protected from outsiders, and so on
E-Commerce Presence – A Systematic Approach
 System Design: Hardware and Software
Platforms:
E-Commerce Presence – A Systematic Approach
 System Design: Hardware and Software
Platforms:
E-Commerce Presence – A Systematic Approach
 Building the System: In-house versus Outsourcing:
 Outsourcing means that hire an outside vendor to provide
the services involved in building the site rather than using
in-house personnel.
 Second decision to make: will you host (operate) the site
on your firm’s own servers or will you outsource the
hosting to a web host provider?
E-Commerce Presence – A Systematic Approach
 Building the System: In-house versus
Outsourcing:
E-Commerce Presence – A Systematic Approach
 Build Your Own versus Outsourcing:
 If elect to build your own site, there are a range of
options.
 Unless you are fairly skilled, you should use a pre-
built template to create the website.
 WordPress is a website development tool with a
sophisticated content management system.
E-Commerce Presence – A Systematic Approach
 Build Your Own versus Outsourcing:
 A content management system (CMS) is a database
software program specifically designed to manage
structured and unstructured data and objects in a
website environment.
 A CMS provides web managers and designers with a
centralized control structure to manage website
content.
E-Commerce Presence – A Systematic Approach
 Build Your Own versus Outsourcing:
 WordPress also has thousands of user-built plug-ins and widgets
that you can use to extend the functionality of a website.
 Websites built in WordPress are treated by search engines like
any other website: their content is indexed and made available to
the entire web community.
 Revenue-generating ads, affiliates, and sponsors are the main
sources of revenue for WordPress sites.
 Tools: Google Sites, Wix, Squarespace, and Weebly.
E-Commerce Presence – A Systematic Approach
 Build Your Own versus Outsourcing:
 The decision to build a website on your own has a
number of risks.
 The complexity of features such as shopping carts,
credit card authentication and processing, inventory
management, and order processing, the costs involved
are high.
E-Commerce Presence – A Systematic Approach
 Host Your Own versus Outsourcing:
 Most businesses choose to outsource hosting and pay a company
to host their website, which means that the hosting company is
responsible for ensuring the site is “live,” or accessible, 24 hours
a day.
 With a co-location agreement, your firm purchases or leases a
web server (and has total control over its operation) but locates
the server in a vendor’s physical facility.
E-Commerce Presence – A Systematic Approach
 Host Your Own versus Outsourcing:
 Co-location has expanded with the spread of
virtualization where one server has multiple
processors (4 to 16) and can operate multiple
websites at once with multiple operating systems.
E-Commerce Presence – A Systematic Approach
 Host Your Own versus Outsourcing:
 While co-location involves renting physical space for your
hardware, you can think of using a cloud service provider as
renting virtual space in your provider’s infrastructure.
 Cloud services are rapidly replacing co-location because they
are less expensive, and arguably more reliable.
 Cloud service providers offer a standardized infrastructure,
virtualization technology, and employ a pay-as-you-go billing
system.
E-Commerce Presence – A Systematic Approach
 Testing the system:
 As much as 50% of the budget can be consumed by
testing and rebuilding.
 Unit testing involves testing the site’s program
modules one at a time.
 System testing involves testing the site as a whole, in
the same way a typical user would when using the site.
E-Commerce Presence – A Systematic Approach
 Testing the system:
 Acceptance testing requires that the firm’s key
personnel and managers in marketing, production,
sales, and general management actually use the system
as installed on a test Internet or intranet server.
 This acceptance test verifies that the business
objectives of the system as originally conceived are in
fact working.
E-Commerce Presence – A Systematic Approach
 Testing the system:
 Another form of testing is called A/B testing (or split
testing).
 This form of testing involves showing two versions (A and
B) of a web page or website to different users to see which
one performs better.
 A template test compares the same general page content
using two different layouts and or design treatments.
E-Commerce Presence – A Systematic Approach
 Testing the system:
 A new concept test compares a control page with one
that is very different.
 A funnel test compares the flow through a series of
pages (such as a product page, to a registration page, to
shopping cart page, versus skipping the registration
page) to see which one results in a higher percentage
of conversions.
E-Commerce Presence – A Systematic Approach
 Testing the system:
 Multivariate testing involves identifying specific
elements, or variables, on a web page, such as a
headline, image, button and text, creating versions
for each element, and then creating a unique
combination of each element and version to test.
E-Commerce Presence – A Systematic Approach
 Implementation and Maintenance:
 The long-term success of an e-commerce site will depend
on a dedicated team of employees (the web team) whose
sole job is to monitor and adapt the site to changing market
conditions.
 The web team must be multi-skilled; it will typically
include programmers, designers, and business managers
drawn from marketing, production, and sales support.
E-Commerce Presence – A Systematic Approach
 Implementation and Maintenance:
 One of the first tasks of the web team is to listen to
customers’ feedback on the site and respond to that
feedback as necessary.
 A second task is to develop a systematic monitoring
and testing plan to be followed weekly to ensure all the
links are operating, prices are correct, and pages are
updated.
E-Commerce Presence – A Systematic Approach
 Implementation and Maintenance:
 Other important tasks of the web team include
benchmarking (a process in which the site is
compared with those of competitors in terms of
response speed, quality of layout, and design) and
keeping the site current on pricing and promotions.
E-Commerce Presence – A Systematic Approach
 Factors in Optimizing Website Performance:
E-Commerce Presence – A Systematic Approach
 Factors in Optimizing Website Performance:
 Using efficient styles and techniques for page design
and content can reduce response times by two to five
seconds.
 Simple steps include reducing unnecessary HTML
comments and white space, using more efficient
graphics, and avoiding unnecessary links to other
pages in the site.
E-Commerce Presence – A Systematic Approach
 Factors in Optimizing Website Performance:
 Page generation speed can be enhanced by segregating
computer servers to perform dedicated functions (such as
static page generation, application logic, media servers, and
database servers), and using various devices from vendors
to speed up these servers.
 Using a single server or multiple servers to perform
multiple tasks reduces throughput by more than 50%.
E-Commerce Presence – A Systematic Approach
 Factors in Optimizing Website Performance:
 Page delivery can be speeded up by using
specialized content delivery networks or by
increasing local bandwidth.

More Related Content

What's hot

IT_8005_Electronic Commerce_Unit_I
IT_8005_Electronic Commerce_Unit_IIT_8005_Electronic Commerce_Unit_I
IT_8005_Electronic Commerce_Unit_IPalani Kumar
 
Chapter 5 tech in e commerce
Chapter 5 tech in e commerceChapter 5 tech in e commerce
Chapter 5 tech in e commerceMarya Sholevar
 
Introduction to E-Commerce
Introduction to E-CommerceIntroduction to E-Commerce
Introduction to E-Commercefaisal ilyas
 
IT8005_EC_Unit_IV_Internet_Marketing_Technologies
IT8005_EC_Unit_IV_Internet_Marketing_TechnologiesIT8005_EC_Unit_IV_Internet_Marketing_Technologies
IT8005_EC_Unit_IV_Internet_Marketing_TechnologiesPalani Kumar
 
Business to Business Electronic Commerce
Business to Business Electronic Commerce Business to Business Electronic Commerce
Business to Business Electronic Commerce Nurhazman Abdul Aziz
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructureRaj vardhan
 
Network Infrastructure for E-commerce | Part I
Network Infrastructure for E-commerce | Part INetwork Infrastructure for E-commerce | Part I
Network Infrastructure for E-commerce | Part IHem Pokhrel
 
Unit 1 scope of ecommerce
Unit 1 scope of ecommerceUnit 1 scope of ecommerce
Unit 1 scope of ecommerceMonikaRivansh
 
Frame work of e commerce
Frame work of e commerceFrame work of e commerce
Frame work of e commerceTej Kiran
 
IT8005_EC_Unit_III_Securing_Communication_Channels
IT8005_EC_Unit_III_Securing_Communication_ChannelsIT8005_EC_Unit_III_Securing_Communication_Channels
IT8005_EC_Unit_III_Securing_Communication_ChannelsPalani Kumar
 
1 introduction to e commerce
1 introduction to e commerce1 introduction to e commerce
1 introduction to e commercesajid ullah
 

What's hot (20)

IT_8005_Electronic Commerce_Unit_I
IT_8005_Electronic Commerce_Unit_IIT_8005_Electronic Commerce_Unit_I
IT_8005_Electronic Commerce_Unit_I
 
Chapter 5 tech in e commerce
Chapter 5 tech in e commerceChapter 5 tech in e commerce
Chapter 5 tech in e commerce
 
Introduction to E-Commerce
Introduction to E-CommerceIntroduction to E-Commerce
Introduction to E-Commerce
 
IT8005_EC_Unit_IV_Internet_Marketing_Technologies
IT8005_EC_Unit_IV_Internet_Marketing_TechnologiesIT8005_EC_Unit_IV_Internet_Marketing_Technologies
IT8005_EC_Unit_IV_Internet_Marketing_Technologies
 
Introduction to E - Commerce
Introduction to E - CommerceIntroduction to E - Commerce
Introduction to E - Commerce
 
Business to Business Electronic Commerce
Business to Business Electronic Commerce Business to Business Electronic Commerce
Business to Business Electronic Commerce
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructure
 
E - Commerce
E - CommerceE - Commerce
E - Commerce
 
E business models
E business modelsE business models
E business models
 
E-Commerce Infrastructures
E-Commerce InfrastructuresE-Commerce Infrastructures
E-Commerce Infrastructures
 
Network Infrastructure for E-commerce | Part I
Network Infrastructure for E-commerce | Part INetwork Infrastructure for E-commerce | Part I
Network Infrastructure for E-commerce | Part I
 
E-Commerce PPT
E-Commerce PPTE-Commerce PPT
E-Commerce PPT
 
E commerce
E commerceE commerce
E commerce
 
Unit 1 scope of ecommerce
Unit 1 scope of ecommerceUnit 1 scope of ecommerce
Unit 1 scope of ecommerce
 
Frame work of e commerce
Frame work of e commerceFrame work of e commerce
Frame work of e commerce
 
IT8005_EC_Unit_III_Securing_Communication_Channels
IT8005_EC_Unit_III_Securing_Communication_ChannelsIT8005_EC_Unit_III_Securing_Communication_Channels
IT8005_EC_Unit_III_Securing_Communication_Channels
 
E -COMMERCE
E -COMMERCEE -COMMERCE
E -COMMERCE
 
1 introduction to e commerce
1 introduction to e commerce1 introduction to e commerce
1 introduction to e commerce
 
E business models
E business modelsE business models
E business models
 
E Commerce in B2B
E Commerce in B2BE Commerce in B2B
E Commerce in B2B
 

Similar to IT8005_EC_Unit_II_Building_ECommerce

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
 
laudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptxlaudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptxDivyaAggarwal91
 
System Analysis And Design_FinalPPT_NirmishaK
System Analysis And Design_FinalPPT_NirmishaKSystem Analysis And Design_FinalPPT_NirmishaK
System Analysis And Design_FinalPPT_NirmishaKShehla Ghori
 
Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadBhawani N Prasad
 
Systematix_Credential_Presentation_latest (1)
Systematix_Credential_Presentation_latest (1)Systematix_Credential_Presentation_latest (1)
Systematix_Credential_Presentation_latest (1)Alex Hunt
 
Vermont Teddy Bear Essay
Vermont Teddy Bear EssayVermont Teddy Bear Essay
Vermont Teddy Bear EssayAmy Williams
 
Digital strategy for ebusiness
Digital strategy for ebusinessDigital strategy for ebusiness
Digital strategy for ebusinessVirtu Institute
 
Adaptor Configuration and Development Service
Adaptor Configuration and Development ServiceAdaptor Configuration and Development Service
Adaptor Configuration and Development ServiceFlexera
 
Picking the Right B2B Web-based Business Stage.pdf
Picking the Right B2B Web-based Business Stage.pdfPicking the Right B2B Web-based Business Stage.pdf
Picking the Right B2B Web-based Business Stage.pdfDEMANDAY intent driven
 
Platform for Comprehensive Vendor Research & Analysis
Platform for Comprehensive Vendor Research & AnalysisPlatform for Comprehensive Vendor Research & Analysis
Platform for Comprehensive Vendor Research & AnalysisMike Taylor
 
VCGenius Content Management System
VCGenius Content Management SystemVCGenius Content Management System
VCGenius Content Management Systemfishtech
 
Ambujex Capability Presentation Final
Ambujex Capability Presentation FinalAmbujex Capability Presentation Final
Ambujex Capability Presentation Finaldeepakjuneja
 
Online Recruitment Portal
Online Recruitment PortalOnline Recruitment Portal
Online Recruitment PortalLatte Media
 

Similar to IT8005_EC_Unit_II_Building_ECommerce (20)

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
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Software and Information Technology Glossary of Terms
Software and Information Technology Glossary of TermsSoftware and Information Technology Glossary of Terms
Software and Information Technology Glossary of Terms
 
chapter 2.pdf
chapter 2.pdfchapter 2.pdf
chapter 2.pdf
 
laudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptxlaudon-traver_ec13_ppt_chapter_3_Building Website.pptx
laudon-traver_ec13_ppt_chapter_3_Building Website.pptx
 
e-commerce.pptx
e-commerce.pptxe-commerce.pptx
e-commerce.pptx
 
System Analysis And Design_FinalPPT_NirmishaK
System Analysis And Design_FinalPPT_NirmishaKSystem Analysis And Design_FinalPPT_NirmishaK
System Analysis And Design_FinalPPT_NirmishaK
 
Ecommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasadEcommerce by bhawani nandan prasad
Ecommerce by bhawani nandan prasad
 
Ima appweb company profile
Ima appweb company profileIma appweb company profile
Ima appweb company profile
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Sakshay Web Technologies Pvt Ltd
Sakshay Web Technologies Pvt LtdSakshay Web Technologies Pvt Ltd
Sakshay Web Technologies Pvt Ltd
 
Systematix_Credential_Presentation_latest (1)
Systematix_Credential_Presentation_latest (1)Systematix_Credential_Presentation_latest (1)
Systematix_Credential_Presentation_latest (1)
 
Vermont Teddy Bear Essay
Vermont Teddy Bear EssayVermont Teddy Bear Essay
Vermont Teddy Bear Essay
 
Digital strategy for ebusiness
Digital strategy for ebusinessDigital strategy for ebusiness
Digital strategy for ebusiness
 
Adaptor Configuration and Development Service
Adaptor Configuration and Development ServiceAdaptor Configuration and Development Service
Adaptor Configuration and Development Service
 
Picking the Right B2B Web-based Business Stage.pdf
Picking the Right B2B Web-based Business Stage.pdfPicking the Right B2B Web-based Business Stage.pdf
Picking the Right B2B Web-based Business Stage.pdf
 
Platform for Comprehensive Vendor Research & Analysis
Platform for Comprehensive Vendor Research & AnalysisPlatform for Comprehensive Vendor Research & Analysis
Platform for Comprehensive Vendor Research & Analysis
 
VCGenius Content Management System
VCGenius Content Management SystemVCGenius Content Management System
VCGenius Content Management System
 
Ambujex Capability Presentation Final
Ambujex Capability Presentation FinalAmbujex Capability Presentation Final
Ambujex Capability Presentation Final
 
Online Recruitment Portal
Online Recruitment PortalOnline Recruitment Portal
Online Recruitment Portal
 

More from Palani Kumar

CS8091_BDA_Unit_V_NoSQL
CS8091_BDA_Unit_V_NoSQLCS8091_BDA_Unit_V_NoSQL
CS8091_BDA_Unit_V_NoSQLPalani Kumar
 
CS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_ComputingCS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_ComputingPalani Kumar
 
CS8091_BDA_Unit_III_Content_Based_Recommendation
CS8091_BDA_Unit_III_Content_Based_RecommendationCS8091_BDA_Unit_III_Content_Based_Recommendation
CS8091_BDA_Unit_III_Content_Based_RecommendationPalani Kumar
 
CS8091_BDA_Unit_II_Clustering
CS8091_BDA_Unit_II_ClusteringCS8091_BDA_Unit_II_Clustering
CS8091_BDA_Unit_II_ClusteringPalani Kumar
 
CS8091_BDA_Unit_I_Analytical_Architecture
CS8091_BDA_Unit_I_Analytical_ArchitectureCS8091_BDA_Unit_I_Analytical_Architecture
CS8091_BDA_Unit_I_Analytical_ArchitecturePalani Kumar
 
IT8005_EC_Unit_V_Features_Of_E_Commerce_Technology
IT8005_EC_Unit_V_Features_Of_E_Commerce_TechnologyIT8005_EC_Unit_V_Features_Of_E_Commerce_Technology
IT8005_EC_Unit_V_Features_Of_E_Commerce_TechnologyPalani Kumar
 

More from Palani Kumar (6)

CS8091_BDA_Unit_V_NoSQL
CS8091_BDA_Unit_V_NoSQLCS8091_BDA_Unit_V_NoSQL
CS8091_BDA_Unit_V_NoSQL
 
CS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_ComputingCS8091_BDA_Unit_IV_Stream_Computing
CS8091_BDA_Unit_IV_Stream_Computing
 
CS8091_BDA_Unit_III_Content_Based_Recommendation
CS8091_BDA_Unit_III_Content_Based_RecommendationCS8091_BDA_Unit_III_Content_Based_Recommendation
CS8091_BDA_Unit_III_Content_Based_Recommendation
 
CS8091_BDA_Unit_II_Clustering
CS8091_BDA_Unit_II_ClusteringCS8091_BDA_Unit_II_Clustering
CS8091_BDA_Unit_II_Clustering
 
CS8091_BDA_Unit_I_Analytical_Architecture
CS8091_BDA_Unit_I_Analytical_ArchitectureCS8091_BDA_Unit_I_Analytical_Architecture
CS8091_BDA_Unit_I_Analytical_Architecture
 
IT8005_EC_Unit_V_Features_Of_E_Commerce_Technology
IT8005_EC_Unit_V_Features_Of_E_Commerce_TechnologyIT8005_EC_Unit_V_Features_Of_E_Commerce_Technology
IT8005_EC_Unit_V_Features_Of_E_Commerce_Technology
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

IT8005_EC_Unit_II_Building_ECommerce

  • 1. IT8005 – Electronic Commerce IV Year / VIII Semester
  • 2. UNIT II BUILDING AN E-COMMERCE WEBSITE, MOBILE SITE AND APPS Systematic approach to build an E-Commerce: Planning, System Analysis, System Design, Building the system, Testing the system, Implementation and Maintenance, Optimize Web Performance – Choosing hardware and software – Other E-Commerce Site tools – Developing a Mobile Website and Mobile App.
  • 3. E-Commerce Presence – A Systematic Approach  Building a successful e-commerce presence requires a keen understanding of business, technology, and social issues, as well as a systematic approach.  Challenges:  developing a clear understanding of business objectives  knowing how to choose the right technology to achieve those objectives.
  • 4. E-Commerce Presence – A Systematic Approach
  • 5. E-Commerce Presence – A Systematic Approach  Be aware of the main areas where you will need to make decisions.  On the organizational and human resources fronts, to bring together a team of individuals who possess the skill sets needed to build and manage a successful e-commerce presence.  This team will make the key decisions about business objectives and strategy, technology, design, and social and information policies.  To make decisions about hardware, software, and telecommunications infrastructure.
  • 6. E-Commerce Presence – A Systematic Approach  Planning: The Systems Development Life Cycle:  Next step in building an e-commerce website will be creating a plan document.  To tackle a complex problem - To proceed systematically through a series of steps.
  • 7. E-Commerce Presence – A Systematic Approach  Planning: The Systems Development Life Cycle:  The systems development life cycle (SDLC) is a methodology for understanding the business objectives of any system and designing an appropriate solution.  The SDLC method also helps in creating documents that communicate objectives, important milestones, and the uses of resources to management.
  • 8. E-Commerce Presence – A Systematic Approach  Planning: The Systems Development Life Cycle:  Steps:  Systems analysis/planning  Systems design  Building the system  Testing  Implementation
  • 9. E-Commerce Presence – A Systematic Approach  Planning: The Systems Development Life Cycle:
  • 10. E-Commerce Presence – A Systematic Approach  Systems Analysis/Planning:  Identify business objectives,  System functionality, and  Information requirements
  • 11. E-Commerce Presence – A Systematic Approach  Systems Analysis/Planning:  To identify the specific business objectives for your site, and then develop a list of system functionalities and information requirements.  Business objectives are simply capabilities you want your site to have.
  • 12. E-Commerce Presence – A Systematic Approach  Systems Analysis/Planning:  System functionalities are types of information systems capabilities you will need to achieve your business objectives.  The information requirements for a system are the information elements that the system must produce in order to achieve the business objectives.
  • 13. E-Commerce Presence – A Systematic Approach  Systems Analysis/Planning: 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 Engage customers in conversations On-site blog; user forums Software with blogging and community forum functionality
  • 14. E-Commerce Presence – A Systematic Approach  Systems Analysis/Planning: Business Objective System Functionality Information Requirements 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 Coordinate marketing/advertising Ad server, e-mail server, e- mail 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,
  • 15. E-Commerce Presence – A Systematic Approach  System Design: Hardware and Software Platforms:  A system design specification—a description of the main components in the system and their relationship to one another.  The system design itself can be broken down into two components: a logical design and a physical design.
  • 16. E-Commerce Presence – A Systematic Approach  System Design: Hardware and Software Platforms:  A logical design includes a data flow diagram that describes the flow of information at your e-commerce site.  A physical design translates the logical design into physical components.  For instance, the physical design details the specific model of server to be purchased, the software to be used, the size of the telecommunications link that will be required, the way the system will be backed up and protected from outsiders, and so on
  • 17. E-Commerce Presence – A Systematic Approach  System Design: Hardware and Software Platforms:
  • 18. E-Commerce Presence – A Systematic Approach  System Design: Hardware and Software Platforms:
  • 19. E-Commerce Presence – A Systematic Approach  Building the System: In-house versus Outsourcing:  Outsourcing means that hire an outside vendor to provide the services involved in building the site rather than using in-house personnel.  Second decision to make: will you host (operate) the site on your firm’s own servers or will you outsource the hosting to a web host provider?
  • 20. E-Commerce Presence – A Systematic Approach  Building the System: In-house versus Outsourcing:
  • 21. E-Commerce Presence – A Systematic Approach  Build Your Own versus Outsourcing:  If elect to build your own site, there are a range of options.  Unless you are fairly skilled, you should use a pre- built template to create the website.  WordPress is a website development tool with a sophisticated content management system.
  • 22. E-Commerce Presence – A Systematic Approach  Build Your Own versus Outsourcing:  A content management system (CMS) is a database software program specifically designed to manage structured and unstructured data and objects in a website environment.  A CMS provides web managers and designers with a centralized control structure to manage website content.
  • 23. E-Commerce Presence – A Systematic Approach  Build Your Own versus Outsourcing:  WordPress also has thousands of user-built plug-ins and widgets that you can use to extend the functionality of a website.  Websites built in WordPress are treated by search engines like any other website: their content is indexed and made available to the entire web community.  Revenue-generating ads, affiliates, and sponsors are the main sources of revenue for WordPress sites.  Tools: Google Sites, Wix, Squarespace, and Weebly.
  • 24. E-Commerce Presence – A Systematic Approach  Build Your Own versus Outsourcing:  The decision to build a website on your own has a number of risks.  The complexity of features such as shopping carts, credit card authentication and processing, inventory management, and order processing, the costs involved are high.
  • 25. E-Commerce Presence – A Systematic Approach  Host Your Own versus Outsourcing:  Most businesses choose to outsource hosting and pay a company to host their website, which means that the hosting company is responsible for ensuring the site is “live,” or accessible, 24 hours a day.  With a co-location agreement, your firm purchases or leases a web server (and has total control over its operation) but locates the server in a vendor’s physical facility.
  • 26. E-Commerce Presence – A Systematic Approach  Host Your Own versus Outsourcing:  Co-location has expanded with the spread of virtualization where one server has multiple processors (4 to 16) and can operate multiple websites at once with multiple operating systems.
  • 27. E-Commerce Presence – A Systematic Approach  Host Your Own versus Outsourcing:  While co-location involves renting physical space for your hardware, you can think of using a cloud service provider as renting virtual space in your provider’s infrastructure.  Cloud services are rapidly replacing co-location because they are less expensive, and arguably more reliable.  Cloud service providers offer a standardized infrastructure, virtualization technology, and employ a pay-as-you-go billing system.
  • 28. E-Commerce Presence – A Systematic Approach  Testing the system:  As much as 50% of the budget can be consumed by testing and rebuilding.  Unit testing involves testing the site’s program modules one at a time.  System testing involves testing the site as a whole, in the same way a typical user would when using the site.
  • 29. E-Commerce Presence – A Systematic Approach  Testing the system:  Acceptance testing requires that the firm’s key personnel and managers in marketing, production, sales, and general management actually use the system as installed on a test Internet or intranet server.  This acceptance test verifies that the business objectives of the system as originally conceived are in fact working.
  • 30. E-Commerce Presence – A Systematic Approach  Testing the system:  Another form of testing is called A/B testing (or split testing).  This form of testing involves showing two versions (A and B) of a web page or website to different users to see which one performs better.  A template test compares the same general page content using two different layouts and or design treatments.
  • 31. E-Commerce Presence – A Systematic Approach  Testing the system:  A new concept test compares a control page with one that is very different.  A funnel test compares the flow through a series of pages (such as a product page, to a registration page, to shopping cart page, versus skipping the registration page) to see which one results in a higher percentage of conversions.
  • 32. E-Commerce Presence – A Systematic Approach  Testing the system:  Multivariate testing involves identifying specific elements, or variables, on a web page, such as a headline, image, button and text, creating versions for each element, and then creating a unique combination of each element and version to test.
  • 33. E-Commerce Presence – A Systematic Approach  Implementation and Maintenance:  The long-term success of an e-commerce site will depend on a dedicated team of employees (the web team) whose sole job is to monitor and adapt the site to changing market conditions.  The web team must be multi-skilled; it will typically include programmers, designers, and business managers drawn from marketing, production, and sales support.
  • 34. E-Commerce Presence – A Systematic Approach  Implementation and Maintenance:  One of the first tasks of the web team is to listen to customers’ feedback on the site and respond to that feedback as necessary.  A second task is to develop a systematic monitoring and testing plan to be followed weekly to ensure all the links are operating, prices are correct, and pages are updated.
  • 35. E-Commerce Presence – A Systematic Approach  Implementation and Maintenance:  Other important tasks of the web team include benchmarking (a process in which the site is compared with those of competitors in terms of response speed, quality of layout, and design) and keeping the site current on pricing and promotions.
  • 36. E-Commerce Presence – A Systematic Approach  Factors in Optimizing Website Performance:
  • 37. E-Commerce Presence – A Systematic Approach  Factors in Optimizing Website Performance:  Using efficient styles and techniques for page design and content can reduce response times by two to five seconds.  Simple steps include reducing unnecessary HTML comments and white space, using more efficient graphics, and avoiding unnecessary links to other pages in the site.
  • 38. E-Commerce Presence – A Systematic Approach  Factors in Optimizing Website Performance:  Page generation speed can be enhanced by segregating computer servers to perform dedicated functions (such as static page generation, application logic, media servers, and database servers), and using various devices from vendors to speed up these servers.  Using a single server or multiple servers to perform multiple tasks reduces throughput by more than 50%.
  • 39. E-Commerce Presence – A Systematic Approach  Factors in Optimizing Website Performance:  Page delivery can be speeded up by using specialized content delivery networks or by increasing local bandwidth.