Slider inside tableviewcell

I have a UISlider inside a UITableviewCell and now I want to use the action "ValueChanged" to show the value for the user inside a label in the UITableviewCell. But the label will only update when using [self.tableview reloadData] and using this with ValueChanged-action doesn't seem to work (understandable as the tableview then will reload at the same time using the slider).
Hmm... How can I accomplish this?
Thanks really much for your help!
Message was edited by: martymart
Message was edited by: martymart

Without seeing your code and nib files I can't tell you exactly how to do this, but the general approach you should take is to find a way to update the label without reloading the whole cell.

Similar Messages

  • Update a slider insider an array of clusters

    I have an array of clusters. Each clusters has several controls, one of
    which is a slider. I want to change the scale of the slider
    dynamically, since I have one slider per variable in my system. I'm
    using a for loop to access each cluster in the array and update the
    scale of the slider to match the range of the variable. But when doing
    this, the scales in all the sliders are updated at once, thus all
    sliders end up having the range of the last variable.
    Is there a way to avoid this automatic update of all the elements in an array?

    In the unlikely chance that your array size is fixed you could work with a cluster of clusters
    You can then use the Controls[] property to access the individual maximum and scales property nodes.
    Incidently I had seen this before http://forums.ni.com/ni/board/message?board.id=170&message.id=170076&query.id=49401#M170076. There are some tips on how to get around the array to cluster limitations. They might apply to you.
    David
    Message Edited by David Crawford on 06-21-2006 07:53 AM
    Message Edited by David Crawford on 06-21-2006 07:53 AM
    Attachments:
    Cluster Of 5.jpg ‏31 KB

  • I want to edit the text within Captivate after importing slides from PowerPoint

    Hi,
    Background: I import slides from a .pptx file. Once the slides are created inside of Captivate, I want to edit the text on the slide, but I can't; it's all become part of the background. So, I am left with two options: 1) open the .pptx file, edit the text, and then re-import the slide 2) Manually create everything on the slide inside of Captivate. This is so labor-intensive. I was hoping Captivate 7 would address this, but what seemed could possible address it - High Fidelity - isn't available for mac. I'm sure others have this problem too.
    Any help would be greatly appreciated.

    Maybe you'd better look at Adobe Presenter if you need only to convert a PPT to an eLearning course?
    Captivate is much more powerful, but its principal goal is not to convert PPT's. Each PPT-slide is converted into a movie slide so that all animations will be transferred properly. Personally I never create presentations in PPT but always directly in CP. You could import only the backgrounds, and create the other objects in CP. Images can be imported into the library, audio as well.
    Lilybiri

  • Can I create a Flash button and use it to navigate to the next slide of a PowerPoint Presentation?

    Hello all,
    I've been having a bit of a hard time understanding how to get a button which I have created in Flash to navigate to the next slide of the PowerPoint presentation which it has been added into. I'm fairly new to Flash, so I believe that this is slightly out of my natural skill range, so hopefully someone will be able to help.
    I understand that I somehow need to make use of fscommand in ActionScript, but I'm not sure how I can get Flash and PowerPoint to communicate between themselves. If anyone could write a walkthrough on how to do this, I would be bery grateful.
    I'm using Flash MX 2004 7.0 and Powerpoint 2003.
    Thanks

    Hi. Why not to make the whole presentation in FLASH? What you have to do is to import all the slides inside FLASH. Then place one by one in the stills and then create the code to make the stills advance and show the slides by means of the button. The code for the button goes as follows:
    on (release) {
        nextFrame();
    to introduce this code make sure you press the button and no the frame.
    Then in order to make the presentation open and cover the screen, no matter how big it is, you need to enter the following code in the first frame:
    stop();
    fscommand ("showmenu",false);
    fscommand ("fullscreen", true);
    You will need also a button to quit the aplication. This is the code:
    on (release) {
         stop();
    fscommand ("quit");
    Now write all of this in your application and let me know your experience. MamenFLASH$

  • WOW Slider to add a slideshow to iWeb

    I came across WOW slider and wanted to put an automatic starting slide show into my site, however I am having some troubles and hope you may be able to help.
    I have created the slideshow and now want to place it WITHIN a page I already have on my site. This position is exactly the same place as the original video I have (see http://www.senkkifurniture.com.au/collection.html).
    I am following the help page Part 7 as it reads below http://wowslider.com/index.html#support)
    +Add WOW Slider inside your own page.+
    +WOW Slider generates a special code. You can paste it in any place on your page where you want to add image slider.+
    +    * Export your photo slider using WOW Slider in any test folder on a local drive.+
    +    * Open the generated index.html file in any text editor.+
    +    * Copy all code for WOW Slider from the HEAD and BODY tags and paste it on your page in the HEAD tag and in the place where you want to have a jquery slider (inside the BODY tag).+
    <head>
    +<!-- Start WOWSlider.com HEAD section -->+
    +<!-- End WOWSlider.com HEAD section -->+
    +... </head>+
    <body>
    +<!-- Start WOWSlider.com BODY section -->+
    +<!-- End WOWSlider.com BODY section -->+
    ...</body>
    I am using iWeb to build my website, have an iMac and run OS X 10.6.6. I run Firefox. Wow version 1.3.
    I am confused when it comes to “Copy all code for WOW Slider from the HEAD and BODY tags and paste it on your page in the HEAD tag and in the place where you want to have a jquery slider (inside the BODY tag).”. I have exported the wow slider to a test folder and opened the index.html. I’ve viewed the html which reads
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    *<title>WOWSlider generated by WOWSlider.com</title>*
    *<meta http-equiv="content-type" content="text/html; charset=utf-8" />*
    *<meta name="keywords" content="WOW Slider, Image Slider Html, Image Slider In Html" />*
    *<meta name="description" content="WOWSlider created with WOW Slider, a free wizard program that helps you easily generate beautiful web slideshow" />*
    *<!-- Start WOWSlider.com HEAD section -->*
    *<link rel="stylesheet" type="text/css" href="engine/style.css <view-source:file:///Users/moniqueboseley/Desktop/test/engine/style.css> " media="screen" />*
    *<style type="text/css">a#vlb{display:none}</style>*
    *<script type="text/javascript" src="engine/jquery.js <view-source:<a class="jive-link-external-small" href="file:///Users/moniqueboseley/Desktop/test/engine/jquery.js>">file:///User s/moniqueboseley/Desktop/test/engine/jquery.js></a> "></script>*
    *<!-- End WOWSlider.com HEAD section -->*
    </head>
    *<body style="background-color:#ffffff">*
    *<!-- Start WOWSlider.com BODY section -->*
    *<script type="text/javascript" src="engine/script.js <view-source:<a class="jive-link-external-small" href="file:///Users/moniqueboseley/Desktop/test/engine/script.js>">file:///User s/moniqueboseley/Desktop/test/engine/script.js></a> "></script>*
    *<!-- End WOWSlider.com BODY section -->*
    </body>
    </html>
    I have then copied the html above in bold and placed it within a HTML snippet where I want it on my page, pressed apply then uploaded it to the net (see http://www.senkkifurniture.com.au/screen_dump.html). However this is how it comes out http://www.senkkifurniture.com.au/collection_2.html. There are no photos and definitely no slideshow.
    I would SO appreciate your help as i am about to pull my hair out.
    Thanking you in advance.

    Thanks Koeklin & Wyodor your answers have put me one step forward...yay
    http://www.senkkifurniture.com.au/collection_2.html
    I removed all the #'s from this line koeklin said however the link still seems to be there. I don't want any links, just photos fading from one to another.
    When i removed the whole line as in 2a (above in Koeklins answer) and the "a" bit all the images disappeared. Sorry couldn't cut and paste the sections exactly as they turned into links when i previewed it.
    Is there anyway to get rid of the wowslider.com on the photo? See http://www.senkkifurniture.com.au/collection_2.html
    *Here is the scrips as i have pasted it into my HTML Snippet:*
    <head>
    <!-- Start WOWSlider.com HEAD section -->
    <link rel="stylesheet" type="text/css" href="engine/style.css" media="screen" />
    <style type="text/css">a#vlb{display:none}</style>
    <script type="text/javascript" src="engine/jquery.js"></script>
    <!-- End WOWSlider.com HEAD section -->
    <body style="background-color:#ffffff">
    <!-- Start WOWSlider.com BODY section -->
    <script type="text/javascript" src="engine/script.js"></script>
    <!-- End WOWSlider.com BODY section -->
    <!--code_set--><script type="text/javascript">
    </script></body>
    Thanks again.

  • Slide presentation question

    I have a slide presentation that I created that uses arrows or the spacebar to click from slide to slise. Now the client wants it to play automatically with no user interaction required. Does anyone know how to convert this? I'm in Flash CS4.
    Thanks!

    If you are using AS3 then add following code. The initial code generates timer of 1 second. Add your code for moving to next slide inside function "timerHandler()" and you should be done.
    var myTimer:Timer = new Timer(1000);
        myTimer.addEventListener("timer", timerHandler);
        myTimer.start();
        function timerHandler(event:TimerEvent):void {
                trace("timerHandler: " + event);
    Refer to below live doc for indepth details:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/Timer.html

  • Audio not working on one slide when publishing to HTML5

    I'm in Captivate 8. In one slide in my project no slide audio will play when published to html5. I've tested in Chrome and IE 11. In Chrome, I see the 'speaker' icon that appears when audio or video is running but no sound comes up. (The speaker appears for the length of the audio file ~5 sec) All other slides are fine, and the slide audio plays correctly if I use F3 or F10 to preview the slide inside Captivate.
    The slide in question is a 'menu' only reached via an advanced action. I know the advanced action is not the culprit - if I change it to jump to a different slide, the audio on that slide plays without problem.
    Similarly, I've verified that if I place this audio file on a different slide, it plays fine, but if I add a different audio file to this slide the problem remains. If I create a button on the problem slide to trigger the audio it plays, (but is unhelpful since I want the audio to play automatically when the user enters the slide).
    I've tried removing/re-adding the audio, recreating the slide from a copy, setting the audio to play via an "on enter" advanced action, and adding a play trigger to the advanced action that jumps to this slide. Nothing I've tried gets the audio to play.
    I'd welcome any suggestions of what might be happening or how to fix this.
    Thank you,
    Jenny Nilsson

    Hi Lieve,
    Thank you, yes, if I view using f12 the audio works correctly.
    The "exitBranch" action is associated with a continue button at the end of each branch. If all branches have been visited, it jumps to a new slide, if there are unvisited branches, it jumps back to the menu slide where the audio is not working. (If I edit the action to jump somewhere else the audio will work for the different slide.)
    The action was created from a shared action and my colleague and I have used it in multiple other modules without this error.
    Thanks,
    Jenny N

  • Text caption character/space limitation

    This is probably so obvious that I'm missing it (trying too hard!). I have a TEB that is assigned a variable to return a user's input from the TEB (upon submit) to the next slide, inside a Text Caption box. The variable from the TEB is simply, v_scen1_cp; the capture box is assigned $$v_scen1_cp$$. Everything is good, right? Here's the probem: if a user puts more than 12 characters in the TEB, the Text Caption box on the following slide will not capture all the characters - it drops the characters if more than 12. I would like to be able to assign up to 20 characters to the Text Caption box. Any suggestions?

    If you go to the "Format" section of the text box properties and insert your variable by using the "x" icon then right below where you select the variable name there is a field called "Maximum length". The default is 15 chars so you can change it to 50 or 100 if you like and then it will all be displayed in your text caption.
    www.cpguru.com - Adobe Captivate Widgets, Tutorials, Tips and Tricks and much more..

  • Certain images not showing up in Design View

    Hi,
    I recently switched from Dreamweaver CS5.5 to CS6 with Creative Cloud but now some of my images aren't showing up in Design View. Everything is fine in Live View.
    Any help would be gratefully received. I have attached the CSS & the HTML as well as two screen shots of Design View and Live View.
    The CSS is:
    /* Getting the new tags to behave */
    article, aside, audio,
    canvas, command,
    datalist, details,
    embed,
    figcaption, figure, footer,
    header, hgroup,
    keygen,
    meter,
    nav,
    output,
    progress,
    section, source,
    video {
              display:block;
    mark,
    rp, rt, ruby,
    summary,
    time {
              display:inline;
    /* Global properties ======================================================== */
    body {
              background-color:#000;
              background-repeat:no-repeat;
              background-position:center top;
              background-image:url(../images/body-bg.jpg);
              background-attachment:fixed;
              font-family:Arial, Helvetica, sans-serif;
              font-size:100%;
              line-height:1em;
              color:#949595;
    html {
              min-width:967px;
    html,
    body {
              height:100%;
    /* Global Structure ============================================================= */
    #main {
              margin:0 auto;
              width:967px;
              font-size:.75em;
              /* Header */
              header {
                        position:relative;
              /* Sidebar */
              aside {
                        width:227px;
                        float:left;
                        margin-right:32px;
                        padding-bottom:33px;
              /* Content */
              section#content {
                        float:left;
                        width:675px;
                        padding-top:6px;
              /* Footer */
              footer {
                        padding-left:3px;
                        background:url(../images/border-left.png) repeat-y left top;
                        color:#535353;
    /* Left & Right alignment */
    .fleft {
              float:left;
    .fright {
              float:right;
    .clear {
              clear:both;
    .col-1,
    .col-2,
    .col-3 {
              float:left;
    .alignright {
              text-align:right;
    .aligncenter {
              text-align:center;
    .wrapper {
              width:100%;
              overflow:hidden;
    /*----- form defaults -----*/
    input,
    select,
    textarea {
              font-family:Arial, Helvetica, sans-serif;
              font-size:1em;
              vertical-align:middle;
              font-weight:normal;
    fieldset {
              border:0;
    /*----- lists -----*/
    .banners {
              width:100%;
              overflow:hidden;
              padding-bottom:15px;
              .banners li {
                        float:left;
                        padding-left:4px;
    .list li {
              font-size:1.17em;
              padding:0 0 19px 22px;
              background:url(../images/marker.png) no-repeat left 2px;
    .list li.last {
              padding-bottom:0;
    .list1 li {
              width:100%;
              overflow:hidden;
              padding-bottom:27px;
              .list1 li img {
                        float:left;
                        margin-right:22px;
    .column-list {
              width:100%;
              overflow:hidden;
              .column-list li {
              float:left;
              width:200px;
              margin-right:27px;
              .column-list li.last {
                        margin:0;
                        .column-list li img {
                                  margin-bottom:18px;
    .events-list {
              width:100%;
              overflow:hidden;
              .events-list li {
                        float:left;
                        line-height:1.5em;
                        width:320px;
                        margin-right:25px;
                        padding-bottom:20px;
              .events-list li.alt {
                        margin-right:0;
                        .events-list li img {
                                  float:left;
                                  margin-right:11px;
    .testimonials li {
              line-height:1.5em;
              padding-bottom:18px;
              .testimonials li cite {
                        font-style:normal;
              .testimonials li h5 {
                        text-align:right;
                        margin:0;
                        padding-top:6px;
    /*----- other -----*/
    .img-indent {
              margin:0 0 20px 0;
    .extra-wrap {
              overflow:hidden;
    p {
              margin-bottom:16px;
              line-height:1.5em;
    dl {
              line-height:1.5em;
              dl dt {
                        font-weight:bold;
                        color:#4b4b4b;
                        margin-bottom:6px;
              dl dd {
                        padding-bottom:20px;
              dl dd.last {
                        padding:0;
              .address dd {
                        clear:both;
                        .address dd span {
                                  float:left;
                                  width:96px;
                        .address dd a {
                                  font-size:1.17em;
    address {
              font-style:normal;
              line-height:1.5em;
              address a {
                        font-size:1.17em;
              address span {
                        float:left;
                        width:103px;
    /*----- txt, links, lines, titles -----*/
    a {
              color:#12b7f4;
              outline:none;
    a:hover {
              text-decoration:none;
    h1 {
              font-size:20px;
              line-height:1em;
              font-weight:normal;
              padding:55px 0 0 3px;
              h1 a {
                        color:#fff;
                        text-decoration:none;
              h1 strong {
                        font-size:55px;
                        line-height:1.2em;
                        letter-spacing:-2px;
                        top:-37px;
                        position:relative;
    h2 {
              font-size:1.917em;
              line-height:1.2em;
              letter-spacing:-1px;
              font-weight:normal;
    h5 {
              font-size:1em;
              line-height:1.5em;
              color:#4b4b4b;
              margin-bottom:6px;
              h5 a {
                        color:#4b4b4b;
    .txt1 {
              font-size:1.17em;
    .rss {
              position:absolute;
              right:18px;
              top:18px;
              background:url(../images/rss.gif) no-repeat right top;
              padding:10px 45px 8px 0;
              color:#7d7d7d;
              text-decoration:none;
              font-size:1.17em;
              text-transform:uppercase;
    .rss:hover {
              text-decoration:underline;
    .link1 {
              display:block;
              position:relative;
              float:left;
              background-repeat:no-repeat;
              background-position:right top;
              background-image:url(../images/link1-right.png);
              color:#fff;
              line-height:1.2em;
              text-transform:uppercase;
              text-decoration:none;
              cursor:pointer;
              .link1 span {
                        display:block;
                        float:left;
                        background-repeat:no-repeat;
                        background-position:left top;
                        background-image:url(../images/link1-left.png);
                        padding:0 10px;
              .link1 b {
                        background-repeat:repeat-x;
                        background-position:left top;
                        background-image:url(../images/link1-bgd.png);
                        padding:8px 7px 9px 7px;
                        display:block;
                        float:left;
              .link1:hover b {
                        text-decoration:underline;
    .link2 {
              width:70px;
              height:30px;
              text-align:center;
              text-transform:uppercase;
              color:#fff;
              text-decoration:none;
              display:block;
              float:right;
              font-weight:bold;
              overflow:hidden;
              line-height:2.6em;
              background-repeat:no-repeat;
              background-position:left top;
              background:url(../images/link2-bg1.png);
    .link2:hover {
              text-decoration:underline;
    /*==================boxes====================*/
    .nav-box {
              width:100%;
              position:relative;
              padding-bottom:11px;
              margin-top:-23px;
              .nav-box .left {
                        padding-left:20px;
                        background:url(../images/nav-box-left.png) no-repeat left top;
              .nav-box .right {
                        padding-right:20px;
                        background:url(../images/nav-box-right.png) no-repeat right top;
              .nav-box nav {
                        height:72px;
                        background:url(../images/nav-box-tail.png) repeat-x left top;
              .nav-box nav ul {
                        padding-top:13px;
                        width:100%;
                        overflow:hidden;
                        .nav-box nav ul li {
                                  float:left;
                                  font-size:1.583em;
                                  line-height:1.2em;
                                  letter-spacing:-1px;
                                  .nav-box nav ul li a {
                                            color:#535353;
                                            display:block;
                                            float:left;
                                            cursor:pointer;
                                            background:url(../images/spacer.gif);
                                            text-decoration:none;
                                            text-shadow:#fff 1px 1px;
                                  .nav-box nav ul li a:hover,
                                  .nav-box nav ul li a.active {
                                            color:#fff;
                                            background:url(../images/nav-act-tail.gif) repeat-x left top;
                                            text-shadow:#fff 0 0;
                                            .nav-box nav ul li a span {
                                                      display:block;
                                                      float:left;
                                                      background:url(../images/spacer.gif);
                                            .nav-box nav ul li a:hover span,
                                            .nav-box nav ul li a.active span {
                                                      background:url(../images/nav-act-left.gif) no-repeat left top;
                                            .nav-box nav ul li a b {
                                                      display:block;
                                                      float:left;
                                                      background:url(../images/spacer.gif);
                                                      padding:10px 23px 14px 23px;
                                            .nav-box nav ul li a:hover b,
                                            .nav-box nav ul li a.active b {
                                                      background:url(../images/nav-act-right.gif) no-repeat right top;
    .box {
              width:237px;
              color:#fff;
              .box .top {
                        background-repeat:no-repeat;
                        background-position:left top;
                        background-image:url(../images/box-top.png);
                        height:14px;
                        overflow:hidden;
                        font-size:0;
                        line-height:0;
              .box .bot {
                        background-repeat:no-repeat;
                        background-position:left top;
                        background-image:url(../images/box-bot.png);
                        height:15px;
                        overflow:hidden;
                        font-size:0;
                        line-height:0;
              .box .xcontent {
                        background-repeat:repeat-y;
                        background-position:left top;
                        background-image:url(../images/box-tail.gif);
                        .box .xcontent .bg {
                                  min-height:137px;
                                  height:auto!important;
                                  height:137px;
                                  background-repeat:no-repeat;
                                  background-position:left top;
                                  background-image:url(../images/box-bg.jpg);
              .box .inner {
                        padding:2px 35px 0 26px;
              .box h2 {
                        font-size:2.417em;
                        font-weight:bold;
                        margin-bottom:4px;
                        text-shadow:#0b97e4 1px 1px;
              .box p {
                        line-height:1.583em;
                        margin-bottom:9px;
    /* box style1 */
    .box.style1 .top {background-image:url(../images/box-top1.png);}
    .box.style1 .bot {background-image:url(../images/box-bot1.png);}
    .box.style1 .xcontent {background-image:url(../images/box-tail1.gif);}
    .box.style1 .xcontent .bg {background-image:url(../images/box-bg1.jpg);}
    .box.style1 .link1 {background-image:url(../images/link1-right1.png);}
    .box.style1 .link1 span {background-image:url(../images/link1-left1.png);}
    .box.style1 .link1 b {background-image:url(../images/link1-bgd1.png);}
    .box.style1 h2 { text-shadow:#78b10b 1px 1px;}
    /* box style2 */
    .box.style2 .top {background-image:url(../images/box-top2.png);}
    .box.style2 .bot {background-image:url(../images/box-bot2.png);}
    .box.style2 .xcontent {background-image:url(../images/box-tail2.gif);}
    .box.style2 .xcontent .bg {background-image:url(../images/box-bg2.jpg);}
    .box.style2 .link1 {background-image:url(../images/link1-right2.png);}
    .box.style2 .link1 span {background-image:url(../images/link1-left2.png);}
    .box.style2 .link1 b {background-image:url(../images/link1-bgd2.png);}
    .box.style2 h2 { text-shadow:#ff6900 1px 1px;}
    /* box style3 */
    .box.style3 .top {background-image:url(../images/box-top3.png);}
    .box.style3 .bot {background-image:url(../images/box-bot3.png);}
    .box.style3 .xcontent {background-image:url(../images/box-tail3.gif);}
    .box.style3 .xcontent .bg {background-image:url(../images/box-bg3.jpg);}
    .box.style3 .link1 {background-image:url(../images/link1-right3.png);}
    .box.style3 .link1 span {background-image:url(../images/link1-left3.png);}
    .box.style3 .link1 b {background-image:url(../images/link1-bgd3.png);}
    .box.style3 h2 { text-shadow:#ffad07 1px 1px;}
    .box1 {
              width:227px;
              .box1 .top {
                        height:49px;
                        overflow:hidden;
                        background:url(../images/box1-top.png) no-repeat left top;
              .box1 .bot {
                        height:17px;
                        font-size:0;
                        line-height:0;
                        overflow:hidden;
                        background:url(../images/box1-bot.gif) no-repeat left top;
              .main-box .box1 .border-left {
                        padding-left:1px;
                        background:url(../images/box1-border.gif) repeat-y left top;
              .main-box .box1 .border-right {
                        padding-right:1px;
                        background:url(../images/box1-border.gif) repeat-y right top;
              .main-box .box1 .xcontent {
                        width:100%;
                        min-height:261px;
                        height:auto!important;
                        height:261px;
                        padding:0;
                        background:url(../images/box1-tail.gif) repeat-x left top #f8f8f8;
              .main-box .box1 .inner {
                        padding:12px 14px 20px 18px;
              .box1 h2 {
                        font-weight:bold;
                        color:#fff;
                        padding:10px 0 0 18px;
    .box2 {
              width:227px;
              .box2 .top {
                        height:15px;
                        overflow:hidden;
                        background:url(../images/box2-top.png) no-repeat left top;
              .box2 .bot {
                        height:16px;
                        font-size:0;
                        line-height:0;
                        overflow:hidden;
                        background:url(../images/box2-bot.gif) no-repeat left top;
              .main-box .box2 .border-left {
                        padding-left:1px;
                        background:url(../images/box2-border.gif) repeat-y left top;
              .main-box .box2 .border-right {
                        padding-right:1px;
                        background:url(../images/box2-border.gif) repeat-y right top;
              .main-box .box2 .xcontent {
                        width:100%;
                        min-height:113px;
                        height:auto!important;
                        height:113px;
                        padding:0;
                        background:url(../images/box2-tail.gif) repeat-x left top #f6f6f6;
              .main-box .box2 .inner {
                        padding:0 14px 20px 18px;
              .box2 h2 {
                        font-weight:bold;
                        color:#3c3c3c;
                        margin-bottom:16px;
    .main-box {
              width:100%;
              .main-box .left-top-corner {
                        background:url(../images/left-top-corner.png) no-repeat left top;
                        height:18px;
                        padding-left:18px;
              .main-box .right-top-corner {
                        background:url(../images/right-top-corner.png) no-repeat right top;
                        height:18px;
                        padding-right:18px;
              .main-box .border-top {
                        background:url(../images/border-top.png) left top repeat-x;
                        height:18px;
                        font-size:0;
                        line-height:0;
                        width:100%;
              .main-box .border-left {
                        background:url(../images/border-left.png) left top repeat-y;
                        padding-left:3px;
              .main-box .border-right {
                        background:url(../images/border-right.png) right top repeat-y;
                        padding-right:3px;
              .main-box .xcontent {
                        background:#fff;
                        padding:0 2px;
              .main-box .tail {
                        background:url(../images/main-box-tail.gif) repeat-x left top;
                        width:100%;
              .main-box .inner {
                        padding:3px 15px 0 8px;
              .main-box .inner1 {
                        padding:3px 8px 0 25px;
                        .main-box .inner1 aside {
                                  margin:0;
                        .main-box .inner1 #content {
                                  margin-right:32px;
                                  width:665px;
              .main-box .inner2 {
                        padding:3px 25px 35px 25px;
                        .main-box .inner2 #content {
                                  width:auto;
                                  float:none;
    /*===== content =====*/
    #content h2 {
              color:#3e3e3e;
              letter-spacing:0;
              margin-bottom:16px;
    #content .indent {
              padding-bottom:60px;
    #content .link2 {
              background-image:url(../images/link2-bg2.png);
              float:left;
    /*===== Sidebar =====*/
    aside .indent {
              margin-bottom:20px;
    /*===== footer =====*/
    footer .right {
              padding-right:3px;
              background:url(../images/border-right.png) repeat-y right top;
    footer .tail {
              padding:17px 0 11px 27px;
              background-color:#2d2d2d;
    footer .line-ver {
              background:url(../images/divider.gif) repeat-y 210px 0;
              width:100%;
              overflow:hidden;
    footer .fleft a {
              color:#535353;
              text-decoration:none;
    footer .fleft a:hover {
              text-decoration:underline;
    footer .fleft {
              padding-bottom:8px;
              footer .fleft ul {
                        padding:8px 0 3px 0;
                        footer .fleft ul li {
                                  display:inline;
    footer .fright {
              padding:0 29px 0 0;
              text-align:right;
              footer .fright a {
                        color:#12b7f4;
              footer .fright ul {
                        padding:8px 0 5px 0;
                        footer .fright ul li {
                                  display:inline;
                                  padding-right:15px;
                                  margin-right:12px;
                                  background:url(../images/divider1.gif) no-repeat right 3px;
                                  footer .fright ul li a {
                                            text-decoration:none;
                                            color:#535353;
                                  footer .fright ul li a:hover,
                                  footer .fright ul li a.active {
                                            color:#c4c4c4;
                                            text-decoration:underline;
                        footer .fright ul li.last {
                                  background:none;
                                  padding:0;
                                  margin:0;
    /*----- forms -----*/
    #subscribe-form .rowElem {
              width:100%;
              overflow:hidden;
    #subscribe-form span {
              display:block;
              width:193px;
              height:26px;
              margin-bottom:6px;
              background:url(../images/input-bg.png) no-repeat left top;
    #subscribe-form input {
              background:none;
              border:0;
              line-height:1.2em;
              vertical-align:top;
              margin:5px 0 0 10px;
              color:#8c8d8d;
              width:173px;
    #subscribe-form a.fleft {
              color:#4b4b4b;
              font-weight:bold;
              position:relative;
              left:10px;
              top:7px;
    /* The Nivo Slider styles */
    #slider_box{ width:946px; height:370px; margin-top:-3px; margin-bottom:15px;background:url(../images/bg_img.png) 0 0 no-repeat; padding:21px 0 0 21px}
    #slider{ position:relative; width:925px; height:348px; z-index:88;overflow:hidden;}
    /* If an image is wrapped in a link */
    .nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;          margin:0;z-index:60;display:none;}
    /* The slices in the Slider */
    .nivo-slice {display:block;          position:absolute;z-index:50;height:100%;}
    /* Direction nav styles (e.g. Next & Prev) */
    .nivo-directionNav a {          position:absolute; bottom:-34px;          z-index:99;          cursor:pointer;text-indent:-5000px; width:30px; height:30px;  display:block;}
    .nivo-prevNav { right:135px; background:url(../images/marker_left.gif) no-repeat}
    .nivo-prevNav:hover{ background:url(../images/marker_left_active.gif) no-repeat}
    .nivo-nextNav {right:10px; background:url(../images/marker_right.gif) no-repeat}
    .nivo-nextNav:hover{ background:url(../images/marker_right_active.gif) no-repeat}
    /* Control nav styles (e.g. 1,2,3...) */
    .nivo-controlNav{ position: absolute;z-index:99; right:14px; bottom:21px;}
    .nivo-controlNav a {position:relative;z-index:99;cursor:pointer; text-indent:-5000px; width:16px; height:16px; float:left; margin-right:6px; background:url(../images/buttons.png) right 0 no-repeat}
    .nivo-controlNav a.active { background-position:left}
    /* Caption styles */
    .nivo-caption { padding-top:77px; height:270px; width:345px;position:absolute; top:0px; right:20px; color:#fff; z-index:99;}
    .nivo-caption .box{ display:inline-block;background:url(../images/box.png) no-repeat; font:24px Arial, Helvetica, sans-serif; color:#fff; line-height:30px; text-align:center; font-weight:bold; width:83px; margin-right:10px;}
    .nivo-caption .text1{ font:36px Arial, Helvetica, sans-serif; color:#39c0f8; font-weight:bold; display:inline-block; line-height:1.2em; margin-top:-7px;}
    .nivo-caption .text2{ font:48px Arial, Helvetica, sans-serif; color:#fff; font-weight:bold; display:block; line-height:1.2em; margin-top:-10px; letter-spacing:-2px;}
    .nivo-caption p{ font-size:12px; color:#fff; line-height:14px; font-weight:bold; padding-top:8px;}
    .nivo-caption a{ display:inline-block; position:absolute; left:0; bottom:60px; background:url(../images/button-bg.png) 0 0 no-repeat; font:40px Arial, Helvetica, sans-serif; line-height:60px; padding-bottom:3px; text-align:center; width:194px; color:#fff; text-decoration:none;  letter-spacing:-2px;}
    .nivo-caption a:hover{ background-position:bottom}
    .color1 p{ color:#454545}
    .nivo-caption .color1 .text1{ font-size:30px; display:block; color:#454545; margin-top:0}
    .nivo-caption .color1 .text2{ color:#3b3b3b; display:inline-block; letter-spacing:-3px}
    .nivo-caption .color1 .box{ margin-right:0px; margin-top:7px; margin-left:7px}
    #contacts-form .rowElem {
              height:40px;
              #contacts-form .rowElem span {
                        display:block;
                        width:300px;
                        height:26px;
                        margin-bottom:6px;
                        background:url(../images/input-bg_2.png) no-repeat left top;
    #contacts-form input {
              background:none;
              border:0;
              line-height:1.2em;
              vertical-align:top;
              margin:5px 0 0 10px;
              color:#8c8d8d;
              width:300px;
    #contacts-form .rowElem1 span {
              display:block;
              width:300px;
              height:175px;
              margin-bottom:21px;
              background:url(../images/textarea-bg.gif) no-repeat left top;
    #contacts-form textarea {
              width:300px;
              height:168px;
              overflow:auto;
              background:none;
              border:0;
              color:#8c8d8d;
              padding:5px 0 2px 10px;
    #contacts-form .link2 {
              margin-left:15px;
    /*==========================================*/
    The HTML is:
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>TravelSober.com Eastern Caribbean Sober Cruise</title>
    <meta name="keywords" content="Sober cruise, sober cruises, sober cruise vacations, sober holidays, sober travel, sober vacation, sober vacations, aa convention, sober safari, sober travel.">
    <meta name="description" content="Find out more about our Eastern Caribbean Sober Cruise or any of our other sober vacations.">
    <!-- TemplateEndEditable -->
    <meta charset="utf-8">
    <link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
    <link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
    <link rel="stylesheet" href="css/style.css" type="text/css" media="all">
    <!--[if lt IE 7]>
         <link rel="stylesheet" href="css/ie/ie6.css" type="text/css" media="screen">
         <script type="text/javascript" src="js/ie_png.js"></script>
         <script type="text/javascript">
            ie_png.fix('.png, .nav-box .left, .nav-box .right, nav, footer .right, footer, #slider, #slider .inside a, .box .top, .box .bot, .link1, .link1 span, .link1 b, .list li, .main-box .left-top-corner, .main-box .right-top-corner, .main-box .border-top, .main-box .border-left, .main-box .border-right, .box1 .top, .box2 .top, .link2, .link3, .events-list li img, #subscribe-form span');
         </script>
    <![endif]-->
    <!--[if lt IE 9]>
                <script type="text/javascript" src="js/html5.js"></script>
      <![endif]-->
    <style type="text/css">
    body,td,th {
              font-size: 92%;
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-21210386-3']);
      _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>
    <link href="images/favicon.ico" rel="SHORTCUT ICON">
    </head>
    <body id="page7">
    <div id="main">
       <!-- header -->
       <header>
         <h1><a href="index.html"><strong>TravelSober.com</strong></a></h1>
          <div class="nav-box">
             <div class="left">
                <div class="right">
                   <nav>
                      <ul>
                         <li><a href="index.html"><span><b>Home</b></span></a></li>
                         <li><a href="about-us.html"><span><b>About Us</b></span></a></li>
                         <li><a href="planned-trips.html"><span><b>Planned Trips</b></span></a></li>
                         <li><a href="instant-specials.html"><span><b>Bob's Super Specials</b></span></a></li>
                         <li><a href="testimonials.html"><span><b>Testimonials</b></span></a></li>
                         <li><a href="contact-us.html"><span><b>Contact Us</b></span></a></li>
                      </ul>
                   </nav>
                </div>
                <a href="#" class="rss">RSS</a> </div>
          </div>
          <ul class="banners">
             <li>
                <div class="box">
                   <div class="top"></div>
                   <div class="xcontent">
                      <div class="bg">
                         <div class="inner">
                            <h2>Sober Cruises</h2>
                            <p>Our cruises go to the best destinations on earth on a budget or in 6 Star luxury.</p>
                            <div class="wrapper"><a href="planned-cruises.html" class="link1"><span><b>more</b></span></a></div>
                         </div>
                      </div>
                   </div>
                   <div class="bot"></div>
                </div>
             </li>
             <li>
                <div class="box style1">
                   <div class="top"></div>
                   <div class="xcontent">
                      <div class="bg">
                         <div class="inner">
                            <h2>Friends of Lois Trips</h2>
                            <p>Al-Anon conferences and vacations</p>
                            <div class="wrapper"><a href="friends-of-lois-trips.html" class="link1"><span><b>more</b></span></a></div>
                         </div>
                      </div>
                   </div>
                   <div class="bot"></div>
                </div>
             </li>
             <li>
                <div class="box style2">
                   <div class="top"></div>
                   <div class="xcontent">
                      <div class="bg">
                         <div class="inner">
                            <h2>Conventions</h2>
                            <p>We take advantage of the many worldwide AA conventions combining them with tours.</p>
                            <div class="wrapper"><a href="sober-cruise-greece-2013.html" class="link1"><span><b>more</b></span></a></div>
                         </div>
                      </div>
                   </div>
                   <div class="bot"></div>
                </div>
             </li>
             <li>
                <div class="box style3">
                   <div class="top"></div>
                   <div class="xcontent">
                      <div class="bg">
                         <div class="inner">
                            <h2>Recovery</h2>
                            <p>Check out our sober resources page for all fellowships and the chance to meet new friends.</p>
                            <div class="wrapper"><a href="recovery-resources.html" class="link1"><span><b>more</b></span></a></div>
                         </div>
                      </div>
                   </div>
                   <div class="bot"></div>
                </div>
             </li>
          </ul>
       </header>
       <div class="main-box">
          <div class="left-top-corner">
             <div class="right-top-corner">
                <div class="border-top"></div>
             </div>
          </div>
          <div class="border-left">
             <div class="border-right">
                <div class="xcontent">
                   <div class="tail">
                     <div class="inner2">
                         <!-- content -->
                         <section id="content">
                            <h2><b>Costa Caribbean Cruise on the Mediterranea
    - November 30 – December 10, 2012</b><br><br>
                            <b>From $699 Per Person / Double-Occupancy. 10 days for the price of 7!</b></h2>
                            <p> <img src="images/costa-mediterranea-sober-cruise- caribbean-2012.jpg" alt="sober_cruise_caribbean" width="320" height="204" align="right"></p>
                            <h5>Enjoy the Bahamas, Jamaica, Grand Cayman Islands, Roatan, Belize and Cozumel with a round-trip from Miami. You will experience great Italian cuisine, fabulous entertainment and famous <i>In This Life</i> Custom Excursions. We will feature the best of snorkeling, scuba, golf, dolphin encounter and much more!<p></p>Get on board for one of our latest once in a lifetime opportunities. Costa Cruises has reached out to showcase their ships and famous Italian ambience. We have traveled extensively with Costa on one of their best vessels, the Mediterranea. <p></p>This is one of the most popular vessels in the Costa fleet and has been enjoyed by hundreds of <i>In This Life</i> clients. Costa has extended special rates because of the unfortunate accident in Europe. They are giving <i>In This Life</i> guests 10 days for the price of 7 with free upgrades on their November 30 combination Eastern-Western Caribbean cruise.<p></p>Join us for various meetings onboard everyday!</h5>
                            <h5>10-day itinerary includes: <dir>
                           <p>Day 1: Depart 9.00pm: Miami, Florida,<br>
                           Day 2: 9.00am - 6.00pm: Nassau, Bahamas,<br>
                           Day 3: At Sea,<br>
                           Day 4: 12.00pm - 7.00pm: Ochos Rios, Jamaica,<br>
                           Day 5: 9.00am - 6.00pm: Grand Cayman,<br>
                           Day 6: At Sea,<br>
                           Day 7: 8.00am - 6.00pm: Roatan, Honduras,<br>
                           Day 8: 8.00am - 5.00pm: Belize,<br>
                           Day 9: 8.00am - 7.00pm: Cozumel, Mexico,<br>
                           Day 10: At Sea,<br>
                           Day 11: Miami, Florida: Arrive 8.00am.</p>
                           </dir><h2>ITL special - Save up to $200 per person! These are exclusive prices ONLY AVAILABLE from <i>Travel Sober</i>. </h2>
                           <img src="images/Cribbean-sober-cruise-2012.jpg" alt="sober_cruise_caribbean" width="394" height="264" align="right">
                       <h5><p></p>Inside Cabin: $699<br>Ocean View Cabin: $699<br>Deluxe Ocean View Cabin: $899<br>Veranda Cabin: $899</p>
                           <p></p>
                           <p>Book an Inside Cabin for $699 and be upgraded for free to Ocean View.
    <p></p>Book Deluxe Ocean View for $899 and be upgraded for free to Veranda.
    Other free upgrades within categories – placement on first come, first served basis.
    <p></p>This is a Sober Cruise. Get a group together and get extra PERKS!
    </p>
                           <p><h2>Deposit now for best cabin placement, specials and free upgrades!</h2><br><br>
                           <img src="images/in-this-life-logo.jpg" alt="sober_cruise_caribbean" width="300" height="214" align="middle">
    <h5><h2>
    Call or Email Us Today</h2></a>
    <p></p><h2>Office: (805) 927-6910</h2>
    <h2>Toll Free: (800) 531-7578</h2>
    <p></p><br>
    <h2>Email:<a href="mailto:[email protected]" class="txt1"> [email protected]</h2></a><br>
    <h2>Email:<a href="mailto:[email protected]" class="txt1"> [email protected]</h2></a>
    </p></h5>
                       </section>
                      </div>
                   </div>
                </div>
             </div>
          </div>
       </div>
       <!-- footer -->
       <footer>
          <div class="right">
             <div class="tail">
       

    The MORE buttons aren't images.  They are in the HTML and appear to be styled with CSS to look like button images. 
         <span><b>more</b></span>
    Unfortunately, Design View is incapable of displaying CSS border-radius, gradients, shadows and other CSS level 3 properties.   That's why we have Live View which behaves more like a real browser.
    If you can't live with this, disable CSS in DW by going to View > Style Rendering > untick display styles. 
    Or, use a Design-Time Style Sheet that contains no CSS level 3 properties.
    Nancy O.

  • Importing Keywords from other DAM Software (Cumulus)

    Hi,
    A client is currently switching from analog to digital photography. She is a professional garden photographer. The switch to digital photography comes along with establishing a raw processing workflow and therefore she is impressed with Lightroom's integration of DAM and raw processing.
    Before she was filing her large portfolio of color slides, inside a Cumulus image database, using small scans of her slides for orientation in the database and creating contact sheets for her clients. In the Cumulus database she has established a large hierachical keyword vocabulary, containing flower and plant species, their genus, family, order, class, phylum etc., you probably know what I mean. Some of the keywords have associated synonyms.
    The new Lightroom catalog will only contain the new digital images, so that the old images from the Cumulus database will not be migrated into the new Lightroom catalog. Of course the client wants to import the Cumulus keyword hierarchy into the Lightroom catlog.
    I have the following questions now:
    1.) Is there a *practical* (I do not mean technical) limit to the amount of keywords Lightroom can handle (speed)?
    2.) How can we import a keyword vocabulary from an external program into Lightroom? Is there any base format, such as CSV, which we could use? The Cumulus version the client uses does not support XMP, and since XMP only relates to a particular image, that would not help anyway. Where is the keyword vocabulary stored? Has somebody experience with such a migration issue?
    3.) I have notice that Lightroom supports synonyms to keywords. However, I have not found any way to use them. My impression was that they were not regarded in keyword or text-based searches. Maybe I overlooked something.
    So, I hope anybody has some ideas.
    Kind regards
    Thomas Gülden
    Hof, Germany

    Hi
    I try to give you few brief answers.
    1) I have almost 1000 keywords (including synonyms) and I don't have problems. But at least some previous versions of Lightroom were unusable with controlled vocabularity keyword set which contains something like 11000 keywords. I haven't recently heard any comments about large quantity of keywords. So someone with more experience should comment on that.
    2) You can import keyword hierarchy to Lightroom from text file. File should have keywords in tab intented hierarchy, with one keyword in line. If I recollect correctly the file should be in UTF-8 character set (this is important if you have some non ascii characters in keywords). Synonyms are marked with {} and keywords that are not exported with [].
    3) Synonyms are written as keywords when images are exported. As far as I know current search tool does not support synonyms (yes, this is weird).
    Hope this helps at least a bit.
    Jukka,
    Finland

  • How do I programmatically change progress bar limit?

    Hello all.  I have a custom control and one of the indicators is a progress bar.  The bar is used to show the position of a life test fixture as the fixture moves up and down.  I would like to have the max limit of the bar to be set by the user.  The user enters a number and the bar maximum will be that number.  That way the bar is more indicative of actual fixture movement.  How would I programatically do this?
    I read about using the Range property, but I can't seem to access it.  Is this because the progress bar is part of the cluster?  Would I need to separate the progress bar from the cluster, get the Range property set up, then put the bar back into the cluster?
    My problem here is that since this is a custom control, it is set as a typedef, with my vi using 12 copies of it.  So if I can't get the typedef to accomplish what I want, I guess I'll have to break the link between the typedef and the vi, go into the vi, and edit all 12 custom controls to do it. 

    Hi Dhouston
    please find the ZIP file attached. somehow i can't upload a VI
    Eventhough the cluster is a typdef control, you can still right click the slide inside the cluster and create a property node.
    hope this helps
    RENN
    Kudos always welcome for helpful posts
    Attachments:
    setScaleRangeProgramatically_V2.zip ‏10 KB

  • WILL FINAL EXPORT FROM QUICKTIME OVERWRITE OTHERS

    I have a project that was created using jpegs and mp4's that were exported using the H.264 format, I initially exported entire project with H.264 only to not be able to play on LG Google TV... after talking to LG, realized I needed to save project with video format of MPEG 4 so I did using MPEG 4 BASIC using quicktime out of I-movie... however, I did not convert the mp4 slides inside project to MPEG-4, they were left in the H.264 format will my final export to the MPEG 4 format overwrite those inside the project to also be MPEG 4 so that the tv will play them?? The entire project is a slide show.

    Thank you for the info... I have done just what you suggested, but left the mp4 inside the slide show, saved/imported with the h.264 formatting hoping the final export to MPEG 4 BASIC for the entire slideshow would overwrite those MP4's used in slideshow (that were exported as H.264, and then imported back in for final presentation export). I am wanting it to be played on LG Google TV and know now that the tv doesn't recognize the H.264 video formatting so thus my re-export of project using MPEG 4 BASIC, tv will read this format codec... along with several others but not H.264... it will read H.63 & H.64 along with DIVX 3.11, 4.12, 5 & 6 The only thing at this point that I can figure is that the mp4's i used as individual slides with moving parts and exported using H.264 then re imported to use also need to be re exported using the MPEG 4 BASIC so that hopefully I won't receive the message of "This movie can't be viewed/played on this television/device" stumped and hoping for a resolution...

  • How to embed Adobe Edge HTML5 animations into carousel instead of images.

    Is the above question possible? I cannot figure out a way to embed any of my html5 animations (created in Adobe Edge) into a carousel. I have tried creating a nested slider inside of Edge, and I have tried hard coding it, but can not figure out an appropriate solution.

    Nancy,
    Slideshow is now working great, but I cannot get my animations to exist within the slides themselves. I tried them inside this html but not inside the slideshow, and they work fine, but if I try to add them into the slider, nothing happens and that particular slide is simply blank. I have only tried the first one but it is not working. Here is my code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Cycle2 with Carousel Slider</title>
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Plugin-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <!--Cycle2 Carousel-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.carousel.min.js"></script>
    <!--------------------------Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="Infographic-1_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-3350547 { visibility:hidden; }
        </style>
    <!--------------------------Adobe Edge Runtime End-->
    <style>
    .slideshow {
        width: 915px;
              height: 440px;
        margin: 0 auto;
        border: 1px solid silver;
    .slideshow div {
        width: 915px;
              height: 440px;
    /* slideshow pager */
    .cycle-pager {
        text-align: center;
        width: 100%;
        z-index: 500;
        position: relative;
        top: 0;
    .cycle-pager span {
        font-family: arial;
        font-size: 75px;
        width: 22px;
        height: 22px;
        display: inline-block;
        color: #ddd;
        cursor: pointer;
    .cycle-pager span.cycle-pager-active { color: #FF0004; }
    .cycle-pager > * { cursor: pointer; }
    /**End Cycle2 Carousel Styles**/
    </style>
    </head>
    <body>
    <header>
    <h1><a href="http://www.malsup.com/jquery/cycle2/">jQuery Cycle 2</a> with <a href="http://jquery.malsup.com/cycle2/demo/carousel.php">Responsive Carousel </a>Slider</h1>
    </header>
    <!--begin Carousel-->
    <div class="slideshow"
    data-cycle-pause-on-hover="true"
    data-cycle-fx="carousel"
    data-cycle-timeout="0"
    data-cycle-pager="#pager"
    data-cycle-carousel-visible="1"
    data-cycle-carousel-fluid="true"
    data-cycle-slides="div"
    >
    <!--insert your content below-->
    <div id="Stage" class="EDGE-3350547">
    </div>
    <div>
    <p>Slide two content here...</p>
    </div>
    <div>
    <p>Slide three content here...</p>
    </div>
    <div>
    <p>Slide four content here...</p>
    </div>
    <!--end slideshow-->
    </div>
    <!--begin Cycle2 pager-->
    <div class="cycle-pager" id="pager">
    <!--end pager-->
    </div>
    <!--Cycle2 function code-->
    <script>$.fn.cycle.defaults.autoSelector = '.slideshow';
    </script>
    </body>
    </html>

  • Raw 3.1 professional custom profiles for highend digital cameras

    I have a few questions for thomas knoll:
    I would like to start with a statement here:
    WHY ??? ....all this messy color calibration with slider inside the raw 3.1 plugin , when it could be so easy and simple :
    what you can find already inside high end digital back software like sinar's capture shop or the leaf capture software, is nothing more and nothing less than a plugin called profilemaker , written by greatg mac beth. the leader in this field nowadays.
    a software ,which again against license fees, is being implemented in those softwares.
    what does it exactly do?...you might ask....
    well, here a very simplified explanation :
    for ex., you start your shoot with a shot of greatg color chart (24 patch or the big one), and that very" licensed" plugin called profilemaker will calculate a 100% precise and accurate color correction in the form of a custom icc-profile for you.
    in just a few seconds.
    so that that red from the chart that you took a picture of, is going to be that very same red in the final file in photoshop.
    it puts something like a correction curve over your original raw file, so that it matches that very color from chart you just shot.
    such colors is a game of numbers and formulas, and certainly not a slider function to fumble around with, where one person will say this red is correct, and another says no, this red is the right one.
    something like profilemaker is incredibly accurate , because its pure mathematics, and not a form of lottery...!!!with an infinit number of possibilities when one would use sliders like in raw 3.1..
    sliders that fighteach other, especially the ones in the calibrate tab section.
    it takes a few second for a profilemaker software to make an 100% acurate custom color correction , in the form of a custom icc profile for your shot / and or digital camera.
    if you have ever experienced this shortcut and these amazingly beautiful rich colors you can achieve with such a software, you will NEVER EVER go back.
    I am not sure why adobe has not come up yet with their "own" version of such a profilemaker portion inside raw plugin 3.x.
    they certainly have the know how to do this.
    i would dare to state here, that it probably would take them only a few days to implement such a feature.
    or , why adobe is not implementing an optional upgrade with "gretags" profilemaker , inside their raw plugin.
    I certainly can count hundreds , probably thousands of photographers, who would be more than happy to pay for this feature. even if the license fees would be above 300$ for such an upgrade.
    dear thomas knoll,
    why have you not yet done so.....>>???
    I hope that very, very soon you will consider such a suggestion.
    in the meantime ..............i cross fingers......
    very sincerely,
    akos simon
    akos photography

    I have done many DlogH curves, and at one point, owned the Zakia /Todd book. No, the toe does not change much with increased development, but it does change. And yes the changes beyond middle gray (Zone 5; 18% gray)are greater than below, but again, it does change. Film speed does change as a function of development, and film speed is based (variously over the years) on just how the film comes out of the toe, it is inescapable that the curves pivot about the toe, roughly speaking, that is. The curves not only pivot there, the toe can increase in F+F value thereby showing a vertical displacement on the plot. If you take individual plots of a particular film over differing development changes, and overlay the curves such that the toes merge (roughly!), you will see that the slope of the curve does rise from the toe. I have lots of graphs in storage if you would like to see them.
    I am familiar with AA's procedures. I studied and used them from about 1961. One of the reasons I ran so many curves is that I was interested in the so called compensating development, such as water bath, special formulas etc. I ran the curves on Plus-X, Tri-X, Tri-X professional, Panatomic-X, and other emulsions whose names I have forgotten. What I found out is that Plus-X didn't respond to compensating development at all. I could lay the reference curve over the DUT and they would match exactly. Quite a shock. I remember a film rated at ASA 250 that responded admirably, but way too grainy, even in 4x5.
    I used two methods. One was to contact print a step tablet, the other was to shoot the tablet using an old diffusion head as a light source. I could tell how much support in the shadows I was getting from flare that way. Oh, and the one way that always worked was pre-exposure, sometimes post exposure. I could lift the toe nicely that way.
    Plus-X had the straightest middle section of all. Ruler straight. Tri-X had a significantly different toe than Tri-X Professional.
    Every meter measures luminance and can allow you to measure the scene dynamic range. A one percent spotmeter becomes an averaging meter for extreme telephotos, just as there is no such thing as a panoramic camera with a fixed lens. It's just cropping for the panorama, and whether a handheld meter is averaging or spot depends on the relative focal length of the taking lens.
    The idea that a hand held averaging meter cannot give you the dynamic range of a scene is nonsense. Have you ever read "The Negative", first edition of AA? He explains how to use a meter to obtain dynamic range, if you cannot do that, you cannot even begin to use the zone system. He even described using a tube set into the meter element to do a rudimentary spot meter. I had several Weston Masters which had this homemade accessory. it was pretty neat, but boy, did it rob you of sensitivity!
    Look, a metering system is simply some sort of light sensitive material which provides a change in some electrical parameter for a corresponding change in the light level. On it's own, you would simply see a needle move across the face plate. Putting numbers on the face plate corresponding to some light unit (Lux, Ft. Candles, Candles/ft^2, etc) allows you to quantify the responses. What you ultimately do with these numbers is one of the biggest parts of sensitometry as applied to photography. As you say, that application to digital is different than to film, but only because the demands of the digital medium requires it. I could just as easily build an exposure system for film based specifically on highlight placement. Film chose a different route, and, so far as I can tell, the optimum route. If digital and film had developed concurrently, perhaps we would reconcile the two systems so as to avoid the condition we find ourselves, at least those of us raised on film. The new guys, well, they will probably chortle over the Dodge/Burn application. They will have no appreciation for negatives. It took a while in the darkroom with the counterintuitive nature of dodge/burn when I started up.
    I am enjoying this exchange, Jeff. It clears the air, and reminds me that in order to most easily grasp the digital concepts, I am better off with my engineering hat than the photographer's hat. I'm in my late 60's and it's too easy to slip into old patterns. Changing hats works well, and I am glad I can do it.
    Cheers, and goodnight! (my,oh my! It's 1:17AM here!)

  • Responsive design and interacting elements

    Is there anyway inside of Adobe Edge Animate CC 2014 for elements inside a responsive project to interact with each other. For example, I want the text to be able to condense (width-wise) as I resize the width (%), and doing so will increase the text height-wise. I want that new height to influence the location of an element below it and have that element be pushed down.
    This leads to another question, does the height of the parent (stage) increases as well to contain the new height of a child element (text, div, etc...)? It seems to me that a lot of these elements inside are placed absolutely, or fixed relative to parents. So is there anyway inside a responsive document to have elements still be in the normal flow?

    Steve,
    You can record software simulations slides inside a responsive project, in 8.0.1.242, using the Slides button, Software simulation. But do not insert a separately created normal software simulation project in a responsive project. If  you created it as a normal project, it will not have the responsive styles, will not adapt. The software slides created in a responsive project, will offer you a zoom/pan suggestion for the mobile breakpoint view that has a much smaller total resolution than Tablet and Primary. You can always customize the suggested pan/zoom.

Maybe you are looking for