Slashdot Mirror


Friday Morning Release Party

usermilk writes "Apple has released an update for iMovie 3. It provides improved performance and stability, you can get it from the Software Update preference pane." Hopefully this resolves many of the complaints about what could be a really cool program. maxentius writes "The beta .7 version of Camino has been released. Once Chimera, this tabbed browser and Apple's Safari might start a real browser war. Which one do you prefer?" And on that note, an anonymous user writes "Safari v64 is making the rounds according to macrumors. Safari v62 brought us Tabs, and this new version (v64) appears to provide increased stability, improved tab appearance, loading status for tabs, and enhanced autocomplete."

5 of 104 comments (clear)

  1. Ken Burns Effect and How to Turn it Off by Spencerian · · Score: 5, Informative

    I know we'll have a few people who'll still grouse about the Ken Burns Effect of panning and zooming stills.

    Mac OS X Hints has this well documented. You can change two settings in the KBE settings, or you can disable auto-application of KBE to stills with a plist change.

    http://www.macosxhints.com/article.php?story=200 30 207070603841

    or

    http://www.macosxhints.com/article.php?story=200 30 204065235938&query=ken+burns+effect

    --
    Vos teneo officium eram periculosus ut vos recipero is.
  2. Safari v64 Download by ihatewinXP · · Score: 5, Informative

    Get it here http://www.deepapple.com/ Just go to the "Downloads" section. Seems much more stable the v62. Should be nearing real 1.0 status soon (even the beta 60 is being installed now as default on Apple demo machines as opposed to IE).

    --
    ---- The real Slashdot is still here. You just have to browse at -1 to read the comments.
    1. Re:Safari v64 Download by he1icine · · Score: 5, Informative

      oops, I fscked up

      this turns debug on:

      defaults write com.apple.safari IncludeDebugMenu 1

      this turns it off:

      defaults write com.apple.safari IncludeDebugMenu 0

      --
      Ignorance is the Agent of Fear; Fear Is the Agent of Violence - >1
  3. Re:What is this, "Ken Burns Effect"? by Twirlip+of+the+Mists · · Score: 5, Informative

    And, is it Ken Burns Effect (no apostrophe, as in : Ken is burning) or Ken Burn's Effect (with apostrophe, as in belonging or pertaining to Ken Burns)

    It's "Ken Burns Effect." See, there's this guy, Ken Burns. You may have heard of him. Made a couple of documentaries or something, including one about a war. Didn't have any video of the war-- I guess it happened before CNN or something-- so he had to use lots of still photos. The way he used them, panning across them while telling the story, got him some kind of recognition or something. So now whenever anybody pans across a still photo in a movie, it's called the Ken Burns Effect.

    (Sorry for all the snideness. Up late last night, up early today. Bad combo.)

    --

    I write in my journal
  4. Enable pipelining in Camino by Draconix · · Score: 5, Informative

    This will greatly increase browsing speed, though it supposedly reduces stability, I've been using it for a long time, and haven't noticed a reduction in stability.

    First, make sure Camino is not running. Then open the prefs.js file, located in Library(the one in your user directory)/Application Support/Chimera/profiles/default/.slt

    Paste these lines into it:

    user_pref("network.http.pipelining", true);
    user_pref("network.http.proxy.pipelining", true);


    Note: I got this information from Mac OS X Hints some time back. A handy thing to know.

    --
    By reading this you acknowledge that you have read it.