Difference between revisions of "EWT Class3 Ajax"

esse quam videri
Jump to: navigation, search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==JQuery==
 
==JQuery==
 +
*[http://iam.colum.edu/EWTech/JQuery/ JQuery example]
 +
**[http://iam.colum.edu/EWTech/JQuery/JQUpdatePanel.html JQUpdatePanel]
  
http://iam.colum.edu/EWTech/JQuery/
+
51-best-of-jquery-tutorials-and-examples
 +
http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html
  
 
==Scriptaculous==
 
==Scriptaculous==
 
+
*[http://iam.colum.edu/EWTech/scriptaculous/ script.aculo.us example]
http://iam.colum.edu/EWTech/scriptaculous/
+
**[http://iam.colum.edu/EWTech/scriptaculous/test/run_unit_tests.html Unit Tests]
 +
**[http://iam.colum.edu/EWTech/scriptaculous/test/run_functional_tests.html Functional Tests]
  
 
==Ajax.NET==
 
==Ajax.NET==
 +
*[http://iam.colum.edu/EWTech/NETAjax/ Ajax.NET example]
 +
**[http://iam.colum.edu/EWTech/NETAjax/UpdatePanel.aspx UpdatePanel]
  
http://iam.colum.edu/EWTech/NETAjax/
+
==HomeWork==
 +
Make a site that does these things:
 +
# Create an example of an updating Div from remote request.
 +
# Pop-up div (Lightbox effect)
 +
# Accordion
 +
# Drag and Drop
  
==HomeWork==
+
[[Category:IAM Classes]][[Category:Emergent Web Technologies]]
*Create an example of an updating Div from local code.
 
*Create an example of an updating Div from remote request.
 

Latest revision as of 19:06, 4 August 2008

JQuery

51-best-of-jquery-tutorials-and-examples http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html

Scriptaculous

Ajax.NET

HomeWork

Make a site that does these things:

  1. Create an example of an updating Div from remote request.
  2. Pop-up div (Lightbox effect)
  3. Accordion
  4. Drag and Drop