217 Posted Topics

Member Avatar for Dani

[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. …

Member Avatar for Dani
0
277
Member Avatar for brainpulse01

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) …

Member Avatar for Dani
0
214
Member Avatar for Geek-Master
Member Avatar for ya14

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 …

Member Avatar for aniseed
0
108
Member Avatar for hsharma65

[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. …

Member Avatar for aniseed
0
254
Member Avatar for forrest

Could you add a line to print the stack trace? [INLINECODE]ex.printStackTrace();[/INLINECODE]

Member Avatar for ponloges
0
296
Member Avatar for iamthwee

[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. :-|

Member Avatar for aniseed
0
249
Member Avatar for PhotoGuy1026

[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 …

Member Avatar for aniseed
0
95
Member Avatar for TomSpenda

I remember that the playlist in Winamp is exapndable though I haven't checked any version of that after 3.0, I think.

Member Avatar for aniseed
0
94
Member Avatar for Dani

[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 …

Member Avatar for aniseed
0
43
Member Avatar for ivanr
Member Avatar for aniseed
0
96
Member Avatar for Aziah

[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 …

Member Avatar for aniseed
0
99
Member Avatar for Mishac

[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.

Member Avatar for aniseed
0
115
Member Avatar for monisola

[URL="http://en.wikipedia.org/wiki/Java_programming_language"]Java programming language[/URL]

Member Avatar for aniseed
0
202
Member Avatar for soso30

Check the API documentation for CallableStatement and the [url=http://java.sun.com/docs/books/tutorial/jdbc/index.html]JDBC tutorial[/url]

Member Avatar for aniseed
0
68
Member Avatar for renick_j_v

[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?

Member Avatar for Phaelax
0
121
Member Avatar for yashu

[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 …

Member Avatar for aniseed
0
131

The End.