deliberate lies

Tagged with:
 

123 Responses to “deliberate lies”

  1. Alex says:

    Man… You are as an artist as a genius… Some day, when older, I will be like you… :D Congrats!

  2. Nic says:

    Yes Alex he is a genius.. I would like some of his drugs….

  3. urorbit says:

    No smiles impressed
    I’m impressed , what I see
    Will look at the code and thank you for this work

  4. Ashish says:

    wow….!

    You are awesome man…..! I am really your big fan.

    very nice work. Appreciations…

    You Rock!

  5. Thierry V says:

    Hi, very nice work.

    Could you please say me where the images are stored (i tried putting the images within the same repository, but it doesn’t work)

    Thanks in advance

    • Patrick says:

      Images are stored in “../images/” referenced from where the script is. Look for the imagesPath variable in the script. You can remove it all together and reference images from Flikr or Picasa if you want

  6. Xavier says:

    Una feina impressionant! Moltes gràcies i felicitats.

  7. I liked it a lot!
    One idea would be using a “non stop flow”, instead of “steps” to change (like a robot) from one image to another.

    I am a big fan!

    Thanks

    • ge1doot says:

      This robotic sequential movement (x axis then y axis then z axis) is an intended effect of the script ;-)

  8. Nivixa says:

    Génie ou magie ?
    Je suis sidérée. Bravo et merci

  9. magros says:

    Nice job Gerard,

    I want to put in my blog images of my rock band, but is it possible?

    I´m trying to put some images (.jpg) of my desktop to test, but it´s no function!

    this job works only on line?

    thank you =D

    • ge1doot says:

      This script will perfectly work off-line.

      The directory structure I’m using is as follow:

      /
      |---dhtml/
      |    |----diapo-3D-tween.html
      |---images/
      |    |----73d310387e.jpg
      |    |----ed37a0925e.jpg
      |    |----etc...
      

      The image path was harcoded with “../images/”. I moved it to a variable that you can edit :

      imagesPath = "../images/",
      

      Just change its value to “” if you decide to include images in the same directory as the script.

      Sorry for any confusion :-P

  10. paulvanroekel says:

    Great worlk again, how do I add my own images here? The part with images bank puzzles me…

    • ge1doot says:

      Paul, see my reply to magros first.

      The image bank is just an array of image “names” (without their defaulted .jpg extension).

       /* ---- images bank ---- */
      var images = [ 'imageName-1','imageName-2','imageName-N'];
      

      All images come from Flickr and are under a permissive creative commons license. Their strange reference name is due to the fact I have kept some parts of their flickr id to keep track of their original authors. For example looking at the first one : http://images.google.com/image...73d310387e

      :=P

Leave a Reply

Feed updates subscription

Enter your email address:

Delivered by FeedBurner

Donate

Want to give me some extra encouragement ?

License

Creative Commons License

Except where otherwise noted, all Javascript code on this site is licensed under a Creative Commons License.