Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for rpk5000

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 …

Member Avatar for Vusumuzi
0
182
Member Avatar for rpk5000

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 …

Member Avatar for rpk5000
0
399
Member Avatar for xiaotu1990

[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 …

Member Avatar for xiaotu1990
0
353
Member Avatar for rpk5000

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 …

Member Avatar for rpk5000
0
228
Member Avatar for rpk5000

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 …

Member Avatar for rpk5000
0
166

The End.