1965 lines
114 KiB
HTML
1965 lines
114 KiB
HTML
|
|
|||
|
<!DOCTYPE html public "-//W3C//DTD HTML 3.2//EN">
|
|||
|
<HTML>
|
|||
|
<HEAD>
|
|||
|
<TITLE>Relation Client</TITLE>
|
|||
|
<META name="Description" content="Tous les jours, l'actualité Informatique">
|
|||
|
<META name="Keywords" content="Informatique, réseaux, télécoms, SSII, langages, programmation, matériel, business">
|
|||
|
<META name="Robots" content="All">
|
|||
|
<META name="Revisit-after" content="31 days"><script language="JavaScript">
|
|||
|
<!--
|
|||
|
pic1=new Image(14,760)
|
|||
|
pic1.scr='/images/v3/jdnet760.gif';
|
|||
|
pic2=new Image(41,139);
|
|||
|
pic2.src='/images/v3/jdnet640.gif';
|
|||
|
-->
|
|||
|
</script>
|
|||
|
<script language="javascript" type = "text/javascript">
|
|||
|
<!-- hide from none JavaScript Browsers
|
|||
|
|
|||
|
function swapImage(sName,sImage) {
|
|||
|
document.images[sName].src = sImage
|
|||
|
}
|
|||
|
// - stop hiding -->
|
|||
|
</script>
|
|||
|
<script language="JavaScript"><!--
|
|||
|
browserName = navigator.appName;
|
|||
|
browserVer = parseInt(navigator.appVersion);
|
|||
|
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
|||
|
window.open(theURL,winName,features); }
|
|||
|
function Pop(theURL) {
|
|||
|
window.open(theURL,'','scrollbars=yes,width=440,height=500'); }
|
|||
|
function translate_Text_To_Url(texte)
|
|||
|
{ espace = texte.indexOf(" ");
|
|||
|
while ((espace < texte.length - 1) && (espace != -1))
|
|||
|
{ temp_1 = texte.substring(0, espace);
|
|||
|
temp_2 = texte.substring(espace+1,texte.length);
|
|||
|
texte = temp_1 + "+" + temp_2;
|
|||
|
espace = texte.indexOf(" ");
|
|||
|
}
|
|||
|
return texte;
|
|||
|
}
|
|||
|
|
|||
|
// Recherche window JDNet
|
|||
|
function RechercheWindow()
|
|||
|
{
|
|||
|
chaine = document.forms.recherche.s.value;
|
|||
|
if (document.forms.recherche.elements[1].checked)
|
|||
|
{
|
|||
|
URLdeRecherche ="http://www.google.fr/search?as_q="+chaine+"&num=100&btnG=Recherche+Google&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=journaldunet.com";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=400');
|
|||
|
}
|
|||
|
if (document.forms.recherche.elements[2].checked)
|
|||
|
{
|
|||
|
URLdeRecherche ="http://www.google.fr/search?as_q="+chaine+"&num=100&btnG=Recherche+Google&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=solutions.journaldunet.com";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
|
|||
|
}
|
|||
|
if (document.forms.recherche.elements[3].checked)
|
|||
|
{
|
|||
|
URLdeRecherche = "http://www.google.fr/search?q="+chaine+"&hl=fr&meta=lr%3Dlang_fr";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
//--></script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript">
|
|||
|
<!-- debut du script
|
|||
|
function VersionNavigateur(Netscape, Explorer) {
|
|||
|
if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||
|
|||
|
(navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
|
|||
|
return true;
|
|||
|
else return false;
|
|||
|
}
|
|||
|
// fin du script -->
|
|||
|
</SCRIPT>
|
|||
|
<SCRIPT language="JavaScript">
|
|||
|
<!-- Hide script from old browsers
|
|||
|
function Semaine(){
|
|||
|
this[0] = "Dimanche"; this[1] = "Lundi";
|
|||
|
this[2] = "Mardi"; this[3] = "Mercredi";
|
|||
|
this[4] = "Jeudi"; this[5] = "Vendredi";
|
|||
|
this[6] = "Samedi";
|
|||
|
}
|
|||
|
|
|||
|
function Mois(){
|
|||
|
this[0] = "Janvier"; this[1] = "F<>vrier";
|
|||
|
this[2] = "Mars"; this[3] = "Avril";
|
|||
|
this[4] = "Mai"; this[5] = "Juin";
|
|||
|
this[6] = "Juillet"; this[7] = "Ao<41>t";
|
|||
|
this[8] = "Septembre"; this[9] = "Octobre";
|
|||
|
this[10] = "Novembre"; this[11] = "D<>cembre";
|
|||
|
}
|
|||
|
|
|||
|
function date(){
|
|||
|
var semaine=new Semaine();
|
|||
|
var mois=new Mois();
|
|||
|
var myDate=new Date();
|
|||
|
|
|||
|
var result=semaine[myDate.getDay()]+" "+myDate.getDate()+" "+
|
|||
|
mois[myDate.getMonth()]+" 2002";
|
|||
|
|
|||
|
document.writeln(result);
|
|||
|
}
|
|||
|
//-->
|
|||
|
</SCRIPT>
|
|||
|
<script language="JavaScript">
|
|||
|
//script by www.a1javascripts.com
|
|||
|
<!--
|
|||
|
function openWin( windowURL, windowName, windowFeatures ) {
|
|||
|
return window.open( windowURL, windowName, windowFeatures ) ;
|
|||
|
}
|
|||
|
// -->
|
|||
|
|
|||
|
</script>
|
|||
|
|
|||
|
|
|||
|
</HEAD>
|
|||
|
<BODY bgcolor="#FFFFFF" text="#000000" link="#00006F" vlink="#6262FF" alink="#8C0000" leftmargin="0" topmargin="0">
|
|||
|
<table width="640" border="0" cellspacing="0" cellpadding="0" align="left">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=640 border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td height=72>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td width=159><a href=http://solutions.journaldunet.com><img src=http://solutions.journaldunet.com/images/v3/logo_jdnet.gif width=160 height=72 border=0 alt="JDNet Solutions"></a></td>
|
|||
|
<td width=481 valign=top>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 height=72>
|
|||
|
<tr>
|
|||
|
<td height=21 bgcolor=#000033>
|
|||
|
<div align=right><b><font color=#FFFFFF size=1 face="Verdana, Arial"><a style="color: #FFFFFF; text-decoration: none" href=http://www.journaldunet.com title="JDNet Solutions" target=_blank>JDNet</a><a style="color: #FFFFFF; text-decoration: none" href=http://finance.journaldunet.com title="JDNet Finance" target=_blank> </a><font color=c6ce67>|</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://solutions.journaldunet.com title="JDNet Solutions" target=_blank></a>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://solutions.journaldunet.com title="JDNet Solutions" target=_blank></a><a style="color: #FFFFFF; text-decoration: none" href=http://emploi.journaldunet.com title="Emploi Center" target=_blank>Emploi</a><a style="color: #FFFFFF; text-decoration: none" href=http://developpeur.journaldunet.com title="JDNet Developpeur" target=_blank> </a><font color=c6ce67>| </font><a style="color: #FFFFFF; text-decoration: none" href=http://developpeur.journaldunet.com title="JDNet Developpeur" target=_blank>Développeurs</a><a style="color: #FFFFFF; text-decoration: none" href=http://emploi.journaldunet.com title="Emploi Center" target=_blank> </a><font color=c6ce67>|</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://telechargement.journaldunet.com/ title="Logiciels Center" target=_blank>Téléchargement</a><font color=c6ce67> |</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://chat.journaldunet.com/ title="Logiciels Center" target=_blank>Chat</a><font color=c6ce67> |
|
|||
|
</font><a style="color: #FFFFFF; text-decoration: none" href=http://www.benchmark.fr title="JDNet Finance" target=_blank>Benchmark.fr</a><font color=c6ce67> |
|
|||
|
</font><a style="color: #FFFFFF; text-decoration: none" href=http://www.benchmark.fr/boutique.html title="JDNet Finance" target=_blank>Boutique</a><font color=c6ce67> </font>
|
|||
|
</font></b></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr valign=top>
|
|||
|
<td height=51 background=http://solutions.journaldunet.com/images/v3/logo_fond.gif>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td width=139 valign=top><a href=http://solutions.journaldunet.com><img src=http://solutions.journaldunet.com/images/v3/logo_solutions.gif width=139 height=41 border=0 alt="JDNet Solutions"></a></td>
|
|||
|
<td width=342 valign=top>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 align=center>
|
|||
|
<form method=GET name=recherche onSubmit="return RechercheWindow();">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><b><font face=Arial size=2 color=#FFFFFF>Rechercher</font></b>
|
|||
|
<font face=Arial><font size=1><font color=#FFFFFF>(avec
|
|||
|
Google)</font></font></font>
|
|||
|
<input type=text name=s size=15>
|
|||
|
<a href=javascript:RechercheWindow(); onKeyPress="return true"><img src=http://solutions.journaldunet.com/images/v2/bouton_ok.gif border=0 align=absmiddle></a> </div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><font face=Arial>
|
|||
|
<font size=1><font color=#FFFFFF>
|
|||
|
<input type=radio name=lieu value=jdns checked>
|
|||
|
sur le JDNet
|
|||
|
<input type=radio name=lieu value=linternaute>
|
|||
|
sur Solutions
|
|||
|
<input type=radio name=lieu value=voila>
|
|||
|
sur le Web</font></font></font></div>
|
|||
|
</td>
|
|||
|
</form>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=C2CF68>
|
|||
|
<td height=14><img src=http://solutions.journaldunet.com/images/v3/jdnet640.gif width=640 height=14 usemap=#Tetiere border=0><map name=Tetiere><area shape=rect coords=2,1,27,21 href=http://www.journaldunet.com><area shape=rect coords=90,1,152,15 href=http://societe.journaldunet.com target=_blank><area shape=rect coords=157,1,224,18 href=http://prestataires.journaldunet.com target=_blank><area shape=rect coords=223,2,283,22 href=http://solutionsebusiness.journaldunet.com target=_blank><area shape=rect coords=285,2,325,13 href=http://www.journaldunet.com/lannuairedesfonds/ target=_blank><area shape=rect coords=327,2,370,15 href=http://lecarnet.journaldunet.com target=_blank><area shape=rect coords=372,2,452,19 href=http://encyclopedie.journaldunet.com target=_blank><area shape=rect coords=455,2,530,14 href=http://fr.kelkoo.com/b2b/jdn/ target=_blank><area shape=rect coords=534,3,585,17 href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><area shape=rect coords=590,2,647,15 href=http://www.journaldunet.com/chiffres-cles.shtml target=_blank></map></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
|||
|
<tr>
|
|||
|
<td width="130" bgcolor="#e5e6ce">
|
|||
|
<div align="center"><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/ecrm@Left>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/ecrm";
|
|||
|
var position ="Left";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
<td width="490" bgcolor="#eeeeee">
|
|||
|
<div align="center"><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/ecrm@Top>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/ecrm";
|
|||
|
var position ="Top";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td width="140" bgcolor="#e5e6ce" valign="top">
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 bgcolor=#e5e6ce>
|
|||
|
<tr bgcolor=#000033>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Actualit<EFBFBD>s</font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_acteurs.shtml>Acteurs
|
|||
|
E-Biz</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_btob.shtml>Intégration-BtoB</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_relationclient.shtml>Front
|
|||
|
Office-CRM</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_reseaux.shtml>Réseaux-Stockage</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_securite.shtml>Sécurité</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_etudes.shtml>Etudes</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_linux.shtml>Logiciels
|
|||
|
libres</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_bref.shtml>Bref
|
|||
|
France</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_bref_international.shtml>Bref
|
|||
|
International</a><br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=8><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_experiences.shtml><b>Cas
|
|||
|
utilisateurs</b></a><br>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/ilsontchoisi/sommaire.shtml>Ils
|
|||
|
ont choisi</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/nouvellesversions/sommaire.shtml>Versions</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/caexiste/sommaire.shtml>Ça
|
|||
|
existe ?</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/agenda/tabloagenda.shtml>Agenda</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_nominations.shtml>Nominations</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://fr.kelkoo.com/b2b/jdn/>Comparateur Prix </a></font><br>
|
|||
|
<font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font><font face=Arial size=2> </font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<div align=center><oas url=solutions.journaldunet.com/divers@Left2>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<script language="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="Left2";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</script>
|
|||
|
</oas></div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#333366>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Tous
|
|||
|
nos articles</font></th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><a href=http://solutions.journaldunet.com/fils/sommaire_semaine.shtml>
|
|||
|
</a><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0204/listeavril.shtml>Avril
|
|||
|
2002</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0203/listemars.shtml>Mars
|
|||
|
2002</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/archivesactu.shtml>Et avant</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/itws/sommaire.shtml>Les
|
|||
|
Interviews</a><br>
|
|||
|
</font><font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5></font>
|
|||
|
<font face=Arial size=2><oas url=www.journaldunet.com/divers@Left3>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<script language="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "www.journaldunet.com/divers";
|
|||
|
var position ="Left3";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</script>
|
|||
|
</oas></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#003333>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Dossiers</font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size="2"><a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><i>
|
|||
|
</i></a> <img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/hebergement/sommaire.shtml>Hébergement</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/bi/sommaire.shtml>Décisionnel</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/ecatalogue/sommaire.shtml>e-catalogues</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/erh/sommaire.shtml>e-RH</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/licences/sommaire.shtml>Licences</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/webcontent/sommaire.shtml>Gestion
|
|||
|
contenu</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml>Mesure
|
|||
|
d'audience</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/wireless/sommaire.shtml>Sans-fil</a><br>
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/payant/sommaire.shtml>
|
|||
|
</a> <img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml>Stockage</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/virus/sommaire.shtml>Virus</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml>Web
|
|||
|
Services</a><br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=8>
|
|||
|
</font><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=7><font face=Arial size=2><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/faq/sommaire.shtml><b>Questions-Réponses</b></a><br>
|
|||
|
<br>
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><i>Tous
|
|||
|
les dossiers<br>
|
|||
|
</i></a><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=6><br>
|
|||
|
</font><font face="Arial" size="2"> </font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<div align=center><oas url=www.journaldunet.com/divers@Left3></oas></div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#003300>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Panoramas</font> </th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011024_consolidations.shtml>Acquisitions</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0202/020211_comparo_eai_intro.shtml>EAI</a><a href=http://solutions.journaldunet.com/0201/020122_panorama_srm.shtml></a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0201/020122_panorama_srm.shtml>SRM</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011022_tablo_crm.shtml>CRM
|
|||
|
analytique</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011016_xml_part1.shtml>Dialectes
|
|||
|
XML</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0105/010530_portailtablo.shtml>Portails</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0108/010829_panoramamoteur.shtml>Mot.de
|
|||
|
recherche</a><br>
|
|||
|
<br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#660000>
|
|||
|
<td>
|
|||
|
<div align=center><font face=Arial size=2 color=#ffffff>
|
|||
|
<b>Points de vue</b></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size="2"><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/pollit_files/sondages.shtml>Sondages</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<font color=#00006F><a href=http://solutions.journaldunet.com/conseils/sommaire.shtml>Débats</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://forums.journaldunet.com/cgi-bin/dcforum/dcboard.cgi>Courrier</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<font color=#00006F>Chroniques</font><br>
|
|||
|
> <a href=http://solutions.journaldunet.com/conseils/lombard/sommaire_lombard.shtml>P.
|
|||
|
Lombard</a><br>
|
|||
|
> <a href=http://www.journaldunet.com/juridique/00page_juridique.shtml>Juridiques</a><br>
|
|||
|
</font><font face="Arial"> </font> <font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#593309>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff><b>Chiffres/annuaires</b></font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/chiffres-cles.shtml>Chiffres-clés</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/tops/top_sommaire.shtml>Classements</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://societe.journaldunet.com/php/commun/recherche.php4>Entreprises</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://lecarnet.journaldunet.com/php/commun/recherche.php4>Carnet</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/lannuairedesfonds/index.shtml>Fonds</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://prestataires.journaldunet.com/php/commun/recherche.php4>Prestataires</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/dossiers/regies/regiesommaire.shtml>R<EFBFBD>gies
|
|||
|
externes</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/dossiers/associations/index.shtml>Lobbies</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/livres_blancs/>Livres Blancs</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#993300>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Le
|
|||
|
Journal du Net</font></th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://benchmail.benchmark.fr/fr_abd.Asp?OR=SOLUTION>Newsletters</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/contacts.shtml>Contacts</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/pubbenchmark.shtml>Publicit<EFBFBD></a>
|
|||
|
<br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width=117 border=0 cellspacing=1 cellpadding=0 align=center bgcolor=#B6B987>
|
|||
|
<tr bgcolor=#ffffff valign=top>
|
|||
|
<td background=http://www.journaldunet.com/images/benchbande.gif><img src=http://www.journaldunet.com/images/bench.gif width=117 height=34>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=5>
|
|||
|
<tr>
|
|||
|
<td height=5>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ target=_blank>Benchmark.fr</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3
|
|||
|
height=3> <a href=http://www.benchmark.fr/ebn.asp?pid=105
|
|||
|
target=_blank>S<>minaires</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=49 target=_blank>Forum</a><br>
|
|||
|
<font face="Verdana, Arial" size=1> </font> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/forumbanque/ target=_blank>Banque
|
|||
|
</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcollaboratif/" target="_blank">Web
|
|||
|
collaboratif</a></font> <br>
|
|||
|
</font><font face="Verdana, Arial, Helvetica, sans-serif" size=1><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/forumpharmacie/" target="_blank">e-Pharmacie</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumlocal/" target="_blank">Collec.
|
|||
|
locales </a></font> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcompetences/" target="_blank">e-Compétences</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcrm2002/" target="_blank">CRM
|
|||
|
Multicanal</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=47 target=_blank>Etudes</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial, Helvetica, sans-serif" size=1><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=45&etude=5842 target=_blank>e-CRM</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/ebn.asp?pid=45&etude=5605" target="_blank">Internet
|
|||
|
payant</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/ebn.asp?pid=45&etude=5526" target="_blank">Logiciel
|
|||
|
libre</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=55 target=_blank>Lettres</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=97&publication=22 target=_blank>Management
|
|||
|
<font face=Arial>IT</font><br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=97&publication=18 target=_blank>Strat.
|
|||
|
Internet</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3> <a href=http://www.benchmark.fr/boutique.html target=_blank>Boutique</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=61 target=_blank>Analyse
|
|||
|
de site<br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=69 target=_blank>Presse<br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://mediakit.benchmark.fr/index.shtml target=_blank>Publicité</a><a href=http://www.benchmark.fr/ebn.asp?pid=61 target=_blank>
|
|||
|
</a></font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=5><img src=http://www.journaldunet.com/images/blank.gif width=1 height=1 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=0 align=center>
|
|||
|
<tr>
|
|||
|
<td><font size=1 face=Verdana><EFBFBD> Benchmark Group 2000. Tous droits
|
|||
|
réservés. L'accès aux informations contenues
|
|||
|
dans notre site implique l'acceptation inconditionnelle de nos conditions
|
|||
|
générales.</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
<td width="368" valign="top">
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
|||
|
<tr valign="top">
|
|||
|
<td>
|
|||
|
<table border="0" frame="void" valign="top" width="100%">
|
|||
|
<tr bgcolor="#000033">
|
|||
|
<td><font size="3" face="Arial, Helvetica, sans-serif" color="#FFFFFF">Actualité
|
|||
|
/</font><b><font size="3" face="Arial, Helvetica, sans-serif" color="#FFFFFF">
|
|||
|
Front Office-CRM</font></b></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td valign="top">
|
|||
|
<p><font face="Arial" size="2">
|
|||
|
<script language="JavaScript">date();
|
|||
|
</script>
|
|||
|
</font><br>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size="2">
|
|||
|
</font> </p>
|
|||
|
<p> <!-- D<>but fil--><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0204/020411_apache.shtml">Dans
|
|||
|
sa version 2.0, Apache devient "multithreads"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La seconde <20>dition du serveur
|
|||
|
Web qui reste le plus utilis<69> dans le monde s'est fait
|
|||
|
attendre... pendant trois ans. </font> <font face="Arial" size="1"><i>(11/04/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/040410_it_iatrides.shtml"><b>Daniel
|
|||
|
Iatrides (PricewaterhouseCoopers) : "Deux tiers des
|
|||
|
projets de CRM ont souffert de d<>faut de conception"</b></a></font><br>
|
|||
|
<font face="Arial" size="2">Les clients sont devenus
|
|||
|
m<>fiants <20> l'<27>gard des grands projets de gestion de
|
|||
|
la relation client. Quelques <20>checs sont pass<73>s par
|
|||
|
l<>... Le point avec un expert du sujet.</font> <font face="Arial" size="1"><i>(10/04/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><table border="0" cellspacing="0" cellpadding="3" align="right">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<oas URL=solutions.journaldunet.com/divers@x06>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="x06";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table><b><a href="http://solutions.journaldunet.com/0204/020405_nextapplications.shtml">Rachet<EFBFBD>
|
|||
|
par ses dirigeants, DataDistilleries France devient
|
|||
|
NextApplication</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La filiale fran<61>aise de
|
|||
|
l'<27>diteur touch<63> par la crise se mue en VAR (revendeur
|
|||
|
<20> valeur ajout<75>e) des solutions de CRM analytique du
|
|||
|
n<>erlandais, et aussi d'outils de collaboration et de
|
|||
|
gestion des activit<69>s de services.</font> <font face="Arial" size="1"><i>(05/04/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0204/020403_vignette.shtml">Vignette
|
|||
|
en revient <20> ses premiers amours</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Apr<EFBFBD>s le lancement de plusieurs
|
|||
|
solutions verticales en 2001, l'<27>diteur se recentre
|
|||
|
sur son m<>tier d'origine: la stricte gestion de contenu
|
|||
|
Web.</font> <font face="Arial" size="1"><i>(03/04/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020328_wireless.shtml">JavaOne
|
|||
|
sous le signe des terminaux sans-fil</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les derni<6E>res annonces de
|
|||
|
Sun dessinent un pont entre les applications Java mobiles
|
|||
|
et les Web Services. Des initiatives qui talonnent celles
|
|||
|
de Microsoft.</font> <font face="Arial" size="1"><i>(28/03/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020326_spirit.shtml">Technologies-GID
|
|||
|
mise sur l'analyse morpho-syntaxique</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec Spirit, l'<27>diteur se
|
|||
|
place sur le terrain de la recherche Web... sans d<>nigrer
|
|||
|
celui des intranets documentaires.</font> <font face="Arial" size="1"><i>(26/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020321_teleprocedure.shtml">T<EFBFBD>l<EFBFBD>d<EFBFBD>claration
|
|||
|
des revenus: le bapt<70>me du feu de l'administration fiscale</a></b></font><br>
|
|||
|
<font face="Arial" size="2">France T<>l<EFBFBD>com, Accenture,
|
|||
|
Steria et Syntegra ont travaill<6C> <20> la mise en oeuvre
|
|||
|
du service en ligne de d<>claration des revenus. En ligne
|
|||
|
aussi il faudra respecter la date limite du 25 mars...</font>
|
|||
|
<font face="Arial" size="1"><i>(21/03/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Questions-Réponses</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020319_faq_km.shtml">La
|
|||
|
gestion des connaissances en 6 points</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Pour certains il s'agit
|
|||
|
de gestion documentaire am<61>lior<6F>e et pour d'autres de
|
|||
|
gestion des comp<6D>tences. Le point sur un sujet <20>quivoque.</font>
|
|||
|
<font face="Arial" size="1"><i>(19/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020305_flash.shtml">Avec
|
|||
|
sa version MX, Flash cible plus que jamais les d<>veloppeurs</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le logiciel de cr<63>ation
|
|||
|
d'animations de Macromedia distingue d<>sormais deux
|
|||
|
environnements : l'un destin<69> aux graphistes, l'autre
|
|||
|
aux programmeurs.</font> <font face="Arial" size="1"><i>(05/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020304_altavista.shtml">La
|
|||
|
cat<61>gorisation automatique selon Altavista</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Dans sa version 2.0, Altavista
|
|||
|
Enterprise Search optimise notamment la gestion des
|
|||
|
droits d'acc<63>s au contenu.</font> <font face="Arial" size="1"><i>(04/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020301_x3d.shtml">X3D
|
|||
|
: un nouveau langage de description 3D voit le jour</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Grand fr<66>re du VRML, ce
|
|||
|
format de description graphique vient tout juste d'<27>tre
|
|||
|
d<>voil<69> par le Web3D Consortium.</font> <font face="Arial" size="1"><i>(01/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020228_caexiste_hypermedia.shtml">Open
|
|||
|
Hypermedia : les interfaces du futur conjugu<67>es au pr<70>sent</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le Web et ses liens hypertextes
|
|||
|
ne sont pas le summum de l'interactivit<69>, mais une <20>tape
|
|||
|
de perfectionnement de l'interface homme-machine. Un
|
|||
|
peu de multim<69>dia et de la r<>activit<69> en plus, et le
|
|||
|
tour est jou<6F><75>? Pas si simple, r<>torquent les chercheurs.</font>
|
|||
|
<font face="Arial" size="1"><i>(28/02/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Tribune</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/020228_it_fermon.shtml"><b>"Les
|
|||
|
sept r<>gles d'or de la gestion de contenu"</b></a></font>,
|
|||
|
<font face="Arial" size="2"><b>par Guy Fermon (Technoforum)
|
|||
|
</b></font> <br>
|
|||
|
<font face="Arial" size="2">Un guide sign<67> Guy Fermon,
|
|||
|
directeur des programmes de Technoforum, organisateur
|
|||
|
de Documation, et expert des projets de gestion de contenu.</font>
|
|||
|
<font face="Arial" size="1"><i>(28/02/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020227_microsoftcrm.shtml">Microsoft
|
|||
|
pr<70>pare son entr<74>e sur le march<63> du CRM</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur de Redmond pr<70>voit
|
|||
|
de sortir son logiciel de CRM avant la fin 2002. De
|
|||
|
quoi relancer les sp<73>culations sur le possible rachat
|
|||
|
d'un <20>diteur de CRM dans les mois <20> venir.</font> <font face="Arial" size="1"><i>(27/02/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b>Daniel Delorge (SAS Institute)
|
|||
|
<a href="http://solutions.journaldunet.com/itws/020225_it_sas_delorge.shtml">"Avec
|
|||
|
SAS, GE Capital <20>conomise 36 millions de dollars par
|
|||
|
an sur ses campagnes"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Text mining, nouveaux "kits"
|
|||
|
analytiques, gestion des connaissances... l'<27>diteur
|
|||
|
s'int<6E>resse <20> toutes les tendances de l'aide <20> la d<>cision.
|
|||
|
A l'horizon aussi : deux acquisitions <20> vocation de
|
|||
|
compl<70>mentarit<69>.</font> <font face="Arial" size="1"><i>(25/02/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020225_speechworks.shtml">Bient<EFBFBD>t
|
|||
|
un nouveau standard pour les applications vocales multimodales</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le Salt Forum, fond<6E> entre
|
|||
|
autres par Microsoft, tient son calendrier: fin 2002,
|
|||
|
son standard sera disponible pour interagir avec des
|
|||
|
applications en combinant par exemple commandes vocales
|
|||
|
et textuelles.</font> <font face="Arial" size="1"><i>(25/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020222_xylem.shtml">Xyleme
|
|||
|
se concentre sur la gestion de l'acc<63>s au contenu XML</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La solution de cet <20>diteur
|
|||
|
fran<61>ais agr<67>ge et structure des contenus dans des formats
|
|||
|
XML h<>t<EFBFBD>rog<6F>nes afin d'en faciliter l'acc<63>s.</font>
|
|||
|
<font face="Arial" size="1"><i>(22/02/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b>Ron Zambonini (Cognos)
|
|||
|
<a href="http://solutions.journaldunet.com/itws/020220_it_cognos_zambonini.shtml">"En
|
|||
|
France, vous restez tr<74>s attach<63>s <20> l'approche Best
|
|||
|
of Breed"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Peu d'acteurs de la business
|
|||
|
intelligence se targuent d'une offre couvrant chaque
|
|||
|
extr<74>mit<69> de la cha<68>ne d<>cisionnelle. Parmi eux, Cognos
|
|||
|
suit les derni<6E>res tendances. Et nous livre sa vision
|
|||
|
du march<63>.</font> <font face="Arial" size="1"><i>(20/02/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020219_divine.shtml">Content
|
|||
|
Center prend pied dans la gestion de contenu g<>n<EFBFBD>raliste</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Issue du rachat d'Open Market,
|
|||
|
cette offre de divine initialement destin<69>e aux m<>dias
|
|||
|
a su convaincre plusieurs grands comptes.</font> <font face="Arial" size="1"><i>(18/02/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b>Bruno Tabourin (Syntegra)
|
|||
|
<a href="http://solutions.journaldunet.com/itws/020218_it_tabourin.shtml"><br>
|
|||
|
"La notion de e-RH est confuse car elle couvre <20> la
|
|||
|
fois l'administration et la gestion des ressources humaines"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les solutions dites E-RH
|
|||
|
ou ERM suscitent des interrogations chez les utilisateurs
|
|||
|
et l'emballement des fournisseurs. Eclairage avec Bruno
|
|||
|
Tabourin, en charge des offres CRM et ERM de Syntegra.</font>
|
|||
|
<font face="Arial" size="1"><i>(18/02/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020215_google.shtml">Google
|
|||
|
met sa technologie de recherche <20> la port<72>e des intranets</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le c<>l<EFBFBD>bre moteur de recherche
|
|||
|
Web commercialise pour la premi<6D>re fois sa technologie
|
|||
|
en version packag<61>e. Le tout inclus dans un serveur
|
|||
|
machine.</font> <font face="Arial" size="1"><i>(15/02/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Questions-Réponses</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020214_faq_moteur.shtml">Les
|
|||
|
technologies des moteurs recherche en 10 questions</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Index, moteurs s<>mantiques,
|
|||
|
syntaxiques, analyseurs... JDNet Solutions a consult<6C>
|
|||
|
plusieurs experts pour vous <20>clairer sur les techniques
|
|||
|
des moteurs de recherche du march<63>.</font> <font face="Arial" size="1"><i>(14/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020213_microsoft.shtml">Microsoft
|
|||
|
ach<63>ve de packager ses technologies intranet</a></b></font><br>
|
|||
|
<font face="Arial" size="2">En associant SharePoint
|
|||
|
Portal Server <20> SharePoint Team Services, la firme de
|
|||
|
Redmond propose une plate-forme intranet pr<70>te <20> l'emploi.</font>
|
|||
|
<font face="Arial" size="1"><i>(13/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020213_maporama.shtml">Maporama
|
|||
|
s'attaque au segment du marketing et de la vente</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Connue pour ses solutions
|
|||
|
de g<>olocalisation, cette soci<63>t<EFBFBD> fran<61>aise vient de
|
|||
|
d<>buter la commercialisation d'une suite de modules
|
|||
|
destin<69>s <20> des services ventes et marketing.</font>
|
|||
|
<font face="Arial" size="1"><i>(13/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020212_hr_one.shtml">HR-One,
|
|||
|
une solution e-RH pour les PME et TPE</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur fran<61>ais entend
|
|||
|
se d<>marquer en proposant sa solution <20> la fois en licence
|
|||
|
d<>finitive et en mode h<>berg<72>.</font> <font face="Arial" size="1"><i>(12/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020211_visiostat.shtml">Telmedia
|
|||
|
se positionne sur le segment de la mesure d'audience
|
|||
|
avec Visiostat</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec cet outil, Temedia
|
|||
|
a fait le choix de la technologie des marqueurs de page.
|
|||
|
En ajoutant quelques fonctions originales.</font> <font face="Arial" size="1"><i>(11/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020205_travelsoft.shtml">TravelSoft
|
|||
|
accompagne les projets de sites Web des acteurs du voyage</a></b></font><br>
|
|||
|
<font face="Arial" size="2">R<EFBFBD>pondant <20> la fois aux
|
|||
|
probl<62>matiques de sites grand public et B to B, la soci<63>t<EFBFBD>
|
|||
|
de services s'adosse <20> une palette de briques couvrant
|
|||
|
les r<>servations et la gestion de la relation client.</font>
|
|||
|
<font face="Arial" size="1"><i>(05/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020204_marketavenue.shtml">MarketAvenue
|
|||
|
propose un plate-forme de cr<63>ation de sites Web multi-fonctions</a></b></font><br>
|
|||
|
<font face="Arial" size="2">S'appuyant sur un socle
|
|||
|
applicatif ouvert, ce jeune <20>diteur fran<61>ais offre une
|
|||
|
solution de gestion de contenu Web coupl<70> <20> une palette
|
|||
|
de modules fonctionnels.</font> <font face="Arial" size="1"><i>(04/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020128_merant.shtml">Avec
|
|||
|
PVCS Content Manager, Merant s'en tient <20> la production
|
|||
|
de contenu Web structur<75></a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur se concentre sur
|
|||
|
la mise en oeuvre de workflow m<>tier autour d'une base
|
|||
|
de production alliant contenu dynamique et param<61>tre
|
|||
|
de personnalisation client.</font> <font face="Arial" size="1"><i>(22/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020128_rational.shtml">Rational
|
|||
|
associe gestion de contenu Web et processus m<>tier</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Face <20> des concurrents comme
|
|||
|
Interwoven ou Documentum, Rational Suite ContentStudio
|
|||
|
compte faire la diff<66>rence en couplant sa plate-forme
|
|||
|
avec un environnement de d<>veloppement.</font> <font face="Arial" size="1"><i>(31/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Dossier
|
|||
|
</i></b></font> <font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml">Mesure
|
|||
|
d'audience: des sites Web aux intranets</a></b></font><br>
|
|||
|
<font face="Arial" size="2">A l'origine destin<69>s aux
|
|||
|
sites Web et plut<75>t disponibles en mode ASP, les solutions
|
|||
|
de mesure d'audience prennent peu <20> peu le chemin des
|
|||
|
intranets et de la licence d<>finitive. </font> <font face="Arial" size="1"><i>(24/01/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020124_voxmobili.shtml">VoxMobili
|
|||
|
propose un serveur de synchronisation pour les op<6F>rateurs
|
|||
|
et les grandes entreprises</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Alors que le nombre des
|
|||
|
terminaux mobiles progresse, les solutions de synchronisation
|
|||
|
wireless se d<>veloppent en parall<6C>le, <20> l'instar de
|
|||
|
Voxsync.</font> <font face="Arial" size="1"><i>(24/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020118_penbase.shtml">Penbase
|
|||
|
positionne son serveur SyncML sur le terrain des bases
|
|||
|
de donn<6E>es mobiles</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Livr<EFBFBD> avec un environnement
|
|||
|
de d<>veloppement, le produit de cet <20>diteur r<>pond aux
|
|||
|
projets d'applications de synchronisation sur-mesure.</font>
|
|||
|
<font face="Arial" size="1"><i>(18/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020117_orchestra.shtml">EBX
|
|||
|
g<>re l'orchestration de Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Orchestra Networks <20>dite
|
|||
|
un environnement d'ex<65>cution et de personnalisation
|
|||
|
de cha<68>nes de Web Services.</font> <font face="Arial" size="1"><i>(17/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020115_nomadesoft.shtml">Nomadesoft
|
|||
|
synchronise les donn<6E>es des Palm sans trop exiger d'eux</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec la version 3.0 de Mobisystem,
|
|||
|
l'<27>diteur fran<61>ais finit d'int<6E>grer toutes les briques
|
|||
|
de sa solution. Et propose une solution relativement
|
|||
|
<20>conome en termes d'empreinte m<>moire.</font> <font face="Arial" size="1"><i>(15/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020114_interwoven.shtml">Interwoven
|
|||
|
d<>voile un outil de g<>n<EFBFBD>ration de meta-donn<6E>es</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Fournisseur de solutions
|
|||
|
de la gestion de contenu Web, cet <20>diteur compte optimiser
|
|||
|
les modes de publication par l'ajout d'une couche de
|
|||
|
mod<6F>lisation s<>mantique</font><font face="Arial" size="1"><i>(14/01/2002)</i></font><font face="Arial" size="2">.</font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/020111_it_marketic.shtml">"Notre
|
|||
|
partenariat avec IBM consolide notre position d'<27>diteur
|
|||
|
d'une solution CRM de type "best of breed"</a>, Didier
|
|||
|
Perraudin (Marketic) </b></font><br>
|
|||
|
<font face="Arial" size="2">Editeur sp<73>cialis<69> dans
|
|||
|
l'automatisation marketing, Marketic vient de signer
|
|||
|
un partenariat strat<61>gique avec IBM. Une fa<66>on de se
|
|||
|
prot<6F>ger sur un march<63> promis <20> une forte consolidation
|
|||
|
? Explications.</font> <font face="Arial" size="1"><i>(11/01/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020111_businessobject.shtml">Business
|
|||
|
Objects pr<70>pare son entr<74>e dans le monde des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur franco-am<61>ricain
|
|||
|
compte s'appuyer sur les Web Services pour faciliter
|
|||
|
le partage d'informations au sein d'un extranet de Business
|
|||
|
Intelligence.</font> <font face="Arial" size="1"><i>(11/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020110_panoranet.shtml">Comment
|
|||
|
Panoranet distribue ses services Web financiers</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur qui propose des
|
|||
|
services d'<27>valuation de cr<63>dit ou d'assurance en mode
|
|||
|
ASP a pari<72> sur les outils Open Source, appr<70>ci<63>s pour
|
|||
|
leur souplesse</font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/020108_it_isocoheris_coupjambet.shtml">"Les
|
|||
|
consolidations dans le CRM vont toucher les nombreux
|
|||
|
acteurs de niche"</a>, Philippe Coup-Jambet (Coheris)</b></font><br>
|
|||
|
<font face="Arial" size="2">ISO, <20>diteur d'outils de
|
|||
|
gestion des forces de vente et de data mining, est rachet<65>
|
|||
|
en octobre 2001 par Coheris. Son fondateur d<>voile les
|
|||
|
enjeux technologiques de la fusion, et envisage d'autres
|
|||
|
consolidations sur le march<63>.</font> <font face="Arial" size="1"><i>(08/01/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020108_consolidationcrm.shtml">2002,
|
|||
|
ann<6E>e de tous les dangers pour les <20>diteurs de CRM</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Dixit un cabinet d'<27>tudes
|
|||
|
am<61>ricain, les trois quarts des acteurs pourraient dispara<72>tre
|
|||
|
cette ann<6E>e. En cause, la conjoncture mais pas seulement....</font>
|
|||
|
<font face="Arial" size="1"><i>(08/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020104_etap.shtml">Etap-On-Line
|
|||
|
se concentre sur la gestion des notes de frais </a></b></font><br>
|
|||
|
<font face="Arial" size="2">Entre l'approche progicielle
|
|||
|
et les solutions l<>g<EFBFBD>res en mode ASP, l'<27>diteur fran<61>ais
|
|||
|
a choisi le segment de l'application modulaire.</font>
|
|||
|
<font face="Arial" size="1"><i>(04/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020103_ccpp.shtml">CC/PP
|
|||
|
facilite la distribution de contenu multi-terminaux</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec son guide des impl<70>mentations
|
|||
|
CC/PP, le W3C dessine les possibilit<69>s de ce standard,
|
|||
|
notamment dans le domaine des terminaux mobiles.</font>
|
|||
|
<font face="Arial" size="1"><i>(03/01/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011221_noheto.shtml">Noheto
|
|||
|
affine les fonctions de veille de sa solution de portail
|
|||
|
d'entreprise</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Afin d'<27>tendre les fonctions
|
|||
|
de sa solution de gestion de contenu, l'<27>diteur fran<61>ais
|
|||
|
associe un module de collecte <20> une s<>rie d'interfaces
|
|||
|
de recherche bas<61>es sur le moteur s<>mantique de Sinequa.</font>
|
|||
|
<font face="Arial" size="1"><i>(21/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011220_mediacom.shtml">SPOT
|
|||
|
Mediacom enrichit le SVG de fonctions de manipulation</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le moteur mis au point par
|
|||
|
la start-up rennaise s'appuie sur le format vectoriel
|
|||
|
d'Adobe pour fournir une m<>thode de visualisation graphique
|
|||
|
sur le Web.</font> <font face="Arial" size="1"><i>(20/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011219_alogic.shtml">Alogic
|
|||
|
appuie la cat<61>gorisation de donn<6E>es sur un moteur s<>mantique</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec Al.Themadoc, l'<27>diteur
|
|||
|
fran<61>ais avance des m<>thodes de visualisation adapt<70>es
|
|||
|
au monde de la documentation.</font> <font face="Arial" size="1"><i>(19/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011218_operamail.shtml">Euro
|
|||
|
RSCG Interactive prend position sur le march<63> des solutions
|
|||
|
d'emailing</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec Op<4F>r@Mail, l'agence
|
|||
|
interactive du groupe Euro RSCG propose aux entreprises
|
|||
|
l'abonnement <20> un outil d<>velopp<70> d'abord pour ses propres
|
|||
|
clients.</font> <font face="Arial" size="1"><i>(18/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011217_delphes.shtml">Delphes
|
|||
|
fonde sa technologie de recherche sur l'analyse morpho-syntaxique</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Cet <20>diteur qu<71>b<EFBFBD>cois a
|
|||
|
mis au point un moteur linguistique adapt<70> au probl<62>matiques
|
|||
|
de recherches internes <20> un site Web, mais <20>galement
|
|||
|
de veille sur Internet.</font> <font face="Arial" size="1"><i>(17/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/011217_it_chordiant_kelly.shtml">"Nous
|
|||
|
allons inclure la t<>l<EFBFBD>vision interactive dans les canaux
|
|||
|
d'interaction client"</a>, Stephen Kelly (Chordiant
|
|||
|
Software)</b></font><br>
|
|||
|
<font face="Arial" size="2">R<EFBFBD>cemment nomm<6D> en remplacement
|
|||
|
du fondateur Sam Spadafora, le nouveau dirigeant de
|
|||
|
l'<27>diteur fait le point sur ses prochaines orientations.</font>
|
|||
|
<font face="Arial" size="1"><i>(17/12/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011217_polymedia.shtml">TXT
|
|||
|
e-solution d<>barque en France avec une solution de gestion
|
|||
|
de contenu pluri-m<>dia</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La soci<63>t<EFBFBD> de services italienne
|
|||
|
articule sa plate-forme de diffusion multi-canaux autour
|
|||
|
d'un r<>f<EFBFBD>rentiel XML.</font> <font face="Arial" size="1"><i>(17/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/011214_it_albert.shtml">"Les
|
|||
|
moteurs de recherche bool<6F>ens sont au bout du rouleau"</a>,
|
|||
|
Alain Beauvieux (Go Albert France) </b></font><br>
|
|||
|
<font face="Arial" size="2">A l'heure de la nomination
|
|||
|
d'Albert aux "Troph<70>es de la nouvelle <20>conomie" de Montpellier,
|
|||
|
le directeur de sa filiale fran<61>aise , Alain Beauvieux,
|
|||
|
revient sur la strat<61>gie d'un projet lanc<6E> depuis d<>j<EFBFBD>
|
|||
|
3 ans.</font> <font face="Arial" size="1"><i>(14/12/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/011212_it_hyperion_kopcke.shtml">"En
|
|||
|
2002, nous allons nous <20>tendre vers les technologies
|
|||
|
relationnelles"</a>, John Kopcke (Hyperion) </b></font><br>
|
|||
|
<font face="Arial" size="2">Cit<EFBFBD> en t<>te des acteurs
|
|||
|
du petit monde des entrep<65>ts multi-dimensionnels, Hyperion
|
|||
|
a pour volont<6E> de r<>pondre <20> la quasi-totalit<69> des besoins
|
|||
|
d<>cisionnels. R<>v<EFBFBD>lations par le gourou es-business
|
|||
|
intelligence en personne.</font> <font face="Arial" size="1"><i>(12/12/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011213_webtrends.shtml">Avec
|
|||
|
WebTrends Log Analyzer, NetIQ met la mesure d'audience
|
|||
|
<20> la port<72>e des PME</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur lance la version
|
|||
|
7.0 de sa solution d'entr<74>e de gamme. Une <20>dition qui
|
|||
|
tente d'aider l'utilisateur <20> assimiler les concepts
|
|||
|
de l'analyse d'audience.</font> <font face="Arial" size="1"><i>(12/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011212_coheris.shtml">Coheris
|
|||
|
lance une version 100% web de sa solution Conso+</a></b></font><br>
|
|||
|
<font face="Arial" size="2">D<EFBFBD>j<EFBFBD> bien positionn<6E> dans
|
|||
|
l'univers de la relation client, Coheris propose dor<6F>navant
|
|||
|
un progiciel adoss<73> <20> un serveur d'application J2EE.
|
|||
|
La soci<63>t<EFBFBD> n'entend pas toutefois faire table rase du
|
|||
|
client-serveur.</font> <font face="Arial" size="1"><i>(12/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011205_documentum.shtml">Les
|
|||
|
acteurs de la gestion de contenu dans la course <20> l'int<6E>gration
|
|||
|
des formats "rich media"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Documentum vient de racheter
|
|||
|
le canadien Bulldog, acteur de la gestion de contenu
|
|||
|
multim<69>dia. Un type de rapprochement qui pourrait se
|
|||
|
multiplier dans les mois <20> venir.</font> <font face="Arial" size="1"><i>(05/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/011203_it_kxen_haddad.shtml">"Avec
|
|||
|
nos outils, il est possible de pr<70>dire le futur en fonction
|
|||
|
du pass<73>"</a>, Roger Haddad (KXen)</b></font><br>
|
|||
|
<font face="Arial" size="2">Int<EFBFBD>gr<EFBFBD>e en OEM dans Business
|
|||
|
Objects, la technologie de l'<27>diteur franco-am<61>ricain
|
|||
|
peut "expliquer" une variable en fonction de toutes
|
|||
|
les autres. Une technologie intriguante pour un positionnement
|
|||
|
original.</font> <font face="Arial" size="1"><i>(03/12/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011203_sip.shtml">SIP
|
|||
|
fera t-il entrer Internet dans l'<27>re des communications
|
|||
|
multim<69>dia en temps r<>el ?</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Initi<EFBFBD> par l'IETF, Session
|
|||
|
Initiative Protocol est un protocole destin<69> <20> la conf<6E>rence
|
|||
|
audio et vid<69>o en ligne. Associ<63> aux Web Services, il
|
|||
|
pourrait ouvrir l'<27>re des "Voice Services".</font> <font face="Arial" size="1"><i>(03/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011203_instranet.shtml">Instranet
|
|||
|
<20> l'heure de la V 2.0</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec la nouvelle mouture
|
|||
|
de sa plate-forme de gestion de contenu, l'<27>diteur met
|
|||
|
notamment l'accent sur l'accessibilit<69> de l'outil aux
|
|||
|
non-informaticiens.</font> <font face="Arial" size="1"><i>(03/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011130_surfcontact.shtml">SurfContact
|
|||
|
: un centre de contact virtuel en ASP</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La soci<63>t<EFBFBD> SurfDesign a
|
|||
|
abandonn<6E> son positionnement de webagency pour d<>velopper
|
|||
|
entre autres une plate-forme de centre de contact virtuel
|
|||
|
en mode locatif.</font> <font face="Arial" size="1"><i>(30/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011129_caexiste_virtualcustomer.shtml">Virtual
|
|||
|
Customer Initiative: la fin des produits inadapt<70>s ?</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Faire participer les internautes
|
|||
|
aux processus collaboratifs de design des nouveaux produits:
|
|||
|
c'est ce que propose le MIT avec six m<>thodes. Parmi
|
|||
|
elles, une bourse de concepts et des focus groups virtuels.
|
|||
|
De nouvelles perspectives pour les industriels.</font>
|
|||
|
<font face="Arial" size="1"><i>(29/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011129_l2t.shtml">La
|
|||
|
Deuxi<78>me T<>te du peer to peer : des usages professionnels</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La soci<63>t<EFBFBD> L2T a d<>velopp<70>
|
|||
|
un outil de d<>veloppement d'applications peer-to-peer
|
|||
|
permettant aux entreprises de d<>centraliser certaines
|
|||
|
fonctions de leur syst<73>me d'information, sur le mod<6F>le
|
|||
|
de Napster ou de Gnutella.</font> <font face="Arial" size="1"><i>(29/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011128_pechiney_rh.shtml">Trois
|
|||
|
questions <20> Xavier Couineau, responsable du projet e-RH
|
|||
|
de Pechiney</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'entr<74>e en vigueur d'un
|
|||
|
plan de modulation du temps de travail au si<73>ge du groupe
|
|||
|
industriel a conduit les dirigeants du groupe <20> choisir
|
|||
|
la solution Temposoft HCM. Premier bilan.</font> <font face="Arial" size="1"><i>(28/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011128_triplehop.shtml">TripleHop
|
|||
|
se place sur le terrain des moteurs de recherche statistique</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Nouveau venu dans ce domaine,
|
|||
|
le moteur MatchPoint s'appuie <20>galement sur des fonctions
|
|||
|
vectorielles en vue de r<>pondre aux requ<71>tes multicrit<69>res.</font>
|
|||
|
<font face="Arial" size="1"><i>(27/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011127_cardiweb.shtml">CardiWeb
|
|||
|
se dote d'une palette de modules de gestion de contenu
|
|||
|
Web</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Au fil de ses projets, la
|
|||
|
SSII enrichit sa CardiBox : une bo<62>te <20> outils de composants
|
|||
|
pour industrialiser la gestion de contenu. La SSII estime
|
|||
|
aujourd'hui disposer des fonctions courantes pour ce
|
|||
|
type de projets.</font> <font face="Arial" size="1"><i>(27/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011127_axemble-rh.shtml">Axemble
|
|||
|
propose des intranets RH packag<61>s avec Ernst & Young</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Solution fond<6E>e sur un outil
|
|||
|
permettant de transformer un dessin de process en application
|
|||
|
collaborative, VDoc Portal Intranet RH apporte aux structures
|
|||
|
moyennes une solution RH personnalisable sur intranet
|
|||
|
ou en ASP.</font> <font face="Arial" size="1"><i>(27/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011127_estat.shtml">eStat
|
|||
|
mesure aussi l'audience des intranets</a></b></font><br>
|
|||
|
<font face="Arial" size="2">A l'origine plut<75>t d<>di<64>
|
|||
|
aux sites Web, le fran<61>ais eStat <20>largit sa couverture.
|
|||
|
Et s'adosse aux technologies libres pour tenir la charge.</font>
|
|||
|
<font face="Arial" size="1"><i>(27/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011123_domeus.shtml">Domeus
|
|||
|
s'attaque <20> l'e-mailing professionnel</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Connu pour son service gratuit
|
|||
|
de gestion de lettres d'information, Domeus a r<><72>crit
|
|||
|
son application ASP pour r<>pondre aux probl<62>mes de connectivit<69>
|
|||
|
des entreprises.</font> <font face="Arial" size="1"><i>(23/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011122_virtools.shtml">Virtools
|
|||
|
Behavioral Server : la relation client ou employ<6F> en
|
|||
|
3D interactive</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La soci<63>t<EFBFBD> sp<73>cialis<69>e dans
|
|||
|
les solutions de cr<63>ation de contenu interactif en 3D
|
|||
|
lance une application serveur fond<6E>e sur l'analyse comportementale
|
|||
|
en temps r<>el et connect<63>e au reste du syst<73>me d'information.</font>
|
|||
|
<font face="Arial" size="1"><i>(22/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011121_cegedim_srh.shtml">Cegedim
|
|||
|
SRH propose un portail ERM en extranet</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La division SRH du groupe
|
|||
|
d<>veloppe depuis 16 mois une solution d'extranet d<>di<64>e
|
|||
|
<20> la gestion de la paie et des ressources humaines.
|
|||
|
Une plate-forme collaborative externalis<69>e pour am<61>liorer
|
|||
|
la relation <20> l'employ<6F>.</font> <font face="Arial" size="1"><i>(21/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011120_inventionmachine.shtml">Invention
|
|||
|
Machine: l'innovation assist<73>e par ordinateur</a></b></font><br>
|
|||
|
<font face="Arial" size="2">M<EFBFBD>me tr<74>s efficace, la veille
|
|||
|
technologique n'est con<6F>ue que pour retrouver des concepts
|
|||
|
d<>j<EFBFBD> existants. Fond<6E> par un chercheur russe, l'<27>diteur
|
|||
|
am<61>ricain propose d'aller plus loin...</font> <font face="Arial" size="1"><i>(20/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011120_wooloo.shtml">ShortLinker
|
|||
|
de Wooloo : la relation client jusqu'au bureau du PC,
|
|||
|
online ou offline</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le jeune <20>diteur sp<73>cialis<69>
|
|||
|
dans le marketing tente de repousser les limites du
|
|||
|
CRM en proposant un syst<73>me qui assure aux marques une
|
|||
|
pr<70>sence sur le bureau (<28>lectronique) des utilisateurs.
|
|||
|
Un outil souple en mode ASP.</font> <font face="Arial" size="1"><i>(20/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011119_mondeca.shtml">Mondeca
|
|||
|
met le Web s<>mantique au service de l'organisation des
|
|||
|
connaissances</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Couplant les formats RDF
|
|||
|
et Topic Maps, la solution de Mondeca structure les
|
|||
|
bases de donn<6E>es d'entreprise en r<>seaux complexes associant
|
|||
|
termes et meta-donn<6E>es.</font> <font face="Arial" size="1"><i>(19/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011116_albert.shtml">Albert
|
|||
|
couple assistant de requ<71>te et indexeur</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur suisse ajoute
|
|||
|
une couche d'analyse aux outils de recherche. Objectif
|
|||
|
: traduire en requ<71>tes complexes les demandes fournies
|
|||
|
en langage naturel.</font> <font face="Arial" size="1"><i>(16/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011115_accrue.shtml">Accrue
|
|||
|
mesure l'audience et... la performance</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Destin<EFBFBD>e <20> des grands comptes,
|
|||
|
la solution d'Accrue Software utilise des "sniffers"
|
|||
|
pour surveiller le trafic.</font> <font face="Arial" size="1"><i>(15/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011114_weborama.shtml">Weborama
|
|||
|
ajoute la qualification <20> l'analyse de l'audience Web</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec la version 2.5 de son
|
|||
|
outil Weboscope, l'<27>diteur propose plusieurs dispositifs
|
|||
|
pour qualifier les internautes.</font> <font face="Arial" size="1"><i>(13/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011114_chronotique.shtml">Chronotique,
|
|||
|
des solutions de gestion du temps pour les RH</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Cr<EFBFBD><EFBFBD>e sur la base d'une
|
|||
|
solution logicielle de gestion des temps par le fondateur
|
|||
|
d'une ancienne SSII, Chronotique s'est sp<73>cialis<69>e d<>s
|
|||
|
1997 dans les solutions d'e-RH et propose aujourd'hui
|
|||
|
une offre compl<70>te.</font> <font face="Arial" size="1"><i>(23/11/2001)</i></font><font face="Arial" size="2" color="#990033" ><b><i><br>
|
|||
|
<br>
|
|||
|
Questions-Réponses</i></b></font> <font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011113_faq_crm.shtml">Le
|
|||
|
CRM en 12 <20>tapes</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Parce que la gestion de
|
|||
|
la relation client regroupe de nombreux domaines, parce
|
|||
|
que les syst<73>mes <20> installer sont relativement complexes,
|
|||
|
un d<>cryptage s'impose.</font> <font face="Arial" size="1"><i>(13/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011112_ratio.shtml">Rosebud
|
|||
|
passe de PHP au couple Java/XML</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec la troisi<73>me version
|
|||
|
de Ratio.Media, l'<27>diteur fran<61>ais propose une plate-forme
|
|||
|
de gestion de contenu Web qui reste adapt<70>e aux projets
|
|||
|
modestes.</font> <font face="Arial" size="1"><i>(12/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011109_nuance.shtml">Nuance
|
|||
|
se positionne sur le segment de la l'authentification
|
|||
|
vocale</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Acteur majeur dans le domaine
|
|||
|
de la reconnaissance vocale, Nuance applique sa technologie
|
|||
|
<20> une solution de v<>rification biom<6F>trique de la parole.</font>
|
|||
|
<font face="Arial" size="1"><i>(09/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Dossier</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011107_synthese_e_rh.shtml">Ressources
|
|||
|
humaines : de nouvelles solutions au service d'une nouvelle
|
|||
|
gestion</a></b></font><br>
|
|||
|
<font face="Arial" size="2">e-RH, GRH, SIRH, ERM...
|
|||
|
Les solutions technologiques de valorisation du capital
|
|||
|
humain se multiplient. Et les entreprises semblent bel
|
|||
|
et bien lanc<6E>es dans l'aventure. JDNet Solutions vous
|
|||
|
propose de la suivre <20> travers ce nouveau dossier.</font>
|
|||
|
<font face="Arial" size="1"><i>(07/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/itws/011106_it_valoris_contamine.shtml">"Le
|
|||
|
dimensionnement de la solution est l'un des facteurs
|
|||
|
clefs du CRM analytique"</a>, Beno<6E>t Contamine (Valoris)
|
|||
|
</b></font><br>
|
|||
|
<font face="Arial" size="2">Comment calculer le retour
|
|||
|
sur investissement d'une solution de CRM analytique
|
|||
|
? Laquelle choisir, selon quels crit<69>res ? Avis de l'expert
|
|||
|
chez le sp<73>cialiste de la valorisation du capital client.</font>
|
|||
|
<font face="Arial" size="1"><i>(06/11/2001)</i></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011030_frontcall.shtml"><br>
|
|||
|
<br>
|
|||
|
</a></b></font> <font face="Arial" size="1"><i> </i></font>
|
|||
|
</p>
|
|||
|
<p><font face="Arial, Helvetica, sans-serif" size="2"><font size="1" face="Arial, Helvetica, sans-serif">
|
|||
|
</font> </font></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
<td width="132" bgcolor="#eeeeee" valign="top">
|
|||
|
<div align="center">
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="6">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center">
|
|||
|
<table border=0 cellspacing=0 cellpadding=0 width=100%>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<div align=center>
|
|||
|
<table border=0 cellspacing=0 cellpadding=0 width=120>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><table width=120 border=0 cellpadding=0 cellspacing=0 align=center>
|
|||
|
<tr>
|
|||
|
<td colspan=3><img src=/images/v2/newsletter_01.gif width=120 height=15 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
<form method=post action=http://benchmail.benchmark.fr/fr_abo.asp target=_blank>
|
|||
|
<tr>
|
|||
|
<td width=2 background=/images/v2/newsletter_02.gif><img src=/images/v2/newsletter_02.gif width=2 height=76 border=0 alt=""></td>
|
|||
|
<td width=120 background=/images/v2/newsletter_03.gif>
|
|||
|
<div align=center><font face=Verdana size=1>Gratuit - L'actualit<69>
|
|||
|
des technologies<br>
|
|||
|
e-business<br>
|
|||
|
</font>
|
|||
|
<input type=text name=ML value=email size=8>
|
|||
|
<input type=image id=OR name=lien src=/images/v2/ok_news.gif width=32 height=17 align=absmiddle border=0>
|
|||
|
<br><font face="Arial, Helvetica, sans-serif" size=1>HTML</font>
|
|||
|
<input type=radio name=idm value=5 checked>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size=2>|</font>
|
|||
|
<input type=radio name=idm value=12>
|
|||
|
<font size=1 face="Arial, Helvetica, sans-serif">Texte<br>
|
|||
|
<a href=http://benchmail.benchmark.fr/fr_abd.Asp?OR=SOLUTION target=_blank>Toutes
|
|||
|
nos newsletters</a></font></div>
|
|||
|
</td>
|
|||
|
<td width=2 background=/images/v2/newsletter_04.gif><img src=/images/v2/newsletter_04.gif width=2 height=65 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</form>
|
|||
|
<tr>
|
|||
|
<td colspan=3 width=120><img src=/images/v2/newsletter_05.gif width=120 height=11 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/ecrm@Right2>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/ecrm";
|
|||
|
var position ="Right2";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<table width=120 border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<div align=center>
|
|||
|
<table width=120 border=0 cellspacing=0 cellpadding=0 bgcolor="EEEEEE">
|
|||
|
<tr>
|
|||
|
<td><img src="/images/v3/it.gif" width="120" height="13" border="0"></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="1">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<p><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Daniel
|
|||
|
Dardailler<br>
|
|||
|
</font></b></a><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><img src="http://solutions.journaldunet.com/images_it/mini_dardailler.jpg" align="left" border="0"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">
|
|||
|
</font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">W3C
|
|||
|
<br>
|
|||
|
</font></a></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><img src="/images/v3/itouv.gif" width="17" height="16" align="left" border="0">
|
|||
|
<font size="2"><font face="Verdana, Arial, Helvetica, sans-serif" color="05277E" size="1">Du
|
|||
|
Web s<>mantique aux Web Services, nous automatisons le<img src="/images/v3/itfer.gif" width="17" height="16" align="right" border="0">
|
|||
|
travail des applications</font></font></a></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
|
|||
|
<tr bgcolor="A9B6BC">
|
|||
|
<td>
|
|||
|
<div align="center"><img src="/images/v2/sondage.gif" height="13"></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
|
|||
|
<tr bgcolor="A9B6BC">
|
|||
|
<td>
|
|||
|
<div align="center"><font face="Verdana,Arial" size=1>La reprise dans le secteur high-tech...</font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="A9B6BC">
|
|||
|
<tr bgcolor="#eeeeee">
|
|||
|
<td>
|
|||
|
<table cellspacing="0" border="0" width="99%" bordercolor="A9B6BC" cellpadding="2">
|
|||
|
<form action="/poll_it_ssi_v2.0.cgi" method=POST>
|
|||
|
<input type="Hidden" name="poll_id" value="">
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="1">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>C'est bien engag<61> </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="2">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1><EFBFBD>a fr<66>mit </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="3">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>En septembre </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="4">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>En janvier 2003 </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="5">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>Aucune visiblit<69> </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
|
|||
|
<tr>
|
|||
|
<td colspan=2 align=center> <BR> <INPUT Type=SUBMIT Value="Voter"> </td>
|
|||
|
</tr>
|
|||
|
</form>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center"><font face="Verdana,Arial" size=1><a href="http://solutions.journaldunet.com/pollit_files/sondages.shtml" target="_top"><font face="Arial" size=1>Précédents
|
|||
|
sondages</font></a></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><img src=/images/v3/dossier.gif width=120 height=13></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#FFFFFF><font color=#000000><b>Stockage
|
|||
|
</b></font></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="1">
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size=2 color=#FFFFFF><a href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/stockage.gif border=0 vspace=0 width="40" height="40"></a></font></td>
|
|||
|
<td><font face="Arial" size=1 color=#000000>Du stockage en r<>seau aux
|
|||
|
r<>seaux de </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Arial" size=2 color=#000000><font face="Arial" size=1 color=#000000>stockage.
|
|||
|
L'<27>tat de l'art et des exp<78>riences pour vous guider dans vos prochains
|
|||
|
choix. <br>
|
|||
|
</font><font face="Arial" size=2><img src=/images_it/tiret.gif> <font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml>Sommaire</a></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#FFFFFF><font color=#000000><b>Mesure
|
|||
|
d'audience </b></font></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td valign="top"><font face="Verdana" size=1 color=#000000><font face="Arial" size=2 color=#FFFFFF><b><a href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/audience_mini.jpg border=0 vspace=0></a></b></font></font></td>
|
|||
|
<td height="32"><font face="Arial" size=1 color=#000000>Comment les
|
|||
|
solutions prennent le </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Verdana" size=1 color=#FFFFFF><font face="Arial" size=2 color=#000000><font face="Verdana" size=1><font face="Arial" size=1 color=#000000>chemin
|
|||
|
de l'intranet et de la licence d<>finitive. </font><font face="Arial">
|
|||
|
<br>
|
|||
|
</font></font><font face="Arial" size=2><img src=/images_it/tiret.gif>
|
|||
|
<font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml>Sommaire</a></font></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000><b>Web Services </b></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000><font face="Verdana" size=1 color=#000000><font face="Arial" size=2 color=#FFFFFF><b><a href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/webservices_mini.jpg border=0 vspace=2></a></b></font></font></font></td>
|
|||
|
<td><font face="Arial" size=1 color=#000000>Zoom sur ce nouveau paradigme
|
|||
|
des </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Arial" size=2 color=#000000><font face="Arial" size=1 color=#000000>
|
|||
|
architectures informatiques. Et sur les protocoles qui le soutiennent:
|
|||
|
SOAP, WSDL, UDDI...</font><font face="Arial" size=1> </font><font face="Arial" size=2><br>
|
|||
|
<img src=/images_it/tiret.gif> <font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml>Sommaire</a></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=20>
|
|||
|
<div align=center><font face=Verdana size=1><a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><b><font color="#000000">Tous
|
|||
|
les dossiers</font></b></a></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><a href=http://www.journaldunet.com/tops/top_sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/heber.jpg border=0></a><br>
|
|||
|
<font face=Arial size=1><a href=http://www.journaldunet.com/tops/top_sommaire.shtml><font color=#000000>Classements
|
|||
|
du Web</font></a><br>
|
|||
|
</font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><img src=http://www.journaldunet.com/images_it/annu.gif height=13 width=120></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=100% border=0 cellspacing=1 cellpadding=2 bgcolor=A9B6BC>
|
|||
|
<tr bgcolor=#eeeeee>
|
|||
|
<td>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les entreprises
|
|||
|
de l'Internet</b></font><br>
|
|||
|
<a href=http://societe.journaldunet.com><font face="Verdana" color=#000000>Plus
|
|||
|
de 3600 sociétés référencées</font></a></font></p>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les prestataires</b></font><br>
|
|||
|
<a href=http://prestataires.journaldunet.com><font face="Verdana" color=#000000>Plus
|
|||
|
de 2000 prestataires</font></a></font></p>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les fonds</b></font><br>
|
|||
|
<a href=http://fonds.journaldunet.com><font face="Verdana" color=#000000>72
|
|||
|
fiches descriptives</font></a></font></p>
|
|||
|
<p><font face="Arial" size=2><font size=1><font face="Verdana"><b>Le
|
|||
|
carnet des e-managers</b></font><br>
|
|||
|
</font><font face="Verdana" size=1><a href=http://lecarnet.journaldunet.com><font color="#000000">Plus
|
|||
|
de 1300 dirigeants</font></a></font><font size=1><br>
|
|||
|
</font></font></p>
|
|||
|
<p><font face="Arial" size=2><font size=1><font face="Verdana"><b>Solutions
|
|||
|
e-Business </b></font><br>
|
|||
|
</font><font face="Verdana" size=1><a href=http://prestataires.journaldunet.com><font color="#000000">204
|
|||
|
solutions et outils detaillées</font></a></font><font size=1><br>
|
|||
|
</font></font></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000></font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><a href=http://www.journaldunet.com/boutik/ title="La boutique Benchmark"><img src=http://www.journaldunet.com/pictos/boutikbenchmark.jpg border=0><br>
|
|||
|
<font face="Verdana" size=1 color=#800000>Des offres sur nos études
|
|||
|
et nos lettres</font></a></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center">
|
|||
|
<table border=0 cellspacing=1 cellpadding=2 align=center bgcolor=#e5e6ce width=100%>
|
|||
|
<tr>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.benchmark.fr/ebn.asp?pid=68 title="La société" onMouseOver="self.status='La Société';return true;" onMouseOut="self.status=' ';return true;"><font size=1 face="Verdana, Arial">Société</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/contacts.shtml onMouseOver="self.status='Contacts';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Contacts</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/pubbenchmark.shtml title=Publicité onMouseOver="self.status='Contact publicité';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Publicité</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.benchmark.fr/ebn.asp?pid=69 title="Communiqués de Presse" onMouseOver="self.status='Les communiqués de presse';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Presse</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://emploi.journaldunet.com/compte/liste.cfm?mode=2&EntIdx=1448 title=Recrutement onMouseOver="self.status='Recrutement';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial">Recrutement</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/tousnossites.shtml><font size=1 face="Verdana, Arial">Tous
|
|||
|
nos sites</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td colspan=2 bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/donneesperso.shtml onMouseOver="self.status='Données personnelles';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Données
|
|||
|
personnelles</font></a></font></font><font color=#000033 face="Verdana, Arial" size=1>
|
|||
|
</font></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width=100% border=0 cellspacing=1 cellpadding=2 bgcolor=#000033>
|
|||
|
<tr>
|
|||
|
<td width=20 bgcolor=#000033><div align=center><OAS URL=solutions.journaldunet.com/divers@x30>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="x30";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#000033>
|
|||
|
<div align=center><font face="Verdana, Arial" size=1 color=#FFFFFF>Pour
|
|||
|
tout problème de consultations, écrivez au <a href=mailto:webmaster-solutions@journaldunet.com><font color=#FFFF00>webmaster</font></a>.<br>
|
|||
|
© Benchmark Group, 4 rue diderot 92156 Suresnes Cedex</font></div>
|
|||
|
</td>
|
|||
|
<td width=20 bgcolor=#000033> </td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center"><div align=center>
|
|||
|
<OAS URL=solutions.journaldunet.com/ecrm@TopRight>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/ecrm";
|
|||
|
var position ="TopRight";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="120" HEIGHT="600" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<OAS URL=solutions.journaldunet.com/home@TopLeft>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/home";
|
|||
|
var position ="TopLeft";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="120" HEIGHT="600" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
|
|||
|
</BODY></HTML>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|