Sei schlau, telefonier’ blau

Mittwoch, 18. Juli 2012

blau.de - Sei schlau, telefonier' blau

Ja, die Werbekampagne von blau ist schon überaus schlau: „Sei schlau, telefonier’ blau“, heißt der bemerkenswerte Claim, und mir ist es ein Rätsel, wieso dieser abgesegnet wurde. Soll der Smartphone-User ab jetzt „blau“ - sprich betrunken - telefonieren? Na, ob das so schlau ist? „Telefonier’ grün“ (morgens nach dem blau-telefonieren) wäre wohl auch nicht viel schlauer gewesen. Aber vielleicht ist es auch im Sinne von „mach’ mal blau“ gemeint - oder die Kreativen haben einfach mal ins Blaue getextet. Vielleicht steht es sogar für „das blaue Wunder erleben“ - möglicherweise (hoffentlich nicht) dann, wenn die Rechnung ins Haus flattert? Und das bei der allgemeinen Verwirrung durch den Mobilfunk-Tarif-Salat! Und dem vielen blauen Dunst! Oder vielleicht kennen die Kreativen schlichtweg die Bedeutung von „blau sein“ nicht (mehr). Für den Claim vergebe ich hiermit den weniger erfreulichen „blauen Brief“ aus der Schulzeit: den gab es, wenn man sich nicht besonders schlau angestellt hat. Prost!

Maxwell Multilight Image Viewer v1.1

Mittwoch, 18. August 2010

Improved in this version:

  • Better SWF-embedding into HTML-files with swfobject
  • Added possibility to have more than one image-viewers per page by choosing different XML-files through FlashVars
  • Enjoy and leave some comments, bug reports, suggestions or just say hello, please :-)

    Download Maxwell Multilight Image Viewer v1.1

    Plate Camera Animation

    Samstag, 7. August 2010

    Das Rendern (insbesondere die Dispersion auf der Linse) hat ein wenig länger gedauert, doch hier ist sie nun, die Animation der Plattenkamera.

    Kommentare ausdrücklich erwünscht! :-)

    WIP: Plate Camera with Compur-Shutter

    Mittwoch, 9. Juni 2010

    After a longer break I decided to model a plate camera. It is still a work in progress, but here are the renderings I have got so far.

    Click on the images for larger sizes.

    Plattenkamera-01
    Plattenkamera-02
    Plattenkamera-03
    Plattenkamera-04
    Plattenkamera-05
    Plattenkamera-06
    Plattenkamera-07
    Plattenkamera-08

    Maxwell Multilight-Viewer

    Freitag, 2. April 2010

    I decided to code a Multilight-Viewer so you can switch between your multilight images. It’s XML-based, simply put the names for the buttons and the paths to the images into the XML-file. You can choose between three positions of the navigation bar: left, middle or right in the HTML-file. To change the size of the player, alter the width and height values in the HTML-file.

    Here is a more in depth explanation:

    The ZIP-archive contains the SWF, XML and the HTML-file. With the XML-file you specify the paths to your images and the button labels.

    For example:

    XML
    <pic>
    <image>your_image.jpg</image>
    <btnName>The button label for this image</btnName>
    </pic>

    If you have lots of images it may be better to put your images in an extra folder, then the syntax will be:

    <pic>
    <image>your_folder_name/your_image.jpg</image>
    <btnName>The button label for this image</btnName>
    </pic>

    HTML
    If you want to change the size of the SWF (the viewer), open the HTML-file with a simple Text-Editor like NotePad and change the width and height values as well as the margin values in this block:

    object, embed {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 600px; /* The height of your images */
    margin: -300px 0 0 -500px; /* Half size of height and width, so it is centered x and y */
    outline: none;
    }

    The margin values are necessary for centering the player in the browser window. Its values are top, right, bottom, left. If you just want to center it horizontally and vertically, alter the first and the last entry. The values should be half of the image size.

    For changing the position of the drop-down-menu, just alter this line to your needs:

    <param name="FlashVars" value="navMenu=right"> <!-- Values: left, right or middle -->

    Click to download Multilight-Viewer v1.0

    Click image for a demo.

    Maxwell Multilight-Test

    If you have any questions or suggestions for improvements, feel free to comment.