I don't know if it's needed without seeing what queries are being used, but it's certainly not redundant. The order of fields in a key makes a difference. If we have an index of...
I've never heard of "Top Style Pro", so I can't comment on that directly. But in general, if you want to be able to view pages on your local computer or a test server:
I believe you're right, my senile old brain was jumbling together two numbers. Now I'm trying to remember ... did our ASR-33s have a switch to let them operate at 110 or 300, or was it that the Dec...
I was thinking that perhaps the reason why the original poster did not use multiple columns to start with was that he had some more complex formatting requirements, in which case he might need to use...
In any case, the "correct" answer is surely KDLA's first suggestion: putting each heading in a separate column, i.e. <td>. This has the big advantage over other methods that it actually works, and...
Hmm, are you saying that a menu entry will link to a specific record in one of many tables? This sounds like a very strange design. Why would a menu entry link to a specific record? Maybe I just...
My first question would be what you're doing to get the checkbox checked on the return. I presume you're using PHP or ASP or JSP or something. Why not just use the same flag to turn on the textbox?...
I recently did some preliminary work on an application for hand-held devices, where the screen was, I forget the exact size, something like 300 x 250. Now THAT starts to get challenging. In a few...
Ah, you're laboring under the naive delusion that JSP/servlets support file uploads. They don't. You have to write your own code to parse the file out of the request stream, or beg, borrow or steal...
It depends on your servlet engine. In Tomcat, by default it's in "work/Catalina" followed by the name of the server, then under that are directories for each context. Let's see, I don't have any...
Your syntax is correct. Well, is that EXACTLY what you put. Because that would give an empty cell. If you're trying to just make a box of a certain color, put an " " inside the cell. If you...