<?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>Allomonsite.com</title>
	<atom:link href="http://www.allomonsite.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allomonsite.com</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 16:09:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Google pierce son Knowledge Graph, un pas vers la recherche sémantique</title>
		<link>http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/</link>
		<comments>http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/#comments</comments>
		<pubDate>Thu, 17 May 2012 16:09:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Google a levé le voile mercredi sur son Knowledge Graph (littéralement graph du savoir), un nouvel élément d&#8217;interface qui vise à répondre directement aux questions de l&#8217;internaute depuis les pages de résultats de son moteur. <p>Organiser l&#8217;information mondiale ? La célèbre contention de foi de Google n&#8217;a peut-être jamais été aussi clairement assumée qu&#8217;avec [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<strong>Google a levé le voile mercredi sur son Knowledge Graph (littéralement graph du savoir), un nouvel élément d&#8217;interface qui vise à répondre directement aux questions de l&#8217;internaute depuis les pages de résultats de son moteur.</strong>
<p>Organiser l&#8217;information mondiale ? La célèbre contention de foi de Google n&#8217;a peut-être jamais été aussi clairement assumée qu&#8217;avec le lancement du « Knowledge Graph », un nouvel outil qui gain sur les capacités d&#8217;indexation du moteur pour suggérer, de façon automatique, des réponses et contenus pertinents à l&#8217;internaute en fonction de ses recherches. Avec une shade de taille : ces contenus, liens, images ou cartes ne sont pas simplement proposés sous forme de liens, mais affichés directement sur les pages de résultats de Google, en colonne de droite.</p>
<p>Un exemple ? Imaginons que vous lanciez une recherche sur Vincent outpost Gogh. Il y a de bonnes chances que vous soyez principalement intéressés standard deux forms de données : les informations biographiques liées à la strive du peintre, ou ses oeuvres les plus fameuses. Avec ce « graph du savoir », qui gain sur toutes les recherches antérieures des internautes, Google est able de déterminer vos centres d&#8217;intérêt les plus probables, et retournera, aux côtés des résultats de recherche traditionnels, les<p>Lire la suite sur l'article source: <a href="http://pro.clubic.com/entreprises/google/actualite-491822-google-knowledge-graph.html">http://pro.clubic.com/entreprises/google/actualite-491822-google-knowledge-graph.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/">Permalink</a> |
<a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L&#8217;Arcep met en conference son rapport sur la neutralité du Net</title>
		<link>http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/</link>
		<comments>http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/#comments</comments>
		<pubDate>Thu, 17 May 2012 04:09:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Avant de le présenter au Parlement, l&#8217;Arcep ouvre une conference publique relations à son projet de rapport sur la neutralité du Net. L&#8217;Autorité de régulation des télécoms y développe quelques propositions d&#8217;action visant à assurer le fonctionnement équilibré d&#8217;Internet. <p>Pendant qu&#8217;aux Pays-Bas, on sanctuarise la neutralité du Net en en inscrivant le principe dans [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<strong>Avant de le présenter au Parlement, l&#8217;Arcep ouvre une conference publique relations à son projet de rapport sur la neutralité du Net. L&#8217;Autorité de régulation des télécoms y développe quelques propositions d&#8217;action visant à assurer le fonctionnement équilibré d&#8217;Internet.</strong>
<p>Pendant qu&#8217;aux Pays-Bas, on sanctuarise la neutralité du Net en <a href="http://www.clubic.com/connexion-internet/actualite-490504-pays-bas-inscrivent-neutralite-reseau-loi.html" title="Les Pays-Bas inscrivent la neutralité du réseau dans la loi">en inscrivant le principe dans la loi</a>, se multiplient en France les débats, consultations et autres rapports d&#8217;information, sans qu&#8217;un texte ait jamais pu faire consensus, en dépit d&#8217;une indeterminate avortée en 2011.</p>
<p>Un nouveau texte s&#8217;ajoute à la pile, sous la forme d&#8217;un projet de rapport réalisé standard l&#8217;Arcep, apartment à une demande formulée standard le Parlement en mars dernier. Le document, d&#8217;une centaine de pages, est dès à présent <a href="http://www.arcep.fr/uploads/tx_gspublication/20120516-projet-rapport-neutralite-internet.pdf" target="_blank">ouvert à la conference (pdf)</a> des internautes, dont l&#8217;Arcep recevra les retours jusqu&#8217;au 20 juin prochain. Il lui appartiendra ensuite de dépouiller les résultats, pour éventuellement amender et enrichir son rapport, avant de le présenter à la Chambre ainsi qu&#8217;au gouvernement.</p>
<p>Le texte, qui s&#8217;appuie en partie sur de précédents travaux menés standard l&#8217;Arcep, interroge notamment les notions de transparence et de oncsensus entre opérateurs, la qualité de service, l&#8217;interconnexion<p>Lire la suite sur l'article source: <a href="http://pro.clubic.com/technologie-et-politique/actualite-491788-arcep-consultation-rapport-neutralite-net.html">http://pro.clubic.com/technologie-et-politique/actualite-491788-arcep-consultation-rapport-neutralite-net.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/">Permalink</a> |
<a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome abrite une API universelle pour les applications web</title>
		<link>http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/</link>
		<comments>http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/#comments</comments>
		<pubDate>Thu, 17 May 2012 04:09:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Les applications web de demain promettent d&#8217;être particulièrement innovantes avec l&#8217;intégration de la technologie Web Intents proposant de simplifier les interactions entre différents services web. <p>A l&#8217;heure actuelle les éditeurs de services web proposent généralement leurs interfaces de programmation (API) aux développeurs souhaitant les intégrer au sein de leurs applications. C&#8217;est ainsi standard exemple [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<a href="http://img.clubic.com/04093786-photo-logo-google-chrome-11.jpg" title="Logo Google Chrome 11" rel="facebox-gallery"><img src="http://www.allomonsite.com/wp-content/plugins/RSSPoster_PRO/cache/9218c_00A5000004093786-photo-logo-google-chrome-11.jpg" alt="Logo Google Chrome 11" border="0" /></a><strong>Les applications web de demain promettent d&#8217;être particulièrement innovantes avec l&#8217;intégration de la technologie Web Intents proposant de simplifier les interactions entre différents services web.</strong>
<p>A l&#8217;heure actuelle les éditeurs de services web proposent généralement leurs interfaces de programmation (API) aux développeurs souhaitant les intégrer au sein de leurs applications. C&#8217;est ainsi standard exemple que les photos de Flickr peuvent être éditées grâce aux outils d&#8217;Aviary. La technologie Web Intents est immiscée de manière expérimentale au sein de la dernière version fast de Chrome. Celle-ci vise à permettra aux internautes de choisir spécifiquement les API devant être intégrées à leurs services favoris. Théoriquement l&#8217;internaute préférant les outils d&#8217;édition de Pixlr pourrait ainsi choisir de les sélectionner au sein de Flickr, à condition surveillance de même que ce dernier soit compatible.</p>
<p>Le projet Web Intents s&#8217;inspire du système Android. Pour partager, sélectionner ou éditer un fichier, le mobinaute peut choisir entre plusieurs applications mobile installées permettant d&#8217;effectuer l&#8217;une de ces actions. En octobre 2011, l&#8217;ingénieur James Hawkins expliquait : « <i>nous sommes en sight de travailler dur sur un système similaire pour le web : Web Intents. L&#8217;interface de programmation de<p>Lire la suite sur l'article source: <a href="http://www.clubic.com/navigateur-internet/google-chrome/actualite-491790-chrome-web-intents-api-google-w3c-mozilla.html">http://www.clubic.com/navigateur-internet/google-chrome/actualite-491790-chrome-web-intents-api-google-w3c-mozilla.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/">Permalink</a> |
<a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</title>
		<link>http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/</link>
		<comments>http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/#comments</comments>
		<pubDate>Thu, 17 May 2012 04:09:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Désormais investi président de la République, François Hollande a choisi les personnes qui l&#8217;accompagneront à l&#8217;Élysée. Jean-Marc Ayrault, nouveau premier ministre, a quant à lui désigné qui, au sein de son gouvernement, chapeauterait les questions du numérique et de la culture. <p>Maintenant que François Hollande est le nouveau cook de l&#8217;Etat, qui prendra les [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<strong>Désormais investi président de la République, François Hollande a choisi les personnes qui l&#8217;accompagneront à l&#8217;Élysée. Jean-Marc Ayrault, nouveau premier ministre, a quant à lui désigné qui, au sein de son gouvernement, chapeauterait les questions du numérique et de la culture.</strong>
<p>Maintenant que François Hollande est le nouveau cook de l&#8217;Etat, qui prendra les rênes des maisons Culture et Numérique, chères aux yeux des internautes ? Plusieurs nominations se révèlent significatives à cet égard, à commencer standard les choix opérés standard Jean-Marc Ayrault, nouveau premier ministre, qui a dévoilé la combination de son gouvernement mercredi soir.</p>
<p>Aurélie Filipetti, 38 ans, devient ainsi ministre de la Culture et de la Communication, remplaçant Frédéric Mitterrand charity de Valois sur un périmètre inchangé.</p>
<p>L&#8217;économie numérique revient quant à elle à Fleur Pellerin, 39 ans, conseil de François Hollande sur ces questions lors de la campagne électorale. Celle-ci devient ministre déléguée aux PME, à l&#8217;Innovation et à l&#8217;Economie numérique, rattachée au nouveau ministère du Redressement productif, placé quant à lui sous l&#8217;égide d&#8217;Arnaud Montebourg.</p>
<p>Relativement attendus, ces deux postes témoignent d&#8217;une volonté de conserver, sur ces deux chapitres, une structure assez proche de celle qui était en vigueur à la fin du précédent quinquennat. La Culture (associée à<p>Lire la suite sur l'article source: <a href="http://pro.clubic.com/technologie-et-politique/actualite-491814-culture-numerique-hollande-nomme-lieutenants-ministres.html">http://pro.clubic.com/technologie-et-politique/actualite-491814-culture-numerique-hollande-nomme-lieutenants-ministres.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/">Permalink</a> |
<a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook met la categorical sur l&#8217;équipe de Lightbox, focus print Android</title>
		<link>http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/</link>
		<comments>http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:08:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Les équipes en assign du développement de l&#8217;application Android Lightbox, concurrente d&#8217;Instagram, rejoindront prochainement Facebook, où elles plancheront sur les produits maison. <p>Bien décidé à se renforcer sur le turf des applications mobiles, Facebook a mis la categorical sur les équipes qui ont créé et développé le use Lightbox. Celui-ci n&#8217;est pas à proprement [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<strong>Les équipes en assign du développement de l&#8217;application Android Lightbox, concurrente d&#8217;Instagram, rejoindront prochainement Facebook, où elles plancheront sur les produits maison.</strong>
<p>Bien décidé à se renforcer sur le turf des applications mobiles, Facebook a mis la categorical sur les équipes qui ont créé et développé le use Lightbox. Celui-ci n&#8217;est pas à proprement racheté comme a pu l&#8217;être Instagram. Il n&#8217;accepte désormais plus de nouveaux utilisateurs, et fermera définitivement ses portes le 15 juin prochain. Les adeptes de Lightbox sont invités à récupérer, s&#8217;ils le souhaitent, leurs photos via un <a href="https://lightbox.com/login?next=/export" target="_blank">lien</a> de téléchargement dédié.</p>
<p>Né courant 2011, Lightbox mix fonctions d&#8217;hébergement simplifiées &#8211; un peu à la façon d&#8217;un Tumblr &#8211; et capacités en matière de retouches photo, avec la possibilité d&#8217;ajouter un filtre et de géolocaliser ses images avant de les mettre en ligne. Le use est permitted via une interface Web mobile en HTML5 ou standard l&#8217;intermédiaire d&#8217;une focus Android, laquelle a profité de l&#8217;absence d&#8217;Instagram sur cette plateforme pour réaliser plus de 1,5 million de téléchargements à fin 2011.</p>
<p>« <i>Aujourd&#8217;hui, nous sommes heureux d&#8217;annoncer que l&#8217;équipe Lightbox rejoint Facebook, où nous aurons l&#8217;occasion de mettre au indicate de fabuleux produits pour les plus de 500 millions d&#8217;utilisateurs<p>Lire la suite sur l'article source: <a href="http://pro.clubic.com/blog-forum-reseaux-sociaux/facebook/actualite-491604-facebook-main-equipe-lightbox-application-photo-android.html">http://pro.clubic.com/blog-forum-reseaux-sociaux/facebook/actualite-491604-facebook-main-equipe-lightbox-application-photo-android.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/">Permalink</a> |
<a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nouvelle version fast de Chrome avec la synchronisation des onglets</title>
		<link>http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/</link>
		<comments>http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Pour son navigateur Chrome Google a planché sur une meilleure gestion des onglets. <p>Outre de meilleures performances, le navigateur Chrome se love de plus en plus de fonctionnalités de synchronisation. L&#8217;internaute s&#8217;identifiant sur son compte Google est en mesure de récupérer ses favoris, son historique, ses applications, ses extensions, ses mots de passe, ses [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<a href="http://img.clubic.com/04093786-photo-logo-google-chrome-11.jpg" title="Logo Google Chrome 11" rel="facebox-gallery"><img src="http://www.allomonsite.com/wp-content/plugins/RSSPoster_PRO/cache/5cfd7_005A000004093786-photo-logo-google-chrome-11.jpg" alt="Logo Google Chrome 11" border="0" /></a><strong>Pour son navigateur Chrome Google a planché sur une meilleure gestion des onglets.</strong>
<p>Outre de meilleures performances, le navigateur Chrome se love de plus en plus de fonctionnalités de synchronisation. L&#8217;internaute s&#8217;identifiant sur son compte Google est en mesure de récupérer ses favoris, son historique, ses applications, ses extensions, ses mots de passe, ses thèmes ou ses paramètres.</p>
<p>Disponible en version stable, Chrome 19 introduce désormais la synchronisation des onglets sur l&#8217;ensemble des machines sur lesquelles l&#8217;utilisateur s&#8217;est identifié. La fonctionnalité est donc similaire à Firefox Sync et les pages consultées sur son lieu de childbirth pourront plus facilement être retrouvées à la maison. Notons standard ailleurs que les détenteurs d&#8217;un smartphone Android utilisant la déclinaison mobile du navigateur bénéficieront également de cette fonctionnalité.</p>
</p>
<ul class="fleche">
<li><a href="https://www.google.com/intl/en/chrome/" target="_blank">Télécharger Google Chrome 19</a>.</li>
</ul>
<p></p>
<p>Lire la suite sur l'article source: <a href="http://www.clubic.com/navigateur-internet/google-chrome/actualite-491602-stable-chrome-synchronisation-onglets.html">http://www.clubic.com/navigateur-internet/google-chrome/actualite-491602-stable-chrome-synchronisation-onglets.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/">Permalink</a> |
<a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr modernize enfin sa visionneuse de photos</title>
		<link>http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/</link>
		<comments>http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:08:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Après avoir inauguré un nouvel outil d&#8217;importation il y a trois semaines, Flickr poursuit son élan de modernisation en améliorant considérablement sa fonction première : sa visionneuse de photos. </p> <p>À l&#8217;instar de Facebook au mois de mars, Flickr adapte désormais l&#8217;affichage des photos aux measure du navigateur, pour enfin exploiter toute la aspect [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<strong>Après avoir inauguré un nouvel outil d&#8217;importation il y a trois semaines, Flickr poursuit son élan de modernisation en améliorant considérablement sa fonction première : sa visionneuse de photos.</strong>
</p>
<p><a href="http://img.clubic.com/01961182-photo-flickr-logo.jpg" title="Flickr Logo" rel="facebox-gallery"><img src="http://www.allomonsite.com/wp-content/plugins/RSSPoster_PRO/cache/48add_00F0000001961182-photo-flickr-logo.jpg" alt="Flickr Logo" border="0" /></a><br />À l&#8217;instar de Facebook au mois de mars, Flickr adapte désormais l&#8217;affichage des photos aux measure du navigateur, pour enfin exploiter toute la aspect des écrans haute définition qui se démocratisent depuis peu.
<p>La <em>Lightbox</em>, qui affiche les photos sur lustful staid avec un minimum de distraction, a ainsi accueilli il y a deux semaines deux nouvelles tailles de 1600 et 2048 pixels pour le plus grand côté.</p>
<p>L&#8217;équipe a annoncé hier une amélioration similaire pour la visionneuse standard, qui adopte à son debate une maquette dynamique, aussi appelée <em>liquid</em> ou <em>responsive</em> dans le lingo de la source web. Elle était jusqu&#8217;à présent fixée à 960 pixels de large, avec des photos de seulement 640 pixels de côté, pour loger sur les écrans qui étaient jusqu&#8217;à récemment majoritaires. La visionneuse affiche désormais les photos avec 640, 800 ou 1024 pixels standard côté en fonction de la aspect disponible, pour tirer le meilleur parti des définitions d&#8217;écrans les plus populaires jusqu&#8217;au <acronym title="1920 x 1080<p>Lire la suite sur l'article source: <a href="http://www.clubic.com/internet/actualite-491640-flickr-modernise-visionneuse-photos.html">http://www.clubic.com/internet/actualite-491640-flickr-modernise-visionneuse-photos.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/">Permalink</a> |
<a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 14 disponible en bêta sur Android</title>
		<link>http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/</link>
		<comments>http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:08:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Une nouvelle version bêta de Firefox est disponible au téléchargement pour les détenteurs d&#8217;un smartphone Android. <p>Depuis le mois de novembre les développeurs de Mozilla planchent sur une version local du navigateur Firefox. En effet, le langage XUL, dérivé du XML et permettant de dessiner l&#8217;interface utilisateur des applications de Mozilla, n&#8217;avait pas été [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<a href="http://img.clubic.com/05170224-photo-firefox-beta-android.jpg" title="Firefox bêta Android" rel="facebox-gallery"><img src="http://www.allomonsite.com/wp-content/plugins/RSSPoster_PRO/cache/5a9a6_00AA000005170224-photo-firefox-beta-android.jpg" alt="Firefox bêta Android" border="0" /></a><strong>Une nouvelle version bêta de Firefox est disponible au téléchargement pour les détenteurs d&#8217;un smartphone Android.</strong>
<p>Depuis le mois de novembre les développeurs de Mozilla planchent sur une version local du navigateur Firefox. En effet, le langage XUL, dérivé du XML et permettant de dessiner l&#8217;interface utilisateur des applications de Mozilla, n&#8217;avait pas été jugé pas assez performant. Outre une consommation plus faible de la mémoire et un cycle de batterie optimisé, un développement natif permet ainsi une plus grande fluidité pour les actions effectuées standard le mobinaute souhaitant zoomer sur une page ou faire défiler un texte à l&#8217;écran.</p>
<p>Cette version bêta introduce une nouvelle interface utilisateur s&#8217;intégrant mieux au sein du système Android. Un nouvel écran d&#8217;accueil baptisé Awesome Screen fait son appearance et liste les sites favoris du mobinaute. Nous retrouvons une navigation standard onglets ainsi que la prize en assign des extensions. La fonctionnalité Firefox Sync permet de synchroniser sur son smartphone les onglets en cours de harangue sur son ordinateur. Par rapport aux moutures précédentes, cette bêta serait plus rapide au démarrage et optimiserait également le temps de chargement des pages grâce à la prize en<p>Lire la suite sur l'article source: <a href="http://www.clubic.com/navigateur-internet/mozilla-firefox/actualite-491614-firefox-14-disponible-beta-android.html">http://www.clubic.com/navigateur-internet/mozilla-firefox/actualite-491614-firefox-14-disponible-beta-android.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/">Permalink</a> |
<a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</title>
		<link>http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/</link>
		<comments>http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:08:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Aux Etats-unis comme en Europe, les autorités de régulation du commerce annoncent qu&#8217;elles se pencheront sur les pratiques de Microsoft pour l&#8217;édition ARM de Windows 8. <p>La semaine dernière, Asa Doztler, responsable de la communauté de Firefox, pointait les limites imposées standard Microsoft aux éditeurs tiers pour le développement d&#8217;applications conçues pour Windows 8 [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<a href="http://img.clubic.com/04996094-photo-windows-8-logo.jpg" title="Windows 8 logo" rel="facebox-gallery"><img src="http://www.allomonsite.com/wp-content/plugins/RSSPoster_PRO/cache/dbb53_008C000004996094-photo-windows-8-logo.jpg" alt="Windows 8 logo" border="0" /></a><strong>Aux Etats-unis comme en Europe, les autorités de régulation du commerce annoncent qu&#8217;elles se pencheront sur les pratiques de Microsoft pour l&#8217;édition ARM de Windows 8.</strong>
<p>La semaine dernière, Asa Doztler, responsable de la communauté de Firefox, pointait les limites imposées standard Microsoft aux éditeurs tiers pour le développement d&#8217;applications conçues pour Windows 8 sur ARM. Pour M. Doztler ces pratiques conduiront inévitablement à une oncsensus déloyale.  Ces propos ne sont pas passés inaperçus et Microsoft devra s&#8217;expliquer devant les autorités de la Concurrence.</p>
<p>Cette semaine la Commission Européenne a fait savoir qu&#8217;elle avait entendu la plainte de Mozilla. L&#8217;un des porte-paroles de Bruxelles Antoine Colombani a déclaré que les autorités resteraient vigilantes et scruteraient les pratiques de la firme de Redmond. Il ajoute cependant que la décision de la Commission Européenne en 2009 ne s&#8217;appliquait qu&#8217;aux « PC ». Si Windows RT peut bien évidemment être installé sur ces derniers dotés d&#8217;un processeur ARM, Microsoft devrait principalement cibler celui des tablettes connectées.</p>
<p>Outre-Atlantique, aux Etats-unis, une multiplication spécialisée dans les affaires de oncsensus au Comité judiciaire du Sénat a également pris connaissance des inquiétudes de la fondation Mozilla. Notons en revanche que<p>Lire la suite sur l'article source: <a href="http://www.clubic.com/navigateur-internet/actualite-491660-navigateurs-ballot-screen-windows-8.html">http://www.clubic.com/navigateur-internet/actualite-491660-navigateurs-ballot-screen-windows-8.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/" title="37% de logiciels piratés en France selon la BSA">37% de logiciels piratés en France selon la BSA</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/">Permalink</a> |
<a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>37% de logiciels piratés en France selon la BSA</title>
		<link>http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/</link>
		<comments>http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/#comments</comments>
		<pubDate>Wed, 16 May 2012 16:08:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Actualités web]]></category>
		<category><![CDATA[Actualité web]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[moteur de recherche]]></category>
		<category><![CDATA[Référencement]]></category>

		<guid isPermaLink="false">http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/</guid>
		<description><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p> Comme tous les ans, la Business Software Alliance (BSA) tire la sonnette d&#8217;alarme relations au piratage de logiciels. Dans son rapport annuel, elle estime que 37% des logiciels utilisés en France n&#8217;auraient pas été acquis légalement, entraînant un manque à gagner estimé à 1,98 milliard d&#8217;euros. <p>Au niveau mondial, 42% des logiciels seraient utilisés [...]]]></description>
			<content:encoded><![CDATA[


<script language="Javascript">	
	//DD_roundies.addRule('div.arrondi', '15px');
	jQuery.fn.jmp3 = function(passedOptions){
		// hard-wired options
		var playerpath = "http://www.allomonsite.com/wp-content/plugins/cispm-portfolio/";			// SET THIS FIRST: path to singlemp3player.swf

		// passable options
		var options = {
			"filepath": "",			// path to MP3 file (default: current directory)
			"backcolor": "000000",									// background color
			"forecolor": "",								// foreground color (buttons)
			"width": 50,										// width of player
			"repeat": "no",										// repeat mp3?
			"volume": "",										// mp3 volume (0-100)
			"autoplay": "false",								// play immediately on page load?
			"showdownload": "false",								// show download button in player
			"showfilename": "false"								// show .mp3 filename after player
		};
		
		// use passed options, if they exist
		if (passedOptions) {
			jQuery.extend(options, passedOptions);
		}
		
		// iterate through each object
		return this.each(function(){
			// filename needs to be enclosed in tag (e.g. <span class='mp3'>mysong.mp3</span>)
			var filename = options.filepath + jQuery(this).html();
			//alert(filename);
			// do nothing if not an .mp3 file
			var validfilename = filename.indexOf(".mp3");
			if (validfilename == -1) { return false; }
			// build the player HTML
			var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
			mp3html += 'width="' + options.width + '" height="20" ';
			mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
			mp3html += '<param name="movie" value="' + playerpath + 'singlemp3player.swf?';
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" />';
			mp3html += '<param name="wmode" value="transparent" />';
			mp3html += '<embed wmode="transparent" width="' + options.width + '" height="20" ';
			mp3html += 'src="' + playerpath + 'singlemp3player.swf?'
			mp3html += 'showDownload=' + options.showdownload + '&file=' + filename + '&autoStart=' + options.autoplay;
			mp3html += '&backColor=' + options.backcolor + '&frontColor=' + options.forecolor;
			mp3html += '&repeatPlay=' + options.repeat + '&songVolume=' + options.volume + '" ';
			mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
			mp3html += '</object>';
			// don't display filename if option is set
			if (options.showfilename == "false") { jQuery(this).html(""); }
			jQuery(this).prepend(mp3html+"&nbsp;");
			
			// Eolas workaround for IE (Thanks Kurt!)
			if(jQuery.browser.msie){ this.outerHTML = this.outerHTML; }
		});
	};
	
	jQuery(document).ready(function($){
		$("#cispm-tabs").tabs({
					});
			
		nb_web = $("#cispm_web_nb_jquery").val();
		if(nb_web == "") {
			nb_web = 0;
		}
	
		for(i=1;i<=nb_web;i++) {
			variable_web = "#cispm_web_lien_jquery"+i;
			
			$(variable_web).fancybox({
				'width'				: '80%',
				'height'			: '80%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'titlePosition'		: ''
			});	
		}
		
		nb_mus = $("#cispm_mus_nb_jquery").val();
		if(nb_mus == "") {
			nb_mus = 0;
		}
	
		for(i=1;i<=nb_mus;i++) {
			variable_mus = "#cispm_mus_lien_jquery2"+i;

			$(variable_mus).fancybox({
				'titlePosition'		: '',
				'transitionIn'		: '',
				'transitionOut'		: ''
			});	
			
			variable_mus2 = "#cispm_mus_lien_player"+i;

			$(variable_mus2).jmp3();
		}

		nb_img = $("#cispm_img_nb_jquery").val();
		if(nb_img == "") {
			nb_img = 0;
		}
		
		for(i=1;i<=nb_img;i++) {
			variable_img = "a#cispm_img_lien_jquery"+i;
			
			$(variable_img).fancybox({
				'titleShow'		: true,
				'transitionIn'		: '',
				'transitionOut'		: '',
				'titlePosition'		: ''
			});
		}

		$("a#cispm-tip4").click(function() {
			$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: '',
					'transitionOut'	: '',
					'title'			: this.title,
					'width'			: 50,
					'height'		: 50,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						 'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
					}
			});
			return false;
		});
	});
</script>

<style>
	<!--
	
	#cispm-tabs-1 {

	}
	
	.ui-widget-header {
		background-color:#;
		border:1px solid #;
		color:#444444;
		font-weight:bold;
	}
	
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color:yellow;
	}
	
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color:#000000;
	}
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
		background:#;
		border: 1px solid #;
	}
	
	#table_onglet1 {
		
	}
	
	#table_onglet2 {
	
	}
	
	#cispm-tabs ul {
		list-style-type: inherit;
		text-indent:0px;
	}
	
	h3 .titre_cispm {
		padding: 0;
		margin: 0;
	}
	
	#cispm-tabs ul li, #cispm-tabs ol li {
		list-style-position:inside;
		padding-left:10px;
	}
	
	#table_onglet2 tr td {
		border:none;
	}
	
	#table_onglet2 {
		border:none;
	}
	-->
</style>

<input type='hidden' value='11' name='cispm_web_nb_jquery' id='cispm_web_nb_jquery'/><p>				<strong>Comme tous les ans, la  Business Software Alliance (BSA) tire la sonnette d&#8217;alarme relations au piratage de logiciels. Dans son rapport annuel, elle estime que 37% des logiciels utilisés en France n&#8217;auraient pas été acquis légalement, entraînant un manque à gagner estimé à 1,98 milliard d&#8217;euros.</strong>
<p>Au niveau mondial, 42% des logiciels seraient utilisés  sans que la looseness correspondante ait été correctement acquittée standard leur utilisateur, estime dans son rapport annuel la BSA, organization qui regroupe les principaux acteurs du secteur. Ces utilisations frauduleuses, assimilées à du piratage, auraient entraîné en 2011 un manque à gagner de l&#8217;ordre de 63 milliards de dollars.</p>
<p>La France peut se targuer de figurer sous cette moyenne mondiale dopée standard les pays émergents avec un taux de logiciels sans looseness estimés à 37% (contre 39% en 2010), suffisant surveillance de même pour occasionner 1,8 milliard d&#8217;euros de manque à gagner. En constante baisse depuis 6 ans (il était de 47% en 2005 toujours selon la BSA), ce taux reste surveillance de même au dessus de la moyenne européenne, estimée à 33%.</p>
<p>Réalisée en partenariat avec Ipsos et IDC, l&#8217;étude repose également sur des sondages déclaratifs, selon lesquels 40% des utilisateurs d&#8217;ordinateurs en France admettent pirater<p>Lire la suite sur l'article source: <a href="http://pro.clubic.com/legislation-loi-internet/telechargement-illegal/actualite-491746-bsa-37-logiciels-pirates-france.html">http://pro.clubic.com/legislation-loi-internet/telechargement-illegal/actualite-491746-bsa-37-logiciels-pirates-france.html</a><br>
Dans la catégorie Actualités web</p><h2  class="related_post_title">Ces articles pourraient vous intéresser</h2><ul class="related_post"><li>17 mai 2012 -- <a href="http://www.allomonsite.com/google-lance-son-knowledge-graph-un-pas-vers-la-recherche-semantique/" title="Google lance son Knowledge Graph, un pas vers la recherche sémantique">Google lance son Knowledge Graph, un pas vers la recherche sémantique</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/larcep-met-en-consultation-son-rapport-sur-la-neutralite-du-net/" title="L&#8217;Arcep met en consultation son rapport sur la neutralité du Net">L&#8217;Arcep met en consultation son rapport sur la neutralité du Net</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/chrome-abrite-une-api-universelle-pour-les-applications-web/" title="Chrome abrite une API universelle pour les applications web">Chrome abrite une API universelle pour les applications web</a> (0)</li><li>17 mai 2012 -- <a href="http://www.allomonsite.com/culture-numerique-lieutenants-et-ministres-du-nouveau-gouvernement/" title="Culture, Numérique : lieutenants et ministres du nouveau Gouvernement">Culture, Numérique : lieutenants et ministres du nouveau Gouvernement</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/facebook-met-la-main-sur-lequipe-de-lightbox-application-photo-android/" title="Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android">Facebook met la main sur l&#8217;équipe de Lightbox, application photo Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/nouvelle-version-stable-de-chrome-avec-la-synchronisation-des-onglets/" title="Nouvelle version stable de Chrome avec la synchronisation des onglets">Nouvelle version stable de Chrome avec la synchronisation des onglets</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/flickr-modernise-enfin-sa-visionneuse-de-photos/" title="Flickr modernise enfin sa visionneuse de photos">Flickr modernise enfin sa visionneuse de photos</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/firefox-14-disponible-en-beta-sur-android/" title="Firefox 14 disponible en bêta sur Android">Firefox 14 disponible en bêta sur Android</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/windows-rt-les-autorites-de-la-concurrence-entendent-la-plainte-de-mozilla/" title="Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla">Windows RT : les autorités de la Concurrence entendent la plainte de Mozilla</a> (0)</li><li>16 mai 2012 -- <a href="http://www.allomonsite.com/etude-google-snobe-par-les-internautes/" title="Etude : Google+ snobé par les internautes ?">Etude : Google+ snobé par les internautes ?</a> (0)</li></ul><hr />
<p><small>© <a href="http://www.allomonsite.com">Allomonsite.com</a>, 2012. |
<a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/">Permalink</a> |
<a href="http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/#comments">Soyez le premier à laisser un commentaire</a> |
<br/>
Post tags: <a href="http://www.allomonsite.com/tag/actualite-web/" rel="tag">Actualité web</a>, <a href="http://www.allomonsite.com/tag/google/" rel="tag">google</a>, <a href="http://www.allomonsite.com/tag/moteur-de-recherche/" rel="tag">moteur de recherche</a>, <a href="http://www.allomonsite.com/tag/referencement/" rel="tag">Référencement</a><br/>
</small></p>


]]></content:encoded>
			<wfw:commentRss>http://www.allomonsite.com/37-de-logiciels-pirates-en-france-selon-la-bsa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

