SlideShare uma empresa Scribd logo
1 de 108
Criticizing and Modernizing
the Computing Curriculum
The Case of the
Web
and the
Social Issues Courses
Randy Connolly
Mount Royal University, Calgary
Computing education has faced
a variety of ongoing and critical
self-examinations of different
aspects of the curriculum over
the past 15 years.
Some computing topic areas
(e.g., first-year programming)
have been rigorously examined
in the education literature.
Other common topic areas have
not been as adequately
examined.
This paper provides a set of
critiques and alternative
teaching approaches for
two vital topic areas that have
been under-reported in the
computing education literature:
1
web development



2
ethics/social issues
This paper both restates and
provides a capsule summary of
this author’s more detailed
papers on these two subjects.
Teaching
the web
In the past decade,
the world of web development,
has experienced a remarkable
transformation
The web development topics in the
ACM Computer Science Curriculum
barely changed from 2001 to 2008.
FURTHERMORE
Almost all of the topics
recognizable as pertaining to
the field of web development
are marked as elective topics
in the CS 2008 (and 2013)
curriculum.
ALSO
There has been a real dearth
of research on the teaching of
web topics.
Given the importance of web technology
in the real world of software development,
This relative lack of interest
in the web by computer science


is somewhat surprising.
Number of
                                       Web-Based
                                       Software
                                       Development
                                       Jobs



Number of Non-Web
Software Development
Jobs

    Based on searches in Oct + Nov 2010 on monster.com and simplyhired.com
The papers that do exist
generally begin by stressing
the many difficulties
in teaching a web development course.
Examining the literature,
web content is usually being taught using the
broad but shallow
All-the-Web-in-One-Course (AWOC)
approach
60%
        Of CS web education papers reported
        A single web course



 16%    Web taught in CS0 or elective


 12%    Javascript in CS1/CS2



 12% Multicourse stream on web
Given the importance of web systems,

the time has come for




             retiring the AWOC approach
Back in the early 1970s, a math program
might have had a single course in
programming in Fortran,
but eventually it was recognized that a body
of knowledge as complex as programming
requires multiple courses to teach the
material properly.




Web development
should be in a
similar state today
While the AWOC approach does give students
a sense of the big picture of web development,
it by no means provides the students
with anything approaching proficiency
in contemporary practice.
Why not?
Because web development is
characterized by peculiar combination of

change
and
persistence
2009-       Frameworks + Platforms
            (WordPress,JQuery,Sharepoint,etc)



2006-2009   AJAX + REST/JSON services

            Semantic Web Standards +
2003-2006   CSS (positional) +
            PHP/ASP.NET

            CSS (simple) +
1999-2002   Javascript (simple) +
            ASP/JSP +
            Usability


1995-1998   HTML + CGI + Graphics
For those stuck with the AWOC approach
it will become increasingly
difficult to keep the course
comprehensive
and
relevant
Because of the time
limitations of the
AWOC approach, the
content in these
single web courses
increasingly seem
like they are …
partying
like it’s
1999
HTML
Not just the details
(which are trivial)
but also how to do
semantic separation
of content from
presentation.
Due to practitioners’ move
towards web standards and
semantically-oriented
markup,


real world CSS is
commonly used for
positioning and layout.
This type of CSS is notoriously
difficult to master due to
browser bugs, incompatibilities, and non-obvious
CSS box model interactions.
Another important part of web
development that is almost always
left out of the AWOC approach is

digital media
Yet another vital knowledge
area in web development is
usability, an area that is
almost always ignored in
AWOC courses.




None of the current web
textbooks examined for this
paper contained any substantial
material on usability.
Javascript has become too
complex to be covered in a
AWOC course.


The type of Javascript that can
be covered in one or two weeks
(rollovers, form data validation, browser sniffing)
was reasonably close to what
was needed professionally in the
late 1990s.
Since the discovery of XmlHttpRequest
and the subsequent flourishing of new
user interface coding and asynchronous
communication with web services,




                     Javascript coding as become simultaneously
                     crucial to contemporary web development
                     and significantly more complicated.
Analogous to the case with CSS,
this type of Javascript
programming
is very difficult to learn due to:
browser differences,

the untyped nature of the language,

the lack of a cross-browser debugging
environment,

general conceptual complexity of
working with callback functions
A key part of learning real-
world web development is
the server-side
environment.

Potentially this is a very
large topic, and has its own
difficulties from a teaching
perspective.
If students haven’t fully
mastered the ability to
implement a non-trivial design
in HTML, CSS, and Javascript,


the added indirection of
writing a program to generate
HTML, CSS, and Javascript can
be quite tricky conceptually
for a novice developer.
Server-side development also has a
number of substantial additional topics,
which are difficult to fit into a single
AWOC course.
Web-based APIs using
REST or SOAP services
are also an important
part of the web world
of 2008+
Web vulnerabilities/security
                   is another area that is
                   difficult to comprehensively
                   cover in the AWOC approach.




None of the current web
textbooks examined for this
paper contained any substantial
material on web security.
Our students also need to learn a
certain amount about hosting and
administration issues, such as:
The architecture of the main web server
platforms such as Apache and Microsoft’s IIS.

Hosting topics such as web gardens, web
farms, load balancing, and server
configurations for scalability.




                          Image Source:
                          http://sharepointmagazine.net
More and more
organizations are
using already
existing open-
source and/or
proprietary web
frameworks
instead of
creating their
web infrastructure
from scratch.
This is perhaps the
most substantial
revolution in web
development since
the mass adoption of
CSS in the early
2000s
Content management systems,
blogging systems,
and web forums

are more and more
often being used
as the main framework for an
organization’s public or private
web presence,

since these systems handle
many of the most common web
needs of an organization.
Similarly, due to the
complexity of layout-
oriented CSS and AJAX-
focused Javascript, it is
becoming increasingly
common to use an
existing CSS or
Javascript framework.
For the students, it is important to learn
about the existence of these existing
frameworks and templates because the future
of web systems will increasingly lie in their
use, integration, and customization.



               Sometimes multiple existing
               systems will be used by an
               organization and the key role of
               the web professional will be to
               get these systems to interoperate
               through their public APIs.
Teaching
ethics +
social issues
Students “need to understand the
basic cultural, social, legal, and
ethical issues inherent in the
discipline of computing.”
of American computer science programs include SPI in
curriculum



                                  (Social and Professional
                                  Issues)
of international computer science programs include SPI in
curriculum
Teaching SPI within
computing has been
dominated by a very
specific analytic approach.

 Can you spot it?
Articulate
the impacts of ICT
and
ethically evaluate
those impacts
Almost all of
these books
follow a
similar
algorithmic
methodolog
y
It is not hard
to see
the attraction of
this approach
for us
computer
professors
The “many gray
areas of computer
ethics are often
frightening …
to professors
who are worried
about how to
answer things of
which
they themselves are
unsure.”
of SPI courses taught by computer science faculty
Some have indeed argued that
using this algorithmic
provides a sense of security and
methodology
for nervous CS faculty teaching an SPI
confidence
course
I am going to argue that both
this algorithmic methodology
and
the theoretical understanding of the relationship
between technology and society that it is based
upon
are deeply flawed.
I will try to convince you that
we need to move away from
the ethical evaluation of
impacts
and instead
emphasize
the social context of computing
In particular, the way we teach SPI material
needs to integrate the decades-old
of researchers in the philosophy, history, and sociology of
insights
that emphasizes a very different approach to
technology
SPI.
The common way of seeing technology is
it is akin to a cue ball
that
impacting or altering the rest of society
In this perspective
key technological inventions
have transformed the world.

Thus new technologies
need to be analyzed to understand
wide changes they will enact.
the
This approach to technology
is generally referred to as
Technological
Determinism
Dependent Variables
(society, politics, economy, psychology, etc)

                            determines




                              Independent
                              Variable Technological Chang
It is understandable
why computer professionals find
technological determinism
attractive. people helping to
We are the
invent new technologies
It feeds our   to be
clear          socially
desire         relevant
… and our
desire to believe
that we
computer geeks
are the driver of
social change,
and not
politicians,
business people,
or celebrities.
Most current historians and sociologists of
firmly reject technological
technology
determinism
because it is
theoretically inconsistent
and
empirically under-supported
The well-established academic field of
science, technology and society (STS)
studies (that began in the 1960s)
has time and time again found that when
examined carefully
most technologies rarely have had the
effect that was expected
or
had the transformative impact people
claim.
economy


                   history
                                        technolog
                                           y
          cultur
            e
society
                             politics
1. Empirically false
2. Not used by STS research
community
3. Naively focused on functional capabilities
functional capabilities?




Most technological deterministic impact prognosticators do
their work by looking at the functional capabilities of a given
technology
In all these cases
 – and practically any other set of prognostications and
impact evaluations than begin from an unquestioned
belief that the functional capabilities of a technology
(i.e., the means) do what is promised (i.e., achieve their
ends) –

the expected social impacts
ended up being wildly wrong
because the prognosticators
believed in a
naïve technological
determinism.
The introduction of household technology
did not end up creating,
in the words of Ruth Schwartz Cowan,
less work for mother,
but
in fact
more work
because of a series of social changes that could not
have been predicted if one limited one’s analysis just to
the functional capabilities of the household technologies.
Efficient internet search-engines
have not
resulted in people with
too much knowledge;
instead,
unpredicted changes in how people
interact with words and even possibly
cognitive decline due to the brain’s
plasticity
have arguably resulted in the
exact opposite consequence
The introduction of anti-lock disc
brakes have not
reduced accidents at all,
because drivers tend to drive faster and tailgate
more closely due to the improved braking
technology and also partly because of increases
in the intensity of traffic due to unexpected
changes in urban geography.
The first step
Then we should take in our
Social and Professional Issues courses
is to communicate how rarely
technologies achieve their promise
and indeed,
how many do the opposite.
The revenge effect of technology
is extremely well documented
yet
it is uncovered in any of the
computer ethics textbooks examined
for this presentation.
One way to achieve this goal
would be by beginning the SPI course
with examples and readings
on how certain vital technologies had
little impact on some societies,
or
on how certain technologies were
strongly modified and differently
adapted in different cultures and
countries.
This more historically-nuanced
approach to technology and
society is what is generally called
social
constructivism
In this approach,
one looks at how technologies are
researched,
invented,
financed,
developed,
adopted,
marketed,
and propagated
within a very complex system
generally referred to as society.
In other words,
our SPI courses should
look more like a
historical sociology course
and a lot less
like a philosophic ethics
course.
CONCLUSION
It has been this paper’s
contention that both the web
and social issues courses need
to be modernized in terms of
their curricula.
These two sometimes-neglected
knowledge areas can also
provide students with
experience in working with
integration and complexity.
Randy Connolly
Dept. Computer Science & Information
Systems
Mount Royal University, Calgary, Canada
rconnolly@mtroyal.ca




Images from iStockPhoto and stock.xchng

Mais conteúdo relacionado

Mais procurados

Hungary (JTET) Sustainable Innovation
Hungary (JTET) Sustainable InnovationHungary (JTET) Sustainable Innovation
Hungary (JTET) Sustainable InnovationJohn Moravec
 
Social Semantics2 En
Social Semantics2 EnSocial Semantics2 En
Social Semantics2 EnHIDE HIDE
 
Imagining the Internet mobililty shifts keynote
Imagining the Internet mobililty shifts keynoteImagining the Internet mobililty shifts keynote
Imagining the Internet mobililty shifts keynoteelonuniversity
 
0800422 (Wr) V1 Digital World Digital Identity Digital Education
0800422 (Wr) V1 Digital World Digital Identity Digital Education0800422 (Wr) V1 Digital World Digital Identity Digital Education
0800422 (Wr) V1 Digital World Digital Identity Digital EducationWilfredRubens.com
 
Web Science Framework and InterDataNet
Web Science Framework and InterDataNetWeb Science Framework and InterDataNet
Web Science Framework and InterDataNetmaria chiara pettenati
 
From Information Literacy to Transliteracy: Preparing our Students for Open L...
From Information Literacy to Transliteracy: Preparing our Students for Open L...From Information Literacy to Transliteracy: Preparing our Students for Open L...
From Information Literacy to Transliteracy: Preparing our Students for Open L...Dana Longley
 
The Internet (Part I)
The Internet (Part I)The Internet (Part I)
The Internet (Part I)Kristen T
 

Mais procurados (20)

Urban Planning Education In Context With Mobile Phones
Urban Planning Education In Context With Mobile PhonesUrban Planning Education In Context With Mobile Phones
Urban Planning Education In Context With Mobile Phones
 
Netgen Notes
Netgen NotesNetgen Notes
Netgen Notes
 
So mobnet cook_ubc_final
So mobnet cook_ubc_finalSo mobnet cook_ubc_final
So mobnet cook_ubc_final
 
Hungary (JTET) Sustainable Innovation
Hungary (JTET) Sustainable InnovationHungary (JTET) Sustainable Innovation
Hungary (JTET) Sustainable Innovation
 
Impact of Technology of our Work and Family Lives
Impact of Technology of our Work and Family LivesImpact of Technology of our Work and Family Lives
Impact of Technology of our Work and Family Lives
 
Social Software
Social SoftwareSocial Software
Social Software
 
Social Semantics2 En
Social Semantics2 EnSocial Semantics2 En
Social Semantics2 En
 
Sample essay on the implications of digital technology on youth culture
Sample essay on the implications of digital technology on youth cultureSample essay on the implications of digital technology on youth culture
Sample essay on the implications of digital technology on youth culture
 
Mobile development - augment, scaffold & transform
Mobile development - augment, scaffold & transformMobile development - augment, scaffold & transform
Mobile development - augment, scaffold & transform
 
Post Digital Divide
Post Digital DividePost Digital Divide
Post Digital Divide
 
Imagining the Internet mobililty shifts keynote
Imagining the Internet mobililty shifts keynoteImagining the Internet mobililty shifts keynote
Imagining the Internet mobililty shifts keynote
 
Web2 Seminar
Web2 SeminarWeb2 Seminar
Web2 Seminar
 
0800422 (Wr) V1 Digital World Digital Identity Digital Education
0800422 (Wr) V1 Digital World Digital Identity Digital Education0800422 (Wr) V1 Digital World Digital Identity Digital Education
0800422 (Wr) V1 Digital World Digital Identity Digital Education
 
What matters ?
What matters ?What matters ?
What matters ?
 
lamoureux
lamoureuxlamoureux
lamoureux
 
ACRL
ACRLACRL
ACRL
 
Netgennonsense
NetgennonsenseNetgennonsense
Netgennonsense
 
Web Science Framework and InterDataNet
Web Science Framework and InterDataNetWeb Science Framework and InterDataNet
Web Science Framework and InterDataNet
 
From Information Literacy to Transliteracy: Preparing our Students for Open L...
From Information Literacy to Transliteracy: Preparing our Students for Open L...From Information Literacy to Transliteracy: Preparing our Students for Open L...
From Information Literacy to Transliteracy: Preparing our Students for Open L...
 
The Internet (Part I)
The Internet (Part I)The Internet (Part I)
The Internet (Part I)
 

Destaque

Small service is true service while it lasts: integrating web services into I...
Small service is true service while it lasts: integrating web services into I...Small service is true service while it lasts: integrating web services into I...
Small service is true service while it lasts: integrating web services into I...Randy Connolly
 
A longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission dataA longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission dataRandy Connolly
 
Even So With the Pieces Borrowed From Others: Dressing an IS program in IT c...
Even So With the Pieces Borrowed From Others:  Dressing an IS program in IT c...Even So With the Pieces Borrowed From Others:  Dressing an IS program in IT c...
Even So With the Pieces Borrowed From Others: Dressing an IS program in IT c...Randy Connolly
 
No longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web streamNo longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web streamRandy Connolly
 
Awakening Rip Van Winkle: Modernizing the Computer Science Web Curriculum
Awakening Rip Van Winkle: Modernizing the Computer Science Web CurriculumAwakening Rip Van Winkle: Modernizing the Computer Science Web Curriculum
Awakening Rip Van Winkle: Modernizing the Computer Science Web CurriculumRandy Connolly
 
Is There Service in Computing Service Learning?
Is There Service in Computing Service Learning?Is There Service in Computing Service Learning?
Is There Service in Computing Service Learning?Randy Connolly
 

Destaque (6)

Small service is true service while it lasts: integrating web services into I...
Small service is true service while it lasts: integrating web services into I...Small service is true service while it lasts: integrating web services into I...
Small service is true service while it lasts: integrating web services into I...
 
A longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission dataA longitudinal examination of SIGITE conference submission data
A longitudinal examination of SIGITE conference submission data
 
Even So With the Pieces Borrowed From Others: Dressing an IS program in IT c...
Even So With the Pieces Borrowed From Others:  Dressing an IS program in IT c...Even So With the Pieces Borrowed From Others:  Dressing an IS program in IT c...
Even So With the Pieces Borrowed From Others: Dressing an IS program in IT c...
 
No longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web streamNo longer partying like it's 1999: designing a modern web stream
No longer partying like it's 1999: designing a modern web stream
 
Awakening Rip Van Winkle: Modernizing the Computer Science Web Curriculum
Awakening Rip Van Winkle: Modernizing the Computer Science Web CurriculumAwakening Rip Van Winkle: Modernizing the Computer Science Web Curriculum
Awakening Rip Van Winkle: Modernizing the Computer Science Web Curriculum
 
Is There Service in Computing Service Learning?
Is There Service in Computing Service Learning?Is There Service in Computing Service Learning?
Is There Service in Computing Service Learning?
 

Semelhante a Criticizing and Modernizing Computing Curriculum: The Case of the Web and the Social Issues Courses

Web-Based_Engineering_Portfolio_System (1).pdf
Web-Based_Engineering_Portfolio_System (1).pdfWeb-Based_Engineering_Portfolio_System (1).pdf
Web-Based_Engineering_Portfolio_System (1).pdfPritamSha1
 
Universities and Web 2.0: Institutional challenges
Universities and Web 2.0: Institutional challengesUniversities and Web 2.0: Institutional challenges
Universities and Web 2.0: Institutional challengeseLearning Papers
 
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENTAN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENTcsandit
 
Media Research
Media ResearchMedia Research
Media ResearchLS13527
 
Instructional Design for the Semantic Web
Instructional Design for the Semantic WebInstructional Design for the Semantic Web
Instructional Design for the Semantic Webguest649a93
 
Integrating Web 2.0 Tools in the Math Classroom
Integrating Web 2.0 Tools in the Math ClassroomIntegrating Web 2.0 Tools in the Math Classroom
Integrating Web 2.0 Tools in the Math ClassroomChris Marchetti
 
The Future for Educational Resource Repositories in a Web 2.0 World
The Future for Educational Resource Repositories in a Web 2.0 WorldThe Future for Educational Resource Repositories in a Web 2.0 World
The Future for Educational Resource Repositories in a Web 2.0 Worldlisbk
 
Standards Education W3 C 15.10.2009 Small
Standards Education W3 C 15.10.2009 SmallStandards Education W3 C 15.10.2009 Small
Standards Education W3 C 15.10.2009 SmallPatrick Lauke
 
Web technologies
Web technologiesWeb technologies
Web technologiesReynel Albo
 
EDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docx
EDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docxEDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docx
EDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docxgidmanmary
 
Trends and innovations in web development course
Trends and innovations in web development course Trends and innovations in web development course
Trends and innovations in web development course Dr. Shikha Mehta
 
Educational Website (E-Learning)
Educational Website (E-Learning)Educational Website (E-Learning)
Educational Website (E-Learning)IRJET Journal
 
Web Design for Everybody (Basics of Web Development and Coding)
Web Design for Everybody (Basics of Web Development and Coding)Web Design for Everybody (Basics of Web Development and Coding)
Web Design for Everybody (Basics of Web Development and Coding)Jatin Chauhan
 
9thWebDevFelke.pdf
9thWebDevFelke.pdf9thWebDevFelke.pdf
9thWebDevFelke.pdfacrylic1
 
Web Usability Meets Course Website Usability
Web Usability Meets Course Website UsabilityWeb Usability Meets Course Website Usability
Web Usability Meets Course Website UsabilityAnn Fandrey
 
Implementing virual classrooms
Implementing virual classroomsImplementing virual classrooms
Implementing virual classroomsOliver Buček
 

Semelhante a Criticizing and Modernizing Computing Curriculum: The Case of the Web and the Social Issues Courses (20)

Web-Based_Engineering_Portfolio_System (1).pdf
Web-Based_Engineering_Portfolio_System (1).pdfWeb-Based_Engineering_Portfolio_System (1).pdf
Web-Based_Engineering_Portfolio_System (1).pdf
 
Universities and Web 2.0: Institutional challenges
Universities and Web 2.0: Institutional challengesUniversities and Web 2.0: Institutional challenges
Universities and Web 2.0: Institutional challenges
 
Ijsrdv8 i10398
Ijsrdv8 i10398Ijsrdv8 i10398
Ijsrdv8 i10398
 
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENTAN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
AN EMPIRICAL STUDY OF USING CLOUD-BASED SERVICES IN CAPSTONE PROJECT DEVELOPMENT
 
Media Research
Media ResearchMedia Research
Media Research
 
Instructional Design for the Semantic Web
Instructional Design for the Semantic WebInstructional Design for the Semantic Web
Instructional Design for the Semantic Web
 
Integrating Web 2.0 Tools in the Math Classroom
Integrating Web 2.0 Tools in the Math ClassroomIntegrating Web 2.0 Tools in the Math Classroom
Integrating Web 2.0 Tools in the Math Classroom
 
The Future for Educational Resource Repositories in a Web 2.0 World
The Future for Educational Resource Repositories in a Web 2.0 WorldThe Future for Educational Resource Repositories in a Web 2.0 World
The Future for Educational Resource Repositories in a Web 2.0 World
 
Standards Education W3 C 15.10.2009 Small
Standards Education W3 C 15.10.2009 SmallStandards Education W3 C 15.10.2009 Small
Standards Education W3 C 15.10.2009 Small
 
Ti Boot Camp 2008
Ti   Boot Camp 2008Ti   Boot Camp 2008
Ti Boot Camp 2008
 
Web technologies
Web technologiesWeb technologies
Web technologies
 
EDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docx
EDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docxEDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docx
EDU 522 – Student NotesCOURSE DESCRIPTIONThis course focus.docx
 
Trends and innovations in web development course
Trends and innovations in web development course Trends and innovations in web development course
Trends and innovations in web development course
 
Educational Website (E-Learning)
Educational Website (E-Learning)Educational Website (E-Learning)
Educational Website (E-Learning)
 
Web Design for Everybody (Basics of Web Development and Coding)
Web Design for Everybody (Basics of Web Development and Coding)Web Design for Everybody (Basics of Web Development and Coding)
Web Design for Everybody (Basics of Web Development and Coding)
 
9thWebDevFelke.pdf
9thWebDevFelke.pdf9thWebDevFelke.pdf
9thWebDevFelke.pdf
 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
 
Web engineering
Web engineeringWeb engineering
Web engineering
 
Web Usability Meets Course Website Usability
Web Usability Meets Course Website UsabilityWeb Usability Meets Course Website Usability
Web Usability Meets Course Website Usability
 
Implementing virual classrooms
Implementing virual classroomsImplementing virual classrooms
Implementing virual classrooms
 

Mais de Randy Connolly

Ten-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS DegreeTen-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS DegreeRandy Connolly
 
Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)Randy Connolly
 
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...Randy Connolly
 
Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)Randy Connolly
 
Modern Web Development (2018)
Modern Web Development (2018)Modern Web Development (2018)
Modern Web Development (2018)Randy Connolly
 
Helping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing DisciplinesHelping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing DisciplinesRandy Connolly
 
Constructing a Web Development Textbook
Constructing a Web Development TextbookConstructing a Web Development Textbook
Constructing a Web Development TextbookRandy Connolly
 
Web Development for Managers
Web Development for ManagersWeb Development for Managers
Web Development for ManagersRandy Connolly
 
Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"Randy Connolly
 
17 Ways to Fail Your Courses
17 Ways to Fail Your Courses17 Ways to Fail Your Courses
17 Ways to Fail Your CoursesRandy Connolly
 
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...Randy Connolly
 
Constructing and revising a web development textbook
Constructing and revising a web development textbookConstructing and revising a web development textbook
Constructing and revising a web development textbookRandy Connolly
 
Computing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing DisciplinesComputing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing DisciplinesRandy Connolly
 
Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...Randy Connolly
 
Constructing a Contemporary Textbook
Constructing a Contemporary TextbookConstructing a Contemporary Textbook
Constructing a Contemporary TextbookRandy Connolly
 
Art and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - EnlightenmentArt and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - EnlightenmentRandy Connolly
 

Mais de Randy Connolly (20)

Ten-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS DegreeTen-Year Anniversary of our CIS Degree
Ten-Year Anniversary of our CIS Degree
 
Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)Careers in Computing (2019 Edition)
Careers in Computing (2019 Edition)
 
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
Facing Backwards While Stumbling Forwards: The Future of Teaching Web Develop...
 
Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)Where is the Internet? (2019 Edition)
Where is the Internet? (2019 Edition)
 
Modern Web Development (2018)
Modern Web Development (2018)Modern Web Development (2018)
Modern Web Development (2018)
 
Helping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing DisciplinesHelping Prospective Students Understand the Computing Disciplines
Helping Prospective Students Understand the Computing Disciplines
 
Constructing a Web Development Textbook
Constructing a Web Development TextbookConstructing a Web Development Textbook
Constructing a Web Development Textbook
 
Web Development for Managers
Web Development for ManagersWeb Development for Managers
Web Development for Managers
 
Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"Disrupting the Discourse of the "Digital Disruption of _____"
Disrupting the Discourse of the "Digital Disruption of _____"
 
17 Ways to Fail Your Courses
17 Ways to Fail Your Courses17 Ways to Fail Your Courses
17 Ways to Fail Your Courses
 
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
Red Fish Blue Fish: Reexamining Student Understanding of the Computing Discip...
 
Constructing and revising a web development textbook
Constructing and revising a web development textbookConstructing and revising a web development textbook
Constructing and revising a web development textbook
 
Computing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing DisciplinesComputing is Not a Rock Band: Student Understanding of the Computing Disciplines
Computing is Not a Rock Band: Student Understanding of the Computing Disciplines
 
Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...Citizenship: How do leaders in universities think about and experience citize...
Citizenship: How do leaders in universities think about and experience citize...
 
Web Security
Web SecurityWeb Security
Web Security
 
Constructing a Contemporary Textbook
Constructing a Contemporary TextbookConstructing a Contemporary Textbook
Constructing a Contemporary Textbook
 
CSS: Introduction
CSS: IntroductionCSS: Introduction
CSS: Introduction
 
HTML: An Introduction
HTML: An IntroductionHTML: An Introduction
HTML: An Introduction
 
How the Web Works
How the Web WorksHow the Web Works
How the Web Works
 
Art and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - EnlightenmentArt and Culture - Module 11 - Enlightenment
Art and Culture - Module 11 - Enlightenment
 

Último

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
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
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
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
 

Último (20)

Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
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...
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
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"
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
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
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).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
 

Criticizing and Modernizing Computing Curriculum: The Case of the Web and the Social Issues Courses

  • 1. Criticizing and Modernizing the Computing Curriculum The Case of the Web and the Social Issues Courses Randy Connolly Mount Royal University, Calgary
  • 2. Computing education has faced a variety of ongoing and critical self-examinations of different aspects of the curriculum over the past 15 years.
  • 3. Some computing topic areas (e.g., first-year programming) have been rigorously examined in the education literature.
  • 4. Other common topic areas have not been as adequately examined.
  • 5. This paper provides a set of critiques and alternative teaching approaches for two vital topic areas that have been under-reported in the computing education literature:
  • 7. This paper both restates and provides a capsule summary of this author’s more detailed papers on these two subjects.
  • 9. In the past decade, the world of web development, has experienced a remarkable transformation
  • 10.
  • 11. The web development topics in the ACM Computer Science Curriculum barely changed from 2001 to 2008.
  • 13. Almost all of the topics recognizable as pertaining to the field of web development are marked as elective topics in the CS 2008 (and 2013) curriculum.
  • 14. ALSO
  • 15. There has been a real dearth of research on the teaching of web topics.
  • 16.
  • 17. Given the importance of web technology in the real world of software development, This relative lack of interest in the web by computer science is somewhat surprising.
  • 18. Number of Web-Based Software Development Jobs Number of Non-Web Software Development Jobs Based on searches in Oct + Nov 2010 on monster.com and simplyhired.com
  • 19. The papers that do exist generally begin by stressing the many difficulties in teaching a web development course.
  • 20. Examining the literature, web content is usually being taught using the broad but shallow All-the-Web-in-One-Course (AWOC) approach
  • 21. 60% Of CS web education papers reported A single web course 16% Web taught in CS0 or elective 12% Javascript in CS1/CS2 12% Multicourse stream on web
  • 22. Given the importance of web systems, the time has come for retiring the AWOC approach
  • 23. Back in the early 1970s, a math program might have had a single course in programming in Fortran, but eventually it was recognized that a body of knowledge as complex as programming requires multiple courses to teach the material properly. Web development should be in a similar state today
  • 24. While the AWOC approach does give students a sense of the big picture of web development, it by no means provides the students with anything approaching proficiency in contemporary practice.
  • 26. Because web development is characterized by peculiar combination of change and persistence
  • 27. 2009- Frameworks + Platforms (WordPress,JQuery,Sharepoint,etc) 2006-2009 AJAX + REST/JSON services Semantic Web Standards + 2003-2006 CSS (positional) + PHP/ASP.NET CSS (simple) + 1999-2002 Javascript (simple) + ASP/JSP + Usability 1995-1998 HTML + CGI + Graphics
  • 28. For those stuck with the AWOC approach it will become increasingly difficult to keep the course comprehensive and relevant
  • 29. Because of the time limitations of the AWOC approach, the content in these single web courses increasingly seem like they are …
  • 31.
  • 32.
  • 33. HTML Not just the details (which are trivial) but also how to do semantic separation of content from presentation.
  • 34. Due to practitioners’ move towards web standards and semantically-oriented markup, real world CSS is commonly used for positioning and layout.
  • 35. This type of CSS is notoriously difficult to master due to browser bugs, incompatibilities, and non-obvious CSS box model interactions.
  • 36. Another important part of web development that is almost always left out of the AWOC approach is digital media
  • 37. Yet another vital knowledge area in web development is usability, an area that is almost always ignored in AWOC courses. None of the current web textbooks examined for this paper contained any substantial material on usability.
  • 38. Javascript has become too complex to be covered in a AWOC course. The type of Javascript that can be covered in one or two weeks (rollovers, form data validation, browser sniffing) was reasonably close to what was needed professionally in the late 1990s.
  • 39. Since the discovery of XmlHttpRequest and the subsequent flourishing of new user interface coding and asynchronous communication with web services, Javascript coding as become simultaneously crucial to contemporary web development and significantly more complicated.
  • 40. Analogous to the case with CSS, this type of Javascript programming is very difficult to learn due to: browser differences, the untyped nature of the language, the lack of a cross-browser debugging environment, general conceptual complexity of working with callback functions
  • 41. A key part of learning real- world web development is the server-side environment. Potentially this is a very large topic, and has its own difficulties from a teaching perspective.
  • 42. If students haven’t fully mastered the ability to implement a non-trivial design in HTML, CSS, and Javascript, the added indirection of writing a program to generate HTML, CSS, and Javascript can be quite tricky conceptually for a novice developer.
  • 43. Server-side development also has a number of substantial additional topics, which are difficult to fit into a single AWOC course.
  • 44. Web-based APIs using REST or SOAP services are also an important part of the web world of 2008+
  • 45. Web vulnerabilities/security is another area that is difficult to comprehensively cover in the AWOC approach. None of the current web textbooks examined for this paper contained any substantial material on web security.
  • 46. Our students also need to learn a certain amount about hosting and administration issues, such as: The architecture of the main web server platforms such as Apache and Microsoft’s IIS. Hosting topics such as web gardens, web farms, load balancing, and server configurations for scalability. Image Source: http://sharepointmagazine.net
  • 47. More and more organizations are using already existing open- source and/or proprietary web frameworks instead of creating their web infrastructure from scratch.
  • 48. This is perhaps the most substantial revolution in web development since the mass adoption of CSS in the early 2000s
  • 49. Content management systems, blogging systems, and web forums are more and more often being used as the main framework for an organization’s public or private web presence, since these systems handle many of the most common web needs of an organization.
  • 50. Similarly, due to the complexity of layout- oriented CSS and AJAX- focused Javascript, it is becoming increasingly common to use an existing CSS or Javascript framework.
  • 51. For the students, it is important to learn about the existence of these existing frameworks and templates because the future of web systems will increasingly lie in their use, integration, and customization. Sometimes multiple existing systems will be used by an organization and the key role of the web professional will be to get these systems to interoperate through their public APIs.
  • 53.
  • 54.
  • 55. Students “need to understand the basic cultural, social, legal, and ethical issues inherent in the discipline of computing.”
  • 56. of American computer science programs include SPI in curriculum (Social and Professional Issues)
  • 57. of international computer science programs include SPI in curriculum
  • 58. Teaching SPI within computing has been dominated by a very specific analytic approach. Can you spot it?
  • 59.
  • 60.
  • 61.
  • 62. Articulate the impacts of ICT and ethically evaluate those impacts
  • 63. Almost all of these books follow a similar algorithmic methodolog y
  • 64.
  • 65. It is not hard to see the attraction of this approach for us computer professors
  • 66. The “many gray areas of computer ethics are often frightening … to professors who are worried about how to answer things of which they themselves are unsure.”
  • 67. of SPI courses taught by computer science faculty
  • 68. Some have indeed argued that using this algorithmic provides a sense of security and methodology for nervous CS faculty teaching an SPI confidence course
  • 69. I am going to argue that both this algorithmic methodology and the theoretical understanding of the relationship between technology and society that it is based upon are deeply flawed.
  • 70. I will try to convince you that we need to move away from the ethical evaluation of impacts and instead emphasize the social context of computing
  • 71. In particular, the way we teach SPI material needs to integrate the decades-old of researchers in the philosophy, history, and sociology of insights that emphasizes a very different approach to technology SPI.
  • 72.
  • 73. The common way of seeing technology is it is akin to a cue ball that impacting or altering the rest of society
  • 74. In this perspective key technological inventions have transformed the world. Thus new technologies need to be analyzed to understand wide changes they will enact. the
  • 75. This approach to technology is generally referred to as Technological Determinism
  • 76. Dependent Variables (society, politics, economy, psychology, etc) determines Independent Variable Technological Chang
  • 77. It is understandable why computer professionals find technological determinism attractive. people helping to We are the invent new technologies
  • 78. It feeds our to be clear socially desire relevant
  • 79. … and our desire to believe that we computer geeks are the driver of social change, and not politicians, business people, or celebrities.
  • 80.
  • 81. Most current historians and sociologists of firmly reject technological technology determinism because it is theoretically inconsistent and empirically under-supported
  • 82. The well-established academic field of science, technology and society (STS) studies (that began in the 1960s) has time and time again found that when examined carefully most technologies rarely have had the effect that was expected or had the transformative impact people claim.
  • 83.
  • 84.
  • 85. economy history technolog y cultur e society politics
  • 86.
  • 87. 1. Empirically false 2. Not used by STS research community 3. Naively focused on functional capabilities
  • 88. functional capabilities? Most technological deterministic impact prognosticators do their work by looking at the functional capabilities of a given technology
  • 89.
  • 90.
  • 91.
  • 92.
  • 93. In all these cases – and practically any other set of prognostications and impact evaluations than begin from an unquestioned belief that the functional capabilities of a technology (i.e., the means) do what is promised (i.e., achieve their ends) – the expected social impacts ended up being wildly wrong because the prognosticators believed in a naïve technological determinism.
  • 94.
  • 95. The introduction of household technology did not end up creating, in the words of Ruth Schwartz Cowan, less work for mother, but in fact more work because of a series of social changes that could not have been predicted if one limited one’s analysis just to the functional capabilities of the household technologies.
  • 96. Efficient internet search-engines have not resulted in people with too much knowledge; instead, unpredicted changes in how people interact with words and even possibly cognitive decline due to the brain’s plasticity have arguably resulted in the exact opposite consequence
  • 97. The introduction of anti-lock disc brakes have not reduced accidents at all, because drivers tend to drive faster and tailgate more closely due to the improved braking technology and also partly because of increases in the intensity of traffic due to unexpected changes in urban geography.
  • 98.
  • 99. The first step Then we should take in our Social and Professional Issues courses is to communicate how rarely technologies achieve their promise and indeed, how many do the opposite.
  • 100. The revenge effect of technology is extremely well documented yet it is uncovered in any of the computer ethics textbooks examined for this presentation.
  • 101. One way to achieve this goal would be by beginning the SPI course with examples and readings on how certain vital technologies had little impact on some societies, or on how certain technologies were strongly modified and differently adapted in different cultures and countries.
  • 102. This more historically-nuanced approach to technology and society is what is generally called social constructivism
  • 103. In this approach, one looks at how technologies are researched, invented, financed, developed, adopted, marketed, and propagated within a very complex system generally referred to as society.
  • 104. In other words, our SPI courses should look more like a historical sociology course and a lot less like a philosophic ethics course.
  • 106. It has been this paper’s contention that both the web and social issues courses need to be modernized in terms of their curricula.
  • 107. These two sometimes-neglected knowledge areas can also provide students with experience in working with integration and complexity.
  • 108. Randy Connolly Dept. Computer Science & Information Systems Mount Royal University, Calgary, Canada rconnolly@mtroyal.ca Images from iStockPhoto and stock.xchng