Mini Projects

Code To Check Components Installed On Server

A project to chech the status of components installed on a server. Can be run without installation. An important IT project for students. <%@ LANGUAGE=”VBSCRIPT” %><% ‘Due to the high number of components, the script may run into Timeout – increase this value then. Server.ScriptTimeOut=240 Response.Expires = 0 Response.buffer=false On Error Resume Next ‘ObjCheck V0.27 …

Code To Check Components Installed On Server Read More »

Creation Of Telephone Directory

An important IT project for students. A program on electronic dairy that can be efficiently used as a telephone directory. Code : /************************************************************************* PROJECT ON ELECTRONIC DAIRY MADE BY:- DIVYA BATRA XII-A ************************************************************************** / /************************************************************************* HEADER FILE FUNCTIONS process.h exit() dos.h delay() conio.h clrscr() gotoxy() textbackground() textcolor() getch() stdio.h gets() string.h strcmp() fstream.h open() close() …

Creation Of Telephone Directory Read More »

Streaming Of Audio and Videos

To stream Audio and Video on Webpage <html> <head> <meta http-equiv=”Content-Language” content=”en-us”> <meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″> <title></title> </head> <body bgcolor=”#000000″ Text=”#FFFFFF” link=”#B2B581″ vlink=”#B2B581″ alink=”#B2B581″ background=”back.jpg”> <div align=”center”> <center> <table border=”0″ width=”600″> <tr> <td width=”402″><img border=”0″ src=”logo1.jpg” width=”400″ height=”111″></td> <td width=”184″> <p align=”center”><img border=”0″ src=”mugs1.jpg” width=”138″ height=”76″></td> </tr> <tr> <td colspan=”2″ width=”592″ align=”center”>   <div align=”center”> …

Streaming Of Audio and Videos Read More »