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

 


 Mot :   Pseudo :  
  Aller à la page :
 
 Page :   1  2  3  4  5  ..  699  700  701  ..  1454  1455  1456  1457  1458  1459
Auteur Sujet :

blabla@web

n°1845001
masklinn
í dag viðrar vel til loftárása
Posté le 29-01-2009 à 22:07:16  profilanswer
 

Reprise du message précédent :


Passage rapide:

  • Il faut un readme pour indiquer que ça dépend de Raphael :(
  • C'est bien de mettre le code de la licence, mais faut ptet mettre l'année et la liste des holders :D
  • Commentaires en français [:sadnoir]
  • Style AllmanG [:sadnoir] (en mochifié en plus [:sadnoir] [:sadnoir] [:sadnoir])

edit:

  • les for sont pas var'd [:prozac]  
  • Trop d'espaces partout (avant les ";" des "for", avant les virgules dans les arguments de fonctions, après les parenthèses ouvrantes et avant les fermantes, ...)
  • Espacement inconsistant autour des "="
  • Initialisation des arrays inconsistant (parfois new Array() parfois [])
  • Il y a quelques lignes qui sont vraiment trop longues (genre #425)
  • Et l'indentation est pas toujours consistante non plus (e.g. fuckée ligne 390)


edit: j'crois que si ça continue je vais mettre des annotations sur le code, mais tu devrais commencer par deleter le repo, fixer la licence et recréer le projet :o Avec un readme :o
 
dernier edit:

Code :
  1. var marginLeft = this. _chart . _marginLeft;
  2.  var marginRight = this. _chart . _marginRight;
  3.  var marginTop  = this. _chart . _marginTop;
  4.  var marginBottom = this. _chart . _marginBottom;
  5.  var height = this. _chart ._height;
  6.  var width  = this. _chart ._width;
  7.  
  8.  var color = Raphael.hsb2rgb(Math.random(), 1, .75).hex;
  9.  
  10.  
  11.  var oneWidth =   Math.floor( (height  -marginTop -marginBottom ) / this. _chart._libelle.length );


T'abuses un peu là [:pingouino]


Message édité par masklinn le 29-01-2009 à 22:45: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?
mood
Publicité
Posté le 29-01-2009 à 22:07:16  profilanswer
 

n°1845013
flo850
moi je
Posté le 29-01-2009 à 22:31:14  profilanswer
 

bon je referais ça en ayant dormi un peu :d
 
rhoo, j'ai honte d'avoir laisser des trucs comme ça dans le code

Message cité 2 fois
Message édité par flo850 le 29-01-2009 à 22:32:08

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

n°1845026
nraynaud
lol
Posté le 29-01-2009 à 23:10:33  profilanswer
 

flo850 a écrit :


rhoo, j'ai honte d'avoir laisser des trucs comme ça dans le code


nan, on fait tous des conneries de cet ordre, c'est pour ça qu'il faut pas rester tout seul. Si tout le monde est exigent, ça fait monter le niveau d'exigence.


---------------
trainoo.com, c'est fini
n°1845034
FlorentG
Posté le 29-01-2009 à 23:31:12  profilanswer
 

flo850 a écrit :

rhoo, j'ai honte d'avoir laisser des trucs comme ça dans le code


Mais nan faut pas. On a tous pondu des machins ignobles parfoit, quick & dirty, but working

n°1845047
Dion
Acceuil
Posté le 30-01-2009 à 01:15:31  profilanswer
 

Machine a fait un post agressif mais constructif.
Jvais devoir faire un post gentil [:cerveau sadnoir]
 


---------------
It is not called show art
n°1845058
flo850
moi je
Posté le 30-01-2009 à 08:16:23  profilanswer
 

c'est un peu l'inconvenient de bosser tout seul , on se rend pas toujours compte de la lisibilité du code

 

me reste plus qu'à corriger

 

edit :
dion, contrairement à toi , Masklinn a des domaines d'expertise sur le forum, et donne donc de vrais conseils


Message édité par flo850 le 30-01-2009 à 08:18:11

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

n°1845060
Shinuza
This is unexecpected
Posté le 30-01-2009 à 08:20:54  profilanswer
 

Meme pas eu le temps de voir [:thalis]


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1845076
flo850
moi je
Posté le 30-01-2009 à 09:05:39  profilanswer
 

c'est pas forcement un mal  
 
il me faut des bon liens sur:

  •  mise en forme standardisée de code
  • l'heritage en javascript sans utiliser de FW ( je sais faire qu'avec YUI  [:mcrapid]  )
  • conventions de nommage  


ça , c'est pour améliorer la forme.  
 


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

n°1845094
erulio
Posté le 30-01-2009 à 10:23:37  profilanswer
 

[:drap]

n°1845126
masklinn
í dag viðrar vel til loftárása
Posté le 30-01-2009 à 11:22:40  profilanswer
 

flo850 a écrit :

c'est pas forcement un mal  

 

il me faut des bon liens sur:

  •  mise en forme standardisée de code

Code Convs de Douglas Crockford (Java modifiées)
code convs Java
(Open)BSD Kernel Normal Form, une variante du K&R mieux documentée

 
flo850 a écrit :

  • l'heritage en javascript sans utiliser de FW ( je sais faire qu'avec YUI  [:mcrapid]  )

http://javascript.crockford.com/prototypal.html (plus généralement, le site de Crockford est une bonne ressource pour du js "brut" avancé, même s'il est moche)

flo850 a écrit :

  • conventions de nommage

Souvent inclues dans les conventions de code.

Message cité 1 fois
Message édité par masklinn le 30-01-2009 à 11:24:57

---------------
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 30-01-2009 à 11:22:40  profilanswer
 

n°1845208
masklinn
í dag viðrar vel til loftárása
Posté le 30-01-2009 à 13:50:04  profilanswer
 


C'est moche, ça prend de la place verticale pour rien et ça sépare les clauses/conditions du body, ce que j'ai du mal à supporter (à la limite t'as Horstmann qui mitige ça).
 
C'est pas aussi horrible que GNU, mais bon voila quoi :(
 
OTBS FTFW anyway :o

Message cité 1 fois
Message édité par masklinn le 30-01-2009 à 13:51:28

---------------
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°1845211
nraynaud
lol
Posté le 30-01-2009 à 13:53:49  profilanswer
 

'tain justement nous ici on a des convention de code qui sont pas dans mes habitudes (mais c'est pas un combat prioritaire pour moi), et c'est la cata, parce que l'IDE les applique pas à ma place (oui, je suis obligé d'utiliser la touche tab). Résultat j'ai la moité des trucs dans une convention et l'autre moitié dans une autre [:ciler]


---------------
trainoo.com, c'est fini
n°1845213
masklinn
í dag viðrar vel til loftárása
Posté le 30-01-2009 à 13:55:21  profilanswer
 

nraynaud a écrit :

parce que l'IDE les applique pas à ma place


Wot [:pingouino dei]

 

edit: attends, tu fais du flache/AS non? L'IDE a pas un reformatteur automatique? Me semble bien me souvenir de ça pourtant :o

Message cité 1 fois
Message édité par masklinn le 30-01-2009 à 13:55:51

---------------
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°1845226
nraynaud
lol
Posté le 30-01-2009 à 14:14:16  profilanswer
 

masklinn a écrit :


Wot [:pingouino dei]
 
edit: attends, tu fais du flache/AS non? L'IDE a pas un reformatteur automatique? Me semble bien me souvenir de ça pourtant :o


ouais, mais c'est Flex Builder, le truc qui marche pas.  
 
donc je l'utilise comme un notepad avec ctrl+espace pour aider un peu.


---------------
trainoo.com, c'est fini
n°1845243
flo850
moi je
Posté le 30-01-2009 à 14:47:37  profilanswer
 

masklinn a écrit :


Code Convs de Douglas Crockford (Java modifiées)
code convs Java
(Open)BSD Kernel Normal Form, une variante du K&R mieux documentée
 
 
http://javascript.crockford.com/prototypal.html (plus généralement, le site de Crockford est une bonne ressource pour du js "brut" avancé, même s'il est moche)
 
Souvent inclues dans les conventions de code.


:jap:


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

n°1845258
masklinn
í dag viðrar vel til loftárása
Posté le 30-01-2009 à 15:25:11  profilanswer
 

nraynaud a écrit :


ouais, mais c'est Flex Builder, le truc qui marche pas.  
 
donc je l'utilise comme un notepad avec ctrl+espace pour aider un peu.


T'aurais appris à utiliser emacs ou vi au lieu de tes IDEs de merde, t'aurais pas ce problème [:classe++]


---------------
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°1845666
flo850
moi je
Posté le 31-01-2009 à 21:51:39  profilanswer
 
n°1845686
mIRROR
Chevreuillobolchévik
Posté le 31-01-2009 à 22:53:43  profilanswer
 

sexy :jap:


---------------
« The enemy is the gramophone mind, whether or not one agrees with the record that is being played at the moment. » — George Orwell
n°1845699
Shinuza
This is unexecpected
Posté le 01-02-2009 à 02:47:09  profilanswer
 

masklinn a écrit :


C'est moche, ça prend de la place verticale pour rien et ça sépare les clauses/conditions du body, ce que j'ai du mal à supporter (à la limite t'as Horstmann qui mitige ça).
 
C'est pas aussi horrible que GNU, mais bon voila quoi :(
 
OTBS FTFW anyway :o


Je me vois obligé de plusoyer Masklinn :/


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
n°1845787
theredled
● REC
Posté le 01-02-2009 à 12:43:14  profilanswer
 

Moi j'aime bien et je m'y mets, ça aère.


---------------
Contes de fées en yaourt --- --- zed, souviens-toi de ma dernière lettre. --- Rate ta musique
n°1845834
masklinn
í dag viðrar vel til loftárása
Posté le 01-02-2009 à 17:04:46  profilanswer
 


jslint haet u [:sadnoir]

 

JavaScript Lint 0.3.0 (JavaScript-C 1.5 2004-09-24)
Developed by Matthias Miller (http://www.JavaScriptLint.com)

 

chart.js
/private/tmp/chart.js(19): lint warning: missing semicolon
 this.getHeight = function ()
........^

 

/private/tmp/chart.js(27): lint warning: missing semicolon
 this.getLabels = function(){
........^

 

/private/tmp/chart.js(30): lint warning: comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==)
   if(this.series.length  ==0) {
..................................................^

 

/private/tmp/chart.js(44): lint warning: missing semicolon
 this.getMarginLeft =function(){
........^

 

/private/tmp/chart.js(46): lint warning: leading decimal point may indicate a number or an object member
   this.attr.marginLeft = Math.floor(this.getWidth()*.1);;
..........................................................................^

 

/private/tmp/chart.js(46): lint warning: empty statement or extra semicolon
   this.attr.marginLeft = Math.floor(this.getWidth()*.1);;
..............................................................................^

 

/private/tmp/chart.js(51): lint warning: missing semicolon
 this.getMarginRight =function(){
........^

 

/private/tmp/chart.js(53): lint warning: leading decimal point may indicate a number or an object member
   this.attr.marginRight = Math.floor(this.getWidth()*.03);;
...........................................................................^

 

/private/tmp/chart.js(53): lint warning: empty statement or extra semicolon
   this.attr.marginRight = Math.floor(this.getWidth()*.03);;
................................................................................^

 

/private/tmp/chart.js(58): lint warning: missing semicolon
 this.getMarginBottom =function(){
........^

 

/private/tmp/chart.js(60): lint warning: leading decimal point may indicate a number or an object member
   this.attr.marginBottom = Math.floor(this.getHeight()*.1);;
.............................................................................^

 

/private/tmp/chart.js(60): lint warning: empty statement or extra semicolon
   this.attr.marginBottom = Math.floor(this.getHeight()*.1);;
.................................................................................^

 

/private/tmp/chart.js(65): lint warning: missing semicolon
 this.getMarginTop =function(){
........^

 

/private/tmp/chart.js(67): lint warning: leading decimal point may indicate a number or an object member
   this.attr.marginTop = Math.floor(this.getHeight()*.03);;
..........................................................................^

 

/private/tmp/chart.js(67): lint warning: empty statement or extra semicolon
   this.attr.marginTop = Math.floor(this.getHeight()*.03);;
...............................................................................^

 

/private/tmp/chart.js(72): lint warning: missing semicolon
 this.addSerie = function (serie) {
........^

 

/private/tmp/chart.js(76): lint warning: missing semicolon
 this.getSeries = function(){
........^

 

/private/tmp/chart.js(80): lint warning: missing semicolon
 this.getMax =function(){
........^

 

/private/tmp/chart.js(90): lint warning: missing semicolon
 this.draw = function () {
........^

 

/private/tmp/chart.js(98): lint warning: missing semicolon
 drawHorizontalChart = function(chart){
........^

 

/private/tmp/chart.js(105): lint warning: missing semicolon
 this.verticalChartView = function (chart){
........^

 

/private/tmp/chart.js(123): lint warning: missing semicolon
  var axis = this.chart.path( {stroke: "white", "stroke-width": 1});
................^

 

/private/tmp/chart.js(141): lint warning: comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==)
   if(cpt%2 ==0){
....................................^

 

/private/tmp/chart.js(170): warning: redeclaration of var cpt
  for( var cpt = 0 ; cpt*step < max ; cpt ++) {
.........................^

 

/private/tmp/chart.js(191): lint warning: missing semicolon
}
^

 

/private/tmp/chart.js(214): lint warning: missing break statement for last case in switch
  }
................^

 

/private/tmp/chart.js(218): lint warning: missing semicolon
 this.drawBar= function (chart,drawingArea,scale){
........^

 

/private/tmp/chart.js(226): lint warning: leading decimal point may indicate a number or an object member
   colors[row] = Raphael.hsb2rgb(Math.random(), 1, .75).hex;
........................................................................^

 

/private/tmp/chart.js(235): warning: redeclaration of var row
    for(var row = 0 ; row < this.values.length ; row ++){
........................................^

 

/private/tmp/chart.js(238): lint warning: missing semicolon
     var y= this.values[row][col] * scale.y;
........................................^

 

/private/tmp/chart.js(250): warning: redeclaration of var barWidth
   var barWidth = scale.x*0.8 / this.values.length;
............................^

 

/private/tmp/chart.js(251): warning: redeclaration of var col
   for( var col in this.values[0] )
.................................^

 

/private/tmp/chart.js(253): warning: redeclaration of var row
    for(var row = 0 ; row < this.values.length ; row ++)
........................................^

 

/private/tmp/chart.js(256): warning: redeclaration of var rectAttr
     var rectAttr = {fill: colors[row], stroke: "#000", "stroke-width": 1, "fill-opacity" : 0.3}
............................................^

 

/private/tmp/chart.js(257): lint warning: missing semicolon
     var y = this.values[row][col] * scale.y;
........................................^

 

/private/tmp/chart.js(257): warning: redeclaration of var y
     var y = this.values[row][col] * scale.y;
............................................^

 

/private/tmp/chart.js(258): warning: redeclaration of var x
     var x = left + (col- 0.4) * scale.x + barWidth*row;
............................................^

 

/private/tmp/chart.js(259): warning: redeclaration of var rect
     var rect = chart.rect( x , height-y +top, barWidth ,  y  ).attr(rectAttr);
............................................^

 

/private/tmp/chart.js(261): warning: redeclaration of var txt
     var txt = chart.text ( left + col * scale.x , height - y/2 , this.values[row][col]).attr(txtAttr).hide() ;
............................................^

 

/private/tmp/chart.js(271): lint warning: missing semicolon
 currentHoverTxt=null;
........^

 

/private/tmp/chart.js(297): lint warning: leading decimal point may indicate a number or an object member
   colors[row] = Raphael.hsb2rgb(Math.random(), 1, .75).hex;
........................................................................^

 

/private/tmp/chart.js(305): warning: redeclaration of var row
   for( var row in this.values )
.................................^

 

/private/tmp/chart.js(313): lint warning: comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==)
     if(col==0){
.................................................^

 

/private/tmp/chart.js(331): lint warning: missing semicolon
 this.getType = function(){
........^

 

/private/tmp/chart.js(336): lint warning: missing semicolon
 this.getValues =function (){
........^

 

/private/tmp/chart.js(340): lint warning: missing semicolon
 this.getMax =function (){
........^

 

/private/tmp/chart.js(359): warning: redeclaration of var row
   for (var row in this.values) {
.................................^

 

/private/tmp/chart.js(360): warning: redeclaration of var col
    for( var col in this.values[row]){
.........................................^

 

/private/tmp/chart.js(371): lint warning: missing semicolon
 this.getMin =function(){
........^

 

/private/tmp/chart.js(380): lint warning: missing semicolon
}
^

 


0 error(s), 50 warning(s)


edit: bordel les tabs sont toutes fuckées [:pingouino] [:sisicaivrai]


Message édité par masklinn le 01-02-2009 à 17:06:03

---------------
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°1845852
flo850
moi je
Posté le 01-02-2009 à 18:05:53  profilanswer
 

chart.js
/private/tmp/chart.js(19): lint warning: missing semicolon
 this.getHeight = function ()

 

je comprends même pas pkoi il couine

Message cité 1 fois
Message édité par flo850 le 01-02-2009 à 18:16:15

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

n°1845853
masklinn
í dag viðrar vel til loftárása
Posté le 01-02-2009 à 18:10:42  profilanswer
 

flo850 a écrit :

chart.js
/private/tmp/chart.js(19): lint warning: missing semicolon
 this.getHeight = function ()

 

je comprends même pas depuis il couine


Code :
  1. this.getWidth = function ()
  2.     {
  3.         if (!this.attr.width)
  4.             attr.width =600;
  5.             
  6.         return this.attr.width;
  7.     }
  8.     this.getHeight = function ()
  9.     {


devrait être

Code :
  1. this.getWidth = function ()
  2.     {
  3.         if (!this.attr.width)
  4.             attr.width =600;
  5.             
  6.         return this.attr.width;
  7.     }; // <- il manquait un ";" ici
  8.     this.getHeight = function ()
  9.     {


mais lint se plaint just avant le statement d'après (this.getHeight), pour dire qu'il a pas trouvé le ";" qu'il demande.

 

Le problème c'est que le forum fuck les tabs, normalement ce bout de warning devrait être

chart.js
/private/tmp/chart.js(19): lint warning: missing semicolon
        this.getHeight = function ()
........^


ce qui est un nanopoil plus clair (j'ai absolument pas eu le courage de refaire toutes les indentations)


Message édité par masklinn le 01-02-2009 à 18:12:16

---------------
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°1845854
flo850
moi je
Posté le 01-02-2009 à 18:16:43  profilanswer
 

ok , je corrige

 

EDIT : done
reste plus que des warning: redeclaration of var xxx et des  The body of a for in should be wrapped in an if statement to filter unwanted properties from the prototype.
mais ça, est ce que ça vaut le coup de le corriger ?


Message édité par flo850 le 01-02-2009 à 19:00:22

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

n°1846112
mareek
Et de 3 \o/
Posté le 02-02-2009 à 16:15:39  profilanswer
 

question javascript:
Est-ce que je peux sélectionner le texte d'un span en Javascript ? si oui, ça marche sur quels browsers ? si non, j'ai quoi comme alternative ?
 
Merci d'avance :jap:


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1846122
ratibus
Posté le 02-02-2009 à 16:23:35  profilanswer
 

mareek a écrit :

question javascript:
Est-ce que je peux sélectionner le texte d'un span en Javascript ? si oui, ça marche sur quels browsers ? si non, j'ai quoi comme alternative ?
 
Merci d'avance :jap:


Avec ou sans framework ?


---------------
Mon blog
n°1846123
mIRROR
Chevreuillobolchévik
Posté le 02-02-2009 à 16:25:43  profilanswer
 

innerHTML ca marche partout depuis IE6 :o


---------------
« The enemy is the gramophone mind, whether or not one agrees with the record that is being played at the moment. » — George Orwell
n°1846124
mareek
Et de 3 \o/
Posté le 02-02-2009 à 16:27:59  profilanswer
 

ratibus a écrit :

Avec ou sans framework ?


de préférence sans.

mIRROR a écrit :

innerHTML ca marche partout depuis IE6 :o


Je veux sélectionner le texte au sens windows : si je fait Ctrl+C, le texte sélectionné doit se retrouver dans mon presse papier.


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1846125
mareek
Et de 3 \o/
Posté le 02-02-2009 à 16:29:40  profilanswer
 

j'ai trouvé une solution: je vais remplacer mon span par un input texte en readonly avec un border-width à 0.
 
Merci quand même [:ojap]

Message cité 1 fois
Message édité par mareek le 02-02-2009 à 16:30:02

---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1846126
flo850
moi je
Posté le 02-02-2009 à 16:30:43  profilanswer
 

mareek a écrit :

j'ai trouvé une solution: je vais remplacer mon span par un input texte en readonly avec un border-width à 0.
 
Merci quand même [:ojap]


tu appelles ça une solution ?


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

n°1846134
flo850
moi je
Posté le 02-02-2009 à 16:41:17  profilanswer
 

attends ,j'ai trouvé pire que moi en js :o


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

n°1846137
mareek
Et de 3 \o/
Posté le 02-02-2009 à 16:49:09  profilanswer
 

flo850 a écrit :


tu appelles ça une solution ?


Vérifions ça:
✔ Répond à mon problème
✔ Fonctionne dans tous les navigateurs
✔ Ne nécessite pas de composants externes ou de fonctionalités exotiques
✔ Est implémentable relativement facilement
 
JE crois que nous sommes effectivement en présence d'une solution [:romf]


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1846140
Dion
Acceuil
Posté le 02-02-2009 à 16:55:49  profilanswer
 

mareek a écrit :


Vérifions ça:
✔ Répond à mon problème
✔ Fonctionne dans tous les navigateurs
✔ Ne nécessite pas de composants externes ou de fonctionalités exotiques
✔ Est implémentable relativement facilement
 
JE crois que nous sommes effectivement en présence d'une solution [:romf]


 
Non une solution c'est une méthode qui ne résout pas forcément le problème mais qui donne la trique a flonuméro ou shinuza (machine et gatsu étant trop sensibles)


---------------
It is not called show art
n°1846153
bixibu
Ca ... c'est fait!
Posté le 02-02-2009 à 17:12:53  profilanswer
 

mareek a écrit :


Vérifions ça:
✔ Répond à mon problème
✔ Fonctionne dans tous les navigateurs
✔ Ne nécessite pas de composants externes ou de fonctionalités exotiques
✔ Est implémentable relativement facilement
 
JE crois que nous sommes effectivement en présence d'une solution [:romf]


 
via google .. :
http://www.sitepoint.com/forums/sh [...] p?t=459934

n°1846160
mareek
Et de 3 \o/
Posté le 02-02-2009 à 17:21:48  profilanswer
 


merci [:romf]
Dommage que ça ne fonctionne pas sous opera (mais c'est pas grave dans mon cas)


---------------
"I wonder if the internal negative pressure in self pumping toothpaste tubes is adjusted for different market altitudes." John Carmack
n°1846472
bixibu
Ca ... c'est fait!
Posté le 03-02-2009 à 14:09:02  profilanswer
 

Ya un petit bout de temps, je cherchais comment "catcher" une fatal error en PHP (ou au moins en etre alerté d'une facon ou d'une autre, meme crade).. :
 
http://fr.php.net/manual/fr/functi [...] .php#73759
 
c'est pas propre et necessite le JS activé, mais ca fait son boulot

n°1846474
FlorentG
Posté le 03-02-2009 à 14:10:30  profilanswer
 

T'appelles ça catcher une erreur ? [:pingouino]

n°1846476
theredled
● REC
Posté le 03-02-2009 à 14:11:19  profilanswer
 

attention guillemets.


---------------
Contes de fées en yaourt --- --- zed, souviens-toi de ma dernière lettre. --- Rate ta musique
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4  5  ..  699  700  701  ..  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)