OS X PPC Widgets VS OS X Intel Widgets

I am trying to copy stickies from an old powerbook to an intel macbook but am unsuccessfull, does anyone know of a way to do it?

One nice advantage is an improvement to battery life for a Macbook Pro. How much? I don't know. I just know an early-2011 MBP lasts longer on battery than when I ran OS X Mountain Lion. Another is better memory management. Memory will be "compressed" which theoritically can turn 4GB of RAM into 6GB. I know on a Mac Mini with 4GB of RAM, I get fewer Page Outs running OS X Mavericks than I did with Mountain Lion. So, it feels like I have more available memory to run things.

Similar Messages

  • BBC Radio Widget not working on Intel iMac

    The BBC Radio Widget not working on Intel iMac - can anybody help?
    Thanks

    Thanks to Mike on Safari Help I am able to 'Listen Again' (as well as listen in real time) to BBC radio programmes on my Intel iMac. I don't know about the widget but the following works:
    Open Safari with CTRL key pressed
    Click Get Info
    Click the Rosetta option
    Restart
    Go to bbc.co.uk
    Download Real Player 10.
    Regards
    Kevin (Coventry, UK)

  • Widget stops working when second widget added

    I added a twitter feed widget via adobe widget and it was working. Then I added an image cycle widget and the image cycle widget worked, but the twitter feed widget stopped showing up in the browser. Here's my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>CBB — Creative By Becky</title>
    <link href="css/styles.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script src="scripts/jquery.js" type="text/javascript"></script>
    <script src="scripts/twitter_search.js" type="text/javascript"></script>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2125523" binding="#twitter" />
      <oa:widget wid="2559022" binding="#slideshow" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2125523: #twitter */
                        #twitter {
              height: 200px;
              width: 200px
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2559022: #slideshow */
                                  #slideshow { 
                                      padding: 0px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 0px;
                                      background-color: transparent;
                                            -webkit-border-radius: 0px;
                                            -moz-border-radius: 0px;
                                            border-radius: 0px;
                                      margin: 0;
    /* EndOAWidget_Instance_2559022 */
    </style>
    </head>
    <body>
    <div id="container">
      <div id="header"><img src="images/header.png" width="900" height="150" alt="cbb - creative by becky freelance print and web designer" /></div>
      <div id="logo">
        <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=false;
    $(document).ready(function() {
              $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'fade,',// name of transition effect
                        pause:                              true,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              2000,  // speed of the transition (any valid fx speed value)
                        sync:                              false,     // true if in/out transitions should occur simultaneously
                        timeout:                    6000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '400px',
                        width:         '900px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
        </script>
        <div id="slideshow">
          <!--All elements inside this will become slides-->
          <img src="images/beach1.jpg" width="100" height="100" title="caption for image1" /> <img src="images/beach2.jpg" width="300" height="300" title="caption for image2" /> <img src="images/beach3.jpg" width="200" height="200" title="caption for image3" />
          <div title="sample title"> you can add blocks of text instead!</div>
          <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
        <!--It is safe to delete this if captions are disabled-->
        <div id="slideshow-caption"></div>
      </div>
      <div id="menu">
        <ul id="crr_menu" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="#">About</a></li>
          <li><a href="#">Portfolio</a>      </li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </div>
      <div id="leftcolumn">
        <div id="twitter"></div>
        <script type="text/javascript">
    // BeginOAWidget_Instance_2125523: #twitter
    $(document).ready(function() {
              $('#twitter').twitterSearch({
                        term: 'from%3Acreativebybecky',
                        title: 'creativebybecky twitterfeed',
                        titleLink: 'http://www.twitter.com/creativebybecky',
                        bird: true,                                                  // true or false (show or hide twitter bird image)
                        birdSrc: 'images/tweet.gif',                     // twitter bird image
                        birdLink: '',                    // url that twitter bird image should like to
                        avatar: false,                                        // true or false (show or hide twitter profile images)
                        anchors: true,                              // true or false (enable embedded links in tweets)
                        animOutSpeed: 500,          // speed of animation for top tweet when removed
                        animInSpeed: 500,          // speed of scroll animation for moving tweets up
                        pause: true,                                        // true or false (pause on hover)
                        time: false,                                                  // true or false (show or hide the time that the tweet was sent)
                        timeout: 8000,                              // delay betweet tweet scroll
                        css: {
                                  a:     { textDecoration: 'none', color: '#990066', fontWeight: 'normal'},
                                  container: { backgroundColor: '#000000' },
                                  frame: { border: '10px solid #333333', borderRadius: '10px', '-moz-border-radius': '10px', '-webkit-border-radius': '10px' },
                                  img:   { width: '30px', height: '30px' },
                                  loading: { color: '#888' },
                                  text:  {fontWeight: 'normal', fontSize: '12px', color:'#ffffff'},
                                  time:  { fontSize: '12px', color: '#CCC' },
                                  title: { backgroundColor: '#990066', padding: '5px 0 5px 0', textAlign: 'center', fontWeight: 'bold', fontSize: '12px'},
                                  titleLink: { textDecoration: 'none', color: '#ffffff' },
                                  user:  { fontSize: '12px'},
                                  fail:  { background: '#6cc5c3 url(/images/failwhale.png) no-repeat 50% 50%'}
    // EndOAWidget_Instance_2125523
        </script>
      </div>
      <div id="content">
        <h1>You've made it to my homepage.</h1>
        <p>That means I'm well on my way to expanding my creative portfolio beyond print design and setting foot into the world of digital. I think I'm getting the hang of it.</p>
        <p>This inaugural site, while not perfect, will showcase my progress in this new venture as well as highlight my current accomplishments. Thanks for visiting! </p>
      </div>
      <div id="footer">cbb — creative by becky — 2012</div>
    </div>
    <p>  </p>
    <p>  </p>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("crr_menu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
      </script>
    </body>
    </html>

    Donna_d
    Two script instances running how do you keep them from both running? I am trying to bring in a jSocial(1.0) and a Flexslider (2.1) thumbnail navigator both will not run with the other.  Can you help?
    Thanks
    widgetgeek

  • Can you make a composition widget act like an accordion widget?

    Is it possible to make a composition widget act like an accordion widget? The reason I ask is because the styling that I can do inside of a composition widget is much more than that of a accordion widget which is just a simple text frame, makes it impossible to add images/icons where I would like to. The only work around to this is to make a .psd file with my states already predefined in it, however If I have to resize the widget for any reason I then have to go and edit the psd file vs just simple moving the items in muse.

    Hi
    How exactly you are trying to style the text or image ?
    You can insert any object or widget in accordion , add image or draw a rectangle with different states defined. You can resize while placing the image etc.
    If this is not you are looking for , then please elaborate as what specific changes you are looking for the object in accordion.
    Composition and Accordion , both are different and works differently but you can use accordion itself and make the changes to text or image anything inserted in the container.
    Thanks,
    Sanjit

  • Convert a web clip widget into an actual dashboard widget with Dashcode?

    So, I have created a widget using the Safari web clip option. I want to make it a permanent widget & not have to recreate it every time I relaunch my computer. I know Dashcode is used to make widgets, but is there a way to take my web clip widget and save it/export it and import it into Dashcode and make it a true widget I can save and have in my dashboard at all times?
    Or does Dashcode only allow for building a widget from scratch?
    At this time, I see no place where my temporary web clip widget has been saved on the computer, so not sure where it is even living to try to import it?

    bump.. any help?
    I have used some utilities to reveal hidden files and I cannot even find a hidden webclip widget of the widget I made... so I have no idea where its data is stored as it is not in either the root or users "widgets" directory. The webclip widget I made persist through relaunches of the computer, but is not an available widget in your dashboard to select from so if you close it, you have to go back and remake it.

  • TUTORIAL: How to make PPC Plug-Ins work on Intel Macs!

    Hi guys, I wanted to share this brillant method with you all, collect ideas and create a list of Plug-Ins, you have succeeded to make work (I guess nearly all PPc Plugs will work this way but lets better stick to facts). Maybe there is a way to work with more than 1 Plug - Feel free to report and contribute! Kudos goes to a dear friend of mine... Let' share some power...
    "I noticed some people complaining about not being able to use Trilogy and Atmosphere on Intel Macs. There's a tricky way to do it that takes about ten minutes to set up the first time and after that is easy. It probably works for other PPC-only instruments as well.
    Here's the outline: OSX for Intel contains a layer called Rosetta, which runs PPC software that hasn't been updated. (You might run Microsoft Word via Rosetta and not even know it.) In general, Rosetta is no good for audio software: you can't use it for a sequencer or a recording application. But it's good enough for a lightweight plugin host like Rax, which does nothing but serve as a host for Atmosphere. So you can load Atmosphere into Rax via Rosetta, then run it alongside a UB sequencer like Live or Logic.
    The only tricky part is connecting the two together. You need to get MIDI out of your sequencer and into Rax, and you need to get audio out of Rax and back into the sequencer. The MIDI can go via an internal IAC bus. The audio can go via the handy freeware audio-routing utility Soundflower.
    Here's how to set up:
    -- download Rax version 1.2.3. (Version 2 and up won't work.) You can find it at http://macmusic.org/software/view.php?id=395 . Use the serial in SerialBox to install.
    -- download and install Soundflower from http://www.cycling74.com/downloads/soundflower
    -- in Audio MIDI Setup, create a new IAC bus. Instructions on how to do this are at http://www.spectrasonics.net/news/Creating-an-IAC-Bus.html . Name it Rhino. (You can name it whatever you want, but in these instructions I'm going to call it Rhino.)
    Now you're ready to go.
    -- Open your sequencer and create a MIDI track and an audio track. Set the MIDI track's output to Rhino. Set the audio track's input to Soundflower 2ch.
    -- Open Rax and load Atmosphere. In the Preferences, go to the Audio tab and set Audio Device to Soundflower 2ch. Now go to the MIDI tab and, under MIDI Inputs, make sure Rhino is the only thing checked.
    You should now be able to send MIDI from your sequencer to Atmosphere, and then hear the audio through the sequencer. One last stage is to sync Atmosphere to your sequencer's MIDI clock, so that tempo-synched effects will work properly.
    -- Still in Rax Preferences, on the MIDI tab, set the MIDI Clock dropdown menu to Rhino. Close the Preferences window. At the top of the main Rax window, make sure the Ext. Sync box is checked. The Tempo window should say 0, which means Rax is following the sequencer's master tempo.
    And you're done. Save the Rax document and you can open Atmosphere with a single click. Trilogy works the exact same way, obviously.
    If you want to use multiple instruments from Rax, you'll need to use SoundFlower 16ch and send MIDI on a different MIDI channel for each instrument (using the same IAC bus).
    Anyone who's tried this, please post your results in this thread. Especially, try out other PPC instruments, and try using multiple instruments at the same time, and let us know how it works for you."
    Maybe one of the Admins wants to sticky this
    With my very best,
    Vic.

    There's another shortcut I've used successfully in order to access 'old' PlugIns on an Intel MBP :
    Just use Logic 6 - and take full advantage o' that ole rotatin' rosetta
    Meaning : Other than with native Logic versions 7 and 8, Logic 6 has to be fully emulated by the rosetta engine, and if your intel mac is fast enough, it does so very well - thus including all PPC PlugIns you still may have installed. Also works fine for PlugIns that were converted via FXpansion's VST-AU manager.

  • Upgrade from PPC G5 to MacBook Pro (Intel)

    Can iTunes and iPhoto be transferred from non Intel Mac to Intel Mac?

    Do you want to just keep the content and libraries, or do you also want to keep the old application versions? As Niel says, new versions will come with the Mac Book Pro. It may be possible to run the old versions if you really want to, but depending upon the age of the version there may be disadvantages in the interface overhead for an Intel Mac to run PPC software.

  • Using my old drives from my PPC G5 in my new Intel 3.0  ?

    OK, so I just got my new Intel 3.0 and I simply took my old drives out of my Power PC G5 and put them in my new Intel and they sem to be working fine. Is t ok to do this?? (I hope at this point)
    Thanks~

    If you want to put a system on it and boot, you need to reformat - Disk Utility - Partition - Options... and change to GUID.
    Even if you don't need to boot, you probably want to anyway.
    What you don't want to do is use Migration Assistant to bring over PPC applications (just data, prefs and such).
    Throw in RAM (in sets of four) and speed away!

  • PPC Server 10.4.7 -- Intel Server 10.4.7

    Hello Mac community,
    I just got my new iMac Core 2 Duo 17" which is intended to be my new server.
    Right now we are using an iMac G4. Both systems are running with Mac OS X 10.4.7 Server, the G4 with the PPC Version, the Intel obviously with the most recent Universal version.
    I really don't want to set up my new Intel server from the bottom. Is there any easy possibility to transfer all my G4 data (including users and services-preferences) to the new server?
    If the new server was a PPC then I'd clone it. Maybe I can somehow upgrade my PPC system to be universal and then copy it to the Intel Mac?
    Thanks in advance for your ideas.
    Philipp

    Although the Vtrak is attached to a UPS, I'd rather not disable flushing as the data is mission critical, Maya and After Effects projects...
    These services (NFS and AFP) talk perfectly well on our Tiger servers with Tiger clients. I think it really has to do with the mix of Leopard and Tiger clients, but there must be a fix because we are locked into a mixed environment. Our Avid systems require Tiger and our graphic systems require Leopard and they both must talk nicely to the same Leopard server...
    Of note: A Tiger client's performance greatly increases over AFP with the Security Update 2009-02... just no change in NFS...

  • Moving files from PPC 10.4.1 to Intel Maverick

    Just purchased an Intel IMAC with Mavericks system.  Have a PPC Mac, syst. 10.4.1 with files, fonts, etc to transfer.  How do I start?

    You will want to peruse these:
    http://support.apple.com/kb/TS1963?viewlocale=en_US
    http://pondini.org/OSX/SetupAsst.html
    Make sure whatever you want to transfer is actually compatible - quite a few may not since it has been a radical system change since 10.4.x.

  • Mac OS X PPC to Mac OS X Intel - cross upgrade?

    Hi, I just switched from a PPC Powerbook to a new Macbook, I bought a copy of OS X Tiger a couple of months back for my Powerbook (I like to have the actual OS X disk to make bootable partitions of my external backup hard drive)... is there a cross upgrade program so I can switch my PPC OS X DVD for an Intel DVD?
    Macbook   Mac OS X (10.4.6)  

    Presently the Intel version of OS X is only available as the distribution DVD that came with your Intel Mac. You cannot boot an Intel Mac using the retail distribution of Tiger nor can you boot a PowerPC Mac with the Intel version of Tiger.
    Also, Intel Macs require a different partition scheme than PowerPC Macs. In order to boot an Intel Mac a hard drive must be partitioned using the GUID partition scheme (an option in the Intel version of Disk Utility.)
    Although this is purely a guess at this point, I would expect that the next revision of OS X, Leopard, will be made available both in PowerPC and Intel versions (and perhaps may even be a universal binary release.) However, this is purely speculative on my part.

  • PPC Audio Units in Logic intel in Rosetta?

    Is there a way to run the PPC only Audio Units in Logic audio on a Intel mac by opening logic in Rosetta?
    I tryed and this isn't working but maybe is there a way to tweak something to run this (even if it's slow).
    Thanks
    Imac 17" 2ghz   Mac OS X (10.4.7)   2 Go RAM

    If the plugins you want to run are available as standalones (like soft synths or Guitar Rig), you can always run them in standalone mode and use Soundflower to route the audio to Logic. For the midi, use the IAC driver available in the AudioMidi Setup.

  • Import Mail 1.2.1 PPC to 2.1.1 Intel does not work

    (cross-posted to Tiger mail forum)
    Hello. I'm trying to move email from my old iBook G4 PPC (OSX 10.3.9, Mail 1.2.1) to my macBook Intel Core Duo (OSX 10.4.10, Mail 2.1.1). I follow these steps:
    1. boot the iBook as a fireWire drive connected to the macBook
    2. start Mail on the macBook and chose Import
    3. navigate to the iBook drive to User > Library > Mail > Mailboxes
    4. select all the mailboxes
    5. It says they all import OK
    6. look at the mailbox view folder list and it all looks peachy
    7. click on any one of those folders, and there are NO EMAILS
    8. quit Mail
    9. reboot Mail
    10. The supposedly imported mailboxes are GONE
    I await your orders.
    Thanks,
    Aaron Hunt
    H-Pi Instruments

    Voila! Thanks; that did the trick...
    I have to say that replacing the Mail folder like that sounded incredibly dubious, being across Mail app versions, OS X versions, and LittleEndian / BigEndian file types. I made a duplicate of the MacBook Mail folder before replacing it with the iBook Mail folder. No need, I guess; it worked. Go figure! Still it leaves one wondering why importing did not work, and why Apple did not put your instructions in Mail Help. Or did they? I didn't find that anywhere.
    Thank you,
    Aaron Hunt
    H-Pi Instruments

  • 10.4.7 PPC Update installed instead of Intel one on my Intel Mac

    I used software update to install the 10.4.7 update yesterday. The interesting thing is software update reported the upgrade as 64MB in size. I'm sure the Intel upgrade is supposed to be around 133MB in size though. As my Mac Mini is an Intel Mac, have I installed the right update?
    I installed the update anyway and my mac mini still seems to be working, but will this have repercussions later on? To compare, I installed the 10.4.7 on my Intel Macbook this afternoon and the update was 133MB in size. So what update have I installed on my mini, is it the correct one, and what do I do if it isn't?

    Software Update usually is able to detect which is the correct update. Updates may be different sizes on Software Update depending on the model that they are updating. If you had 10.4.5 or earlier installed, Software Update will use the Combo instead of the Delta update. The combo update includes all the updated information from 10.4.6 in addition to that of 10.4.7 when updating, whereas the Delta is only the changes from 10.4.6 to 10.4.7. You haven't stated that your machine is misbehaving in anyway, so I think you installed the right update. Look in your Library Receipts folder to determine which update was installed:
    http://docs.info.apple.com/article.html?artnum=25799

  • Can you swap G5 PPC logic board for an Intel board?

    If....and I'm hoping not....I have to get a new logic board for my G5 is it possible to sawp it for an Intel version? I mean, is it possible? I'm aware of the cost and such (Procs, memory) in addition but, may possible be tempted to do it if it's do-able.

    Negative, the cases look similar but internally are EXTREMELY different. Even the later ( late 2005 ) G5 are internally different than the earlier G5.

Maybe you are looking for

  • Audigy 4 Pro "beeping, cracking" where is créativelabs label quality

    I just installed my new audigy 4 pro with the Gigaworks s750. Well, all is fine with the sound quality but when i solicite more the system hard dri've, there is some loud bad noise that appaird. i contacted the heldesk, they told me to r?install my w

  • Error install IAS Infra 10.1.2.0.2

    On a Red Hat Enterprise Linux AS release 4 (Nahant Update 7) When installing oracle ias infra 10.1.2.0.2 i got this error : - Linking hsodbc agent /oracle/ora10ias2/OraHome_Infra/lib/libnnz10.so: undefined reference to `ssl_DisableClientAuthenticatio

  • Two apps have disappeard

    I just got my new iPhone 3GS. I downloaded two free applications: WootWatch and BBCReader. Both worked fine. At some point (I think after I synced with iTunes) they simply disappeared. I have tried turning the phone off, and turning it back on. Still

  • Code of method longer than 65535 bytes.

    What can I do if I get this error message? I am using JDK 1.3 and Tomcat32. Thanks, Nicoleta Iacob

  • Where to find out screen resolution in iPad

    iPad with Retina Dispaly, Screen Resolution is: 2048-by-1536 Can I actually see this resolution somewhere in the IPad? Settings-> General->......??