Search results

  1. jove

    Firewire/USB Hub recommendation

    Hello, The wires are becoming a nuisance. I would love a single hub that has multiple USB and Firewire ports with some on the back (for non-portable devices) and some on the front. Any recommendations?
  2. jove

    Karaoke

    Hello, Will GarageBand do Karaoke? Quicktime will in a graphically poor fashion. Is there a way to get Quicktime to stream its MIDI content thru X's MIDI system?
  3. jove

    Request for iPhoto features?

    It would be nice to be able to open an album in a new window (like a playlist in iTunes).
  4. jove

    Request for iPhoto features?

    Hello, I looked all over Apple's website and could not find a simple feature request page. Is there one? The two features are 1) Import of PDF. Why isn't this there? 2) An eject button for your camera similar to the iPod eject button in iTunes.
  5. jove

    My Panther first Impressions and discoveries - Post here

    About the keychain issue... Are you using the Keychain Access application? Did you check file permissions on your keychain file "~/Library/Keychains/username"?
  6. jove

    My Panther first Impressions and discoveries - Post here

    Mindbend, I didn't see the keychain option in the connection dialogs either. Open the app Keychain access and try to create one manually.
  7. jove

    My Panther first Impressions and discoveries - Post here

    Hello, My complaints, so far, are purely aesthetic. It took me a year to get used the white space only separators in menus. Lines are back. No big deal, but it is nagging me. Everything is grayer. I enjoyed the whiter and more colorful Jaguar. Panther just seems drab. Tabs and...
  8. jove

    Best AVI player?

    I haven't found an AVI that Quicktime can open! So far mplayer's simplicity and MacOSXisms has my vote. Both players seem to be quirky in their own ways.
  9. jove

    Best AVI player?

    What is the best divx avi player for X?
  10. jove

    Simple Scripting?

    also look into rsync
  11. jove

    Multiple vs. Single User

    License agreements with clauses beyond the piracy topic generally do not stand in court. Post-purchase agreements are considered entrapment. Post-purchase agreements of a product that cannot be returned without a fight holds even less weight. The agree and disagree buttons are a...
  12. jove

    Remotely launching an application

    The syntax you provided asks for the password of 'username:password'. Reentering the password does not work. I am not too worried about script kiddies. I am behind a hardware router. When they pass, they'll see Apache, that's it.
  13. jove

    Remotely launching an application

    The following will allow passwordless ssh sessions. When it asks for a passkey, just press return. clientbox$ ssh-keygen -t rsa serverbox$ mkdir ~/.ssh clientbox$ scp .ssh/id_rsa.pub user@ serverbox.domain.com:~/.ssh/ clientbox$ ssh user@serverbox.domain.com serverbox$ cd ~/.ssh...
  14. jove

    Remotely launching an application

    From command line ssh -l jove 192.168.1.52 'open /Applications/iTunes.app' asks for a password and works From Applescript do shell script "ssh -l jove 192.168.1.52 'open /Applications/iTunes.app'" gives the following error Permission Denied, please try again...
  15. jove

    Remotely launching an application

    Hello, I would like to remotely launch an application. Applescript does not seem to have the ability to do this. SSH has the ability (turn rlogin on in the sharing prefs). SSH hostname login open "/Applications/iTunes.app" exit Being able to wrap that transaction into a single...
  16. jove

    Using Quartz in QuickDraw env.

    The iMovie plugin API provides QuickDraw ports. The types of image manipulation I would like to perform would best be done with the services provided by Quartz. I am stuck... // Wrap the destination qdGWorld CGContextRef graphContext; ::QDBeginCGContext( qdGWorld, &graphContext ); // Do...
  17. jove

    Keyspan Remote and 'fn' key

    I just purchased the Keyspan remote. Nice hardware. Awkward but functional software. Apple's "Full Keyboard Access" on laptops requires the use of the 'fn' key. Keyspan's software knows nothing of the 'fn' key. Does anybody know of a work around?
  18. jove

    Changing width and height of movie

    Hello, Is there a way to resize the width and height of a movie without distortion (fill empty space with black)? I have created some movies that do not have standard proportions. iMovie resizes them.
  19. jove

    iTunes 4.0.1

    spurveys - I had a similar problem in 4.0. I purchased an Enya album and iTunes crashed every time I tried to burn it ( a couple songs in).
  20. jove

    iTunes 4.0.1

    Ah, Toast, I don't mean to sound demeaning, but grow up. You are taking personal offense to the elimination of a feature with other viable alternatives. Its called life. Deal with it. The Music industry has tried to legislate their business model for years. The Music Store with iTunes...
Back
Top