Comma-separated expressions were inherited from C. It's likely that you use such expressions in for- and while-loops rather often. Yet, the...
Thanx buddy! Your articles are wonderful :-) So what do you do???
Mbps stands for Mega bits per second, and not Mega bytes per second. Kindly refer to this link http://en.wikipedia.org/wiki/Mbps :-)
What is Blu-ray? Blu-ray, also known as Blu-ray Disc (BD) is the name of a next-generation optical disc format. The format was developed to...
Try thess links: http://www-128.ibm.com/developerworks/xml/library/x-sqlxml/ and http://en.wikipedia.org/wiki/XML_data_binding and...
As the world is fast becoming aware of the benifits of XML, perl developers would also want to use XML in their CGI-Perl scripts. XML parsing...
Windows crashes automatically if you don't switch off the machine for 49.7 days.This is accepted by Microsoft. Do you know why? In windows the...
Well, I always had a problem identifying my MP3 files because of their vague filenames like, "Track 1.mp3" or "Bryan Adams 1.mp3", I was wondering...
Wonderful way to log table modifications. I wonder whether its possible to log the username which was used to do the modification, that would be...
Windows: A family of operating systems for personal computers, Windows dominates the personal computer world, running, by some estimates, on 90%...
Imagine a network based on inexpensive, high volume chipsets, with data rates up to 12Mbit/second and a 25 meter distance capacity, designed from...
You need to use a XMLHttp request to send the data - using either GET or POST - and also receiving the answer. Have a look and the first post of...
Yes, its possible to do that. Call the remote request function when the text field loses focus. Something like this.. function...
I am really sorry not to include the code of the opendb() function. What the function does is opening a connection to the database. I am...
What is a firewall? A firewall protects networked computers from intentional hostile intrusion that could compromise confidentiality...
There is no such keyword as Set in JavaScript, its used in VBScript. /* not like this */ Set MyConn = Server.CreateObject("ADODB.Connection")...
/* start code */ function getNum(x) { x += 3; if(x) return x; x *= 3; return x; } What will the above decalred...
You can use the functions built inside the JDBC class for moving the cursor from & to wherever you want. Statement stmt =...
I have never really used JSP, and its been a long time since I worked on MS Access. But I can surely help you out with the logic. Rtrieve 16...
The troublesome thing about JSP is the configuration part on Apache Tomcat. If it'd have been friendler, life would have been much more easier.
Separate names with a comma.