Update to v1.9 - what about library items

Hi,
we have creating tons of library items with v1.8 of Folio producer. For the next issue
we would like to update to v1.9.
My question: Do we need to update or recreate any of our library items for v1.9?
Thanks Stefan

Your InDesign library items shouldn't change when you update to v19.

Similar Messages

  • Library Item updating a section I don't want.

    Here's another question I have about library items.  I do like them a lot, saves hours of keyboarding.
    I built a library item that controls and places "Sponsors" in my 3rd column sidebar.  Sponsors contains relevant links and graphics to sponsors of this cycling team.  It works fine except...
    If I modify the library item, when I go Modify > Library > Update Pages, this thing for some reason, goes and also modifies the <div>menu </div>.   This is part of the reason why a couple of days ago I was getting all turned around with my "\"s and my "/"s.  I've looked at the code details of the sponsors.lbi file in DW 5.5.  I can see nowhere that the .lbi refers to any part of the "menu" div.  Yet when I update pages, the updating goes into the div and messes up (replaces) all my correctly formed menu lnks so that those no longer work.
    I need to find out why this happens because now I am having to spend a lot of time at the keyboard fixing menu links!  Of course this propagates to every page too.  It's obviously not right - I can't keep operating this way.
    What do I need to do?
    H

    Once again, Murray to my rescue!  How are you doing?
    Here's my G2_sponsors.lbi:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link href="style.css" rel="stylesheet" type="text/css">
    <div class="box-title2 box-indent2">
    <div class="left">
    <div class="right">
    <div align="center"><span class="style1">Sponsors</span><br />
    <br />
    </div>
    </div>
    </div>
    </div>
    <div align="center"><br />
    <a target="_blank" href="http://www.yacht-transport.com/"><img alt="" width="182" height="42" src="images\sponsors\team_dyt.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.helenmckenzie.com/"><img alt="" width="85" height="85" src="images\sponsors\hm_graphic.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.spatopiamassage.com/"><img alt="" width="182" height="42" src="images\sponsors\header2.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.jaxsonsicecream.com/"><img alt="" width="182" height="120" src="images\sponsors\jaxson_web.jpg" /></a><br /><br /><!-- HS 3-1-11 -->
    <!-- added 4 more plus to without websites 7-20-11
    On 8/5/11 Willy corrected the bike shops are not sponsors but give discounts with VIP cards-->
    <br /><p class="font-1"> These businesses will honor our <strong> G2 VIP Discount cards</strong>.  Please patronize them! </p> <br />
    <a target="_blank" href="http://bandjbicycle.com/ "><img alt="" width="190" height="70" src="images\sponsors\B&JBicycleBox_Resized_203x70.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.bicyclegeneration.com/"><img alt="" width="193" height="80" src="images\sponsors\BicycleGenBox.jpg" /></a><br /><br />
    <a target="_blank" href="http://downtownbicycles.com/"><img alt="" width="200" height="90" src="images\sponsors\DowntownBicycleBox.jpg" /></a><br /><br />
    <a target="_blank" href="http://lauderdalecyclery.com/"><img alt="" width="152" height="134" src="images\sponsors\LauderdaleCycleryBox.png" /></a><br /><br />
    <a target="_blank" href="http://www.elmariachimexican.com/"><img alt="" width="200" height="102" src="images\sponsors\MariachiBox.jpg" /></a><br /><br />
    <a target="_blank" href="http://www.angieslist.com/companylist/us/fl/oakland-park/docs-plumbing-reviews-250951.aspx "><img alt="Our G2 Cycling Sponsors" width="200" height="103" src="images\sponsors\Doc's logo phone date Modified.jpg" /></a><br /><br />
    </div>
    <div class="box-title2 box-indent2">
    <div class="left">
    <div class="right">
    <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14328340-big-wheel-cycles-fort-lauderdale?tab=photos/" ><span class="style1">Big Wheel Cycles</span>
    </a>
    </div></div></div></div>
    <br />
    <div class="box-title2 box-indent2">
    <div class="left">
    <div class="right">
    <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14359733-bicycle-spot-oakland-park?tab=photos"><span class="style1">The Bicycle Spot</span></a>
    </div></div></div></div>
    I can't see anywhere in here where it's "touching" my menu div.  But DW sure does.  This has me baffled but you know there's an answer...
    Let me show you index.html too so you get a better picture of how this is structured.  Please don't laugh at my markup/coding!  I know it's gawd-awful and needs more improvement!!!  When I first inherited this it was filled with table based layouts, inconsistent imbedded styles from one page to another, a mess.  I'm trying to learn and fix it at the same time...
    OK>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <title>Welcome to G2cycling.com - South Florida Cycling Club</title>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <link rel="stylesheet" type="text/css" href="style.css" />
    <link rel="stylesheet" type="text/css" href="layout.css" />
    <script src="rollover.js" type="text/javascript"></script>
    <style type="text/css">
    .style1 {
    font-size: 1.6875em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    .style2 {
    font-size: 2em
    .style3 {
    color: #00FFFF;
    text-decoration: underline;
    .style4 {
    color: #0099CC;
    text-decoration: underline;
    .style5 {color: #ECE9D8}
    .style6 {
    font-size: small
    .style7 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    </style>
    <meta name="GENERATOR" content="MSHTML 8.00.6001.19019" />
    </head>
    <body id="page1" onload="MM_preloadImages('images/m1_act.jpg','images/m2_act.jpg','images/m3_act.jpg','ima ges/m4_act.jpg','images/m5_act.jpg','images/m7_act.jpg','images/m8_act.jpg',,'images\m1_ac t.jpg','images\m2_act.jpg','images\m3_act.jpg','images\m4_act.jpg','images\m5_act.jpg','im ages\m7_act.jpg','images\m8_act.jpg')">
    <div class="top-bg">
    <div id="main">
      <div id="header"><!-- header -->
       <div class="menu">
    <a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"></a><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"></a><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','images//m1_act.jpg',1)"><img id="Image3" alt="" width="78" height="60" src="images/m1_act.jpg" /></a><a href="index-1.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','images//m2_act.jpg',1)"><img id="Image4" alt="" width="143" height="60" src="images/m2.jpg" /></a><a href="index-2.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','images//m3_act.jpg',1)"><img id="Image5" alt="" width="145" height="60" src="images/m3.jpg" /></a><a href="index-3.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','images//m4_act.jpg',1)"><img id="Image6" alt="" width="138" height="60" src="images/m4.jpg" /></a><a href="index-4.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images//m5_act.jpg',1)"><img id="Image7" alt="" width="132" height="60" src="images/m5.jpg" /><!--</a><a href="index-5.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images\\m6_act.jpg',1)"><img id="Image8" alt="" width="87" height="60" src="images\m6.jpg" /></a>--><a href="index-6.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','images//m7_act.jpg',1)"><img id="Image9" alt="" width="75" height="60" src="images/m7.jpg" /></a><a href="index-7.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','images//m8_act.jpg',1)"><img id="Image10" alt="" width="102" height="60" src="images/m8.jpg" /></a>
       </div>
      </div>
    <div id="content"><!-- content -->
    <div class="container">
         <div class="style7"> A quick note to our Members:  August 2011 - Our website has undergone some recent changes and yes, there may be more to follow.  You will find links to the G2 Blog and the G2 Google Group pages under the "About G2" tab.  The ever popular Mileage Log will stay anchored right below.  Thanks! <br />
         </div>
    <div class="col-1">
            <div class="box-title2">
       <div class="left">
        <div class="right"><span class="style1">Upcoming Events</span><br /><br />
                    </div>
       </div>
      </div>
    <div class="indent-1">
      <dl class="list-2">
    <dt>Login To Log Your Miles</dt></dl>
    <p class="style3"><span class="style4">Join the new G2 mileage log. win prizes and have fun keeping track of your mileage and show your G2 spirit. click <strong>&gt;&gt;</strong><a target="_blank" href="https://spreadsheets.google.com/ccc?key=0Ar3vf7oGk_VbdGtHdElFam1wMUtRTENwMFNIZ1NjZWc&hl=en &authkey=CK-70u4P">HERE</a><strong></strong></span>.</p>
    <div class="line line-indent"></div>
    <dl class="list-2">
    <dt>Group Rides on Saturday</dt></dl>
    <p class="style5"><span class="style4">Meeting at the parking lot on Commercial Blvd.. and the Beach at 7:00am for fast and fun G2 Team Group ride</span>.</p>
    <div class="line line-indent"></div>
    <dl class="list-2">
    <dt>Group Ride On Sunday</dt></dl>
    <p class="style5"><span class="style4">Meet that the parking lot on Atlantic Blvd. and the beach at 7:30AM for a G2 Group ride at a pace of 19 to 21 miles per hour.</span></a></p>
    <div class="line line-indent"></div>
    <p><dl class="list-2">
    <dt>Interested in Racing for G2</dt></dl>
    <dd class="style4">Contact Willy at [email protected] for more information and training schedule.</dd></p>
    <div class="line line-indent"></div>
    <p><dl class="list-2">
    <dt>Want to be Time Trialer?</dt></dl>
    <dd class="style4">G2 is looking for men and women to form a Time Trial Team for individual and team racing so contact Willy at [email protected] for more information</p>
      <div class="line line-indent"></div>
    <p><dl class="list-2">
    <dt>Got pain? Something not feeling right? </dt></dl>
    <dd><a target="_blank" href="documents/fit.pdf">Click here for information on professional video fit analysis</a></p>
    <div class="line line-indent"></div>
    </div>
    </div>
    <div class="col-2">
    <div align="center"><img alt="" width="400" height="301" src="images\2011_jrsy.jpg" /><br />
    <br /></div>
    <h4 class="bg">Welcome to the G2Cycling Website!</h4>
    <p class="bg">Thank you for visiting G2 Cycling. We are continually improving our web site so please check back again for the most current updates on G2 rides, races and seasonal events.</p>
    <dl class="list-2"> </dl>
    <!--  Moved to About 7/28/11 hs <h4 class="bg">Check out the new G2 blog!</h4>
    <dd><a target="_blank" href="http://g2cycling.blogspot.com/">Click here to stay updated on the rides and happenings within G2</a></dd></dl>-->
    <h4 class="bg">New G2 Uniforms!</h4>
    <p class="bg">The new 2011 uniforms are designed and a preview should be available shortly!</p>
    <p class="bg"><img alt="g2 2011 uniforms" width="224" src="images\2011lizard.jpg" /></p>
    <p>Picture below is of 2009 uniforms. Limited sizes are still available - contact Willy if you're interested. Face it, you can never have too many!</p>
    <p><img alt="" width="224" height="168" src="images\g2Outfit.jpg" /></p>
    </div>
    <div class="col-3">
      <!-- #BeginLibraryItem "/G2_Sponsors.lbi" -->
      <link href="style.css" rel="stylesheet" type="text/css">
      <div class="box-title2 box-indent2">
        <div class="left">
          <div class="right">
            <div align="center"><span class="style1">Sponsors</span><br />
              <br />
            </div>
          </div>
        </div>
      </div>
      <div align="center"><br />
        <a target="_blank" href="http://www.yacht-transport.com/"><img alt="" width="182" height="42" src="images/sponsors/team_dyt.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.helenmckenzie.com/"><img alt="" width="85" height="85" src="images/sponsors/hm_graphic.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.spatopiamassage.com/"><img alt="" width="182" height="42" src="images/sponsors/header2.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.jaxsonsicecream.com/"><img alt="" width="182" height="120" src="images/sponsors/jaxson_web.jpg" /></a><br />
        <br />
        <!-- HS 3-1-11 -->
        <!-- added 4 more plus to without websites 7-20-11
    On 8/5/11 Willy corrected the bike shops are not sponsors but give discounts with VIP cards-->
        <br />
        <p class="font-1"> These businesses will honor our <strong> G2 VIP Discount cards</strong>.  Please patronize them! </p>
        <br />
        <a target="_blank" href="http://bandjbicycle.com/ "><img alt="" width="190" height="70" src="images/sponsors/B&JBicycleBox_Resized_203x70.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.bicyclegeneration.com/"><img alt="" width="193" height="80" src="images/sponsors/BicycleGenBox.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://downtownbicycles.com/"><img alt="" width="200" height="90" src="images/sponsors/DowntownBicycleBox.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://lauderdalecyclery.com/"><img alt="" width="152" height="134" src="images/sponsors/LauderdaleCycleryBox.png" /></a><br />
        <br />
        <a target="_blank" href="http://www.elmariachimexican.com/"><img alt="" width="200" height="102" src="images/sponsors/MariachiBox.jpg" /></a><br />
        <br />
        <a target="_blank" href="http://www.angieslist.com/companylist/us/fl/oakland-park/docs-plumbing-reviews-250951.aspx "><img alt="Our G2 Cycling Sponsors" width="200" height="103" src="images/sponsors/Doc's logo phone date Modified.jpg" /></a><br />
        <br />
      </div>
      <div class="box-title2 box-indent2">
        <div class="left">
          <div class="right">
            <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14328340-big-wheel-cycles-fort-lauderdale?tab=photos/" ><span class="style1">Big Wheel Cycles</span> </a> </div>
          </div>
        </div>
      </div>
      <div class="box-title2 box-indent2">
        <div class="left">
          <div class="right">
            <div align="center"><a target="_blank" href="http://local.yahoo.com/info-14359733-bicycle-spot-oakland-park?tab=photos"><span class="style1">The Bicycle Spot</span></a> </div>
          </div>
        </div>
      </div>
      <!-- #EndLibraryItem --></div>
    </div>
    </div>
    </div>
    </div>
    <!-- #BeginLibraryItem "/Footer.lbi" -->
    <div id="footer">
    <div id="footer-main">
    <div class="indent"><strong>G2 Cycling </strong> © 2011 | Ride Clean Stay Lean, Inc DBA G2 Cycling | <a href="index-8.html">Privacy Policy</a></div></div></div><!-- #EndLibraryItem -->
    </body>
    </html>
    Again, if I make a change in G2_sponsors.lbi, I know to go to Modify > Library > Update Pages.  You taught me that, thank you.
    Now I just do not understand DW's behavior.  I thought I understood it but...
    H

  • Dreamweaver Teamplate with Library Item for Navigation/Sidebar not updating editable classes

    I have a Dreamweaver Template that contains two Library items. One Library item is my navigation bar, the other is a sidebar that shows different content depending on what page you are on. I'm assigning an editable class "active" to the navigation bar to show you are on a particular page, and also assigning the editable class "active" to the sidebar to reveal a portion of the sidebar with links pertaining to that specific page. The default value for the class is "hidden". So what is happening is when I open a page I have created and "edit" the Library Items in it to edit these classes, it resets resets all the other pages on the site to the default class values. How am I able to use editable classes and Library Items to achieve this kind of functionality? The idea is to only have ONE navigaton bar to update on the site and to only have ONE sidebar item to update. Here is an example of the sidebar and navigation in action so you can see what I'm going for. Notice the green button in the navigation bar (that is a list item with the class "active" which is an editable class in the Library Item, also notice the tan links in the sidebar, that is an unordered list that has an editable class of "active" in the Library Items --- these editable classes reset to their defaults when updating the Library Item on the website).
    http://www.brumleve.org/joe/temp/CAP/mission.html

    In my understanding, whenever you edit the contents of a library item, it will update all other occurances of this library item on the rest of the site. That's "working as designed" as far as I know, unless you break the link by telling it to not update - which kinda defeats the purpose I think.
    But theres another way to do this using template properties, i#ve been using this approach myself a couple of times:
    Write your navigation bar in the template (.dwt) file itself, then select the class= of your first menu item and choose .. (names might be off, I am using a non-English copy of DW): "modify > template > make attribute editable" from the main menu. Do so for all your menu items and name these new template properties something like "item_x_class"
    You'll end up with something like this in your template source:
    <div class="@@(item_1_class)@@">
    and a matching
    <!-- TemplateParam name="item_1_class" type="text" value="active" --> in the header
    Now, on each page, you can set the class within the template properties dialog ("modify > template properties"). If your main menu changes, it won't overwrite your template properties, but still update all pages when you do make a change to the menu.
    If you're using multiple templates for your site, consider nesting templates, so the master template already includes your navbar and all subsequent templates will "inherit" changes to the navbar code (sans the editable class property).
    Hope this helps.. or at least gives you an idea for further experiments..
    Stephan

  • When saving library item, only OPEN pages updating (closed pages not updating)

    When I save my library item it only updates the pages that are OPEN and not the ones that are closed. It starts the update process then stops after updating the open pages and never completes the process. I have to click "stop" after a minute or so. Then it prompts me to update the pages again.
    How can I get it to update ALL pages associated with the library item?
    Here's the library code:
    <!-- #BeginLibraryItem "/Library/menu_left.lbi" -->
    <link href="css/stevens.css" rel="stylesheet" type="text/css">
    <table width="197" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><a href="buy-wallace-stevens-biography.com"><img src="images/buy-wallace-stevens-biography.gif" alt="Buy Wallace Stevens: A Dual Life as Poet and Insurance Executive" width="197" height="42" border="0" /></a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="default.htm">Home</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="praise-for-wallace-stevens-biography.htm">Praise for the Biography</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="buy-wallace-stevens-biography.com">Ordering Info</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="excerpts-from-wallace-stevens-biography.htm">Excerpts</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-photos.htm">Photos</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-poems.htm">Selected Poems</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-reading-his-poetry.htm">Wallace Stevens<br />
                  Reading his Poetry</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-and-elizabeth-park.htm">Wallace Stevens <br />
                  and              Elizabeth Park</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="wallace-stevens-lecture-by-noted-critic-helen-vendler.htm">Lecture on Stevens by  Noted Critic
    Helen Vendler</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="about-alison-johnson.htm">About the Author</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="other-works-by-alison-johnson.htm">Other Works by<br />
                  Alison Johnson</a></td>
              </tr>
              <tr>
                <td class="menu1"><a class="menulink" href="contact-wallace-stevens-biographer.htm">Contact</a></td>
              </tr>
              <tr>
                <td height="45" valign="top"> </td>
              </tr>
            </table><!-- #EndLibraryItem -->

    The following lines in the Library item are invalid code
    <!-- #BeginLibraryItem "/Library/menu_left.lbi" -->
    <link href="css/stevens.css" rel="stylesheet" type="text/css">
    <table width="197" border="0" cellspacing="0" cellpadding="0">
    <link href="css/stevens.css" rel="stylesheet" type="text/css"> belongs in the <head> section of the HTML page
    <table width="197" border="0" cellspacing="0" cellpadding="0"> belongs in the <body> section.
    Valid code would be
    <!-- #BeginLibraryItem "/Library/menu_left.lbi" -->
    <link href="css/stevens.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <table width="197" border="0" cellspacing="0" cellpadding="0">
    But I would expect the Library item to only include the table

  • How I add a LIBRARY ITEM to a page layout, top/bottom ?

    how I add a LIBRARY ITEM to a page layout, top/bottom ? in
    dwmr mx 2004 and cs4 ?

    Have you looked at the DW help file - it will explain all
    about library items :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    CSS Tutorials for Dreamweaver |
    http://www.adobe.com/devnet/dreamweaver/css.html
    Book: Ultimate CSS Reference (aff link) |
    http://www.sitepoint.com/launch/005dfd4/3/133
    http://twitter.com/nadiap
    "lse987" <[email protected]> wrote in
    message news:gpsvtt$t5q$[email protected]..
    > how I add a LIBRARY ITEM to a page layout, top/bottom ?
    in dwmr mx 2004 and cs4 ?

  • Question about using library items in forms

    After a long time I am again returning to this perpetual fountain of Dreamweaver knowledge.
    I am converting a site from AGL to DW. In AGL I used a separate template for the forms (there are over 10) and used "components" to create the different forms. Each form shared features with other forms but were not identical, all together 5 components. When I converted over to DW the 5 compnents were made into 5 "library items" but neither the form template or the library items work, by that I mean they do not update if I make a change.
    Hence I want to make 5 new library items to use in the forms my question is this: when I choose an item to put in the form like a text field or radio button I always get this window.
    Though I read the documentation I am still not really clear about the "style" option so I just choose "no label tag." What is this used for? Any examples of how it is used?
    Regarding "position" before or after the item, what is this all about? I have been choosing "after form item" but I don't really know what the difference is and what advantages or disadvantages acrue from these choices.
    Regarding "Access key" and "Tab index" I sort of have the idea of what it is about but an example of how they work in action would clear up any nebulosity.
    But my real puzzle is with the following which pops up at the end when I am inserting a form items.
    Since the library items are not separate forms in themselves I have NOT added the form tag because my reasoning is that when I make the new form templates it will have the requisite form tags. Am I correct in this line of thinking? Or do I have to add form tags every time I add form elements to a form? I really don't want to have to do the whole thing over again if I get it wrong. So if one of you kind souls could guide me in doing it right the first time I would really appreciate it.
    I am using a MBP, OS X 10.6.8, DW CS6
    BvL

    To declare constants create a Package-Specification in a pll and deifne all your constants there, something like:
    PACKAGE PK_CONSTANTS IS
      RC_SUCCESS CONSTANT PLS_INTEGER := 1;
      RC_FAILURE CONSTANT PLS_INTEGER := 0;
      RC_YEAR_DATA_NOT_FOUND := 50;
    END;Then attach that pll to all your forms-modules, and use it like
    IF rc = PK_CONSTANTS.RC_YEAR_DATA_NOT_FOUND THEN
    END IF;A word about exceptions or errors: In my eyes its clearer (and in case of exceptions even better) to raise an exception than to hide it behind return-codes.

  • Library item won't update

    I edited a graphic used in my cp file, but when I go to the
    library to update it, the update library items dialog shows the
    file name with a warning icon next to it and no path. When I point
    to the icon, it says "This item is internal". Can someone explain?
    Thanks

    Rick, John
    Thanks for your responses.
    John, no I'm pretty clear on the differences between 'update'
    and 'edit with'...in this case, I had changed the graphic outside
    of Captivate, and wanted to update the image used in the movie.
    However, I haven't been using 'edit with' and may try that as well.
    Could save me a bit of time
    Rick
    I see what you're saying. I try to be consistent about
    importing into the library then inserting from there, but there are
    always exceptions--I may have copied and pasted or even moved the
    graphics. Honestly don't remember but I'll investigate.
    But I do wonder...how does importing from another movie
    affect the library? Are the items from the imported slides added to
    the library automatically?
    Thanks

  • Library Items won't Update!!

    Argh, I've broken my menu for my website, which is a library item. I was getting an error when I validated one of the pages, and found it was an issue with my list not being properly nested within the library item's html. I thought I'd be smart and add a doctype to the library item, so that I could validate it on it's own and pinpoint the problem.
    Apparently, the doctype addition was added into all of my pages that contain the library item. Now I can't seem to easily get rid of it! I changed my menu's html to get rid of the doctype, but this change is not reflected when I update all pages. I go to Modify>Library>Update Pages... and choose to update the entire site. Nothing happens! The doctype is still in all of my pages that contain the menu, and it breaks the page (nothing shows in the Design view window.)
    Please help! I really don't want to have to delete and reinsert the menu on every page of my website. : (
    Here's an example, with the doctype error in the library item "menu-multilevel.lbi":
    <!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=utf-8" />
    <meta name="description" content="Best prices on black &amp; white copies! Located in Beavercreek, Ohio, we offer printing services including color copies, business cards, flyers, graphic design, large format printing, coil binding, and more."/>
    <title>World Digital Imaging - Contact Us</title>
    <link href="../css/wdi-basic.css" rel="stylesheet" type="text/css" />
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
    </style>
    <![endif]-->
    </head>
    <body class="twoColHybLtHdr">
    <div id="container"> <a name="top" id="top"></a>
      <div id="header">
        <div><img src="../images/page-elements/black-bar-title.gif" width="649" height="135" alt="World Digital Imaging" /></div>
        <!-- end #header -->
      </div>
      <div id="sidebar1"><!-- #BeginLibraryItem "/Library/menu-multilevel.lbi" --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <body>
    <div id="nav">
      <div id="navbody">
        <ul id="navlist">
          <li><a href="/index.html">Home</a></li>
          <li><a href="/pages/about/about-us.html">About Us</a>
            <ul>
              <li><a href="about/facilities.html">Our Facilities</a></li>
              <li><a href="about/people.html">Our People</a></li>
              <li><a href="pricing.html">Our Pricing Structure</a></li>
            </ul>
          </li>
          <li><a href="/pages/productsandservices.html">Products &amp; Services</a>
            <ul>
              <li><a href="productsandservices.html#standard">Standard Copies</a>
                <ul>
                  <li><a href="products/standard-copies.html">Black &amp; White Copies</a></li>
                  <li><a href="products/standard-copies.html#color">Color Copies</a></li>
                </ul>
              </li>
              <li><a href="products/lgformat.html">Large Format Printing</a></li>
              <li><a href="productsandservices.html#bizproducts">Business Products</a>
                <ul>
                  <li><a href="products/business/bizcards.html">Business Cards</a></li>
                  <li><a href="products/business/forms.html">Carbonless Forms</a></li>
                  <li><a href="products/business/emp-manuals.html">Employee Manuals</a></li>
                  <li><a href="products/business/envelopes.html">Envelopes</a></li>
                  <li><a href="products/business/flyers.html">Flyers/Brochures</a></li>
                  <li><a href="products/business/labels.html">Labels &amp; Stickers</a></li>
                  <li><a href="products/business/letterhead.html">Letterhead</a></li>
                  <li><a href="products/business/marketing.html">Marketing Info</a></li>
                  <li><a href="products/business/postcards.html">Postcards</a></li>
                </ul>
              </li>
              <li><a href="productsandservices.html#promotional">Promotional Products</a>
                <ul>
                  <li><a href="products/promotional/calendars.html">Calendars</a></li>
                  <li><a href="products/promotional/magnets.html">Magnets</a></li>
                  <li><a href="products/promotional/notepads.html">Notepads</a></li>
                </ul>
              </li>
              <li><a href="productsandservices.html#event">Special Event Products</a>
                <ul>
                  <li><a href="products/events/graduation/graduation.html">Graduation
                    Party </a>
                    <ul>
                      <li><a href="products/events/graduation/gradpackages.html">Graduation Packages</a></li>
                      <li><a href="products/events/graduation/gradguestbook.html">Guest Books</a></li>
                      <li><a href="products/events/graduation/invites/gradinvites.html">Invitations</a></li>
                      <li><a href="products/events/graduation/gradcollage.html">Photo Collages</a></li>
                      <li>Photo Products</li>
                      <li><a href="products/events/graduation/gradlabels.html">Return Address Labels</a></li>
                      <li><a href="products/events/graduation/gradthankyous.html">Thank You Cards</a></li>
                      <li><a href="products/events/graduation/gradyardsign.html">Yard Signs </a></li>
                    </ul>
                  </li>
                  <li><a href="products/events/greetingcards.html">Greeting Cards</a></li>
                  <li><a href="products/events/invitations.html">Invitations</a></li>
                  <li><a href="products/events/programs.html">Programs</a></li>
                  <li><a href="products/events/tickets.html">Tickets</a></li>
                </ul>
              </li>
              <li><a href="productsandservices.html#wedding">Wedding Products</a>
                <ul>
                  <li><a href="productsandservices.html#wedding">Wedding Invitations</a>
                    <ul>
                      <li><a href="products/wedding/wedinvitations-custom.html">Custom Designed</a></li>
                      <li><a href="products/wedding/wedinvitations.html">Traditional</a></li>
                    </ul>
                  </li>
                  <li><a href="productsandservices.html#otherwedding">Other Wedding Products</a>
                    <ul>
                      <li><a href="products/wedding/wedcollages.html">Collages</a></li>
                      <li><a href="products/wedding/wedprograms.html">Programs</a></li>
                      <li><a href="products/wedding/wedsavethedate.html">Save the Date Cards</a></li>
                    </ul>
                  </li>
                </ul>
              </li>
              <li><a href="products/customphoto/keychains.html">Custom Photo Products</a>
                <ul>
                  <li><a href="products/customphoto/coasters.html">Coasters</a></li>
                  <li><a href="products/customphoto/keychains.html">Keychains</a></li>
                  <li><a href="products/customphoto/mousepads.html">Mouse Pads</a></li>
                  <li><a href="products/customphoto/mugs.html"> Mugs</a></li>
                  <li><a href="products/customphoto/cushions.html">Stadium Cushions</a></li>
                </ul>
              </li>
              <li><a href="productsandservices.html#design">Design Services</a>
                <ul>
                  <li><a href="services/graphicdesign.html">Custom Graphic Design</a></li>
                  <li><a href="services/email.html">Email Newsletters</a></li>
                </ul>
              </li>
              <li><a href="productsandservices.html#finishing">Bindery &amp; Finishing</a>
                <ul>
                  <li><a href="services/binderbuild.html">Binder Building</a></li>
                  <li><a href="services/coiling.html">Coil &amp; GBC Binding</a></li>
                  <li><a href="services/laminating-mounting.html#mount">Foamboard Mounting</a></li>
                  <li><a href="services/folding.html">Folding</a></li>
                  <li><a href="services/drilling.html">Hole Punching/Drilling</a></li>
                  <li><a href="services/laminating-mounting.html#laminating">Laminating</a></li>
                  <li><a href="services/perfectbind.html">Perfect Binding</a></li>
                  <li><a href="services/saddling.html">Saddle-Stitching</a></li>
                  <li><a href="services/tabs.html">Tabs</a></li>
                </ul>
              </li>
              <li><a href="productsandservices.html#otherservices">Other Services</a>
                <ul>
                  <li><a href="services/cd-dvdcopying.html">CD/DVD Duplication</a></li>
                  <li><a href="services/faxing.html">Faxing</a></li>
                  <li><a href="services/scanning.html">Scan to File</a></li>
                </ul>
              </li>
            </ul>
          </li>
          <li><a href="/pages/portfolio.html">Portfolio</a></li>
          <li><a href="/pages/order.html">Place Online Order</a></li>
          <li><a href="/pages/newsletter.html">Newsletter Sign Up</a></li>
          <li><a href="copier-sales-service.html">Copier Sales/Service</a></li>
          <li><a href="franchising.html">Franchising</a></li>
          <li><a href="/pages/help.html">Help &amp; FAQ's</a>
            <ul>
              <li><a href="privacy.html">Privacy Policy</a></li>
            </ul>
          </li>
          <li><a href="/pages/contact.html">Contact Us</a></li>
          <li><a href="/pages/sitemap.html">Sitemap</a></li>
        </ul>
      </div>
      <div id="navbottom"> </div>
    </div>
    </body><!-- #EndLibraryItem --><!-- end #sidebar1 -->
      </div>
      <div id="mainContent">
        <h1>Contact Us</h1>
        <p>You may contact World Digital Imaging via email, phone, fax or mail. Our office hours are as follows:</p>
        <div style="text-indent:40px; line-height:1.25em; font-weight:bold;">
          <p>Monday - Thursday: 7:30am - 5:00pm</p>
          <p>Friday: 7:30am - 4:00pm</p>
          <p>Saturday: 8:00am - 12:00pm</p>
          <p>Sunday: CLOSED</p>
          <br/>
        </div>
        <h2>Email:</h2>
        <ul class="gen">
          <li>General Inquiry - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Place an Order - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Copier Sales/Service - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Craig (President) - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Angie (Adminstration) - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Ashley (Administration) - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Natalie (Graphic Designer) - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Danielle (Graphic Designer) - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Kathy (Production) - <a href="mailto:[email protected]">[email protected]</a></li>
          <li>Tim (Copier Repairs &amp; Maintenance) - <a href="mailto:[email protected]">[email protected]</a></li>
        </ul>
        <p> </p>
        <h2>Phone:</h2>
        <p>937-431-1982</p>
        <br/>
        <h2>Fax:</h2>
        <p>937-431-1985</p>
        <br/>
        <h2>Mail:</h2>
        <div style="line-height:1.5em;">
          <p>World Digital Imaging<br/>
            1138 Richfield Center<br/>
            Beavercreek, OH 45430</p>
        </div>
        <div id="map" class="ctr">
          <iframe style="width: 550px; height: 425px" src="http://www.mapquest.com/embed#b/maps/m:map:12:39.72919:-84.078493::::::1:1:::::::::/l:Worl d+Digital+Imaging:1138+Richfield+Ctr:Beavercreek:OH:45430:US:39.724894:-84.083313:address: :1:::26792578/e" frameborder="0" scrolling="No" marginheight="0" marginwidth="0"></iframe>
        </div>
    <!-- end #mainContent -->
      </div>
      <!-- end #container -->
    </div>
    <div id="footer"><!-- #BeginLibraryItem "/Library/footer-menu.lbi" --><div id="footer-menu">
    <ul style="list-style-type: none;">
      <li><a href="http://www.wdi-whq.com">HOME</a></li>
      <li><a href="#top">BACK TO TOP</a></li>
      <li><a href="privacy.html">PRIVACY POLICY</a></li>
      <li><a href="http://www.wdi-whq.com/pages/help.html">HELP/SUPPORT</a></li>
      <li><a href="http://www.wdi-whq.com/pages/contact.html">CONTACT US</a></li>
      <li><a href="http://www.wdi-whq.com/pages/sitemap.html">SITEMAP</a></li>
    </ul>
    <p class="clrflt"> </p>
    <br/>
    <p class="web-disclaimer">Website content and design copyright World Digital Imaging, 2009-2010.<br/>
    No part of this website may be reproduced in any form without the express written consent of World Digital Imaging.<br/>
    For questions or comments about the website, please contact the <a href="emailto:[email protected]">Webmistress</a>. </p>
    <br/>
    <br/>
    </div>
    <!-- #EndLibraryItem --><!-- end #footer -->
    </div>
    <br/>
    </body>
    </html>

    I've never used Library Items.  IMO Server-Side Includes are better for this.
    Can you do a Find & Replace in the Source Code (Ctrl+F) for this line?
    <!-- #BeginLibraryItem "/Library/menu-multilevel.lbi" --><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    And replace it with this:
    <!-- #BeginLibraryItem "/Library/menu-multilevel.lbi"
    -->
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Recent carrier update in UK. What's it all about?

    Got my iPhone 3Gs 16GB Black a short time ago using the usual O2. Have got the latest software update and have also downloaded the recent carrier update via iTunes. What's if for?? The O2 signal is not good in my home area and my phone now tells me with a big blue screen that my carrier has been lost (and this happens very often) and asks me if I want to change. I'm then given a choice(depending on where I am) of Vodafone, Orange, T-mobile to name just a few. Can someone explain what use this is? Is it just to enable me to make 999 calls if the O2 signal is bad? I usually get some warning and explanation of software upgrades but nothing from apple or O2 on this little beauty! Thanks

    iTunes 7.7 and later has the ability to update the carrier-specific settings on iPhone with iPhone 2.0 software or later. Carrier settings updates are small files (about 10k) that are downloaded from iTunes to be installed on your iPhone. The carrier settings can include updates to the default APN (how iPhone accesses the carrier's cellular data network), special dialing codes at Settings > Phone > [Carrier] Services, default settings for Stocks, Maps, Weather, and other items.
    iPhone Carrier Settings Updates: http://support.apple.com/kb/HT1970

  • If I want to update to 4.0 What do I have to do about my Virus Program Security Shield Deluxe to make it keep working?

    I Downloaded FF4 to my Dell Computer and my Security Sofware Quit working. I Took FF4 off my Computer and Put FF 3.16 back on and everything seems to be backup and running. If I want to update to 4.0 What do I have to do about my Virus Program Security Shield Deluxe to make it keep working?

    Or just wait until you can use the computer you used previously. If that isn't possible see Recovering your iTunes library from your iPod or iOS device.
    tt2

  • Is it possible to update all instances of a library item used in a document?

    I've been using a library item in my doc, but now I'd like to change how it looks every that it is found in my doc.  In Fireworks, one could update a symbol & apply the updates to every instance in a doc.  Is there anyway to do that with InDesign CS 5.5?

    What kind of library item? An image or graphic? Something you've drawn in InDesign? A block of text?
    In the case of external graphics (linked to a graphic outside of InDesign), it's easy. Edit the graphic (TIFF, AI file, etc) in the original application, and it will update in InDesign.
    I think ID 5.5 has an Edit > Place and Link option which can create a link between the original (parent) object and a placed example.
    However, InDesign cannot create such a link using a library.

  • Library items won't update - DW 8

    Help!
    I can't get my library items to update - all the files are in the folder 'Library'. I have updated all the pages (when prompted).  I then applied changes (Modify>Library>Update Pages - for the entire site).  Nothing actually updated. I am using Dreamweaver 8 on Windows XP.

    Thanks.  It's the main nav.menu on the left that I am trying to update. (www.lecss.com)
    Here's the code for the menu.lbi that has the changes (but that are not showing/updating)
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td><img src="../shared-images/spacer.gif" width="18" height="8"></td>
              <td><img src="../shared-images/spacer.gif" width="160" height="1"></td>
            </tr>
            <tr>
              <td> </td>
              <td><p class="menu"><a href="../index.html"><font color="#000000">Home</font></a></font></p>
                <p class="menu"><a href="../about/index.html"><font color="#000000">About
                  LEC</font></a><br>
                  <a href="../programs/index.html"><font color="#000000">Programs</font></a><br>
                  <a href="../services/index.html"><font color="#000000">Services</font></a><br>
                  <br>
                  <a href="../schedules/index.html"><font color="#000000">Schedules</font></a><br>
                  <a href="../coursedesc/index.html"><font color="#000000">Course Descriptions</font></a><br>
                  <a href="../calendar/index.html"><font color="#000000">Calendar</font></a><br>
                  <br>
                  <a href="../faq/index.html"><font color="#000000">FAQ</font></a><br>
                  <a href="../success/index.html"><font color="#000000">Success Stories</font></a><br>
                  <br>
                  <a href="../register/index.html"><font color="#000000">How to Register</font></a><br>
                  <a href="../faq/faq2.html"><font color="#000000">Emergency Closure
                  Info</font></a><br>
                  <a href="../contact/index.html"><font color="#000000">Contact LEC</font></a><br>
                  <br>
                </p>
                <p><font color="#666666"><strong>Langley Education Centre</strong>
                  <br>
                  21405A - 56th Ave    <br>
                  Langley, BC<br>
                V2Y 2N1 </font></p>
                <p><br>
                  <br>
                </p>
                <p>Follow us on <img src="greytwitter.png" width="61" height="23"> <br>
                  and <img src="Facebook.jpg" width="86" height="25"><br>
                  <strong><br>
                  LEC News</strong><br>
                <a href="http://www.twitter.com/lecnews"><img src="greySmT.png" width="22" height="22" border="0" longdesc="http://www.twitter.com/lecnews"></a><a href="http://www.twitter.com/lecnews"></a> <a href="http://www.facebook.com/pages/LEC-News/123047644444132"><img src="FacebookSM.jpg" width="25" height="22" border="0"></a><br>
                </p>
                <p><strong>LEC Grad</strong> <strong>Info</strong> <br>
                <a href="http://www.twitter.com/lecgradinfo"><img src="greySmT.png" width="22" height="22" border="0" longdesc="http://www.twitter.com/lecgradinfo"></a><a href="http://www.twitter.com/lecgradinfo"> </a><a href="http://www.facebook.com/pages/LEC-Grad-Info/228832897133140"><img src="FacebookSM.jpg" width="25" height="22" border="0"></a></p>
                <p> </p>
                <p> </p></td>
            </tr>
          </table>
    Please let me know if I can provide any other info. Thanks so much.

  • Dreamweaver quits when updating library item

    Sometimes it works fine for a week or so but suddenly it
    starts crashing Dreamweaver (CS3) every time I'm updating a library
    item throughout a local site. Any ideas why and how to avoid this?
    Thanks,
    Hanna

    > I really need to understand why library items crash my
    Dreamweaver...
    This may not be possible for you right now. At least SSI
    would get you
    going. But so be it.
    Library item updates do not crash my DW. Sorry.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "HannaB" <[email protected]> wrote in
    message
    news:g4tkc4$nc1$[email protected]..
    > Because I'm a slow learner and Library items work well
    for what I do.
    > Besides,
    > server-side includes are confusing as I can't see them
    on the local site,
    > only
    > when uploaded to the remote server (but please, don't
    get into that at
    > this
    > point. I really need to understand why library items
    crash my
    > Dreamweaver...)
    >

  • Library Item update in XSL page.

    This has more than likely been asked before, but is it a known bug that Dreamweaver (my version is CS4) doesnt update a Library Item if its included in an XSL file?

    Do you have CSS rules defined in the Library item? A well
    formed Library
    item must never contain CSS rules, or <html>,
    <head>, or <body> tags. Does
    yours?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cliff man" <[email protected]> wrote in
    message
    news:flljfh$ek0$[email protected]..
    >I am using Dreamweaver 8.
    > I have created a page:
    www.americas-outback.com/contact.html that has
    > contact
    > email links plus a navigational bar at the left that is
    a library item.
    > No
    > matter what link colors I tell the program to use
    through the page
    > properties
    > of the page itself, it uses the link properties of the
    library item
    > (navigational bar). I am not much of a code person, but
    I see them in the
    > actual code of the page. I am wondering if there is a
    way to have
    > separate
    > link colors for the email links on the page. I want this
    because the
    > background color of the page is actually supposed to be
    darker (matching
    > the
    > color of the other pages on the site, but the visited
    link color in the
    > library
    > item is the same color as the background page and
    therefore doesn't show
    > up.
    > Any help would be appreciated.
    > Thanks,
    > Cliff
    >

  • DW removes spaces surrounding updated library items

    I've filed a bug with Adobe on this issue, but I'm wondering
    if anyone else has received a fix for what I consider a
    showstopping bug. In a nutshell, whenever I update a library item,
    DW removes all spaces surrounding the updated library item, and
    will even remove spaces surrounding unrelated library items during
    the same operation.
    For example, let's say I have a simple library item that
    contains only the character "^". I insert that into a page to
    render like this: "| ^ |", using normal spaces in the page code to
    separate the three characters. If I then edit the library item to
    use the character "-" instead, all updated pages will lose the
    surrounding spaces: "|-|".
    I've developed hundreds of library items over the years, and
    can reproduce this over the last three versions of DW (8, MX 2004,
    MX), on multiple computers using new code or existing sites. If I
    edit a single library item, it corrupts hundreds of pages in a
    large site, and I have to use special searches to find and fix the
    error. I can't believe that noone else is affected by this problem,
    or isn't using library items to the extent that I do.
    I'd really like to see library item functionality repaired,
    and this is my last appeal before finding a replacement for DW, Are
    any DW developers monitoring this list?

    > bug is just as capable of affecting SSI
    I don't think so. At least, I have never seen it happen. Have
    you?
    > Library items are particularly aimed at professionals
    managing large
    > sites.
    I don't think so here, either. Why would one EVER choose a
    Library item
    over SSI? On a large site, you would upload hundreds if not
    thousands of
    files for each change with the former.
    > It is an opportunity to
    > create reusable code that can be managed and edited in
    one central
    > location, so
    > that changes to a single file can be replicated
    throughout the entire code
    > base.
    Precisely what SSI does, only better.
    > Yes, it may be more desirable to use a server side
    technology to control
    > these bits through the use of variables and includes,
    but I also build and
    > manage high performance web servers, and no dynamic
    language can even come
    > close to the speed of delivering static files,
    especially if you want to
    > withstand a slashdotting or other unusual burst of
    activity.
    This is true - since Library items are design-time tools, you
    take the
    bandwidth hit on the upload side of things rather than on the
    fetch side of
    things.
    > I'm hoping that someone at Adobe is monitoring this list
    They do not. If you need to communicate with them, you must
    contact them
    directly. But you have been told that Adobe is aware of the
    problem at
    least twice - is that not enough?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jorey" <[email protected]> wrote in message
    news:[email protected]...
    > The examples I used are overly simplified to more
    clearly demonstrate the
    > problem. Using a server-side technology is not relevant
    to this issue.
    > This
    > bug is just as capable of affecting SSI, PHP, ASP, or
    any other code
    > edited and
    > managed with Dreamweaver.
    >
    > Library items are particularly aimed at professionals
    managing large
    > sites.
    > Who else would even be interested in such a feature? It
    is an opportunity
    > to
    > create reusable code that can be managed and edited in
    one central
    > location, so
    > that changes to a single file can be replicated
    throughout the entire code
    > base. To suggest that it is necessary to create slightly
    different
    > versions of
    > code snippets to suit the individual needs of each
    generated page utterly
    > defeats the purpose of library items.
    >
    > As for the uses of library items, sure, I'll use it to
    maintain large
    > blocks
    > of code, but it's also useful for little things that
    change on a regular
    > basis,
    > such as names of people in specific roles, addresses,
    phone numbers, email
    > addresses, URLs, dates and other things that might
    appear hundreds of
    > times
    > throughout a site in a variety of contexts. This bug has
    serious
    > repercussions,
    > because it is not limited to the item being updated. You
    could update a
    > large
    > block of code and have unpredictable changes occur
    elsewhere. This is
    > unacceptable, and may not be limited to library items,
    but may also affect
    > templates or any other site management function that
    relies on the same
    > routines.
    >
    > Yes, it may be more desirable to use a server side
    technology to control
    > these bits through the use of variables and includes,
    but I also build and
    > manage high performance web servers, and no dynamic
    language can even come
    > close to the speed of delivering static files,
    especially if you want to
    > withstand a slashdotting or other unusual burst of
    activity.
    >
    > But as I mentioned, the type of code or use of the
    library item is
    > irrelevant.
    > Dreamweaver as a programming editor has a serious bug.
    It's broken, and
    > needs
    > to be fixed. I'm hoping that someone at Adobe is
    monitoring this list and
    > will
    > understand that this is a problem that affects advanced
    users and whole
    > teams
    > who have made extensive and productive use of this
    feature before it was
    > broken.
    >

Maybe you are looking for

  • How do I turn off the automatic date-reading function when adding a new reminder in Reminders?

    While using Reminders in Mavericks or in Mountain Lion, if I type something like, "Finish the details of version 6.19 for publication", the Reminders app REMOVES 6.19, and adds a remind-on-date for 6/19. I do not want my words to be naturally interpr

  • Adding field GAMNG ( Target Quantity )in the Data Source 2LIS_04_P_ARBPL

    We are adding field GAMNG ( Target Quantity ) in the Data Source 2LIS_04_P_ARBPL ( Work Center View from PP/PP-PI ) The field GAMNG is available in the communication structure maintainace. The problem is- We are not able to drag & drap field GAMNG fr

  • Lumia 1020 - Disable Post Processing?

    Preface:  I've only had the Lumia 1020 for 48 hours. Problem:  I've noticed that when taking pictures with the Nokia Pro Camera application, the preview after capturing the image is awesome.  If I then go to look at the captured image, there is a sho

  • Boots up almost like verbose mode.

    I have an Intel iMac that seems to work fine, that we have reinstalled Leopard on several times, but everytime we startup the machine, I get a black screen with some white text (almost like it was starting up in verbose mode) then it goes away and go

  • Publishing iWeb site using MobileMe

    I created a new website using iWeb, set up the CNAME alias, and published it using MobileMe. iWeb indicates the website has been published. When I go to the website, I get an error message: Directory Listing Denied This virtual directory does not all