No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I want to create a comment form to add to my website here: [URL="http://vpckwgolf.bizhat.com/"]http://vpckwgolf.bizhat.com[/URL] I want to apply it to the main page.... which is html, so that means nothing that requires php or mysql, because the webhost doesn't allow me access. I'm not sure if this is possible, but …
I'm having an issue getting IE 7 to respond to the setAttribute("src", "...") command in javascript. The code does the following: 1) There exists an img id called mainImage in my html. 2) On load the body calls getimagesource 3) The javascript reads a configuration file (test3.txt), that has each …
[CODE] public static String reverse(String str) { StringBuilder sb = new StringBuilder(); sb.append(str); return sb.reverse().toString(); } /** * This method will check to see if a string is a palindrome by removing * all punctuations and spacing * @param str * @return True is string is palindrome; false if not …
n. Write a method that will convert a number from binary to decimal. The binary number will be passed in as an array of Booleans (a true represents a 1 and a false represents a 0.) This is part of a methods practice assignment I was given. I'm currently taking …
Hey, this isn't an, "I have an error" post! It's more like I'm taking a basic java course in High School and want to include an image as a background in a project in swing. I found some code online that seems to do this quite well, but I need …
The End.
rpk5000