Modular Programming

Modular programming separates a computer program into autonomous, interchangeable, reusable, and separable…

Basic definition of QBasic

  The abbreviation for QBasic is Quick Beginners All Purpose Symbolic Instruction…

BASIC CRUD OPERATION IN PHP AND MySQL.

Getting Started In this article, we're going to explore how to perform…

User Authentication page in PHP using PDO(PHP DATA OBJECT)

Getting started Welcome, PHP beginners! Before diving into the content, make sure…

How to make pagination in Jquery and integrate it with HTML and CSS

Jquery is the framework of javascript. I have only integrated the file.…

Some programs to practice in Java- Part One(1)

 1. Write a program to display volume of sphere.  2.  Write a…

How to print numbers ranging from 0 without using looping statement

Generally, we have to use looping statement like while loop, for loop,…