217 Posted Topics
Re: [QUOTE=cscgal]They added quite a few hundred keywords, and I gave them no minimum saying "I want at least X keywords", so I can't see it being that they just wanted to pad the list. There must be some rationale behind it we're just clueless about.[/QUOTE] You might find [URL="http://www.submitexpress.com/keytracker.html"]this[/URL] interesting. … | |
Re: What have you set for redirection and what is "not working"? AFAIK, the redirection is a single entry (without breaks) like [COLOR="Blue"]redirect [[I]status[/I]] oldUrl newUrl[/COLOR] The status is optional and it can be permanent - (301) resource has moved permanently. temp - (302). resource has moved temporarily. seeother - (303) … | |
![]() | ![]() |
Re: In my opinion, the credit for passing the exam should go to your friend rather than the study guide. I had used a study guide for SCJP and it didn't help much. OTOH, reading a good book which explains the concept helped me more. It depends on the type of … | |
Re: [QUOTE=ponloges]u can use ODBC driver or OCi driver that can be downloaded from the net. Follow the documentation present in the download to esablish the Connection[/QUOTE] The ODBC driver is not recommended since there are limited features available. Oracle supports a lot more features than what the bridge driver could. … | |
Re: Could you add a line to print the stack trace? [INLINECODE]ex.printStackTrace();[/INLINECODE] | |
![]() | Re: [QUOTE=server_crash] StringTokenizer isn't that bad, but I think the newer version is called StringBuilder... I could be wrong about that one.[/QUOTE] StringTokenizer has a better version in String.split() StringBuilder is an enhanced StringBuffer. :-| |
Re: [QUOTE=PhotoGuy1026][B]How can I set up a form on my website so that clients can submit photos through it?[/B][/QUOTE] You need a file input field and some validations for checking an image before you upload. There are various ways of coding for a server upload and it would depend on the … | |
Re: I remember that the playlist in Winamp is exapndable though I haven't checked any version of that after 3.0, I think. | |
Re: [QUOTE=cscgal]From a usability standpoint, is it alright for a dynamic website to require the use of browser cookies in order to be fully operable (ie is it still necessary in 2006)? Or do messy session URLs still have a necessary place in Internet land?[/QUOTE] Cookies can get you around in … | |
Re: [url]http://www.bluemarsh.com/java/jswat/docs/howto-jsp.html[/url] | |
Re: [QUOTE=Aziah] Another thought is JAVA. I've used the language but not an expert in it. Whatever the tools/language , I'm willing to explore. But, I want to go for the best one that can meet the above five requirements.[/QUOTE] I could atleast tell you that Java is not the best … | |
Re: [QUOTE=Mishac]can any one help me with the code for the pop & push methods in the class that implement a Stack with two Queues[/QUOTE] Yes, let's see you start first. | |
Re: [URL="http://en.wikipedia.org/wiki/Java_programming_language"]Java programming language[/URL] | |
Re: Check the API documentation for CallableStatement and the [url=http://java.sun.com/docs/books/tutorial/jdbc/index.html]JDBC tutorial[/url] | |
Re: [QUOTE=renick_j_v]i am doing a chat client server program.. i have a doubt in retreiving data from a applets textfield and passing into the stream. send some code if possible......... renick...[/QUOTE] Would you mind showing your code so that we could help you? | |
Re: [QUOTE=yashu]hi friends... i am new jsp's..i have done a web application.. i want to excecute the web application on the click of the mouse on a .exe file.. i mean.. that .exe should have the sever configuration also.. so that it can run on any comp which doesn't have a … |
The End.