Simple way to create a slideshow? Real simple - no controls needed.

Greetings - new client wants a series of images fading into
one another on
their homepage. I think Flash is the way to go. I have done
this before
manually using pictures on separate layers and adding
tweening and alpha
fades but its a mare to do if there are many images and
difficult to tweak
afterwards. Is there a simple cheap or free tool that does
this kind of
thing? I dont need user controls or thumbnails - just fading
images. I have
Flash pro.
Thanks.
James Loudon
www.fatgraphics.com
websites:
hotography::video

Thanks Jim
I'll give that a go. Much appreciated
James Loudon
www.fatgraphics.com
websites:
hotography::video
"Jim Esteban" <[email protected]> wrote in
message
news:[email protected]...
> Here's a simple piece of code that does just what you
want. It's yours.
> Put
> the images in the same directory as the flash file and
make sure they are
> the
> correct size because it doesn't do any resizing or
centering.
>
> var localPath:String="flash/slides/";
> var counter:Number=0;
> var counterMax:Number=300;
> var fadeRange:Number=50;
> var hifadeThreshold:Number=counterMax-fadeRange;
> var lofadeThreshold:Number=fadeRange;
> var fadeDelta:Number;
> while(_framesloaded<_totalframes)
> {
> for(var i:Number=0;i<1000;i++)
> {
> //do nothing
> }
> }
> var slides:Array = new Array([
>
"image1.jpg"],["image2.jpg"],["image3.jpg"],["image4.jpg"],["image5.jpg"],["imag
>
e6.jpg"],["image7.jpg"],["image8.jpg"],["image9.jpg"],["image10.jpg"],["image11.
>
jpg"],["image12.jpg"],["image13.jpg"],["image14.jpg"],["image15.jpg"]);
> var currentSlide:Number;
> function changeSlide(number:Number)
> {
> if(number >= 0 and number < slides.length)
> {
> currentSlide = number;
> placeholder_mc._alpha=100;
> loadMovie(localPath + slides[number],"placeholder_mc");
>
> for(var i:Number=0;i<1000;i++)
> {
> //do nothing
> }
> }
> }
> changeSlide(0);
> this.onEnterFrame=function()
> {
> counter=counter+1;
> if(counter>=hifadeThreshold)
> {
> fadeDelta=counter-hifadeThreshold;
> fadeRange=counterMax-hifadeThreshold;
> placeholder_mc._alpha=100-((fadeDelta/fadeRange) * 100);
> }
> if(counter<=lofadeThreshold)
> {
> fadeDelta=lofadeThreshold-counter;
> fadeRange=lofadeThreshold-1;
> placeholder_mc._alpha=100-((fadeDelta/fadeRange)*100);
> }
> if(counter>=counterMax)
> {
> counter=0;
> changeSlide(Math.abs((currentSlide+1)%slides.length));
> }
> }
> prev_btn.onRelease = function()
> {
> changeSlide(Math.abs((currentSlide-1)%slides.length));
> }
> next_btn.onRelease = function()
> {
> changeSlide(Math.abs((currentSlide+1)%slides.length));
> }
> progress_mc.onEnterFrame = function()
> {
> var
progressAmount:Number=Math.round((counter/counterMax)*100);
> this.gotoAndPlay(progressAmount);
> if(progressAmount == 100)
> {
> this._visible = false;
> }
> else
> {
> this._visible = true;
> }
> }
>

Similar Messages

  • Best Way to Create Image Slideshow

    I would like to create a story like the one "Our Picks This
    Week" at
    http://www.barnesandnoble.com/index....rid=2AS2GW5ENW.
    What is the best, easiest, quickest way to create such a
    slide show?
    Thank you in advance.

    If you are not very advanced with coding it would probably be
    easier to do
    in Flash.
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "LarryBo" <[email protected]> wrote in
    message
    news:gl2gd5$mhp$[email protected]..
    > What software would I need to create such a "scrolling
    box?"
    >
    > I would like to create a left scrolling image slide show
    with 4-5 images
    > showing at a time and 10-15 total images. As a mouse
    pointer is hovered
    > over an
    > image, I want the image to stop and revealing a pop-up
    box showing the
    > audio
    > book's title, price and a link to its more information
    page.
    >
    > Would this slide show be best done in Flash Pro,
    FireWorks, Camtasia or
    > other
    > software?
    >

  • Is there a way to create a slideshow viewable with a DVD player?

    Hi there, is there amongst the Apple programs (or else) something that would allow me to show my digital photos on TV with a DVD player? Manually commanded with the remote, or with auto time lapse, fading or transitions?

    I tested both Photo Magico and iDVD. Both produce a nice slideshow with good image quality when previewed on the computer. PhotoMagico has some really professional grade blending and zooming effects, and allows placement of multiple sound tracks, which is not possible with iDVD where you just drop one file and it plays in buckle.
    The problem with both is that when the slide show is encoded, it looses too much quality! Images loose their detail, their colour depth, and they flicker inacceptably. The worst is with PhotoMagico who sends the already compressed file to iDVD to be compressed again and burnt. The loss of quality from the very neat preview to the resulting DVD is enormous. Sent to Toast Titanium, it's a little better but aliasing effects are still very annoying.
    I then tried a slideshow made directly in iDVD. The quality is merely acceptable, still not professional. The images are so compressed that they loose their details, and the edges of the frames and every straight line in the images flicker...
    Compressing an original 5 Gb slideshow made of JPEG files to 1,5 Gb seems an enormous rate of compression. Is this the way it is with those programs, or have I missed some settings somewhere? Is there no way to preserve the initial image size when passed to DVD? Alternatively, would the pro version DVD Studio Pro have more flexibillity? It's there on my computer, but the interface is turning me away! ...
    Thanks again for any hints!
    Paul

  • Newbie having trouble creating a Slideshow with the Animation Panel.

    I know it's a much more complicated/advanced way to create a slideshow. But, I know it can be done.
    I will explain exactly what I do, the steps that I take. In my own newbie opinion, I think I'm just missing a step somewhere. Maybe I'm missing two or three steps. Hopefully somebody will be able to help me.
    Thank you in advance, if you do help.
    1.I open the program Adobe Bridge
    2. Then I select all images in a folder, then I utilize the review mode & deselect the photos I do not want to use.
    3. Then I open the selected images into Photoshop. (If you haven't already figured it out, I have Adobe Photoshop CS5 Extended)
    4. I clicked on Windows menu >arrange >Tile. That way all of my images are right there & ready for utilization. (At this point, none of the images have been  clicked on yet.)
    5. Then I open the animation panel & create a white blank background for the first frame.
    Here is where I run into the problem. I know how to add extra frames, that's easy enough.
    I also know that when I add the extra frame, it makes a duplicate of the previous frame.
    My problem is trying to get that extra frame to reflect the next image I would like to display in this little slideshow and so on and so forth for the next, maybe 20 images.
    Then what I would like to do is randomize the transitions with things like dissolve, honeycomb, fade in & fade out. With other options if there are any.
    I would like to create a fancy slideshow is all.
    I have read all of the help manuals, all 600+ pages. This is how far I got. I even did a search in the Adobe community. Even those articles don't quite tell you how to do this. So, I probably could have done a lot more homework. But. I'm starting to get frustrated with it.
    Hopefully someone here will be able to help me with this. Thank you Obi-Wan Kenobi in advance. :-)

    Thank You Thank You Thank You JJ Mack!
    That was exactly what I was looking for & it worked perfectly. :-)
    I have one more question if you would be so kind to help me with.
    I was wondering if there was a way to add transitions, i.e. dissolve, fading in & fading out, split, reveal, random bars, vortex stuff like that.
    I was also wondering if there was a random option for this.
    If I have to add them in manually, that's fine with me. It would be really nice to be able to add some different transitions between frames.
    Once again, thank you in advance for your help.

  • Create iPhoto Slideshow on iPad of Entire Album

    I'm on an iPad running ios 7.0.4.  Does anyone know how can I create a slideshow in iPhoto of an entire album without having to click on each individual photo? (My album has hundreds of photos..)  This Apple Support page describes two ways of creating a slideshow, but they both require clicking on each photo individually:  http://support.apple.com/kb/PH11976?viewlocale=en_US&locale=en_US
    Alternatively, if anyone knows of a 3rd-party app that will allow that, I'd love to hear about it.
    Thank you,
    William

    I am trying to create a slideshow on DVD for a
    client. His business is a small newspaper. For an
    upcoming tradeshow, he wants to have a large display
    with a slideshow of each page of the paper scrolling
    across the screen, flipping to the next page, etc. I
    figured iPhoto would be an excellent tool to do it
    without much labor, using the Ken Burns effect to pan
    the full length of each page. It works perfectly on
    my Mac display and looks great.
    Even the exported video looks OK when I preview it in
    iDVD.
    However, once it goes to DVD, the visual quality is
    worthless. I expected serious degradation of text
    quality since it is only 720 pixels wide. The text
    isn't as sharp, but it is readable.
    The big problem is that as it scrolls, it looks like
    the the images pass behind a grid of prisms that
    refract everything. The disruptive lines are about
    1/4 inch apart, so the whole TV screen is a mess,
    it's impossible to watch. At first I thought it may
    be an issue with the scan rate of the TV, but the
    same thing happens when I play the DVD back on my
    notebook PC and my Mac.
    I set the iDVD preview window and the DVD Player
    window side by side and played them together. The
    iDVD preview was fine, the DVD player window gives me
    a headache.
    What can be causing this, and is there any way to
    change a setting in iPhoto or iDVD to prevent it?
    What resolution are you using for the slides? I have done several DVDs with slide shows as an option (training DVDs) and it's always worked well. I am using PNG and JPEG files with at least 150dpi resolution. I've even used Contrictor to snap screen shots of some PDF files with good results. I am using a 17" screen so again, I'm getting as much resolution as I can before I stick them into the DVD slide show.
    MikeS

  • Is there any simple way to create ods files (OpenOffice Calc)?

    Is there any simple way to create ods files (OpenOffice Calc) using ResultSet (from java.sql)?

    Mabe, you can create CVS files (plain text) Ej...
    ====test.cvs=====
    1, "aaa"
    2, "bbb"
    3, "ccc"
    ===============
    Using a "BufferedWriter"

  • More simple way for creating dummy variables

    I am finding for more simple way for creating dummy variables.
    For analyzing by linear regression, logistic regression ... creating dummy variables from categorical data is necessary.
    Most simplest way for creating dummy variables is may be pivot function.
    But I need more simple method.
    Anyone's idea. I welcome.
    Naoya Ikeda

    Hi Naoya. Can you give an example of a sample input and output, with a description of what you'd like to do?
    Thanks,
    Ehren

  • HT3697 Is there a simple way to create a borderless PDF from Keynote.

    Is there a simple way to create a "borderless" PDF using Keynote slides?
    When I create a PDF, each slide appears separately with a border around it.
    I am a relatively new keynote and mac user.
    I am using Keynote version 6.2

    I got the same result.
    I'm trying to create what looks like a single document that viewers can scroll through.
    I done quite a bit of checking and it seems that Keynote used to give you the ability to crop the PDF which, if I understand what they are talking about, would make it look like one big document and not a series of slides.
    I read about using terminal commands (?) which are way beyond my skill level.
    Also, I could buy Adobe Acrobat which, from what I've read, would also work. I'm not fond of making that investment.
    Right now, I'm stuck!
    I need to create a "long form sales letter" and I'm starting to think that I'm using the wrong program.
    Thank you very much for your help and any other suggestions you might have.

  • Simple way to create a Helix (Spring) shape?

    I normally try to create shapes from primitives using the Pathfinder tool etc. but I can't think of a way to create a helix easily.
    Has anyone found a way to do this?
    Thanks
    Richard

    Do a search in this forum for "JET spiral" (without the quotes) and you'll find threads demonstrating a variety of approaches.
    JET

  • Is there a way to create a pan and zoom effect in a lightroom slideshow?

    Is there a way to create a pan and zoom effect in a lightroom slideshow?

    Nope. Be a great feature. For that I use FotoMagico after exporting JPEG's from LR.

  • What is the best way to create shared variable for multiple PXI(Real-Time) to GUI PC?

    What is the best way to create shared variable for multiple Real time (PXI) to GUI PC? I have 16 Nos of PXI system in network and 1 nos of GUI PC. I want to send command to all the PXI system with using single variable from GUI PC(Like Start Data acquisition, Stop data Acquisition) and I also want data from each PXI system to GUI PC display purpose. Can anybody suggest me best performance system configuration. Where to create variable?(Host PC or at  individual PXI system).

    Dear Ravens,
    I want to control real-time application from host(Command from GUI PC to PXI).Host PC should have access to all 16 sets PXI's variable. During communication failure with PXI, Host will stop data display for particular station.
    Ravens Fan wrote:
    Either.  For the best performance, you need to determine what that means.  Is it more important for each PXI machine to have access to the shared variable, or for the host PC to have access to all 16 sets of variables?  If you have slowdown or issue with the network communication, what kinds of problems would it cause for each machine?
    You want to located the shared variable library on whatever machine is more critical.  That is probably each PXI machine, but only you know your application.
    Ravens Fan wrote:
    Either.  For the best performance, you need to determine what that means.  Is it more important for each PXI machine to have access to the shared variable, or for the host PC to have access to all 16 sets of variables?  If you have slowdown or issue with the network communication, what kinds of problems would it cause for each machine?
    You want to located the shared variable library on whatever machine is more critical.  That is probably each PXI machine, but only you know your application.

  • Hi, somebody knows how to edit a file that I created in corel draw 11 and I need to edit like PDF!!!! is so simple and nobody knows howwwwwwwwwwww!!!!

    Hi, somebody knows how to edit a file that I created in corel draw 11 and I need to edit like PDF!!!! is so simple and nobody knows howwwwwwwwwwww!!!!

    See your other thread.

  • Best way to create customized counter for slideshow.

    Hello everone. I am stuck on this one. What is the best way to create a customizable for the slideshow widgets. Im looking to create circles or boxes that change color in relation to the picture in the slideshow. I am sure that I have seen it on a muse site before, but just can't figure how to get it done. Thanks!

    Have you tried using:
    Effect > Text > Numbers ?
    You could also have found that answer by searching for "numbers" at the Community Help site. It's really a great resource in addition to the online help files. Try it out!
    (It would have been the first result returned from the search...)
    http://www.adobe.com/support/aftereffects/

  • What is the best way to create sRBG Aperture slideshow?

    I am trying to play Aperture slideshows on my TV. After I created a slideshow from RAW files, I used iMovie/share Quicktime to change to file extension/codec to .mp4 so that I can play the slideshow on my TV.
    But the color of the slideshow on TV was just too saturated.
    Any easy way to export Aperture Slideshow in sRBG?

    SRGB is a color Profile used primarily for images displayed on the web. Maybe you can try Automator, which has an action called "Add Color Profile" for quick time movies. It displays 3 options in the menu, SD, HD, PAL. Hope it works.

  • Is there a way to create "real" superscript in Dreamweaver?

    I know how to use the <sup></sup> tags to superscript type, but the problem is that the type within those tags doesn't reduce in size.  I'm looking for a way to create a true superscript.  Can anyone give me a way to do this?

    OK, the bottom half of the site, everything below where the navigation is would move to the right when youe made the browser window wider.  The only tow things that didn't move in that area where the 20 year graphic and the floating box on the right.
    I asked my client, who does her own updating to content with Dreamweaver CS5 to re-upload the site files so you were probably looking at those files.  Here is a screen shot of what I got when I opened the site template in a browser:
    I have not yet gotten the files that my client has put up.  I can paset the code for this page here so you can take a look.  It has to be coming from this file because this file runs how the site looks.  I'm just stumped.
    Also the page that needed the superscript is the Events and Seminars page.  Last line of the October 15-19, 2012 listing.  No matter which of the scripting suggestions I used, I still ended up with the last line's leading being more than the rest of the paragraph and the smaller "SM" not rendering as smaller in Safari or Firefox??
    Here's the page code for the template page:
    <!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" />
    <link rel="shortcut icon" href="../favicon.ico" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <link rel="stylesheet" href="../fulcrum.css" type="text/css" media="all" />
    <script src="../jquery-1.3.2.min.js" type="text/javascript"></script>
    <script>
        $().ready(function() {
            var $scrollingDiv = $("#scrollingDiv");
            $(window).scroll(function(){           
                $scrollingDiv
                    .stop()
                    .animate({"marginTop": ($(window).scrollTop() + 10) + "px"}, "slow" );           
    </script>
    <script type="text/javascript" src="../p7pm/p7popmenu.js"></script>
    <script type="text/javascript" src="../p7pm/p7popmenu.js"></script>
    <style type="text/css" media="screen">
    <!--
    @import url("../p7pm/p7pmv0.css");
    -->
    </style>
    <style type="text/css" media="screen">
    <!--
    @import url("../p7pm/p7pmv0.css");
    a:link {
        text-decoration: none;
        color: #00F;
    a:visited {
        text-decoration: none;
        color: #00F;
    a:hover {
        text-decoration: underline;
    a:active {
        text-decoration: none;
        color: #00F;
    .news_signup {
        font-size: 9px;
        font-weight: bold;
        color: #FFFFFF;
        font-family: Verdana, Geneva, sans-serif;
        text-align: center;
    .style2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
    .style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #1946C6; }
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <meta name="Description" content="Fulcrum ConsultingWorks, Inc. works with manufacturing companies to find creative, practical, and strategic means of improving their operations." />
    <!-- TemplateEndEditable -->
    <link href="../p7pmm/p7PMMh03.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="../p7pmm/p7PMMscripts.js"></script>
    <style type="text/css">
    <!--
    #apDiv1 {
        position:absolute;
        left:776px;
        top:195px;
        width:176px;
        height:26px;
        z-index:9000;
        visibility: visible;
        text-align: left;
    -->
    </style>
    <!-- TemplateParam name="id" type="text" value="apDiv1" -->
    <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-2505101-1']);
    _gaq.push(['_trackPageview']);
    (function() {
       var ga = document.createElement('script'); ga.type = 'text/javascript';
    ga.async = true;
       ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
    'http://www') + '.google-analytics.com/ga.js';
       var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ga, s);
    </script>
    </head>
    <body onload="P7_initPM(0,0,1,0,0)">
    <div id="apDiv1">
    <script language='javascript'>
      function clearText(src)
        if(src.value == "Search FulcrumCWI")
           src.value="";
    </script>
      <table width="175" border="0" align="center" cellpadding="0">
        <tr>
          <td align="center" valign="top"><form method="GET" action="http://www.fulcrumcwi.com/search.asp" target="_blank">
                              <input name="zoom_query" type="text" class="style2" id="zoom_query2" value="Search fulcrumcwi" size="14" maxlength="35">
                              <input name="Submit" type="submit" class="style5" value="GO">
          </form></td>
        </tr>
      </table>
    </div>
    <div id="wrapper">
    <div id="masthead">
                            <a name="top" id="top"></a><a href="../index.html" target="_self"><img src="../images/fulcrumLogo.png" alt="Fulcrum ConsultingWorks" style="float:left; border:none; font-family: Verdana, Geneva, sans-serif;" /></a>
                            <div id="signup">
                              <table width="150" border="0" align="left" cellpadding="2" cellspacing="2">
                                <tr>
    <!-- BEGIN: Constant Contact Stylish Email Newsletter Form -->
    <div align="left">
    <div style="width:150px">
    <form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;" />
    <font style="font-weight: bold; font-family:Arial; font-size:10px; color:#FFFFFF;">Finish Strong<sup>&reg;</sup> Newsletter</font>
    <input name="ea" type="text" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999;" onfocus="if(this.defaultValue==this.value) this.value = '';" value="your e-mail" size="15" maxlength="35" />
    <input type="submit" name="go" value="GO" class="submit"  style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px;" />
    <a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank"><font style="font-weight: normal; font-family:Arial; font-size:9px; color:#FFFFFF;"><br />
    Privacy by <img src="https://imgssl.constantcontact.com/ui/images1/visitor/email3_trans.gif" border="0"> SafeSubscribe<sup>&reg;</sup></font></a>
    <input type="hidden" name="m" value="1101177344718" />
    <input type="hidden" name="p" value="oi" />
    </form>
    </div>
    </div>
    <!-- END: Constant Contact Stylish Email Newsletter Form -->
    </td>
                                </tr>
                              </table>                           
                            </div>
                            <div style="clear:both; font-family: Verdana, Geneva, sans-serif;"></div>
      </div>
                     <div id="skip-wrapper">
    <h2>Main Menu</h2>
    <p><a id="p7PMMshowall" href="#p7PMM_1a1">Jump to Main Menu and expand all of its hidden submenu items. Once expanded you can tab through all links or open your screen reader's link list.</a></p>
    </div>
    <div id="mainnav">
                            <div style="padding-left:192px;">
                                 <div id="p7PMM_1" class="p7PMMh03 p7PMMnoscript">
                                   <ul class="p7PMM">
                                     <li><a href="../about.html" target="_self">About Fulcrum</a>
                                       <div>
                                         <ul>
                                           <li><a href="../rebecca.html">About Rebecca</a></li>
                                           <li><a href="../wehelp.html">How We Help</a></li>
                                           <li><a href="../services.html">Services</a></li>
                                           <li><a href="../clients.html">Clients</a></li>
                                           <li><a href="../casestudies.html">Case Studies</a></li>
                                           <li><a href="../testimonials.html">Testimonials</a></li>
                                         </ul>
                                       </div>
                                     </li>
                                     <li><a href="../operations_strategy.html" target="_self">Operations Strategy</a>
                                       <div>
                                         <ul>
                                           <li><a href="../finish_strong_thinking.html">Finish Strong<sup>&reg;</sup> Thinking</a></li>
                                           <li><a href="../finish_strong_strategies.html">Finish Strong<sup>&reg;</sup> Strategies</a></li>
                                           <li><a href="../lean.html">All About Lean</a></li>
                                           <li><a href="../faq.html">Operation Faqs</a></li>
                                         </ul>
                                       </div>
                                     </li>
                                     <li><a href="../free_resources.html" target="_self">FREE Resources</a>
                                       <div>
                                         <ul>
                                           <li><a href="../articles_by_rebecca.html">Articles by Rebecca</a>
                                             <div>
                                               <ul>
                                                 <li><a href="../inc_articles.html">INC.com Articles</a></li>
                                                 <li><a href="../other_publications.html">Other Publications</a></li>
                                               </ul>
                                             </div>
                                           </li>
                                           <li><a href="../newsletters.html">Newsletters</a>
                                             <div>
                                               <ul>
                                                 <li><a href="../current_newsletter.html">Current Newsletter</a></li>
                                                 <li><a href="../archive_newsletters.html">Archived Newsletters</a></li>
                                               </ul>
                                             </div>
                                           </li>
                                           <li><a href="../special_reports.html">Special Reports</a></li>
                                         </ul>
                                       </div>
                                     </li>
                                     <li><a href="../media.html" target="_self">Media</a>
                                       <div>
                                         <ul>
                                           <li><a href="../sample_interview.html">Sample Interview Questions</a></li>
                                           <li><a href="../speech_topics.html">Speech Topics</a></li>
                                           <li><a href="../bio_and_photos.html">Bio & Photos</a></li>
                                           <li><a href="../in_the_news.html">Rebecca in the News</a></li>
                                           <li><a href="../press_releases.html">Press Releases</a></li>
                                           <li><a href="../dwnldble_articles.html">Downloadable Articles</a></li>
                                         </ul>
                                       </div>
                                     </li>
                                     <li><a href="../events_main.html" target="_self">Coming Events</a>
                                       <div>
                                         <ul>
                                           <li><a href="../events_and_seminars.html">Events & Seminars</a></li>
                                           <li><a href="../speaking_calendar.html">Speaking Calendar</a></li>
                                           <li><a href="../ev_calendar_testimonials.html">Audience Testimonials</a></li>
                                         </ul>
                                       </div>
                                     </li>
                                     <li><a href="../contact.html" target="_self">Contact Us</a></li>
                                     <li><a href="../index.html" target="_self">Home</a></li>
                                   </ul>
                                <div class="p7pmmclearfloat"> </div>
                                <!--[if lte IE 6]>
    <style>.p7PMMh03 ul ul li {float:left; clear: both; width: 100%;}.p7PMMh03 {text-align: left;}.p7PMMh03, .p7PMMh03 ul ul a {zoom: 1;}</style>
    <![endif]-->
                                <!--[if IE 5]>
    <style>.p7PMMh03, .p7PMMh03 ul ul a {height: 1%; overflow: visible !important;} .p7PMMh03 {width: 100%;}</style>
    <![endif]-->
                                <!--[if IE 7]>
    <style>.p7PMMh03, .p7PMMh03 a{zoom:1;}.p7PMMh03 ul ul li{float:left;clear:both;width:100%;}</style>
    <![endif]-->
                                <script type="text/javascript">
    <!--
    P7_PMMop('p7PMM_1',1,2,0,0,0,0,0,1,0,3,1,1,0,1,0);
    //-->
                                </script>
                              </div>
    <div style="padding-top: 4px;">
    <tr><script language='javascript'>
      function clearText(src)
        if(src.value == "Search FulcrumCWI")
           src.value="";
    </script>
                          <td align="left" valign="top" class="style2"> </td>
            </tr>
    </div>
                      <div style="clear:both;"></div>
                      </div>
                      </div>
                    <div id="contentwrapper">
                            <div id="sidenav">
                                    <!-- TemplateBeginEditable name="anniversary" -->
                                    <div id="anniversary">
                                            <img src="../images/20thAnniversary.png" />
                                    </div>
                                    <!-- TemplateEndEditable -->
                                    <!-- TemplateBeginEditable name="nav2" -->
                                    <div id="sidenav2">
                                      <ul id="p7PMnav">
                                        <li><a href="#">Section 1</a></li>
                                        <li><a href="#" class="p7PMtrg">Section 2</a>
                                          <ul>
                                            <li><a href="#">Link 2.1</a></li>
                                            <li><a href="#" class="p7PMtrg">Link 2.2</a>
                                              <ul>
                                                <li><a href="#">Link 2.2.1</a></li>
                                                <li><a href="#">Link 2.2.2</a></li>
                                                <li><a href="#">Link 2.2.3</a></li>
                                              </ul>
                                            </li>
                                            <li><a href="#">Link 2.3</a></li>
                                          </ul>
                                        </li>
                                        <li><a href="#" class="p7PMtrg">Section 3</a>
                                          <ul>
                                            <li><a href="#">Link 3.1</a></li>
                                            <li><a href="#">Link 3.2</a></li>
                                            <li><a href="#">Link 3.3</a></li>
                                          </ul>
                                        </li>
                                        <li><a href="#">Section 4</a></li>
                                        <!--[if lte IE 6]><style>#p7PMnav a{height:1em;}#p7PMnav li{height:1em;float:left;clear:both;width:100%}</style><![endif]-->
                                        <!--[if IE 6]><style>#p7PMnav li{clear:none;}</style><![endif]-->
                                        <!--[if IE 7]><style>#p7PMnav a{zoom:100%;}#p7PMnav li{float:left;clear:both;width:100%;}</style><![endif]-->
                                      </ul>
    <ul>
              <!--[if lte IE 6]><style>#p7PMnav2 a{height:1em;}#p7PMnav2 li{height:1em;}#p7PMnav2 ul li{float:left;clear:both;width:100%}</style><![endif]-->
              <!--[if IE 6]><style>#p7PMnav2 ul li{clear:none;}</style><![endif]-->
              <!--[if IE 7]><style>#p7PMnav2 a{zoom:100%;}#p7PMnav2 ul li{float:left;clear:both;width:100%;}</style><![endif]-->
              </ul>
                                      </div>
                                    <!-- TemplateEndEditable -->
                         </div>
                            <div id="content">
                                    <div id="leftcolumn">
                                            <!-- TemplateBeginEditable name="content" -->
                                            <p>Operations As Competitive Advantage</p>
    <p>Position your company’s operations to reliably and profitably create and deliver competitive advantage to your marketplace</p>
    <p>When your operations provide excellence, reliability, repeatability and predictability, the market will take notice and be willing to pay for the advantages of doing business with you.</p>
    <p>If you are committed to the operational excellence that profitably develops and delivers the competitive advantage touted by your business and marketing strategies, leverage Fulcrum’s expertise to accelerate your journey.</p>
    <p>According to renowned operations strategist Rebecca Morgan, the difference between excellence and mediocrity is about how you finish, not how you start. When working to improve operations, too many organizations start fast, but fail to finish.</p>
    <p>Want to get there? Fulcrum will help you start wisely <br />
    and Finish Strong&reg;!</p>
                                            <p>Operations As Competitive Advantage</p>
    <p>Position your company’s operations to reliably and profitably create and deliver competitive advantage to your marketplace</p>
    <p>When your operations provide excellence, reliability, repeatability and predictability, the market will take notice and be willing to pay for the advantages of doing business with you.</p>
    <p>If you are committed to the operational excellence that profitably develops and delivers the competitive advantage touted by your business and marketing strategies, leverage Fulcrum’s expertise to accelerate your journey.</p>
    <p>According to renowned operations strategist Rebecca Morgan, the difference between excellence and mediocrity is about how you finish, not how you start. When working to improve operations, too many organizations start fast, but fail to finish.</p>
    <p>Want to get there? Fulcrum will help you start wisely <br />
    and Finish Strong&reg;!</p>
    <p>Operations As Competitive Advantage</p>
    <p>Position your company’s operations to reliably and profitably create and deliver competitive advantage to your marketplace</p>
    <p>When your operations provide excellence, reliability, repeatability and predictability, the market will take notice and be willing to pay for the advantages of doing business with you.</p>
    <p>If you are committed to the operational excellence that profitably develops and delivers the competitive advantage touted by your business and marketing strategies, leverage Fulcrum’s expertise to accelerate your journey.</p>
    <p>According to renowned operations strategist Rebecca Morgan, the difference between excellence and mediocrity is about how you finish, not how you start. When working to improve operations, too many organizations start fast, but fail to finish.</p>
    <p>Want to get there? Fulcrum will help you start wisely <br />
    and Finish Strong&reg;!</p>
    <p>Operations As Competitive Advantage</p>
    <p>Position your company’s operations to reliably and profitably create and deliver competitive advantage to your marketplace</p>
    <p>When your operations provide excellence, reliability, repeatability and predictability, the market will take notice and be willing to pay for the advantages of doing business with you.</p>
    <p>If you are committed to the operational excellence that profitably develops and delivers the competitive advantage touted by your business and marketing strategies, leverage Fulcrum’s expertise to accelerate your journey.</p>
    <p>According to renowned operations strategist Rebecca Morgan, the difference between excellence and mediocrity is about how you finish, not how you start. When working to improve operations, too many organizations start fast, but fail to finish.</p>
    <p>Want to get there? Fulcrum will help you start wisely <br />
    and Finish Strong&reg;!</p>
    <p>Creative, Practical, Strategic — Thinking To Help Your Company</p>
                                            <!-- TemplateEndEditable -->
                                            <div id="footer">
                                                    <span><a href="../about.html" target="_self">About Fulcrum</a> | <a href="../operations_strategy.html" target="_self">Operations Strategy</a> | <a href="../free_resources.html" target="_self">Free Resources</a> | <a href="../media.html" target="_self">Media</a> <br />
                                                 <a href="../events_and_seminars.html" target="_self">Coming Events</a> | <a href="../contact.html" target="_self">Contact Us</a> | <a href="../index.html" target="_self">Home</a></span>
                                              <img src="../images/footerline.jpg" style="padding-top:10px; padding-bottom:5px;" />
                                                    <strong>FULCRUM ConsultingWorks, Inc.</strong><br />
    <strong>Phone:</strong> (216) 486-9570 &#8226;<strong> E-mail:</strong> <script type="text/javascript">
    //<![CDATA[
    <!--
    var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" +
    "=37){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return o" +
    ".substr(0,ol);}f(\")45,\\\"ZPdw771\\\\b:ue585{=$1<%=-!9-n\\\\') 4*)}`530\\\\"+
    "%R630\\\\QUZW|030\\\\XB520\\\\_P[]sr\\\\r020\\\\IG^@\\\\\\\\700\\\\400\\\\y" +
    "IL010\\\\D000\\\\730\\\\400\\\\310\\\\020\\\\620\\\\000\\\\610\\\\420\\\\60" +
    "0\\\\730\\\\0<;)54b8\\\"\\\\9=2?s410\\\\r((>#j(ten+(&6(2H020\\\\IR^WL[XR\\\""+
    "(f};o nruter};))++y(^)i(tAedoCrahc.x(edoCrahCmorf.gnirtS=+o;721=%y;i=+y)45=" +
    "=i(fi{)++i;l<i;0=i(rof;htgnel.x=l,\\\"\\\"=o,i rav{)y,x(f noitcnuf\")"       ;
    while(x=eval(x));
    //-->
    //]]>
    </script><br />
    <script type="text/javascript">
    //<![CDATA[
    <!--
    var x="function f(x){var i,o=\"\",ol=x.length,l=ol;while(x.charCodeAt(l/13)!" +
    "=92){try{x+=x;l+=l;}catch(e){}}for(i=l-1;i>=0;i--){o+=x.charAt(i);}return o" +
    ".substr(0,ol);}f(\")49,\\\"OCIXRMF300\\\\000\\\\610\\\\630\\\\000\\\\230\\\\"+
    "020\\\\H120\\\\n\\\\600\\\\710\\\\420\\\\300\\\\0:\\\"(f};o nruter};))++y(^" +
    ")i(tAedoCrahc.x(edoCrahCmorf.gnirtS=+o;721=%y;2=*y))y+49(>i(fi{)++i;l<i;0=i" +
    "(rof;htgnel.x=l,\\\"\\\"=o,i rav{)y,x(f noitcnuf\")"                         ;
    while(x=eval(x));
    //-->
    //]]>
    </script>
    17204 Dorchester Drive Cleveland, OH 44119-1302
                                                    <p>&copy; 2003 - 2012 FULCRUM ConsultingWorks, Inc. All Rights Reserved</p>
                                            </div>
                                 </div>
                                    <div id="rightcolumn">
                                         <p class="b2"><br />
                                           <br />
                                           <a href="../current_newsletter.html" target="_self"><strong>Read the July</strong><br />
                                        <strong>Finish Strong<sup>&reg;</sup><br />
    Newsletter</strong></a><br />
                                         <br />
                                      </p>
                                            <p class="b2"><strong><a href="http://fulcrumcwiblog.com/blog/" target="_blank">Check Out the<br />
                                FulcrumCWI Blog</a></strong><br />
                                <br />
                                            </p>
                                      <p class="b2"><strong><a href="http://www.inc.com/resources/office/columns/morgan.html" target="_blank">Fulcrum Articles <br />
                                Published by INC.com</a></strong><br /><br /><br />
                                      </p>
                                      <div id="scrollingDiv">
                                                 <img src="../images/slidingDivTop.gif" />
                                                   <!-- TemplateBeginEditable name="scrollingdiv" -->
                                        <br />
                                                       <p>See What<br />
                                                    Our Clients Say<br />
                                                    About Us </p>
    <p><a href="testimonials.html" target="_self"><strong>Testimonials</strong></a></p>
                                                    <!-- TemplateEndEditable -->
                                                    <img src="../images/slidingDivBottom.gif" />
                                            </div>
                                      </div>
                              <div style="clear:both;"></div>
                            </div>
                      <div style="clear:both;"></div>
                    </div>
    </div>
    </script>
    <!--webbot bot="HTMLMarkup" endspan i-checksum="29191" -->
    <map name="Map">
      <area shape="rect" coords="-253,0,8,138" href="../index.html" target="_self">
    </map>
    <map name="Map2">
      <area shape="rect" coords="-173,0,62,137" href="../index.html" target="_self">
      <area shape="rect" coords="-187,0,2,135" href="#">
      <area shape="rect" coords="-75,29,1,134" href="#">
    </map>
    <map name="Map3">
      <area shape="rect" coords="-2,2,79,136" href="../index.html" target="_self">
    </map>
    <map name="Map4">
      <area shape="rect" coords="-11,0,119,135" href="../index.html" target="_self">
    </map>
    <script src="http://www.google-analytics.com/urchin.js"
    type="text/javascript">
    </script>
    <map name="Map5"><area shape="rect" coords="2,1,173,81" href="../res_newsletters.htm" target="_self" alt="Newsletter Sign-Up">
    </map>
    </body>
    </html>
    Any help to understand where this went wrong would help.
    Thanks,
    graphicedge

Maybe you are looking for

  • I bought an iphone from Egypt, and i ahad a problem in the hardware while it is still in the warranty period , so can i replace it from USA

    I bought an iphone 4S from Egypt, and i ahad a problem in the hardware while it is still in the warranty period , so can i replace it from USA

  • PF Status and At line Selection

    Hi All, I need your help! I have used PF Status for my first screen display. Now I need to display a 2nd screen, new classical report which a line can  be selected  ( Double-Clicked ) and then a transaction can be displayed. How should I do this? Tha

  • Populating XML file for form set

    Hi there, We have several forms that we need to fill out with the same information for each "case" we deal with. Its the usual stuff like names, dates and addresses. At present we fill out each form one at a time - very repetitive. I want to have a u

  • Can PS CC be installed on an XP system?

    I had a CS6 subscription on a laptop.  It expired a couple months ago.  I just signed up for PS CC for a year.  I get a message that XP is no longer supported and I can't download.

  • Icon problems after migration.

    So, I got my new macbook yesterday and connected it to my old one to bring over all my stuff. It seemed to work fine, except that all the icons were gone. The folders now just looked like folders and all the applications had reverted to their origina