XML in ASP vs a Java Servlet
Question: I am building a Web application using ASP and XML. My database calls are directed to a server with a Java servlet over HTTP. It works fine except when
Question: I am building a Web application using ASP and XML. My database calls are directed to a server with a Java servlet over HTTP. It works fine except when
Question: I have a page broken into two frames. Frame A has a form. I would like the response from the form directed to Frame B. Right now, my response
Some languages, like C++, let us declare optional parameters. For example, the following is a valid method signature in C++: public aMethod(int x, int y=0, int z=0); where parameters y
It is very easy to add a shadowy effect to drawn text in Java. All we have to do is to pick a darker color for the shadow and draw
Sometimes in an application you will have a “home” directory associated with the application, and then some files associated with that home directory. To have the files in an independent
Suppose you are writing a Java application on the windows platform and want to make a JNI call to a C function written with Microsoft Visual Studio 6.0. Well, here’s
Browsers Targeted: Internet Explorer 4+ One of the capabilities that JavaScript has long had that VBScript hasn’t supported is being able to associate an event handler with a specific function.
Browsers Targeted: Internet Explorer 3+ It used to be a truism that manipulating strings was always much slower in DHTML than working directly with the Document Object Model (DOM), but
Question: How can I find the current cursor position in text box? Answer: You can use the SelStart property of the TextBox to indicate where the cursor is in the