<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Découvertes et Réflexion...</title>
	<atom:link href="http://www.jean-francoismathieu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jean-francoismathieu.com</link>
	<description>Réflexions, outils et astuces par Jean-Francois Mathieu</description>
	<lastBuildDate>Sat, 31 Jul 2010 03:28:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Erreur d&#8217;architecture</title>
		<link>http://www.jean-francoismathieu.com/2010/07/erreur-darchitecture/</link>
		<comments>http://www.jean-francoismathieu.com/2010/07/erreur-darchitecture/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 03:28:37 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Général]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2010/07/erreur-darchitecture/</guid>
		<description><![CDATA[Partage d’un article intéressant…
Scoping Woes. &#34;This is the sort of situation where a simple travel booking system ends up with full expense claim management facilities being built into it, with inevitable repercussions for project costs, timescales and quality&#8230;It is really true that no security is needed beyond simple login? Once logged into the system can [...]]]></description>
			<content:encoded><![CDATA[<p>Partage d’un article intéressant…</p>
<p><strong>Scoping Woes</strong>. &quot;This is the sort of situation where a simple travel booking system ends up with full expense claim management facilities being built into it, with inevitable repercussions for project costs, timescales and quality&#8230;It is really true that no security is needed beyond simple login? Once logged into the system can users really perform any system operation?&quot; </p>
<p><strong>Not Casting Your Net Widely.</strong> &quot;A related mistake that many of us have made is to focus on just a couple of our system stakeholders – classically the acquirer (who is paying for the system) and the end users get all of the attention.&quot; </p>
<p><strong>Just Focusing on Functions</strong>. &quot;…unless the system exhibits a whole range of qualities (such as performance, security, maintainability and so on) it is unlikely to be successful.&quot; </p>
<p><strong>Box and Line Descriptions</strong>. &quot;There are two reasons why the [single, all inclusive] huge Visio picture doesn’t work well as an architectural description: firstly, it’s trying to show too much information in a single representation, and secondly, no one is really sure quite what each of the different types of symbol that you’ve drawn mean.&quot; </p>
<p><strong>Forgetting That It Needs to be Built</strong>. &quot;Common things to watch out for related to building the system include designs that the developers or testers don’t really understand, technologies that they aren’t enthusiastic about or don’t have the time to learn, and new technologies that don’t yet have good tool support or perhaps impose a new and unfamiliar way of working.&quot; </p>
<p><strong>Lack of Platform Precision</strong>.&quot;…its no longer sufficient to simply say that you “need Unix and Oracle” when specifying your platform. You need to be really precise about the specific versions and configurations of each part in order to ensure that you get what you need. This will allow you to avoid the situation where you can’t deploy your system because someone has helpfully upgraded a library for one part of the platform without realising that it means that something else will no longer work.&quot; </p>
<p><strong>Making Performance and Scalability Assumptions</strong>. &quot;Start considering performance and scalability early, create performance models to try to predict key performance metrics and spot bottlenecks and get stuck into some practical proof-of-concept work as your design ideas are forming. This will all help to increase confidence that there aren’t any performance and scalability demons lurking in your design.&quot; </p>
<p><strong>DIY Security</strong>. &quot;A mistake made in many systems over the years has been to try to add security into the system using “home brew” security technology. Be it custom encryption algorithms, a developer’s own auditing system or an entire DIY access control system, locally developed security solutions are rarely a good idea. While most of us think we could probably whip up a clever piece of security technology in no time, we’re usually wrong.&quot; </p>
<p><strong>No Disaster Recovery.</strong> &quot;The key to getting resources to implement a DR mechanism for your system is to be specific and quantify the cost of system unavailability in a number of realistic scenarios. If you can also estimate the probability of the scenarios occurring then you can use these two figures to convince people that DR is important and to justify a certain level of budget to implement it.&quot; </p>
<p><strong>No Backout Plan.</strong> &quot;Make sure that whatever happens during the deployment of your system or upgrade that you have a documented, reviewed and agreed backout plan to allow you to restore the environment to its state before you started deployment.&quot; </p>
<p>Source : <a href="http://www.itarchitect.co.uk/articles/display.asp?id=371" target="_blank">Avoiding Icebergs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/07/erreur-darchitecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La gestion des dates dans un environnement Client / Serveur</title>
		<link>http://www.jean-francoismathieu.com/2010/06/la-gestion-des-dates-dans-un-environnement-client-serveur/</link>
		<comments>http://www.jean-francoismathieu.com/2010/06/la-gestion-des-dates-dans-un-environnement-client-serveur/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 00:27:45 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Général]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/?p=339</guid>
		<description><![CDATA[Effectivement les dates sont toujours un problème. Que ce soit en .NET ou autre language ou en SQL. Le principal problème est le formatage. Comment en SQL envoyer le bon format ? aaaa/mm/jj ou jj/mm/aaaa ou mm/jj/aaaa ? Ce problème est réel et encore plus quand vous faites des reqêtes sur des systèmes distant par [...]]]></description>
			<content:encoded><![CDATA[<p>Effectivement les dates sont toujours un problème. Que ce soit en .NET ou autre language ou en SQL. Le principal problème est le formatage. Comment en SQL envoyer le bon format ? aaaa/mm/jj ou jj/mm/aaaa ou mm/jj/aaaa ? Ce problème est réel et encore plus quand vous faites des reqêtes sur des systèmes distant par Webservice ou autre.<br />
La solution est d&#8217;utiliser des différence de date avec les fonctions serveurs. Par exemple en sql utilisé GetDate() avec un soustraction de x soit GetDate()-1 ou autre.</p>
<p>Bonne programmation</p>
<hr />DateTime data are always a problem to manage. Either in .NET or PHP or SQL (T-SQL). The real problem is event bigger when you didn&#8217;t know the date format of the remote computer. Is it yyyy/mm/dd or dd/mm/yy ? It also possible that the remote system (WebService or Client) will change it regional setting to put other formating.</p>
<p>The solution is to use the time on the server. For exemple in SQL use GetDate() witrh a substraction number.</p>
<p>Happy programming</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/06/la-gestion-des-dates-dans-un-environnement-client-serveur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajouter Windows Live &#224; Votre Site Web</title>
		<link>http://www.jean-francoismathieu.com/2010/06/ajouter-windows-live-votre-site-web/</link>
		<comments>http://www.jean-francoismathieu.com/2010/06/ajouter-windows-live-votre-site-web/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 00:23:00 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Astuce]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2010/06/ajouter-windows-live-votre-site-web/</guid>
		<description><![CDATA[Microsoft nous à donné accès à un nouvel API nous permettant de mettre sur notre site web un indicateur de présence Windows Live Messenger.

En allant sur ce site ( Windows Live Messenger ) vous pouvez récupérer le code HTML qui vous permettra de mettre une fenêtre de chat, un bouton ou un icône sur votre [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft nous à donné accès à un nouvel API nous permettant de mettre sur notre site web un indicateur de présence Windows Live Messenger.</p>
<p><img src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/06/wml1.jpg" border="0" alt="wml-1" width="316" height="316" align="right" /></p>
<p>En allant sur ce site ( <a href="http://settings.messenger.live.com/Applications/CreateHtml.aspx">Windows Live Messenger</a> ) vous pouvez récupérer le code HTML qui vous permettra de mettre une fenêtre de chat, un bouton ou un icône sur votre site.</p>
<p>Par la suite les internautes, possédant ou non un compte Windows Live pourront vous écrire directement.</p>
<p>Voilà !<br />
<!-- ckey="003697CF" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/06/ajouter-windows-live-votre-site-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pr&#233;-requis pour Live Writer avec Live Space</title>
		<link>http://www.jean-francoismathieu.com/2010/06/pr-requis-pour-live-writer-avec-live-space/</link>
		<comments>http://www.jean-francoismathieu.com/2010/06/pr-requis-pour-live-writer-avec-live-space/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 00:19:48 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Astuce]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2010/06/pr-requis-pour-live-writer-avec-live-space/</guid>
		<description><![CDATA[Je recréer récemment mon espace perso sur live space. Je me suis dit que j&#8217;allais l&#8217;utiliser un peu pour partager des idées.  
J&#8217;ai donc démarré mon éditeur &#34;Live Writer&#34; (disponible sur &#8230; ) et j&#8217;ai tenté de créer mon compte &#34;Live Space&#34;.

À ce moment j&#8217;ai obtenu une erreur me disant qu&#8217;il ne pouvait accéder [...]]]></description>
			<content:encoded><![CDATA[<p>Je recréer récemment mon espace perso sur live space. Je me suis dit que j&#8217;allais l&#8217;utiliser un peu pour partager des idées. <img src='http://www.jean-francoismathieu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>J&#8217;ai donc démarré mon éditeur &quot;Live Writer&quot; (disponible sur &#8230; ) et j&#8217;ai tenté de créer mon compte &quot;Live Space&quot;.</p>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/06/3.png"><img border="0" alt="3" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/06/3_thumb.png" width="244" height="213" /></a></p>
<p>À ce moment j&#8217;ai obtenu une erreur me disant qu&#8217;il ne pouvait accéder à mon espace et de revérifier le mot de passe. Mais pourquoi je ne peux pas mettre mon espace perso dans Writer ? À ce moment l’URL de mon site était du format : <a href="http://cid-6cfee467cf0cb497.spaces.live.com/">http://cid-6cfee467cf0cb497.spaces.live.com/</a> (ce dernier n&#8217;est pas à moi !). Je ne trouvais pas ce lien particulièrement intéressant, mais je n&#8217;y voyais pas de problème. </p>
<p>Après un peu de &quot;d&#8217;essaie &amp; erreur&quot; (de gossage) j&#8217;ai fini par trouvé une option dans &quot;options &gt; espace perso&quot; que je ne désirais pas avoir, mais que je ne pouvais pas activé.</p>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/06/1.png"><img border="0" alt="1" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/06/1_thumb.png" width="244" height="200" /></a></p>
<p>Cette option m&#8217;a permis d&#8217;avoir un lien personnalisé sur mon site internet live space qui ce traduit comme suit : <a href="http://gee-blog.spaces.live.com/">http://gee-blog.spaces.live.com/</a></p>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/06/2.png"><img border="0" alt="2" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/06/2_thumb.png" width="547" height="156" /></a></p>
<p>Dans cette zone il y avait la fonction non activable. Par la suite j&#8217;ai pu ajouter mon espace live space dans live writer sans problème !</p>
<p>Happy Blog !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/06/pr-requis-pour-live-writer-avec-live-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyse des communications client-serveur</title>
		<link>http://www.jean-francoismathieu.com/2010/05/analyse-des-communications-client-serveur/</link>
		<comments>http://www.jean-francoismathieu.com/2010/05/analyse-des-communications-client-serveur/#comments</comments>
		<pubDate>Sat, 22 May 2010 22:30:00 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Astuce]]></category>
		<category><![CDATA[Outils]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2010/05/analyse-des-communications-client-serveur/</guid>
		<description><![CDATA[Dans le monde du Web, qui est un monde client-serveur, il arrive souvent que nous devions analyser les communications entre le client (ex: Internet Explorer) et le serveur web (ex: IIS). 
Dans le cadre d’un des projets sur lequel je travailler, nous avons du “débuggé” une partie du système développé en SharePoint 2007, WCF et [...]]]></description>
			<content:encoded><![CDATA[<p>Dans le monde du Web, qui est un monde client-serveur, il arrive souvent que nous devions analyser les communications entre le client (ex: Internet Explorer) et le serveur web (ex: IIS). </p>
<p>Dans le cadre d’un des projets sur lequel je travailler, nous avons du “débuggé” une partie du système développé en SharePoint 2007, WCF et SilverLight. </p>
<p>Nous avions un problème de communication dans le cadre de l’utilisation d’un NLB (network Load Balancer) avec SharePoint 2007. Pour analyser l’interaction entre les différentes composantes, nous pouvons utiliser un logiciel tel que <a href="http://www.fiddler2.com/fiddler2/">Fiddler</a> ( <a href="http://www.fiddler2.com/fiddler2/">http://www.fiddler2.com/fiddler2/</a> ) ou utiliser un add-on pour FireFox tel que <a href="https://addons.mozilla.org/en-US/firefox/addon/3829/">Live HTTP header</a>. </p>
<p>Ce genre de logiciel vous permet de voir les communications et les appels au serveur sur les différents protocoles. Il est de plus possible de voir le contenu des réponses du serveur en divers format. </p>
<p><em>happy debuging</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/05/analyse-des-communications-client-serveur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antivirus et Anti-Malware de Microsoft</title>
		<link>http://www.jean-francoismathieu.com/2010/05/antivirus-et-anti-malware-de-microsoft/</link>
		<comments>http://www.jean-francoismathieu.com/2010/05/antivirus-et-anti-malware-de-microsoft/#comments</comments>
		<pubDate>Sat, 15 May 2010 22:14:00 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Outils]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2010/05/antivirus-et-anti-malware-de-microsoft/</guid>
		<description><![CDATA[Microsoft distribue maintenant un antivirus gratuit, Microsoft Security Essentials, pour les détenteurs d’une licence de Windows légale.
Les fonctionnalités clés sont

Protection complète contre les logiciels malveillants 
Téléchargement simple et gratuit* 
Mises à jour automatiques 
Simplicité d&#8217;utilisation 

&#160;
Vous pouvez le télécharger ici en français. http://www.microsoft.com/security_essentials/default.aspx?mkt=fr-ca
Voilà !
]]></description>
			<content:encoded><![CDATA[<p>Microsoft distribue maintenant un antivirus gratuit, <a href="http://www.microsoft.com/security_essentials/default.aspx?mkt=fr-ca" target="_blank">Microsoft Security Essentials</a>, pour les détenteurs d’une licence de <a href="http://www.microsoft.com/genuine" target="_blank">Windows légale</a>.</p>
<p>Les fonctionnalités clés sont</p>
<ul>
<li>Protection complète contre les logiciels malveillants </li>
<li>Téléchargement simple et gratuit* </li>
<li>Mises à jour automatiques </li>
<li>Simplicité d&#8217;utilisation </li>
</ul>
<p>&#160;</p>
<p>Vous pouvez le télécharger ici en français. <a href="http://www.microsoft.com/security_essentials/default.aspx?mkt=fr-ca">http://www.microsoft.com/security_essentials/default.aspx?mkt=fr-ca</a></p>
<p>Voilà !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/05/antivirus-et-anti-malware-de-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilitaire de pr&#233;sentation</title>
		<link>http://www.jean-francoismathieu.com/2010/03/utilitaire-de-prsentation/</link>
		<comments>http://www.jean-francoismathieu.com/2010/03/utilitaire-de-prsentation/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 01:24:35 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Astuce]]></category>
		<category><![CDATA[Outils]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2010/03/utilitaire-de-prsentation/</guid>
		<description><![CDATA[Lorsque je suis allé à la conférence Microsoft SharePoint 2009 sur Microsoft SharePoint 2010 qui a eu lieu en octobre 2009 à Las Vegas, les présentateurs avaient presque tous un petit utilitaire très pratique.
L’outil s’appelle ZoomIt est il permet de :

Faire un Zoom où est votre curseur



De faire un LiveZoom (le zoom est en permanence [...]]]></description>
			<content:encoded><![CDATA[<p>Lorsque je suis allé à la <a href="http://www.mssharepointconference.com/Pages/default.aspx" target="_blank">conférence Microsoft SharePoint 2009</a> sur <a href="http://sharepoint2010.microsoft.com/Pages/default.aspx" target="_blank">Microsoft SharePoint 2010</a> qui a eu lieu en octobre 2009 à Las Vegas, les présentateurs avaient presque tous un petit utilitaire très pratique.</p>
<p>L’outil s’appelle <a href="http://technet.microsoft.com/en-us/sysinternals/bb897434.aspx">ZoomIt</a> est il permet de :</p>
<ul>
<li>Faire un Zoom où est votre curseur</li>
</ul>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit12.jpg" target="_blank"  rel="lytebox"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Zoomit1" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit1_thumb.jpg" border="0" alt="Zoomit1" width="216" height="244" /></a></p>
<ul>
<li>De faire un LiveZoom (le zoom est en permanence sur votre curseur)</li>
</ul>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit2.jpg" target="_blank"  rel="lytebox"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Zoomit2" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit2_thumb.jpg" border="0" alt="Zoomit2" width="215" height="244" /></a></p>
<ul>
<li>De dessiner sur votre écran</li>
</ul>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit3.jpg" target="_blank"  rel="lytebox"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Zoomit3" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit3_thumb.jpg" border="0" alt="Zoomit3" width="215" height="244" /></a></p>
<ul>
<li>D’écrire sur votre écran</li>
</ul>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit4.jpg" target="_blank"  rel="lytebox"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Zoomit4" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit4_thumb.jpg" border="0" alt="Zoomit4" width="215" height="244" /></a></p>
<ul>
<li>Et finalement d’avoir un compte pour les pauses !</li>
</ul>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit5.jpg" target="_blank"  rel="lytebox"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Zoomit5" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/03/Zoomit5_thumb.jpg" border="0" alt="Zoomit5" width="215" height="244" /></a></p>
<p>Ceci est très pratique lorsque vous donnez une formation !</p>
<p>Télécharger <a href="http://download.sysinternals.com/Files/ZoomIt.zip" target="_blank">ZoomIt du site Technet de Microsoft (SysInternals) (269kb) version 4.1</a></p>
<p>Exécutez le <a href="http://live.sysinternals.com/ZoomIt.exe" target="_blank">directement de SysInternals par ici</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/03/utilitaire-de-prsentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ReadItLater&#8230; Ma liste de chose &#224; lire&#8230;</title>
		<link>http://www.jean-francoismathieu.com/2010/02/readitlater-ma-liste-de-chose-lire/</link>
		<comments>http://www.jean-francoismathieu.com/2010/02/readitlater-ma-liste-de-chose-lire/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 17:22:30 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Général]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2010/02/readitlater-ma-liste-de-chose-lire/</guid>
		<description><![CDATA[Le monde dans lequel nous vivions, et surtout dans mon domaine, tous bouge très vite.  Je suis environ 74 blogues sur SharePoint et d’autres sujets qui m’intéressent avec Google Reader cependant je ne peux pas toujours lire tous les articles que je veux sur le champ.

J’utilise donc Read it Later qui est un Add-on pour [...]]]></description>
			<content:encoded><![CDATA[<p>Le monde dans lequel nous vivions, et surtout dans mon domaine, tous bouge très vite.  Je suis environ 74 blogues sur SharePoint et d’autres sujets qui m’intéressent avec Google Reader cependant je ne peux pas toujours lire tous les articles que je veux sur le champ.</p>
<p><a href="http://www.jean-francoismathieu.com/wp-content/uploads/2010/02/20listdl.png"><img style="margin: 0px 0px 0px 10px;" title="2-0-list-dl" src="http://www.jean-francoismathieu.com/wp-content/uploads/2010/02/20listdl_thumb.png" border="0" alt="2-0-list-dl" width="173" height="259" align="right" /></a></p>
<p>J’utilise donc <a href="http://readitlaterlist.com/"><strong>Read it Later</strong></a> qui est un Add-on pour FireFox, des booklet pour les autres navigateurs. De plus, il possède une application pour le iPhone.</p>
<p>Ainsi, je peux facilement marque les pages que je désire lire. Par la suite, avec mon navigateur ou mon téléphone portable, je peux lire les articles et les marquer comme lu.</p>
<p>Une autre fonctionnalité intéressante de la version “mobile” est qu’elle fournit une version “text” de l’article ce qui est plus facile à consulter sur de petit appareil comme le BlackBerry.</p>
<p>Essayez-le !</p>
<p><a href="http://readitlaterlist.com/"><strong>Read It Later…</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2010/02/readitlater-ma-liste-de-chose-lire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aide à distances</title>
		<link>http://www.jean-francoismathieu.com/2009/09/aide-distance/</link>
		<comments>http://www.jean-francoismathieu.com/2009/09/aide-distance/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 01:36:21 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Général]]></category>
		<category><![CDATA[Technologie]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/?p=252</guid>
		<description><![CDATA[Il existe plusieurs produits d&#8217;aide à distance telle que GoToMeeting ou  NetMeeting. J&#8217;ai découvert TeamViewer qui est gratuit pour une utilisation  personnelle et fonctionne à merveille ! On peut même enregistrer la présentation  !

Commande à distance de n&#8217;importe quel ordinateur,
Administration à distance des serveurs,
Transfert de données,
Assistance à distance sans installation,
Présentation et démonstrations de produit à distance,
Support des [...]]]></description>
			<content:encoded><![CDATA[<p>Il existe plusieurs produits d&#8217;aide à distance telle que GoToMeeting ou  NetMeeting. J&#8217;ai découvert TeamViewer qui est gratuit pour une utilisation  personnelle et fonctionne à merveille ! On peut même enregistrer la présentation  !</p>
<ul>
<li>Commande à distance de n&#8217;importe quel ordinateur,</li>
<li>Administration à distance des serveurs,</li>
<li>Transfert de données,</li>
<li>Assistance à distance sans installation,</li>
<li>Présentation et démonstrations de produit à distance,</li>
<li>Support des écrans multiple,</li>
<li>et plus</li>
</ul>
<p><a href="http://www.teamviewer.com/images/pdf/TeamViewer_brochure_fr.pdf" target="_blank">Le  PDF de présentation !</a></p>
<p>Allez voir <a href="http://www.teamviewer.com" target="_blank">http://www.teamviewer.com</a></p>
<p>@+</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2009/09/aide-distance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; En temps r&#233;el</title>
		<link>http://www.jean-francoismathieu.com/2009/06/google-wave-en-temps-rel/</link>
		<comments>http://www.jean-francoismathieu.com/2009/06/google-wave-en-temps-rel/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 01:05:33 +0000</pubDate>
		<dc:creator>jfmathieu</dc:creator>
				<category><![CDATA[Général]]></category>

		<guid isPermaLink="false">http://www.jean-francoismathieu.com/2009-06-10-google-wave-en-temps-rel/</guid>
		<description><![CDATA[Un nouvel outil pour communiquer et collaborer sur le web. Cest la fusion du courriel, de la messagerie instantane, des pages web et plus   http://wave.google.com/
&#160;

&#160;
 voir !
]]></description>
			<content:encoded><![CDATA[<p>Un nouvel outil pour communiquer et collaborer sur le web. Cest la fusion du courriel, de la messagerie instantane, des pages web et plus   <br /><a title="http://wave.google.com/" href="http://wave.google.com/">http://wave.google.com/</a></p>
<p>&#160;</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/v_UyVmITiYQ&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/v_UyVmITiYQ&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>&#160;</p>
<p> voir !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jean-francoismathieu.com/2009/06/google-wave-en-temps-rel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
