I would love to get some feedback on a project that I will be starting soon. It's funny, but there is literally nowhere to get an unbiased opinion on this so all I can do is ask for as little bias as possible. The project will absolutely require a few Servlet applications for some pieces...
I have a really odd situation here that I will probably fail to explain correctly, but will try nonetheless. I know that at first blush this question may seem like it is in the wrong forum, but I do believe that the solution here is in the html.
I have a page that displays a google map to the...
I'm having a bit of a fixed positioning issue. I am trying to fix a division but it's going all wonky. Here is a basic code template..
html, header etc.
<div id="top">
this division is 750x200
</div>
<div id="container">
This is a container division for two separate divisions, left and...
I guess this is an extension of a thread from last week, but I learned a great deal from that one so I thought I'd come back to the well one more time. Here's the situation...
I have a division, "big", which contains two other divisions "left" and "right", and some content that falls in...
Having an issue creating a custom window for a google map application. The actual problem is with putting text inside the window. Everything works until I try to put some html in there and then it all falls apart. Here's the basic code that actually works....
var point = new...
Ok, so I haven't used javascript since dirt was young and now I'm trying to integrate the Map API into a PHP site. Does anyone know of any good walkthroughs? I've been reading through the API documentation but it leaves me with more questions than answers.
Man I hate microsoft! Ok, this should be so simple. One division containing 3 other divisions. The container division is 798px wide. The left division is 162 wide as is the right. I haven't even inserted the middle yet. The left floats left and the right floats right. When I put them up...
Apologies for posting two questions in one day, this site is driving me insane. I have a simple navigation table that displays perfectly in firefox, but when I pull it up in IE there is an extra 2cm at the bottom between the last row of the table and the div border. I've been tinkering for...
I'm just not finding the answers for this one in the tutorials out there. I'm wanting to control the display of my form elements, specifically text input boxes on a given page. Here are my questions...
First, I am already using an external style sheet and would like to put this in there as...
I have to divisions, "abar" and "meat". I want "abar" to float left, with "meat" running beside it on the right. That part works. Where I'm running into trouble is that I need a bit of padding or margin for the content in "meat" so it doesn't start right at that left edge of "abar". I've run...
I have what I think is a CSV question. I'm having some issues with a massive update that, because it involves several inter-related tables, I can't just dump into MySql but instead must read through a huge csv file and insert the data one line at a time. Anyway, the problem I'm having is that...
I have a form that is within a span. The span sets the font-size at 10px, which works wonderfully for the text that is inside the form. The problem is that the form elements; a text box and a submit button, are both rendered as if the font-size was 12px, which makes them look oversized in the...
Ok, I have a strange one. I have a rather large page that works just fine in Mozilla and gets all wonky in IE. I know, normally it's the other way around. Anyway, I have a simple line of text, followed by a <br>, followed by a form element, a button, and then a text link. In Mozilla the...
Just when I thought I was beginning to understand this stuff....
I am having a problem getting link effects to work properly. Here is my CSS.....
#bar
{
position: relative;
margin-top: 10px;
width: 800px;
height: 75px;
float: center;
background-color: #a3b2d9;
}
.bar a:link...
Still just learning java and I have a bit of a newbie question. I'm working with arrays and trying to learn how to sort / shuffle them. I picked up a piece of old code that I had that generated a list of files in a directory and now I want to be able to randomize that list and print the file...
I'm just beginning to delve into servlets and I'm having a bit of a issue. I'm using Tomcat 5.5 and have just created and compiled my first servlet... Bar.class. I began the Bar.java file with
package you.foo
So once the servlet was compiled I created a classes file in my web-inf folder...
I'm trying to track down a server migration problem with a site. These are third party servers so information that I have is sketchy at best. Here's the issue.
I have been using the following block of code for years on a site and it has worked beautifully....
while(list($key...
Hi. I'm wondering if anyone out there knows of a decent hosting company that offers jsp / servlet support at a reasonable price. I am just learning jsp and servlets and need a host. I have tried a popular hosting company but am so frustrated with them and their absolutely inane configurations...
Hi.
I am in the process of migrating a website from a fairly controlled apache environment to one that is a bit less constrained, but also quite a bit less pre-configured. I have run into somewhat of a snag. I had a number of forms that were processed in PHP using simple HTTP_POST_VARS...
Ok, you have to consider me a total Java novice. I knew enough to write a few applets, but that was years ago. Now I've decided to tackle a few projects in cleaning up my pc and am trying to use Java, but have found that what I do know is rusty and even if it weren't it isn't enough.
The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.