CSS Microprojet ppt
CSS Microprojet ppt
The idea is to bring the manual registration of servicings conduction process online
in an effective way, reducing efforts of conduction team as well as
general people.
We have also used various Cascading Style Sheets and made an external .css file to
keep styling apart from actual business logic.
We have applied dynamic validation to each and every Textfield and radio buttton.
.html File
We have used various input elements like Textbox, Combo box, Choice box, Radio
button, number box, and label to display elements, so that our form becomes more user-
friendly.
There is one important logic for displaying the number of fields dynamically with respect
to the value in the number box which in turn gives the number of members in family. The
dynamic fields which are generated for each member of family are name, age, gender,
occupation which are also validated on their respective events.
When the user has entered all the details correctly and there are no warning messages
displayed, then the form is ready to submit so, when the user clicks submit button the
final confirmation box appears for confirming the user that the data entered by him or her
is correct and if the user clicked ok then form data is submitted.
.js File
We have used external .js file to validate Registration & Feedback form.
We have applied dynamic validation to each and every Text field, Combo box,
Number box, Choice box and Radio button. This is done by calling respective
script code onkeyup event of Text field and Combo box, onclick event of radio
button and Choice box and onchange event of Numberbox.
Using Regex expression we have validated phone no. and name field.
To show errors, we have created division tag just below the input elements so that
it drags the attention of user and he/she understands that he/she has entered invalid
data or no data.
.css File
To design the webpage in more attractive way we have used Cascading Style
Sheet (external .css file).
We have used Bootstrap and its components to make our webpage more
responsive andinteractive.
Our code consists of class selector and id selector which styles various elements
under one selector to reduce redundancy which makes our code more optimized
and efficient.
We have gathered all the HTML controls inside one main container to give our
form a proper look.
Requirements :
Hardware Requirements
For filling this census form we need laptop or desktop computer having
specification as follows:
• Computer System-Computer (13-15 preferable)
• Computer System-RAM minimum 2GB onwards.
Software Requirements
• A full-fledged Browser.
Future Scope :
Most of the people are having vehicle but they don’t have time to spend for
vehicle service. They can use this platform to service their vehicle by trusted
service provider.
User will be able to search the garage and request them for service. Easily select
the problem and garage and take service from that.
In emergency case user can use the Toll-Free number and get quick response.
Refrence :