Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 29
Search took 0.13 seconds.
Search: Posts Made By: Jemdt
Forum: Java and JSP 07-21-2012, 11:04 PM
Replies: 1
Views: 704
Posted By Jemdt
Is this correct

Hi guys,

I'm fairly new to Java, so please excuse my lack of knowledge on it :P

Anyway, I recently wrote a script; it didn't take me very long and it is far, far from complicated, but still,...
Forum: Java and JSP 06-29-2012, 05:38 PM
Replies: 6
Views: 1,526
Posted By Jemdt
Solved, thanks for helping, but it was actually...

Solved, thanks for helping, but it was actually an unbelievable fix and I'd actually happened to misinterpret the question (it pretty much involved lines of System.out.prints)
Forum: Java and JSP 06-28-2012, 07:04 PM
Replies: 6
Views: 1,526
Posted By Jemdt
Thanks for the reply, but judging by the fact...

Thanks for the reply, but judging by the fact that this is only chapter 2 of a complete beginner's book, I'm presuming you'd make it via the use of a foreign subroutine, which is provided in the book...
Forum: Java and JSP 06-27-2012, 08:48 PM
Replies: 6
Views: 1,526
Posted By Jemdt
Initials provided (you have to actually input...

Initials provided (you have to actually input your initials)

Sorry for the late reply
Forum: Java and JSP 06-26-2012, 09:34 PM
Replies: 6
Views: 1,526
Posted By Jemdt
Unsure how to answer a question

Hi,

In a book I've been reading, there's a section containing questions regarding the chapter. I'm fine with pretty much every single exercise par one, which involves thorough reading of the...
Forum: Java and JSP 06-25-2012, 10:00 PM
Replies: 8
Views: 1,077
Posted By Jemdt
Solved, thanks to Fou-Lou!

Solved, thanks to Fou-Lou!
Forum: Java and JSP 06-25-2012, 07:00 PM
Replies: 1
Views: 609
Posted By Jemdt
You should have these two environmental variables...

You should have these two environmental variables to allow Java to function correctly:

JAVA_HOME: C:\ (YOUR_JDK_LOCATION) \bin

Path: (The same as JAVA_HOME)

For example, my environmental...
Forum: Java and JSP 06-22-2012, 07:43 PM
Replies: 2
Views: 601
Posted By Jemdt
Thanks for pointing that out, all it involved was...

Thanks for pointing that out, all it involved was just changing the int in the getln subroutine to a float.
Forum: Java and JSP 06-22-2012, 07:38 PM
Replies: 8
Views: 1,077
Posted By Jemdt
Didn't work, and neither did Michellah's... ...

Didn't work, and neither did Michellah's...

Nevermind, thanks for helping, but I'll just stick to Eclipse.

Thanks again
Forum: Java and JSP 06-22-2012, 07:31 PM
Replies: 8
Views: 1,077
Posted By Jemdt
Didn't work, and neither did Michellah's... ...

Didn't work, and neither did Michellah's...

Nevermind, thanks for helping, but I'll just stick to Eclipse.

Thanks again
Forum: Java and JSP 06-21-2012, 07:11 PM
Replies: 2
Views: 601
Posted By Jemdt
Number randomly rounding

Hi, from a book I'm reading, I made a volume calculator using a foreign subroutine. The subroutine (TextIO) can be found by CLICKING HERE (math.hws.edu/javanotes/source/TextIO.java)

The code for...
Forum: Java and JSP 06-20-2012, 05:42 PM
Replies: 8
Views: 1,077
Posted By Jemdt
Sorry, I'm not quite sure what you mean. Could...

Sorry, I'm not quite sure what you mean. Could you possibly give an example? Thanks.
Forum: Java and JSP 06-19-2012, 08:25 PM
Replies: 8
Views: 1,077
Posted By Jemdt
Class will not execute

Hi, I'm fairly new to problem, and I've instantly come across the problem which appears that every newbie seems to come across.

I'm working off a book, on to which a very simple system.out.println...
Forum: HTML & CSS 06-15-2012, 06:45 PM
Replies: 5
Views: 366
Posted By Jemdt
The code you gave me doesn't change anything, I...

The code you gave me doesn't change anything, I just want the paragraph to be in a "block", justifying doesn't appear to do anything at all.
Forum: HTML & CSS 06-14-2012, 10:06 PM
Replies: 5
Views: 366
Posted By Jemdt
Justifying paragraphs

My code is as followed:

<div style="position:absolute; text-align:center; top:220px; left:410px; width:200px; height:25px">

<font face="Lucida Calligraphy"...
Forum: HTML & CSS 06-14-2012, 05:18 PM
Replies: 5
Views: 368
Posted By Jemdt
Thanks, that sorted everything :) +1

Thanks, that sorted everything :)

+1
Forum: HTML & CSS 06-12-2012, 10:21 PM
Replies: 5
Views: 368
Posted By Jemdt
I haven't uploaded my site yet, but everything is...

I haven't uploaded my site yet, but everything is here:

HTML:



CSS:
Forum: HTML & CSS 06-12-2012, 09:28 PM
Replies: 5
Views: 368
Posted By Jemdt
That's got nothing to do with what I was asking;...

That's got nothing to do with what I was asking; I didn't ask you to go and copy and paste the definition of CSS from wikipedia, I already know what it is.
Forum: HTML & CSS 06-12-2012, 08:46 PM
Replies: 5
Views: 368
Posted By Jemdt
Help for something simple (CSS)

Hi,

I've got something pretty simple I'd like to fix but I don't know how to. I'm completely new to CSS so I'd be really grateful for help:



<!Doctype HTML>
<html>
<head>
<meta...
Forum: HTML & CSS 06-10-2012, 04:04 PM
Replies: 7
Views: 455
Posted By Jemdt
Thanks for helping, but I've still got the same...

Thanks for helping, but I've still got the same problem. I'd like the whole page to simply get smaller on the page (like the background does) not stretch out. For example, if you zoom out on this...
Forum: HTML & CSS 06-10-2012, 02:50 PM
Replies: 7
Views: 455
Posted By Jemdt
Sorry, I should've made this much clearer. You...

Sorry, I should've made this much clearer. You don't actually need most of that code mentioned.

Ignore the CSS and take a look at the HTML:

<img...
Forum: HTML & CSS 06-10-2012, 12:50 PM
Replies: 7
Views: 455
Posted By Jemdt
That was a mistake, div align should be within...

That was a mistake, div align should be within the body tags.

Also, ignore the topbanner class.

As you can tell, I'm a newb at HTML and CSS.
Forum: HTML & CSS 06-10-2012, 11:47 AM
Replies: 7
Views: 455
Posted By Jemdt
Image won't position correctly and...

Bascially, I've got two problems.

Firstly, my image won't position as absoloute. If I zoom out, my images automatically go out of position.

Here's my CSS:

body
{...
Forum: Java and JSP 05-25-2012, 05:54 PM
Replies: 7
Views: 2,545
Posted By Jemdt
Thanks, what IDE should I use?

Thanks, what IDE should I use?
Forum: Java and JSP 05-24-2012, 08:13 PM
Replies: 7
Views: 2,545
Posted By Jemdt
Thanks, that fixed that problem, however, I'm...

Thanks, that fixed that problem, however, I'm still receiving 2 errors after I changed the quotations. I've tried tampering around with the code, but nothing works.
...
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT +1. The time now is 07:57 PM.