Modify library items

In Illustrator CS4, can permanent changes be made to built-in graphic styles, like arrowheads? We want to modify the shape of an arrowhead built into the Effects-Stylize menu for future usage.

Illustrator's Arrowhead feature is about 20 years behind corresponding features in other drawing programs. Most programs let you customize the arrowheads using any vector artwork you draw. Given AI's Symbols, one would expect to be able to simply and straightforwardly asign any Symbol as an arrowhead.
That would be one approach to the long-needed improvement. Better, though, would be something I have been proposing for years: a couple of carefully-thought out enhancements to the Brushes feature set.
The problems with the current behaviors of Pattern Brushes are:
* The end tiles ordinarily "wedge" distort with the shape of the path, as do the side tiles. This should be optional. The completely unintuitive workaround for this is to set the art of end tile outboard of the invisible rectangle that defines its area.
* The corner tiles of Pattern Brushes meanwhile are incapable of wedging--so the usefullness of that sub-feature is limited for corner points at which the adjacent segments join at angles other than right angles.
* Pattern Brushes require content to exist in their side tile. I see no reason for this necessity.
I would like to see these enhancements:
* All four Brush types should be given optional End Tiles. The End Tiles shojuld have an option to disallow distortion. The End Tiles should have an independent option for orientation relative to the path or the page.
* Art Brushes, Pattern Brushes, and Scatter Brushes should have an option to disallow scaling of strokes contained in the Brush artwork. (Symbols should also provide this option.)
* A collection of Brushes set up to emulate the traditional arrowhead styles should be included with the default installation.
Those changes would obviate the very archaic Arrowheads feature. I understand that it is probably kept around for backward compatability with files created in legacy versions. But if such a fundamental feature is never going to be updated, it needs to go. Adobe's practice of continually adding features, but seldom fleshing them out, makes Illustrator increasingly cluttered with long-outdated legacy features and never-quite-satisfying new features.
All that said (again), you can use Brushes in combination with the ability to assign multiple strokes to a single path to achieve the kinds of arrowheads you have described (and much more):
A PDF describing the technique in detail is here.
JET

Similar Messages

  • Writing modified date of a document library item through CSOM.

    I´m working on an application which is replicating files from one document library to another. Since it is a replication, I want the modified date to be preserved when I copy the file from the source library to the target, so that the user will see the real
    modified date in the target library and not the date of the replication run.
    I access SharePoint through the client side object model and I have been able to set the modified date on a SharePoint 2010 on-premise using the following straght-forward code:
    var listItem = list.GetItemById(id);
    context.Load(listItem);
    context.ExecuteQuery();
    listItem["Modified"] = "03/11/1999";
    listItem.Update();
    context.ExecuteQuery();
    Unfortunately when I execute the same code on any other SharePoint (2013 On-Premise, 2013 Online or 2010 Online) the code will execute without any errors, but the modified date will not be changed at all.
    My actual question is: Is there any possibility to change the modified date throught CSOM on all of these SharePoint-versions?

    I got a work around for this problem..
    Before updating the Modified, Modified By values, First we need to Disable the version settings for document library. Once the fields updated then again we need to enable the version settings. 
    find the updated code below..
                                          //Disable Version settings for DOC LIB
    before update Metadata
                                            _List.EnableVersioning
    = false;
                                            _List.Update();
                                            _cContext.ExecuteQuery();
                                           ListItem item = newFile.ListItemAllFields;
                                           _cContext.Load(item);
                                            //Updating Metadata Created,
    CreatedBy, Modified, Modified By
                                             item["Created"]
    = "8/10/2013 7:04 PM";
                                             item["Author"] = CreatedUserValue;
                                             item["Modified"] = "8/10/2013 7:04 PM";
                                             item["Editor"] = ModifiedUserValue;
                                             item.Update();
                                            _cContext.ExecuteQuery();
                                            //Enable Version settings
    for DOC LIB after update Metadata
                                               _List.EnableVersioning
    = true;
                                              _List.Update();
                                            _cContext.ExecuteQuery();
    Rajendra

  • Modifying preinstalled items at library/WebServer

    Hi there,
    I accidentally deleted a folder (can't remember what it was) in Macintosh HD's library/WebServer. The folder called CGI-executables is still there, but the second one isn't.
    I am worried because I read this: http://docs.info.apple.com/article.html?artnum=106984
    It seems like it might affect future software updates...??
    Apparently I am supposed to do this, according to the document: "If you have modified preinstalled items in the folder /Library/WebServer/Documents, you should back up the folder as a precaution before installing system software updates." How do I do the back up?
    I am not computer savvy, so I would appreciate it if someone helped me out.

    I accidentally deleted a folder (can't remember what it was) in Macintosh HD's library/WebServer. The folder called CGI-executables is still there, but the second one isn't.
    This folder is named Documents.
    It seems like it might affect future software updates...??
    Use Pacifist to extract that folder and its contents from your Mac OS X 10.4 installation disks, and then run the combo updater for your version of Mac OS X.
    Apparently I am supposed to do this, according to the document: "If you have modified preinstalled items in the folder /Library/WebServer/Documents, you should back up the folder as a precaution before installing system software updates." How do I do the back up?
    Drag the Documents folder to another location, such as the desktop or an external drive. If a green circle doesn't appear while dragging, press and hold the Option key until the mouse or trackpad button is released.
    (21425)

  • 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

  • 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

  • Behaviors and CSS misbehaving on library items

    I've created a site that uses behaviors to create a NAV with
    Pop-up menus. There are several categories and each category has
    several products in it. The Categories and the products change so I
    wanted to create a LIBRARY item out of the NAVmenu. The problem is
    when the Library Item NAVmenu is created all the Pop-up behaviors
    disappear. This would mean I have to re-input the Pop-ups a zillion
    times. Also the CSS screws up. Any Ideas?

    This is the code from a Library item?
    Try this - create a new page, and drop an image on the page.
    With the image
    selected, use MODIFY | Library > Add Object to Library.
    Name the Library
    item you have just created, and then open it in DW. Look at
    the code. You
    should see -
    1. No doctype
    2. No <html>, <head>, </head>,
    <body>, </body>, or </html> tag
    3. Probably all you will see is something like this -
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <img src="..." width="..." height="...">
    That says it all. The Library item is a simple code fragment
    that will be
    inserted within another page's code.
    Now - if you are determined to stick with the FW pop-up
    menus, you will
    have to do some work to make a Library item. You will have to
    externalize
    the javsacript for the menus, and link to that external js
    file in each page
    of your site. Then you will have to remake your Library item
    so that it
    only contains the triggering images for the menu. It can be
    done - see here
    where I have done it -
    http://www.great-web-sights.com/library4d.html
    You will see several things as you look at that page. The
    first is that
    large chunk of javascript in the scrollable text area above
    the menu -
    that's the code that is written dynamically to each page as
    it loads, and
    it's one of the reasons why pages with these menus are
    usually sluggish.
    Also, if you look at the code on the page, you will see where
    the library
    item begins and ends. That's all of the code you should see
    in the *.lbi
    file. Finally, you will see how I have linked to the external
    javascript
    files to make this work.
    Here's the tragedy here - you used these pop-ups because you
    didn't know how
    to do them yourself. Now look at the mess you are in....
    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
    ==================
    "evilcreativegenius" <[email protected]>
    wrote in message
    news:[email protected]...
    > Thanks Ace. I guess I need to rethink my strategy here.
    I'm dropping the
    > ball.
    > I'm new to coding. Here is a snippett from the code. The
    complete bad page
    > code
    > is to big to send.
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <title>Acoustic Guitar Dreadnoughts, Concerts,
    Auditoriums and Jumbos by
    > Timberline Guitars</title>
    > <style type="text/css">
    > <!--
    > body {
    > background-color: #000000;
    > }
    > -->
    > </style>
    > <script language="JavaScript"
    type="text/JavaScript">
    > function mmLoadMenus() {
    > if (window.mm_menu_0707234707_0) return;
    > window.mm_menu_0707234707_0 = new
    Menu("root",104,16,"Verdana, Arial,
    > Helvetica,
    >
    sans-serif",10,"#000000","#FFFFFF","#CCCCCC","#6633FF","left","middle",3,0,1000,
    > -5,7,true,true,true,0,true,true);
    >
    mm_menu_0707234707_0.addMenuItem("Dreadnought","location='#'");
    >
    mm_menu_0707234707_0.addMenuItem("Concert","location='#'");
    >
    mm_menu_0707234707_0.addMenuItem("Auditorium","location='#'");
    >
    mm_menu_0707234707_0.addMenuItem("Jumbo","location='#'");
    >
    mm_menu_0707234707_0.addMenuItem("12-string","location='#'");
    > mm_menu_0707234707_0.addMenuItem("");
    > mm_menu_0707234707_0.hideOnMouseOut=true;
    > mm_menu_0707234707_0.bgColor='#555555';
    > mm_menu_0707234707_0.menuBorder=0;
    > mm_menu_0707234707_0.menuLiteBgColor='#FFFFFF';
    > mm_menu_0707234707_0.menuBorderBgColor='#777777';
    >
    >
    >
    >
    >
    >
    >
    > window.mm_menu_0710034854_0_1 = new
    Menu("Standard",130,16,"Verdana,
    > Arial,
    > Helvetica,
    >
    sans-serif",10,"#000000","#FFFFFF","#CCCCCC","#6633FF","left","middle",3,0,1000,
    > -5,7,true,true,true,0,true,true);
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("AMS-E","location='models/ams_e.htm'");
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("AMS-C-E","location='models/ams-c-e.htm'");
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("ARG-C-E","location='models/arg-c-e.htm'");
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("AMS-7C-E","location='models/ams-7c-e.htm'");
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("ARG-7C-E","location='models/arg-7c-e.htm'");
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("AMS-8-E-EAS","location='models/ams-8-eas.htm
    > '");
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("AMS-8C-E-EAS","location='models/ams-8c-eas.h
    > tm'");
    >
    >
    mm_menu_0710034854_0_1.addMenuItem("ARG-8C-E-EAS","location='models/arg-8c-e-eas
    > .htm'");
    > mm_menu_0710034854_0_1.hideOnMouseOut=true;
    > mm_menu_0710034854_0_1.bgColor='#555555';
    > mm_menu_0710034854_0_1.menuBorder=0;
    > mm_menu_0710034854_0_1.menuLiteBgColor='#FFFFFF';
    > mm_menu_0710034854_0_1.menuBorderBgColor='#777777';
    >

  • Sort library items on name only ?

    Hi all,
    Probably I am overlooking something. I would like to sort library items (in particular photos from iPhoto) in date sequence, but the only column displayed is the image name and only that column can be sorted. Problem is, that Motion 5 "automatically" sorts the photo's alphabetically if one of the two icons on the bottom right (list or thumbnail display) is clicked. Once sorted alphabetically, there seems to be no way to re-sort the photo's as they were: date sequence. The only way I have found to do this is
    Go to thumbnail display mode
    Quit Motion
    Start Motion
    Don't touch the list/thumbnail icons anymore
    This is very annoying, because other elements from the library, such as behaviours, are easier shown in list format.
    As said, there must be a way to sort photos in date sequence, but I ccannot find how.
    Any help is welcome. Thanks

    Ok... well... it's actually "in there" but not like you think, and not really very intuitive.
    Go to the "Project Pane" (layers list, etc...) and at the top of the column, select the Media tab.
    Go to your photos library and select the "theme" (subgroup) your images are in. Thumbnails or list view, doesn't matter — select the pane the images are in and type Command - A (select all).
    Drag ALL the photos into the Media pane (they are NOT added to the layers list.)
    Right click on any of the column headers (Preview or Name is good) and from the dropdown, select Sort By > File Created (or Modified).
    Select the image you need and drag it onto the canvas (it will be added to the layers list.)
    I will grant you it's a little strange... Also, BE CAREFUL!!!! Whatever you do, you DO NOT want Motion to Save Unused Media with the project!!!! Make sure that option is unchecked. Or, command or shift select all unused images in the Media tab and delete them before saving.
    HTH

  • InDesign CS4 Library- can't get library items on to pages

    I'm fairly new to InDesign CS4.
    A book I'm reading has a tutorial telling me to drag library items from the library to a page.
    This is a library that the book author created that came with the book.
    However, I can't get material from the library to any of the pages.
    Anytime I try dragging any of the images or other items from the library to my page in InDesign CS4, I get a small "No" symbol (a circle with a slash through it).
    So I clicked on the image in the library that I wanted to add to the page, and using both the content menu (and later, the library panel's menu) to select "Place Item," nothing happened.
    How do I get content in a library on to a page?
    Dragging and using "Place Item" are not working for me.

    Hello, Lee Sarah, and thanks for answering.
    If I understand you correctly, this is what I did:
    I "right" clicked on the Library file icon on my hard drive, called "Healthy Pets CS4."
    This brought up a context menu.
    From there, I went to "Properties."
    Under "Properties" > "Attributes," "Read only" is not checked off, nor is "hidden" checked off.
    In the "Healthy Pets CS4 Properties" dialog box, I then clicked on the the "Security" tab, which brought up all sorts of stuff about permissions, read /write,  etc.
    I guess I should mention at this point that I'm on a computer running Windows Vista, since this might be pertinent to my issue (?)
    Although it's my computer, it has me on here as two different people (I'm on as Administrator and under my first name, which let's just say is "Graphics Cuddly Bear.")
    On the "Security" tab page of the dialog box is a heading called "Group or user names," and from there, depending on which name you pick from the user names, different options get high lighted in the ""Permissions for Authenticated Users" box below it.
    So, under "Permissions for Authenticated Users" (when the users "Autheticated Users" and "Admins" are selected) the following are checked off with a check mark,
    (as if to say, "These are the things you have permissions to do with this file"):
    Modify
    Read and Execute
    Read
    Write
    The only things I do not have permissions for when I check off  "Administrator" on that list is "Special Permissions."
    When AU (Autheticated Users) is checked it says I do not have "Full Control" or "Special Permissions."
    However, when I clicked on my name (GCB - "Graphics Cuddly Bear") under the heading of "Group of user names," these two things are the only ones checked off:
    Read and Execute
    Read
    So I went in to another area of this box and gave my account ("GCB") the "Write" ability.
    When I went back to the box, a check mark next to "Write" then appeared. So it appears to be telling me that under GCB, I can now write to that file.
    So when I opened and closed out of InDesign and re-opened it, it still will not allow me to drag the files/text/images from the library.
    I still get the little "No" symbol.
    It also still will not let me use the "place" command, either.
    I've gone ahead and worked thorugh this chapter without being able to use the author's library items, but it makes working on her tutorials very difficult.
    And it's rather pointless, since the entire chapter is about how to use the software's library.  
    I got a response from the book's publisher (Delmar / Cengage) to ask them for help, if they would provide me with working copies of the files, or some other work around, and they were NOT the least bit helpful.
    A representative from Delmar/ Cengage e-mailed me to say that because I purchased the book at Amazon's site (rather than from them directly) that they would not help me, which I thought was cruddy and not classy.
    I don't see that it entirely matters where I bought the book from; they're the ones who made it.

  • 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.

  • Create new library item

    I have redesigned the header for my website and would like
    this code to be a library item so that it can be the same on all
    pages and be easily updateable. The code it is replacing *was* a
    library item, but that was from two years ago and in an earlier
    version, so I don't remember how that got that way. When I
    highlight the table and go to Modify->Library, Add Object to
    Library is grayed out.
    I should note that I haven't worked on this site except in a
    trivial way for quite a while and there are a couple of things
    which mystify me a bit. E.g., on my disk, the site code is in a
    directory called html under a directory called WWW which has three
    other directories for other sites which are hosted under the same
    account. In this, the contents of WWW directly correspond to what
    is on the host machine (WestHost). However, the Library directory
    containing the old header was in the WWW directory, not the html
    directory. I have tried moving it both places and I am still
    getting the grayed out Add.
    And, I can't find the two icons for adding to the Library
    which are mentioned in the help.

    The Library folder MUST be in the root folder for this
    website. Where is
    the root folder (what is the path to it as shown in the local
    site
    definition)?
    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
    ==================
    "TM-H" <[email protected]> wrote in message
    news:gb0r7k$499$[email protected]..
    >I have redesigned the header for my website and would
    like this code to be
    >a
    > library item so that it can be the same on all pages and
    be easily
    > updateable.
    > The code it is replacing *was* a library item, but that
    was from two years
    > ago
    > and in an earlier version, so I don't remember how that
    got that way.
    > When I
    > highlight the table and go to Modify->Library, Add
    Object to Library is
    > grayed
    > out.
    >
    > I should note that I haven't worked on this site except
    in a trivial way
    > for
    > quite a while and there are a couple of things which
    mystify me a bit.
    > E.g.,
    > on my disk, the site code is in a directory called html
    under a directory
    > called WWW which has three other directories for other
    sites which are
    > hosted
    > under the same account. In this, the contents of WWW
    directly correspond
    > to
    > what is on the host machine (WestHost). However, the
    Library directory
    > containing the old header was in the WWW directory, not
    the html
    > directory. I
    > have tried moving it both places and I am still getting
    the grayed out
    > Add.
    >
    > And, I can't find the two icons for adding to the
    Library which are
    > mentioned
    > in the help.
    >

  • 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

  • Trouble converting a complicated navigation into a library item

    I am having trouble converting our main navigation into a
    library item. The navigation includes many images, layers and
    behaviors. You can see the nav at the top of
    http://www.vedanta.org as you
    scroll over the main topics just under the banner.
    I built the nav from scratch on a new XHTML page and it works
    fine. Then I did Edit/Select All and the entire nav was selected.
    But when I choose Modify/Library/Add Object to Library, absolutely
    nothing happens, nothing appears in the library at all.
    Is this navigation too complicated to be saved as a Library
    item?
    Nancy

    DW is having a little trouble interpreting your GL code. For
    example, the
    menu is here -
    <div id="rkou">
    <a onMouseOver="CSAction(new
    Array(/*CMP*/'B9B0A14425',/*CMP*/'B9B0A14427',/*CMP*/'B9B0A14429',/*CMP*/'B9B0A14431',/*C MP*/'B9B0A14433',/*CMP*/'B9B0A14435',/*CMP*/'B9B0A14437',/*CMP*/'B9B0A14439',/*CMP*/'B9B0A 14441',/*CMP*/'B9B0A14443',/*CMP*/'B9B0A14445',/*CMP*/'B9B0A14447'));return
    true;" href="#"
    csover="B9B0A14425,B9B0A14427,B9B0A14429,B9B0A14431,B9B0A14433,B9B0A14435,B9B0A14437,B9B0 A14439,B9B0A14441,B9B0A14443,B9B0A14445,B9B0A14447"><img
    src="images/navigation/rkou.gif" alt="" height="18"
    width="166"
    border="0"></a></div>
    DW will be flummoxed trying to put this into a Library item.
    Either rebuild the menu in DW, or try this -
    copy everything from -
    <div id="wivu"> (line286)
    through -
    <p></p> (line 322)
    inclusive, and paste it into a new Library item (FILE | New
    > Library item).
    Save that file in the Library folder with the *.lbi
    extension.
    When you insert it into a page, MAKE SURE THAT THE PAGE
    ALREADY HAS ALL OF
    THE GL CODE IN THIS LINKED PAGE IN THE HEAD.
    See if that works.
    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
    ==================
    "eucalyptus1" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am having trouble converting our main navigation into a
    library item. The
    > navigation includes many images, layers and behaviors.
    You can see the nav
    > at
    > the top of
    http://www.vedanta.org as you
    scroll over the main topics just
    > under
    > the banner.
    >
    > I built the nav from scratch on a new XHTML page and it
    works fine. Then
    > I
    > did Edit/Select All and the entire nav was selected. But
    when I choose
    > Modify/Library/Add Object to Library, absolutely nothing
    happens, nothing
    > appears in the library at all.
    >
    > Is this navigation too complicated to be saved as a
    Library item?
    > Nancy
    >

  • Dreamweaver Stopped asking if I want to update Library Items and Templates

    Hi All,
    Using dreamweaver on a new project.  Set up my Templates and library items and everything was fine - when I changed one a saved it a dialogue popped up and asked me if I wanted to update files.  Suddenly the dialog box has stopped appearing and now I have to instigate it manually by going to modify->templates->update pages which is annoying and more time consuming.
    Why has the automatic dialogue disappeared and how do i get it back?
    Thanks

    Sorry for the late reply.  I'm still having the problem and appreciate the help.  Attached is the requested screen shot.  Everything is in order I think.  Its a big site though and the whole thing won't fit in one screen shot.  What are you looking for specifically?

  • Using CSS instead of or with library item

    I built my site using Dreamweaver 8. I used the design view
    exclusively. I made a navigation bar as a library item. Utilizing
    rollovers, etc. Now I have learned I should build my site utilizing
    CSS and as was pointed out on this forum to me, to learn CSS and
    HTML.
    I am having a brain freeze. The logic escapes me as to how I
    would build a navigation bar and put it on each page as I did
    utilizing the library function before.
    I am sure for all you pro's this is a really dumb and obvious
    thing but I just don't seem to figure out the logic how to do it. I
    am not talking about the CSS for the behaviors such as hover,
    visited, active. This I know how to do. It is just the ability to
    have a properly designed navbar and be able to put it on every page
    I make.
    Murry "ACE" told me not to use AP and the dreaded mm_menus so
    I am trying to figure this out and build a better more code
    efficient site. Mine works but is quite trashy in the code.

    It can be a bit daunting.
    Try going through this tutorial completely. It's a bit out of
    date (using
    an older version of DW), and still covers the use of tables,
    but it's worth
    reinforcing your basic understandings -
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Then I would suggest you do this tutorial -
    Taking a Fireworks comp to a CSS-based layout in Dreamweaver
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    Finally, to get a grip on how to manage menus across an
    entire site, use
    DW's F1 help about how to use Templates, and server-side
    includes.
    Templates do make your life much easier. I use the following
    scheme....
    First, I mentally separate the page layout into three
    sections:
    1. Stuff that will not change for the life of the site (i.e.,
    the basic
    structural elements)
    2. Stuff that *could* change from time to time (e.g.,
    navigation elements,
    burst advertisements, section-specific navigation, etc.)
    3. Stuff that *will* change from one page to the next
    Then I create a template containing all class1 elements. Next
    I create
    server-side include files containing all class 2 elements and
    place them on
    the template as needed. Note - some of the class 2 elements
    may be
    "section-specific elements", and their placement on the
    template will be
    subject to the next item. Finally, I insert editable regions
    to cover the
    class 3 items, INCLUDING the section-specific navigation.
    This allows me to just cookie-cut the rest of the site. I
    estimate that
    even for fairly large sites, about 80% of my work goes into
    planning and
    creating this template file.
    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
    ==================
    "craigmini" <[email protected]> wrote in
    message
    news:[email protected]...
    >I built my site using Dreamweaver 8. I used the design
    view exclusively. I
    > made a navigation bar as a library item. Utilizing
    rollovers, etc. Now I
    > have
    > learned I should build my site utilizing CSS and as was
    pointed out on
    > this
    > forum to me, to learn CSS and HTML.
    >
    > I am having a brain freeze. The logic escapes me as to
    how I would build a
    > navigation bar and put it on each page as I did
    utilizing the library
    > function
    > before.
    >
    > I am sure for all you pro's this is a really dumb and
    obvious thing but I
    > just
    > don't seem to figure out the logic how to do it. I am
    not talking about
    > the CSS
    > for the behaviors such as hover, visited, active. This I
    know how to do.
    > It is
    > just the ability to have a properly designed navbar and
    be able to put it
    > on
    > every page I make.
    >
    > Murry "ACE" told me not to use AP and the dreaded
    mm_menus so I am trying
    > to
    > figure this out and build a better more code efficient
    site. Mine works
    > but is
    > quite trashy in the code.
    >

  • How to use a Spry Menu as a Library item?

    Okay, this is my second post; but, with a different title.
    I made a Spry menu for my Home Page. I saved it and a logo
    together as a library item and placed the library item on a second
    page. The links in the menu work when there is no style sheet
    attached for the Spry meny and the menu appears just as text; but,
    as soon as the .css style sheet for the menu is attached to the
    second page, the menu appears correct except the drop down menus do
    not work. I tried adding a link to the Spry Java Script file as it
    is on the home page; still no luck.
    I tried the same with a test file, which I have since
    removed, stored at the same folder as the home page; same problem.
    How are we suposed to make a workable library item with a
    Spry Menu? Surely this is possible, no?
    Here are the two pages I am referring to:
    Good Page:
    http://iculver.com/
    Bad Page:
    http://iculver.com/pages/AboutUs/Personal_info.html

    Apologies - my mistake. You are correct, and my instructions
    were
    incomplete. That other bit is required too.
    > Now, I thought (probably in error) that items after !--
    were comments, but
    > it
    > seems to be required, too. I tried eliminating taht part
    and the menus did
    > not
    > work. I need all of this last part.
    The comments 'hide' the scripting from validators and older
    browsers, but
    it's still recognized as javascript, since the comments occur
    INSIDE a
    <script> tag.
    > these Spry Menus in Libraries easier to use...)
    It's not so hard once you get all the pieces together.
    1. Create the library item as described.
    2. Make sure that each page that is to carry this library
    item has the
    required links in the head (to the CSS and the js files), AND
    in the body.
    Why not use a template instead? That way, all of these links
    are managed
    for you.
    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
    ==================
    "JustBob" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hummm...
    >
    > Now, don't yell at me, okay? I'm a goLive switcher and
    really a graphic
    > designer, not a coder...
    >
    > So, It seems from the above message that I am to
    establish the links to
    > the
    > script and the css file before inserting the library
    item. But, either
    > way,
    > that didn;t do the trick for me. I did find a bit of
    code in one of the
    > pages
    > that seems to be required.
    >
    > It seems I also need to insert this just before the
    close of the body tag:
    >
    > <script type="text/javascript">
    > <!--
    > var MenuBar1 = new Spry.Widget.MenuBar("MenuBar",
    > {imgDown:"SpryAssets/SpryMenuBarDownHover.gif",
    > imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    > //-->
    > </script>
    >
    > Now, I thought (probably in error) that items after !--
    were comments, but
    > it
    > seems to be required, too. I tried eliminating taht part
    and the menus did
    > not
    > work. I need all of this last part.
    >
    > I'm sorry I'm such a dope. I probably did something
    funny when I was
    > styling
    > the menu. (I do hope Adobe can accommodate dopes lime
    me, though, and make
    > these Spry Menus in Libraries easier to use...)
    >
    > Thanks for all of your help! Really!
    >

Maybe you are looking for

  • Call a Vbscript from a stored procedure

    Hi, I wonder is it possible to call a Vbscript from a stored procedure, any good reference for this. thanks

  • How do I get iTunes Match to recognize my IOS device?

    I just subscribed to iTunes Match thourhg itunes on my iMac desktop computer. I have confirmation that there are more than 200 songs available in iCloud. Immediately after subscribing I was able to listen to music on my iPad. Today, however, when I a

  • IMovie/iDVD project

    I created an iMovie project and then finished in iDVD on my powerbook with iMovie HD 5.0.2 and iDVD 5.0.1. I wanted to burn the movie on my G4 flatpanel because the laptop doesn't have a superdrive. I archived the project from iDVD and put it on an e

  • Quad Core Versus Dual Core on a Mac

    I am going to upgrade to one of the new 27  inch iMacs. I use CS4 Premium Design Suite, PS, IL, ID and a little bit of DW.  Does anyone have a comment or thought on any real benefit to a Quad Core processor? Do any of these apps support the multi thr

  • How to register and pics

    ghot to questions first how do i register my ipod cuz the sfreen that appears in the ipod part only says register later and the secind question was how do i put pictures in my ipod if anybody could please help it would be appreciated