Search results

  1. M

    Obj. C Finance Data

    Hi, I'm trying to write a simple application in Objective C using XCode that uses stock price data given a ticker symbol. I'm familiar with Obj. C, but am not sure how to get data from the internet via Google Finance or Yahoo Finance, for example. Where can I learn more about how to do this...
  2. M

    iPhone SDK - App not opening on phone

    Hi, I just wrote a simple application for my iPhone on XCode. I'm using the newest version and have tested it on Aspen, where the app runs perfectly. When I try to load my app onto my iPhone (Software 2.0) it loads onto the main menu but just quits when I try to open it. If it runs in Aspen...
  3. M

    [Obj. C] How to tell if NSTextField is empty

    Thanks alot! It worked perfectly.
  4. M

    PowerMac G4 won't start

    I have a PowerMac G4 and this happened to me once before. Try resetting the PMU. Here: http://docs.info.apple.com/article.html?artnum=95037
  5. M

    [Obj. C] How to tell if NSTextField is empty

    Hi, I'm trying to write Objective C code that adds the numbers inputted in two text fields upon pushing the "Add" button. Also, the program should display an error message if one or both of the available text fields are not filled with anything. The code does add the two numbers in the...
  6. M

    Powermac G4 Freezes On Grey Apple Logo

    I've got the same problem! Just installed Mac OS Server Tiger on a G4 with similar specs to the one above, and it started alright. However, after I put the updates on, it doesn't turn on past the grey Apple logo startup screen. I can't boot from the disk to reinstall either. Any recommendations?
  7. M

    Dynamic Image

    Hi, I'm trying to create something like the following: http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=64629100&engr=64629100 Apple uses WebObjects here, but I think it's possible with PHP too. What's the best way to create this sort of a dynamic image...
  8. M

    Live video feed on Keynote?

    Hi, How can I display live video feed (from a camera connected to the computer) in a keynote presentation? This was done during the apple presentation (when they introduced the iPhone), but maybe they were using a modified version of Keynote. Thanks for the help
  9. M

    Creating iMovie themes

    Thanks! Is it possible to use Quartz Composer to create these themes? Is that how Apple made them?
  10. M

    Creating iMovie themes

    Hi, I've been exploring iMovie 06, and really like the animated themes that Apple has included. I'm wondering, though, how I can create my own animated drag and drop themes. Could it possibly be done in Motion? Thanks
  11. M

    Converting .mov to smaller video file

    Hi, I have a bunch of videos in Quicktime's .mov format that I'd like to post on the web. They are larger files, and I'd like to convert them to a format that will load very quickly. What's the best way to do this? Could I possible use the .flv format (I think YouTube uses some sort of flash...
  12. M

    Syncing iPod that is not registered to you

    Hi, I borrowed a friend's iPod, but can't put any movies or songs on it. iTunes reminds me that I have to "erase and sync" his iPod in order to sync it with my library, and doesn't let me access anything on the iPod. Is there anything that I can do to put movies/music on it? Thanks.
  13. M

    NSInternalScriptError in Applescript

    Thanks so much for your help, Mikuro! One thing, do you know where I can get Quicktime 6.5 player for mac? I can't seem to find it anywhere. Thanks again.
  14. M

    NSInternalScriptError in Applescript

    Thanks for doing that! I look forward to hearing if you fixed it.
  15. M

    NSInternalScriptError in Applescript

    Hi, I'm having a problem with the attached applescript which tries to add chapter markers to the frontmost quicktime movie. It's supposed to place the markers wherever the playhead is, but always gives me an "NSInternalScriptError." It highlights this line after it displays the error...
  16. M

    Quicktime Chapters

    Hi, I'm trying to create chapters in a quicktime .mov file, but the scripts available online from apple give me an unknownkeyscript error. Is there another easier 3rd party program that would allow me to do this? Thanks
  17. M

    Streaming Server

    Thanks for your response. The school I'm working with already has Mac OS Tiger Server installed on an Xserve, so thats the setup I think I'll use. And I'll try both (streaming and embedding), the only issue is the speed with which these videos stream. But your advice seems to be in line with my...
  18. M

    Streaming Server

    Hi, I'm working on a project involving large video files (100 mb or so) and I need to make these available on the web somehow. They will be available only over a closed network (a school), and I'm thinking of either embedding them in a web page, or using Quicktime Streaming server. If the...
  19. M

    Syncing Motorola v195 with mac

    Hi, I have a Motorola v195 and would like to sync it with my AddressBook. is there an easy way to do this in a quick way? Currently, this phone only allows me to send one vCard at a time. Thanks
  20. M

    A submission page w/ javascript?

    Hi, I'm trying to build a submission page that allows users to compose text (in various HTML forms). I'd like to have the content of these forms emailed to me automatically, as soon as the user clicks the "submit" button. But, I cannot use PHP, MySQL or SSH. Can this be done using...
Back
Top