Cannot start new page/access templates

Mac Mini. OSX 10.4.8
iLife installed from iLife disks, iWeb v. 1.1.2 from disk - Family Pack
iWeb is working on one computer.
iWeb will not work on the Mac Mini - it starts but the New Page from File menu is grayed out, as are all other commands. Cannot access templates either.
I do not see a newer version on downloads, not sure what to do.

Jane:
This is a fairly common problem. The easiest approach is to open iPhoto, pick a photo or an album, and either click the iWeb button at the bottom of the iPhoto screen or go to the Share menu and choose iWeb. It may take several tries, but eventually iPhoto should force iWeb to open and ask you to choose a template. After that the controls should work for you.
Several months ago I read up on the problem in these forums and compiled a list of solutions based on posts here. If the iPhoto doesn't work, take a look at the other options listed here.
Good luck, and please let us know what works for you.

Similar Messages

  • New page from template

    When I try to create a new page via File>New>Page from Template, I get the error message saying it is nested inside itself. How do I get around this?
    Thanks,
    George
    Here's the code from the template:
    <<
    <?php
    session_cache_limiter('none');
    session_start();
    ob_start(); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><!-- #BeginTemplate "project.dwt" --><!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- #BeginEditable "doctitle" -->
    <title>CSS Virtual Monochrome - Ecommerce Templates</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    </head>
    <?php include "vsadmin/db_conn_open.php" ?>
    <?php include "vsadmin/inc/languagefile.php" ?>
    <?php include "vsadmin/includes.php" ?>
    <?php include "vsadmin/inc/incfunctions.php" ?>
    <body>
    <div id="maincontainer">
    <div id="header">
            <div class="logo">
            <img src="../images/Keystone-PMS-355u.png" width="234" height="95" border="0" alt="logo" />
            </div>
            <div class="hdrR">
                <a href="../search.php">SEARCH</a> | <a href="../affiliate.php">AFFILIATES</a> |
                <a href="../clientlogin.php">CLIENT
        LOGIN</a> | <a href="../orderstatus.php">ORDER STATUS</a> |
                <a href="../tracking.php">TRACKING</a><br />
            <br /><div class="searchbox"><form method="post" action="../search.php">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></div>      </div>
            <div class="clr"></div>
            <div id="topnav"><ul id="navlist"><li><a href="../index.php">Home</a></li><li><a href="../products.php?cat=3">Top Tab Pockets</a></li><li><a href="../products.php?cat=1">End Tab Pockets</a></li><li><a href="../products.php?cat=2">Shelf Tab Pockets</a></li><li><a href="../products.php?cat=4">Jackets</a></li><li><a href="../giftcertificate.php">Wallets</a></li><li><a href="../products.php">IP Folders</a></li><li><a href="../categories.php">Customization</a></li><li><a href="../cart.php">View cart</a></li></ul></div></div>
    <div id="mainwrapper">
    <div id="maincontent">
    <!-- #BeginEditable "Body" -->
    <h3>Keystone Products</h3>
    <div class="homepics">
      <div class="picscontent">
    <div class="prodpic">
        <img src="../prodimages/Top-Tab-PRM.png" alt="Top Tab Pocket" width="236" height="180" /></div>
      <div class="prodtext"><h2>Top Tab Pocket</h2>
      <p align="center">
                        <img src="../images/view.gif" width="60" height="20" alt="view" />
                        <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
    </div>
    </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/1B-Prm-FST.png" alt="End Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>End Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2T-Shelf-Tab.png" alt="Shelf Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Shelf Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2B-Jacket.png" alt="Jacket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Jacket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/3T-RTG-Wallet-WEB.png" alt="Wallet" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/IP-&amp;-Patent-folders-sm.png" alt="Wallet Folder" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
    </div>
    <!-- #EndEditable -->
    </div></div>
    <div class="lefthand">
    <div class="leftside"><h1>Our Products</h1>
         <ul>
                <li><a href="../proddetail.php?prod=scanner001">Top Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=fscanner001">End Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=palmtop001">Shelf Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=monitor001">Jackets</a></li>
               <li><a href="../proddetail.php?prod=mouse001">Wallets</a></li>
               <li><a href="../proddetail.php?prod=serialcab001">IP Folders</a></li>
               <li><a href="../proddetail.php?prod=portable001">Customization</a></li>
               <li><a href="../proddetail.php?prod=keyboard001"></a></li>
               <li><a href="../proddetail.php?prod=lprinter001">Laser printer</a></li>
              <li><a href="../proddetail.php?prod=pc001">PC media package</a></li>
         </ul>
         <h1>Shopping cart</h1>
       <div align="center"><?php include "vsadmin/inc/incminicart.php" ?></div>
        <h1><strong>Our services</strong></h1>
        <ul><li><a href="../about.php">About Us</a></li>
         <li><a href="../about.php">Shipping FAQ</a></li>
        <li><a href="../about.php">Payment Options</a></li>
        <li><a href="../about.php">Returns Policy</a></li>
        <li><a href="../about.php">Terms &amp; Conditions</a></li>
        <li><a href="../about.php">Help Files</a></li>
        <li><a href="../about.php">How To Find Us</a></li>
         <li><a href="../about.php">Contact Us</a></li>
         </ul>
         <p align="center">
        </p>
         <p align="center">
            <img src="../images/creditcardpaypal.gif" alt="credit cards" width="120" height="26" /></p></div>
    </div>
    <div class="footer1">
        <img src="../images/clearpixel.gif" width="1" height="1" alt="" /></div>
    <br />
    <div id="footer">
    <div class="bottomlinks"><p align="right"><strong>Customer services</strong></p>
              <p align="right"><a href="#">Contact us</a><br />
                <a href="#">Returns policy</a><br />
                <a href="#">Special offers</a>          </p></div>
       <div class="bottomlinks"><p align="right"><strong>Help &amp; FAQ</strong></p>
              <p align="right"><a href="#">Shipping FAQ</a><br />
                <a href="#">Payment FAQ</a>          </p></div>
        <div class="bottomlinks"><p align="right"><strong>Articles</strong></p>
              <p align="right"><a href="#">How to do this</a><br />
                <a href="#">How to do that</a><br />
                <a href="#">How to do both</a> </p></div>
       <div class="bottomlinks"><p align="right"><strong>Links</strong></p>
              <p align="right"><a href="#">Shopping cart software</a><br />
                <a href="#">Hosting services</a><br />
                <a href="#">Our blog
                </a></p></div>
            <div class="footer1"><br/><p align="right">&copy; Copyright 2012 - Keystone Envelope Company </p></div>   
    </div>
    </div>
    </body>
    <!-- #EndTemplate --></html> >>

    When I try to create a new page via File>New>Page from Template, I get the error message saying it is nested inside itself. How do I get around this?
    Thanks,
    George
    Here's the code from the template:
    <<
    <?php
    session_cache_limiter('none');
    session_start();
    ob_start(); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><!-- #BeginTemplate "project.dwt" --><!-- DW6 -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- #BeginEditable "doctitle" -->
    <title>CSS Virtual Monochrome - Ecommerce Templates</title>
    <!-- #EndEditable -->
    <link rel="stylesheet" type="text/css" href="../style.css" />
    </head>
    <?php include "vsadmin/db_conn_open.php" ?>
    <?php include "vsadmin/inc/languagefile.php" ?>
    <?php include "vsadmin/includes.php" ?>
    <?php include "vsadmin/inc/incfunctions.php" ?>
    <body>
    <div id="maincontainer">
    <div id="header">
            <div class="logo">
            <img src="../images/Keystone-PMS-355u.png" width="234" height="95" border="0" alt="logo" />
            </div>
            <div class="hdrR">
                <a href="../search.php">SEARCH</a> | <a href="../affiliate.php">AFFILIATES</a> |
                <a href="../clientlogin.php">CLIENT
        LOGIN</a> | <a href="../orderstatus.php">ORDER STATUS</a> |
                <a href="../tracking.php">TRACKING</a><br />
            <br /><div class="searchbox"><form method="post" action="../search.php">
        <input type="hidden" name="posted" value="1"/>
        <input type="text" name="stext" size="16" class="search" />
        <input name="Submit" type="submit" value="Search" class="sub" />
        </form></div>      </div>
            <div class="clr"></div>
            <div id="topnav"><ul id="navlist"><li><a href="../index.php">Home</a></li><li><a href="../products.php?cat=3">Top Tab Pockets</a></li><li><a href="../products.php?cat=1">End Tab Pockets</a></li><li><a href="../products.php?cat=2">Shelf Tab Pockets</a></li><li><a href="../products.php?cat=4">Jackets</a></li><li><a href="../giftcertificate.php">Wallets</a></li><li><a href="../products.php">IP Folders</a></li><li><a href="../categories.php">Customization</a></li><li><a href="../cart.php">View cart</a></li></ul></div></div>
    <div id="mainwrapper">
    <div id="maincontent">
    <!-- #BeginEditable "Body" -->
    <h3>Keystone Products</h3>
    <div class="homepics">
      <div class="picscontent">
    <div class="prodpic">
        <img src="../prodimages/Top-Tab-PRM.png" alt="Top Tab Pocket" width="236" height="180" /></div>
      <div class="prodtext"><h2>Top Tab Pocket</h2>
      <p align="center">
                        <img src="../images/view.gif" width="60" height="20" alt="view" />
                        <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
    </div>
    </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/1B-Prm-FST.png" alt="End Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>End Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2T-Shelf-Tab.png" alt="Shelf Tab Pocket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Shelf Tab Pocket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/2B-Jacket.png" alt="Jacket" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Jacket</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/3T-RTG-Wallet-WEB.png" alt="Wallet" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
      <div class="picscontent">
        <div class="prodpic"> <img src="../prodimages/IP-&amp;-Patent-folders-sm.png" alt="Wallet Folder" width="236" height="180" /></div>
        <div class="prodtext">
          <h2>Wallet</h2>
          <p align="center"> <img src="../images/view.gif" width="60" height="20" alt="view" /> <img src="../images/buy.gif" width="60" height="20" alt="buy" /></p>
        </div>
      </div>
    </div>
    <!-- #EndEditable -->
    </div></div>
    <div class="lefthand">
    <div class="leftside"><h1>Our Products</h1>
         <ul>
                <li><a href="../proddetail.php?prod=scanner001">Top Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=fscanner001">End Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=palmtop001">Shelf Tab Pockets</a></li>
               <li><a href="../proddetail.php?prod=monitor001">Jackets</a></li>
               <li><a href="../proddetail.php?prod=mouse001">Wallets</a></li>
               <li><a href="../proddetail.php?prod=serialcab001">IP Folders</a></li>
               <li><a href="../proddetail.php?prod=portable001">Customization</a></li>
               <li><a href="../proddetail.php?prod=keyboard001"></a></li>
               <li><a href="../proddetail.php?prod=lprinter001">Laser printer</a></li>
              <li><a href="../proddetail.php?prod=pc001">PC media package</a></li>
         </ul>
         <h1>Shopping cart</h1>
       <div align="center"><?php include "vsadmin/inc/incminicart.php" ?></div>
        <h1><strong>Our services</strong></h1>
        <ul><li><a href="../about.php">About Us</a></li>
         <li><a href="../about.php">Shipping FAQ</a></li>
        <li><a href="../about.php">Payment Options</a></li>
        <li><a href="../about.php">Returns Policy</a></li>
        <li><a href="../about.php">Terms &amp; Conditions</a></li>
        <li><a href="../about.php">Help Files</a></li>
        <li><a href="../about.php">How To Find Us</a></li>
         <li><a href="../about.php">Contact Us</a></li>
         </ul>
         <p align="center">
        </p>
         <p align="center">
            <img src="../images/creditcardpaypal.gif" alt="credit cards" width="120" height="26" /></p></div>
    </div>
    <div class="footer1">
        <img src="../images/clearpixel.gif" width="1" height="1" alt="" /></div>
    <br />
    <div id="footer">
    <div class="bottomlinks"><p align="right"><strong>Customer services</strong></p>
              <p align="right"><a href="#">Contact us</a><br />
                <a href="#">Returns policy</a><br />
                <a href="#">Special offers</a>          </p></div>
       <div class="bottomlinks"><p align="right"><strong>Help &amp; FAQ</strong></p>
              <p align="right"><a href="#">Shipping FAQ</a><br />
                <a href="#">Payment FAQ</a>          </p></div>
        <div class="bottomlinks"><p align="right"><strong>Articles</strong></p>
              <p align="right"><a href="#">How to do this</a><br />
                <a href="#">How to do that</a><br />
                <a href="#">How to do both</a> </p></div>
       <div class="bottomlinks"><p align="right"><strong>Links</strong></p>
              <p align="right"><a href="#">Shopping cart software</a><br />
                <a href="#">Hosting services</a><br />
                <a href="#">Our blog
                </a></p></div>
            <div class="footer1"><br/><p align="right">&copy; Copyright 2012 - Keystone Envelope Company </p></div>   
    </div>
    </div>
    </body>
    <!-- #EndTemplate --></html> >>

  • Create new page from template

    I created a page, and saved it as a template. I want to
    create a new page from the template (creating more pages for the
    same website). When I select file > new > page from template,
    the list contains <no sites>.
    How do I get the page and / or template I already created to
    be in a "site" so it shows up on the list. Couldn't find this in
    the help file.
    Thanks

    So where is the correct location?
    I created the folder for this site when I first created the
    html page. This is the folder I mentioned. This site folder was
    created inside the Documents folder, I believe by default.
    As I mentioned, on the first try, I just let it save the
    template to this same site folder, which is what it suggested by
    default, and it has been there ever since.
    I only created my own "templates" folder as an experiment
    after your first suggestion. I have now renamed it "Templates"
    (upper case T) and the template is still not found with File >
    New> Page from Template.
    Sorry I am not sure if I understand exactly what you mean by
    "A folder in the root of the "local site folder"". Is this the same
    as or different from the site folder I created and saved the html,
    css, and image files to? (which is in Documents) If different,
    where can I find it?
    I searched my system for ALL folders named Templates, and
    found none that I believe could be associated with DW. Is this in
    appdata or hidden location?
    Many Thanks

  • Crashes when inserting new pages into Templates from CS6

    InDesign CS6 is crashing frequently when page numbers or blank pages are inserted into an InDesign Template file, The problem persists for many different users on several platforms and operating systems.

    I have continued to have the same problems since I originally posted, including after the 7.0.2 update, though I have not tested EVERY scenario I did the first time after updating. Has anyone else seen improvement after the update? (I got the 7.0.2 update download via the built-in Adobe updater, not from the website, so I'm not sure where to locate it there).
    I am sorry to hear others having similar or the same issue, but hopefully it is helpful to have a thread going where all those experiencing this can add to the list until it is recognized as a bug. And fixed! Though it does not resolve the actual problem, two work-arounds we are using to function in the meantime are to (1) always make a really long document to start with, with all the pages we think we'll need and more and (2) have a new, blank InDesign document with several pages open and drag pages from the blank document into your working document. This is a way to "add" blank pages when they are needed without inserting new pages in any of the traditional ways (which cause crashes). I also always send the crash report in to Adobe and encourage others to do the same.
    If you have not already, all of you also having this problem could post a "bug report" here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How I can create a new page layout template for EP 7.0

    Where I can found tutorial or description.
    I have already provided the par-file for new page layout but I do not know like I should integrate in the enterprise portal 7.0.
    Greeting Daniela

    when you already provided the par file then
    go to content admin->portla content
    go to your folder in pcd content and right click and navigate to new-> layout. There you can find your deployed  new page layout par file.
    Create a page layout based on the par file and in the properties make it as template.
    Later when you try to create a page then you will get the new layout as one of the option.
    Also check the below pdf links for step by step procedure
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6f959c90-0201-0010-d384-82f014cca705
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9242a890-0201-0010-32a9-8516639c5afa
    These links as well work for EP 7.0 also
    Hope that helps you.
    Raghu

  • Cannot create new pages/sites in iWeb '08

    I know this has been brought up so many times before. I read ALL of the posts.
    I am unable to create any new pages or sites in iWeb'08. The plus sign is greyed out and command-N does nothing.
    Here's what I've done:
    Deleted all files associated with iWeb and re-installed from the original DVD.
    Tried using the iWeb icon in iPhoto and iMovie (total of 20 times each). Nothing happens. The photos do not show up in iPhoto and I still can't do anything.
    Can anyone please suggest something else to try. I have an existing website that I prefer to use iWeb for, but I cannot update it until I can use iWeb.
    I can't believe Apple would release something this bad.

    Email me at
    [email protected]
    and I'll send you a domain.sites2 file.
    When you get it, quit iWeb, put it into Home Folder/Library/Application Support/iWeb and double click it to see if iWeb will launch and let you build a site.

  • ADOBE FORM: Start new page at subform

    Hello,
    in the interface of my adobe form i have a table.
    I created a subform with binding to the table row.
    This works so far.
    But i want now that for each table row (= subform) a new page is started at the PDF.
    How could this be realised?
    Thank you
    Kind regards
    Manfred

    These can be done via options in Pagination tab for the "Body Row" of table.
    I just tried a sample as follows and it kind of worked.
    form1
    |-- Subform    // Object palette --> Subform tab --> Make its Content property to Flowed.
      |---- Table1
        |---- Row 1  
    // Object Palette --> Type is Body Row
    //  Object Palette --> Pagination --> After : Go To Next Page
    //  Object Palette --> Binding --> Selected Repeat Row for each Data Item and made its min count as 5
    Only thing is that I am getting a blank page at end but then may be this can point you in some direction and you will solve that for us

  • Can not create new page from template

    I have been working on a new site for the last couple of
    weeks and have created several pages using a basic template.
    All of the child pages of this template still update when
    changes are made to it, however I can no long create new children
    from this template.
    Any ideas as to what the problem might be.
    THanks
    Clint

    > It is basically just creating a copy of my template, and
    not linking to it in
    > any way.
    > This allows me to change any section of the html.
    my guess is that you are opening the .dwt template file and
    doing a "Save
    As". That page is not a "child" page of the template.
    >
    > I want to be able to create new pages off this template
    and have it work like
    > all of the first pages I created.
    dw menu-->File-->New
    in the new files dialog box, click the Templates tab
    from list in left, click This Site Name
    from list in right, pick This Template
    make sure x is in box to Update if template changes
    click okay
    save file with filename you want to within this local site
    folder.
    add content to within the editable areas
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Cannot start new project

    I  Cant believe i spent thousands on cs6 and cannot get suppori cannot start a new prpro project and have been working on this for over a month adobe needs to change its name to screw job!!!i need to contact the states atty for the theft of use of my progam

    YOu spent "thousands" !  Really?
    We have no idea of this issue of yours because you have not told us anything ( except rant)
    Describe what you are doing to start a NEW PROJECT...then tell us what happens! eg error messages, crash, beachball....smoke, steam, flames....
    Tell us about your system, hardware and set up.

  • Not letting me start new page.

    I just created my .mac username and opened iWeb for the first time and I am unable to click NEW PAGE, NEW SITE, SAVE, PUBLISH TO .MAC etc. I am also unable to click on text, shapes, forward, backward, and mask on the bottom of the screen.
    I am not sure what the problem is. Does anyone have a clue?

    Quit iWeb, go to Home Folder/Library/Preferences and delete the com.apple.iWeb plist file and then relaunch.
    If that doesn't do it, repeat the above, do a restart of your Mac and run Disk Utility to repair permissions and try again.

  • Cannot create new page nor website and worse cannot edit existing websites

    When I click on File in the menu the only options that work are Setup Google AdSense and Page Setup...
    All other options are grey and cannot be accessed. This means that I cannot edit my existing websites which is a major problem.
    Any idea? Reinstalling iWeb did not help.

    sharked wrote:
    Do you have any more thoughts on this?
    "A lot of problems can be solved simply by..." Read more in the “Fix iWeb” section here:
    http://www.iwebformusicians.com/WebMusic/iWebTips.html

  • Cannot start new project without quitting the app first, edited projects d

    Hi all
    I posted a similar problem earlier, and thought it was resolved, but now it's happening again and worse.
    ( I keep my imovies on an external drive, which has been fine before (maybe before snow leopard update?) )
    Briefly:
    I created an new event and imported clips.
    I created a new project 1, edited but did not share.
    Created project 2, edited. Quit imovie.
    today, opened imovie: project 2 was active so I shared it.
    Went to project pane: project 1 was empty. Recreated project 1 and shared it.
    Created new project 3:.... project 1 would not leave the editing window so quit imovie.
    Re-opened imovie:
    Project pane: project 1 is empty, project 2 is empty, but shared indication is there. opened project 3 to edit and share.
    new project 4: project 3 wouldn't leave the window to allow editing of 4.
    Quit and deleted preferences (imovie8 plist as well as the iapps plist from my user/library/preferences). but no improvement: Now projects 1, 2, and 3 are empty (but shared)
    What the heck is happening and how can I fix it? I'm tired of sharing and then quitting the app as the only way to work on a new project and am afraid that if i have a big project, and can't share the same day I start it, it will be gone when i reopen the app the next day!!

    Well, as no one was able to offer a solution, i reinstalled the whole iLife 09 package. This at least allowed me to install the updates (which I couldn't do before).
    A test movie creation works, without the edited work disappearing. I don't want to have to reinstall every time it happens, though, so I am keeping my fingers crossed that the problem is now solved.

  • NEW IPAD 2 SHOWING ITUNE ICON CANNOT START, NEW IPAD 2 SHOWING ITUNE ICON CANNOT START, NEW IPAD 2 SHOWING ITUNE ICON CANNOT START

    I have purchased a new IPAD 2 , When i switch the POWER on it is showing the ICON to connect to ITUNES. I have logged in to the apple site created a apple ID and connected  to the site . Nothing Happens , i still have the icon displayed . Pls guide me how to proceed?

    Make sure the iPad is connected to a Wi-Fi network.
    Tap Settings > Wi-Fi.
    Switch Wi-Fi to ON then setup your network.
    Apple - Support - iPad - Wi-Fi Assistant
    iOS: Troubleshooting Wi-Fi networks and connections

  • Clicking "page from template" does not allow me create new pages

    I stared designing a site with the trial version of CS4. Of course it involved a lot of trial and error, creating a page and canceling it again etc. At last I was able to design the index page and a few other pages, but suddenly just about 7 days into the trial period, the template started looking different; not displaying the images and displaying the home page article in an improper way. I also discovered that I could not create new pages by selecting file\new. When the new document dialogue page opens and I select "page from template" and then select a site I am working on, nothing shows in the items list. I only see the message "no items". Moreover, the "create" (new page) button is no more a click-able area.
    I even tried it by proceeding as if I wanted to design a new site. I click file\new\page from template\the site, but when it comes to the stage where I should select "2 column liquid, left sidebar, header and footer" after clicking “page from template” I don't see anything in the items column. It only tells me "no item."
    I thought this problem was due to the fact that I was using the trial version and that the trial version was limited in the number of new pages I could create. So I bought the full version. Alas! I discovered that changed nothing. Right now am stuck. Do you have any suggestion?

    I think you're are confusing DW Templates with CSS Page Designs and Starter Pages.
    Templates are a DW proprietary device.  They permit you to have sitewide elements such as common menus, headers and footers on all your pages along with Editable Regions for page specific content (i.e. the stuff that changes on every page).
    DW Templates looks like this (notice the Template Editable Comments):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="Content" -->My Page Specific Content Goes here
    <!-- TemplateEndEditable -->
    </body>
    </html>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • I downloaded the new pages but somehow it reverted to the old pages. I cannot open a pages document now and I'm truly beside myself.

    I downloaded the pages but somehow it reverted to old pages and I cannot the new pages.

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5/5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5.1 sometimes can not open its own files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has not only managed to confuse all its users, but also itself.
    Note: Apple has removed over 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store.
    Peter

Maybe you are looking for

  • Radio button's click event to script both ".presence" and ".mandatory" -- Need help !

    Hi all, I've adopted the script stated in HightlightOneRequiredField.pdf so that the print button in my form can detect and prevent null field before pop up the print dialog. It works fine. In my form, I've created a mandatory 2-radio buttons group w

  • Camera raw - Canon 5D MII and photoshop CS3

    Hi Just bought  a Canon 5D MII, but i can not open any of my RAW files on photoshop CS3. I does not look like there is an upgrade to camera raw for this on CS3, do I have no choice then to upgrade to CS4? Thanks for the help

  • Redirect from ROOT

    I am trying to redirect to the welcome page from ROOT. When www.mydomain.com is called from a browser, the servlet inside ROOT should redirect to another web page in webapps/welcome/index.jsp What I did: com.index.Redirect public class Redirect exten

  • Iphoto crashes with import

    scanning in slides with an Epson V500 photo scanner, at 2400 dpi.  result are files that are around 50-80 MB in size, and stored as jpg files. Scans okay. pictures seem okay with preview etc. When I try and import into iphoto, it freezes, then crashe

  • 6500 Classic gets overheated

    HI, I've used the 6500 C for about one week. When using the phone for more than 5 minutes it gets really hot. Feels like my ears getting fried. Also, the person at the other end also complaints about poor sound and strange noises. Do you think this c