Course - Web Systems and Technologies
Course - Web Systems and Technologies
Course Outline
Dear Students, Kindly follow given book to grab the basic knowledge of HTML and CSS.
Students, It is no doubt the shortest book for javascript. Javascript has numerous applications
and require that level of skill and knowledge for playing impossibles with javascripts. Hope we
will take a good amount o applied skills from here.
You can solve the case studies given in book to grasp taught skills. only nd the resources of
given chapter and follow the instruction given at the end of that chapter.
jQuery Book
May be the smallest book on jQuery which is understandable. Leave the basics for now and
focus on event binding, element selection and changing its properties.
Week 1
Week 2
In week 2 take a look at nicely formated HTML pages
1. Textual tags
http://121.52.153.204/qalam/course/view.php?id=467#section-1 1/6
3/21/2019 2. Lists [Textbook 1, Chapter #1] Course: Web Systems and Technologies
Assignment #1
Week 3
Students nd attached le and extract and play with it to clearly understand and focus on
types of colors in CSS and how di erent type of styles can be applied on text.
Week 4
At the 2nd week of CSS we cover most important sections of CSS
Positioning Demo
Students design a page resembles in layout with one given in attached picture.
Page may have extra content but main focus should be on layout.
Week 5
It would be our rst and week of Javascript and lays ground to the web programming. Now for the rst
time we can change the contents of web dynamically.
Properties of JS
Syntax of JS
Ways to embed JS
Types of prompt boxes
Element Selection in JS (by id, name, tag name and class)
Displaying message using 'document.write()'
Functions in JS
Events in JS
Event binding with already declared functions
Dynamic content changing with JS using 'innerText and innerHTML'
Form Validation using JS
window object and its properties (sub objects) screen, navigator, history, location and document.
Pop Up boxes
This le show di erent type of pop up boxes and how we can bind them 'onclick' with buttons.
(or any event)
This exercise show how to select di erent elements by name, class, id or tagname.
Assignment #3
This le show you how can you write JS code to validate a form.
http://121.52.153.204/qalam/course/view.php?id=467#section-1 3/6
3/21/2019 Course: Web Systems and Technologies
Week 6
In this week we will get introduce with a framework build on the top of JS, 'JQuery
JQuery'.
JQuery Examples
Assignment #4
Week 7
Modern web is useless without the use of AJAX.
Ajax stand for Asynchronous Javascript and XML. Although it don't use XML at least now a days. It make
use of JSON for data transfer. But it can also send and receive text and html data asynchronously. It is a
beautiful technology make web as beautiful as a desktop. In this week we will take an overlook of