Motion opinions wanted please!

I'm using FCPX for home videos and the occasional experiment, and am wondering whether Motion is worth buying?
I still have Live Type from my FC Express days, and thought that was a great little programme for titles. Motion seems to do more.
Does anyone have an opinion on whether it's worth "upgrading" from Live Type..... I expect I'll mostly use it for titles, but that's because I'm not entirely sure what else it can do!
Cheers.

salty777 wrote:
… I'll mostly use it for titles, …
although allready sold/bought, an additional info:
'titles' is by far more than just some 'dancing letters'   …
imagine the complex animations in any sportsTV - not only allows M5 to do this, its feature PUBLISH PARAMETERS allows you to 'modify' those titles without leaving FCPX:
so, you create your own templates - and in FCPX you enter, in my above example, player's name & data. the inserted video is automatically re-sized, rotated and positioned, but the published parameters allow to shift and zoom manually too .....
LiveType was nice … M5 is nicer!

Similar Messages

  • Please Read!! Java coder's opinions wanted...

    Help:
    I need you to tell me what features your ideal source code editor (with some project management tools built in) would have. Tell me anything, however big, however infeasible, or however trivial.
    Background:
    I'm starting work this summer on a major project, set to last until the summer of 2004 (2 years), during the course of which I plan to develop an advanced text editor (with project management tools), written in Java, that will be built from the ground up differently from any other. It will be freeware on release.
    Features:
    The software will be able to handle HTML/XML/Java/Prolog/LISP/C/C#/Perl languages and plain text, and will support plug-ins for other languages.
    In the course of developing it, I want to experiment with novel features, built-in project management tools, support for numerous programming languages, different ways of viewing, editing and presenting the project/code, and the application of the latest AI research.
    I also want to build a 'concept' GUI (as in 'concept car), that will be rather unlike any other application around at the moment and will be designed from the start to follow all the latest theory on user psychology, behaviour and preferences.
    I have dozens of ideas for this, which sadly I need to keep mostly under wraps for the time being. However, this project is intended to create from scratch an entirely new text editor using user-centred design, and I need to know what all you novice and experienced users want.
    Timeline:-----------------------------------------------
    Prototypes expected by Xmas 2002.
    First beta likely to appear late Summer 2003.
    Successive betas to be followed by release
    candidates around about Xmas 2003.
    Final release to appear early Spring 2004.
    Update Summer 2004.
    (All these releases will be freeware)
    As you can tell from the schedule, this is a serious project, and I hope I can produce a piece of (initially) freeware that will benefit everyone...
    Thanks for the help!
    Martin Robbins
    UW Aberystwyth (UK).

    same as jgitnick's comments, but I also like the features where your objects are displayed in dropdowns along with properties and methods.
    version control and history are essential as are color coding identifiers, comments, etc... The version history should be easily accessable--I've used several tools that had versioning control, but then didn't let you access the history--what was the point?
    Ability to set tabs and tab characters replaced by spaces (spaces inserted instead of tabs) for each tab used--this lead to a 3am coding chrisis when I was in college because the tab character was not supported well as white space by a compiler we used for one semester.
    scope designator matching {} ()
    replaceable character sets (support for multiple human languages).

  • Output not what I want, please try and help, code supplied... :-)

    Hello everyone, please help me if u can, Im desperate. Essentially wot Im tryin to do, is create a cd collection program, whereby details of the cd are entered (price, quantity, title and artist) and I would like to return statistical data on the cd collection, such as total number of cds, most expensive and cheapest cds etc. As you can I see I have used arrays to find out the cheapest cd and most expensive cd, it seems to compile k but Im not getting the results/output I want. Its displaying the price fine, but I also want the quantity, title and artist details to be outputted as well, like I do in the cd list using the cdDetails method. Ive tried many ways but still cant do it.
    If anybody can help please do if you've got a minute, I will gladfully reward you with duke dollars.
    Below is the latest edition of my code:
    Thanks in advance,
    Larry
    import avi.*;
    public class CDCollection
    private String title = "Unknown";
    private String artist = "Unknown";
    private int quan = 0;
    private double price = 0;
    CDCollection(double cdPrice, int cdQuan, String cdTitle, String cdArtist)
    title = cdTitle;
    artist = cdArtist;
    quan = cdQuan;
    price = cdPrice;
    public double getPrice()
    return this.price;
    public static double findHighest(CDCollection[] cds)
    double highestSoFar = -1; // lower than any valid
    for (int i = 0; i < cds.length; i++)
    if (cds.getPrice() > highestSoFar)
              highestSoFar = cds [i].getPrice();
    return highestSoFar;
    public static double findLowest(CDCollection[] cds)
    double lowestSoFar = 1000; // lower than any valid
    for (int i = 0; i < cds.length; i++)
    if (cds[i].getPrice() < lowestSoFar)
              lowestSoFar = cds [i].getPrice();
    return lowestSoFar;
    public void cdDetails(Window screen)
         screen.write("�"+price+"\t"+quan+"\t"+title+"\t"+artist+"\n");
    class CDMain
    public static void main(String[] args)
         Window screen = new Window ("CDMain", "bold", "black", 14);
    screen.showWindow();
         screen.write("CD List:\n\n");
    CDCollection[] cds = new CDCollection[3];
    cds[0] = new CDCollection (10.99,11,"All Killer No Filler","Sum 41");
    cds[0].cdDetails(screen);
    cds[1] = new CDCollection (12.99,8,"The best of","Sting");
    cds[1].cdDetails(screen);
    cds[2] = new CDCollection (13.99,4,"Best of","Beegees");
    cds[2].cdDetails(screen);
    double highest = CDCollection.findHighest(cds);
    screen.write("\nThe most expensive cd is: �"+highest+"");
    double lowest = CDCollection.findLowest(cds);
    screen.write("\nThe cheapest cd is: �"+lowest+"");

    The findLowest method should return the instance with the lowest
    price, not [only] the lowest price. That way you would
    have your information.
    public CDCollection double findLowest(CDCollection[] cds)
        CDCollection lowest;
        if (cds.length>0) {
            lowest = cds[0];
            for (int i=1; i<cds.length; i++) {
                 if (cds[ i].getPrice() < lowest.getPrice()) {
                      lowest = cds[ i];
        } else {
             // no cds --> no lowest --> return null
             lowest = null;
        return lowest;
    }findHighest: same struggle.

  • Neo 2 865PE Setup Options-Opinions Wanted

    Hi, I finally got my new PC set up and I have some setup questions I'd like to get some opinions on:
    1) My Hard drive is an ATA133 from Maxtor. Is it better for me to use the IDE1 slot or the Promise IDE3 slot? If I use the IDE3 slot, I will be able to run all of my IDE using peripherals as masters and I wont have to slave anything.
    2) Sound- Is the onboard sound better then a Creative Labs Soundblaster Live card?
    3) Bios Settings....what are the best performance settings I should use considering the following hardware:
    - MSI Neo 2 FISR 865PE Motherboar
    - 2.6GHZ 800FSB P4 CPU
    - two 256MB Giel 533MHZ PC4000 RAM (512MB total)
    - Gainward Ti4200 G4 128 MB "golden sample" video card.
    I read in Toms Hardware in this article that I should be able to Overclock the BUS  to 900 and perhaps 1000 with a setup like the one I have...the only major difference is that I got 512MB of RAM where in the article he uses 1000 MB of RAM.
    http://www.tomshardware.com/motherboard/20030812/index.html
    Any comments or suggestions are appreciated.

    There'll be no difference of ATA100 and ATA133, the speed is not easy or almost impossible to be detected on daily usage.
     I'm pretty happy with my NEO2's onboard AC97' chip, it delivers good quality sound for average users like me, regardless in terms of gaming, musics or movies. Unless you want very high quality sound likewise DTS, THX or doing music ripping, then you may need a better sound card like Audigy 2.
    Your setup is ok, but be very careful with your RAMs as the NEOs are not yet very stable at support RAMs of more than 400MHz in speed, during the setups, if you're encountering instabilities, I'll recommend you to lower your RAMs speed to 400MHz and lower all latencies and increase the RAMs Voltage to 2.7v, set AGP/PCI Freq to 67.01/33.50Mhz.
    All the Best... :D!!!

  • I'm drowning in the sea of HD export presets. Salvation wanted please..

    Hello,
    I hope the forum proves again its functionality like it did before. Cause my head's getting a little bit blurry now, from all the presets.
    So, the big issue is that I want to export a HD project to a format in which I dont get a wrongly cropped/stretched/laggy/wrong-frame-rate/... image. I know it's not that hard, but I just cannot figure it out anymore.
    I checked other topics and discussions, and found some concerning more or less the same question but I didn't find the right answer, sorry.
    Let's make a list of the settings/info:
         - OS: Windows XP service pack 3, Premiere CS4 (and AE, Photoshop, ...)
         - My captured and imported images are shot with a Canon HV40 HDV camera, and have, according to the title display in the left bottom corner of Premiere the following specs: 1440x1080 (1080p), frame rate 25 fps and PixelAspectRatio 1,3333 (HD anamorphic 1080 i guess?).
    To make sure that these are the exact specs of my video files, i tried - following the ever-returning advice of this forum user Bill hunt- importing my video files in Gspot. But, don't ask me why, Gspot only displays that my files are MPEG-2. The file extension is .m2t.
         - The Premiere CS4 preset I used to make my project is -to match the video files specifications- the HDV 1080 p(rogressive) Preset, displaying the same specs as above.
         - I do not want to export my video to youtube, I want to show the video to an audience using a beamer, which is the reason why I want to keep the quality pretty high. I don't know whether I am going to play the movie on a MAC or a Windows computer, so I need to make 2 versions (each one smoothly compatible with the according OS). Also I want a copy of the movie in HD quality to show to someone on a strong computer.
         - I live in Belgium, Europe. Does this matter in this case? I know that NTSC is the standard in the US and and Japan etc, and that PAL is the standard in Europe. But does this still matter up to this day, with the rather, uh.., global economy and quick exporting of products etc... I do not know alot about this, I hope you understand my question. I mean, what are the consequences from these standards? Do they concern your screen/monitor... ?
         - When I want to export - using Adobe Media Encoder, a HDV export preset with 1080 p, 1440x1080, P.A.R. 1,33333 and a 25 fps is NOT AN OPTION?????
    There are other export presets available of course, for example the MPEG-2 / HDTV 1080p 25 (fps) High Quality. But in the summary it goes: PAL (??), 1920x1080, 25, p . It is right that the PixelAspectRatio on this exportpreset becomes 1.0 (square), right?
    Yes, I know that the eventual size is the same, because both the pixels increase in number, but decrease in size (badly explained i know).
    Is this the export format i should use? Will my image not crop, shock, stretch.. ?
    I'm sorry, for many of you this must seem a stupid and lazy question but I can't figure out the whole system behind this, I would very much appreciate it if someone could explain.
    Thanks in advance;
    Sincerly but dazzled,
    Jef

    Hi,
    With the project all done, i'm preparing for the presentation. Managed to get my hands on a HD beamer for the night (Epason TW2000) and planning to do the presentation in HD.
    That of course managed to bring up some problems. I posted a thread which i'll repost here . Sorry for the repost, i normally do not intend to do this, but since this thread is actually about the same thing, i'd like to ask the same question to you. The end version is in AfterEffects, but that actually doesn't alter the question. It's about export:
    "I want to export my AE project of approx 30 min containing several HD files to a Blu Ray disc. The end goal is to project the video in HD quality using the Epson  EMP-TW2000 projector. This projector is HD compatible.
    To project the video I need to connect the beamer to a computer capable of playing a heavy HD file (1), OR burn the project to a BRD (2) and play it using a BRplayer.
    I prefer option 2, so my question is: which would be the preferred export preset?
    Project specs:
                        - 1920x1080 sq pix  (16:9)
                        - 25 fps
                        - my imported video files (Prem.Pro sequences) are also 25 fps and are Progressive (!)
    To export to a BRD compatible format, do i not encounter a big problem: my projectfiles are 25 fps and progressive, and I believe that the only Bluray preset dispaying 1920x1080 with 25 fps requests an INTERLACED video  (I viewed the presets found on this forum, this thread)... There is also a Progr. format, BUT then you need 30 fps (29,...).
    So, is there one dimension that can be changed without changing the content of the video, and if yes which one (either the interlacing or the fps).
    I'm not very familiar with the whole Blu-ray thing, I hope that someone can help me out."
    Please give it a look.
    Thanks,
    Jef

  • Customer Care and some goodwill wanted please

    Basically, my parents were a victim of last Novembers Cumbrian floods and have been in a caravan since then whilst the repairs are ongoing. They are in their 70s and 80s.
    Whilst flooded out they have been unable to physically connect to their BT broadband package due to
    1. no electric in the flooded property and
    2. various other diverse factors too complex to explain.
    At the time of the floods they were about 8 months into an 18 month BB contract.  The 18 months is up in October.
    I have been in touch with Billing twice (on their behalf) with a suggestion that the BB is "suspended" until they get back in, after which it will resume. 
    However, the operatives I have talked to have their standard procedures, and if we want to, we can claim our £xx per month BB costs off the insurance.
    In the grand scheme of things, £xx is a very small amount, and making this extra claim seems petty, as it is.
    However, it is irking that we are paying for a service and due to circumstances beyond our control, we are getting nothing for it.  Obviously this is not BTs fault - they are providing the service, it's just that we are unable to take advantage of it.
    They phoned yesterday and put the £25 BB disconnection process into action.
    I'm now looking for someone at BT with a sense of compassion
    It would be really nice if someone at BT has the power and could say, OK, we've checked the records and we can see they haven't logged in since 20 November 09 and what we'll do is give you an appropriate amount of time on Broadband without charge, just as a gesture of GOODWILL, seeing as how BT like to purport themselves as a "CARING" company, and how we would like you to continue with us when your extended usage period ends.
    I hope I find such a BT person here on these BT Care forums.
    Any further information you require, especially the customer concerned, please let me know and I will supply.
    Thank you for reading.

    Hi Flooded_Out,
    As you said yourself these circumstances are really beyond BT's control.  Its not really a matter of compassion or customer care but of practicality.  Insurance exists for reasons such this.
    BT use our Customer Guarantee Scheme to ensure that any credits applied to accounts are given out when required and the conditions are applied equally to all our customers.  Whilst I sympathise with your parents position I wont be able to offer a refund.
    Sorry about that.  However, personally, if I was entitled to money under an insurance scheme, no matter how small the amount, I would certainly claim and would advise you do the same
    Cheers
    Craig
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)”
    td-p/30">Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Text in Hebrew has gone really weird in Motion and FCP - please help!

    Hi,
    I have been working in a project for a long time, and produced hundreds of simple titles in Motion in Hebrew. The font I have used throughout is Arial Rounded MT Bold.
    In the latest title I added one text object and made it Italic. Since then, all my Hebrew text in this title and now any previous title I open appears really weird (the vowles are disjoined from the consonants). I have turned off the Italics option on all the titles but it still does the same thing.
    This occurs even in a brand new title, where I paste the Hebrew directly into a new text object.
    I am desperate for someone to help me, as I have a tight deadline on this one. All previous titles I open appear the same, even though they were fine in the past. I have tried deleting the preference file.
    I am using Motion 4 (FCS 3) on a iMac bought last year, quad core intel.
    Please help!
    Thanks

    Thank you so much!
    Arial did not work, but Arial Bold and Arial Hebrew did!
    The font doesn't match what I was using before. I have no idea what it was using previously, but at least I can proceed from here. My previous projects have all been output to movie files so even if the motion files are now messed up, it's not the end of the world!
    Thanks again

  • How do I  produce buttons that appear at the end of a motion background? Please Help!!!

    I just began working with my new production premuim CS3 suite and the current project that I am working on calls for buttons that appear right the end of the motion background. I have tryed everywhich way I can think of to import and export buttons that I thought I created in after effects. The video background works but when it get to the last frame of the video the buttons do not work. Please someone who has a bit more experience working with encore and after effects help.

    Try
    http://www.adobe.com/cfusion/designcenter/search.cfm?product=Encore+DVD&go=Go
    where you will find a lot of good stuff.
    ALso, http://www.doogs-tutorials.com/encore%202.html has some material that might state it is for 2.0, but is equally valid in CS3.

  • Opinions wanted concerning Dreamweaver/Adobe Business Catalyst

    I wanted to get some opinions related to Adobe BC. In January I made the decision to start an online marketing company. last week I published my site and officially opened my doors. My focus is on PPC advertising, but I wanted to offer web design as well because the two are so closely related. My plan all along was that I was going to work exclusively with templates. I don't have the time, knowledge, skills, or experience to build custome websites. But I can turn a template into a workable site fairly quickly.
    So now I have my first client wanting a website and PPC campaign. Whoo hoo! Then I came across Adobe Busisness Catalyst and wondered if I should be leaning that way. I wasn't planning on doing eCommerce sites and this first client wouldn't be, but it does seem that there are some features of Adobe BC that would work for me: the ability for my clients to edit their own content, web apps, forms, blogs, forums, built in analytics, email marketing.
    That all sounds good, but the price is a little steep. First there is the $989 sign up fee for me (I'm broke). Then there is the $16 to $39 a month fee for my clients, which is on the neighborhood of four to six times higher than a regular hosting plan and Google Analytics is free.
    So what are your thoughts?
    Emilio
    http://www.ClickHereOnlineMarketing.com

    There have been numerous comments on the adobe/incontextediting forums (from a couple of Adobe people - Christenel, e.g., http://forums.adobe.com/message/2756449#2756449 and Rich, e.g., http://forums.adobe.com/message/2759339#2759339 ) with respect to BC as a replacement for ICE.
    Among the significant negative points are that
    this is a hosted service from Adobe, so one is locked into whatver specs they have like traffic, number of domain aliases, etc.
    they do not support php
    they have a database, but what it is is unspecified.
    their have their own "formbuilder.(sounds like yahoo, doesn't?
    Adobe seems to be going away from industry standard programming methods and substituting their own.
    it also sounds as if one has to completely rewrite one's code, at least if there are any dynamic elements to it.
    Quote from Cristinel (emphasis added):
    The beauty of the BC system is that you don't have to re-write your  contact forms in another language. The system comes with a large number  of predefined modules that you can use directly.
    For any  custom forms, you get a forms builder that creates all the logic and  database fields. Once the customer or user fills that form, the  information is stored in the database and you can even trigger email  alerts for each event. Even more, the Admin dashboard displays a live  feed that shows the activity on the site.
    On the PHP side, I am not at all  questioning the importance of PHP in today's web development landscape.  I'm just saying that, although we're not using or supporting PHP, I am  pretty sure that we can cover most of your needs with the current  system. This is why I am asking what kind of applications are you  looking for, because we might already have an equivalent on the BC  platform.

  • Motion Export glitches - PLEASE HELP!!!!

    I have had it with Motion.
    I am trying to export something that I have had done for 3 weeks and each time I export it a new glitch comes up on the export. For instance - graphics will be missing, video will all of the sudden gitter, and emitter will move, a graphic will move. Is this program for real? How can anyone run a business with this???????
    I have a totally clean system. Everyrthing has been reinstalled - Is Motion just the buggiest progam ever? Please help me if you can - My clients are hanging in the balance. Im exporting as an animation millions plus. Not using compressor. PLEASE HELP!!!!!

    Thanks for the info -
    Is there any way around it?
    Why is there that size restriction?
    At this point - Im resolved to render pieces til they work properly and re-assemble them in FCP or Motion withouth the 2048 size problem and cut my losses. That will take far less time then fixing all of the graphics that exceed that size restriction. I love the ease of Motion - its just frustrating some of the bugginess Im getting from the program.
    Anyway - let me know if you have any other helpful ways around this -
    Thanks for helping me solve this - I'll have to find more creative ways or use 3D plugins to make things 'fly' at you in the future.

  • Motion Tween (CS4)  - please help

    I'm a student trying to finish (what should be) a pretty
    simple assignment. I'm creating a 30 second banner. From frame 1 to
    frame 90 (3 seconds), I have an image (movie clip) sliding in and
    "bouncing" into place with a motion tween (used the motion editor
    to get the "bounce in" ease effect on the tween). So, currently,
    after frame 90 there are no more frames on that layer; my image
    disappears.
    Now I want the symbol instance to stay in place for the next
    x frames, while stuff on other layers slides in on "top" of it. But
    if I go out to frame x, select it, and hit F5, F6, or F7, it makes
    the symbol stay in place over those frames like I want, BUT it
    screws up my motion tween. I lose the "bounce in" ease, for some
    reason. How can I get my motion tween to work like I want from
    frame 1 to frame 90, and then have the symbol instance stay put for
    the next x frames after that?
    Thanks!
    Christophe

    My instructor said just to go to the frame in the layer, go
    to frame x and select it, then do insert>timeline>frames. But
    that still screwed up my tween. The object slides into place, but
    the "bounce in" ease is no longer visible.
    I found this workaround - which doesn't seem very efficient,
    but it worked. My motion tween ends at frame 90:
    1) select frame 91, hit F7 to insert a blank keyframe.
    2) go to and select frame 90, select the object on the stage,
    copy it.
    3) go to and select frame 91, paste in place.
    4) Now go out to frame X, select it, and hit F5. Object now
    sits in place from frame 91 to frame X, and "bounce in" ease of the
    motion tween from frame 1 to frame 90 isn't affected.

  • Background fill scale to fit scroll motion issue. Please help...

    I am having an issue with the background fill. I am using an image at least 2500px wide. It seems that when I have scrolling checked, the image scales to fit the browser normally when I preview the page. However, if I turn scrolling off, when previewing the page, the background image shrinks from 30-50% and no longer scales to fit. As soon as I go back, check scrolling again, it then scales to fit as normal.  This also happens if I have scrolling checked and then set initial and final motion to 0. It again shrinks the background image and stops scaling to fit. As soon as I put any value in the initial and final motion, it again shrinks the image.
    When doing the above same thing on a master page, using the same image, even with scrolling checked, the image doesn't scale to fit.
    This brings me to a second issue. The custom scrolling on the background isn't working. No matter what I set the values to, the browser always scrolls the back ground image up, even if I change the rate or direction, it stays at 1 and in the up motion.
    How can I fix this??
    Thank you!

    This is due to the fact of image size and scroll setup with fill, Please check this post which includes a similar discussion :
    https://forums.adobe.com/thread/1362457
    Additionally this will help you :
    https://helpx.adobe.com/muse/how-to/muse-size-resolution-graphics.html
    Thanks,
    Sanjit

  • Application scope objects(opinions wanted)

    Hi All
    Looking for educated opinions on the pros/cons of application scope objects. I am thinking about creating a read-only application scope hashmap representation of some static data in my database. When queried at the database level it can cause relatively long delays (3-4 seconds) and sometimes must be stored in many sessions on the server. I am thinking just one read-only object stored at app scope will cut down on the waste of memory, as well as skyrocket the speed of retrieving this data.
    Please give me your opinions!!! I can tell you a little more about the app if you need more info to make an educated statement...
    Thanks
    Greg B

    You can use the Properties Object for static data that can be persisted on a filesystem. Also, I assume that you can hold quite a bit of data too. A file read should be faster than a database query. Also if you do the connect once and save the connection for several reads, that works too. The only real slow operation, outside of large resultsets, would be the initial connect.
    I always design up two or three possible solutions and sometimes I protpotype each one. Sometimes one of the tests will prove to be the exact opposite choice of the one you thought would work.
    Now that I have written your response, I think that you could create a custom class to hold data, but would that not just be a copy of the properties object. If it's key/value you need, that's the choice.
    Stand back and ask, "What is the data type of the high level objects?"
    Also, SUN has good articles on almost everything in the JDK.
    David Whitehurst
    [email protected]

  • Experiences/opinions wanted - NW IDM vs. Novell and Microsoft ILM

    Hi all,
    We want to integrate our identity management between SAP, AD and Outlook and be able to provide users with appropriate access based on their role in the organization (and easily change access as that role changes).
    We have short-listed NW IDM, Novell Identity Manager and MS ILM. I have researched/compared functionality, technical specs, cost, etc.
    Now I'm looking for opinions on the more intangible aspects of any/all of the 3 products - ease of implementation, ease of use, vendor support experience, areas where the products fall down or that they don't handle well, things to watch out for, etc...
    Thanks in advance.

    I have to agreee with Peter, this is difficult ground.
    I will give you a very broad answe, and like Peter, feel free to contact me outside.
    You really need to look at what your environment is and what you mainly need to support.  If you run everything through SAP, SAP IDM is a natural lock, especially if you use an LDAP as an authoritative source
    I think that says most of it.
    Matt

  • What settings on my iPad and iPhone will help prevent motion sickness, other than "Reduce Motion" switched on, please?

    Please advise whether there are any settings other than "Reduce Motion" under iOS 7 that could help prevent motion sickness on an iPad 3 and iPhone 4S. I've set "Reduce Motion" on but it hasn't helped, I still get motion sickness within a minute or two.
    Thank you.

    Unfortunately right now that is the only setting you can control.
    Apple is aware and may address this in future updates.
    You can leave Apple your feedback here.

Maybe you are looking for

  • VPN whit surface RT using a Group Name And Password (Secret)

    We are looking to make a conection with  Surface rt to ASA with IPSEC through Cisco. Whir IOS and client Cisco give us the option of Group Name and Password for the shared secret. Windows RT Surface have not seeing this option for  Group Name and Pas

  • Move entire database instance to new hard drive

    I'm running SQL Server 2012 over Windows Server 2008 R2 SP1 on a Hyper-V host (also on 2008 RS SP1). I used a fixed sized virtual disk and I don't care for how I allocated the space. So I just wanted to create a new virtual disk, then take the entire

  • Exporting OMF with metadata?

    I'm working on a short film, and I'm trying to export an OMF to the sound designer. He's working in ProTools, and I know nothing about sound editing stuff, but he's telling me he's not getting the meta data from the original sound files. Now I've tri

  • Multiple domain names for iWeb on .mac account

    I've managed to get the iWeb site I created uploaded onto a domain name i created (eg www.abc123.com). I had to change the domain name on my .mac account. The thing is it only allows you to enter 1 domain name. Now I have purchased 3 domain names, on

  • Safari freezes loading pages

    I have this issue on ipad retina, pages freeze from time to time i have to exit the browser manually all the time, i've already restored the device, i have an aiport extreme 5 gen too. BTW i have an ipod last gen too, no issues on it.