-:Welcome in All Online Learning:-


Programming@allonlinelearning
Basic Web Technology (HTML,CSS,Javascript)
Topic View/Download
Create two HTML pages. The first page must contain at least the following HTML tags. 1) paragraph, 2) table, 3) list (both ordered and unordered), 4) image, 5) all headers from h1 to h6, 6) text formatters such as italic, bold, underlined, strike through, 7) pre tag, 8) link. The link must lead to the second page, which will contain an interactive form having at least the following elements. 1) fieldset with legend, 2) textbox, 3) email, 4) radio button, 5) dropdown list, 6) checkbox, 7) date picker, 8) numeric field, 9) file browser, 10) submit and reset button View/Download
Designing a calculator using HTML/Javascript/CSS View/Download
Create a website of three pages. The first page must contain brief introduction of matrix and vector, with links to go to the corresponding operation pages. The page corresponding to the matrix operation page will contain two text areas taking two matrices as inputs respectively, and three buttons to perform addition, subtraction and multiplication of the input matrices. If certain operation is invalid on the input, show the corresponding message in red color below the corresponding button. Otherwise make another text area visible to show the result of the operation. The similar design must be done for the vector page, where the three operations will be addition, subtraction and dot product. View/Download
DTD,XML Schema
Topic View/Download
Simple XML Example View/Download
XML Validator-XMLlint View/Download
XML Validator-XMLlint Example View/Download
Create an external DTD file for a Newspaper information satisfying the following requirements (elements and attribute names are given in italics, Newspaper is the root): • A Newspaper must contain at least one Article. • Each Article should be a sequence (one and exactly one sequence) of Headline, Byline, Lead, Body, and Notes. • Each Headline, Byline, Lead, Body, and Notes will contain parseable character data. • The Article will have four attributes, Author, Editor, Date, and Edition. Among them, Author and Editor are strictly required, and, Date and Edition are optional. Write an example XML file satisfying the necessary constraints, and validate the file against the DTD file. 2. Write an Example XML file having CATALOG as root element satisfying the following DTD. Proof the correctness of your DTD file as well. View/Download
Create a W3C schema about information regarding the characters described in a book satisfying the following requirements: • book will be the root element. • book must have an attribute named isbn, which must be a number having 10 digits. • The root element will have title (must occur exactly once), author (must occur exactly once), character (may occur any number of times including 0) elements in sequence. • The title is a string. • The author is a string. • Each character will further have sub-elements name (must occur exactly once), type (must occur exactly once), and location (must occur exactly once) in sequence. • name is a string and can be of atmost length 10. This element can have an optional attribute king-of, whose value can be string. The value of king-of must start with a capital letter followed by lowercase letters or space, and of atleast length 3. • type is a string that can take values only from Men, Elves, Dwarves, or Orcs. • location must have the fixed value of Middle-earth. 2. Prepare an XML file conforming to the schema desribed above with atleast two characters, and prove the vaidity using xmllint application. View/Download
more...
www.allonlinelearning.com