| |||||
| Auteur | Sujet : blabla@web |
|---|---|
koskoz They see me trollin they hatin | Reprise du message précédent :
--------------- |
Publicité | Posté le 21-08-2012 à 18:14:06 ![]() ![]() |
gelatine_velue |
Ca c'est rapide si tu instancie plusieurs objets, mais par facilite ou parce que tu veux un singleton tu peux aussi faire:
} et var Foo = voire, pour séparer public/prive ( var Foo = {}; return Foo; Message cité 1 fois Message édité par gelatine_velue le 21-08-2012 à 18:26:07 |
Shinuza This is unexecpected |
--------------- Mains power can kill, and it will hurt the entire time you’re dying from it. |
nraynaud lol |
--------------- trainoo.com, c'est fini |
masklinn í dag viðrar vel til loftárása |
Message cité 1 fois Message édité par masklinn le 21-08-2012 à 21:24:40 --------------- I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing? |
koskoz They see me trollin they hatin |
--------------- |
koskoz They see me trollin they hatin | Quid de celui là ? Je le trouve sexy : http://stackoverflow.com/a/3913174/742980 mais pas de visibilité. Message cité 1 fois Message édité par koskoz le 22-08-2012 à 08:56:56 --------------- |
masklinn í dag viðrar vel til loftárása |
Message cité 1 fois Message édité par masklinn le 22-08-2012 à 09:24:32 --------------- I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing? |
koskoz They see me trollin they hatin |
Publicité | Posté le 22-08-2012 à 09:18:27 ![]() ![]() |
masklinn í dag viðrar vel til loftárása |
--------------- I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing? |
koskoz They see me trollin they hatin | Avec mon ancienne implémentation (module pattern), dans une des méthodes je passais un callback "addAction" à une fonction comme ci-dessous :
Maintenant avec l'implémentation prototype je suis obligé de faire ça ?
En quoi c'est plus simple que de passer directement par Prototype ?
Pas d'héritage à priori. Message cité 1 fois Message édité par koskoz le 22-08-2012 à 10:01:19 --------------- |
masklinn í dag viðrar vel til loftárása |
C'est juste plus simple à appeler, et ça gère l'héritage correctement (c'est la partie la plus chiante verbeuse avec prototypes bruts). Si tu fais pas d'héritage tu gagnes peu ou prou rien (sauf à améliorer encore un peu l'implémentation pour que Foo() et new Foo() fassent la même chose) Message édité par masklinn le 22-08-2012 à 10:19:12 --------------- I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing? |
koskoz They see me trollin they hatin |
masklinn í dag viðrar vel til loftárása | Putain pour gérer correctement l'initialisation d'une offline web application, j'ai l'impression qu'il faut potentiellement se brancher sur 3 évènements différents sans compter DOMContentLoaded --------------- I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing? |
Proov Art & Science | j'ai une différence de 90px entre Chrome/FF et IE avec un .offset().top()
|
Ydalb In Crêpes n' Cidre I Trust! | Un problème avec le padding / margin de l'élément ? --------------- :o |
Proov Art & Science | l'élement en cours n'a aucun margin ni padding Message cité 1 fois Message édité par Proov le 23-08-2012 à 16:28:32 |
Youmoussa Ecrou-vis | L'ascenseur pris en compte/taille differente selon le navigateur? --------------- L'humain est celui « qui agit puis qui pense : ce n’est pas parce qu’il soutient telle position qu’il agit de telle manière, mais parce qu’il a agi (comme il a été amené à le faire) qu’il va adopter telle position |
gatsu35 Blablaté par Harko |
--------------- Blablaté par Harko |
nraynaud lol | alors le webservice KML du client rame à mort, donc je mets un cloudfront devant puis j'envoie son url à google maps pour faire le rendering edit: en fait leur KML est invalide, il faut que je corrige à la volée Message édité par nraynaud le 23-08-2012 à 16:54:36 --------------- trainoo.com, c'est fini |
LeRiton | En HTML, y'a moyen de transmettre (ancre, formulaire, autre moyen que je vois pas) un GET en forçant le content-type ?
|
gatsu35 Blablaté par Harko | le content-type de ce que tu envoies ou le content-type de ce que tu vas recevoir ? edit : de souvenir : tu peux faire avec un lien : <a href="fichier.mid" type="audio/midi">fichier midi</a> Mais le meilleur moyen est de forcer le content-type via serveur Message cité 1 fois Message édité par gatsu35 le 24-08-2012 à 13:00:32 --------------- Blablaté par Harko |
LeRiton |
|
___alt | Est-ce que vous connaissez un moyen relativement automatisé de détecter le code mort dans une CSS ? Message édité par ___alt le 24-08-2012 à 17:35:12 --------------- TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW |
pop-pan yay! | sans l'integralité du code associé (html/js) c'est difficile.
--------------- Plop ! |
gatsu35 Blablaté par Harko | CSS usage ? plugin firefox, sinon très difficile, car il faut que le navigateur tourne. Donc pour automatiser tout ça, il est peut etre possible d'utiliser des navigateurs headless comme phantomJS --------------- Blablaté par Harko |
___alt |
--------------- TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW |
___alt |
nraynaud lol | vous testez comment vos applis web ?
--------------- trainoo.com, c'est fini |
koskoz They see me trollin they hatin |
--------------- |
nraynaud lol |
--------------- trainoo.com, c'est fini |
gelatine_velue |
|
Shinuza This is unexecpected |
On utilise Cucumber-js + CasperJS --------------- Mains power can kill, and it will hurt the entire time you’re dying from it. |
___alt | - y'a encore un quelconque intérêt à servir du contenu en XHTML 1.0 Transitional ?
--------------- TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW |
koskoz They see me trollin they hatin |
--------------- |
___alt | Et autre question so 2002, type="text/javascript" est complètement useless ou bien IE en a encore besoin dans du js embedded ? --------------- TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW |
gelatine_velue |
|
koskoz They see me trollin they hatin |
Ca fait longtemps que je ne l'utilise plus. Message édité par koskoz le 28-08-2012 à 18:11:26 --------------- |
___alt | Thanks. C'est la première fois que j'interviens sur un code legacy sur lequel j'ai un peu de contrôle et que j'ai moyen de pouvoir moderniser un peu, donc y'a certaines questions existentielles que je ne m'étais jamais posées.
--------------- TRIPS RIGHT BUNCH F SHUTTLE TOM AND JERRY RIGHT YELLOW |
WiiDS 20 titres en GC, 0 abandon, 0 DQ | Bonjour, j'ai un problème et je sais pas si c'est exactement la bonne catégorie
Message édité par WiiDS le 28-08-2012 à 20:56:17 --------------- "I can cry like Roger. It's just a shame I can't play like him" - Andy Murray, 2010 |
Publicité | Posté le ![]() ![]() |

| Sujets relatifs | |
|---|---|
| blabla 3 | blabla 2 |
| PUTAIN HARKO TU AS FERM2 BLABLA ! | [Beaucoup de blabla pour rien : post à effacer] Compiler .bat |
| variable1="blabla + variable2 +blala : c'est possible ?? | [PHP & regex] "blabla blabla file.ext?point=444 blabla" Recupérer 444 |
| mail("celine@hotmail.com"," sujet","blabla"); pose une err ! Help | [MySQL] WHERE 'blabla' compris dans le champ truc |
| [blabla@olympe] Le topic du modo, dieu de la fibre et du monde | [PHP / BlaBla - limite] |
| Plus de sujets relatifs à : blabla@web | |





