Skip to main content

Posts

Showing posts from March, 2020

WAD previous Question paper for Osmania university

WAD previous Question paper for Osmania university Engineering B.E III year IT.

WAD UNIT 3

NOW YOU CAN DOWNLOAD. ENJOY! Unit III JQuery   JSON Java Script          

WAD UNIT 4

NOW YOU CAN DOWNLOAD. ENJOY WAD Unit IV Angularjs

WAD UNIT 5 MEAN Stack

An Introduction to the MEAN Stack The term MEAN stack refers to a collection of JavaScript based technologies used to develop web applications. MEAN is an acronym for  MongoDB ,  ExpressJS ,  AngularJS  and  Node.js . From client to server to database, MEAN is full stack JavaScript. This article explores the basics of the MEAN stack and shows how to create a simple bucket list application. Introduction MongoDB  is a schemaless NoSQL database system. MongoDB saves data in binary JSON format which makes it easier to pass data between client and server. Express  is lightweight framework used to build web applications in Node. It provides a number of robust features for building single and multi page web application. Express is inspired by the popular Ruby framework,  Sinatra . AngularJS  is a JavaScript framework developed by Google. It provides some awesome features like the two-way data binding. It’s a complete solution for rapid and awesome front end development. Node.

WAD Master Lab Manual

Department of Information Technology WEB APPLICATION AND  DEVELOPMENT (WAD) MASTER LAB MANUAL PC632IT-VI-SEM Contents Program 1: An Introduction to HTML . 3 Program 2: To design an HTML page to insert a table. 17 Program 3: To design an HTML page to create an ordered and unordered list of items and tags to provide link to different pages. 20 Program 4: To design an HTML page that contains different frames in a single window. 22 Program 5: To design an HTML page that contains CSS . 24 Program 6: To design a web page using Inline Styling. 25 Program 7: To design a Form using HTML. 26 Program 8 : XML document to store information about a student. 27 Program 9: XSL . 30 Program 10: HTML Manipulation . 32 Program 11: val() - Sets or returns the value of form fields . 34 Program 12: The jQuery attr() method is used to get attribute values. 36 Program 13: Set Content: 37 Program 14 AngularJ