Question

Create any Application which have the following features:- - Register and Login - Use any 2...

Create any Application which have the following features:-

- Register and Login

- Use any 2 Jquery Plugin

- Provide a link to a Basic calculator

- Pattern Validation

-Reading Data from Json File

0 0
Add a comment Improve this question Transcribed image text
Answer #1

For creating Application you need to know some programming language like HTML/CSS, PHP etc.

Register : Add 3-4 input filed for basic information. Like - name, email, mobile, password etc. Means according to application need you add input fileds. And a submit button to save data into database. Use some server side scripting language for save the data like php , .net etc. For e.g.

<input type="email" name="email"/>

<button type="submit" name="save">Submit</button>

Login : For login, add 2 fileds and 1 login button. And use server side script for login validation.

jQuery plug-in : plug-in basically a piece of code written in javascript file. Plug-in file include in <head> of the document and before customize javascript code. Like- <script src="plug-in.js" type="text/javascript"></script>

Some plug-ins are datatable plug-in, jQuery searcher plug-in, deep checkbox , dropdown list plugin. According to your application need use the plugin.

Basic calculator : some jQuery calculator plugins also available. Like - scientific calculator plugin jsRapCalculator.js, basic responsive math calculator calc.js etc. According to your need use the calculator plugin.

Pattern validation : Use jQuery validation plugin. And add this code to the script - ("#text). rules("add", {pattern : "^[a-zA-Z'.\\s{1,40}$"}).

Reading data from json file : For reading the data from JSON file use JSON.parse() method and data became javascript object. For e.g.

<script>

var json_file = { "name" : "san", "surname" : "mohan"};

var obj = json_parse ( json_file) ;

-----------------------------------------------------------------

Hope all points are help you to create this application. If any queries comment below.

Add a comment
Know the answer?
Add Answer to:
Create any Application which have the following features:- - Register and Login - Use any 2...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Task 3: Creating a Simple jQuery Application 1. Launch HTML-Kit. 2. Create a new HTML file...

    Task 3: Creating a Simple jQuery Application 1. Launch HTML-Kit. 2. Create a new HTML file and save it as nnLab8.htm. 3. Add the following HTML to the file: <!DOCTYPE HTML> <html> <head> <title>Hello World - jQuery Style</title> </head> <body> <div id="first"></div> <div id="second"></div> <a href="#" id="link">Click Me!</a><br /> <span id="greeting"></span> </body> </html> 4. Add the following<script> element to the<head> section. NOTE: Use the jQuery version number that matches the file name of the file you downloaded in Step 1....

  • 1. Create a program to verify a user name and password given by a user 2....

    1. Create a program to verify a user name and password given by a user 2. Create a text file named "correctData.txt" (You will NOT upload this file during submission). Place a username on line 1 in the txt file and a password on line 2 in the file. This will be used for testing. 3. Create the following functions and call them starting from main: • void login () - This function is responsible for displaying the prompts asking...

  • Create an application that tracks electric motors in a manufacturing plant. The application should have a...

    Create an application that tracks electric motors in a manufacturing plant. The application should have a Motor class with the following properties: MotorId: Five digit string, such as "02340" Description: String RPM: Double, values in the range 10 to 10000 Voltage: Double, values in the range 1 to 500 Status: String, three characters The Status values are: ON: Motor is online and running OFF: Motor is online but not running MNT: Motor is undergoing maintenance and cleaning NA: Motor isn't...

  • please help me create a use case for the library : a paper can have more...

    please help me create a use case for the library : a paper can have more 1 writer, Library member can borrow more than one paper, Library member can have more than 1 phone number, Library member can find a list of paper that they want to read, People that not member can find a list of paper that they want to read (read-only) , People that not member can't borrow the paper, People want to register as a member...

  • Please help me code the following in: JAVA Please create the code in as basic way...

    Please help me code the following in: JAVA Please create the code in as basic way as possible, so I can understand it better :) Full points will be awarded, thanks in advance! Program Description Write a program that demonstrates the skills we've learned throughout this quarter. This type of project offers only a few guidelines, allowing you to invest as much time and polish as you want, as long as you meet the program requirements described below. You can...

  • Create a working proof of concept of one of the following applications which meets all of...

    Create a working proof of concept of one of the following applications which meets all of the minimum requirements. The application may be written in any programming language(s). The application should be sent with the following: ● All of the source code required for building ● A completed binary of the application (if applicable) ● Any required database files (if applicable) Each application requires a README. Please ensure the README includes the following components: ● Which application you choose to...

  • Hi everyone, For my Assignment I have to use C# in order to create a validation...

    Hi everyone, For my Assignment I have to use C# in order to create a validation form and include the following things to register and validate: Email Address, Username, Password, Retype Password, and a Submit Button. I have figured out some of the code for the Email Address validation: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Validation4 {     public partial class Form1 : Form     {        ...

  • PHP Programming Question. Use the techniques you learned so far to create an Address Book application...

    PHP Programming Question. Use the techniques you learned so far to create an Address Book application that stores names, e-mail addresses, and phone numbers in a text file. Validate all input fields and include functionality that allows the user to view the address book. Also, include code that sorts the address book by name and deletes duplicate entries. Each page in the application should have a link back to the main page. Be creative and add extra features if you...

  • Help with database creation - create a visio ER diagram of the scenerio below.. thanks The...

    Help with database creation - create a visio ER diagram of the scenerio below.. thanks The registrar's office at Weber State University wants you to create a new database to support an future application that will help their department better keep track of the scheduled classes offered each semester, including the specific course sections and lecturers appearing in the schedule, and the students registering for courses according to the published schedule. Courses (think course catalog) may or may not be...

  • Please use python Programming Language: Select one of the following topics: Band Character Account Create a...

    Please use python Programming Language: Select one of the following topics: Band Character Account Create a class based on your chosen topic. Make sure to include at least four attributes of varying types, a constructor, getters/setters for each attribute w/input validation, a toString, a static attribute, and a static method. Then, create a function (outside of your class) that connects to a text file which should contain the attributes of several objects. Read the data from the file, use the...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT