File opens slowly, saves slowly

With the scenarios set up below, it seems that these files are taking unusually long to open and save (up to 20 minutes on scenario #1, up to 7 minutes on scenario #2). Is this typical for the filetype described? Any help would be appreciated - this is causing workdays until midnight!!! =(
SCENARIO #1
[Running 32 bit Windows XP on a 2.3GHz ThinkCentre M55p, 2GB RAM, Photoshop CS1. Have files ranging in size from 50MB to 325MB. Application installed on C: drive, primary scratch disk is on partitioned D: drive with 3.96GB free space, secondary scratch disk is on C: drive with 53.98GB free space. Largest file has about 12 layers, including 3 layers with rasterized PDFs and about 9 layers that have blocks of filled color with craquelure & inner shadow added.]
SCENARIO #2
[Running 32 bit Windows XP on a 2.3GHz ThinkPad T61p, 2GB RAM, Photoshop CS1. Have files ranging in size from 50MB to 325MB. Application installed on C: drive, primary scratch disk is on partitioned D: drive with 36.4GB free space, secondary scratch disk is on C: drive with 29.7GB free space. Largest file has about 12 layers, including 3 layers with rasterized PDFs and about 9 layers that have blocks of filled color with craquelure & inner shadow added.

Seattle User,
One big bottleneck is your I/O. Nowadays, there are very few reasons to partition any physical HDD. If you feel the need to do so, make sure that nothing related to PS is on that second partition - nothing. I'd also make sure that your Windows Page File is not on it either - nothing but maybe documents, or other non-image assets.
What happens with a partitioned drive that is part of the PS setup is that you are asking the heads to be in many places at the same time. That cannot happen, so something has to give. That is the access time. Always use physical disks. Depending on your controller, you might even want to split the I/O load over a second PCIe controller card. HDDs are so very cheap now, there is no reason to not fill one's case with them and use them to do everything to keep all files off your C:\ (and, in your case D:\ drives).
It appears that at least one of these machines is a laptop, maybe both. You will get better results without the partitions. If the case can hold more physical HDDs, then I'd add 'em. My laptop has 3x 200GB 7200RPM drives, and I can do SD video in real time on it.
If the case will not support more HDDs, then think about external HDDs. Go for eSATA via an ExpressCard, or almost as good, IEEE-1394b (FW-800). Some years back, I did some timing tests on a Toshiba with only 2x 80GB 5400RPM HDDs, using various externals. There was a measurable difference having the PS Scratch Disk on a 250GB Maxtor between the USB and the FW-400, but not much in real world times. I picked up almost a minute with the test file and the Actions, designed to use the Scratch Disk (external) with FW-400. Other than a faster processor (pure GHz, as I do not see the Core config of your two CPUs), the Toshiba would Open and Save 200+GB image files in about a minute and a half. The new laptop does it in seconds, without any "external" Scratch Disks. About as fast as my workstation does.
Remember, if you do change your Scratch Disk location, you'll need to re-start PS for these changes to take effect - at least you do with CS2. Maybe CS3 is dynamic, in that regard.
Hunt

Similar Messages

  • My files open and save two times

    Hi All,
    See my below script, when I run this script in my InDesign files within folders containing subfolders it open and save my folder files twice and subfolder files once.
    Could anybody please help me out why my folder files open and save twice. Subfolder code is working fine.
    Thanks,
    Mon
    See my below js code below.
    //my script starts
    var myFilePath = Folder.selectDialog("Please choose InDesign file folder");
    myFilePath = new Folder ([myFilePath]);
    myFilePathContents = myFilePath.getFiles("*.indd");
    mySubFolders(myFilePath);
    var myDocument = app.documents[0];
    for (var j = 0; myFilePathContents.length > j; j++) {
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    var myDocument = app.open(myFilePathContents[j]);
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    var myDoc = myDocument.layers.item(0);
    myDoc.printable=false
    app.activeDocument.close(SaveOptions.yes);
    mySubFolders(myFilePath);
    function mySubFolders(theFolder) {
    var myFileList = theFolder.getFiles();
    for (var i = 0; i < myFileList.length; i++) {
    var myFile = myFileList[i];
    if (myFile instanceof Folder){
    mySubFolders(myFile);
    else if (myFile instanceof File && myFile.name.match(/\.indd$/i)) {
    myFilePathContents.push(myFile);
    //my Script end

    folder
    ├── a.indd
    ├── b.indd
    └── subfolder
        ├── c.indd
        └── d.indd
    Hi, I run your code to folder like above,it open documents such as
    "a.indd, b.indd, a.indd, b.indd, c.indd, d.indd"
    a and b open twice.
    so fix code
    myFilePath = new Folder (myFilePath); // remove bracket for 'myFilePath'
    myFilePathContents = new Array(); // remove getting .indd, they are added later in mySubFolders()
    mySubFolders(myFilePath); // remove 2nd mySubFolders(), why run twice?
    and then, run code and documents will open like
    "a.indd, b.indd, c.indd, d.indd"
    mg

  • Office Files Opening Slowly Over The Network

    We have a Windows Server 2012 Standard hosting files.  When opening only Microsoft Office documents, the files will open really slowly.  We are using a blend of Office 2k7 and 2k13.  Each document when opened shows it being downloaded and
    in 30 seconds it will open.  This is happening on computers connected to a GB switch and a standard 10/100 switch.  PDF files that are much larger or image files open immediately.  Browsing is responsive.  Only opening documents either 
    with office open or by browsing to the file, the document opens slowly.

    Glad to see you have your problem resolved. And thanks for sharing the workaround here, this should be helpful to other users who encounter the same problem.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Word 2013 shows full UNC path instead of local "Documents" folder on file Open and Save

    Normally Word (and Excel) by default will show the user's local "Documents" folder when opening or saving a file. That is what we want. However, after using Windows Server Folder Redirection to redirect the Documents folder to the network (Windows
    Server 2012R2), Word now shows the full UNC path to the network share.
    Instead of seeing:
    "MyPC  Documents"
    users see
    \\sever1\redirect$\username\documents
    Folder redirection is supposed to be transparent to the user. Virtually all our other applications, including Office 2003, respect this convention and continue to show "Documents". As you can see, Word even exposes a hidden share.
    Even if we go to File / Options / Save and browse to the local Documents folder as the place Word should open and save files from, Word immediately removes the path you have browsed to, and replaces it with the UNC path.
    Is there a way to suppress this behavior? Thanx!
    Dana

    Hi,
    Based on my understanding, you only want others to see some part of path name, rather than full UNC path name. It is right?
    It seems that we can’t implement your requirement. When we open a file from “My Pictures”, it shows “My picture” instead of showing the full path “C:\Users\User\Pictures”. “My Picture” is set as a library in Windows, so it hides
    full path by design. We can't set \\sever1\redirect$\username\documents as a library.
    As a workaround, you can upload these files to OneDrive and share link to others.
    If I have anything misunderstood, don't hesitate to tell me.
    Regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Why won't files open or save in email

    I have been trying to open some important files that were emailed and they won't open.  I am getting the blue and white pop up asking if I want to open or save and it won't let me do either.  It did this the other day and somehow I finally got it open after shutting down the computer.  Tried that this time and it won't work.  Tried uninstalling and reinstalling adobe.  It did not work.  There is also an online website I use to complete and upload PDF file documents and it won't work either.  What has happened?  How do I fix?

    Ah this is just because I haven't fully updated my bridge yet, but the solution still works fine
    Date: Mon, 10 Oct 2011 13:25:37 -0600
    From: [email protected]
    To: [email protected]
    Subject: Why won't files open in Camera Raw from Bridge?
        Re: Why won't files open in Camera Raw from Bridge?
        created by Noel Carboni in Adobe Camera Raw - View the full discussion
    The video shows replacing a current DLL file with one from last year - the key issue being that the files found in the Bridge and Photoshop folders are DIFFERENT. Why would this be?  I checked a PS CS5.1 installation myself and the files are already the same. Is there an illegitimate copy of Photoshop being used or something, causing these files to differ? -Noel
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3963527#3963527
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3963527#3963527. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Camera Raw by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Final Cut Pro HD project file opens slowly

    I have a very large movie project which is connected to about 800 gigs of HD footage split between two Lacie Extreme hard drives. Everything used to open fine, but when I tried to open the project this week, final cut opens fine but then it gets to the "reading project" and it takes an hour just to get to one percent. It did open after 30 hours or so.
    I brought my hard drives to a computer lab and the project opened there, although the computer soon ran out of memory. My project files aren't corrupted, and my hard drives seem to be fine...so why is it taking so long for the project to open on my computer?
    I've also had trouble copying files from my hard drives to my computer and vice versa. The larger the file, the longer the copying stays at "0%, 1 minute remaining" until it finally starts copying, at which point it is normal. Could this be related?

    Thanks for responding.
    I found that if I set final cut to play the footage at lower resolution and half the frame rate, the sequences would play without freezing as much, but this doesn't solve the bigger problem.
    I have Activity Monitor open and right now it says Final Cut is using 8.4% CPU, with 654.2 MB of Real Memory and 1.76GB of Virtual memory. When I go to "Inspect" and to the Statistics tab, is says "Page Ins: 58398" There are also stats about Shared and Private Memory. I don't know how to interpret any of this.
    I don't know that I have CMYK graphics, and what is multi-clip?
    My hard drives are 80% and 95% full.
    I will try duplicating the project and deleting all but the current version of my sequences. I will also try to use render manager. Are you saying it might help if I delete all renders and rerender what I need?
    I did copy one sequence into a new project and am trying to open that now. It is taking a very long time...it will certainly load must faster than the huge project but it doesn't seem to have solved the problem.
    Let me know what you think & thanks.

  • Slow file open and save across airport network

    Hello -
    I just purchased an Airport Extreme base station and am having some problems. I could not seem to find an answer to this issue in the archives.
    I have a small architecture firm and have 3 computers networked together (iBook G4, mac-mini, and Powermac G5). The G5 is our file server. A typical CAD file size is on the order of 10 mb. Since going wireless with the Airport Extreme, opening these files has become painfully slow - 2 minutes for a 11 mb file, for example.
    All computers have a strong airport signal (four bars), and internet connection on all machines is fast.
    Security: WPA2
    Robustness: ON
    Thanks for any help you may have to offer.

    (I posted this elsewhere, hope this helps you as you did not have any responses. )
    Big horrible slowdowns in file transfer over wireless have me pulling my (remaining) hair out.
    I had given my Apple Airport base station (b) to my brother in Pakistan after I found a Belkin (g) at Staples for free (after rebates) and have been using it for a while. Not a pretty box but the price is beautiful and it works OK.
    My real use for it is for my eMac and a couple of older PowerBooks I keep downstaors as a "music studio" for my music and podcast recording (and transferring upstairs to my server folder over wireless) and web browsing.
    All worked OK as I would transfer the files to my PowerBook upstairs (connected Ethernet to a router connected to the wireless router or sometimes directly via Airport connection if laptop was not at my desk). Both configurations worked fine (only limitation being my eMac's (b) speed older Airport speed).
    Since 10.4.5 (as that is the last "change" I can see made on my system overall, I have discpovered I cannot even transfer a 3.5 MB file from the eMac to ANY of the other machines. After reading several threads here it seems several people have noticed the HORRIBLE SLOWDOWN if not complete death of Airport usability for file transfer. People are being made to go around changing router settings, channel IDs etc.
    That sounds like typical tech support bunk to me. After all, if the channel ID on the wireless router is a problem why is my web browing going on at normal speed but a 120 MB file transfer just told me it will take 2023642128 hours. No, I am not kidding. That is the time it would take to get man to Mars. Someone else was told to hook up the machines over Ethernet. Sure, that works for machines in the same room - and is a bearable temporary solution in that case - but not in an upstairs/downstairs situation. Burning CD-Rs to transfer 120 MB files every time is also not a good way to show off Apple technology.
    So, in my humble opinion, some recent update from Apple just broke something in Airport networking or Appleshare. (Much like I have found out that DiskWarrior, a hard disk repair utility will crash after completing a current task unless you downgrade QuickTime from 7.0.4 or something to a lower version. Go figure.)
    I love Apple, getting friends to switch all the time, but annoyed at these bugs that basically render standard applications unusable. So far I have not been able to figure out what the problem is.
    I already deleted all the network port configurations on the eMac except wireless. Activity Monitor shows 0.1 to 11 kbps speed (yes, that is 0.1 to 11 Kbps not Mbps). No other apps are running, Tried connecting to different machines. All machines can transfer data at high speed except over Airport/wireless.
    Hope you can suggest a solution when you find one.
    Imran

  • Save As / File Open dialog boxes too large to use on laptop

    I have a Macbook Air and am using one of the new Apple LED Cinema Displays, although this problem was also present when I was using my older Apple Studio Display.
    The problem is that some of the system dialog boxes, notably File Open and Save As are huge when I am just using my Macbook with no external screen. They are so big i cant see the lower right drag handle and make them smaller and cant access buttons at the bottom like "New Folder".
    I think this is because I resized the dialog box when I last had my large external monitor connected and now that it is not connected (I'm at home on holiday not at work) I cant find a way to make them reset to their normal size.
    Does anyone know anything that would help? I've had a good search online and also in these forums and havent found anything - but apologies if I've missed an existing open thread.
    Thanks,
    Glenn.

    This did not work for me - and in my case it was the "Export" Save As sheet in Keynote. There is a real solution for this problem. Firstly all user 'preferences' and these are things that include not only preferences set in the application's preferences window but also window position, size, recent items etc. are stored in the preferences .plist file for an application (stored in the users account Library folder) . If an application starts to behave strangely, crashes on start etc. deleting this file while the application is NOT running can often fix a problem. So if a window is in an unusual location or partially off-screen then trashing the file often will fix the problem (BTW - if you are unsure how to find the file activate the Finder and select the "GO" menu -> "Go to Folder" and type ~/Library/Preferences - make sure you are not in the System's preferences folder - deleting these items is typically bad...). Preference files for an application are typically named com.companyname.programname.plist. So for Keynote the plist is com.apple.keynote.plist. Preferences are recreated when the application is launched. Often though this is a bit extreme. If you double click a plist file the "Property List Editor" application will start (at least if you have the developers tools installed - all free and on the Leopard DVD - with a free Apple Developer ID you can also run the most up to date version pre-snow leopard). In the plist editor all of the various options available in the program are listed - ones from the preference panel and other application information. In the case of Keynote (possibly other apps - I haven't checked) the NSNavPanelExpandedSizeForSaveMode key stores the size of the Save/Save As sheet. I downsized from a 17" MBP to a 15" MBP and the string size for this was 682 wide by 843 tall in pixels - my screen is only 900 px and once you consider the space needed for the application menu bar and tool bar the dialog buttons were 'just' barely visible - tauntingly so. I dropped the height to 743, saved the plist and reopened Keynote (remember to edit these while the application is not running - and always save a copy first before editing the file). This worked for me perfectly and unlike other suggestions here provides precision control. Now having said that 1) these files are XML and can be edited using a text editor but the plist editor is much prettier; 2) typically the keys are named using their appropriate Coca names for the property - but each developer can and does write their own code often deviating from Coca - hmm MS, Adobe come to mind - so remember that its good to read through the plist and Google to make sure that you are editing the correct information; 3) plists are automatically recreated if you really screw-up and need to delete - unfortunately in doing so Word will forget that no-one actually likes "when editing automatically select the whole word" so you will need to redo all of those kinds of preference tweaks.
    D.

  • How to add My Documents to Open and Save as

    Hi,
    How can I add My Documents to the list of places under File ->"Open" and "Save as" in Office 2013 applications?
    Users in my organization are truly frustrated by having to click on "Computer" and then choosing the "My Documents" folder every time they need to access their My Documents.  Any suggestions?
    Thanks!
    -sul.

    Can you make a screen capture, or diagram showing exactly what you want to do?  I just can't picture it.
    If what you want to do is place it directly under the Open command in the File menu it would not be easy.  The only slight possibility I can think of would be to create custom ribbon XML code to modify the "Backstage Pane".  I
    How do I change Backstage(File) view in Excel 2010
    Customize the Office User Interface in Office 2010
    http://technet.microsoft.com/en-us/library/ff468686.aspx
    Updated: September 9, 2010
    This article lists resources that will help you customize the Microsoft Office Fluent user interface (UI) in Microsoft Office 2010 applications.
    Microsoft introduced the ribbon extensibility model in the 2007 Microsoft Office system as part of the Office Fluent UI. This was a new way to customize the user interface and create custom tabs and groups that
    were specific to users’ needs. Office 2010 extends the span of the UI extensibility platform by providing support for customization of the new Microsoft Office Backstage view.
    Customize the Backstage view
    In Office 2010, the Microsoft Office button is replaced by the
    File tab. The File tab brings you to the Backstage view. The Backstage view is customizable and lets organizations customize the UI to suit their needs.
    For information about how to use and customize the Backstage view, see the following resources:
    Introduction to the Office 2010 Backstage View for Developers (http://go.microsoft.com/fwlink/?LinkId=182189
     http://msdn.microsoft.com/en-us/library/ee691833%28v=office.14%29.aspx
    Customizing the Office 2010 Backstage View for Developers (http://go.microsoft.com/fwlink/?LinkId=184245
    Change the Ribbon in Excel 2007 or Excel 2010
    http://www.rondebruin.nl/ribbon.htm
    Ron de Bruin (last updated 6-Oct-2010
    <snip >
    More RibbonX examples
    You can download 8 Excel files here with basic RibbonX examples for Excel 2007 and Excel 2010.
    Download Example Excel files Last Updated : 27-June-2010
    Add custom group in built-in tab.xlsm
    Add menu and buttons to Backstage or Office Button.xlsm
    </snip>
    I haven't seen any documentation about customizing the 2013 backstage.

  • PDF files open very slowly or not at all.

    I am experiencing an issue on a clients network where most pdf files open extremely slow or not at all. This issue is being experieced by both pc and mac uses, computers on and off the domain. Any one connected to the network. Has anyone seen an issue like this before. We are currently having Cisco troubleshoot the internet router but are not currently seeing any issues there. The isp has indicated that the circuit has tested cleanly. The issue is even seen when trying to download the pdf, it just seems to hang around 80-90 percent of the download.
    Any help on this issue would be greatly appreceiated.

    It MAY be that Adobe software slowness problems are caused by having a network
    printer as default... with the cure being to always have a local printer as a
    default (you don't have to USE it, just have it set to local as default) and
    this may be accomplished by using an Adobe Generic Printer Driver
    http://www.adobe.com/support/downloads/product.jsp?product=pdrv&platform=win

  • Shared file from computer with Windows 7 slow to open and save on computer with Windows 8.1

    I have three computers in homegroup. They can see each other and sharing files is not a problem. Main computer, where I have all my data on uses Windows 7 Home premium, and Office 2007. Both other computers use latest version Windows 8.1, Office 2010. I
    use these two computers to access files on main computer (word, excel). I have problems, because when I try to open word and excel files on these two other computers, files open very slow (green bar is showing, although word has no text inside), and also saves
    very slow - empty word file takes 1 minute for saving.
    One of computers with 8.1 had 8 before updating and I managed to solve this problem with running this protocol (smb.bat) - this solved the problem, although I do not really understand why:
    sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
    sc config mrxsmb20 start= disabled
    So it seems it is really something to do with the version of windows since the same computer had windows 8 and this protocol and worked well, but when updated to 8.1 it works slowly (I tried this protocol, but it is not working)
    Please see if there is any solution (updated protocol?) because I really cannot wait for word file to open 1 minute.
    Thank you for help!

    Hi,
    First, You can leave the homegroup and join again to see the result.
    To leave a homegroup:
    1.Open HomeGroup by typing homegroup in the search box, and then clicking HomeGroup.
    2.Click Leave the homegroup.
    3.Click Leave the homegroup, and then click Finish.
    You can also join the homegroup in the way accordingly.
    Besides, this happens after a upgrade to Windows 8.1, this also might be caused by service conflict, I suggest to perform a clean boot to solve this:
    1.Swipe in from the right edge of the screen, and then tap Search. Or, if you are using a mouse, point to the lower-right corner of the screen, and then click Search.
    2.Type msconfig in the search box, and then tap or click msconfig.
    3.On the Services tab of the System Configuration dialog box, tap or click to select the Hide all Microsoft services check box, and then tap or click Disable all.
    4.On the Startup tab of the System Configuration dialog box, tap or click Open Task Manager.
    5.On the Startup tab in Task Manager, for each startup item, select the item and then click Disable.
    Details as the article below:
    http://support.microsoft.com/kb/929135
    Regards
    Wade Liu
    TechNet Community Support

  • Document opens slowly

    Help! I have a multipage Freehand 10 document that takes 1
    hour and 40 minutes to open! There are many large jpg and tiff
    files in the document, but the document itself is only 350 k.
    Should I save these jpgs & tiff with less compression and
    reimport them? is there something I am missing? I have a large file
    on a master page - would it be better or worse to have it repeated
    manually on each page?

    > Help! I have a multipage Freehand 10 document that takes
    1 hour and 40 minutes
    > to open! There are many large jpg and tiff files in the
    document, but the
    > document itself is only 350 k. Should I save these jpgs
    & tiff with less
    > compression and reimport them? is there something I am
    missing? I have a large
    > file on a master page - would it be better or worse to
    have it repeated
    > manually on each page?
    FreeHand decompress linked files for preview and print.
    Therefore uncompressed files should work faster. Some version,
    probably 10, opened tif files very slowly if they were lzw
    compressed.
    Also if the files are linked over network it probably takes
    longer.
    Jukka

  • Forms are opening slowly

    Hi all,
    Forms are opening slowly.
    why the forms are openig slowly?
    How we can analize that issue. and how we can solve that issue
    Thanks,
    Chandu

    Hi,
    Was this working properly before? If yes, what changes have been done recently?
    Do you have the statistics collected up to date?
    Can you find any errors in the application/database log file?
    Please see old threads for similar discussion.
    Performance Tuning
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Performance+Tuning&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to open and save file like the Notepad Demo do?

    I am a newer to Java Web Start. I found that in the Notepad Demo, when user try to open or save file, a message box appear and give the user some security suggestions.
    In my application, I used a JFileChooser and set the <security> element to <j2ee-application-client-permissions/> in the jnlp file. But the application will thow an exception:
    access denied (java.io.FilePermission C:\Documents and Settings\Administrator\desktop\Java Web Start.lnk read)
    Can someone tell me how to solve this problem. By the way, where can I find the source of the Notepad Demo. I want my application to open and save file just like the Notepad Demo do.

    The Notpad demo uses the JNLP api to read and write files. The api doc can be found at:
    http://java.sun.com/products/javawebstart/docs/javadoc/index.html
    Although the Notpad demo source is not available, there is other sample code available at:
    http://developer.java.sun.com/developer/releases/javawebstart/
    Included here is the webpad demo, which uses the FileOpenService and
    FileSaveService API's.

  • Illustrator Crashing on open and save of files

    PC using Windows 8
    I've been using Illustrator CC for 6 months and it worked fine, all of a sudden it can't open or save files without taking very long (5-10 minutes) and occasionally crashes.
    Please help!

    Then the best bet is to uninstall, run the cleaner tool and reinstall.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

Maybe you are looking for

  • SLD request stops server0

    Hi all. We have installed a Netweaver SR3 with all usage types and currently Post Installing it for the PI usage type. Our problem occurs when we are performing the steps in the SLD (setting up technical and business systems etc.) We make a request t

  • Creating Search prompt to display a particular record row

    Hi, I have a crystal report with an Excel sheet as my data source. I want to create a prompt which would ask for a certain value (say, "name") and when we enter a name (say "John") ; it will display the record row(age, income, savings, etc..) for the

  • Another -8 error, any ideas?

    My iChat has been working flawlessly for as long as i can recall until Sunday after I ran software update which included AE updates. I have a X-Modem plugged into AE basestation serving my MBP. When I try to connect with video it fails and gives the

  • How do I get rid of "Back To Form" on generated pages

    I have a page which is generated by PL/SQL. The page itself generates fine, but I always get "Back To Form" along with the success.gif icon. I want to get rid of both. I know I can replace the success.gif with a 1 pixel transparent image, but what ab

  • Safari not starting -complete breakdown.

    Tried everything. DiskWarrior, reinstalled Tiger 10.4, copied Safari from two different macs - nothing. The first page appears blank for 10 sec and then the program quits. Internet connection is there, Mail is working. Can't download Safari from Expl