Here are a few Windows Explorer shortcuts which we all can put to some use. Move backward to a previous view. => ALT+LEFT ARROW Move...
Many mails servers have strict rules w.r.t accepting mails. You have to specify the 'host' and the 'host' should be a valid mail server. Mail...
HTTP is Hyper Text Transport Protocol and is transmitted over the wire via PORT 80(TCP). You normally use HTTP when you are browsing the web, its...
Could you please be a bit more specific about the autoreply code option you want.
The example below demonstrates how to connect to MS Access DB using JSP. <%@page import ="java.io.*"%> <%@page import ="javax.servlet.*"%>...
JavaScript can't send mail on its own, you must be submitting the form data to a server-side script with sends out the mail, if you can write a...
This should work for you. a = [1,2,5,6,6,3,3,2,9,6,8]; b = []; for(i=0;i<a.length;i++) { in_a = false; for(j=0;j<a.length;j++)...
Hi, Welcome to G4E! if you have any query about Perl or any programming language, post it on G4E. So, what do you do?
Introduction Handling character strings in Java is supported through two final classes: String and StringBuffer. The String class implements...
Introduction Assertion facility is added in J2SE 1.4. In order to support this facility J2SE 1.4 added the keyword assert to the language, and...
Ee have to look at each and every item in the Contacts folder and check to see if the item happens to be a distribution list. If it is, we can...
What specific information do you require faital?? Let me know!
Static Cursor When you request a static cursor, you are requesting a snapshot of the data at the time the Recordset is created. Once the client...
Growing an Array in Java Suppose you have an array of some type that is full, and you want to grow it. Employee[] a = new Employee[100]; //...
Introduction CDOSYS is a built-in component in ASP. This component is used to send e-mails with ASP. Sending e-mail with CDOSYS...
Introduction A pattern of special characters is used to specify the format of the date. The example below demonstrates some of the characters....
You can use JavaScript to the change the action of the form at the onClick event of a button. Example: document.forms[0].action =...
This line <%@ language="JScript" %> should be like this <%@language="JScript" %>
Introduction and background Computer viruses tend to grab our attention. On the one hand, viruses show us how vulnerable we are. A properly...
This is the code I wrote in my college days and dont quote me on this if something does not go as expected. #include<stdio.h>...
Separate names with a comma.