N-PN White-Hat Project
[EPIC] Code source Hack In Paris - Version imprimable

+- N-PN White-Hat Project (https://dev.n-pn.fr/forum)
+-- Forum : Communauté (https://dev.n-pn.fr/forum/forumdisplay.php?fid=10)
+--- Forum : Le bistrot (https://dev.n-pn.fr/forum/forumdisplay.php?fid=17)
+--- Sujet : [EPIC] Code source Hack In Paris (/showthread.php?tid=2837)



[EPIC] Code source Hack In Paris - notfound - 23-03-2013

Je suis allé sur le site de Hack In Paris car je compte y assister, et voila ce que j'ai trouvé dans le code source (l'année dernière ça y était aussi) :

Code JAVASCRIPT :

<script type="text/javascript">
<!--
$(document).ready(function() {

    if($.browser.msie){/*die IE die! you failed.*/}else{Cufon.replace('h1,h2,.font');}
   if( $.browser.version != '6.0'){
        $('body').parallax(
        { 'elements': [{
              'selector': 'div#showman',
              'properties': {
                'x': {
                  'background-position-x': {
                    'initial': 50,
                    'multiplier': 0.05,
                    'unit': '%'
                  }
                }
              }
            }]
            });
   
    }//end if
})
-->
</script>
 


Epic


RE: [EPIC] Code source Hack In Paris - Wabouz - 24-03-2013

Bien joué pour avoir trouvé ce petit easter egg ^^ effectivement, ça, c'est de l'epic!


RE: [EPIC] Code source Hack In Paris - gruik - 24-03-2013

hum.. je pense pas avoir vraiment compris perso, y'a un truc particulier à remarquer ou c'est juste le "die IE die" en plein milieu qu'il fallait voir ?


RE: [EPIC] Code source Hack In Paris - notfound - 24-03-2013

(23-03-2013, 19h21)notfound a écrit :
Code JAVASCRIPT :

if($.browser.msie){/*die IE die! you failed.*/}else{Cufon.replace('h1,h2,.font');}
 

Wink