An open API service indexing awesome lists of open source software.

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

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