About hardik
Website:
hardik has written
42 articles so far, you can find them below.
You may frequently get an error that the DISK IS WRITE PROTECTED…. This error does not allow you to copy files to your flash drive. But here is a simple way to get rid of this error. 1.You have to write regedit in the run window 2. Select HKEY_LOCAL_MACHINE. 3. Select HKEY_LOCAL_MACHINE\SYSTEM. 4. Select HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\storagedevicepolicies [...]
Continue reading →
SUBDIVISIONS OF BIOLOGY Biology can be divided into fields of study in a variety of ways, depending upon the questions being asked. Because ofthe breadth of knowledge in modern biology fields of specialization have developed in which an individual scientist can concentrate on his specialty and keep abreast of pertinent developments. Although most modern [...]
Continue reading →
FOSSILS OF SMALLEST MEAT EATING DINOSAURS The last dinosaurs died about 65 million years ago, long before humans started walking around. Scientists can still learn new things about these ancient animals though, thanks to the fossils they left behind. Paleontologists are scientists who study dinosaurs, and recently these researchers have made some surprising discoveries. Canadian [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-19 (USER HOMEPAGE) USERFRAME.ASP The pages HEADER OF USER.ASP, LEFT FRAME FOR USER.ASP, OUTLET.ASP are now arranged into 3 frames. Our final user frame will look as follows: <%@Language=”VBScript”%> <%Option Explicit%> <!–#include virtual=”/adovbs.inc”–> <html> <head> </head> <frameset rows=”38%,*” > <frame src=”header of user.asp” scrolling=”no” frameborder=”no”> <frameset [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-18 (ATTRACTION IN USER HOMEPAGE) LEFT FRAME FOR USER.ASP This page only contains images and some information about the coffee to attract the users. <html> <head> </head> <img src=”user main page.jpg” height=”45%” width=”80%” align=”middle”> <font face=”Arial, Helvetica, sans-serif” color=”#990000″ size=”+2″ ><div style=”text-align: justify;”> Coffee has been nature’s gift for [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-17 (HEADER OF USER) HEADER OF USER.ASP After creating the admin side, first of all you have to create all the script for all the functions to be performed by the user. For example, in my site , the user will have to perform the functions of giving the orders, specifying [...]
Continue reading →
Viruses have been used to help build batteries that may one day power cars and all types of electronic devices. The speed and relatively cheap cost of manufacturing virus batteries could prove attractive to industry. In what is claimed to be the first potential applications of synthetic biology, researchers have now shown that viruses, otherwise [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-16 (FORM OF CHANGING DATABASE OF ADMIN) CHANGE_PASSWORD.ASP This page shows you the how the form is created for changing the password of administrator in the database ADMIN. <html> <body> <form method=”post” action=”Validate_Password.asp”> <table align=”center” cellpadding=”0″ cellspacing=”0″ border=”0″> <tr> <td>Current Password:</td> <td><input value=””></td> </tr> <tr> <td>New Password:</td> <td><input [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-15 (FORM OF UPDATING PRODUCTS FROM DATABASE) UPDATE.ASP This page shows you the how the form is created for updating any item to the database PRODUCTS. <html> <body> <form method=”post” action=”update_item.asp”> <table align=”center” cellpadding=”0″ cellspacing=”0″ border=”0″> <tr> <td>Item Name:</td> <td><input value=””></td> <td><sub><font face=”Arial, Helvetica, sans-serif” color=”#FF0000″ size=”-1″>*Enter the name [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-14 (FORM OF DELETING PRODUCTS FROM DATABASE) DELETE.ASP This page shows you the how the form is created for deleting any item to the database PRODUCTS. <html> <body> <form method=”post” action=”Delete_item.asp”> <table align=”center” cellpadding=”0″ cellspacing=”0″ border=”0″> <tr> <td>Item Name:</td> <td><input value=””></td> <td><sub><font face=”Arial, Helvetica, sans-serif” color=”#FF0000″ size=”-1″>*Enter the name [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-13 (FORM OF ADDING PRODUCTS TO DATABASE) ADD.ASP This page shows you the how the form is created for adding any item to the database PRODUCTS. <html> <body> <form method=”post” action=”Add_item.asp”> <table align=”center” cellpadding=”0″ cellspacing=”0″ border=”0″> <tr> <td>Item Name:</td> <td><input value=””></td> <td><sub><font face=”Arial, Helvetica, sans-serif” color=”#FF0000″ size=”-1″>*Enter the [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-12 (forms of FUCTIONS OF ADMINISTRATOR) FUNCTIONS OF ADMIN.ASP This page is simply divided into two frames. The top frame is the page HEADER OF FUNCTIONS OF ADMIN.ASP and the bottom frame is named ADMIN DOWN. The script for that is: <frameset rows=”38%,*”> <frame src=”header of functions of admin.asp” [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-11 (FUCTIONS OF ADMINISTRATOR) HEADER OF FUNCTIONS OF ADMIN.ASP After creating the homepage, first of all you have to create all the script for all the functions to be performed by the administrator. For example, in my site , the administrator will have to perform the functions of updating the database [...]
Continue reading →
3-D TV TO BE RELEASED IN 2010 If Sony had its way according to plan, the Japanese electronics giant would be offering 3D TVs worldwide as early as end 2010. This could possibly inject a new lease of life into the home display market which is gradually cooling off after the initial full-HD [...]
Continue reading →
ONLINE NESCAFE OF COLLEGE CAMPUS-10 (DATABASE CONNECTIVITY, CHECKING FROM DATABASE) verifyadmin.ASP Whenever you login in any site, first of all, it is checked if the user has ever sign up and the details of the user are present in the database of the system. This is done with the help of the following script: [...]
Continue reading →