Forum: JavaScript / DHTML / AJAX Dec 25th, 2008 |
| Replies: 1 Views: 464 Hi,
I have the following piece of code.
<html>
<script language=javascript type='text/javascript'>
function Getlink(a, b)
{
var targetURL="";
switch(a) |
Forum: Linux Servers and Apache Sep 3rd, 2008 |
| Replies: 1 Views: 1,526 Hi All,
I am very new to the web-server world with a decent level of understanding in www and little knowledge on Unix.
I have a laptop 1.5GHz, pentium core 2 duo, with Ubuntu installed in it.... |
Forum: Troubleshooting Dead Machines Aug 14th, 2008 |
| Replies: 5 Views: 981 Are you gettting beep sound, usually comes if the RAM is boot up properly. If Ram is displaced from the slot, it may give continious beeps and sometimes no beep. try to reconnect your RAM |
Forum: Troubleshooting Dead Machines Aug 14th, 2008 |
| Replies: 2 Views: 803 Try to restore to the previous checkpoint. |
Forum: C++ Aug 14th, 2008 |
| Replies: 3 Views: 1,241 What about making the foreground process as observer of background process? |
Forum: C++ Aug 14th, 2008 |
| Replies: 10 Views: 6,589 Could you please explain us what was the problem in settings??? |
Forum: C++ Aug 12th, 2008 |
| Replies: 4 Views: 384 :)
The reason for my question was not getting the difference. Probably my description was wrong. Sorry for that.
I would ask to the point in future.... |
Forum: Perl Aug 12th, 2008 |
| Replies: 4 Views: 829 |
Forum: C++ Aug 12th, 2008 |
| Replies: 4 Views: 384 Hi All,
Could anyone listdown the differences between pointer & reference?? |
Forum: C++ Aug 12th, 2008 |
| Replies: 10 Views: 2,230 Well.. I am also interested in knowing that. But As far my knowledge there is no such interface available.
http://www.cplusplus.com/reference/iostream/fstream/
Gives you the liste of functions... |
Forum: C++ Aug 12th, 2008 |
| Replies: 6 Views: 792 No need to be upset for this.. Better u find, what are the use of other headers you have included in your code. And what happens if you do not include them. Find out where are those files and what... |
Forum: Perl Aug 12th, 2008 |
| Replies: 4 Views: 829 Hi All,
Learning Perl is my long time desire. But couldnt get easy and correct tutorials sofar.
Could anyone suggest me to have a good start in Perl?
Cheers,
Chander |
Forum: C++ Aug 12th, 2008 |
| Replies: 10 Views: 2,230 Hi,
you can try opening the copied file (etihere in read only or write), if its opened successfully it means that its available.. right? |
Forum: C++ Aug 12th, 2008 |
| Replies: 6 Views: 792 Is there any predefined class "Stack" in c++?? I dont think so.
If its not there, you need to implement your own stack for your algorithm |