Forum: HTML and CSS Apr 19th, 2005 |
| Replies: 1 Views: 1,898 Hi
I'm looking for a way to make sure my HTML complys to the HTML4 standard
i would like to place a button at the bottom of my webpage that checks the css and the html on the page and tells me... |
Forum: Java Apr 7th, 2005 |
| Replies: 1 Views: 1,355 :o Yet another question to ask
for the full assignment breif please look at http://www.cems.uwe.ac.uk/~lrlang/java_html/assignment2.html it might make what i'm asking a bit clearer as i'm not... |
Forum: Java Apr 7th, 2005 |
| Replies: 4 Views: 1,909 thanks very much thats a big help :) |
Forum: Java Apr 7th, 2005 |
| Replies: 4 Views: 1,909 thanks for the help, but i still dont understand how to initialize the booking array within the constructor as it needs a GuestData object and a Room object to initialize. Also the Room class is an... |
Forum: Java Apr 7th, 2005 |
| Replies: 4 Views: 1,909 I have an assignment which can be found at http://www.cems.uwe.ac.uk/~lrlang/java_html/assignment2.html
i have coded all the required classes apart from Hotel and HotelGui classes
my problem is... |
Forum: Java Apr 6th, 2005 |
| Replies: 3 Views: 1,760 nevermind crazy old jimbob8472 i just misread the whole thing and sorted the problem on my own heh sorry for wasting your time |
Forum: Java Apr 6th, 2005 |
| Replies: 3 Views: 1,760 Or do they take the place of the private GuestData guest and private HotelDate startDate attributes? |
Forum: Java Apr 6th, 2005 |
| Replies: 3 Views: 1,760 i have an assignment to write a hotel booking system in java
i have to write this class
"The Booking class brings together all the details for a booking into a single object. When creating a... |
Forum: Java Apr 5th, 2005 |
| Replies: 2 Views: 1,293 hi i know this is a newb question, but how do i get doubles to display the end zeros after the decimal point for example i want to display 1.20 but i'm getting 1.2
cheers |