A better way to manage Notes?

We are a small team in collaboration on a book-length manuscript.My editors are inserting hundred of Notes into the document that I must cycle through and resolve each one. But I find the Note icon soooo tiny. When I'm at full page I can barely see those little guys. Is there any way to make the Note indicators bigger or something? In general. I don't see this Notes tool as very robust compared to change tracking type features found in word processors.
I just want a better way to manage the Notes flow.

Eugene Tyson wrote:
I find using Notes in Story Editor to be way better.
CTRL Y or CMD Y
Then you can Expand/Collapse notes in Story Editor.
Far easier to read and implement there, or if you need to switch back to layout just hit the shortcut again.
It's also useful to tile a Story Editor window and the corresponding document's window, to have both views of the content.
HTH
Regards,
Peter
Peter Gold
KnowHow ProServices

Similar Messages

  • Better way of managing heirarchical groupings?

    Sort of a feature request, but also a question to other users about different approaches you like to use.  I've often wished for a way of grouping layers in a heirarchy that is independant of layer order, like you can do in most 3D apps (or -ahem- node based compositing systems).
    The ony ways of grouping layers that I know if in AE are:
    1: Pre Comping (obviously creates a single layer from multipe layers, which has limitations in certain situations)
    2: Pre-Comping and collapsing gemetries (makes management easy, but still has limitations of layers being outside comp)
    3: Using nulls as parents (allows you to select, control and move groups of layers, but does not facilitate easy showing/hiding or re-use)
    4: Using expressions (often problematic if you are changing layer orders around a lot to accomplish a goal)
    5: Creating color-coded groups for easier selection (limited number of colors, doesn't help with anything besides selection)
    Each has advantages and disadvantages and accomplishes different goals.  I would love to be able to create groups of layers that could easily be hidden and shown in the layer panel; selected, copied, and re-used; contain expressions and parent/child relationships; and exist within a larger composition and be dispursed among other layers outside of the group.  Using Nulls as parents is the closest thing to what I would like to be able to do, but is a bit more convoluted than I think it needs to be.  It seems like the ability to put groups of layers into a "folder" that you could expand or collapse would be a helpful UI feature. If you could have a list of these "folders" in the Project window, similar to the way you have a list of solids, you could duplicate and re-use them in other comps, change the layer order around, etc, and still have a cohesive group of layers to manage as a unit.
    Let's say you build an animation that has 50 3D and 2D layers, several expressions, and a bunch of keyframes.  Maybe you would want to use it several times in different ways within a larger piece, but need to have access to all the layers in each instance.  Also, you don't want to see all of the layers in the layer panel at once--you only really care about them as a group.  One technique is to parent them all to a null, use select children to select them all at once, and shy layers to hide the layers you don't want to see in the layer pallette.  The downside is that if there are already parented layers within the group it becomes very tricky not to screw up the heirarchy or any expressions.  You're creating the null for no other purpose than to manage a bunch of layers as a group, but it can interfere with the relationships among them if you're not careful.  Also, shy layers only gives you one level of showing and hiding to work with, which can be limiting if you have loads of layers in a comp.  Simply pre-comping them, and then using collapse-geometries can work in certain situations, but it limits your ability to use things like track mattes, adjustment layers, shadows, and other relationships that require layers to be in the same comp.
    Hopefully that makes some kind of sense.  Please share any insights you have on the tao of managing complex groups of layers so that we all may learn!

    ALSO: to be able to turn the layers on and off as a group would be great--very important point I forgot to mention in the previous post.  If you have layers hidden and you use "select children," turning the parent layer on and off does nothing to them.

  • Looking for a better way to determine string variable from multiple options

    Hi,
    I trying to figure out a better way to determine a string variable from multiple options.
    Say i have five pictures each with a different filename: img1 - img5...these file names could be named anything really but for this example i will keep them as img1, img2, img3, img4 and img5.
    I want to display a messagebox with the string depending on what a certain variable is.
    So for example, we have the number X, if X = 1 then i want the messagebox to show "img1" as the message
    Essentially the way I have been doing it so far is:
    Private Sub WhichImage()
    Dim ImageName As String = ""
    Dim i as integer
    If i = 0 Then
    ImageName = "img1"
    End If
    If i = 1 Then
    ImageName = "img2"
    End If
    If i = 2 Then
    ImageName = "img3"
    End If
    If i = 3 Then
    ImageName = "img4"
    End If
    If i = 4 Then
    ImageName = "img5"
    End If
    MessageBox.show(imagename, "Name of image", MsgBox.Style.OkOnly, MsgBoxResult.Ok)
    end
    Up until now, this has been fine, but what if I have 50 images, do I have to do this for all 50 images? or is there an easier way like putting the image names into a text file and have it read from the file depending on what the variable i equals? If so,
    how do I go about this? Does each image name go on a separate line? can it just be separated by a comma instead? or is there a better way?
    Please note that i know that i have declared "i" above in my code and not intialised it with anything, in reality "i" comes from somewhere else in the program so please ignore that part, it is not what I am concerned with.
    Thanks
    Mersec

    Does each image name go on a separate line? can it just be separated by a comma instead? or is there a better way?
    Arrays are useful for this.
    Dim imagenames() As String = {"img1", "img2", "img3", "img4", "img5"}
    Dim imagename As String = imagenames(i)
    MessageBox.Show(imagename, "Name of image")
    Any sort of collection will do instead of an array, and may be simpler to manage. There are many other options - the most suitable one probably depends on where the names originally come from.  For instance, if you are getting them from a folder
    using the FileSystem.GetFiles method, then they are already in a collection.
    If the files names never change then you may as well include them in the program code, using something like the code above.  If they can change, then you could use a text file, but that means you need a file update routine.  If that is required
    then the way you store the names will dictate how you access them.

  • What is the best way to manage 5 users and 6 devices? We dont all want the same merged contacts, we dont all want the same calendar notes, music, pics etc etc.

    What is the best way to manage 5 users and 6 devices? We dont all want the same merged contacts, we dont all want the same calendar notes, music, pics etc etc.

    As long as it is pointed to iTunes it will be accessible via home sharing on Apple TV.
    http://support.apple.com/kb/HT1751?viewlocale=en_US&locale=en_US
    If these are commercial DVD's we can't comment on any conversion process.

  • Timeline not working - is there a better way?

    First, what I'm trying to accomplish:
    I have a div layer the explains how to navigate the ensuing
    page.
    I want this to display for about 25 seconds and then hide
    while the other two divs on the page become visible.
    I set up a timeline with three layers and made it
    automatically play back.
    I made the first layer visible for 25 seconds and then made
    it hidden.
    The other two divs started hidden and I made them visible
    after 25 seconds.
    It worked for a while but I went back to fine tune it but the
    timeline appeared to be blank. I tried to set it up again but now
    things are all screwed up.
    Is there a better way to show and hide divs for specific
    amounts of time?
    Are there tricks to using timelines that I'm missing?
    Thanks,
    Steve

    This doesn't really answer your question - but your post
    raises some
    other questions. If you have to explain to users how to
    navigate your
    site, isn't that a red flag that there are other more serious
    issues?
    Like making the site usable? If you still want to display
    those DIVs,
    not all people read at the same speed. After 25 or whatever
    seconds some
    people will be bored having to stare at that so long while
    others will
    not have had enough time to read it. Best to let the user
    decide when to
    close the DIV. The last thing to note is the Timeline is
    pretty awful.
    So bad in fact that it is being removed from Dreamweaver CS4.
    You might
    consider using Flash for "Timeline animations" instead.
    Alec
    Adobe Community Expert

  • Adobe support is hopeless, there must be a better way, if not it might be better to get a different movie program. is anyone having the same problem?

    adobe support is hopeless, there must be a better way, if not it might be better to get a different movie program. is anyone having the same problem? 

    This is like buying a GM car and being told to talk to otherGM customers on how to fix your car yourself.  It it the blind leading the blind.   I have wasted many days and weeks because I cannot find solutions.  I have rarely gotten a solution from any similar forum, and more often been told by other members that I should buy what they have or that I should not want to make this or that type a disc, etc., and rarely a suggestion that is useful.

  • A better way to deal with lost hyperlinks when converting Robohelp to Printed doc?

    I have inherited a 750-page manual that is
    "single-sourced" in RoboHelp X5. When I generate printed
    documentation, all of my hyperlinks and converted to plain text.
    Everytime we release a new version of the manual with any changes,
    we have to re-generate, and then manually go into the MS-Word
    converted document and re-create some 350 hyperlinks and page
    number references. Somebody please tell me that there is a better
    way to do this, or a better tool to manage single-source
    documentation.

    Another post has been raised relating to this problem. See
    http://tinyurl.com/yvpaut
    I am replying here is this is where most of the relevant
    information is.
    You found that using the Style Mapping template solved the
    images problem but the document stopped generating at 450 pages.
    That was sort of what I hoped for. Rather than go to the step I
    will suggest in a moment, I suggested you try something else but
    you never came back to the forum to indicate you had tried it, so
    the assumption is you did and it worked. Patently it did not so
    let's try what I would have suggested next.
    On my website there is a topic on Print Issues and one of the
    them covers Malformed Topics. Try looking for <p
    style="mso-bookmark: as suggested in my earlier reply in this
    thread. You can try RH's Multi file find and replace but FAR from
    http://www.helpware.net/FAR
    may get better results. I think with this error you usually get a
    message. Do you have the Output pane opened and have you read right
    through it for clues? View | Output on the menu. Whether or not the
    Output pane mentions this error, I would search for it anyway.
    Other Points:
    A] It could still be a resource problem. The document is very
    large so, as Harvey mentioned, resources come into it. I know the
    PCs that won't play nicely have good resources but whilst I am no
    expert in this area, don't foget XP is using more of them leaving
    less available to you. It could be an issue but I am inclined
    towards it being something else.
    B] I also suggested a hunt for a rogue topic.
    "What I would try is copying your layout so that you have
    three versions of it. Then delete two thirds from each one. If all
    three work fine, it sort of confirms that size is a problem. If one
    fails, your on the track of the rogue topic."
    Did you try that? Like I said, if all three work fine, then
    we are back with the resource problem but we will have ruled out
    other issues. It should take less than fifteen minutes to set that
    up. Longer to run it but you can be doing something else at that
    point.
    C] On FrameMaker, no real answer but you will soon see
    evidence that Adobe are continuing to better integrate all the
    products we are using. I don't think you will see what you want in
    the upcoming version though.
    NEXT:
    1] Please search for <p style="mso-bookmark:
    2] If that fails, try creating the three layouts.
    3] Then post back how it went. If unsuccessful, tell us if
    the Output pane gave any information about things the process did
    not like.
    Let us know either way as if one succeeds and you post that,
    it helps the next person with the same problem.

  • What is the proper way to manage movies in iTunes?

    I've just been given a new video iPod, and am now considering importing movies into iTunes so that I can have them on my iPod. What I have is a bunch of MPGs (e.g., family movies from a camcorder, etc.); but I noticed that the iPod won't play them, presumably because they're not MP4 format. I know I can convert them all to MP4 with iSquint or a similar utility. But I want to keep the full-resolution versions in iTunes so that I can display them on a bigger screen as well. So, what is the right way to manage this - do I really need to keep and have in iTunes 2 versions of every movie - one scaled down for iPod as MP4, and one in original resolution? Or is there a better way?
    Thanks in advance,
    Mike

    I think two versions is probably the only way. At least the MP4 versions will be small so shouldn't use up much of your hard drive space.
    By the way, with the MP4 versions that go on your iPod, try hooking your iPod up to your TV set and setting the TV Out option to ON and with the proper AV cable, you should still be able to see them on the big screen. Try it out and see how it looks.
    Since you have a camcorder, you might already have an AV cable you can use. See here...
    Getting the Video out of Your New iPod--for Cheap!
    http://www.oreillynet.com/pub/a/mac/2005/11/18/video-ipod.html
    Patrick

  • What's the best way to manage movie resolutions with iTunes/iPod

    I've just been given a new video iPod, and am now considering importing movies into iTunes so that I can have them on my iPod. What I have is a bunch of MPGs (e.g., family movies from a camcorder, etc.); but I noticed that the iPod won't play them, presumably because they're not MP4 format. I know I can convert them all to MP4 with iSquint or a similar utility. But I want to keep the full-resolution versions in iTunes so that I can display them on a bigger screen as well. So, what is the right way to manage this - do I really need to keep and have in iTunes 2 versions of every movie - one scaled down for iPod as MP4, and one in original resolution? Or is there a better way?
    Thanks in advance,
    Mike

    Welcome to the Apple Community.
    iTunes is straight forward, just use the same ID on all of them.
    What exactly do you want to see in messages on the Mac and iPad, messages combined from each of your phones or a different account just for both of you.
    You should think about what you want in calendars, contacts etc, on your shared devices.

  • Is there a better way to deal with Verizon and my DSL issues?

    My family and I have been with Verizon for as long as we've had broadband internet. For the past 5 years or so the internet has been shaky at best. For the most part it works, but a coupe times a year it stops working all together or becomes VERY intermittent (and is usually working by the time I get finished sitting on hold and the test the technician runs shows no problems). Every time I have to wrestle with the "tech support" on the phone and listen to a recording tell me the same things over and over again that never fix my problems.
    Every time my internet gets to this point, it requires a visit from a Verizon technician. Usually they go out into the neighborhood and find a length of cable and replace it. Usually that fixes my issues for a while, but I know it will happen again. It always happens again.  It seems to me that the entire length of line that my internet runs through is old, and needs to be replaced. Instead of fixing the problem before it actually becomes a problem, Verizon continues to leave me and my family without service for periods of time.
    Last week was the most recent time we dealt with this situation, which was fortunately short lived (Only all day Sunday, into Monday when the technician arrived). It's getting VERY tiring dealing with this situation over and over again, and it's getting offensive honestly. To hear the tech support person tell me that I will be charged $91 if the problem is found and is inside my house is ridiculous. I would understand if this was the first time this situation had occurred, or if I frequently reported non-issues. But no, I'm simply reporting the same issue that Verizon has failed to fix MANY times before. 
    Perhaps the most frustrating part of this, is that we've never been compensated for our lost service. Last year we lost service for an entire week. That's an entire week with no internet service at all. After we finally got it back, we spoke with the billing department and they told us that we would be credited for the week we lost service. At this point, we are yet to see any credit for the time we have been without the service we pay for. Perhaps we would have tried dealing with Verizon again to get our weeks credit, but attempting to contact someone in Verizon seems futile. Unless you're calling sales you end up sitting on hold for extended periods of time, only to be bounced from person to person until you get to someone that has no excuse not to pretend to help you. 
    Unless something changes, this is Verizon's last opportunity to keep our service. We have dealt with the loss of service followed by the insult of attempting to deal with Verizon's customer support for the last time. Next time it happens (and I'm sure there will be a next time) unless Verizon shows us that they are actually going to correct the problem, we will cancel our service and give our business to the competitor. This post is being written for a few reasons. I'm hoping that perhaps Verizon can give me a better way to contact someone locally when we have a problem (I would LOVE to speak with a regional manager, or even a local manager of some sort), or at least recognize that there is a problem that will end up costing them money. 
    Thank you,
    A long time customer.

    I've decided to give up the fight and go to another provider.  I have work to do and having to wait at speeds slower than dial up is insane.  At least with dial up I'd have some stability.  I can't even run speedtest because it won't connect.  At hotels, wi-fi, and hanging by blackberry the laptop works fine but to actually use dsl, nope.  Multiple machines and multiple browsers - it's all the same worthless bandwidth.  
    If they won't give you fios then there is no reason to stay.  They've been promising me the service is coming for the last 6 years.  They could have run it here by now for the postage they've spent trying to get me to switch to it even though it isn't available.  Waste, waste, waste ....

  • Is there a better way to do this projection/aggregate query?

    Hi,
    Summary:
    Can anyone offer advice on how best to use JDO to perform
    projection/aggregate queries? Is there a better way of doing what is
    described below?
    Details:
    The web application I'm developing includes a GUI for ad-hoc reports on
    JDO's. Unlike 3rd party tools that go straight to the database we can
    implement business rules that restrict access to objects (by adding extra
    predicates) and provide extra calculated fields (by adding extra get methods
    to our JDO's - no expression language yet). We're pleased with the results
    so far.
    Now I want to make it produce reports with aggregates and projections
    without instantiating JDO instances. Here is an example of the sort of thing
    I want it to be capable of doing:
    Each asset has one associated t.description and zero or one associated
    d.description.
    For every distinct combination of t.description and d.description (skip
    those for which there are no assets)
    calculate some aggregates over all the assets with these values.
    and here it is in SQL:
    select t.description type, d.description description, count(*) count,
    sum(a.purch_price) sumPurchPrice
    from assets a
    left outer join asset_descriptions d
    on a.adesc_no = d.adesc_no,
    asset_types t
    where a.atype_no = t.atype_no
    group by t.description, d.description
    order by t.description, d.description
    it takes <100ms to produce 5300 rows from 83000 assets.
    The nearest I have managed with JDO is (pseodo code):
    perform projection query to get t.description, d.description for every asset
    loop on results
    if this is first time we've had this combination of t.description,
    d.description
    perform aggregate query to get aggregates for this combination
    The java code is below. It takes about 16000ms (with debug/trace logging
    off, c.f. 100ms for SQL).
    If the inner query is commented out it takes about 1600ms (so the inner
    query is responsible for 9/10ths of the elapsed time).
    Timings exclude startup overheads like PersistenceManagerFactory creation
    and checking the meta data against the database (by looping 5 times and
    averaging only the last 4) but include PersistenceManager creation (which
    happens inside the loop).
    It would be too big a job for us to directly generate SQL from our generic
    ad-hoc report GUI, so that is not really an option.
    KodoQuery q1 = (KodoQuery) pm.newQuery(Asset.class);
    q1.setResult(
    "assetType.description, assetDescription.description");
    q1.setOrdering(
    "assetType.description ascending,
    assetDescription.description ascending");
    KodoQuery q2 = (KodoQuery) pm.newQuery(Asset.class);
    q2.setResult("count(purchPrice), sum(purchPrice)");
    q2.declareParameters(
    "String myAssetType, String myAssetDescription");
    q2.setFilter(
    "assetType.description == myAssetType &&
    assetDescription.description == myAssetDescription");
    q2.compile();
    Collection results = (Collection) q1.execute();
    Set distinct = new HashSet();
    for (Iterator i = results.iterator(); i.hasNext();) {
    Object[] cols = (Object[]) i.next();
    String assetType = (String) cols[0];
    String assetDescription = (String) cols[1];
    String type_description =
    assetDescription != null
    ? assetType + "~" + assetDescription
    : assetType;
    if (distinct.add(type_description)) {
    Object[] cols2 =
    (Object[]) q2.execute(assetType,
    assetDescription);
    // System.out.println(
    // "type "
    // + assetType
    // + ", description "
    // + assetDescription
    // + ", count "
    // + cols2[0]
    // + ", sum "
    // + cols2[1]);
    q2.closeAll();
    q1.closeAll();

    Neil,
    It sounds like the problem that you're running into is that Kodo doesn't
    yet support the JDO2 grouping constructs, so you're doing your own
    grouping in the Java code. Is that accurate?
    We do plan on adding direct grouping support to our aggregate/projection
    capabilities in the near future, but as you've noticed, those
    capabilities are not there yet.
    -Patrick
    Neil Bacon wrote:
    Hi,
    Summary:
    Can anyone offer advice on how best to use JDO to perform
    projection/aggregate queries? Is there a better way of doing what is
    described below?
    Details:
    The web application I'm developing includes a GUI for ad-hoc reports on
    JDO's. Unlike 3rd party tools that go straight to the database we can
    implement business rules that restrict access to objects (by adding extra
    predicates) and provide extra calculated fields (by adding extra get methods
    to our JDO's - no expression language yet). We're pleased with the results
    so far.
    Now I want to make it produce reports with aggregates and projections
    without instantiating JDO instances. Here is an example of the sort of thing
    I want it to be capable of doing:
    Each asset has one associated t.description and zero or one associated
    d.description.
    For every distinct combination of t.description and d.description (skip
    those for which there are no assets)
    calculate some aggregates over all the assets with these values.
    and here it is in SQL:
    select t.description type, d.description description, count(*) count,
    sum(a.purch_price) sumPurchPrice
    from assets a
    left outer join asset_descriptions d
    on a.adesc_no = d.adesc_no,
    asset_types t
    where a.atype_no = t.atype_no
    group by t.description, d.description
    order by t.description, d.description
    it takes <100ms to produce 5300 rows from 83000 assets.
    The nearest I have managed with JDO is (pseodo code):
    perform projection query to get t.description, d.description for every asset
    loop on results
    if this is first time we've had this combination of t.description,
    d.description
    perform aggregate query to get aggregates for this combination
    The java code is below. It takes about 16000ms (with debug/trace logging
    off, c.f. 100ms for SQL).
    If the inner query is commented out it takes about 1600ms (so the inner
    query is responsible for 9/10ths of the elapsed time).
    Timings exclude startup overheads like PersistenceManagerFactory creation
    and checking the meta data against the database (by looping 5 times and
    averaging only the last 4) but include PersistenceManager creation (which
    happens inside the loop).
    It would be too big a job for us to directly generate SQL from our generic
    ad-hoc report GUI, so that is not really an option.
    KodoQuery q1 = (KodoQuery) pm.newQuery(Asset.class);
    q1.setResult(
    "assetType.description, assetDescription.description");
    q1.setOrdering(
    "assetType.description ascending,
    assetDescription.description ascending");
    KodoQuery q2 = (KodoQuery) pm.newQuery(Asset.class);
    q2.setResult("count(purchPrice), sum(purchPrice)");
    q2.declareParameters(
    "String myAssetType, String myAssetDescription");
    q2.setFilter(
    "assetType.description == myAssetType &&
    assetDescription.description == myAssetDescription");
    q2.compile();
    Collection results = (Collection) q1.execute();
    Set distinct = new HashSet();
    for (Iterator i = results.iterator(); i.hasNext();) {
    Object[] cols = (Object[]) i.next();
    String assetType = (String) cols[0];
    String assetDescription = (String) cols[1];
    String type_description =
    assetDescription != null
    ? assetType + "~" + assetDescription
    : assetType;
    if (distinct.add(type_description)) {
    Object[] cols2 =
    (Object[]) q2.execute(assetType,
    assetDescription);
    // System.out.println(
    // "type "
    // + assetType
    // + ", description "
    // + assetDescription
    // + ", count "
    // + cols2[0]
    // + ", sum "
    // + cols2[1]);
    q2.closeAll();
    q1.closeAll();

  • Media Manager not deleting unused media from HDV (intermediate codec) clips

    I have a project which uses HDV footage which I captured using the Apple Intermediate Codec. I now have a bunch of clips that are very large in file size so I'd like to use the Media Manager to delete all the unused footage from the clips. I have tried countless different selections of sequences, clips in the browser, clips in a timeline etc but can't seem to get the Media Manager to show a smaller file size for the processed files based on 'Use Existing' with 'Delete unused media' option. The two size meters at the top always stay the same. Can the media manager trim HDV/Apple Intermediate Codec footage? If not is there a way to get rid of the footage that I haven't used? Thanks!
    Ben

    I've never mastered MM. If I want a small section out of larger clip, I simply just export that section of the clip using 'current settings'.
    Hope someone who has tamed the MM beast will step in here and offer you a better way...
    good luck.
    x

  • Best way to manage mac clients?

    I have OpenLDAP that handles all the user accounts and so on.
    and i have Open Directory.
    what is the best way to manage and control those imacs in such a scenario.. I tired MCX with ethernet mac address, but its not reliable.. doesn't apply the settings all the time..
    am trying to find a better way and trying to avoid mcx if possible..
    any thoughts ?

    Hi,
    For my understanding, many ways can be used to manage a IE environment, like using Administrative Template, GPP, IEM or IEAK, depends on yourself, but pay attention to that IEM will no longer work on computers where Internet Explorer 10 or newer is installed,
    so it is a difference between IE 9 and 10. And GPP and IEAK use asynchronous processes when they run, so it is recommended to use only one for each group, you can see detailed information in the folloowing links.
    Managing Browser Settings with Group Policy Tools
    http://technet.microsoft.com/en-us/library/gg699415.aspx
    Appendix B: Replacements for Internet Explorer Maintenance
    http://technet.microsoft.com/en-us/library/jj890998.aspx
    Yolanda Zhu
    TechNet Community Support

  • What is best way to manage multiple projects with limited HD space?

    I am running Premiere Elements 3 on a HP desktop with a 250 GB hard drive.  I also have a 500 GB external HD attached.  The main desktop HD is filled up with programs, photos, and current video projects for PE 3.  PE seems to work best when it can access files from the internal HD and not have to access them from an external HD.  Since I have many video projects going now, I cannot keep all the clips on the desktop HD so have put them on the external HD.  I used to keep just backups on the external HD, but now have to keep some of the original copies of clips and projects as well.  So when running PE3 I have to copy things back and forth to the desktop computer HD so I can run it without it needing to access the external HD.  This takes alot of time.
    Is there a better way to do things?  What is the best strategy for running PE when HD space on your computer is limited?  Do I need to free up much more of my 250 GB internal HD space so I can run all current projects from there?  And what is the best strategy for backing up my clips and projects.  Multiple external HDs?  Thanks for any advice on file and project management.

    First, welcome to the forum.
    I do just as Steve suggests, though for slightly different reasons. I need each Project to be portable between my laptop and my workstation. I have a couple dozen 1 - 2TB FW-800 external 7200RPM HDD's, so each Project goes onto one of these. Obviously with the size, I can group several normal Projects onto the same external.
    In my case, most of my Assets are stored on a NAS drive, and I will copy these over to the appropriate Project folder structure on the externals. If I have done Capture, those files will be in the Project's folder structure too. My stock stuff is always a copy, as will be my still images. Each Project has a root folder with its name and then appropriate sub-folders, i.e. Stills, Music, etc. below that root folder. All stays together.
    One trick for my case is that each external has the same exact drive letter assignment in the OS of each of my computers, so that external Z:\ is Z:\ on all computers. This must be done at the OS-level for all computers. I use labels on each external, so I know that I have Z:\, or Y:\ plugged in.
    For editing, this is not the most efficient way to handle Projects, or Assets. In a perfect world, one would have their OS and programs on C:\, their media on a RAID 0 D:\, their Projects and Scratch Disks on E:\, their Exports on F:\ and maybe their audio on another RAID 0 G:\. All original Assets would be backed up to maybe a NAS unit. This would give the greatest efficiencey, but would kill my portability. I pay a price in efficiency, so that I can spend much of the day by the pool on the laptop and then move the complete Project, along with all copies of all Assets and Scratch Disks upstairs to the editing suite. The workstation is setup like my ideal, but if I have a Project on it (using all of the resources of that machine and it's multiple HDD's), I cannot easily move down to the laptop - so I sacrifice the speed for the portability.
    One comment on using externals: FW-800 works fine for me. All of my newer external HDD's have that connection and each computer has either a FW-800 card, or ExpressCard. The use of eSATA would be even better, but I have a major investment in FW-800, so I have to consider that legacy. Someday, they'll all be eSATA, or whatever comes next. I found that FW-400 was too slow for me, so I relegated those older externals to just archive. Years ago, I tried USB externals, but found that I have problems with them, plus the connection speed was painfully slow. I gave up completely on those. I do not think that I have any USB only externals left. Goodwill got them all. I also tried to edit to/from my gigabit NAS and gave up on that because of the speed. It now is a storage unit for stock Assets that are copied over to the Project folders.
    If you have USB externals, give them a try. Just be a bit careful, especially if you have a faster computer, as that connection can cause problems if the data stream gets too big and too fast for the connection. Things will definitely go wrong at some point in a read/write cycle. Be very careful and keep copies of all irreplaceable Assets and also your Project files. Little is worse than having something get corrupted because the USB connection could not keep up. I've even had overloaded USB's shut down the entire system in a BSOD. Not very comforting, when you just completed 6 hours of editing!
    Good luck, and hope that some of this helps,
    Hunt

  • What is the best way to manage tasks?  I have moved from outlook and only have mail and ical

    What is the best way to manage tasks.  I have moved from a pc with outlook and have lost 'tasks' in that programme.  Do I have to rely on ical or can I download an app to manage business tasks?

    iCal does have reminders but its implementation of tasks is pretty wimpy. There are a number of programs that are better geared to the job. I was a level 4 procrastinator until I discovered Getting Things Done and for me Things is perfect. It lets me handle projects which are dependent upon multiple tasks in a no-nonsense easy fashion. Much less expensive and really not much more than a list maker is Wunderlist. Thankfully there's a ton of shareware offerings - check out MacUpdate.com and see what works for you.

Maybe you are looking for

  • Add multiple users to a certain database in the SQL server in one go

    I wonder if there is any method to add multiple users to a certain database in the SQL server in one go and without using transact code. I can add a single user to a certain database "Q" for example by right click on the user "U1" for example then pr

  • My website "It works" message

    On all of my browsers, on my MacMini running 10.7.5, when I go to my website www.mill-road.com I get a message simply saying "It works". On my laptop (10.6) and iPad there is no problem, regardless of browser; my website pops up. I have cleared cache

  • How Purchase Order will show Deleted Status?

    Hi SRM Guru, How and by when a PO will show status in 'Deleted'? Will there an deletion is set to mark for deletion? Many thanks. Regards, Kim

  • Alter tablespace add datafile taking too much time

    Hi All, DB Version :10.2.0.1 OS Version: Windows Server 2003 32 Bit When i am trying to add datafile into tablespace it takes lot of time approx 8 hours.but earlier it take approx 40 to 60 mins When i check Alert log file i got the message: ORA-604 s

  • Dear Adobe Readers:

    Tuesday, February 10, 2015 Dear Adobe Comment Readers: In the past I have written some fairly critical comments about Adobe and it "Help" process for customers.  I still feel that there needs to be an updating of their phone system which allows custo