Employees Record Management using VB 6.0 and MS Access Database

In this article, we will learn to create an application in Visual Basic 6.0 for Employee Record Management in an organization. The application does following tasks Insert, Delete, Update employee records. Compute the Gross Pay and Net Pay of each employee. Maintain records of departments for each employee. Each employee should be able to login … Read more

Basic JavaScript – Exercise 08: Alerts, Confirm and Prompt

Previous Next JavaScript pop-up boxes are very important part of web applications. JavaScript programming allows 3 types of pop-up boxes or dialog boxes. Alert boxes Confirm boxes Prompts Alert Boxes Alert boxes give immediate feedback to the user. There are many reasons to provide an alert message to users. To give them some information Give … Read more

JavaScript – Exercise 07: Switch – Case Statements

Previous Next In the previous post, you learned that the conditional statements can change the direction or flow of the program. One type of conditional statement use if-else structure. Another type of conditional statement is called the switch-case statement. A user input the choice from a given set of options and switch receives the input. … Read more

C Program To Find Reminder And Quotient

This program uses a division operator on two input numbers. The output is a quotient and a remainder is printed to the console. We compiled the program using Turbo C++ 3.0 running in a DOS Box 0.74  on a Windows 7  64-bit system. You may try the program using a different standard C compiler, but … Read more

How to create a Hasse Diagram

Hasse Diagram is created for POSET or Partially Ordered Set. It means that there is a set of elements in which certain element are ordered, sequenced or arranged in some way. It is usually denoted as ≤, this is not “Less than, Equal to”, this symbol shows that elements are ordered. Now, there is a … Read more

JavaScript – Exercise 04 -External JavaScript Files

Previous Next There are many ways to insert JavaScript into an HTML document. One way is to add the script directly to the HTML document.This method is called adding an “Inline script”. You can add an inline script at any place within an HTML document, but most web developers like to place the scripts in … Read more

Basic JavaScript: Exercise 03 : Alert Boxes

Previous Next When a user makes mistake, the browser does not give feedback to users unless it is a server response or browser-based error. For example, when you cannot reach a web page, you receive HTML error 404 which means “web page not found“. There are a lot of server-side errors, a common error is … Read more

Basic JavaScript: Exercise 02 : Output to HTML

Previous Next In JavaScript exercise 1, you printed the output directly from the JavaScript program. There was no formatting. This is the way JavaScript program works, but HTML documents are meant to present information in a human-readable format with some style information. Imagine reading plain notepad like web pages, there is no fun in that. … Read more

Basic JavaScript – Exercise 01-First Script

Previous Next JavaScript is a browser-based scripting language. It means you can control certain things on a browser like validating user input, throw an alert and so on. These are some common examples, JavaScript can do much more than this. A web developer must know how to write JavaScript programs because these are basic skills … Read more

Program to demonstrate Constructor Overloading in Java

Previous Next This is a simple program to demonstrate constructor overloading in Java programming language. The constructor is a special method that the same name as that of the public class. There are different methods of overloading the constructors. This is a simple program to demonstrate the constructor overloading concepts and it is intended for … Read more

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.