Sei sulla pagina 1di 2

Semester VI Applied Index AJAX and PHP 1) Retrieving data from server & Sending data to server using

AJAX a. Study of XMLHttp object to capture data entered by user in a text field and d isplay it in the webpage in a span element b. Create a webpage to fetch and display the contents of a text file on cli ck of a button using XMLHttpRequestObject. c. Create a web page using ajax to fetch text file contents on mouseover. 2) Retrieving data from HTML form using PHP a. Create a php file to display welcome message. b. Create a web page to fetch the matching name from the namearray stored i n a php file using ajax when you enter the starting alphabet in a textfield. c. Create a html file to fetch the contents of cataglog.xml (CD details) us ing ajax and display them in a table . 3) Retrieving Employee Details/ Registration Details from the database using Aja x and PHP a. Create a html file to display a list box populated with usernames .On se lecting a user name, corresponding details should be fetched from the table crea ted in the backend. 4) Adding ,Modifying and Deleting data from Client side to into table in MySql a. Design a loginsystem using html,ajax ,php and mysql. ASP.NET Practical 5 and 6 Fundamentals of ASP.NET such as using HTML/Web Controls, Autopostback, Applicati on events, configuration files, State management, Validation & Rich controls a. Create a web site of your name that shows your information. (http://loca lhost/UserName) b. A software company wants to conduct placements for graduates in Mumbai o r Pune. Design a web form to input student details such as name using textbox, course name such as BSc Comp Sci/IT/Phy/Maths using radio button, Marks in SSC,H SC, FY & SY along with Year of Passing using text boxes & Location such as Mumba i/Pune using combo box. The student is shortlisted only if he/she has min 60% i n SSC & HSC, FY & SY average should be min 55% & there should not be any gap in education. When student clicks on Register button, the data is submitted to ASP .NET page which informs the student whether he/she qualifies and place of interv iew in Mumbai or Pune as given by the student. c. A bank wants to keep an enquiry page for inquiring about home loan. T he rates of these loans are stored in configuration file and the rates are diffe rent for various span of years(5/10/15). The user types the loan amount & selec ts the number of years for repayment of loan(5/10/15) from combo box. In return , the user gets information of the rate of loan, monthly installment for the spe cified number of years and total number of enquiries since the server started[Us e configuration files and application events]. d. Design ticket enquiry form for a theater. Select location (Mumbai/Pune) using radio button. When user clicks a location, it fills a combo box with nam es of theaters in that city. When user selects the name of the theatre, the li

st of films currently shown and their show timings should be displayed in table[ Use autopostback]. e. A news channel wants to conduct a survey of some famous personalities of the year. The user initially inputs his/her name, age and email. The survey w ill be valid only if user is above 18 years of age and has an email id. First p age allows user to select Best Sportsperson, 2nd page asks Best Writer and the t hird Best Minister. At the end, it shows a thank you message with user s name and shows all the choices made by him/her. Add validations name should not be null, age should be within (21 t o 100) & Email should be in specific format. Practical 7 and 8 ADO.NET in ASP.NET with Data Binding, Interacting with XML documents, Performanc e improvement using Caching, Creating & Consuming web services a. Develop a web page for a real estate firm. The user after visiting the site, selects the name of city from combo-box. In return, the user gets informa tion about all the flats from that city such as No. of Rooms, Expected Price in a grid. At a time, information of only 5 flats should be visible. b. A Cable TV provider stores the list of channels in an XML File. For eac h Channel, there is an attribute Name . The Channel element consists of sub-elemen ts such as Language(such as Hindi, English, Marathi etc), Category(Sports, Movie s, Cartoon etc). Design an ASP.NET page that displays, the list of languages an d categories in 2 combo boxes. When user clicks on a button, all the channels ma tching the selected criteria should be displayed. c. Design a page that contains some list of theaters of Famous Cinemas in l ist box. It should also contain a link button that navigates to a page that dis plays time table of movies of selected theatre. Store the output of the first p age in cache. When user selects theatre, the time table should be read from cac he if it exists(Use Output & Data Cache). d. A channel displays online news. Latest news should be shown as scrollin g marquee. It also shows score of current day s cricket match which gets updated after every 60 seconds[Use AJAX]. e. Create a web service that gives (i) NSE Index, (ii) BSE Index, (iii) Gol d Rate. Also create a web form for a share trading firm that displays these val ues on its home page.

Potrebbero piacerti anche