Forum: Java
Jun 22nd, 2007, 5:44 PM
|
|
Replies: 8
Views: 227
|
Forum: Java
Jun 21st, 2007, 10:10 AM
|
|
Replies: 8
Views: 227
|
Forum: HTML / XHTML / CSS
Jun 21st, 2007, 9:55 AM
|
|
Replies: 16
Views: 456
I've used IXWeb hosting...
I've used IXWeb hosting (https://www.ixwebhosting.com/index.php/v2), I found them to be really good, loads of space, loads of bandwidth and really pretty cheap too. Also, they have very prompt tech...
|
Forum: HTML / XHTML / CSS
Jun 21st, 2007, 9:53 AM
|
|
Replies: 2
Views: 204
|
Forum: Java
Jun 21st, 2007, 9:51 AM
|
|
Replies: 17
Views: 570
|
Forum: Java
Jun 21st, 2007, 9:45 AM
|
|
Replies: 8
Views: 227
|
Forum: Java
Jun 17th, 2007, 6:47 PM
|
|
Replies: 17
Views: 570
|
Forum: Java
Jun 16th, 2007, 1:57 PM
|
|
Replies: 17
Views: 570
|
Forum: Java
Jun 15th, 2007, 11:11 AM
|
|
Replies: 17
Views: 570
Ok, here's what I've got: linky...
Ok, here's what I've got: linky (http://img.photobucket.com/albums/v294/Tsar_of_Cows/interface.png)
As you can see in the centre bit, the text boxes are fine, but I can't get the JFrame they're in...
|
Forum: Java
Jun 9th, 2007, 10:29 AM
|
|
Replies: 17
Views: 570
I'm aware of this.
I'm not trying to mimic an...
I'm aware of this.
I'm not trying to mimic an older game.
What I'm trying to do is make something which looks like three command line interfaces on the screen at once.
The problem is, that I'm...
|
Forum: HTML / XHTML / CSS
Jun 9th, 2007, 10:22 AM
|
|
Replies: 7
Views: 613
How are you trying to align it? Only using...
How are you trying to align it? Only using padding?
try using positioning instead, for example:
#footer {position:absolute; top:85%; left:10px; width:80%; margin-bottom:30px;}
That's just an...
|
Forum: Java
Jun 8th, 2007, 8:52 PM
|
|
Replies: 17
Views: 570
Well it will have to be widgets - although I'm...
Well it will have to be widgets - although I'm thinking of a text interface, the idea is for it to be an elaborate one, with three text boxes on the screen at once. In terms of Java, that would be...
|
Forum: Java
Jun 8th, 2007, 6:09 PM
|
|
Replies: 17
Views: 570
Well it's a language issue as far as I'll write...
Well it's a language issue as far as I'll write it in whatever language I can get helpfull class libraries (i.e. ones containing the type of widgets I'm looking for).
As far as getting something to...
|
Forum: HTML / XHTML / CSS
Jun 8th, 2007, 4:38 PM
|
|
Replies: 7
Views: 613
Padding and div "problems" in FF tend to be...
Padding and div "problems" in FF tend to be because of the differences in how FF and IE render the box model (i.e. how divs work inside divs). IIRC FF renders it properly but IE (or atleast up to IE...
|
Forum: Java
Jun 8th, 2007, 2:10 PM
|
|
Replies: 17
Views: 570
C++ IDEs/Java Libraries/Making a Text Based Game!
I've set myself the task to, over the summer, write a text based game.
I have a pretty decent idea of what the backend is going to look like, but I intend to have a text based interface, which looks...
|