Changelog


Changes in 2016


Changes in 2015


Changes in 2014


Changes in 2013


Changes in 2012


Changes in 2011


→ Changes in December 2010

→ Changes in November 2010

→ Changes in October 2010

→ Changes in September 2010

Changes in August 2010

Changes in July 2010


v1.265.0 on Jun/25/2010
v1.264.0 on Jun/19/2010
    • Removed superfluous JavaScript code:

      Before the Change After the Change


      <script type="text/javascript">
        hs.graphicsDir = '/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        hs.fadeInOut = true;
        hs.outlineType = 'rounded-white';
        hs.headingEval = 'this.a.title';
        hs.numberPosition = 'heading';
        hs.useBox = true;
        hs.width = 950;
        hs.height = 550;
        hs.showCredits = true;
        hs.dimmingOpacity = 0.6;
      <script type="text/javascript">
        hs.graphicsDir = '/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        hs.fadeInOut = true;
        hs.outlineType = 'rounded-white';
        hs.headingEval = 'this.a.title';
        hs.numberPosition = 'heading';
        hs.useBox = true;
        hs.width = 950;
        hs.height = 550;
        hs.showCredits = true;
        hs.dimmingOpacity = 0.6;

        // Add the slideshow providing the controlbar and the thumbstrip
        hs.addSlideshow({
          slideshowGroup: 'home_office_pc_2008',
          interval: 5000,
          repeat: false,
          useControls: true,
          fixedControls: 'fit',
          overlayOptions: {
            position: 'top right',
            offsetX: 200,
            offsetY: -50
          },
          thumbstrip: {
            position: 'rightpanel',
            mode: 'vertical',
            relativeTo: 'expander',
            width: '200px'
          }
        });

        // Make all images animate to the one visible thumbnail
        var miniGalleryOptions1 = {
          thumbnailId: 'thumb1'
        }
      </script> </script>
v1.263.0 on Jun/15/2010
v1.262.0 on Jun/13/2010
    • Removed superfluous JavaScript code:

      Before the Change After the Change


      <script type="text/javascript">
        hs.graphicsDir = '/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        hs.fadeInOut = true;
        hs.outlineType = 'rounded-white';
        hs.headingEval = 'this.a.title';
        hs.numberPosition = 'heading';
        hs.useBox = true;
        hs.width = 950;
        hs.height = 550;
        hs.showCredits = true;
        hs.dimmingOpacity = 0.6;

        // Add the slideshow providing the controlbar and the thumbstrip
        hs.addSlideshow({
          slideshowGroup: 'home_office_pc_2008',
          interval: 5000,
          repeat: false,
          useControls: true,
          fixedControls: 'fit',
          overlayOptions: {
            position: 'top right',
            offsetX: 200,
            offsetY: -50
          },
          thumbstrip: {
            position: 'rightpanel',
            mode: 'vertical',
            relativeTo: 'expander',
            width: '200px'
          }
        });
      <script type="text/javascript">
        hs.graphicsDir = '/highslide/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        hs.fadeInOut = true;
        hs.outlineType = 'rounded-white';
        hs.headingEval = 'this.a.title';
        hs.numberPosition = 'heading';
        hs.useBox = true;
        hs.width = 950;
        hs.height = 550;
        hs.showCredits = true;
        hs.dimmingOpacity = 0.6;

        // Add the slideshow providing the controlbar and the thumbstrip
        hs.addSlideshow({
          slideshowGroup: 'home_office_pc_2008',
          interval: 5000,
          repeat: false,
          useControls: true,
          fixedControls: 'fit',
          overlayOptions: {
            position: 'top right',
            offsetX: 200,
            offsetY: -50
          },
          thumbstrip: {
            position: 'rightpanel',
            mode: 'vertical',
            relativeTo: 'expander',
            width: '200px'
          }
        });

        // Make all images animate to the one visible thumbnail
        var miniGalleryOptions1 = {
          thumbnailId: 'thumb1'
        }
      </script> </script>
v1.261.0 on Jun/11/2010
v1.260.0 on Jun/08/2010
v1.259.0 on Jun/05/2010
    • Added CSS rule sets:

      Before the Change After the Change


      ...

      span.box {
        border: 1px solid black;
        padding: 0.5em;
      }
      ...

      span.box {
        border: 1px solid black;
        padding: 0.5em;
      }
      +

      span.listOfLinks {
        position: relative;
      }

      span.listOfLinks > span.caption {
        color: #000099; /* rgb(0, 0, 153) */
        text-decoration: underline;
      }

      span.listOfLinks > span.linkEntries {
        display: none;
        position: absolute;
        top: 0.75em;
        left: 0.25em;
        border: 5px double #CC7326; /* rgb(204, 115, 38) */
        background-image: url(/images/Sunflowers__PC-Game_ParaWorld__Content__0275x0225.jpg);
      }

      span.listOfLinks > span.linkEntries > span.linkEntry {
        display: table-row;
      }

      span.listOfLinks > span.linkEntries > span.linkEntry > span {
        display: table-cell;
      }

      span.listOfLinks > span.linkEntries > span.linkEntry > span.bullet {
        padding-left: 0.25em;
        padding-right: 0.25em;
      }

      span.listOfLinks > span.linkEntries > span.linkEntry > span.bullet + span.link {
        padding-right: 0.25em;
      }

      span.listOfLinks > span.linkEntries > span.linkEntry > span.bullet + span.link + span.desc {
        display: none;
        padding-left: 0.25em;
        padding-right: 0.25em;
        font-size: 0.75em;
      }

      span.listOfLinks > span.linkEntries > span.linkEntry > span.bullet:before {
        content: "\2192"; /* \2023 */
      }

      span.listOfLinks > span.linkEntries > span.linkEntry:hover {
      /* Note: Selector contains pseudo-class ':hover'! */
        background-color: #B9FFB9; /* rgb(185, 255, 185) */
      }

      span.listOfLinks > span.linkEntries > span.linkEntry:hover > span.bullet + span.link + span.desc {
      /* Note: Selector contains pseudo-class ':hover'! */
        display: table-cell;
      }

      span.listOfLinks:hover > span.linkEntries {
      /* Note: Selector contains pseudo-class ':hover'! */
        display: inline-table;
      }

      table {
        font-family: sans-serif;
      }

      ...

      table {
        font-family: sans-serif;
      }

      ...

Changes in May 2010

Changes in April 2010

Changes in March 2010

Changes in February 2010

Changes in January 2010


Changes in 2009


Changes in 2008


Changes in 2007


Changes in 2006


Return to Beginning