Search results

  1. D

    Will this work?

  2. D

    SQL/Java Question

    I'm trying to make a simple JSP page which will post data from a form into a database (Hypersonic SQL). The following code: Connection con = DriverManager.getConnection("jdbc:hsqldb:/members/QxUdPuc5YiTgxPUGg5PJY8cJ6OahZ0jA/db/codepasterdb", "sa", ""); String author1 =...
  3. D

    Scheme?

    Anyone know where I can find a (free) Scheme interpreter/environment for Mac OS X? EDIT: Sorry, didn't realize I posted this on the web development board.
  4. D

    Project Idea Thread

    One problem I always have when learning new programming languages and concepts is coming up with something to, well, program. I'm currently messing around with Java and Cocoa, and have run into this problem again. If anyone has any ideas for a good project, preferably something unique, I could...
  5. D

    FileVaults

    Can't seem to find this anywhere in the DP, is it in there? Or is not included?
  6. D

    "Finder not running"

    Just installed Panther, and while the Finder is definitly running it appears in the dock as if it's not (no arrow, says "not running" when right clicked). Anyone else experience this running Panther? Here's a screenshot:
  7. D

    Python script from Objective-C

    I'm very new to Objective-C and Mac programming, so bare with me. I'm writing an Objective-C (Cocoa) program that needs to be able to run a Python script and store the output in a string. Is there any way to do this?
  8. D

    Strings: initWithFormat

    I'm a complete newbie to Cocoa and Objective-C. I'm currently writing a program with a string that needs to hold the contents of a variable. NSMutableString *string1 = [[NSMutableString alloc] initWithFormat:@"%i", variable1]; Works fine, until the variable changes, and the string doesn't...
  9. D

    Will this work?

    I currently have a PC connected to my wireless network with a Linksys WUSB 11 (ver 2.6) USB network adapter. I'm getting a 17 inch iMac soon. Will this work with it? Or will I need to buy an AirPort card for it?
Back
Top