What's the best way to save on a (sort-of) network?

We are a small town newspaper moving from paste-up to full pagination in InDesign. We have two ladies who design ads. We have an editor who writes copy and several others who type copy and do stuff like obits, etc. For the last zillion years every single thing is printed, cut-out and pasted up on page sheets.
We are moving into In-Design. Whatever each of us creates, we save on our machines. We have just setup not really a server, but a device (a LaCie) that we can all see.
I have designed a folder system on the Lacie and just this week we are starting to place our completed documents up to it. This is also where the page templates will go.
My question is about the ads and the page templates. Those all have links. Those links are back on the machines of the creator.
So, Bonnie creates ads, she will want to put her ads on the page templates and then we will put the copy around the ads.
How is the best way to resolve the issue of links and fonts? Should we package each ad to put it up on the LaCie? What about fonts? I went to another (even smaller) newspaper and they have a font folder on their server. I assume that all fonts draw from it.
Is my question clear?

Thanks for everyone's thoughts on the subject. A consultant would be nice but, keep in mind, weekly newspapers are very small potatoes and on very small budgets. I am the technical end of the business, coming from a school district where I coordinated education related technical issues. So, I don't know much (yet) about all the ins and outs of ID. We have CS3.
I think the two ladies (who have worked here 20+ years) would QUIT if I moved all of their graphics to someplace other than their own machines where they know where everything is. Their new machines got a clone of their old machines and then we added OSX and CS3.
All copy has identical fonts and paragraph styles. We will put all news photos that will appear on the page in a network folder. So those will be easily placed. It's just the ads that will cause the problems. And there are a zillion of them in varying sizes. And those ads are the money makers so they are the most important thing.
We are going to experiment with how we go about doing this. I know that there will be 4 different people opening the page templates and adding "stuff". The problem would be resolved if the ads went on last, but they go on first and (as our editor says) that "crap" he writes just pads the ads.

Similar Messages

  • I have lightroom 5.7. Now I have apple TV to connect my Mac to the TV scree. I wish to do a slide show on the TV. However, on the Mac, using ITunes to share photos with the TV, I cannot locate all photo files. What is the best way to save the slide show a

    I have lightroom 5.7. Now I have apple TV to connect my Mac to the TV scree. I wish to do a slide show on the TV. However, on the Mac, using ITunes to share photos with the TV, I cannot locate all photo files. What is the best way to save the slide show and put it where the Mac sharing can find it? So far, I made on one folder in Lightroom, put some photos there and I found them easily. Can this be done with a slide show? Please help quickly! Also worried that the photos I put on the new folder are hard to find afterwards, when the show is done. Where do they go when I delete from from the new folder?I am not alone

    Not that I'm aware of. You just export JPEG copies to a folder that you can point iTunes to. For instance, I have created a folder in my Pictures folder called Apple TV. And within that folder I have other folders of pictures that I can choose from in iTunes to share with Apple TV. But there doesn't seem to be any way to share a Lightroom slideshow. If you have laid to create a video file that would probably work. Apple TV is a little clunky in my opinion. Some things are a little more difficult to do now than they were a while back. I probably haven't provided you with much help, but just keep experimenting and I think you will figure it out.

  • What's the best way to save an 8.5 x 11 image for use as a page background in a PDF?

    What's the best way to save an 8.5 x 11 image for use as a page background in a PDF? My goal is to have a relatively small final .pdf file size that includes numerous pages with full 8.5 x 11 images as backgrounds in the document. If I save at 8.5 x 11 and 72dpi (example), the image is not 8.5 x 11, and the quality is not good enough. I need help with size, dpi, and file format to save as before I place it in InDesign and then save as a .pdf.
    Thanks,
    Jim

    Do exactly what I said then.  Create the InDesign document of the required dimension, and chose whether it will be high quality print, or Interactive PDF.  It really doesn't mater what format you bring the image into that document.  It can be JPG, PNG, but I usually use native Photoshop PSD.  The image does have to be of high enough resolution, but it can be many times bigger than iis required for the final export.  (InDesign does not import the image, but rather references it on your hard drive.)
    When you have placed your text and finished your page, then export it to PDF, but go through the tabs chosing suitable settings.  If the image needs to be downsized, InDesign will do that at this stage while building the PDF.
    If you can tell us how this presentation will be made (Projector, overhead projector, printed page etc. or just emailed to the end users) we can help you more with the final output settings. 

  • What's the best way to save battery life on ios 7

    What's the best way to save battery life on ios 7

    Turn off services that you are using, e.g., bluetooth, cellular data, etc.
    See also here:
    https://www.apple.com/batteries/ipad.html
    http://ipod.about.com/od/ipad/a/conserve-ipad-battery-life.htm
    http://www.ibtimes.com/apple-ios-7-release-15-ways-improve-battery-life-your-iph one-or-ipad-1413218

  • What is the best way to save iMovie Events?

    I would like to save iMovie Events for future use but the files are so big that I need to have several external hard drive. What is the best way to save these files? Burn to DVD discs?

    mihomle wrote:
    .. but the files are so big that I need to have several external hard drive. .. Burn to DVD discs?
    1 TB of harddrive space actually <60€ .. drag'n drop files, done. instant access for future projects.
    1 TB of DVD disk space (4.4GB x 230 pieces, each ~50¢) = ~115€ + hours of work .. hours of re-importing in future use ...
    => I prefer ext. HDD.. 1TB fits ~ 75h miniDV, or 40-60h HiDef imported (using the 'Archive' feature of iM09 much more) ..

  • What is the best way to save data from GPIB Device in a file?

    HI!
    I have a Keithley SourceMeter and want to save readings in a File along with settings on the front panel and timestamps plus several other infos. What is the best way to do this? Which file type? Any recommendations or hints could help me?
    Thanks

    Hi Andy,
    There are 3 main file formats that you can consider writing your data out to in LabVIEW:
    ASCII
    Binary
    Datalog
    ASCII
    ASCII files are useful because every operating system and almost every application can read/write ASCII format files. Use ASCII files when:
    Other users or applications will need to access the data file.
    You will not need to perform random access file I/O
    File I/O speed is not crucial
    Disk space is not crucial
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write to Text File.vi and Read from Text File.vi
    Binary
    Binary byte stream files are more specific to data storage and retrieval. Use b
    inary files when:
    File I/O will remain in LabVIEW only -- no other applications will be needing to write/read that file. There is no standard formatting for binary files and thus other applications or operating systems may be unable to read the file.
    Files are smaller than ASCII files
    Easier and faster random access to data
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Binary File.vi and Read Binary File.vi
    Datalog
    When to use datalog:
    If you need to record data with a mixture of types, it can be cumbersome to convert everything to ASCII or to keep track of the binary formatting.
    Datalog format is binary and internal to LabVIEW, so again only use this format if no other applications or operating systems will be needing to perform file I/O on the file.
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Datalog File
    Example.vi and Read Datalog File Example.vi
    Good luck!
    Kileen C.
    Applications Engineer
    National Instruments

  • What is the best way to save an ai file so it can be opened in corel draw

    I have an ai file that needs to be opened in corel draw by a client. It needs to remain editable all paths and colors ect.
    Whats the best way to save it so it can be.
    yes I know corel is not as good as Illustrator but its what they have.

    Moving files back and forth between Adobe Illustrator and CorelDRAW is tricky. There's quite a bit more to it than knowing what version of CorelDRAW the client is using. If the artwork is fairly simple then there shouldn't be any problem with transferring the artwork into CorelDRAW. If the artwork has gradients, transparency effects, a lot of clipping masks, etc. then it's going to be a lot more dicey getting it to import into CorelDRAW properly. In addition to the .AI file you provide, you should give the client a PDF they can view in Adobe Reader or Acrobat so they can proof how the artwork is really supposed to look.
    I use Adobe Illustrator CC and CorelDRAW X6 in my work. I've used both applications for over 20 years. I don't consider either application better than the other. They both have their own unique strengths and weaknesses. I'll do a good bit of creative work within CorelDRAW to use certain features Illustrator either lacks or just doesn't do as well. Or I may need to design a really big project at full scale and Corel has a much bigger art board than Illustrator. Most of the time I move a lot of the stuff I created in CorelDRAW over to Illustrator for further refinement or moving it into Photoshop as paths or smart objects or just getting it ready to print (I don't like Corel's color engine even though it has improved in recent years).
    Like others have said, you need to know the basics of what the user has -mainly which version of CorelDRAW. The newer versions like the one I'm using can open Illustrator CS5 files. For older versions, you may have to save down to CS2 or even really old versions like Illustrator 8.
    CorelDRAW will not support certain Illustrator-dependent effects. For instance, if you apply a gradient to an object outline it will be lost when opened in CorelDRAW. A lot of other effects won't be maintained when opened in Corel unless they are flattened/expanded. Some effects may even have to be rasterized, and that can create other issues. Out of effects that are maintained, some may have to be adjusted. CorelDRAW and Adobe Illustrator handle things like gradient fills differently and don't understand how to portray gradients from their rival application accurately. Some nice fill that was created in CorelDRAW may have to be tweaked or completely rebuilt when opened in Illustrator.
    I get a lot of customer files in CorelDRAW and also a lot in Illustrator. That reason alone makes it necessary for me to have both CorelDRAW and Adobe Illustrator running on my computer.

  • I am scanning all of our old photographs.  What is the best way to save them

    I am unsure if I should store on DVDs, thumb drives, or an external hard drive

    I'm assuming that your old photographs are valuable to you and you don't want to lose them. If this is the case I would plan on some kind of redundant backup scheme. Har drives fail. Recordable DVDs become unreadable. Any method could fail. If you plan to access them frequently I would definitely have them on a hard drive. In addition I might put them on some other media. Three separate copies stored in three different locations and not in the same residence is the best way to make sure the photo files are preserved should something happen in one of the locations.

  • What's the best way to save a .pdf with comments?

    I really like the comment features in Acrobat X, but I'm a little stuck on what "Save As" function is the best for .pdfs. For example, I also use the GoodReader App quite a bit on my phone, and I've noticed that they have an option to "flatten" the markups on a file. When exporting the markings will open up just fine in any .pdf reader. I really like that system, but most of the time I need to use my laptop for the keyboard.
    With Acrobat X some markups are consistent (mainly the drawing ones), but the annotation ones are not as easy to figure out.
    So, what do you guys recommend for which format is best for saving. Essentially, I plan to grade student essays with markup and then e-mail the files back (or, if it is not too time consuming, upload them in GoogleDocs and then share the link). Either way, I'm looking for the best overall way to do it. Any help is greatly appreciated.

    I use stamps and text boxes most often. Occasionally I use the text-editing tools in the comments area, but they really don't save well when I flatten the file. Occasionally, I'll add a file to pdf when I need to extensively comment on a certain area of the pdf. Depending upon the comment I'll either use a text file (my preferred choice), an rtf, or pdf.

  • What is the best way to save your itunes library?

    What happens if my computor completely crashes and I lose all my files including itunes and all the music I have put on there? Is it possible to save my library to anything so that in such event I am simply able to load my itunes library onto another computor. Any Suggestions??

    Hello Rebecca and welcome to discussions,
    The very best way is to back it all up onto an external hardrive, using a cloning or back up Application. Using this method - if your computer does crash or fail you can just transfer all the music back to another computer.
    You can also back up onto DVDs if you have a burner thats suitable.
    Back up back up back up - Always back up. Its always worth doing.
    Hope that helps some.
    Regards
    Ian

  • I photo pics are in album, but need to upload from add item page on etsy.  Cannot find where the pics are in my computer.  I did put a name on each one.  What is the best way to save an individual pic to be able to find it on the computer so as to upload?

    I have an online etsy shop.  There is a page on which to list a new item to be added to one's shop.  When it is time to upload the pic or pics, I cannot find them,eventhough each has a name and all are in an i photo album.  On my old computer I would "save as" and then could find it easily in my computer.  In the new mac I just got, I cannot easily find the pic when trying to upload.  Could you tell me an easy way to save each pic so that I can find it for uploads to that site?  Thanks in advance. OS is Snow Leopard. Whatever i photo came with that would be the product I am using.

    The following is from a post by Terence Devlin on accessing photos for use outside of iPhoto.  It's the definitive treatise on the subject.
    There are many, many ways to access your files in iPhoto:
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running: 
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation   which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3.Show File:
    a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected. 
    b. On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected. 

  • What is the best way to save different versions of a project?

    I am working on a documentary with hundreds of hours of footage. I've been told that to avoid file corruption, I need to regularly save different version of the project. I've done some research and there appears to be different ways to do this.
    In Lisa Brenneis's FCP book, she suggests using "Save As" to protect one's work (renaming the old copy with a version number, and using the same name for the most updated version). This makes sense to me, since this would avoid FCP creating new capture folders every time I change the name of my project. However, I'm wondering if there is a difference between doing Brenneis' technique or duplicating the project.
    Are there different schools of thoughts on this? Does anyone have a system that works for them that they recommend? I've done research and I can't find anything on this topic, other than issues with backing up (I'm working with several hard drives - but what I'm most concerned about is avoiding file corruption and making sure my media isn't all over the place).
    Thanks for sharing!

    Good topic!
    I use the technique of popping over to Finder and using command-D
    to make a copy every once in a while. Then at the end of the day,
    I'll make a copy of the session to another disk. Whenever I've done
    a lot of work that I never want to lose, I take a copy to another location.
    If a backup is super-important, be sure to test it!
    It only takes a minute to quit FCP, and double-click on the backup.
    When I return to work the next day, after making sure my project opens,
    I delete all the "copy" files, then make a new one and the process repeats.
    When I output the edit for others to work on or approve, I will make
    a special copy of the project with the date encoded in the file name,
    Japanese-style (e.g. MyProject_2009-01-22.fcp and RoughEdit_2009-01-22.mov),
    then I never touch that file. Doing the dates Japanese-style means
    that they will be organized chronologically in Finder.
    Keeping these intermediate projects means that people can refer
    to very specific times on specific versions, and I can find exactly
    what they are talking about.
    As far as media goes, most people do not back up tape,
    because it's such a pain (you need two drives). People tend
    to keep their tapes in a box somewhere. This can work OK
    if you never use Capture Now.
    Since capturing from tape is such a time-consumer,
    and since I don't usually work with tape anyway,
    I focus on good disk backup. Ideally I'll have a disk
    and a backup at home, and a copy of the media files
    at another location.
    Be sure to keep the backups organized and named
    carefully so you can FIND what you are looking for
    if you need to. Adding a little text file in your folder
    explaining stuff is not a bad idea.
    People talk a lot about media failure, and yes all media
    will fail someday, but I use backups mostly because
    of my mistakes, like deleting the wrong file or something
    stupid like that.
    Be sure to back up all the other little files you might be
    using in a project, like Filemaker databases, graphics files,
    important emails, hours logs, etc.
    It's good that you are thinking about this important topic.

  • What is the best way to save and copy high resolution slide show?

    Creating and saving/burning slide shows in iMovie or iDVD does not appear to give the same high resolution as playing slide shows directly from iPhoto.  Resolution is also lost when exporting the slide show to iTunes.  Is there a recommended technique to preserve resolution when saving a slide show?

    Click the "Export" icon on the bottom of the application window.
    Click the "Custom Export..." button on the bottom left hand side of the new menu that appears at the top of the application window.
    At the bottom of the next window click the "Options..." button.
    Under the "Video" setting, click the "Size..." button.
    Next to "Dimensions:" click the "Compressor native" drop down menu.
    In there you have "1920 x 1080 HD".
    There are a bunch of other options, so explore and find what works best for you.

  • What is the best way to save and share Captivate software simulation files in Connect?

    File sizes (of 9mb zipped) appear to be causing problems. I've tried to share this short video any number of ways and I have not been successful.

    Thank you. I have tried publishing directly to Connect and many other ways. I was able to upload a ppt converted SWF, so I know I can do it, but I'm not doing something correcly with the simulation, and I'm not sure what. I can add the file to my Content and it appears to want to upload in Connect, but I just get the wait screen and no controls to play the file. I've also aggregated the ppt SWF and the simulation SWF, and it won't recognize this either. I'm close, but I'm just missing something.

  • What is the best way to save fmbs?

    hi all
    i wanna save my fmbs but i do not know about the directory
    where i can save my fmbs or should i create new directory?please help me out.thanks.
    sarah

    You can setup formsweb.cfg to do that and tell whats your forms_path environment variable, with it you wont need full path.
    Greeitngs.

Maybe you are looking for

  • Pagination issues in Word output from RoboHelp HTML 8

    Hi All, We're generating a Word document from our online help (RoboHelp HTML 8) with MS Word 2003 installed. The page numbers inserted automatically are wrong in that it's skipping numbers. For example, in scrolling down through the document, the pag

  • What are the tables Oracle EBS connector can connect to?

    Hello, Requirement As part of the project requirement for Oracle EBS application, we have the concept of BUYER account (PO_AGENTS) and Supplier account (PO_VENDORS). When the account has to be disabled from FND_USER and HR foundation table, the accou

  • How to use the latest jdbc driver in weblogic61beta?

    weblogic61 comes with mssqlserver4v65.jar, currently the latest jdbc driver is mssqlserver4v70sp10 but seems the license and directory structure is only for weblogic51. I tried to use it for weblogic61beta, but it failed. please advice. thanks

  • How to perform a find and replace of Portal content?

    We recently changed the URL of a business application and I would like to replace the old URL with the new URL in all Portal content items, including URL item types, Text item types, item descriptions, HTML Builder portlets, etc... I can use the Port

  • It is not clear if I need to wait to download the application or if there is a technical problem!

    Basically I have purchased Illustrator and when I try to download it it gets nowhere. If I need to wait for my order to be processed should not they say clearly that I need to wait? I try to download but it just gets stuck! I am really disappointed.