Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
courses:cs335:resources [2019/04/18 19:12] admincourses:cs335:resources [2021/05/05 13:19] – [JavaScript] admin
Line 1: Line 1:
 ====== Resources ====== ====== Resources ======
  
-  * [[courses:cs335:resources:requirements_template|Requirements Template]]+On this page, you'll find links to useful resources for Web application development. 
 +===== Authoring Web Pages ===== 
 + 
 +==== HTML ==== 
 + 
 +  * [[http://www.w3schools.com/html/html5_intro.asp|W3 schools' HTML5 Tutorial]] 
 +  * [[http://www.w3schools.com/tags/default.asp|HTML5 Tags Reference]] 
 +  * [[http://favicon.htmlkit.com/favicon/|Favicons from Pics]] 
 +  * [[http://www.favicon.cc/|Favicon generator]] 
 +  * [[http://www.w3schools.com/tags/ref_entities.asp|HTML Entities]] 
 +  * [[http://www.iana.org/assignments/media-types|MIME Types]] 
 +  * [[http://www.2createawebsite.com/build/hex-colors.html|Hex Color Codes]] 
 +==== CSS ==== 
 + 
 +  * [[http://www.w3schools.com/css/default.asp|CSS Tutorial]] 
 +  * [[http://www.w3schools.com/cssref/default.asp|CSS Reference]] 
 +  * [[http://www.w3schools.com/cssref/css_colors.asp|CSS Colors]] 
 +  * [[http://www.csszengarden.com/|css Zen Garden]] 
 +  * [[http://snook.ca/technical/colour_contrast/colour.html|Colour Contrast]] 
 + 
 +==== Frameworks ==== 
 + 
 +=== Bootstrap === 
 + 
 +  * [[http://getbootstrap.com/|Bootstrap]] 
 +    * [[http://www.w3schools.com/bootstrap4/|W3Schools Tutorial]] 
 +    * [[http://startbootstrap.com/|Start Bootstrap]] - free templates -- try them out and play 
 +==== Usability and Accessibility ==== 
 +  * [[http://www.useit.com/alertbox/20030825.html|Usability 101]] 
 +  * [[http://webstyleguide.com/|Web Style Guide]] 
 +==== Search Engines ==== 
 + 
 +  * [[http://www.robotstxt.org/|Information about robots.txt files]] 
 + 
 +===== Java-based Technologies ===== 
 + 
 +  * [[https://docs.oracle.com/javaee/7/tutorial/index.html|J2EE 7 Tutorial]] 
 + 
 +==== Servlets ==== 
 + 
 +  * [[https://docs.oracle.com/javaee/7/api/|Java EE API]] 
 +  * [[http://courses.coreservlets.com/Course-Materials/csajsp2.html|Core Servlets materials]] 
 + 
 +==== JSPs ==== 
 + 
 +  * [[http://java.sun.com/products/jsp/tags/10/tags.html|JSP Syntax Reference]] 
 +  * [[http://www.jspin.com/|The JSP Resource Index]] 
 +  * [[http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-JSP.html|JSP tutorial]] - older but still useful 
 + 
 +==== JSTL ==== 
 + 
 +  * [[http://java.sun.com/products/jsp/jstl/reference/docs/index.html|JSTL Reference]] 
 + 
 + 
 +===== Software Engineering Tools ===== 
 + 
 +==== Eclipse ==== 
 + 
 +  * [[http://www.eclipse.org/|Eclipse]] 
 +  * [[http://www.eclipse.org/webtools/|Web Tools Platform]] 
 + 
 + 
 +==== Subversion ==== 
 +  * [[http://www.abbeyworkshop.com/howto/misc/svn01/|Subversion Cheat Sheet]] 
 +  * [[http://betterexplained.com/articles/a-visual-guide-to-version-control/|Visual Guide to Version Control]] 
 +==== Testing Tools ==== 
 + 
 +=== Selenium === 
 + 
 +  * [[http://selenium.openqa.org/|Selenium]] 
 +  * [[http://selenium-ide.openqa.org/|Selenium IDE]] 
 +  * [[http://selenium-core.openqa.org/reference.html|Selenium Commands]] 
 + 
 +=== Canoo's WebTest === 
 +  * [[http://webtest.canoo.com/]] 
 + 
 +=== HttpUnit === 
 +  * [[http://httpunit.sourceforge.net/|HttpUnit]] 
 +  * [[http://httpunit.sourceforge.net/doc/cookbook.html|HttpUnit Cookbook]] 
 + 
 +=== HtmlUnit === 
 +  * [[http://htmlunit.sourceforge.net/|HtmlUnit]] 
 +  * [[http://htmlunit.sourceforge.net/gettingStarted.html|Getting Started with HtmlUnit]] 
 + 
 +===== JavaScript ===== 
 + 
 +  * [[http://www.w3schools.com/js/|W3 Schools JavaScript]] 
 +  * [[http://www.catonmat.net/blog/learning-javascript-programming-language-through-video-lectures/?stolen_from=hacker_news |Video Tutorials]] 
 +  * [[http://www.w3schools.com/htmldom/default.asp|HTML DOM]] 
 +  * [[http://cs.gmu.edu/~offutt/classes/432/examples/JS/|Examples from a Web app Course]] 
 +===== Ajax ===== 
 + 
 +===== Security ===== 
 +  * [[http://www.webappsec.org/projects/statistics/|Web Application Security Statistics]] 
 +  * [[http://www.symantec.com/business/theme.jsp?themeid=threatreport|Internet Security Threat Report]] 
 +  * [[http://www.owasp.org|Open Web Application Security Project]] 
 +  * [[http://www.sans-ssi.org/resources/securecoding/|Secure Coding]] 
 + 
 +==== Cross-Site Scripting (XSS) ==== 
 + 
 +  * [[http://www.owasp.org/index.php/Testing_for_Cross_site_scripting|Testing for Cross-Site Scripting]] 
 +  * [[http://ha.ckers.org/xss.html|XSS Cheat Sheet]] 
 + 
 + 
 +===== PostgreSQL ===== 
 +  * [[labs/postgresql|PostgreSQL Basics]]
courses/cs335/resources.txt · Last modified: 2021/05/05 13:20 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0