Forum: Viruses, Spyware and other Nasties Dec 27th, 2007 |
| Replies: 1 Views: 298 recovering from infection I got my computer infected with a trojan. I ran a scan of the system and got all the infected files removed. But some folders in my system including windows, are now in the hidden state. I am now... |
Forum: Java Jul 19th, 2007 |
| Replies: 2 Views: 336 event handling I have a class A ( which is a JFrame with card layout ). Two other classes B and C ( both are JPanels ). Class A initially displays an instance of the class B in its content pane. When a button is... |
Forum: JSP Jul 9th, 2007 |
| Replies: 2 Views: 608 Designing a web project Hello, my question is: Why do we have separate layers of classes when developing a web application. For example a DAO layer, DTO layer, business services layer etc.I mean why do we follow this... |
Forum: JSP Jun 28th, 2007 |
| Replies: 2 Views: 675 JSP and JDBC I am writing a web based application using JSP and JDBC. In side a servlet I execute some code like this
DAO.addComments( commentsBean );
commentsList = DAO.getComments();
session.setAttribute(... |
Forum: Windows NT / 2000 / XP / 2003 Feb 15th, 2007 |
| Replies: 0 Views: 956 error installing Visual C++ while installing microsoft visual C++ 6 I am getting the error message
"ODBC sqlInstallDriverManager" failed and the program is not installed correctly. Please tell how to remove this error. |
Forum: HTML and CSS Feb 7th, 2007 |
| Replies: 1 Views: 741 Servlets and HTML I am writing an applicaton using servlets and HTML. the front page contains a login form which is located in one of the three frames contained in the front page. Now when the user successfully logs... |
Forum: JavaScript / DHTML / AJAX Feb 1st, 2007 |
| Replies: 3 Views: 3,126 Extending HTML Forms I am trying to create an HTML form in which user will enter different items (he wants to purchase) in text fields. One text field is used for one item. Now it is not known in advance how much items... |
Forum: HTML and CSS Jan 26th, 2007 |
| Replies: 1 Views: 642 Html Can someone tell me how to access the Frames (for loading new page) of on HTML file from within another HTML file, suppose both the files are located int he same folder.
BYE |
Forum: Windows NT / 2000 / XP / 2003 Mar 10th, 2006 |
| Replies: 4 Views: 926 boot.ini I was using both window 98 and xp on my pc, Now I want that when the system starts, it should not display the option for choosing the operating system, it should simply start xp. Please tell me how... |
Forum: Monitors, Displays and Video Cards Mar 9th, 2006 |
| Replies: 1 Views: 1,033 problem with monitor I have been facing a problem with my monitor display from 1 month or so, My monitor suddenly starts displaying everything on the screen with a greenish or yellowish shade. Some times the problem... |
Forum: C++ Oct 13th, 2005 |
| Replies: 2 Views: 1,429 using Dev C++ I wanted to use the a far pointer in my program the declaration was like this char far* ptr; but when I compile the program the compiler gives error message that far undeclared, can any one help me... |
Forum: C Sep 30th, 2005 |
| Replies: 2 Views: 2,315 a question about heap data structure although this question is basically related to a data structure, still I think that a good progrmmer should be able to answer it. My question is that "is it possible to determine the order in which... |