Presentation is loading. Please wait.

Presentation is loading. Please wait.

UCB and Virtual Team course HTML5, CSS3 and Advanced Javascript 2. Advanced Java script I 23/10/20151HTML5, CSS3 and advanced Java Script.

Similar presentations


Presentation on theme: "UCB and Virtual Team course HTML5, CSS3 and Advanced Javascript 2. Advanced Java script I 23/10/20151HTML5, CSS3 and advanced Java Script."— Presentation transcript:

1 UCB and Virtual Team course HTML5, CSS3 and Advanced Javascript 2. Advanced Java script I 23/10/20151HTML5, CSS3 and advanced Java Script

2 There are no stupid question! One who asks is a fool for five minutes. But one who does not ask remains a fool forever. Chinese Proverb Stupid questions are better than stupid mistakes. Japanese proverb Rule number one… 23/10/20152HTML5, CSS3 and advanced Java Script

3 DateProgram 09/03/2012 18:30 to 20:301.DOM and basic Java script I 23/03/2012 18:30 to 20:302. Advanced Java script I Constructor: new Object Proto type (based object oriented language). Differential inheritance 13/04/2012 18:30 to 20:303. Advanced Java script II AJAX / Dojo. dojo.xhrPost Closures / Private members in JavaScript How to make objects with callback functions (With pure Javascript and with Dojo) 27/04/2012 18:30 to 20:304. Java script frameworks EXT JS; JQuery; YUI; DOJO 11/05/2012 18:30 to 20:3013. HTML 5 The future.. 25/05/2012 18:30 to 20:3014. CSS3 The future.. Program for the course 23/10/2015HTML5, CSS3 and advanced Java Script3

4 Quick Review on first lesson http://www.w3schools.com/css/css_boxmodel.asp pmis.biz/rwa -> Advanced Javascipt ->objects and arrays pmis.biz/rwa – Constructor: new Object – Proto type (based object oriented language). – Differential inheritance Agenda I 23/10/20154HTML5, CSS3 and advanced Java Script

5 pmis.biz/rwa/First_class_functions.php – First-class function – Anonymous functions Anonymous functions – JSON format – Dojo and HTML5 pmis.biz/rwa pmis.biz/rwa/Basic_structure.php pmis.biz/rwa/First_class_functions.php Agenda II 23/10/20155HTML5, CSS3 and advanced Java Script

6 http://Pmis.biz/rwa http://Pmis.biz/training/javascript/js/faq_box.js var id_current = ''; function faq_expand (area) { if ( document.getElementById(area) ) { // Abort if ellement not found if (document.getElementById(area).className == 'answer_box_show') { document.getElementById(area).className = 'answer_box_hide'; document.getElementById('first' + area).className = 'none'; id_current = ''; } else { document.getElementById(area).className = 'answer_box_show'; document.getElementById('first' + area).className = 'active'; if ( (id_current != area) && (id_current != '') ) { faq_expand(id_current); // Hide faq_current } id_current = area; } Faq_box.js 23/10/2015HTML5, CSS3 and advanced Java Script6

7 Thanks for spending time on this course! Virtual-team A/S Peter Stig Andersen psa@vteam.dk Thanks 23/10/20157HTML5, CSS3 and advanced Java Script


Download ppt "UCB and Virtual Team course HTML5, CSS3 and Advanced Javascript 2. Advanced Java script I 23/10/20151HTML5, CSS3 and advanced Java Script."

Similar presentations


Ads by Google