1 / 12

Introducing Client-Side Web Programming

Introducing Client-Side Web Programming. Welcome!. Welcome to N341: Client-Side Web Programming This class is intended for those with basic XHTML & CSS experience. This class will serve as an introductory programming class. Pre-Requisite Skills.

dane-riddle
Download Presentation

Introducing Client-Side Web Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introducing Client-SideWeb Programming

  2. Welcome! • Welcome to N341: Client-Side Web Programming • This class is intended for those with basic XHTML & CSS experience. • This class will serve as an introductory programming class.

  3. Pre-Requisite Skills • You should be comfortable with scripting using XHTML and Cascading Style Sheets. • You should be comfortable with using a basic text editor for scripting. • If you do not have these skills, consider taking a web scripting class (like CSCI N241) before taking this class.

  4. What You Will Learn • How to create and use programming objects. • How to create and use conditional statements to make complex decisions. • How to create and use loops for iterative structures. continued …

  5. What You Will Learn • How to create and use scripts that include Dynamic HTML. • How to use JavaScript’s Document Object Model. • How to develop custom objects and your own custom programming libraries (APIs).

  6. Suggested Tools - Editors • We strongly recommend that you download & install a decent (programming) text editor for this class. • Once suggestion is syn Text Editor (for Windows Operating Systems):http://syn.sourceforge.net/

  7. Suggested Tools – Reference Books • Beginning JavaScript, Second Edition by Paul Wilton. Published by Wrox (2004). • ISBN:0-7645-5587-1

  8. Suggested Tools – Reference Books • JavaScript: The Definitive Guide, Fourth Edition by Dan Flanagan. Published by O’Reilly (2001). • ISBN:0-596-00048-0

  9. Suggested Tools - Browsers • Mozilla Firefox:http://www.mozilla.com/ • Netscape Navigator:http://browser.netscape.com/

  10. Suggested Tools - Validators • W3C Validator:http://validator.w3.org/ • Dr. Watson:http://watson.addy.com/

  11. Suggested Tools - Websites • The World Wide Web Consortium:http://www.w3c.org/ • The Web Design Group:http://www.htmlhelp.com/ • JavaScript Kit:http://www.javascriptkit.com/

  12. Enjoy What You Learn!

More Related