Difference between revisions of "EWT Class3 Ajax"

esse quam videri
Jump to: navigation, search
(why do i like doing this so much)
 
(7 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/ JQuery example]
 +
**[http://iam.colum.edu/EWTech/JQuery/JQUpdatePanel.html JQUpdatePanel]
 +
 
 +
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/ Scriptaculous example]
+
*[http://iam.colum.edu/EWTech/scriptaculous/ script.aculo.us example]
 +
**[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/ Ajax.NET example]
 +
**[http://iam.colum.edu/EWTech/NETAjax/UpdatePanel.aspx UpdatePanel]
  
 
==HomeWork==
 
==HomeWork==
*Create an example of an updating Div from local code.
+
Make a site that does these things:
*Create an example of an updating Div from remote request.
+
# Create an example of an updating Div from remote request.
 +
# Pop-up div (Lightbox effect)
 +
# Accordion
 +
# Drag and Drop
 +
 
 +
[[Category:IAM Classes]][[Category:Emergent Web Technologies]]

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