8Ddesign, Website design and development

My status

SqueezeBox Help

Version 1.0.0

Copyright © 2010 8Ddesign


Download SqueezeBox


About :

  • Waiting for 2 help videos:
    1. create project, create css group, run squeeze, save project
    2. create javascript group, use [[squeezeOff]] & [[squeezeOn]] tags, implement squeezed files in HTML document


Notes :

  • Javascript [[squeezeOff]] & [[squeezeOn]] tags.
    These tags preserve any text that they wrap in a javascript file example
    // [[squeezeOff]]
    // copyright notice
    /*
    copyright blah blah
    8Ddesign.com
    */
    // [[squeezeOn]]

    will preserve the output of
    // copyright notice
    /*
    copyright blah blah
    8Ddesign.com
    */

    You can also use the [[squeezeOff]] tag at the top of any packed, min or compressed file that you wish to include in the page group but do not want squeezed. squeezing an already packed file will not gain any space, but including it in the page group will reduce http requests


Known Issues CSS squeeze:

  • None


Known Issues Javascript squeeze:

  • var spread over multiple lines causes 'missing ; error example:'
    var url = 'http://twitter.com/statuses/user_timeline/' + user + '.json',
    params = {};

    Fix : Keep variable definitions seperate ending with ;
    var url = 'http://twitter.com/statuses/user_timeline/' + user + '.json';
    var params = {};

  • var functions need to end with ; example
    var initColSort = function() {
      $(__$current).html(ar.responseText);
    };


The SqueezeBox Freeware License Agreement

  • This software is provided 'as-is', without any expressed or implied warranty.
    In no event will the authors be held liable for any damages arising from the use of this software.

    Permission is granted to anyone to use this software for any purpose.
    If you use this software in a product, an acknowledgment in the product documentation would be deeply appreciated but is not required.

    Permission is granted to anyone to redistribute it freely, subject to the following restrictions:
    1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software.

If you find any problems with this software, please let us know, email us info@8ddesign.com