Is there any way to get frames

i was wondering if there is any way to get spaces
the new feature in leopard now
its the only feature i desire for my new macbook and it seems useless to pay for the upgrade in october (which should be quite expensive)
probably not
but i thought id ask

i was wondering if there is any way to get spaces
the new feature in leopard now
its the only feature i desire for my new macbook and
it seems useless to pay for the upgrade in october
(which should be quite expensive)
probably not
but i thought id ask
Just my 2 cents regarding your comment on the price for Leopard... Apple has customarily charged about $130 for their OS... about $200 for the family pack which can be installed on up to five machines. In comparison, here is Microsoft's pricing for Vista. I'm using the full price instead of the upgrade price because, Apple's price is for a full version of their OS... they don't have different prices for upgrades vs. full versions (and, apart from OS X Server, they don't have different versions with more or less features depending on how much you can afford... you get the whole package with OS X):
* Windows Vista Home Basic: $199
* Windows Vista Home Premium: $239
* Windows Vista Business: $299
* Windows Vista Ultimate: $399
With that in mind... OS X is actually an insane value.

Similar Messages

  • Any way to get frame accurate in icon view mode?

    Does anyone know if there is a way set frame accurate in points in icon view mode?  I know that if you are "hover scrubbing" a clip, and then click on it you can use the JKL keys to shuttle through the footage.  But is there any way to go frame-by-frame through the footage as well?
    I ask because I have a 4-camera shoot where the clips were synced by a slate clap.  I'd like to make a multicam clip from the shots so am going through and setting the "clap" as the in point of each clip, and then using them as sync points for the multicam clip.  I hover scrub to the general area of the slate clap (works great) then use the JKL key to narrow in "clap" even more (also works great).  However, it is nearly impossible to stop exactly on the frame where the slate hits using the JKL keys.  So I would like to get in the general vicinity using JKL, and then use some other keys or method to get to the exact frame of the "clap".  One would assume that the arrow keys would do this, but they don't. 
    Does anyone know if there is a way to accomplish this?  Thanks in advance for any help.

    I understand your point, and it never ocurred to me that I part of my normal workflow when doing things like that to more than a few clips is to select all of the clips and put them all in the Source Monitor with a single command. (Select them all, right click, and select "Open in Source Monitor".) So I don't go back and forth between windows. I guess I have been doing it so long I missed that step in the explanation. Sorry about that. Also, please understand that I skipped CS4 and CS5 so when I started using CS6 I have never really been comfortable with the hover scrub for anything serious. Not yet anyway.
    I figure that all of the clips will end up in the Source Monitor anyway before they hit the timeline, so why not put them up there and as I finish with each one I close that window and start on the next one.
    Those of us who go back to when Premiere became Premiere Pro have been waiting for some of these features a very long time. Slap-your-head it might be to you or me, but Adobe only has so much money to pay engineers and there is always something more important to work on. Like becoming codec agnostic or handling huge frame sizes. Adobe has borrowed many features from FCP, but it is still a work in progress. We just submit feature requests and attempt to convince others to do the same. You can't imagine how much time we spent a decade ago getting people to create the proper sequence. Now you just drag a clip to the New Item button and your sequence is perfect. That is magic to someone like me, who taught people how to use Premiere Pro 1.5 by copying FCP tutorials and recreating them in Premiere Pro (for Lynda.com) using the same footage.
    Jim Simon is often quite vocal about things he would rather see done that some of the requests. I agree with him most of the time, but every now and then a little thing I think should be done is not on his list and he will let me know in no uncertain terms why he thinks what he thinks. He can be pretty persuasive and it is difficult to argue with his logic. The Adobe folks read these forums, yes, but they read the feature requests and look to see how many customers want certain things done. Not a bad way to prioritize. Now that more FCP people will be submitting requests, there is a good chance that you will see more features that you want.
    So, while it may be obvious to you, it isn't obvious to Adobe until the masses speak. I suggest that you might want to consider being a rabble rouser, getting like minded people to put in the same requests. That is probably the best way to get what you want.
    As for going in reverse.... I think that if you have never had some of these things, they are not important to you. They are not all like adding reverse. Some are but some of these are like the tailfin on the 1959 Caddilac. The higher the better back then. But are they necessary?

  • Is there any way to get 720x576 (ie DV Pal)  from iphoto slideshow?

    I have tried the iphoto forum and have been directed here. Is there any way to get 720x576 (ie DV Pal) for an export from iphoto slideshow? I want to export 200+ photos with random transitions and the ken burns effect. Imovie offers offers automatic ken burns effect via project properties but I can't find a way to add random transitions automaticcally. Is it possible? I want to add the exported file to a movie in Final Cut Studio. Normally I have to resort to using adobe photoshop elements 5 and premiere elements 3 on my bootcamp partition. I would love to do this all in Mac OSX - since leaving Windows, this is the only thing that forces me to use that lousy operating system!
    Thanks in advance for any help.

    I have tried the iphoto forum and have been directed here. Is there any way to get 720x576 (ie DV Pal) for an export from iphoto slideshow?
    Not directly. But you can do it with a bit of external help. Create a slideshow project in iPhoto using the "Random" transitions and auto KBE you want. Then export the slideshow as a 640x480 MPEG4/AAC 30 fps full motion MOV file. Drop the file to MPEG Steamclip and select the "Export to DV" File menu option. The select the DV format, PAL standard, and aspect you want. (I would normally select the "Frame Blending" option in the main menu when going from 30 fps to 25 fps.)

  • Is there any way to get the height/width of an image before importing it in the indesign document.

    Hi All,
    I need to obtain an image's attributes such as dimensions (height, width in pixels) without placing image in indesign document.
    I have full path of the image (say abc.jpg is stored at c:\my pic\abc.jpg).
    I have obtained the IDFile for this image, tried getting size using GetFileSize() which correctly return size in bytes.
    Is there any way to get the height/width of image without importing it in the indesign document.
    Please, give me some hints. I have spent quite a lot time digging in CHM. I have searched in FileUtils, IDFile API's but found no method which serves this purpose.
    At this point I am clueless where to search next.
    Any help will be appriciated.
    Just a point to mention, I am able to get image height and width for an image in indesign doc though Its not my requirement.
    Thnx,
    D.

    You might be able to examine the contents of the PlaceGun after calling kImportAndLoadPlaceGunCmdBoss without actually placing the image in a document. Not sure, but would be worth looking at.
    Otherwise you will probably have to write platform specific code, ideally with a generic platform-independant wrapper (see SDKSamples/paneltreeview/PlatformFileSystemIterator).
    For the Mac, look at CGImageGetWidth() etc., not sure what the best option is for windows.
    Perhaps Quicktime could provide you with a platform independant solution.

  • Is there any way to get the appStore link for my application

    Hi everyone , i am developing an app which has a feature of sharing its appstore link with the friends through mail,so that they can see my appplication in appstore and buy it directly on click of a button. For that i need to use the app store link of my application for sending it . is there any way to get that and using it dynamically in my app immediately after releasing it.

    Your best bet would be to create a web page of your own for the app. Design that page so that it uses 'META REFRESH' to redirect the visitor straight to the App Store link.
    That way you can hard-wire your own web page address into your app.
    This has the advantage that it can work well even before you've noticed that your app has arrived on the App Store. Create a real web page, describing the app and telling people to search for it in the App Store by name - then replace it with the auto-redirect page when you've discovered your application's App Store address.

  • HT1386 i am trying to restore a backup og my iphone 4 from itunes on my macbook, it asks me for a password which i do not recall setting up, is there any way of getting this password.

    i am trying to restore a backup og my iphone 4 from itunes on my macbook, it asks me for a password which i do not recall setting up, is there any way of getting this password.

    No there's not.  Otherwise that wouldn't be very secure, would it?

  • I had 41 tabs open in about six groups over the last year and a half and I just close them and exited Firefox. Is there any way to get them back?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/856718]]</blockquote>
    I had 41 tabs open in about six groups over the last year and a half and I just close them and exited Firefox. Is there any way to get them back?
    Also, is there any way to save a group or an open session and then restore it later?

    History menu, if it was destroyed in the last session
    then use "Restore Previous session:" and then restore all windows also from the history menu.
    If done in this session try the restore all windows under the history menu.

  • Federal court website gives a .pl document which opens as garbage until we manually change it to .pdf, is there any way to get Firefox to do this automatically?

    I am using a Mac. When downloading a document from the federal court website using Firefox, we get a .pl document which opens as garbage (in TextEdit) until we manually change it to .pdf, which causes it to open just fine (in Preview). It used to work fine, giving a .pdf document every time, but apparently upgrades to Firefox have removed this functionality. As far as I can tell my computer, an iMac running Mac system OS X 10.10.1, does not recognize the .pl format. Is there any way to get Firefox to automatically convert a downloaded file from .pl format to .pdf format? My friend tells me that Google Chrome downloads these documents with no problem. I would prefer to stick with Firefox but I might have to change if every downloaded document is in an unreadable format.
    This is a typical example of what I get when I try to open a .pl document (the pdf version is a one page document using plain English):
    =====
    %PDF-1.5
    %‚„œ”
    2 0 obj
    <</Length1 15628/Length 10121/Filter/FlateDecode>>stream
    xúÌ{i`U∂9∑™∫;kWoYÈtuöK“ÑR@“ F!,Å$ñêÑÑd Ç䆆¢≤)
    ¢Ääƒet\FeûN࣌∆y3"ÈÔ‹Í|Ûæ˜˝˙˛LUNü{œ›Œ=€=∑i

    HI jlawrence1,
    Is it possible to associated the pl file mimetype with an application? [[Applications panel - Set how Firefox handles different types of files]]

  • Is there any way to get my photos FROM my iPod Touch back onto a new hard drive?

    My Mac crashed last Friday. First timeIs there any way to get my photos FROM my iPod Touch back into my new hard drive. The iTunes sync only goes one way from the computer to the iPod.
    It syncs the photos taken with the iPod (really an old iPhone 3G without phone service) but not the folders which I synced from the old hard drive to the iPod over the past year.

    thank you for the tip.
    Yes, my computer was backed up. for reasons way too complicated to go into here, these particular folders were not part of the backup.
    Thanks again for the help.
    jglaiche

  • Itunes deleted my 30 gigs of music and I didn't have it saved in itunes or on computer, is there any way of getting music back?

    Itunes deleted 30 gigs of music from my ipod. And I don't or didn't have it saved in Itunes or on my computer....is there any way of getting my music back? Alot of the music was not purchased from Itunes....mostly from cds I dont have anymore! PLEASE HELP!

    If the lost music is no longer on your iPod, on your PC, or in another backup somewhere, you are out of luck.  You can download most iTunes purchases again at no cost via iCloud.  See this article for more information and assistance.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    For non-iTunes purchased content, you'll need to redownload or rerip them from their original source.
    B-rock

  • Is there any way of getting back from a wrong clicked free trial to add my serial number correctly?

    Hi
    On purchasing a new imac I copied the apps across & on opening CS6 was requested to load serial numbers, through tiredness I added the seria; number from CS5.5 and therefore not recognised for the CS6, then when about to enter again through tiredness I must have clicked free trial and now have the CS6 in that format.
    Is there any way of getting back to that initial box to load the correct numbers & get out of trial as although it works I need it set up correctly?
    Any help appreciated

    Sorry, cant see this visible on menu or drop downs, did run through all menus before posting, could just be tired from 3 weeks straight.
    If this is not an option does that mean I am set up ?

  • Is there any way to get around having to use iDVD to burn DVD?

    Is there any way to get around having to use iDVD to export FCE to DVD?
    I've been trying to burn a FCE2 sequence to DVD. A friend of mine told me all I had to do was put a blank DVD in, click on the icon on the desk top, export the sequence to Quicktime and drag the QT sequennce into the DVD icon and click burn.
    Well something happened! But there's nothing on the DVD!! What am I doing wrong? I loathe iDVD. i don't want to author. I just want to burn the project on a DVD. Please advise. Thanks.
    Chuck
    iMAC 1.25 GHz PowerPC G4 Mac OS X (10.3.1)
    iMAC 1.25 GHz PowerPC G4   Mac OS X (10.3.1)  

    If you export a sequence at full resolution to can burn it onto a DVD as a data DVD, but this is for transportation purposes only. At full resolution the DVD, especially as it fills up, will not have sufficient throughput to sustain good playback of the material. That's why the material is encoded into MPEG-2 for DVD authoring. If you want to make a DVD for set-top playback it has to be authored to include the DVD format structure. There is no way around that. If you don't like iDVD, take a look at Final Cut Studio, you might prefer DVD Studio Pro. Or you might what to look at Roxio's Toast. It has basic authoring capabilities. Personally I don't think direct playback hardware solutions (except for seriously expensive ones) produce acceptable quality, but that's just me.

  • Is there any way to get the security tab to show when going to a website as in previous versions of firefox?

    Before I updated to Firefox 4, I used to be able to see the security bar on the bottom right telling me whether it was secure (x-d out in red or not) before I logged into a site, purchased something, etc. I know the bottom tab has been brought to the top but I no longer see that bar/icon which bother me. Is there any way to get that security tab (that little gold lock symbol) to show again for every website?

    The padlock has been replaced by the site identity button, for details on using it see https://support.mozilla.com/kb/Site+Identity+Button
    If you want a padlock, you can use the Padlock add-on in conjunction with the site identity button - https://addons.mozilla.org/firefox/addon/padlock-icon/

  • When closing multiple tabs, is there any way to get back the option of saving those tabs OR NOT for your next session, within the warning dialogue box itself?

    For brief period of time, not in FF4, there was the option whereby when I closed multiple tabs, a firefox dialogue box opened warning me that I'm about to close multiple tabs, '''AND ALSO''' asking me if wanted to save those tabs for my next session, or trash them.
    The primary issue IS NOT about saving tabs. The primary question here is about getting THE OPTION back to the CLOSING MULTIPLE TABS WARNING DIALOGUE.
    The use case here should be obvious. However, since it is clearly not obvious that different people work in a variety of ways, and neither of those methods of working is "wrong" or "right" I will elaborate: Some people, for whatever reason, it doesn't matter why, want to save all their tabs on some occasions, and on other occasions don't.
    This preference varies throughout the day. Therefore it is inefficient to constantly go to preferences and change whether or not I want firefox to open all my tabs from my last session. It is more LOGICAL to place an option in the multiple tab warning dialogue as well, for people whose preference constantly changes.
    This option was available for a time in most of the Firefox 3 versions. Is there any way to get back this option in Firefox 4?

    Firefox 4 saves the previous session automatically, so there is no need for asking if you want to save the current session.
    You can use "Firefox > History > Restore Previous Session" to get the previous session.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    You can set the warn prefs on the <b>about:config</b> page to <b>true</b> via the right-click context menu or toggle the value with a double left-click.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • When using an external (ergonomic mouse) is there any way to get the wheel to scroll one full page at a time?

    When using an external (ergonomic mouse) is there any way to get the wheel to scroll one full page at a time? Much appreciated.

    I can't use the keyboard to scroll. I need to keep my hand on the mouse, otherwise I'd never get anything done. Since I have no problem getting Firefox to scroll one page at a time, and I'm constantly jumping between 3 browsers, it would be nice to be able to scroll a full page at a time in Safari, just like I can in Firefox. Thanks.

Maybe you are looking for

  • Need help in adding days to a date

    Hi, In rtf when if condition is true I have to add 7 days for a particular date. I am using logic like this <?xdofx:DATE+07?> but it is giving output like if :date is 27-FEB-08 then it is showing output like 2715 I also checked like this case1:<?xdox

  • Redirect subdomain to tomcat

    Hi, I'm getting confused. I want to forward requests of a subdomain (cms.klimtoren.be) to tomcat. Tomcat is installed and working at http://localhost:8080/cms (located at /Library/Tomcat/) I also use the webserver of mac for static content at www.kli

  • How can you draw a thicker line!

    Hi, Do you know how to draw a thicker line without using Graphics2D? I can not use setStroke because if I use graphics2d class, the user have to download JRE to run my applet. Thanks

  • MacBook Pro Core2Duo 2.8 Ghz?

    Hello everyone, I've just been offered to buy a 15" MacBook Pro Core2Duo 2.8 Ghz that appears in good working order, but on googling the machine's specs, I can't seem to find that model on the internet. Very odd... Anyone else seen/heard/touched this

  • Content on iTunes... not on device

    Have a vintage iPod with the current version of iTunes on a Windows 7 64bit machine.  Connected to a music CD which is seen in iTunes but not on the iPod.  How can one manually bring this album content to the iPod.  Guidance sought