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
SESSION SILVERLIGHT 5 3D : SLIDES ET DEMOSSESSION SILVERLIGHT 5 3D : SLIDES ET DEMOS par Groc
Durant les techdays, j'ai eu le plaisir d'animer une session sur Silverlight 5 et la 3D avec Simon Ferquel. Comme promis, voici nos slides et mes démos (celles avec le viper BSG) ici et là. Pour mémoire, les démos utilisent toutes le viper BSG...
Cliquez pour lire la suite de l'article par Groc [TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES[TECHDAYS 2012] SESSION WEBMATRIX 2 : LE COUTEAU SUISSE GRATUIT POUR VOS DéVELOPPEMENTS WEB - SLIDES par gpommier
Suite à la session que j'ai présenté sur WebMatrix 2, vous pouvez trouver les slides ici, ainsi que les démos en packages nuget : démos1 et démos2 J'en profite pour remercier chaleureusement tous ceux qui sont venus très nombreux à cette sess...
Cliquez pour lire la suite de l'article par gpommier [SHAREPOINT] LES SESSIONS TECHDAYS 2012.[SHAREPOINT] LES SESSIONS TECHDAYS 2012. par Patrick Guimonet
Voici donc pour ceux qui n'ont pas pu venir, ou ceux qui n'ont pas pu toutes les suivre la liste des sessions SharePoint aux TechDays 2012, que je mettrais à jour dès que les liens des vidéo seront disponibles. Ou ici : http...
Cliquez pour lire la suite de l'article par Patrick Guimonet TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3TECHDAYS PARIS 2012 : SESSION PLEINIèRE JOUR 3 par ROMELARD Fabrice
Speaker: Bernard Ourghanlian Cette session est comme chaque jour transmise en live par BrainSonic, et j'ai donc suivi cette troisième pleinière par ce moyen sur mon iPad . Elle est dédiée comme chaque année à la mise en perspective de l'é...
Cliquez pour lire la suite de l'article par ROMELARD Fabrice MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE !MISHRA READER : UN LECTEUR RSS TRèS ZUNE STYLE EN OPEN SOURCE ! par Vko
Hier durant une session dédiée aux Techdays 2012, j'ai eu le plaisir d'annoncer la sortie de la Béta 2 de Mishra Reader. C'est quoi ? Pour les utilisateurs, c'est une vraie expérience de lecture de flux RSS sur Windows. Rien à voir avec les produit...
Cliquez pour lire la suite de l'article par Vko
Logiciels
Tribler (2012)TRIBLER (2012)Tribler est un client pair à pair (P2P/Peer-to-Peer) open source avec la capacité de regarder des... Cliquez pour télécharger Tribler OneSwarm (2012)ONESWARM (2012)Le peer-to-peer qui protège votre vie privée, c'est OneSwarm.
Ce logiciel de peer-to-peer crypté... Cliquez pour télécharger OneSwarm PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO (V8.4)PONAMEDIA TV DEVIENS HELLLOOO FLASH
LA TV SUR VOTRE ORDINATEUR.
Toute une plateforme Multi... Cliquez pour télécharger PONAMEDIA PREMIUM - HELLLOOO FLASH DEMO Academy System (17.2.1.0)ACADEMY SYSTEM (17.2.1.0)Logiciel de gestion des établissements.
- élèves/étudiants (inscription, dossier, absence...)
-... Cliquez pour télécharger Academy System Easy-Planning (1.0.0.1)EASY-PLANNING (1.0.0.1)Basé sur les mêmes principes que MyPlanning, Easy-Planning permet de créer des plannings sous la ... Cliquez pour télécharger Easy-Planning
|