0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269

Computer Science 50
 Introduction to Computer Science I

      Harvard College



           Week 10


         David J. Malan
     malan@post.harvard.edu


                                      0
Your Classmates by Year




                          1
Your Classmates by Gender
Female   29%   79
Male     71%   194




                            2
Your Classmates’ Comfort Levels




                                  3
Your Classmates’ Prior Experience




                                    4
Time Spent on Problem Sets




                             5
Oh, the Places You’ll Go!
CS 51: Introduction to Computer Science II
sneak preview on Friday, 7 December 2007
   Abstraction and design in computation. Topics include: Functional and object-
   oriented styles of programming; software engineering in the small; implementation of
   a language interpreter. Goal: understanding how to design large programs to make
   them readable, maintainable, efficient, and elegant. Exercises in LISP (Scheme)
   and C++.

CS 61: Systems Programming and Machine Organization
sneak preview on Monday, 10 December 2007
   Fundamentals of computer systems programming, machine organization, and
   performance tuning. This course provides a solid background in systems
   programming and a deep understanding of low-level machine organization and
   design. Topics include C and assembly language programming, program
   optimization, memory hierarchy and caching, virtual memory and dynamic memory
   management, concurrency, threads, and synchronization.


                                                                                          6
TFs
                Graders
                Coders



Image from http://members.memlane.com/gromboug/P16MvSig.htm.
                                                               7
The year was 1995...




                       8
Recommended Reading
TCP/IP Tutorial
http://www.w3schools.com/tcpip/
How Web Servers Work
http://computer.howstuffworks.com/web-server.htm
XHTML Tutorial
http://www.w3schools.com/xhtml/
CSS Tutorial
http://www.w3schools.com/css/
PHP Tutorial
http://www.w3schools.com/php/
SQL Tutorial
http://www.w3schools.com/sql/


                                                   9
“RTFM”
PHP Manual
http://us.php.net/manual/en/
MySQL 5.0 Reference Manual
http://dev.mysql.com/doc/refman/5.0/en/




                                          10
Use the Bulletin Board!




                          11
TCP/IP




Image from http://www.belkin.com/support/download/files/F5D7231-4.pdf.   12
HTTP




Image from http://computer.howstuffworks.com/web-server1.htm.   13
XHTML
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>hello, world</title>
  </head>
  <body>
    hello, world
  </body>
</html>




                                                                  14
CSS
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <title>hello, world</title>
  </head>
  <body>
    hello, world
  </body>
</html>




                                                                  15
Validation

http://validator.w3.org/




                           16
Forms
Text Fields
<input name="email" type="text" />
Password Fields
<input name="password" type="password" />
Checkboxes
<input name="save" type="checkbox" />
Radio Buttons
<input name="gender" type="radio" value="F" />
<input name="gender" type="radio" value="M" />
Drop-Down Menus
<select name="dorm">
  <option value=""></option>
  <option value="Matthews"></option>
  <option value="Weld"></option>
</select>


                                                 17
Mispellings

$dictionary[$word] = TRUE;




                             18
Some Predefined Variables
$_GET
$_POST




                             19
SQL
SELECT
INSERT
UPDATE
DELETE




               20
Computer Science 50
 Introduction to Computer Science I

      Harvard College



           Week 10


         David J. Malan
     malan@post.harvard.edu


                                      21
1 sur 22

Recommandé

veracruzveracruz
veracruztutorialsruby
8K vues80 diapositives
CustomThesisCustomThesis
CustomThesistutorialsruby
582 vues24 diapositives
backendbackend
backendtutorialsruby
296 vues4 diapositives
skintutorialskintutorial
skintutorialtutorialsruby
948 vues20 diapositives

Contenu connexe

Tendances(19)

Mastering Moodle Web Services developmentMastering Moodle Web Services development
Mastering Moodle Web Services development
Juan Leyva Delgado9.7K vues
lab56_dblab56_db
lab56_db
tutorialsruby320 vues
extending-phpextending-php
extending-php
tutorialsruby663 vues
Firefox Extension DevelopmentFirefox Extension Development
Firefox Extension Development
phamvanvung2.6K vues
MYSQL - PHP Database ConnectivityMYSQL - PHP Database Connectivity
MYSQL - PHP Database Connectivity
V.V.Vanniaperumal College for Women2.6K vues
Firefox extension DevelopmentFirefox extension Development
Firefox extension Development
Abhinav Chittora3.6K vues
Firefox addonsFirefox addons
Firefox addons
Gurpreet Singh Sachdeva907 vues
Php database connectivityPhp database connectivity
Php database connectivity
baabtra.com - No. 1 supplier of quality freshers3.8K vues
My SQL 101My SQL 101
My SQL 101
Dave Stokes1.3K vues
My sql administrationMy sql administration
My sql administration
Mohd yasin Karim1.3K vues
Rits Brown Bag - PHP & PHPMyAdminRits Brown Bag - PHP & PHPMyAdmin
Rits Brown Bag - PHP & PHPMyAdmin
Right IT Services5K vues
Dc kyiv2010 jun_08Dc kyiv2010 jun_08
Dc kyiv2010 jun_08
Andrii Podanenko602 vues
PHP and MysqlPHP and Mysql
PHP and Mysql
Sankhadeep Roy4.8K vues
Tutorial PHP and Dreamweaver CS3Tutorial PHP and Dreamweaver CS3
Tutorial PHP and Dreamweaver CS3
Halizah Ahmad48.3K vues

Similaire à 0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269

Zend Con 2008 SlidesZend Con 2008 Slides
Zend Con 2008 Slidesmkherlakian
1.9K vues32 diapositives
NanoformatsNanoformats
Nanoformatsrozario
438 vues28 diapositives
phpWebApp presentationphpWebApp presentation
phpWebApp presentationDashamir Hoxha
689 vues23 diapositives

Similaire à 0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269(20)

Crash Course HTML/Rails SlidesCrash Course HTML/Rails Slides
Crash Course HTML/Rails Slides
Udita Plaha3.8K vues
Zend Con 2008 SlidesZend Con 2008 Slides
Zend Con 2008 Slides
mkherlakian1.9K vues
NanoformatsNanoformats
Nanoformats
rozario438 vues
phpWebApp presentationphpWebApp presentation
phpWebApp presentation
Dashamir Hoxha689 vues
Intro to-html-backboneIntro to-html-backbone
Intro to-html-backbone
zonathen2K vues
Create a landing pageCreate a landing page
Create a landing page
Fabien Vauchelles674 vues
Css Founder.com | Cssfounder NetCss Founder.com | Cssfounder Net
Css Founder.com | Cssfounder Net
Css Founder272 vues
DIWE - Coding HTML for Basic Web DesigningDIWE - Coding HTML for Basic Web Designing
DIWE - Coding HTML for Basic Web Designing
Rasan Samarasinghe2.3K vues
Essentials of HTML (2007)Essentials of HTML (2007)
Essentials of HTML (2007)
Matteo Wyllyamz1.2K vues
Intro To Node.jsIntro To Node.js
Intro To Node.js
Chris Cowan13.7K vues
Into The Box 2018 - CBTInto The Box 2018 - CBT
Into The Box 2018 - CBT
Ortus Solutions, Corp439 vues

Plus de tutorialsruby(20)

&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
tutorialsruby237 vues
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
tutorialsruby10 vues
&lt;img src="../i/r_14.png" />&lt;img src="../i/r_14.png" />
&lt;img src="../i/r_14.png" />
tutorialsruby5 vues
xhtml_basicsxhtml_basics
xhtml_basics
tutorialsruby6 vues
xhtml_basicsxhtml_basics
xhtml_basics
tutorialsruby1.7K vues
xhtml-documentationxhtml-documentation
xhtml-documentation
tutorialsruby8 vues
xhtml-documentationxhtml-documentation
xhtml-documentation
tutorialsruby2K vues
CSSCSS
CSS
tutorialsruby12 vues
CSSCSS
CSS
tutorialsruby1.6K vues
HowTo_CSSHowTo_CSS
HowTo_CSS
tutorialsruby1.3K vues
HowTo_CSSHowTo_CSS
HowTo_CSS
tutorialsruby1.3K vues
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
tutorialsruby1.2K vues
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
tutorialsruby1.5K vues
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
tutorialsruby1.2K vues
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
tutorialsruby1K vues

Dernier(20)

Green Leaf Consulting: Capabilities DeckGreen Leaf Consulting: Capabilities Deck
Green Leaf Consulting: Capabilities Deck
GreenLeafConsulting170 vues
Liqid: Composable CXL PreviewLiqid: Composable CXL Preview
Liqid: Composable CXL Preview
CXL Forum118 vues
ThroughputThroughput
Throughput
Moisés Armani Ramírez28 vues

0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269