1 / 18

<course> IFS 232 <course/> <Client side scripting/>

<course> IFS 232 <course/> <Client side scripting/>. Home Department INFORMATION SYSTEMS Module Topic INTRODUCTION TO CLIENT-SIDE SCRIPTING Alpha-numeric code IFS 232 (1st Semester) Credit Value 20 Duration SEMESTER Level 6 Lecturer Johan Breytenbach

kale
Download Presentation

<course> IFS 232 <course/> <Client side scripting/>

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. <course> IFS 232 <course/><Client side scripting/>

  2. Home Department INFORMATION SYSTEMS Module Topic INTRODUCTION TO CLIENT-SIDE SCRIPTING Alpha-numeric code IFS 232 (1st Semester) Credit Value 20 Duration SEMESTER Level 6 Lecturer Johan Breytenbach Emailifsuwc@gmail.com <course> IFS 232 <course/><Client side scripting/>

  3. Main Outcomes After the course students must demonstrate:  The ability to understand and code HTML pages, and make use of CSS attributes;  An understanding of the basic principles of object-oriented computer programming; (Java/Javascript)  The ability to design and code client-side browser applications using the Javascript language  The ability to apply client side programming techniques in a mobile environment (XML, XML parsing)

  4. <course> IFS 232 <course/><Client side scripting/>

  5. <What is the client side?/><What is scripting?/>

  6. Client side scripting • Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user's web browser, instead of server-side (on the web server).  • This type of computer programming is an important part of the Dynamic HTML (DHTML) concept, enabling web pages to be scripted; that is, to have different and changing content depending on user input, environmental conditions (such as the time of day), or other variables. • Javascript

  7. Recap of Day 1 (4) Client/Server architecture:

  8. Client side scripting • Web systems use a combination of client side scripting (HTML/Javascript/XML) and server side programming (php/ASP.Net/Java)

  9. .Net framework – the CLR

  10. <What is HTML?/><What is CSS?/><What is Javascript?/>

  11. What is HTML? • HTML is a language for describing web pages. • HTML stands for Hyper Text Markup Language • HTML is not a programming language, it is a markup language • A markup language is a set of markup tags • HTML uses markup tags to describe web pages • More about HTML soon (first 2 weeks of this course)

  12. What is CSS? • CSS stands for Cascading Style Sheets • Styles define how to display HTML elements • Styles were added to HTML 4.0 to solve a problem • External Style Sheets can save a lot of work • External Style Sheets are stored in CSS files • More about CSS ….

  13. What is Javascript? • JavaScript was designed to add interactivity to HTML pages (movement/changes/actions) • JavaScript is a scripting language • A scripting language is a lightweight programming language • JavaScript is usually embedded directly into HTML pages • JavaScript is an interpreted language (?) • Everyone can use JavaScript without purchasing a license – its free!

  14. <IFS 232 outline/>

  15. PROGRAMMING BASICS, HTML, CSS (Building a website) Assigment 1 JAVASCRIPT PROGRAMMING JAVASCRIPT together with HTML/CSS Assigment 2 ADVANCED APPLICATIONS XML, JAVASCRIPT, and MOBILE DEVICES Assigment 3

  16. The FOSS lab - your PC • The Terminal Window • G Edit • Save your files as html files in your user folder

  17. Getting started with HTML • Towards Assignment 1 • www.w3schools.com • HTML Basics

More Related