34 posts tagged with programming and java (View popular tags)

I need an "Online Generic Card Game Simulator" program (my term). I don't think what I want exists, but I don't know how to verify this, or more importantly, how to go about making one for myself. [more inside]
posted on Jul 28, 2008 - 11 answers

What is a good open-source project to get involved in? [more inside]
posted on Jul 3, 2008 - 12 answers

In which I attempt to swap to a more fashionable programming language, just as it becomes unfashionable: are there any good tools for translating C++ to Java? [more inside]
posted on May 22, 2008 - 7 answers

I'm starting a new project at work rewriting a web application from scratch. We want to rewrite it in Java for a number of reasons that aren't really important. I've spent the last few months off and on researching web frameworks, but I haven't got a really good handle on how the web-development community feels about them. Help me choose! [more inside]
posted on May 5, 2008 - 5 answers

Im a Freshman Computer Engin. Major and I want to learn more programming/logic by myself. Any books/Resources/Sample Projects you might recommend? [more inside]
posted on Apr 24, 2008 - 22 answers

How long would it take to become decent at programming Java for someone with basic non OO programming skills? [more inside]
posted on Apr 17, 2008 - 10 answers

I'm trying to compile and run a Java class from Ruby, but I'm having some problems. I'm not very experienced with Ruby- please help me figure out what I'm doing wrong. [more inside]
posted on Mar 24, 2008 - 7 answers

How to get a relational database on a mobile device, and query it using J2ME? [more inside]
posted on Mar 23, 2008 - 5 answers

How should I get started in programming Java on Ubuntu Linux? [more inside]
posted on Feb 12, 2008 - 14 answers

I want to teach myself computer science. I know that teaching myself is far from a university education on the subject, but I'd like to try. How can I teach myself? What are books/lectures/tools/websites/anything that I could use to do this? Covering everything from the programming languages themselves, to algorithms, software development, and the mathematics background necessary for this. [more inside]
posted on Jan 12, 2008 - 22 answers

How do I manage the source code for a big Java program? [more inside]
posted on Sep 18, 2007 - 13 answers

For-a-friend-filter: Help with JavaDoc. [more inside]
posted on Jul 9, 2007 - 3 answers

Javafilter: Can a Java Applet that runs on my website save and edit files on my website? [more inside]
posted on Jul 5, 2007 - 8 answers

I'm writing a little test program just to try out network programming in Java. However, some pages I GET from return the correct page, some return the standard 404 page (even when I can access the page from my browser), and some just hang without returning at all (again, from a page I can look at with my browser). Can someone more knowledgeable about network programming than me explain this? [more inside]
posted on Jun 12, 2007 - 10 answers

Does anyone know of a good, online Java course? I will be starting an IT degree at the Harvard Extension School this fall and I was advised to take a summer Java course to refresh my skills. [more inside]
posted on May 11, 2007 - 7 answers

How do I help a client pick between Java/JSP/Velocity/Freemarker and PHP/Smarty/etc? Is there an MVC approach in PHP? [more inside]
posted on Apr 7, 2007 - 5 answers

What is the market like for Java programmers vs C++ programmers? Is there a difference in salary to start? How about with 5 years of experience in one language? Is there a growing trend in Java (SE/EE/ME) vs C++? [more inside]
posted on Feb 6, 2007 - 16 answers

I want the Java application I'm writing to put an icon in the menu bar (next to the system clock, airport status icon, iChat icon, battery icon, etc), a la Quicksilver and Gmail Notifier, but I have no idea how. Help! [more inside]
posted on Nov 11, 2006 - 7 answers

Any CORBA experts here? I have an IDL/exceptions question. [more inside]
posted on Aug 23, 2006 - 7 answers

Exceptions or return values, and why?
posted on Aug 10, 2006 - 20 answers

How do I alter this piece of code to make the pop up window close automatically after exactly 37 seconds? [more inside]
posted on Jun 23, 2006 - 16 answers

Can you help me find an online programming class that will fulfill my prerequisite for graduate school? [more inside]
posted on May 2, 2006 - 7 answers

What are good free programming language learning environments? [more inside]
posted on Dec 30, 2005 - 41 answers

How do you use generic interfaces in Java 1.5? [more inside]
posted on Dec 13, 2005 - 5 answers

Very specific JAVA question. Java.sun.com and various google searches have been of no use. [more inside]
posted on Oct 13, 2005 - 18 answers

Fun exercises to teach basic programming skills? [more inside]
posted on May 13, 2005 - 18 answers

Specific Safari/Java/Applet question: how do I get Safari to allow cut and paste to work in my applet's text fields? [more inside]
posted on May 3, 2005 - 2 answers

Algorithm help: C# uses a version of binary search wherein if the desired number is not found, instead of returning -1 it returns a number who's one's complement is the index of the next largest number in the collection.

I'm trying to recreate this in Java -- How do I modify a standard binary search to return the one's complement of the next highest number? [more inside]
posted on Nov 26, 2004 - 17 answers

Programming languages: I'd like to take up programming as a hobby, with an eye towards evaluating it as a career choice. What language should I learn? [more inside].
posted on Aug 13, 2004 - 28 answers

I'm learning JavaScript for a project, and having trouble sussing the DOM addresses of components of a page. I've played with FireFox's DOM Explorer, but while it shows the tree, it doesn't show the element addresses, nor can you print the tree out. Any suggestions?
posted on Jul 8, 2004 - 6 answers

I have Apache 2.0 running. I can easily set stuff up like mod_perl and PHP. I want to start developing w/ Java and I want to run servlets and Tomcat scares me. Does it run under Apache? Seperate from Apache? Any info appreciated.
posted on Jun 23, 2004 - 5 answers

I'll be graduating next August with a Computer Science degree and will be looking for an entry-level programming job. I am very comfortable with Java and reasonably comfortable with C++ and Visual Basic. I do not have any work experience in programming and won't have the chance to gain any before graduation(the unconventional schedule of my current job is what is allowing me to finish my degree in the first place). What can I do over the course of the next year to boost my employability? What other skills should I try to pick up over the next year?
posted on Jun 16, 2004 - 11 answers

If you were writing a new p2p application -- leaving ethical and legal issues aside for a moment -- which programming language would you use? I know Visual Basic and PHP, but neither is really any good for this purpose. I dislike things that require the user to install a big VM (.NET, Java) and find C++ a complete nightmare.
posted on Jun 2, 2004 - 37 answers

Can anyone suggest a book, website, etc. that describes the process of breaking a problem down in order to write a program. I have struggled for far too long trying to figure out how to write a program from scratch only to be stumped by the logic involved.

This question, I think, is outside of a specific language or philosophy (Java, OOP, et al.). It's just something I haven't been able to get my head around.
posted on Jan 11, 2004 - 15 answers