0% found this document useful (0 votes)
0 views

scripting_index

The document lists a series of practical programming tasks in JavaScript, jQuery, and PHP, including string manipulation, date formatting, and database operations. It also includes information about attendance and completion of practicals. The tasks are designed to test various programming skills and concepts relevant to web development.

Uploaded by

Rohit Kumar Sonu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

scripting_index

The document lists a series of practical programming tasks in JavaScript, jQuery, and PHP, including string manipulation, date formatting, and database operations. It also includes information about attendance and completion of practicals. The tasks are designed to test various programming skills and concepts relevant to web development.

Uploaded by

Rohit Kumar Sonu
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

S.No. Practical D.O.P.

Date of Grade Grade Total Marks Student’s Teacher’s


Submission (Viva) (Report File) (out of 10) Signature Signature
15 Write a JavaScript program to test the first character of a
string is uppercase or not.

16 Write a JavaScript program to determine whether a given


year is a leap year in the Gregorian calendar.

17 Write a pattern that matches e-mail addresses.


The personal information part contains the following
ASCII characters.
Uppercase (A-Z) and lowercase (a-z) English letters.
Digits (0-9).
Characters! # $ % & ' * + - / = ? ^ _ ` { | } ~
Character. (Period, dot or full stop) provided that it is not
the first or last character and it will not come one after
the other.

18 Write a JavaScript function that checks whether a passed


string is palindrome or not
19 Write a JavaScript program to display the current date and
time in the following format
Date: date/month/year
Time: hour/minute/second

20 Write a JavaScript program to check whether a given


string is blank or not.

21 Write a jQuery program to animates a paragraph to fade to


a specified opacity (complete the animation within 500
milliseconds).

22 Write a jQuery program to Blink text using jQuery.

23 Double click on paragraph to toggle background colour .

24 Attach a function to the blur event.

25 Attach a click and double-click event to the <p> element.

26 Write a PHP program to swap two numbers.

27 Write a PHP program to create a table in MySQL

28 Write a PHP program to insert record into a table using


MySQL

29 Write a PHP program to delete data from table using MySQL


and then also drop the table

30 Write a PHP program to select data and show into table


format

31 Create a student Registration in PHP and Save and Display the


student Records

32 Write a program to Develop student registration form and


display all the submitted data on another page

33 Write a program to read customer information like c_no,


c_name, item purchased and mob no from customer table and
display all this information in table format on output screen.

Total No of Practical allotted …………………………………………


Total No of Practical completed …………………………………….
Percentage Attendance of Practical ……………………………...

You might also like