Difference between revisions of "CSE 330 Online Textbook - Table of Contents"

From CSE330 Wiki
Jump to navigationJump to search
Line 22: Line 22:
 
[[Module 5]] is a chance for you to apply what you've learned to far to make a cool web application of your own.
 
[[Module 5]] is a chance for you to apply what you've learned to far to make a cool web application of your own.
  
== Module 6: Python ==
+
== Module 6: Python and Django ==
  
In [[Module 6]], you will learn Python, a popular scripting language.
+
In [[Module 6]], you will learn Python, a popular scripting language, and Django, a Web framework running on Python.
 
 
== Module 7: Remote Procedure Calls ==
 
 
 
In [[Module 7]], you will learn how to call scripting languages from PHP using Remote Procedure Calls.
 
 
 
== Module 8: Creative Programming ==
 
 
 
Module 8 is another opportunity for you to apply what you've learned to make another cool web application.
 

Revision as of 07:41, 1 December 2012

Welcome to CSE 330S. In this course, you will learn how to write web applications.


Module 1: Server Configurations

In Module 1, you will configure your own web server on Amazon Web Services.

Module 2: HTML, CSS, and PHP

In Module 2, you will learn HTML, CSS, and PHP, three important languages for web development.

Module 3: MySQL

In Module 3, you will learn how to communicate with a back-end database.

Module 4: JavaScript and AJAX

In Module 4, you will learn JavaScript and how to use JavaScript to make live-updating web applications.

Module 5: Creative Programming

Module 5 is a chance for you to apply what you've learned to far to make a cool web application of your own.

Module 6: Python and Django

In Module 6, you will learn Python, a popular scripting language, and Django, a Web framework running on Python.