feature post
Lists

Form Validation using JavaScript

Form validation is one of the most common tasks performed using JavaScript. You have likely come across forms on the Web that has shown you a prompt when you have not entered value into a field that requires one, or when you have entered the wrong kind of value; this is because the form has […]

feature post
Lists

JavaScript Events

All browsers are expected to support a set of events known as intrinsic events such as the onload event, which happens when a page has finished loading,  onclick for when a user clicks on an element, and onsubmit for when a form is submitted. These events can be used to trigger a script. There are […]

cgi
Lists

What is Common Gateway Interface (CGI)?

Common Gateway Interface, a specification for transferring information between a World Wide Web server and a CGI program. A CGI program is any program designed to accept and return data that conforms to the CGI specification. The program could be written in any programming language, including C, Perl, or Java. CGI programs are the most […]

nuralnetworks
Artificial Intelligence Lists

Artificial neural network

Neural Network defines as real biological neural networks such as our brain or an artificial neural network simulated computer vision. Neural network either biological or simulated artificial that consist of a large number of simple data neurons that receive and transmit signals to each other. According to Dr Robert Hecht nielsen  “a computer system made […]

ood
Database Lists

What is object oriented DBMS?

object-oriented  DBMS is derived from the model of the object-oriented programming view. representing both consistent data as stored in databases, as well as transient data, as found in executing programs.object-oriented  DBMS use reusable elements known as an object.• Each object contains a data part and a set of operations that work upon the data. The object and […]

ai
Artificial Intelligence Lists

What is Artificial Intelligence?

Morden Branch of computer science the terminology “Artificial Intelligence” mostly uses an innovative solution.  AI define as the ability to perform tasks in a complex environment without constant guidance by a human and the ability to improve performance by learning from experience. Every nature of the term “AI” asking the logical question where intelligent behavior […]

plugin2020
WordPress

Top 10 Best and Useful WordPress Plugin 2020

Nowadays WordPress Content Management System takes around 50 % market trends in the world. Every non-technical person easily operates and manages their desire blogs, portfolios, E-commerce, and News portal using WordPress CMS. Here we discuss about the most popular and useful WordPress Plugins: 1.Woo-Commerce Plugin Woo-commerce is a flexible, open-source eCommerce solution which is built […]

image processing copy
Articles Image Processing Lists

What is digital image processing?

Image-processing define as converting the continuous analog signal to a two-dimensional image as a finite set of digital values. That converted value also called a pixel. It is defined by the mathematical function f(x, y) where x and y are the two co-ordinates horizontally and vertically. The value of f(x, y) at any point is given the […]