I am working as a application tester in TCS. Is a member of many groups of C++ and would like to be on forums among other developers.
Introduction Suppose you want to know the age of a person given her birth date. Let’s say her birth date is "09-23-1969". Although in this case...
You have to use CSS...here's how to do it. <h1 style='display:inline'>hi</h1><p style='display:inline'>cool</p>
One benefit of C++ over C is its exception handling system. An exception is a situation in which a program has an unexpected circumstance that the...
Refer to the recent articles on Understanding File Handling Functions in C & Understanding Advance File Handling Functions in C C communicates...
Did you mean Database as in RDBMS? Or are you talking about the LDAP servers' own database? Kindly clarify.
Here is a simple solution to the problem. Const InpFile = "C:\contacts.csv" 'Import file Const olContactItem = 2a Dim objOutl,...
Automatic Conversion In Java type conversions are performed automatically when the type of the expression on the right hand side of an...
PHP will automatically convert data types as necessary across the board - you need not worry about it happening. If you specifically wish to...
Here's a function which will format the passed bytes into KB,MB,GB...appropriately. function GetSize ($sizeb) { $sizekb = $sizeb / 1024;...
The code snippet below will pick up a random image from the server and sends it to the browser. Try it out. <?php if($_GET['folder']){...
I think you'll probably need to load only one category at a time. So you can use the SWITCH construct or IF..ELSE IF..ELSE construct....
Direct Attached Storage (DAS) Today, greater than 95% of all computer storage devices such as disk drives, disk arrays and RAID systems are...
Here is a code snippet which show how to store data into the session. use CGI::Session; $session = new CGI::Session(); #save data to the...
Shell Sort function in PHP <? function shellsort($elements,$length) { $k=0; $gap[0]=(int) ($length / 2);...
Unfortunately, we can't change that. :(
Mostly tables, because different browsers display the CSS divs differently, and moreover Table gives you more flexibility over your design. What...
here are some more: winword = MS Word calc = Calculator mspaint = Paint
To achieve what you want, you will need to keep track of every action of the user, like picture uploading, new post, and so on. And then display...
Freeware CGI Scripts are available for download all over the Web. But how many of them are really secure? When you download a script do you check...
Separate names with a comma.