https://github.com/sanjaysah101/internet-programming-tutorials
This repository is for the tutorials and assignment that I performed during the 4th Sem of my B.Tech in Internet Programming Subject
https://github.com/sanjaysah101/internet-programming-tutorials
css html javascript php
Last synced: about 1 year ago
JSON representation
This repository is for the tutorials and assignment that I performed during the 4th Sem of my B.Tech in Internet Programming Subject
- Host: GitHub
- URL: https://github.com/sanjaysah101/internet-programming-tutorials
- Owner: sanjaysah101
- Created: 2022-04-22T05:29:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T17:21:01.000Z (about 4 years ago)
- Last Synced: 2025-03-30T01:36:36.872Z (over 1 year ago)
- Topics: css, html, javascript, php
- Language: HTML
- Homepage: https://sknepali.github.io/Internet-Programming-Tutorials/
- Size: 1.22 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Internet Programming Tutorial
This repository is for the tutorials and assignment that I performed during the 4th Semester of my B.Tech (CE) in Internet Programming Subject.
## Technologies Use
- HTML
- CSS
- Js
- Php
- MySql
- Ajax
- Bootstrap
## Tutorials
Tutorial 1
Develop a login.html and registration.html with bootstrap design.
- The login page must have a username and password field.
- Registration page must have a name, the username(email), password, re-password, age, birth date, country, state, city, profile picture, note. (Use appropriate HTML form elements)
- Also, add the registration link for registration.html in the login.html page.
- Apply your design concept with CSS.
- The design must be responsive.
Demo:
See live
See Code on Github
Tutorial 2
Design a table to display Tutorial-1 Registration Form Data.
Also, put Add, Delete and Edit button. Apply jQuery animation on the deletion of the record. You can add more or less columns also.
Demo:
See live
See Code on Github
Tutorial 3
Apply jQuery validation in the form to validate user input of the registration page.
Demo:
See live
See Code on Github
Tutorial 4
Create a PHP script to calculate interest from 3 values (P, R, N) entered by the user in the textbox and display the data in next page.
Demo:
See live
See Code on Github
Tutorial 5
Create HTML form having select box of 1 to 12 number. On submit form should post data to second PHP file which display respective Month name preselected in select box
Demo:
See live
See Code on Github