1. 1

Latest Posts

How to color of text in C-Language using GCC Compiler

How to color of text in C-Language using GCC Compiler

agyanadda
Hello
How to color of text in C-Language using GCC Compiler

How to color of text in C-Language using GCC Compiler

agyanadda
In C-Language when you will use text color then you must have to know about the color code of C language. Name | Value | Black | 0
How to Filter Table using Jquery

How to Filter Table using Jquery

agyanadda
You can create filter table in bootstrap using Jquery Bootstrap Example Filter Tables SR NO EMPLOYEE NAME ADDRESS EMAIL ID 101 Praveen Noida praveen@example.com 102 Nandan Delhi sam@mail.com
How to create Constructor in CPP

How to create Constructor in CPP

agyanadda
#include using namespace std; //create class class Student{ public: // A.s int id; //D.M string nm; // D.M //member function void insert(int i, string n){ id=i; nm=n; }
How to create array in PHP

How to create array in PHP

agyanadda
Array is used to stores multiple values in one single variable We can create array by using "array" Keyword Type of Array Indexed arrays - Numeric index Associative
How to clear screen in C Language

How to clear screen in C Language

agyanadda
We can clear screen in C language according to the compiler. Using clrscr() - For TurboC Compiler Using system("cls") - For gcc/g++ & TurboC Compiler windows Using system("clear")
How to find the length of Array in C_Language

How to find the length of Array in C_Language

agyanadda
sizeof(): is used to get the data type size in C language. #include #include int main() { int arr[] = {1,2,3,4,5,6}; int length = sizeof(arr)/sizeof(int); //length of an
How To Create a Contact Form with CSS

How To Create a Contact Form with CSS

agyanadda
You can create contact form using HTML, CSS and JavaScript. Click Here to Live check body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} .open-button { background-color: #555; color:
How to create Comment Form using Javascript

How to create Comment Form using Javascript

agyanadda
Bootstrap Example var flag=true; function fcomment(){ var data="POST COMMENT"; document.getElementById('fid').innerHTML=data; if(flag){ document.getElementById("fid").innerHTML=data; flag=false; }else{ document.getElementById("fid").innerHTML=""; flag=true; } }
How to create Login Form

How to create Login Form

agyanadda
Create Responsive Login Form using Bootstrap. Bootstrap Example .btnw{width:49%;} .login-or { position: relative; font-size: 18px; color: #aaa; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; } .span-or {
Validation  using Javascript Login Form

Validation using Javascript Login Form

agyanadda
How to validation using java script Validation Form using Javascript .error{ color: red; font-weight: 600; } function validationn(){ if(document.forms["frm"]["email"].value==""){ document.forms["frm"]["email"].focus(); document.getElementById("eml").innerHTML="* Enter your Email"; return false; }else{ document.getElementById("eml").innerHTML="";

Our Team

  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers
  • Syed Faizan AliMaster / Computers