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

From CSE330 Wiki
Jump to navigationJump to search
m
 
(29 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
<div style="text-align:center;">[[File:CSE330Banner.png]]</div>
 +
 
__NOTOC__  
 
__NOTOC__  
 
<div style="column-width: 300px; -moz-column-width: 300px; -webkit-column-width: 300px;">
 
<div style="column-width: 300px; -moz-column-width: 300px; -webkit-column-width: 300px;">
Line 7: Line 9:
 
* [[HTML and CSS]]
 
* [[HTML and CSS]]
 
* [[HTML Forms]]
 
* [[HTML Forms]]
 +
* [[Git]]
 +
* [[FAQ - Mod 1]]
 
}}
 
}}
  
Line 20: Line 24:
 
* [[PHP]]
 
* [[PHP]]
 
* [[Workflow]]
 
* [[Workflow]]
 +
* [[VS Code]]
 
* [[Web Application Security, Part 1]]
 
* [[Web Application Security, Part 1]]
 +
* [[FAQ - Mod 2]]
 
}}
 
}}
  
Line 31: Line 37:
 
* [[PHP and MySQL]] (using MySQL from PHP)
 
* [[PHP and MySQL]] (using MySQL from PHP)
 
* [[Web Application Security, Part 2]]
 
* [[Web Application Security, Part 2]]
 +
* [[FAQ - Mod 3]]
 
}}
 
}}
  
Line 39: Line 46:
 
* [[Python]]
 
* [[Python]]
 
* [[Regular Expressions]]
 
* [[Regular Expressions]]
 +
* [[FAQ - Mod 4]]
 
}}
 
}}
  
 
{{FrontPageModule
 
{{FrontPageModule
 
|num=5
 
|num=5
|subject=Version Control Systems and Web Frameworks
 
|links=
 
* [[Git]]
 
* [[Web Frameworks]]
 
}}
 
 
{{FrontPageModule
 
|num=6
 
 
|subject=JavaScript and APIs
 
|subject=JavaScript and APIs
 
|links=
 
|links=
 
* [[JavaScript]]
 
* [[JavaScript]]
 
* [[AJAX and JSON]]
 
* [[AJAX and JSON]]
* [[Ext JS]]
 
 
* [[Web Application Security, Part 3]]
 
* [[Web Application Security, Part 3]]
 +
* [[FAQ - Mod 5]]
 +
 
}}
 
}}
  
 
{{FrontPageModule
 
{{FrontPageModule
|num=7
+
|num=6
 
|subject=Real-Time Web Applications
 
|subject=Real-Time Web Applications
 
|links=
 
|links=
 
* [[Node.JS]]
 
* [[Node.JS]]
 
* [[Socket.IO]]
 
* [[Socket.IO]]
 +
* [[FAQ - Mod 6]]
 +
}}
 +
 +
 +
{{FrontPageModule
 +
|num=7
 +
|subject=Creative Project
 +
|links=
 +
* [[Choosing a Platform]]
 +
* [[Web Frameworks]]
 
}}
 
}}
  
Line 73: Line 84:
 
Use this wiki as a starting place for your projects in CSE 330.  However, web development is a large field, so it is impossible for us to document everything you might need to know.  Here are some other places you should look when you need to find something:
 
Use this wiki as a starting place for your projects in CSE 330.  However, web development is a large field, so it is impossible for us to document everything you might need to know.  Here are some other places you should look when you need to find something:
  
* [http://www.webplatform.org/ WebPlatform.org], a community-driven source containing documentation and tutorials for Web technologies
+
* [https://developer.mozilla.org/en-US/ The Mozilla Development Network (MDN)], a community-driven source containing documentation and tutorials for Web technologies
* [http://www.w3.org/community/webed/wiki/Main_Page The Web Education Community Group Wiki], also sponsored by the W3C.
 
 
* [http://reference.sitepoint.com/html SitePoint], which has a reference page as well as quality articles and tutorials
 
* [http://reference.sitepoint.com/html SitePoint], which has a reference page as well as quality articles and tutorials
  
Line 91: Line 101:
 
The content of this wiki is copyright (c) 2013, Washington University in St. Louis, Department of Computer Science.  All rights reserved.
 
The content of this wiki is copyright (c) 2013, Washington University in St. Louis, Department of Computer Science.  All rights reserved.
  
Redistribution and use in source and binary forms, with or without modification, of the code examples on this wiki, are permitted, provided that the following conditions are met:
+
=== Modified BSD License ===
 +
 
 +
Redistribution and use in source and binary forms, with or without modification, by a Third Party who has not completed and is not in the process of completing CSE 330, of the code examples or concepts on this wiki, are permitted, provided that the following conditions are met:
  
 
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
 
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Line 97: Line 109:
 
* Neither the name of the Washington University School of Engineering and Applied Science nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
 
* Neither the name of the Washington University School of Engineering and Applied Science nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS TO ALL PARTIES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 +
 
 +
=== What it Means ===
 +
 
 +
If you are a student in CSE 330, you may use the code from this wiki freely in your projects without the need for attribution.  If you are not a student in CSE 330, you may use the code from this wiki freely in your projects with attribution.  Either way, the code examples are provided "as is", without any warranty, and Washington University holds no liability for problems arising from the use of the content in this wiki.

Latest revision as of 19:20, 7 February 2023

CSE330Banner.png


Module 1
HTML and CSS Fundamentals

Module 3
SQL Databases

Module 4
Scripting for Rapid Prototyping

Module 6
Real-Time Web Applications


Module 7
Creative Project

Reference

Use this wiki as a starting place for your projects in CSE 330. However, web development is a large field, so it is impossible for us to document everything you might need to know. Here are some other places you should look when you need to find something:

If you can't find what you need in any of these places, try using your favorite search engine. Be wary of sites that come up on search engines. Many HTML reference sites document bad practices and dated techniques. If you're unsure whether a reference site you find is legitimate, ask a TA.

Want to Learn More?

The limited amount of time in CSE 330 means that we can cover only a subset of the wide range of possible topics in the field of rapid prototyping and web development. Indeed, the exact topics covered in CSE 330 change from year to year.

Feel free to browse some of the topics that have previously been covered in CSE 330: CSE 330 Former Content

You should also consider following blogs like SitePoint to keep up-to-date on the latest developments in the field of web development.

Content License

The content of this wiki is copyright (c) 2013, Washington University in St. Louis, Department of Computer Science. All rights reserved.

Modified BSD License

Redistribution and use in source and binary forms, with or without modification, by a Third Party who has not completed and is not in the process of completing CSE 330, of the code examples or concepts on this wiki, are permitted, provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of the Washington University School of Engineering and Applied Science nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS TO ALL PARTIES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

What it Means

If you are a student in CSE 330, you may use the code from this wiki freely in your projects without the need for attribution. If you are not a student in CSE 330, you may use the code from this wiki freely in your projects with attribution. Either way, the code examples are provided "as is", without any warranty, and Washington University holds no liability for problems arising from the use of the content in this wiki.