<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>reseautage-social &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/reseautage-social/</link>
	<description>Feed of posts on WordPress.com tagged "reseautage-social"</description>
	<pubDate>Wed, 08 Oct 2008 00:30:24 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Des nouvelles du monde python: ironpython, windmill, satchmo, grok + le réseau social ohloh.net ]]></title>
<link>http://pvergain.wordpress.com/2007/11/10/des-nouvelles-du-monde-python-ironpython-windmill-satchmo-grok-le-reseau-social-ohlohnet/</link>
<pubDate>Fri, 09 Nov 2007 22:15:30 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid>http://pvergain.fr.wordpress.com/2007/11/10/des-nouvelles-du-monde-python-ironpython-windmill-satchmo-grok-le-reseau-social-ohlohnet/</guid>
<description><![CDATA[Quelques nouvelles du monde python:

différentes mesures de la popularité du langage python sur ht]]></description>
<content:encoded><![CDATA[<p>Quelques nouvelles du monde python:</p>
<ul>
<li>différentes mesures de la popularité du langage python sur <a href="http://www.langpop.com/" title="Popularité des langages">http://www.langpop.com/</a>. Le langage C vient en première position tandis que Python se situe entre la 6e et la 12e position suivant les outils de mesure.</li>
<li>la version <a href="http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=7663" title="IP2.a6">2.06</a>a de Ironpython est sortie ("<em>...this release includes all of the changes we have made in the past month.  The most noteworthy differences include:</em>
<ul>
<li><em>the IronPython project is now distributed under the Microsoft Public License (Ms-PL)</em></li>
<li><em>improved support of COM events under the –X:PreferComDispatch flag</em></li>
<li><em>the abstract syntax tree for IronPython is being hardened so to speak</em></li>
<li><em>we have included an updated DLR sample in the source zip file – ToyScript</em></li>
<li><em>Internally we have migrated our Visual Studio project and solution files over to a Visual Studio 2008 beta release. While we’ve modified these files in the source distribution of IronPython to be compatible with Visual Studio 2005 and the msbuild tool, it’s possible we may have missed something. If you experience any problems building IronPython from VS tools please let us know.</em></li>
<li><em>The ToyScript sample is not intended to be distributed with IronPython on a permanent basis and will likely be released in some other fashion in the not too distant future</em>.")</li>
<li><em>For whatever reasons, IronPython 2.0 Alpha 6 started to invoke delegate to abstract method. (Previous versions didn't.) This triggered Mono bug 317488 which is apparently hard to fix. <a href="https://bugzilla.novell.com/show_bug.cgi?id=317488" class="moz-txt-link-freetext">https://bugzilla.novell.com/show_bug.cgi?id=317488</a>  I developed completely insane workarounds to avoid this problem. Now you can laugh (or weep). <a href="https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/latest/patch-317488" class="moz-txt-link-freetext">https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/patches/latest/patch-317488</a></em></li>
</ul>
</li>
<li>Source: <a href="http://www.voidspace.org.uk/python/weblog/" title="Windmill">http://www.voidspace.org.uk/python/weblog/</a> (".<em>..Web application testing with Windmill. A new (Python based) browser testing tool was just announced on the <a href="http://lists.idyll.org/listinfo/testing-in-python" class="reference">Testing in Python Mailing List</a>. It comes out of the <a href="http://chandler.osafoundation.org/" class="reference">Chandler Project</a> and claims to <em>implement a larger set of a browser testability than Selenium</em>: <a href="http://windmill.osafoundation.org/" class="reference">Windmill</a>.</em>
<ul>
<li><em>Windmill is an Open Source AJAX Web UI Testing framework written in</em> <em>Python and JavaScript originally for testing the Chandler Server Web</em><em>Interface at OSAF. After spending time with Selenium we realized we</em> <em>had a variety of needs that weren't being fulfilled and built Windmill</em> <em>from the ground up. Windmill implements cross browser testing, in-browser recording and</em> <em>playback, and functionality for fast accurate debugging and test</em> <em><em>environment integration. Support for Firefox, IE6/7, Safari on * *Windows, Linux and Mac OS 10.4 and 10.5.</em>)</em></li>
</ul>
</li>
<li><em><a href="http://www.ohloh.net/projects/search?page=1&#38;q=django" title="Djanfgo">http://www.ohloh.net/projects/search?page=1&#38;q=django</a> ("<a href="http://www.ohloh.net/" title="ohloh">Ohloh</a> is an <strong>open source</strong> network that <strong>connects</strong> people through the <strong>software</strong> they create and use. Ici on recense les projets basés sur le framework web  python Django.")</em></li>
<li><em><a href="http://www.satchmoproject.com/" title="Satchmo">http://www.satchmoproject.com/</a> (".<em>..Satchmo's mission is to use Django to create an open source framework for creating unique and robust online stores. To provide maximum flexibility, Satchmo is licensed under the <a href="http://www.opensource.org/licenses/bsd-license.php" title="BSD">BSD license</a>.... This project was started by a group of individuals that were interested in using the <a href="http://www.djangoproject.com/" class="ext-link"><span class="icon">Django</span></a> framework to create a robust shopping cart solution. After some more discussions, we have decided to focus on building a modular framework of shopping cart or eCommerce packages that can be easily put together to form a full store. Here's a bunch of questions you might be asking yourself at this point... <strong>Why use Django?</strong> First off, we wanted to use Python for the project. Many of us have experience with similar PHP based projects and we quickly realized that they tend to break down pretty quickly under the unwieldy syntax, lack of good OO support and hackish nature of many of the projects.</em> Once we decided on Python, there were many frameworks to evaluate. They all have tradeoffs but there are some things we really liked about Django: </em>
<ul>
<li><em><em>Robust, scalable system that has been used on major commercial sites </em></em></li>
<li><em><em><strong>Clean separation of program logic from presentation</strong></em></em></li>
<li><em><em><strong>Nice abstraction of SQL</strong> (but with the capability to code SQL if required) </em></em></li>
<li><em><em><strong>Solid documentation</strong></em></em></li>
<li><em><em>URL mapping capabilities will be very useful for a shopping cart solution </em></em></li>
<li><em><em>Out of the box admin capabilities making it easy to get up and running &#38; provide enhanced security for multiple users in a store. </em></em></li>
</ul>
</li>
</ul>
<blockquote><p><em><em>This list is not exhaustive and there could be endless debate and flamewars on the choices but we've all reached this decision independently and encourage you to investigate &#38; make your own choice....</em>")</em></p></blockquote>
<ul>
<li><em><a href="http://grok.zope.org/" title="Grok">http://grok.zope.org/ </a> ("<em>Grok is a web application framework for Python developers. It is aimed at both beginners and very experienced web developers. Grok has an emphasis on agile development. Grok is easy and powerful. You will likely have heard about many different web frameworks for Python as well as other languages. Why should you consider Grok?</em> </em>
<ul>
<li><em><em>Grok offers a <em>lot</em> of building blocks for your web application.</em></em></li>
<li><em><em>Grok is informed by a <em>lot</em> of hard-earned wisdom.</em></em></li>
</ul>
</li>
</ul>
<blockquote><p><em><em>Grok accomplishes this by being based on <a href="http://wiki.zope.org/zope3" class="reference">Zope 3</a>, an advanced object-oriented web framework. While Grok is based on Zope 3, and benefits a lot from it, you do not need to know Zope at all in order to get productive with Grok</em>")</em></p></blockquote>
<ul>
<li><em><a href="http://permalink.gmane.org/gmane.comp.web.zope.devel/14171" title="Grok 0.11">http://permalink.gmane.org/gmane.comp.web.zope.devel/14171</a> ("<em>Grok 0.11 is a feature release of Grok, introducing important new features:</em></em></li>
<li><em><em>Layers and skinning support. It is now easy to place views in layers, and to define skins so that these layers can be browsed.</em></em></li>
<li><em><em><a href="http://fr.wikipedia.org/wiki/Representational_state_transfer" title="REST">REST </a>support. There is an easy way to create RESTful web services with Grok now. Create special REST protocols that support GET, POST,PUT and DELETE. See <a href="http://grok.zope.org/minitutorials/rest.html" rel="nofollow" target="_top">http://grok.zope.org/minitutorials/rest.html</a> for more information.</em></em></li>
<li><em><em>pluggable template languages. Besides the built-in support for Zope<br />
Page Templates, Grok now allows you to plug in other template<br />
languages as well. See<br />
<a href="http://grok.zope.org/minitutorials/template-languages.html" rel="nofollow" target="_top">http://grok.zope.org/minitutorials/template-languages.html</a> for<br />
instructions on how to integrate a template language into Grok. We are<br />
planning on releasing a Genshi plugin for Grok next week. </em></em></li>
<li><em><em>Improved permission and role support. See<br />
<a href="http://grok.zope.org/minitutorials/permissions.html" rel="nofollow" target="_top">http://grok.zope.org/minitutorials/permissions.html</a> for more<br />
information. If you were already using these in your existing Grok<br />
code you need to change your code a bit. </em></em></li>
<li><em><em>See <a href="http://grok.zope.org/upgrade.html" rel="nofollow" target="_top">http://grok.zope.org/upgrade.html</a> contains more information about<br />
these changes.</em>")</em></li>
</ul>
<p><em>..etc, etc...</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenSocial : les APIs "sociales" open source de Google ]]></title>
<link>http://pvergain.wordpress.com/2007/11/03/opensocial-les-apis-sociales-open-source-de-google/</link>
<pubDate>Sat, 03 Nov 2007 16:01:53 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid>http://pvergain.fr.wordpress.com/2007/11/03/opensocial-les-apis-sociales-open-source-de-google/</guid>
<description><![CDATA[L&#8217;article que j&#8217;ai écrit le 30 octobre mérite d&#8217;être complété. Google qui ét]]></description>
<content:encoded><![CDATA[<p>L'article que j'ai écrit <a href="http://pvergain.wordpress.com/2007/10/30/reseautage-social-definition-et-exemples-viadeo-ziki-facebook-linkedin/" title="Réseaux sociaux">le 30 octobre</a> mérite d'être complété. Google qui était en retrait des réseaux sociaux (Orkut) fait une entrée fracassante avec son <a href="http://fr.wikipedia.org/wiki/Interface_de_programmation" title="API">API</a> "OpenSocial".</p>
<p><strong>Source:</strong> <a href="http://fr.techcrunch.com/2007/10/31/google-lance-jeudi-opensocial-premiers-details/" title="Opensocial">http://fr.techcrunch.com/2007/10/31/google-lance-jeudi-opensocial-premiers-details/</a><br />
Rédigé par <a href="http://ouriel.typepad.com/">Ouriel Ohayon</a></p>
<blockquote><p><em>Google avait annoncé un plan important concernant sa stratégie de réseau social qui devait <a href="http://fr.techcrunch.com/2007/09/23/google-lancera-le-5-novembre-son-plan-ouverture-pour-contrer-facebook/">être annoncé le 5 novembre</a>. Nous avons révélé de <a href="http://fr.techcrunch.com/2007/10/31/larme-fatale-sociale-de-google-maka-maka/">plus amples détail</a>s récemment sur ce projet au nom de code “Maka-Maka”. Mais il semble que la réalité va bien au dela de nos attentes. Le projet de Google portera le nom de <a href="http://code.google.com/apis/opensocial">OpenSocial </a>et ne sera pas un méta-réseau social comme on aurait pu l’imaginer. Il s’agit en fait d’une séries d’API qui permettent à des développeurs de créer des applications compatibles avec toutes les plateformes sociales qui désirent participer au programme. </em></p>
<p><em><strong>Il ne s’agit donc pas d’une n-ième plateforme sociale</strong>. L’autre avantage est que ces APIs ne vont pas nécessiter d’apprendre, contrairement à Facebook, un nouveau langage (FBML) et un développeur n’aura plus à choisir la plateforme sociale pour laquelle il doit développer son application. Il pourra même utiliser ses codes existants en Javascript et Html et légèrement les modifier pour mettre cela en place. Il y a 3 types d’API: </em></p>
<ul>
<li><em>Celles pour le profil utilisateur,<br />
</em></li>
<li><em>celles pour le réseau social<br />
</em></li>
<li><em>et celles pour le flux d’activités (news feed)</em></li>
</ul>
<p><em>Si un site accepte de participer, il devra retourner les données appropriées en utilisant ces APIs.</em><em>Il n’y a pas de précisions concernant certains points clefs comme par exemple la possibilité d’inclure de la publicité ou le mode d’inscription pour user de ces APIs.</em></p>
<p><em>Pour son lancement Google annoncera plusieurs partenaires partagés en “hôte” et “développeurs”. Les Hotes sont ceux qui hébergeent les applications et les développeurs ceux qui les développent. Orkut, Salesforce, LinkedIn, Ning, Hi5, Plaxo, Friendster, Viadeo et Oracle seront les premiers hotes et Flixster, iLike, RockYou et Slide seront les premiers développeurs. <strong>Zlio sera la première startup française également partenaire du programme</strong> <strong>mise à jour: </strong>Viadéo serait le second acteur français à faire partie de ce programme</em></p>
<p><em>Comme je l’avais signalé <a href="http://fr.techcrunch.com/2007/10/30/meebo-lance-la-plateforme-meebo/">dans ce billet</a>, avec la prolifération des plateformes sociales, un développeur doit faire face à un dilemme quand il s’agit de créer son application et doit soit choisir sa plateforme soit multiplier les efforts pour être présent sur les principales plateformes. <strong>Google souhaite rendre ce dilemme caduque et va faciliter la vie des développeurs</strong>.</em></p></blockquote>
<p>Autres sources:</p>
<ul>
<li><a href="http://code.google.com/apis/opensocial/" title="Opensocial">http://code.google.com/apis/opensocial/</a>  (" The web is more interesting when you can build apps that easily interact with your friends and colleagues. But with the trend towards more social applications also comes a growing list of site-specific APIs that developers must learn. <strong>OpenSocial provides a common set of APIs for social applications across multiple websites</strong>. With standard JavaScript and HTML, developers can create apps that access a social network's friends and update feeds.")</li>
<li>La vidéo: <a href="http://www.youtube.com/GoogleDevelopers" title="Google videos">http://www.youtube.com/GoogleDevelopers</a></li>
<li><a href="http://actu.abondance.com/2007/10/opensocial-des-apis-sociales-en-open.html" title="Opensocial">http://actu.abondance.com/2007/10/opensocial-des-apis-sociales-en-open.html </a> ("<em><span class="post-body">Le projet, qui avait au départ reçu le nom de code "Maka-Maka" (ou "MakaMaka") chez Google, devrait être dévoilé au grand jour demain 1er novembre sous le nom d'OpenSocial : il s'agit d'API (Application Program Interface ou bibliothèques de fonctions pour programmeurs) qui permettra aux développeurs informatiques de créer des applications compatibles avec les réseaux sociaux existants ou tout du moins ceux qui désirent être associés à ce programme. Trois types d'APIs devraient être proposés : profil utilisateur, réseau social lui-même et flux (news feed).  Parmi les premiers réseaux pressentis pour participer à ce programme, on trouverait Orkut, Salesforce, LinkedIn, Ning, Hi5, Plaxo, Friendster, Viadeo et Oracle (pour l'instant, Facebook ne semble pas listé...). Pour les premiers développeurs, on trouverait Flixster, iLike, RockYou, Slide et Zlio (la société gérée par Jérémie Berrebi ) pour la France.</span></em>")</li>
<li><a href="http://opensocialapis.blogspot.com/" title="Blog opensocial">http://opensocialapis.blogspot.com/ </a>()</li>
<li><a href="http://groups.google.com/group/opensocial-api/about" title="Opensocial">http://groups.google.com/group/opensocial-api/about</a></li>
<li> <a href="http://code.google.com/apis/opensocial/docs/index.html" rel="nofollow">Developer Documentation </a>("<strong>The OpenSocial API is a set of common APIs for building social applications on many websites.  There are two ways to access the  OpenSocial API: client-side using the JavaScript API and server-side using <a href="http://fr.wikipedia.org/wiki/Representational_state_transfer" title="REST">RESTful</a> data APIs...</strong>The <a href="http://code.google.com/apis/opensocial/docs/gdata/people/developers_guide_protocol.html">People and Friends data API</a> allows client applications to view and update People Profiles and Friend relationships using AtomPub GData APIs with a Google data schema. Your client application can request a list of a user's Friends and query the content in an existing Profile...The <a href="http://code.google.com/apis/opensocial/docs/gdata/activities/developers_guide_protocol.html">Activities data API</a> allows client applications to view and publish "actions" in the OpenSocial platform using AtomPub GData APIs with a Google data schema. Your client application can use the API to create new entries, edit or delete existing entries, and view lists of entries...The <a href="http://code.google.com/apis/opensocial/docs/gdata/persistence/developers_guide_protocol.html">Persistence data API</a> allows client applications to view and update key/value content using AtomPub GData APIs with a Google data schema. Your client application can edit or delete content for an existing application, user, or gadget instance, and query the content in an existing feed")<a href="http://code.google.com/apis/opensocial/docs/index.html" rel="nofollow"><br />
</a></li>
<li><a href="http://code.google.com/apis/opensocial/articles/tutorial.html" title="Tutorial">http://code.google.com/apis/opensocial/articles/tutorial.html </a>(" <em>This tutorial will walk you through the steps required to build a simple social gadget where you can give gifts to your friends. You can find the <a href="http://opensocial-resources.googlecode.com/svn/samples/tutorial/trunk/">complete sample code</a> in the <a href="http://code.google.com/p/opensocial-resources/">opensocial-resources project</a> on Google Code. This demo used the <a href="http://opensocial-resources.googlecode.com/svn/utils/socialnorms/trunk/">SocialNorms utilities</a>, also part of the <a href="http://code.google.com/p/opensocial-resources/">opensocial-resources project</a>. These utilities encapsulate some common OpenSocial idioms, making it easier to write social gadgets. Use of SocialNorms for your own gadgets is entirely optional -- if you want more control over the data exchanged, feel free to use the APIs directly. Feel free to copy the sample gadget source code and make changes as you go along. Your gadget will need to be hosted publicly, and you can use the <a href="http://www.google.com/apis/gadgets/gs.html#Scratchpad">Google Gadget Editor</a>, <a href="http://pages.google.com/">Google Page Creator</a>, <a href="http://code.google.com/hosting/">Project Hosting on Google Code</a>, or  any other webhosting service to host your gadget.</em>")</li>
</ul>
<p>Ajout du mercredi 7 novembre 2007. Reçu sur la liste "inuxfr-news@linuxfr.org"</p>
<blockquote>
<pre>o Internet: OpenSocial, un pas de plus vers une « société des réseaux sociaux »
---------------------------------------------------------------------------
Auteur: epot ( <a href="http://linuxfr.org/%7Eepot" class="moz-txt-link-freetext">http://linuxfr.org/~epot</a> ) @ 23:21
Thème: Communaute

    Depuis jeudi, Google Code ( <a href="http://en.wikipedia.org/wiki/Google_Code" class="moz-txt-link-freetext">http://en.wikipedia.org/wiki/Google_Code</a> )
héberge le projet OpenSocial ( <a href="http://code.google.com/apis/opensocial/" class="moz-txt-link-freetext">http://code.google.com/apis/opensocial/</a> ),
un ensemble d'API qui vont permettre le développement de programmes communs
pour un certain nombre de sites de réseaux sociaux (
<a href="http://fr.wikipedia.org/wiki/R%C3%A9seau_social" class="moz-txt-link-freetext">http://fr.wikipedia.org/wiki/R%C3%A9seau_social</a> ) (voir liste en référence
[1]).

Avant jeudi, tout programmeur souhaitant développer une application pour
réseaux sociaux devait apprendre l'API, la syntaxe et parfois même un
nouveau langage de chacun des réseaux (quand ceux-ci proposaient une API
accessible de l'extérieur !). Maintenant, OpenSocial permet d'accéder aux
fonctions de base, au plus petit commun dénominateur entre tous les réseaux
sociaux participant.

L'API permet ainsi d'accéder : - À l'information de profil ; - À l'information des connaissances ;
- Aux activités (événements, flux RSS, etc.).
Un des avantages d'OpenSocial est de se baser sur des langages existants
(Javascript ( <a href="http://fr.wikipedia.org/wiki/Javascript" class="moz-txt-link-freetext">http://fr.wikipedia.org/wiki/Javascript</a> ), HTML (
<a href="http://fr.wikipedia.org/wiki/HTML" class="moz-txt-link-freetext">http://fr.wikipedia.org/wiki/HTML</a> ) et Flash (
<a href="http://fr.wikipedia.org/wiki/Adobe_Flash" class="moz-txt-link-freetext">http://fr.wikipedia.org/wiki/Adobe_Flash</a> )) là où la concurrence (Facebook
( <a href="http://fr.wikipedia.org/wiki/Facebook" class="moz-txt-link-freetext">http://fr.wikipedia.org/wiki/Facebook</a> ), pour ne pas la citer) impose
FBML ( <a href="http://wiki.developers.facebook.com/index.php/FBML" class="moz-txt-link-freetext">http://wiki.developers.facebook.com/index.php/FBML</a> ) [2] par
exemple). <strong>Le code source des exemples est sous licence libre, tout comme la
documentation</strong>. OpenSocial promet de libérer le code source nécessaire aux
API proprement dites (voir la FAQ (
<a href="http://code.google.com/apis/opensocial/faq.html" class="moz-txt-link-freetext">http://code.google.com/apis/opensocial/faq.html</a> ) [3]).

Finalement, on arrive petit à petit à une vraie société (ou fédération) de
réseaux sociaux, où peu importe le site/réseau dans lequel vous êtes
affilié, vous pourrez utiliser les mêmes applications (qui a parlé de
standardisation ?). Web 2.0 ( <a href="http://en.wikipedia.org/wiki/Web_2" class="moz-txt-link-freetext">http://en.wikipedia.org/wiki/Web_2</a> ) [4], les
applications arrivent !

[fr] - Journal à l'origine de la dépêche ( <a href="http://linuxfr.org/redirect/54340.html" class="moz-txt-link-freetext">http://linuxfr.org/redirect/54340.html</a> )
[en] - [1] Projet OpenSocial ( <a href="http://linuxfr.org/redirect/54341.html" class="moz-txt-link-freetext">http://linuxfr.org/redirect/54341.html</a> )
[en] - [2] FBML ( <a href="http://linuxfr.org/redirect/54342.html" class="moz-txt-link-freetext">http://linuxfr.org/redirect/54342.html</a> )
[en] - [3] FAQ d'OpenSocial ( <a href="http://linuxfr.org/redirect/54343.html" class="moz-txt-link-freetext">http://linuxfr.org/redirect/54343.html</a> )
[en] - [4] Web 2.0 ( <a href="http://linuxfr.org/redirect/54344.html" class="moz-txt-link-freetext">http://linuxfr.org/redirect/54344.html</a> )
[en] - [5] Facebook and Data Control (Bruce Scheier) ( <a href="http://linuxfr.org/redirect/54345.html" class="moz-txt-link-freetext">http://linuxfr.org/redirect/54345.html</a> )</pre>
</blockquote>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Réseautage social: définition et exemples: viadeo, ziki, facebook, linkedIn...]]></title>
<link>http://pvergain.wordpress.com/2007/10/30/reseautage-social-definition-et-exemples-viadeo-ziki-facebook-linkedin/</link>
<pubDate>Tue, 30 Oct 2007 20:58:12 +0000</pubDate>
<dc:creator>patrick</dc:creator>
<guid>http://pvergain.fr.wordpress.com/2007/10/30/reseautage-social-definition-et-exemples-viadeo-ziki-facebook-linkedin/</guid>
<description><![CDATA[J&#8217;entends de plus en plus parler de réseaux sociaux. Ne sachant pas de quoi il s&#8217;agit e]]></description>
<content:encoded><![CDATA[<p>J'entends de plus en plus parler de réseaux sociaux. Ne sachant pas de quoi il s'agit exactement, un petit tour sur wikipedia m'amène en fait sur l'article <a href="http://fr.wikipedia.org/wiki/R%C3%A9seautage_social#Services_en_ligne_de_r.C3.A9seautage_professionnels" title="Réseautage social">'réseautage social</a>' qui nous donne la définition suivante <em>"se rapporte à une catégorie des applications d'<a href="http://fr.wikipedia.org/wiki/Internet" title="Internet">Internet</a> pour aider à relier des amis, des associés, ou d'autres individus employant ensemble une variété d'outils. Ces applications, connues sous le nom de "service de réseautage social en ligne" (en anglais </em><em>social networking) deviennent de plus en plus populaires. Elles se rapportent aussi à un champ de la gestion des carrières professionnelles (</em><em>coaching professionnel)...Il existe plus de 200 sites de réseautage social. la popularité de ces sites a rapidement grossi, et en <a href="http://fr.wikipedia.org/wiki/2006" title="2006">2006</a> <a href="http://fr.wikipedia.org/wiki/Myspace" title="Myspace">Myspace</a> a obtenu un plus haut taux de pages visitées que <a href="http://fr.wikipedia.org/wiki/Google" title="Google">Google</a><sup><a href="http://fr.wikipedia.org/wiki/R%C3%A9seautage_social#_note-0"><span class="cite_crochet"></span><span class="cite_crochet"></span></a></sup> Google a un réseau social appelé <a href="http://fr.wikipedia.org/wiki/Orkut" title="Orkut">orkut</a> qui a été lancé en <a href="http://fr.wikipedia.org/wiki/2004" title="2004">2004</a>. Au même moment, le réseautage social commence à être perçu comme une composante des stratégies internet : en <a href="http://fr.wikipedia.org/wiki/Mars_%28mois%29" title="Mars (mois)">Mars</a> <a href="http://fr.wikipedia.org/wiki/2005" title="2005">2005</a> <a href="http://fr.wikipedia.org/wiki/Yahoo" title="Yahoo">Yahoo</a> lancait <a href="http://fr.wikipedia.org/wiki/Yahoo%21_360%C2%B0" title="Yahoo! 360°">Yahoo! 360°</a> et en <a href="http://fr.wikipedia.org/wiki/Juillet" title="Juillet">Juillet</a> <a href="http://fr.wikipedia.org/wiki/2006" title="2006">2006</a> <a href="http://fr.wikipedia.org/wiki/News_Corporation" title="News Corporation">News Corporation</a> a acheté <a href="http://fr.wikipedia.org/wiki/Myspace" title="Myspace">Myspace</a><sup><a href="http://fr.wikipedia.org/wiki/R%C3%A9seautage_social#_note-1"><span class="cite_crochet"></span><span class="cite_crochet"></span></a></sup>...La plupart des réseaux sociaux sur Internet sont publics, permettant à n'importe qui de s'y joindre. Les <a href="http://fr.wikipedia.org/wiki/Organisation" title="Organisation">organismes</a>, tels que de grandes <a href="http://fr.wikipedia.org/wiki/Entreprise" title="Entreprise">entreprises</a>, ont également accès à des programmes de réseautage sociaux privés, connus sous le nom de </em><em><a href="http://en.wikipedia.org/wiki/Enterprise_Relationship_Management" class="extiw" title="Enterprise_Relationship_Management">en:Enterprise Relationship Management</a>. Ils installent ces programmes sur leurs propres <a href="http://fr.wikipedia.org/wiki/Serveur_informatique" title="Serveur informatique">serveurs</a> et permettent à des employés de partager leurs réseaux de contacts et de relations avec les personnes et les entreprises extérieures."</em></p>
<p>Les réseaux sociaux français dont on m'a parlé:</p>
<ul>
<li><a href="http://www.viadeo.com" title="viadeo">http://www.viadeo.com</a></li>
<li><a href="http://www.facebook.com" title="Facebook">http://www.facebook.com</a> (<a href="http://www.facebook.com/profile.php?id=606456623" title="facebook">http://www.facebook.com/profile.php?id=606456623</a>)</li>
<li><a href="http://www.ziki.com" title="ziki">http://www.ziki.com (</a> <a href="http://my.ziki.com/pvergain" title="ziki pvergain">http://my.ziki.com/pvergain</a> <a href="http://www.ziki.com" title="ziki">)</a></li>
</ul>
<p>Les réseaux sociaux américains dont on m'a parlé:</p>
<ul>
<li><a href="http://www.linkedin.com/" title="LinkedIn">http://www.linkedin.com/</a><a href="http://www.linkedin.com/" title="LinkedIn"> </a>(<a href="http://www.linkedin.com/in/pvergain" title="View your public profile" target="_blank">http://www.linkedin.com/in/pvergain</a>)</li>
<li><a href="http://mugshot.org/main" title="Mugshot">http://mugshot.org/main</a></li>
</ul>
<p>Autres réseaux français:</p>
<ul>
<li><a href="http://www.netploy.com" title="Netdeploy">http://www.netploy.com</a></li>
<li><a href="http://globoos.com/" title="globoos">http://globoos.com/</a></li>
<li><a href="http://www.6nergies.net/" title="6nergies">http://www.6nergies.net<br />
</a></li>
<li><a href="http://www.jobmeeters.com" title="jobmeeter">http://www.jobmeeters.com</a></li>
<li><a href="http://www.xing.com/" title="Xing">http://www.xing.com/</a></li>
<li><a href="http://dotnode.com/pub/" title="dotnode">http://dotnode.com/pub/</a></li>
</ul>
<p>Blogs:</p>
<ul>
<li><a href="http://actuweb2.blogspot.com/" title="Actu2web">http://actuweb2.blogspot.com/</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[LinkedIn]]></title>
<link>http://realcommunity.wordpress.com/2006/03/17/linkedin/</link>
<pubDate>Fri, 17 Mar 2006 12:10:41 +0000</pubDate>
<dc:creator>realcommunity</dc:creator>
<guid>http://realcommunity.fr.wordpress.com/2006/03/17/linkedin/</guid>
<description><![CDATA[To accomplish soon.
]]></description>
<content:encoded><![CDATA[<p>To accomplish soon.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Viaduc.com]]></title>
<link>http://realcommunity.wordpress.com/2006/03/17/viaduccom/</link>
<pubDate>Fri, 17 Mar 2006 12:07:30 +0000</pubDate>
<dc:creator>realcommunity</dc:creator>
<guid>http://realcommunity.fr.wordpress.com/2006/03/17/viaduccom/</guid>
<description><![CDATA[Vous n&#8217;avez qu&#8217;aller voir le site. Vous pouvez mettre en ligne votre CV qui sera vu par ]]></description>
<content:encoded><![CDATA[<p>Vous n'avez qu'aller voir le site. Vous pouvez mettre en ligne votre CV qui sera vu par une communauté avant tout de professionnel.</p>
<p>Vous pouver gérer un "hub" pour votre cercle d'ami, pour votre association ou de participer à un "hub" public intéressant. On y trouver vraiment tout. De là vous pouvez gérer simplement votre liste de diffusion aussi!</p>
<p>Surtout quand vous rencontrer quelqu'un, vous pouvez lui demander tout de suite son CV.</p>
<p>Vous voulez <a title="Inscription to Viaduc.com, invited by TL" href="http://www.viaduc.com/invitation/00213cja3os6tqpe" target="_blank">vous inscrire tout de suite</a> sur Viaduc? Je le trouver superbe, merci de noter vos commentaires après.</p>
]]></content:encoded>
</item>

</channel>
</rss>
