Phone and Email Validation – Javascript

Phone and Email Address validation using Javascript The below example with source code explains how to validate phone/mobile number and email address. Source code: [Create the following program in an editor] <html> <head> <script type=”text/javascript”> function Validation() { var a=document.form.phone.value; var b=document.form.email.value; if(a==””) { alert(“please Enter the Contact Number”); document.form.phone.focus(); return false; } if(isNaN(a)) { …

Phone and Email Validation – Javascript Read More »

Share
General Management

General Management Program

What is the general management course? General Management is all about learning and mastering managerial skills required to administer the organization. The course on general management covers all areas of management – Marketing, Finance, Human Resource, Information Technology, Strategic Management, and Economics and Organizational Behavior. One must learn these managerial skills to add value to …

General Management Program Read More »

Share

How to run python programs on wamp server

How to run python in wamp server and mysql connectivity using python program Steps: Create a simple python program file as following. #!C:/Python27/python.exe print “Content-type: text/html\n” print “<h1 align=center>Python programming</h1>” print “<hr>” print “<h2>Hello, world!</h2>” 2. Save above file as “test.py ” in wamp ->www directory 3. Start wamp server 4. Open browser and type …

How to run python programs on wamp server Read More »

Share

AngularJS

What is AngularJS? AngularJS is a front-end open source javascript based framework. AngularJS is maintained and developed by Google and its community of developers. Angular JS is written in javascript and its a cross-platform browser supporting tool. Here the more focus is on HTML web apps with best user experience across different screen sizes (Mobile/Desktop/Projector …

AngularJS Read More »

Share

Artificial Intelligence

What is Artificial Intelligence (AI)? According to John McCarthy, AI is an ability to interact with the world in the form of speech, vision, motion, manipulation etc. or Ability to model the world and to reason about it. or Ability to learn and to adapt rapidly. Future goals of AI To build systems that exhibit …

Artificial Intelligence Read More »

Share

Computer Shortcuts

All Short Cut Keys for Windows  Alt + F File menu options in current program Alt + E Edit options in current program F1 Universal help (for all programs) Ctrl + A Select all text Ctrl + X Cut selected item Shift + Del Cut selected item Ctrl + C Copy selected item Ctrl + …

Computer Shortcuts Read More »

Share

Basic Science MCQ-4

1. If a car moves 240km in 4 hours then the average speed of the car will be ______kmph a) 40 b) 80 c) 60 d) none 2. A rolling ball shows ___ and ____ motion a) Rotational , translational b) rotational , static c) Rotational, Circular d) None 3. The SI unit of speed …

Basic Science MCQ-4 Read More »

Share

Basic Science MCQ-3

1._________is the comparison of an unknown quantity with a known standard quantity of same kind. a) Length b) Measurement c) width d) None 2. ______is the space occupied by an object. a) Volume b) density c) Length d)None 3. The ratio of CGS to SI unit of mass is ______ a) 1:100 b) 1:1000 c) …

Basic Science MCQ-3 Read More »

Share
Share
Scroll to Top