Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~7K People Reached
Favorite Tags
Member Avatar for Goldfinch

Hi, I'm trying to change some DNS records on GoDaddy so the website for a domain name is hosted by a different company but still ensure that the e-mail service that GoDaddy hosts for that domain is not interrupted. I have worked with the basics of Name Servers and NX …

Member Avatar for Pcdoctor_1
0
239
Member Avatar for Goldfinch

There is some kind of rendering problem in my Javascript/HTML5 Canvas code that I haven't been able to spot. All the assetts are there, for some reason my sprite goes invisible and nothing loads when I enter the second room except the pizza slice that is deployed when I press …

Member Avatar for pty
0
299
Member Avatar for Goldfinch

I have been comparing a Java GUI program's start time to both native apps and another Java based app, and I have concluded that my program is launching a little too slowly, or at least a little slower than I would like. I think it's taking too long to load …

Member Avatar for JamesCherrill
0
239
Member Avatar for Goldfinch

I have been trying to connect my 20" Apple Cinena HD display to a Lenovo ThinkCentre running Win7, i bought an adapter to deal with the DVI-D Single Link to VGA connection, but the screen has not responded, I cannot configure the PC until I get a screen working. Edit: …

Member Avatar for rproffitt
0
240
Member Avatar for Goldfinch

** I was building a program that is supposed to paint an image in a JPanel. I should be able to select an image (such as a JPEG) from the Open item in the File drop down menu and then it should be visible in a new window. However, the …

Member Avatar for Goldfinch
0
196
Member Avatar for Goldfinch

Hi, I hope this is the right place to post this. I am researching the possibility of registering a new domain name. I haven't decided what the correct name is yet but I want to figure out what names are available and would like to figure out a way to …

Member Avatar for Maywyn
0
786
Member Avatar for Goldfinch

Hi, I'm looking into implementing a program that can translate words into another language (english to name the language) and I am looking for an easily readable language. I posted in this forum because its not really a coding issue, and its closer to the Natural Language Processing that is …

Member Avatar for Goldfinch
0
194
Member Avatar for Goldfinch

Hi, I'm having a major problem with an algorithm for Java. I am building a program that recursively parses a simple programming language that follows obvious production grammars. My main issue is nesting. For instance, the pattern might be something like this: Create Jpanel1:{ Create JButton1 Create JPanel2:{ Create JButton2 …

Member Avatar for iamthwee
0
189
Member Avatar for Goldfinch

Hi, I'm trying to build a prototype or model of a program and that program requires the ability to store and retrieve data and operate locally (no network connection is needed at this time). I've discovered the javax.sql package but that seems to only connect to a database. I need …

Member Avatar for Goldfinch
0
171
Member Avatar for Goldfinch

I've been trying to install Java 3d on mac but to no avail, the official instructions don't even seem to work, does anyone know the correct and exact procedure to install Java3D on a mac.

0
75
Member Avatar for Goldfinch

I've been trying to figure out how to launch a java application from a single double click file like you would Microsoft Word or Firefox. I think I've seen a couple of Java applications that do this, but I haven't seen how.

Member Avatar for <M/>
0
200
Member Avatar for Goldfinch

A few months ago I launched a website. As of today or a little earlier it was averaging 10 unique visits a day and there is a rising trend. Thing is, I'm trying to figure how much of it is really people looking at the webpage and therefore evidence that …

Member Avatar for <M/>
0
185
Member Avatar for Goldfinch

So I just updated to Mac OS X 10.8 and I'm having a serious IT problem that is preventing me from compiling any code. It looks like I've installed Java 7, but its trying to access a nonfunctioning version of OpenJDK8

Member Avatar for mvmalderen
0
66
Member Avatar for Goldfinch

So I'm writing a script that must do certain things daily and I could set a cron job but I want to also share the script as a free download, and I want the script to just work for my users, no set-up, so I'm trying to find a way …

Member Avatar for Goldfinch
0
218
Member Avatar for Goldfinch

I'm learning the PIC16F690 and I'm trying to program it to do a simple operation, move over one led each time the single button is pressed and then reset. I'm not asking for code, just if I can bounce ideas of how to implement this off someone who can maybe …

Member Avatar for Goldfinch
0
172
Member Avatar for Goldfinch

So I've started to look into the possibly of making revenue from my website by using ads. I'm a US citizen and I think I may be required to give some of these websites my SSN before they can pay me anything. So my question is, have any of you …

Member Avatar for Goldfinch
0
118
Member Avatar for Goldfinch

Hi, I am building this script to display a daily comic, I am trying to get every day after the start date and up to the present date to turn into a link on the calendar but only those days. The script is more than one file but I believe …

Member Avatar for Goldfinch
0
313
Member Avatar for Goldfinch

Hi, I'm having some trouble writing a method to sort a LinkedQueue ADT. I find it difficult to keep track of the order things when sorting is concerned (ha ha ha). I'm trying to pull the values out of a Queue which store objects of type PrinterItem. Those objects in …

Member Avatar for Goldfinch
0
156
Member Avatar for Goldfinch

I ordinarily submit data to my PHP script through a POST action that redirects the page, but I'd like to get Javascript to handle that so I stay on the same page.

Member Avatar for GliderPilot
0
129
Member Avatar for Goldfinch

Hi, I've been having trouble with a form script that sends an e-mail but doesn't format the information correctly: $formcontent="VISITOR NAME: $name\\n\\nFEEDBACK: $message"; $recipient = "facadmin@frontandcover.com"; $subject = "Contact Form"; $mailheader = "From: $email\\r\\n"; $mailheader .= "Reply-To: $email\\r\\n"; $mailheader .= "MIME-Version: 1.0\\r\\n"; if(strlen($message)>0){ mail($recipient, $subject, $formcontent, $mailheader) or die("Failure!"); echo …

Member Avatar for Goldfinch
0
197
Member Avatar for Goldfinch

I was trying to building a java project with a run function. Problem is, the build file is located at the base directory and file with the main method is in the /contents/username/ subdirectory - I can't seem to properly call the file even though when I run Ant compile, …

Member Avatar for Goldfinch
0
168
Member Avatar for Goldfinch

I want to write a PHP script to update my rss feed whenever there is a change or nightly if the above is to hard, but I don't know how. Any guidance?

Member Avatar for pritaeas
0
104
Member Avatar for Goldfinch

Hi, I want to use PHP to take one image, draw another on top of it and output it as a single image. So it might for instance be that the first image would be of a duck and the next image would be of an x, so the third …

Member Avatar for pritaeas
0
78
Member Avatar for Goldfinch

I'm trying to get php to return the name of a directory like this: http://www.foobar.com/example.php where example.php returns the name of the current directory as "" or "/" and http://www.foobar.com/example_folder/example.php where php reutrns the name of the current directory as "example_folder" or "/example _folder" I found that getcwd() returns the …

Member Avatar for blocblue
0
42
Member Avatar for Goldfinch

I have this code: static String format(String number, int decimalLength) { char[] decimal; System.out.println(number); String[] formatA = number.split("."); System.out.println(formatA.length); StringBuilder cents = new StringBuilder(""); int dollars = 0; dollars = Integer.parseInt(formatA[0]); decimal = formatA[1].toCharArray(); for (int i = 0; i < decimal.length; i++) { if (i < decimalLength) { cents.append(decimal[i]); …

Member Avatar for stultuske
0
181
Member Avatar for Goldfinch

The following script is supposed to take in a date formated YYYY-MM-DD and output an image. It is also designed to display an error image if the date inputed is before the start date defined in the script or after the current date. The problem is that it doesn't seem …

Member Avatar for broj1
0
119
Member Avatar for Goldfinch

Hi, I'm testing a script and I ran into a persistent error. The output of the program should be: 123 132 312 321 231 213 However, I just get a stack overflow error. I'm a bit lost as to what isn't running correctly. CODE: import java.util.Arrays; public class RecursionTest { …

Member Avatar for stultuske
0
145
Member Avatar for Goldfinch

Hi, I'm trying to read a file, line by line, into an arrayList, assigning a different line to each element and ensure that: 1. It's actually happening (which is the reason for the println statements) 2. that the scope of the arrayList with the string elements filled in is sufficient …

Member Avatar for Goldfinch
0
962
Member Avatar for Goldfinch

I was writing this simple loop and it's giving me trouble. It's supposed to count through the permutations in a deck, so Suit is supposed to go as high as Suit: 3 and Rank is supposed to go as high as Rank: 12, but it isn't doing that. My program …

Member Avatar for Goldfinch
0
177
Member Avatar for Goldfinch

Hi I'm trying to create an array of objects and then put a different value into each object. Problem is, I don't know why this isn't working. [CODE=java] public class TestProg2{ public static void main(String args[]){ Rank rank= new Rank(); } } class Rank{ private static int rankIndex=0; public Rank(int …

Member Avatar for Ezzaral
0
166