Accueil > > > DES LETTRES EN VRAC QUI FINISSENT PAR FAIRE UN MESSAGE...
DES LETTRES EN VRAC QUI FINISSENT PAR FAIRE UN MESSAGE...
Information sur la source
Description
Des lettres tourbillonnent sur la page et finissent par écrire un message, puis elles disparaissent une par une, puis nouveau tourbillon de lettres et nouveau message...
Source
- <body>
- <SCRIPT>
- var exerc=new Array()
- var Palcoul=new Array()
-
- exerc[0]="Bienvenue sur cette page..." // messages à brasser !
- exerc[1]="Changez le texte, la couleur, la vitesse..."
- exerc[2]="Enfin tout ce que vous voulez..."
- exerc[3]="Ce script est fait pour cela..."
- exerc[4]="Il donnera à votre page, un peu..."
- exerc[5]="De vitalité... Alors amusez-vous bien !"
-
- Palcoul[0]="red" // ici on change la couleurs des lettres
- Palcoul[1]="blue"
- Palcoul[2]="black"
- Palcoul[3]="yellow"
- Palcoul[4]="green"
- Palcoul[5]="orange"
-
- var flIc="verdana" // la police
-
- var sizeflIc=18
-
- var sizeflIcHTML=3 // pour Netscape
-
- var aTtentE=2 // une p'tite pause entre 2 messages
-
- var GrasD="bold"
- var GrasDo="<b>"
- var GrasDou="</b>"
- var Parfais="normal"
- var Parfais1=""
- var Parfais2=""
- var EnPlace="topleft"
- var Etend=new Array()
- var Etendu=0
- var Mess4g=0
- var D3goul=0
- var Ecarte=Math.floor(sizeflIc/1.3)
- var All3
- var Padnot=0
- var Exploz
- var PadnotChemin=0
- var Cetout=1
- var CetoutSec=Cetout*10
- var Ximum=0
- var OnaretLa=0
- var GelAr=0
- var TeHau=0
- var LRgeur=1
- var HTeur=1
- var PointCent=0
- var Dep4x=0
- var Dep4y=0
- aTtentE*=1000
- var DisTxap=new Array()
- var DisTyap=new Array()
- var DisTexap=new Array()
- var DisTeyap=0
- var MaxiT=20
- var MaxiMT=0
- var ns4=document.layers?1:0
- var ns6=document.getElementById&&!document.all?1:0
- var ie=document.all?1:0
- for (i=0;i<=exerc.length-1;i++) {
- if (exerc[i].length>=Ximum) {Ximum=exerc[i].length}
- }
- for (i=0;i<=exerc.length-1;i++) {
- exerc[i]=exerc[i]+" "
- }
- var PoinTx=new Array()
- for (i=0;i<=Ximum;i++) {
- PoinTx[i]=5000
- }
- var PoinTy=new Array()
- for (i=0;i<=Ximum;i++) {
- PoinTy[i]=5000
- }
- function Cool(cafait) {
- return Math.floor(cafait*Math.random())
- }
- function melange() {
- if (ie) {
- TeHau=parseInt(document.body.clientHeight)
- GelAr=parseInt(document.body.clientWidth)
- }
- if (ns4 || ns6) {
- TeHau=parseInt(window.innerHeight)
- GelAr=parseInt(window.innerWidth)
- }
- Dep4x=GelAr-2*parseInt(sizeflIc)
- Dep4y=TeHau-2*parseInt(sizeflIc)
-
- Autr3choz3()
- }
- function Autr3choz3() {
- Etendu=0
- var T3xas=exerc[Padnot]
- Exploz=T3xas.split("")
- if (ie) {
- for (i=0;i<=Exploz.length-1;i++) {
- var sesspan=eval("document.all.span"+i)
- sesspan.innerHTML="<span style='font-family:"+flIc+";font-size:"+sizeflIc+";font-style:"+Parfais+";font-weight:"+GrasD+";color:"+Palcoul[D3goul]+";text-align:center'>"+Exploz[i]+"</span>"
- D3goul++
- if (D3goul>Palcoul.length-1) {D3goul=0}
- Etend[i]=Math.round(sesspan.offsetWidth*1.2)
-
- if (Etend[i]==0) {Etend[i]=parseInt(sizeflIc)}
- Etendu+=Etend[i]
- Mess4g=Math.round(document.all.span0.offsetHeight)
- }
- }
- if (ns6) {
- for (i=0;i<=Exploz.length-1;i++) {
- var sesspan=eval(document.getElementById('span'+i))
- sesspan.innerHTML="<span style='font-family:"+flIc+";font-size:"+sizeflIc+";font-style:"+Parfais+";font-weight:"+GrasD+";color:"+Palcoul[D3goul]+"'>"+Exploz[i]+"</span>"
- D3goul++
- if (D3goul>Palcoul.length-1) {D3goul=0}
- Etend[i]=Math.round(parseInt(sesspan.offsetWidth)*1.2)
- if (Etend[i]==0) {Etend[i]=sizeflIc}
- Etendu+=Etend[i]
- Mess4g=Math.round(document.getElementById('span0').offsetHeight)
- }
-
- }
- if (ns4) {
- for (i=0; i<Exploz.length-1; i++) {
- var sesspan=eval("document.span"+i+".document")
- sesspan.write("<p><font size="+sizeflIcHTML+" color="+Palcoul[D3goul]+" face="+flIc+">"+Parfais1+GrasDo+Exploz[i]+GrasDou+Parfais2+"</font></p>")
- sesspan.close()
- Etend[i]=Math.round(sesspan.width*1.2)
- if (Etend[i]==0) {Etend[i]=sizeflIc}
- Etendu+=Etend[i]
- Mess4g=Math.round(document.span0.document.height)
- sesspan.clear()
- D3goul++
- if (D3goul>Palcoul.length-1) {D3goul=0}
- }
- for (i=0; i<Exploz.length-1; i++) {
- var sesspan=eval("document.span"+i)
- sesspan.visibility="show"
- }
- }
- Padnot++
- if (Padnot>=exerc.length) {Padnot=0}
- JtCherChe()
- }
- function JtCherChe() {
- if (ie || ns6) {var padding_x=100}; if (ns4) {var padding_x=40};
- if (ie || ns6) {var padding_y=80}; if (ns4) {var padding_y=40};
- if (EnPlace=="middlecenter") {
- DisTexap[0]=(GelAr-Etendu)/2
- DisTeyap=(TeHau-Mess4g)/2
- }
- else if (EnPlace=="topleft") {
- DisTexap[0]=5
- DisTeyap=0
- }
- else if (EnPlace=="topcenter") {
- DisTexap[0]=(GelAr-Mess4g)/2
- DisTeyap=0
- }
- else if (EnPlace=="topright") {
- DisTexap[0]=GelAr-Mess4g
- DisTeyap=0
- }
- else if (EnPlace=="bottomleft") {
- DisTexap[0]=5
- DisTeyap=TeHau-Mess4g
- }
- else if (EnPlace=="bottomcenter") {
- DisTexap[0]=(GelAr-Etendu)/2
- DisTeyap=TeHau-Mess4g
- }
- else if (EnPlace=="bottomright") {
- DisTexap[0]=GelAr-Etendu
- DisTeyap=TeHau-Mess4g
- }
- for (i=1;i<Exploz.length-1;i++) {
- DisTexap[i]=DisTexap[i-1]+Etend[i-1]
- }
- RappoRtComm()
- }
- function RappoRtComm() {
- if (ie) {
- for (i=0;i<Exploz.length-1;i++) {
- var sesspan=eval("document.all.span"+i+".style")
- sesspan.posLeft=Cool(Dep4x)
- sesspan.posTop=Cool(Dep4y)
- }
- }
- if (ns4) {
- for (i=0;i<Exploz.length-1;i++) {
- var sesspan=eval("document.span"+i)
- sesspan.left=Cool(Dep4x)
- sesspan.top=Cool(Dep4y)
- }
- }
- if (ns6) {
- for (i=0;i<Exploz.length-1;i++) {
- var sesspan=eval("document.getElementById('span'+i).style")
- sesspan.left=Cool(Dep4x)
- sesspan.top=Cool(Dep4y)
- }
- }
- QuicK()
- }
- function QuicK() {
- if (ie) {
- if (MaxiMT<=MaxiT-1) {
- for (i=0;i<Exploz.length-1;i++) {
- var sesspan=eval("document.all.span"+i+".style")
- DisTxap[i]=(DisTexap[i]-sesspan.posLeft)/(MaxiT-MaxiMT)
- DisTyap[i]=(DisTeyap-sesspan.posTop)/(MaxiT-MaxiMT)
- sesspan.posLeft+=DisTxap[i]
- sesspan.posTop+=DisTyap[i]
- }
- MaxiMT++
- var All3=setTimeout("QuicK()",20)
- }
- else {
- MaxiMT=0
- clearTimeout(All3)
- All3=setTimeout("BeBacK()",aTtentE)
- }
- }
- if (ns4) {
- if (MaxiMT<=MaxiT-1) {
- for (i=0;i<Exploz.length-1;i++) {
- var sesspan=eval("document.span"+i)
- DisTxap[i]=(DisTexap[i]-sesspan.left)/(MaxiT-MaxiMT)
- DisTyap[i]=(DisTeyap-sesspan.top)/(MaxiT-MaxiMT)
- sesspan.left+=DisTxap[i]
- sesspan.top+=DisTyap[i]
- }
- MaxiMT++
- var All3=setTimeout("QuicK()",20)
- }
- else {
- MaxiMT=0
- clearTimeout(All3)
- All3=setTimeout("BeBacK()",aTtentE)
- }
- }
- if (ns6) {
- if (MaxiMT<=MaxiT-1) {
- for (i=0;i<Exploz.length-1;i++) {
- var sesspan=eval("document.getElementById('span'+i).style")
- DisTxap[i]=(DisTexap[i]-parseInt(sesspan.left))/(MaxiT-MaxiMT)
- DisTyap[i]=(DisTeyap-parseInt(sesspan.top))/(MaxiT-MaxiMT)
- sesspan.left=parseInt(sesspan.left)+DisTxap[i]
- sesspan.top=parseInt(sesspan.top)+DisTyap[i]
- }
- MaxiMT++
- var All3=setTimeout("QuicK()",20)
- }
- else {
- MaxiMT=0
- clearTimeout(All3)
- All3=setTimeout("BeBacK()",aTtentE)
- }
- }
- }
- function BeBacK() {
- if (ie) {
- if (MaxiMT<=Exploz.length-1) {
- var sesspan=eval("document.all.span"+MaxiMT+".style")
- sesspan.posLeft=-1000
- MaxiMT++
- var All3=setTimeout("BeBacK()",10)
- }
- else {
- clearTimeout(All3)
- MaxiMT=0
- var All3=setTimeout("Autr3choz3()",400)
- }
- }
- if (ns4) {
- if (MaxiMT<=Exploz.length-1) {
- var sesspan=eval("document.span"+MaxiMT)
- sesspan.left=-1000
- MaxiMT++
- var All3=setTimeout("BeBacK()",10)
- }
- else {
- clearTimeout(All3)
- MaxiMT=0
- Autr3choz3()
- }
- }
-
- if (ns6) {
- if (MaxiMT<=Exploz.length-1) {
- var sesspan=eval("document.getElementById('span'+MaxiMT).style")
- sesspan.left=-1000
- MaxiMT++
- var All3=setTimeout("BeBacK()",10)
- }
- else {
- clearTimeout(All3)
- MaxiMT=0
- Autr3choz3()
- }
- }
- }
-
- if (ie) {
- for (i=0;i<=Ximum;i++) {
- document.write("<span id='span"+i+"' style='position:absolute'>")
-
- document.write("</span>")
- }
- window.onload=melange
- }
- if (ns6) {
- for (i=0;i<=Ximum;i++) {
- document.write("<span id='span"+i+"' style='position:absolute'>")
- document.write(Exploz)
- document.write("</span>")
- }
- window.onload=melange
- }
- if (ns4) {
- for (i=0;i<=Ximum;i++) {
- document.write("<layer name='span"+i+"' visibility=hide>")
- document.write(Exploz)
- document.write("</layer>")
- }
- window.onload=melange
- }
- </script>
- <body bgcolor="#cccccc">
- </body>
<body>
<SCRIPT>
var exerc=new Array()
var Palcoul=new Array()
exerc[0]="Bienvenue sur cette page..." // messages à brasser !
exerc[1]="Changez le texte, la couleur, la vitesse..."
exerc[2]="Enfin tout ce que vous voulez..."
exerc[3]="Ce script est fait pour cela..."
exerc[4]="Il donnera à votre page, un peu..."
exerc[5]="De vitalité... Alors amusez-vous bien !"
Palcoul[0]="red" // ici on change la couleurs des lettres
Palcoul[1]="blue"
Palcoul[2]="black"
Palcoul[3]="yellow"
Palcoul[4]="green"
Palcoul[5]="orange"
var flIc="verdana" // la police
var sizeflIc=18
var sizeflIcHTML=3 // pour Netscape
var aTtentE=2 // une p'tite pause entre 2 messages
var GrasD="bold"
var GrasDo="<b>"
var GrasDou="</b>"
var Parfais="normal"
var Parfais1=""
var Parfais2=""
var EnPlace="topleft"
var Etend=new Array()
var Etendu=0
var Mess4g=0
var D3goul=0
var Ecarte=Math.floor(sizeflIc/1.3)
var All3
var Padnot=0
var Exploz
var PadnotChemin=0
var Cetout=1
var CetoutSec=Cetout*10
var Ximum=0
var OnaretLa=0
var GelAr=0
var TeHau=0
var LRgeur=1
var HTeur=1
var PointCent=0
var Dep4x=0
var Dep4y=0
aTtentE*=1000
var DisTxap=new Array()
var DisTyap=new Array()
var DisTexap=new Array()
var DisTeyap=0
var MaxiT=20
var MaxiMT=0
var ns4=document.layers?1:0
var ns6=document.getElementById&&!document.all?1:0
var ie=document.all?1:0
for (i=0;i<=exerc.length-1;i++) {
if (exerc[i].length>=Ximum) {Ximum=exerc[i].length}
}
for (i=0;i<=exerc.length-1;i++) {
exerc[i]=exerc[i]+" "
}
var PoinTx=new Array()
for (i=0;i<=Ximum;i++) {
PoinTx[i]=5000
}
var PoinTy=new Array()
for (i=0;i<=Ximum;i++) {
PoinTy[i]=5000
}
function Cool(cafait) {
return Math.floor(cafait*Math.random())
}
function melange() {
if (ie) {
TeHau=parseInt(document.body.clientHeight)
GelAr=parseInt(document.body.clientWidth)
}
if (ns4 || ns6) {
TeHau=parseInt(window.innerHeight)
GelAr=parseInt(window.innerWidth)
}
Dep4x=GelAr-2*parseInt(sizeflIc)
Dep4y=TeHau-2*parseInt(sizeflIc)
Autr3choz3()
}
function Autr3choz3() {
Etendu=0
var T3xas=exerc[Padnot]
Exploz=T3xas.split("")
if (ie) {
for (i=0;i<=Exploz.length-1;i++) {
var sesspan=eval("document.all.span"+i)
sesspan.innerHTML="<span style='font-family:"+flIc+";font-size:"+sizeflIc+";font-style:"+Parfais+";font-weight:"+GrasD+";color:"+Palcoul[D3goul]+";text-align:center'>"+Exploz[i]+"</span>"
D3goul++
if (D3goul>Palcoul.length-1) {D3goul=0}
Etend[i]=Math.round(sesspan.offsetWidth*1.2)
if (Etend[i]==0) {Etend[i]=parseInt(sizeflIc)}
Etendu+=Etend[i]
Mess4g=Math.round(document.all.span0.offsetHeight)
}
}
if (ns6) {
for (i=0;i<=Exploz.length-1;i++) {
var sesspan=eval(document.getElementById('span'+i))
sesspan.innerHTML="<span style='font-family:"+flIc+";font-size:"+sizeflIc+";font-style:"+Parfais+";font-weight:"+GrasD+";color:"+Palcoul[D3goul]+"'>"+Exploz[i]+"</span>"
D3goul++
if (D3goul>Palcoul.length-1) {D3goul=0}
Etend[i]=Math.round(parseInt(sesspan.offsetWidth)*1.2)
if (Etend[i]==0) {Etend[i]=sizeflIc}
Etendu+=Etend[i]
Mess4g=Math.round(document.getElementById('span0').offsetHeight)
}
}
if (ns4) {
for (i=0; i<Exploz.length-1; i++) {
var sesspan=eval("document.span"+i+".document")
sesspan.write("<p><font size="+sizeflIcHTML+" color="+Palcoul[D3goul]+" face="+flIc+">"+Parfais1+GrasDo+Exploz[i]+GrasDou+Parfais2+"</font></p>")
sesspan.close()
Etend[i]=Math.round(sesspan.width*1.2)
if (Etend[i]==0) {Etend[i]=sizeflIc}
Etendu+=Etend[i]
Mess4g=Math.round(document.span0.document.height)
sesspan.clear()
D3goul++
if (D3goul>Palcoul.length-1) {D3goul=0}
}
for (i=0; i<Exploz.length-1; i++) {
var sesspan=eval("document.span"+i)
sesspan.visibility="show"
}
}
Padnot++
if (Padnot>=exerc.length) {Padnot=0}
JtCherChe()
}
function JtCherChe() {
if (ie || ns6) {var padding_x=100}; if (ns4) {var padding_x=40};
if (ie || ns6) {var padding_y=80}; if (ns4) {var padding_y=40};
if (EnPlace=="middlecenter") {
DisTexap[0]=(GelAr-Etendu)/2
DisTeyap=(TeHau-Mess4g)/2
}
else if (EnPlace=="topleft") {
DisTexap[0]=5
DisTeyap=0
}
else if (EnPlace=="topcenter") {
DisTexap[0]=(GelAr-Mess4g)/2
DisTeyap=0
}
else if (EnPlace=="topright") {
DisTexap[0]=GelAr-Mess4g
DisTeyap=0
}
else if (EnPlace=="bottomleft") {
DisTexap[0]=5
DisTeyap=TeHau-Mess4g
}
else if (EnPlace=="bottomcenter") {
DisTexap[0]=(GelAr-Etendu)/2
DisTeyap=TeHau-Mess4g
}
else if (EnPlace=="bottomright") {
DisTexap[0]=GelAr-Etendu
DisTeyap=TeHau-Mess4g
}
for (i=1;i<Exploz.length-1;i++) {
DisTexap[i]=DisTexap[i-1]+Etend[i-1]
}
RappoRtComm()
}
function RappoRtComm() {
if (ie) {
for (i=0;i<Exploz.length-1;i++) {
var sesspan=eval("document.all.span"+i+".style")
sesspan.posLeft=Cool(Dep4x)
sesspan.posTop=Cool(Dep4y)
}
}
if (ns4) {
for (i=0;i<Exploz.length-1;i++) {
var sesspan=eval("document.span"+i)
sesspan.left=Cool(Dep4x)
sesspan.top=Cool(Dep4y)
}
}
if (ns6) {
for (i=0;i<Exploz.length-1;i++) {
var sesspan=eval("document.getElementById('span'+i).style")
sesspan.left=Cool(Dep4x)
sesspan.top=Cool(Dep4y)
}
}
QuicK()
}
function QuicK() {
if (ie) {
if (MaxiMT<=MaxiT-1) {
for (i=0;i<Exploz.length-1;i++) {
var sesspan=eval("document.all.span"+i+".style")
DisTxap[i]=(DisTexap[i]-sesspan.posLeft)/(MaxiT-MaxiMT)
DisTyap[i]=(DisTeyap-sesspan.posTop)/(MaxiT-MaxiMT)
sesspan.posLeft+=DisTxap[i]
sesspan.posTop+=DisTyap[i]
}
MaxiMT++
var All3=setTimeout("QuicK()",20)
}
else {
MaxiMT=0
clearTimeout(All3)
All3=setTimeout("BeBacK()",aTtentE)
}
}
if (ns4) {
if (MaxiMT<=MaxiT-1) {
for (i=0;i<Exploz.length-1;i++) {
var sesspan=eval("document.span"+i)
DisTxap[i]=(DisTexap[i]-sesspan.left)/(MaxiT-MaxiMT)
DisTyap[i]=(DisTeyap-sesspan.top)/(MaxiT-MaxiMT)
sesspan.left+=DisTxap[i]
sesspan.top+=DisTyap[i]
}
MaxiMT++
var All3=setTimeout("QuicK()",20)
}
else {
MaxiMT=0
clearTimeout(All3)
All3=setTimeout("BeBacK()",aTtentE)
}
}
if (ns6) {
if (MaxiMT<=MaxiT-1) {
for (i=0;i<Exploz.length-1;i++) {
var sesspan=eval("document.getElementById('span'+i).style")
DisTxap[i]=(DisTexap[i]-parseInt(sesspan.left))/(MaxiT-MaxiMT)
DisTyap[i]=(DisTeyap-parseInt(sesspan.top))/(MaxiT-MaxiMT)
sesspan.left=parseInt(sesspan.left)+DisTxap[i]
sesspan.top=parseInt(sesspan.top)+DisTyap[i]
}
MaxiMT++
var All3=setTimeout("QuicK()",20)
}
else {
MaxiMT=0
clearTimeout(All3)
All3=setTimeout("BeBacK()",aTtentE)
}
}
}
function BeBacK() {
if (ie) {
if (MaxiMT<=Exploz.length-1) {
var sesspan=eval("document.all.span"+MaxiMT+".style")
sesspan.posLeft=-1000
MaxiMT++
var All3=setTimeout("BeBacK()",10)
}
else {
clearTimeout(All3)
MaxiMT=0
var All3=setTimeout("Autr3choz3()",400)
}
}
if (ns4) {
if (MaxiMT<=Exploz.length-1) {
var sesspan=eval("document.span"+MaxiMT)
sesspan.left=-1000
MaxiMT++
var All3=setTimeout("BeBacK()",10)
}
else {
clearTimeout(All3)
MaxiMT=0
Autr3choz3()
}
}
if (ns6) {
if (MaxiMT<=Exploz.length-1) {
var sesspan=eval("document.getElementById('span'+MaxiMT).style")
sesspan.left=-1000
MaxiMT++
var All3=setTimeout("BeBacK()",10)
}
else {
clearTimeout(All3)
MaxiMT=0
Autr3choz3()
}
}
}
if (ie) {
for (i=0;i<=Ximum;i++) {
document.write("<span id='span"+i+"' style='position:absolute'>")
document.write("</span>")
}
window.onload=melange
}
if (ns6) {
for (i=0;i<=Ximum;i++) {
document.write("<span id='span"+i+"' style='position:absolute'>")
document.write(Exploz)
document.write("</span>")
}
window.onload=melange
}
if (ns4) {
for (i=0;i<=Ximum;i++) {
document.write("<layer name='span"+i+"' visibility=hide>")
document.write(Exploz)
document.write("</layer>")
}
window.onload=melange
}
</script>
<body bgcolor="#cccccc">
</body>
Conclusion
Script un peu long mais le résultat en vos la peine...
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
CSDL FUNCTIONCSDL FUNCTION par Matthieu MEZIL
Dans mon post précédent , j'ai utilisé une CSDL Function afin de générer une requête SQL avec un DateDiff utilisant la date courante sur la BD à partir d'une requête LINQ. Dans le cadre de ce post , vous avez probablement remarqué que dans le cadre de plu...
Cliquez pour lire la suite de l'article par Matthieu MEZIL LINQ TO ENTITIESLINQ TO ENTITIES par Matthieu MEZIL
Cette semaine je suis à Montréal en tant que speaker sur Entity Framework pour l'évènement confoo . J'en profite pour remercier les organisateurs de cet évènement de m'avoir fait confiance et Access-IT de m'avoir permis d'y participer. En parallèle, j'ai ...
Cliquez pour lire la suite de l'article par Matthieu MEZIL FAIRE APPARAITRE L'ONGLET 'DéVELOPPEUR' DANS OFFICE 2010FAIRE APPARAITRE L'ONGLET 'DéVELOPPEUR' DANS OFFICE 2010 par neodante
La nouvelle interface d'Office 2010 à amener quelques modifications par rapport à celle de 2007. Certes mineures, ces modifications ont fait disparaître la case à cocher de l'onglet 'Développeur' en première page du panneau du 'bouton Office' (dans Office...
Cliquez pour lire la suite de l'article par neodante [ASTUCE] PATCH POUR MICROSOFT FORUMS NNTP BRIDGE V1[ASTUCE] PATCH POUR MICROSOFT FORUMS NNTP BRIDGE V1 par pierre
Si vous avez téléchargé comme moi Microsoft Forums NNTP Bridge V1 avant le 11 mars 2010 (voir [Astuce] Disponibilité de Microsoft Forum NNTP Bridge Version 1.0), un problème de date localisée pour les non anglais était présent. Un patch est disponibl...
Cliquez pour lire la suite de l'article par pierre PB LORS DE L'INSTALLATION SHAREPOINT 2010.PB LORS DE L'INSTALLATION SHAREPOINT 2010. par Patrick Guimonet
Lors de l'installation de SharePoint 2010, j'ai rencontré un problème de plantage à l'étape 5 du configuration Wizard. Ca se termine sur cet écran : Et en analysant le fichier de journalisation, on remarque vers la fin des 15000 et quelques lign...
Cliquez pour lire la suite de l'article par Patrick Guimonet
Forum
SLTSLT par kurapikt
Cliquez pour lire la suite par kurapikt
Logiciels
Xilisoft Convertisseur Vidéo Ultimate (5.1.39.0305)XILISOFT CONVERTISSEUR VIDéO ULTIMATE (5.1.39.0305)Xilisoft Convertisseur Vidéo Ultimate est un outil puissant de conversion vidéo, facile à utilise... Cliquez pour télécharger Xilisoft Convertisseur Vidéo Ultimate Xilisoft DVD Ripper Ultimate (5.0.64.0304)XILISOFT DVD RIPPER ULTIMATE (5.0.64.0304)Xilisoft DVD Ripper Ultimate est un logiciel excellent pour copier et convertir DVD vers presque ... Cliquez pour télécharger Xilisoft DVD Ripper Ultimate Rigs of Rods (63.3)RIGS OF RODS (63.3)c'est un jeu de multi-simulation camions,autobus voitures, avions, bateaux, hélicoptère avec défo... Cliquez pour télécharger Rigs of Rods Konvertor (4.00)KONVERTOR (4.00)Le logiciel est un gestionnaire multimedia affichant, jouant et convertissant plus de 2000 format... Cliquez pour télécharger Konvertor
|