Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
3865 connectés 

 


 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  1272  1273  1274  ..  1454  1455  1456  1457  1458  1459
Auteur Sujet :

blabla@web

n°2202938
nraynaud
lol
Posté le 14-09-2013 à 14:23:30  profilanswer
 

Reprise du message précédent :
vous savez si le support de Transferable est généralisé (FF et chrome sans browser prefix) ?
http://caniuse.com/#search=transferable a pas trop d'info.
et quirkmode non plus on dirait.


---------------
trainoo.com, c'est fini
mood
Publicité
Posté le 14-09-2013 à 14:23:30  profilanswer
 

n°2202986
masklinn
í dag viðrar vel til loftárása
Posté le 15-09-2013 à 14:46:45  profilanswer
 

TIL, si aucune limite n'est mise sur la taille des mots de passe:
 

  • il est possible de DOS du pbkdf2
  • bcrypt est limité à 72 bytes ou moins à cause du block cypher
  • scrypt n'a aucun des deux problèmes parce qu'il ~hmac l'entrée et opère ensuite sur une taille fixe


---------------
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?
n°2203051
masklinn
í dag viðrar vel til loftárása
Posté le 16-09-2013 à 12:17:13  profilanswer
 

http://techblog.stickyworld.com/ab [...] ython.html

Citation :

I was always told to use the right tool for the job. After 12 years of working with PHP I'm still trying to understand what it's well-suited for.


There's my people!


---------------
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?
n°2203069
masklinn
í dag viðrar vel til loftárása
Posté le 16-09-2013 à 14:03:58  profilanswer
 

J'veux redéfinir les CSS pour utiliser des sélecteurs XPath 1.0 (étendus pour avoir les raccourcis id, class et "attribute contains" ) [:sadnoir]


Message édité par masklinn le 16-09-2013 à 14:04:54

---------------
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?
n°2203070
flo850
moi je
Posté le 16-09-2013 à 14:05:14  profilanswer
 

rends moi un peu plus intelligent : ça apporterai quoi ?

Message cité 1 fois
Message édité par flo850 le 16-09-2013 à 14:05:21

---------------

n°2203072
masklinn
í dag viðrar vel til loftárása
Posté le 16-09-2013 à 14:10:30  profilanswer
 

flo850 a écrit :

rends moi un peu plus intelligent : ça apporterai quoi ?


Pouvoir sélectionner (ou désélectionner) sur les descendants d'un élément depuis 1999. Genre "sélectionner les .foo qui ne contiennent aucun .foo", ou "sélectionner tous les .foo qui ne sont pas descendants d'un .foo".

 

Moins se faire chier sur les sélections siblings-based aussi, CSS (avant le "selector subject" tout bizarre de CSS4) est limité à + et ~ et des pseudo-classes *-child qui ont jamais l'air de faire ce que je veux, xpath a des axes qui fonctionnent correctement et sont beaucoup plus intuitifs.

 

(et XPath est extensible, si le runtime le permet tu peux ajouter des fonctions dedans)

 

(le gros inconvénient d'xpath, c'est que l'équivalent de ~= fait peur, et c'est le seul moyen d'avoir .class)

 

(que xpath 1.0 par contre, xpath 2.0 c'est n'importe quoi, la spec a été "améliorée" par les glands de XSLT, XQuery et XSD)


Message édité par masklinn le 16-09-2013 à 14:22:21

---------------
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?
n°2203078
masklinn
í dag viðrar vel til loftárása
Posté le 16-09-2013 à 14:25:27  profilanswer
 

btw l'équivalent de [a ~= $val] en xpath (sans se faire une fonction custom) c'est:

//*[contains(concat(" ", normalize-space(@a), " " ), concat(" ", $val, " " ))


et c'est naturellement l'équivalent à `.class` avec @a => @class [:tinostar]


Message édité par masklinn le 16-09-2013 à 14:27:20

---------------
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?
n°2203079
flo850
moi je
Posté le 16-09-2013 à 14:35:10  profilanswer
 

tu me fais peur des fois


---------------

n°2203085
Shinuza
This is unexecpected
Posté le 16-09-2013 à 14:44:40  profilanswer
 

flo850 a écrit :

tu me fais peur des fois


Parfois [:aloy]
 
Et... parfois seulement?


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°2203094
masklinn
í dag viðrar vel til loftárása
Posté le 16-09-2013 à 15:01:32  profilanswer
 

flo850 a écrit :

tu me fais peur des fois


pourquoi donc?


---------------
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?
mood
Publicité
Posté le 16-09-2013 à 15:01:32  profilanswer
 

n°2203108
flo850
moi je
Posté le 16-09-2013 à 15:35:03  profilanswer
 

Tu veux remplacer un truc tordu   par un truc aussi tordu mais encore plus obscur


---------------

n°2203111
masklinn
í dag viðrar vel til loftárása
Posté le 16-09-2013 à 15:44:28  profilanswer
 

flo850 a écrit :

Tu veux remplacer un truc tordu par un truc aussi tordu mais encore plus obscur


Er... wat? xpath est moins tordu que les sélecteurs CSS au delà du complètement trivial (sélecteurs CSS2, et encore parce que c'est en CSS2 qu'adjacent sibling et :first-child ont été ajoutés), et j'ai du mal à voir ce que ça a d'obscur [:pingouino]


Message édité par masklinn le 16-09-2013 à 15:47:45

---------------
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?
n°2203112
gatsu35
Blablaté par Harko
Posté le 16-09-2013 à 15:52:04  profilanswer
 

Vouloir faire dépendre un parent en fonction de ses enfants va à l'encontre de ce que signifie le C de CSS :o


---------------
Blablaté par Harko
n°2203114
Taiche
(╯°□°)╯︵ ┻━┻
Posté le 16-09-2013 à 15:55:10  profilanswer
 

gatsu35 a écrit :

Vouloir faire dépendre un parent en fonction de ses enfants va à l'encontre de ce que signifie le C de CSS :o


Quand le parent il aura 80 balais et qu'il sera impotent, tu verras comment il dépendra de ses enfants [:dawao]


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
n°2203117
kao98
...
Posté le 16-09-2013 à 15:57:52  profilanswer
 

[HS]
Z'avez-vu ce truc là : http://aem1k.com/world/ ?
[/HS]

n°2203125
Taiche
(╯°□°)╯︵ ┻━┻
Posté le 16-09-2013 à 16:10:48  profilanswer
 

Bam, 100% CPU sur un core, vaut mieux faire un GIF animé [:petrus75]


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
n°2203127
masklinn
í dag viðrar vel til loftárása
Posté le 16-09-2013 à 16:15:21  profilanswer
 

gatsu35 a écrit :

Vouloir faire dépendre un parent en fonction de ses enfants va à l'encontre de ce que signifie le C de CSS :o


La cascade elle va pas t'aider à marquer spécifiquement un élément vide ou avec juste un enfant, sauf à ajouter encore plus de pseudo-classes custom (méthode employée par jquery, d'ailleurs), et TYL: http://www.w3.org/TR/selectors4/#subject

 

Et avec querySelector[All] et autres jQuery, les sélecteurs CSS servent à bien plus que juste appliquer des règles CSS.


Message édité par masklinn le 16-09-2013 à 16:25:46

---------------
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?
n°2203241
nraynaud
lol
Posté le 17-09-2013 à 01:04:33  profilanswer
 

gatsu35 a écrit :

Vouloir faire dépendre un parent en fonction de ses enfants va à l'encontre de ce que signifie le C de CSS :o


Sauf que si t'es pas d'accord avec css, t'as absolument pas moyen de mettre autre chose.


---------------
trainoo.com, c'est fini
n°2203250
Shinuza
This is unexecpected
Posté le 17-09-2013 à 08:34:49  profilanswer
 

https://www.youtube.com/watch?v=4om1rQKPijI
 
 [:uriel]  [:uriel]  [:uriel]  [:uriel]


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°2203252
masklinn
í dag viðrar vel til loftárása
Posté le 17-09-2013 à 09:42:27  profilanswer
 

nraynaud a écrit :


Sauf que si t'es pas d'accord avec css, t'as absolument pas moyen de mettre autre chose.


Non mais de toute manière ce sont des problèmes complètement orthogonaux: t'as les sélecteurs pour toper des noeuds, t'as les propriétés qui sont héritables ou non et t'as les poids (dont la cascade fait partie, la cascade fondamentalement c'est juste avoir plusieurs stylesheets par document [un truc impossible avec DSSSL ou FOSI] et que la dernière règle a une priorité plus haute que les règles équivalentes l'ayant précédée) qui déterminent quelles propriétés s'applique à un noeud.


---------------
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?
n°2203526
bixibu
Ca ... c'est fait!
Posté le 19-09-2013 à 17:15:12  profilanswer
 

Vous utilisez quoi pour générer vos images de backgroung minifiés (sprites + css) ?
 
J'avais, me semble t'il, vu un outil qui prends un dossier ou zip complet d'image et qui génère tout tout seul à partir des images et de leur nom de fichier ...
 
(de préférence un outil standalone)
 
merci


---------------
App Android NextGP : Store - TU | Makerworld
n°2203535
Youmoussa
Ecrou-vis
Posté le 19-09-2013 à 18:53:47  profilanswer
 

Gestion native avec Ruby On Rails 3.1


---------------
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
n°2203547
flo850
moi je
Posté le 19-09-2013 à 21:10:31  profilanswer
 

grunt a des modules pour ça

Message cité 1 fois
Message édité par flo850 le 19-09-2013 à 21:11:13

---------------

n°2203612
masklinn
í dag viðrar vel til loftárása
Posté le 20-09-2013 à 13:54:15  profilanswer
 

Les différences de points de sélection d'un contenteditable entre les navigateurs <3

 
  • Sur un triple-click, Firefox sélectionne le paragraphe, chrome et safari sélectionnent le paragraphe et la séparation avec le paragraphe suivant => tu tapes du texte sous C/S, t'as tes deux paragraphes qui sont mergés. C'est très marrant quand tes "paragraphes" sont des titres
  • Tu mets ton pointeur juste après du texte dans un inline (genre <strong> ou <span> stylé), tu tapes du texte, le texte est ajouté dans l'inline. Sauf si c'est un lien sous C/S, là il est ajouté après l'inline


Message édité par masklinn le 20-09-2013 à 14:01:47

---------------
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?
n°2203635
nraynaud
lol
Posté le 20-09-2013 à 15:38:52  profilanswer
 

Tu fais du contentesitable ? J'avais envie d'en faire, mais la gestion des évènement et le nettoyage du texte semblaient un peu compliqués


---------------
trainoo.com, c'est fini
n°2203651
masklinn
í dag viðrar vel til loftárása
Posté le 20-09-2013 à 16:19:47  profilanswer
 

nraynaud a écrit :

Tu fais du contentesitable ? J'avais envie d'en faire, mais la gestion des évènement et le nettoyage du texte semblaient un peu compliqués


Sur les évènements, j'utilise les mutation observers (avec un shim sur les mutation events), si c'est pas supporté le navigateur est pas supporté [:j'invoque taiche]


---------------
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?
n°2203671
the real m​oins moins
Posté le 20-09-2013 à 19:18:41  profilanswer
 

query/prepend c'est asynchrone ou quoi ? c'est quoi qui m'echappe là?
Sachant que #truc est dans le bout d'html que je loade:

Code :
  1. jQuery(document).ready(function($) {
  2.         console.log($('#truc')); // logge [], tout va bien
  3.         var b = $('<div/>').load('http://lebout.html');
  4.         $('body').prepend(b);
  5.         console.log($('#truc')); // c'est toujours vide, wtf ?


Par contre, le bout est bien injecté, et si je fais console.log($('#truc')); apres loadage de la page, ça logge bien l'element attendu ...


---------------
Hey toi, tu veux acheter des minifigurines Lego, non ?
n°2203678
skylight
Made in France.
Posté le 20-09-2013 à 19:55:32  profilanswer
 

the real moins moins a écrit :

query/prepend c'est asynchrone ou quoi ? c'est quoi qui m'echappe là?
Sachant que #truc est dans le bout d'html que je loade:

Code :
  1. jQuery(document).ready(function($) {
  2.         console.log($('#truc')); // logge [], tout va bien
  3.         var b = $('<div/>').load('http://lebout.html');
  4.         $('body').prepend(b);
  5.         console.log($('#truc')); // c'est toujours vide, wtf ?


Par contre, le bout est bien injecté, et si je fais console.log($('#truc')); apres loadage de la page, ça logge bien l'element attendu ...


Load est asynchrone
 

Code :
  1. $( "#result" ).load( "ajax/test.html", function() {
  2.   alert( "Load was performed." );
  3. });

n°2203704
nraynaud
lol
Posté le 21-09-2013 à 00:46:25  profilanswer
 

masklinn a écrit :


Sur les évènements, j'utilise les mutation observers (avec un shim sur les mutation events), si c'est pas supporté le navigateur est pas supporté [:j'invoque taiche]


Tu ferais un tuto de bout en bout ?
En gros j'ai le choix entre ça et mettre un textarea, mais je veux styler le texte (l'appli, pas l'utilisateur) genre surligner la ligne courante, mettre un truc dans la marge pour les erreurs etc.


---------------
trainoo.com, c'est fini
n°2203855
koskoz
They see me trollin they hatin
Posté le 23-09-2013 à 19:35:07  profilanswer
 

nraynaud a écrit :


Tu ferais un tuto de bout en bout ?
En gros j'ai le choix entre ça et mettre un textarea, mais je veux styler le texte (l'appli, pas l'utilisateur) genre surligner la ligne courante, mettre un truc dans la marge pour les erreurs etc.


 
J'arrive sans avoir suivi le début, mais un block contenteditable serait pas plus simple à styler pour ce que tu veux faire ?


---------------
Twitter
n°2203859
tomsoft
Posté le 23-09-2013 à 21:42:47  profilanswer
 

Dites,
J'ai besoin de monter un portail, le plus rapidement possible (projet "perso" non commercial, qui ne rapportera rien - du moins pour l'instant),
 
j'ai besoin niveau fonctionnalités :
 
- du social : entre le forum (discussions, sujets, catégories) et le groupe facebook (simple et rapide à utiliser),
- des articles : entre le blog et le wiki (photos, textes, schémas, principalement pour partager des "tutos" de réparation  
- du partage de photos, simple comme facebook
 
Je ne veux pas de groupe / page facebook (ça pourrait quasiment repôndre à tout le besoin)
 
Quel outil (CMS generaliste, plus precis type wordpress ? wiki ?) utiliser ?
Je connais peu le marché actuel sur ce besoin la :/

n°2203867
gatsu35
Blablaté par Harko
Posté le 23-09-2013 à 22:14:04  profilanswer
 

phpnuke [:tinostar]


---------------
Blablaté par Harko
n°2203913
bixibu
Ca ... c'est fait!
Posté le 24-09-2013 à 11:09:32  profilanswer
 

flo850 a écrit :

grunt a des modules pour ça


 
Yes merci, je suis parti sur Grunt effectivement ... et ça me change la vie (live reload, minification, packaging à la maven, etc) Génial.


---------------
App Android NextGP : Store - TU | Makerworld
n°2203943
flo850
moi je
Posté le 24-09-2013 à 14:30:42  profilanswer
 

bixibu a écrit :


 
Yes merci, je suis parti sur Grunt effectivement ... et ça me change la vie (live reload, minification, packaging à la maven, etc) Génial.


grunt build
Running "clean:dist" (clean) task
Cleaning "dist/client/404.html"...OK
Cleaning "dist/client/apple-touch-icon-114x114.png"...OK
Cleaning "dist/client/apple-touch-icon-72x72.png"...OK
Cleaning "dist/client/apple-touch-icon.png"...OK
Cleaning "dist/client/favicon.ico"...OK
Cleaning "dist/client/font"...OK
Cleaning "dist/client/images"...OK
Cleaning "dist/client/index-android.html"...OK
Cleaning "dist/client/index.html"...OK
Cleaning "dist/client/manifest.appcache"...OK
Cleaning "dist/client/robots.txt"...OK
Cleaning "dist/client/scripts"...OK
Cleaning "dist/client/sound"...OK
Cleaning "dist/client/styles"...OK
 
Running "useminPrepare:html" (useminPrepare) task
Going through app/index.html to update the config
Looking for build script HTML comment blocks
 
Found a block:
    <!-- build:css styles/main.css -->
    <link rel="stylesheet" href="styles/bootstrap-perso.css">
    <link rel="stylesheet" href="styles/font-awesome.css">
    <link rel="stylesheet" href="styles/bootstrap-responsive.css">
    <link rel="stylesheet" href="styles/leaflet.css"/>
    <link rel="stylesheet" href="styles/leaflet.awesome-markers.css">
 
    <link rel="stylesheet" href="styles/application.css">
    <link rel="stylesheet" href="styles/dark.css">
    <!-- endbuild -->
Updating config with the following assets:
    - app/styles/bootstrap-perso.css
    - app/styles/font-awesome.css
    - app/styles/bootstrap-responsive.css
    - app/styles/leaflet.css
    - app/styles/leaflet.awesome-markers.css
    - app/styles/application.css
    - app/styles/dark.css
 
Found a block:
    <!-- build:js scripts/main.js -->
    <script data-main="scripts/main" src="scripts/require.js"></script>
    <!-- endbuild -->
Updating config with the following assets:
    - dist/client/scripts/main.js
 
Configuration is now:
 
  cssmin:
  { dist:
   { files:
      { '<%= yeoman.distclient %>/styles/main.css':
         [ 'app/styles/bootstrap-perso.css',
           'app/styles/font-awesome.css',
           'app/styles/bootstrap-responsive.css',
           'app/styles/leaflet.css',
           'app/styles/leaflet.awesome-markers.css',
           'app/styles/application.css',
           'app/styles/dark.css' ] } },
  'dist/client/styles/main.css': 'dist/client/styles/main.css' }
 
  concat:
  { 'dist/client/styles/main.css':
   [ 'app/styles/bootstrap-perso.css',
     'app/styles/font-awesome.css',
     'app/styles/bootstrap-responsive.css',
     'app/styles/leaflet.css',
     'app/styles/leaflet.awesome-markers.css',
     'app/styles/application.css',
     'app/styles/dark.css' ],
  'dist/client/scripts/main.js': [ 'dist/client/scripts/main.js' ] }
 
  uglify:
  { 'dist/client/scripts/main.js': 'dist/client/scripts/main.js',
  'dist/client/scripts/require.js': 'app/scripts/require.js' }
 
  requirejs:
  { dist:
   { options:
      { baseUrl: 'app/scripts',
        optimize: 'uglify2',
        preserveLicenseComments: true,
        useStrict: true,
        wrap: false,
        uglify2: { mangle: true },
        name: 'main',
        out: 'dist/client/scripts/main.js',
        mainConfigFile: 'app/scripts/main.js' } } }
 
Running "requirejs:dist" (requirejs) task
>> RequireJS optimizer finished
Uncompressed size: 1382203 bytes.
Compressed size: 157110 bytes gzipped. (540738 bytes minified)
 
Running "imagemin:dist" (imagemin) task
â app/images/leaflet/marker-shadow.png (already optimized)
â app/images/file.png (saved 1.88Kb)
â app/images/leaflet/layers.png (already optimized)
â app/images/pointille_2.png (saved 106.00B)
â app/images/pointille.png (saved 100.00B)
â app/images/trait_continu.png (saved 85.00B)
â app/images/message.png (saved 2.05Kb)
â app/images/truck.png (saved 2.02Kb)
â app/images/fire.png (saved 2.34Kb)
â app/images/leaflet/marker-icon.png (already optimized)
â app/images/leaflet/marker-icon@2x.png (already optimized)
â app/images/wms-offline.png (saved 2.15KB)
 
Running "htmlmin:dist" (htmlmin) task
File dist/client/404.html created.
Uncompressed size: 4051 bytes.
Compressed size: 725 bytes gzipped (4049 bytes minified).
File dist/client/index.html created.
Uncompressed size: 5076 bytes.
Compressed size: 993 bytes gzipped (4989 bytes minified).
 
Running "cssmin:dist" (cssmin) task
File dist/client/styles/main.css created.
Uncompressed size: 218453 bytes.
Compressed size: 23212 bytes gzipped (155991 bytes minified).
 
Running "cssmin:dist/client/styles/main.css" (cssmin) task
File dist/client/styles/main.css created.
Uncompressed size: 155991 bytes.
Compressed size: 23212 bytes gzipped (155991 bytes minified).
 
Running "copy:dist" (copy) task
Copied 16 files
 
Running "usemin:html" (usemin) task
 
Processing as HTML - dist/client/404.html
Update the HTML to reference our concat/min/revved script files
Update the HTML with the new css filenames
Update the HTML with the new img filenames
Update the HTML with data-main tags
Update the HTML with the data tags
Update the HTML with background imgs, case there is some inline style
Update the HTML with anchors images
Update the HTML with reference in input
 
Processing as HTML - dist/client/index-android.html
Update the HTML to reference our concat/min/revved script files
Update the HTML with the new css filenames
Update the HTML with the new img filenames
Update the HTML with data-main tags
Update the HTML with the data tags
Update the HTML with background imgs, case there is some inline style
Update the HTML with anchors images
Update the HTML with reference in input
 
Processing as HTML - dist/client/index.html
Update the HTML to reference our concat/min/revved script files
Update the HTML with the new css filenames
Update the HTML with the new img filenames
Update the HTML with data-main tags
Update the HTML with the data tags
Update the HTML with background imgs, case there is some inline style
Update the HTML with anchors images
Update the HTML with reference in input
 
Running "usemin:css" (usemin) task
 
Processing as CSS - dist/client/styles/main.css
Update the CSS with new img filenames
 
Running "manifest:generate" (manifest) task
File "dist/client/manifest.appcache" created.
 
 
Done, without errors.


---------------

n°2203944
masklinn
í dag viðrar vel til loftárása
Posté le 24-09-2013 à 14:31:17  profilanswer
 

Citation :

Each input element has a boolean dirty value flag. The dirty value flag must be initially set to false when the element is created, and must be set to true whenever the user interacts with the control in a way that changes the value. (It is also set to true when the value is programmatically changed, as described in the definition of the value IDL attribute.)


Et tu pourrais pas y donner accès à ce flag, con de mime [:petrus dei]


Message édité par masklinn le 24-09-2013 à 14:31:41

---------------
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?
n°2203951
Ydalb
In Crêpes n' Cidre I Trust!
Posté le 24-09-2013 à 15:07:46  profilanswer
 

Certains d'entres vous ont déjà eu besoin de faire tourner plusieurs version de PHP pour un même Apache (PHP-FPM) ? Des conseils / retours ?
J'ai besoin de faire cohabiter PHP 5.3 et 5.4


---------------
:o
n°2203967
koskoz
They see me trollin they hatin
Posté le 24-09-2013 à 16:23:55  profilanswer
 

Ydalb a écrit :

Certains d'entres vous ont déjà eu besoin de faire tourner plusieurs version de PHP pour un même Apache (PHP-FPM) ? Des conseils / retours ?
J'ai besoin de faire cohabiter PHP 5.3 et 5.4


 
J'ai eu cette problèmatique il y a quelques semaines.
Mon Apache classique avec le module PHP5.4, et des vhosts cutom avec PHP-FPM en 5.3. Le truc chiant c'est qu'il faut pas oublier de lancer PHP-FPM [:petrus75]


---------------
Twitter
n°2203978
Ydalb
In Crêpes n' Cidre I Trust!
Posté le 24-09-2013 à 16:55:43  profilanswer
 

koskoz a écrit :


 
J'ai eu cette problèmatique il y a quelques semaines.
Mon Apache classique avec le module PHP5.4, et des vhosts cutom avec PHP-FPM en 5.3. Le truc chiant c'est qu'il faut pas oublier de lancer PHP-FPM [:petrus75]


 
Tu aurais un tuto particulier que tu as suivi ?
On voit un peu de tout et de rien sur Google ...


---------------
:o
n°2203980
koskoz
They see me trollin they hatin
Posté le 24-09-2013 à 16:56:35  profilanswer
 

Ydalb a écrit :

 

Tu aurais un tuto particulier que tu as suivi ?
On voit un peu de tout et de rien sur Google ...

 

Nop, j'ai suivi la doc Apache. J'ai un peu galéré car il me manquait la directive FastCgiExternalServer.
Je n'ai malheureusement pas le vhost sous la main :/


Message édité par koskoz le 24-09-2013 à 16:57:09

---------------
Twitter
n°2203982
Ydalb
In Crêpes n' Cidre I Trust!
Posté le 24-09-2013 à 17:04:05  profilanswer
 

Entendu, merci :jap:


---------------
:o
n°2204240
masklinn
í dag viðrar vel til loftárása
Posté le 26-09-2013 à 12:06:23  profilanswer
 

Citation :

Addresses
Present contact information for the nearest ancestor or the entire body of work. Preserve formatting by ending all lines with <br>.


Y U NO whitespace: pre-line?


Message édité par masklinn le 26-09-2013 à 12:06: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?
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  1272  1273  1274  ..  1454  1455  1456  1457  1458  1459

Aller à :
Ajouter une réponse
 

Sujets relatifs
blabla 3blabla 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


Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)