In: , , , ,
On: 2004 / 08 / 10 Viewed: 36201 times
Shorter URL for this post: http://ozh.in/1g

mirrored in Monument Valley
I have an idea for a website in mind : a collection of (my) pictures taken in mirroring objects. I’ve taken quite a few of this kind lately, in the US and in Malta, and the result is often pleasant. The fish-eye effect in rounded surfaces can sometimes outperform a standard 28 mm lens, and it gives anyway a funny-pretty aspect that I like.

On this topic, I’ve just found a site with a similar concept, the mirror project, collection of reflected self portrait. Nice site. But I’m jealous :)

Shorter URL

Want to share or tweet this post? Please use this short URL: http://ozh.in/1g

Metastuff

This entry "Objects in mirror may be closer than they appear" was posted on 10/08/2004 at 11:34 pm and is tagged with , , , ,
Watch this discussion : Comments RSS 2.0.

2 Blablas

  1. 1
    piou France »
    wrote, on 19/Aug/04 at 6:11 am # :

    wouaaaa les belles tongs :)

  2. 2
    piou France »
    wrote, on 19/Aug/04 at 11:40 am # :

    En passant voici un moyen simple d’éviter les doubles posts:

    dans la page cible qui traite le blabla, et avant d’envoyer le moindre morceau de HTML (ce qui veut dire que la balise PHP doit se trouver tout en haut à gauche du fichier [au début quoi]), il suffit donc de faire une redirection qui envoie l’utilisateur vers la page du blabla qui vient d’être posté, un peu dans ce style:

    $sql = "insert into comment set Ip='$ip', Auteur='$aid', Texte='$atext', Date=CURRENT_TIMESTAMP(), Email='$cmail', NewId='$nid'";
    if (mysql_query($sql)) { Header("Location:blabla.php?nid=$nid"); } else {include("inc/header.inc"); echo("Erreur :
    " . mysql_error()); include("inc/footer.inc"); exit(); }
    }

    Par contre, les pages intermédiaires en HTML du style ‘votre blabla a bien été posté, cette page va se rediriger automatiquement vers telle page dans 1 secondes’ sont à éviter, car elle casse l’historique de la session de surf de l’utilisateur, dans le sens qu’on doit parfois sur certains sites, cliquer très vite deux fois de suite pour accèder à la page (n-2).

    Voilà, a+

Leave a Reply

Comment Guidelines or Die

  • HTML: You can use these tags: <a href=""> <em> <i> <b> <strong> <blockquote>
  • Posting code: Post raw code (no <> &lt; etc) within appropriate tags : [php][/php], [css][/css], [html][/html], [js][/js], [sql][/sql], [xml][/xml], or generic [code][code]
  • Gravatars: Curious about the little images next to each commenter's name ? Go to Gravatar.
  • Spam: Various spam plugins on patrol. I'll put pins in a Voodoo doll if you spam me.
  • I will mark as Spam test comments, all comments with SEO names (ie "My Cool Online Shop" instead of "Joe") or containing forum-like signatures.

Read more ?