40
ELC 200 ELC 200 Day 9 Day 9

ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected All A’s and one A+ Assignment 3 Posted Due October 8 assignment3.pdf assignment3.pdf Quiz

Embed Size (px)

Citation preview

Page 1: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

ELC 200ELC 200Day 9Day 9

Page 2: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Agenda Questions? Assignment 2 Corrected

All A’s and one A+

Assignment 3 Posted Due October 8 assignment3.pdf

Quiz 2 Oct 15 Finish Discussion Building an E-commerce Presence: Building an E-commerce Presence:

Web Sites, Mobile Sites, and AppsWeb Sites, Mobile Sites, and Apps

Page 3: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Web Site Systems Development Life Cycle

Figure 4.5, Page 131

Copyright © 2014 Pearson Education, Inc. Slide 4-3

Page 4: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Table 4.2, page 132

Copyright © 2014 Pearson Education, Inc. Slide 4-4

Page 5: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Choices in Building and Hosting

Copyright © 2012 Pearson Education, Inc. Slide 4-5

Page 6: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2012 Pearson Education, Inc. Slide 4-6

Page 7: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Insight on Business: Class Discussion

Curly Hair and Appillionaires

How does a small, niche Web site like NaturallyCurly.com become profitable?

Why has it never been cheaper to start an e-commerce company?

What is an Appillionaire? http://www.businessinsider.com/candy-crush-saga-daily-revenue-2013-7 http://www.forbes.com/sites/karstenstrauss/2013/10/15/mobile-gaming

-mega-deal-supercell/

Copyright © 2014 Pearson Education, Inc. Slide 4-7

Page 8: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Testing, Implementation, and Maintenance

Testing Unit testing System testing Acceptance testing

Implementation and maintenance Maintenance is ongoing Maintenance costs: Similar to development costs

If it costs $ 10,000 to build, it will cost $10,000/year to maintain Benchmarking

Copyright © 2014 Pearson Education, Inc. Slide 4-8

Page 9: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Simple vs. Multi-tieredWeb Site Architecture

System architecture Arrangement of software, machinery, and tasks in an

information system needed to achieve a specific functionality

Two-tier Web server and database server

Multi-tier Web application servers Backend, legacy databases

Copyright © 2014 Pearson Education, Inc. Slide 4-9

Page 10: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Two-Tier E-commerce Architecture

Figure 4.8(a), Page 140

Copyright © 2014 Pearson Education, Inc. Slide 4-10

Page 11: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Multi-Tier E-commerce Architecture

Figure 4.8(b), Page 140

Copyright © 2014 Pearson Education, Inc. Slide 4-11

Page 12: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2014 Pearson Education, Inc. Slide 4-12

Page 13: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Web Server Software Apache

Leading Web server software (66% of market) Works with UNIX, Linux OSs

Microsoft’s Internet Information Server (IIS) Second major Web server software (16% of market) Windows-based

http://news.netcraft.com/archives/2015/01/15/january-2015-web-server-survey.html

Copyright © 2014 Pearson Education, Inc. Slide 4-13

Page 14: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Site Management Tools Basic tools

Included in all Web servers, e.g.: Verify that links on pages are still valid Identify orphan files

Third-party software for advanced managementMonitor customer purchases, marketing

campaign effectiveness, etc.WebTrends Analytics 10, Google Analytics

Copyright © 2014 Pearson Education, Inc. Slide 4-14

Page 15: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2014 Pearson Education, Inc. Slide 4-15

Page 16: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Dynamic Page Generation Tools Dynamic page generation:

Contents stored in database and fetched when needed Web pages are created “on the fly”

Common tools: CGI, ASP, JSP

Advantages Enables use of content management system (CMS)

Copyright © 2014 Pearson Education, Inc. Slide 4-16

Page 17: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Two-Tier E-commerce Architecture

Figure 4.8(a), Page 140

Copyright © 2014 Pearson Education, Inc. Slide 4-17

CM

S

Page 18: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Application Servers Web application servers

Provide specific business functionality required for a Web site

Type of middleware Connects traditional corporate systems to customers

Single-function applications being replaced by integrated software tools that combine all functionality needed for e-commerce site

Copyright © 2014 Pearson Education, Inc. Slide 4-18

Page 19: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2014 Pearson Education, Inc. Slide 4-19

Source: http://www.acunetix.com/websitesecurity/web-applications/

Page 20: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2014 Pearson Education, Inc. Slide 4-20

Page 21: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

E-commerce Merchant Server Software Provides basic functionality for sales

Online catalog List of products available on Web site

Shopping cart Allows shoppers to set aside, review, edit selections,

and then make purchaseCredit card processing

Typically works in conjunction with shopping cart Verifies card and puts through credit to company’s

account at checkout

Copyright © 2014 Pearson Education, Inc. Slide 4-21

Page 22: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2014 Pearson Education, Inc. Slide 4-22

Source: http://www.sitedirections.com/Ecommerce/ecomm2.htm

Page 23: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Merchant Server Software Packages Integrated environment that includes most of

functionality needed Three general ranges of price and functionality

Basic: free, open source (getting better all the time) http://www.practicalecommerce.com/articles/73649-11-Open-Source-Ecommerce-Platforms

Midrange (~$1000)High-end (~$10000)

Copyright © 2014 Pearson Education, Inc. Slide 4-23

Page 24: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Building Your Own E-commerce Site Options for small firms

Hosted e-commerce sites, e.g., Yahoo’s Small Business GoDaddys Online Store Site building tools E-commerce templates

Open-source merchant server software Enables you to build truly custom sites Requires programmer with expertise, time

Copyright © 2014 Pearson Education, Inc. Slide 4-24

Page 25: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

The Hardware Platform Underlying computing equipment needed for e-

commerce functionality Right-sizing your hardware platform: the demand

side Number of simultaneous users

Right-sizing your hardware platform: the supply side Vertical scaling—improve individual components Horizontal scaling—share load with more computers http://pilot.search.dell.com/web%20server

Copyright © 2014 Pearson Education, Inc. Slide 4-25

Page 26: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Vertically Scaling a System Figure 4.13, Page 231

Copyright © 2012 Pearson Education, Inc. Slide 4-26

Page 27: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Horizontally Scaling a System

Copyright © 2012 Pearson Education, Inc.

Figure 4.14, Page 232

Slide 4-27

Page 28: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Table 4.5, Page 146

Copyright © 2014 Pearson Education, Inc. Slide 4-28

Page 29: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Table 4.6, Page 146

Copyright © 2014 Pearson Education, Inc. Slide 4-29

Page 30: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Other E-commerce Site Tools Web site design: Basic business considerations

Enabling customers to find and buy what they need

Usability http://www.nngroup.com/articles/author/jakob-nielsen/

Tools for Web site optimization Search engine optimization

Metatags, titles, content Identify market niches, localize site Offer expertise Links Search engine ads Local e-commerce

Copyright © 2014 Pearson Education, Inc. Slide 4-30

Page 31: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Table 4.7, Page 147

Copyright © 2014 Pearson Education, Inc. Slide 4-31

Page 32: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

6-32© 2007 Prentice-Hall, Inc

Good bad examples http://www.davesite.com/humor/top5/ http://www.smartisans.com/articles/examples/ugly.htm http://www.corson.tv/main/buttugly.htm http://www.lingscars.com/ http://art.yale.edu/ http://www.bidforsurgery.com/ http://www.jamilin.com/ http://www.pennyjuice.com/htmlversion/whoispj.htm http://www.milliondollarhomepage.com/ http://www.arngren.net/

Page 33: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Table 4.8, Page 147

Copyright © 2014 Pearson Education, Inc. Slide 4-33

Page 34: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Tools for Interactivity and Active Content

CGI (Common Gateway Interface) ASP (Active Server Pages) Java, Java Server Pages (JSP), and

JavaScript Web 2.0 design elements

Copyright © 2014 Pearson Education, Inc. Slide 4-34

Page 35: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Developing a Mobile Web Site and Building Mobile Applications

Three types of m-commerce softwareMobile Web site

Responsive web designMobile Web appNative app

Planning and building mobile presenceUse systems analysis/design to identify unique

and specific business objectives

Copyright © 2014 Pearson Education, Inc. Slide 4-35

Page 36: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Table 4.10, Page 153

Copyright © 2014 Pearson Education, Inc. Slide 4-36

Page 37: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Developing a Mobile Web Presence Design considerations

Platform constraints: Smartphone/tablet

Performance and costMobile Web site

Least expensiveMobile app

Can utilize browser API on device Native app

Most expensive; requires more programming

Copyright © 2014 Pearson Education, Inc. Slide 4-37

Page 38: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2014 Pearson Education, Inc. Slide 4-38

Page 39: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Insight on Technology: Class Discussion

Building a Mobile Presence What are the key differences between user

experience on a Web site and on a mobile device?

Why would a mobile Web site or app from the same merchant need different content or functionality?

In which cases would a merchant want to develop a mobile app over a mobile Web site?

Copyright © 2014 Pearson Education, Inc. Slide 4-39

Page 40: ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz

Copyright © 2014 Pearson Education, Inc. Slide 4-40