<?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>aSeed &#187; flickr</title>
	<atom:link href="http://www.aseed.fr/infos/tag/flickr/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aseed.fr/infos</link>
	<description>Création de site internet &#38; photographie</description>
	<lastBuildDate>Wed, 04 Jan 2012 15:08:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Intégrer une galerie Flickr sur son site</title>
		<link>http://www.aseed.fr/infos/294-integrer-une-gallerie-flickr-sur-son-site.htm</link>
		<comments>http://www.aseed.fr/infos/294-integrer-une-gallerie-flickr-sur-son-site.htm#comments</comments>
		<pubDate>Tue, 28 Sep 2010 16:11:09 +0000</pubDate>
		<dc:creator>aSeed</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[galerie]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.aseed.fr/infos/?p=294</guid>
		<description><![CDATA[Voici un script fait maison qui vous permet d&#8217;afficher simplement votre galerie Flickr sur n&#8217;importe quel site internet en PHP&#8230; Ici pas besoin de Flash, ou d&#8217;installer des milliards de librairies ou de plug-ins&#8230; Juste quelques lignes de codes efficaces qui pourront pas exemples servir à afficher votre book de modèle ou de photographe&#8230; La [...]]]></description>
			<content:encoded><![CDATA[<p>Voici un script fait maison qui vous permet d&#8217;afficher simplement votre galerie <a href="http://flickr.com/" target="_blank">Flickr</a> sur n&#8217;importe quel site internet en PHP&#8230;</p>
<p>Ici pas besoin de Flash, ou d&#8217;installer des milliards de librairies ou de plug-ins&#8230; Juste quelques lignes de codes efficaces qui pourront pas exemples servir à afficher votre book de modèle ou de photographe&#8230;</p>
<p><strong>La démo est visible sur notre site, dans le <a href="http://www.aseed.fr" target="_blank">book photo aSeed</a></strong></p>
<p>Pour cela vous devez juste régler quelques paramètres :</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// le nombre d'images que vous souhaitez afficher</span>
<span style="color: #000088;">$imgNumber</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">70</span><span style="color: #339933;">;</span> 
<span style="color: #666666; font-style: italic;">// le fichier dans lequel vous allez stocker le flux XML afin de ne pas interroger Flickr à chaque affichage</span>
<span style="color: #000088;">$cacheFile</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'flickr_book.xml'</span><span style="color: #339933;">;</span> 
 <span style="color: #666666; font-style: italic;">// à demander ici http://www.flickr.com/services/apps/create/apply</span>
<span style="color: #000088;">$flickrApiKey</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'your_flickr_api_key'</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//votre user_id sur flickr</span>
<span style="color: #000088;">$flickrUserId</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'your_flickr_id'</span><span style="color: #339933;">;</span>
 <span style="color: #666666; font-style: italic;">// tag des images que vous souhaitez afficher</span>
<span style="color: #000088;">$flickrTag</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'porfolio'</span><span style="color: #339933;">;</span>
 <span style="color: #666666; font-style: italic;">// le nombre d'image que vous souhaitez charger dans le flux (ici les 100 dernières)</span>
<span style="color: #000088;">$flickrImgToLoad</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">100</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">// si vous souhaitez rendre l'ordre d'affichage aléatoire</span>
<span style="color: #000088;">$randomize</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span></pre></div></div>

<p>Vous pouvez télécharger ce script à l&#8217;adresse suivante : <a href="http://www.aseed.fr/flickr_display.php.txt" target="_blank">http://www.aseed.fr/flickr_display.php.txt</a></p>
<p>L&#8217;utilisation de ce script est gratuite mais nous apprécierions vivement que vous fassiez un lien vers notre site en retour :<br />
<code>Script by &lt;a href="http://www.aseed.fr"&gt;aSeed webdesign et photographie Nice&lt;/a&gt;</code><br />
<span id="more-294"></span><br />
Évidement il s&#8217;agit d&#8217;une base de travail, à vous ensuite de personnaliser l&#8217;affichage avec quelques lignes de CSS et pourquoi pas de Javascript. Si vous rencontrez la moindre difficulté dans cette tâche, nous vous invitons à <a href="http://www.aseed.fr/#contact">nous contacter</a> pour obtenir un devis pour la personnalisation du script.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">#author : Frederic Lefeuvre 
</span><span style="color: #666666; font-style: italic;">#website : http://www.aseed.fr
</span><span style="color: #666666; font-style: italic;">#using Flickr API http://api.flickr.com/
</span><span style="color: #666666; font-style: italic;">#date : 2010-09-08
</span><span style="color: #666666; font-style: italic;">#please link our website if you are using this script !
</span>
<span style="color: #000088;">$imgNumber</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">70</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// number of images you want to display</span>
<span style="color: #000088;">$cacheFile</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'cache_file.xml'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//must be writable by the server </span>
<span style="color: #000088;">$flickrApiKey</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'your_key'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// your flick api key, you can get it here http://www.flickr.com/services/apps/create/apply</span>
<span style="color: #000088;">$flickrUserId</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'your_id'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// your flickr user id</span>
<span style="color: #000088;">$flickrTag</span><span style="color: #339933;">=</span><span style="color: #0000ff;">'porfolio'</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// the tagged images that you want to display</span>
<span style="color: #000088;">$flickrImgToLoad</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">100</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// the number of images you want to load from flickr</span>
<span style="color: #000088;">$randomize</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// set it to true if you want randomize your gallery display</span>
&nbsp;
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$your_caching_condition</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$url</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://api.flickr.com/services/rest/?method=flickr.photos.search&amp;api_key=<span style="color: #006699; font-weight: bold;">$flickrApiKey</span>&amp;user_id=<span style="color: #006699; font-weight: bold;">$flickrUserId</span>&amp;tags=<span style="color: #006699; font-weight: bold;">$flickrTag</span>&amp;per_page=<span style="color: #006699; font-weight: bold;">$flickrImgToLoad</span>&amp;page=0&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$file</span><span style="color: #339933;">=</span><span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #990000;">file_put_contents</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$cacheFile</span><span style="color: #339933;">,</span><span style="color: #000088;">$file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span><span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$file</span><span style="color: #339933;">=</span><span style="color: #990000;">file_get_contents</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$cacheFile</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//grabbing Flickr XML file</span>
<span style="color: #000088;">$xml</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> SimpleXMLElement<span style="color: #009900;">&#40;</span><span style="color: #000088;">$file</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #000088;">$photos</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$xml</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">photos</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">photo</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//parsing XML album</span>
<span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$photos</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$photo</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #666666; font-style: italic;">//get photo attributes</span>
	<span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$photo</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">attributes</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$a</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$b</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> 
		<span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$a</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">=</span><span style="color: #000088;">$b</span><span style="color: #339933;">;</span>	
	<span style="color: #009900;">&#125;</span>
	<span style="color: #000088;">$i</span><span style="color: #339933;">++;</span>
	<span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'url'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span><span style="color: #0000ff;">'http://farm'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'farm'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'.static.flickr.com/'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'server'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'/'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'id'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'_'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'secret'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'.jpg'</span><span style="color: #339933;">;</span>
	<span style="color: #666666; font-style: italic;">// if you prefer bigger size uncomment the line below</span>
	<span style="color: #666666; font-style: italic;">//$img[$i]['url'] ='http://farm'.$p['farm'].'.static.flickr.com/'.$p['server'].'/'.$p['id'].'_'.$p['secret'].'_b.jpg';</span>
	<span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'square'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span><span style="color: #0000ff;">'http://farm'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'farm'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'.static.flickr.com/'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'server'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'/'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'id'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'_'</span><span style="color: #339933;">.</span><span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'secret'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'_s.jpg'</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$p</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// if necessary (depedning of you page encoding)</span>
	<span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #990000;">utf8_decode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">//if we have images we print the gallery</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">count</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$randomize</span><span style="color: #009900;">&#41;</span> <span style="color: #990000;">shuffle</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;div class=&quot;book&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?</span> php
<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span><span style="color: #339933;">&lt;</span><span style="color: #000088;">$imgNumber</span><span style="color: #339933;">;</span><span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">?&gt;</span>&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'url'</span><span style="color: #009900;">&#93;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; onclick=&quot;return false;&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'square'</span><span style="color: #009900;">&#93;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; alt=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;<span style="color: #000000; font-weight: bold;">&lt;?=</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;/a&gt;<span style="color: #000000; font-weight: bold;">&lt;?</span> 	
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/div&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
Script by &lt;a href=&quot;http://www.aseed.fr&quot;&gt;aSeed &amp;copy; webdesign et photographie Nice&lt;/a&gt;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.aseed.fr/infos/294-integrer-une-gallerie-flickr-sur-son-site.htm/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Le mois d&#8217;avril 2010 en 30 photos</title>
		<link>http://www.aseed.fr/infos/209-le-mois-davril-2010-en-30-photos.htm</link>
		<comments>http://www.aseed.fr/infos/209-le-mois-davril-2010-en-30-photos.htm#comments</comments>
		<pubDate>Sun, 09 May 2010 20:59:46 +0000</pubDate>
		<dc:creator>aSeed</dc:creator>
				<category><![CDATA[Photographie]]></category>
		<category><![CDATA[365]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.aseed.fr/infos/?p=209</guid>
		<description><![CDATA[Pour voir les photos en grand, cliquez dessus.]]></description>
			<content:encoded><![CDATA[<div   id="setThumbs">
<div class="setThumbs-indv"  id="setThumbs-indv4484200664_div"><span class="photo_container pc_s" id="photo_thumb4484200664"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4484200664/in/set-72157623127900068/" title="91/365 Boarding"><img src="http://farm5.static.flickr.com/4009/4484200664_f54c988b3a_s.jpg" alt="91/365 Boarding" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4483990545_div"><span class="photo_container pc_s" id="photo_thumb4483990545"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4483990545/in/set-72157623127900068/" title="92/365 Windy today"><img src="http://farm5.static.flickr.com/4061/4483990545_583a38e4d6_s.jpg" alt="92/365 Windy today" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4487174774_div"><span class="photo_container pc_s" id="photo_thumb4487174774"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4487174774/in/set-72157623127900068/" title="93/365 Movie strip"><img src="http://farm5.static.flickr.com/4038/4487174774_e2ee41cbd2_s.jpg" alt="93/365 Movie strip" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4489910577_div"><span class="photo_container pc_s" id="photo_thumb4489910577"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4489910577/in/set-72157623127900068/" title="94/365 Strom in progress"><img src="http://farm5.static.flickr.com/4037/4489910577_e0b4a0345b_s.jpg" alt="94/365 Strom in progress" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4494367762_div"><span class="photo_container pc_s" id="photo_thumb4494367762"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4494367762/in/set-72157623127900068/" title="95/365 Upside down !"><img src="http://farm3.static.flickr.com/2765/4494367762_3c1eeef3f4_s.jpg" alt="95/365 Upside down !" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4497321576_div"><span class="photo_container pc_s" id="photo_thumb4497321576"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4497321576/in/set-72157623127900068/" title="96/365 Wisteria rain"><img src="http://farm3.static.flickr.com/2728/4497321576_3c7ce1d82d_s.jpg" alt="96/365 Wisteria rain" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4500159574_div"><span class="photo_container pc_s" id="photo_thumb4500159574"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4500159574/in/set-72157623127900068/" title="97/365 Marguerite ô Marguerite"><img src="http://farm5.static.flickr.com/4068/4500159574_da422ba82e_s.jpg" alt="97/365 Marguerite ô Marguerite" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4502951688_div"><span class="photo_container pc_s" id="photo_thumb4502951688"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4502951688/in/set-72157623127900068/" title="98/365 Varela"><img src="http://farm5.static.flickr.com/4021/4502951688_2122cd1b0c_s.jpg" alt="98/365 Varela" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4507514708_div"><span class="photo_container pc_s" id="photo_thumb4507514708"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4507514708/in/set-72157623127900068/" title="99/365 Coucher de soleil maritime"><img src="http://farm3.static.flickr.com/2697/4507514708_bb319d7d85_s.jpg" alt="99/365 Coucher de soleil maritime" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4510945834_div"><span class="photo_container pc_s" id="photo_thumb4510945834"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4510945834/in/set-72157623127900068/" title="100/365 Red on red"><img src="http://farm5.static.flickr.com/4023/4510945834_20ee939177_s.jpg" alt="100/365 Red on red" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4513473873_div"><span class="photo_container pc_s" id="photo_thumb4513473873"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4513473873/in/set-72157623127900068/" title="101/365 Le chemin de Marie"><img src="http://farm5.static.flickr.com/4010/4513473873_55aefee8e2_s.jpg" alt="101/365 Le chemin de Marie" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4514646283_div"><span class="photo_container pc_s" id="photo_thumb4514646283"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4514646283/in/set-72157623127900068/" title="102/365 Born to B(aby) wild"><img src="http://farm5.static.flickr.com/4064/4514646283_084b47d177_s.jpg" alt="102/365 Born to B(aby) wild" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4517758457_div"><span class="photo_container pc_s" id="photo_thumb4517758457"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4517758457/in/set-72157623127900068/" title="103/365 Waiting for a miracle"><img src="http://farm5.static.flickr.com/4009/4517758457_8766216ef7_s.jpg" alt="103/365 Waiting for a miracle" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4521139948_div"><span class="photo_container pc_s" id="photo_thumb4521139948"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4521139948/in/set-72157623127900068/" title="104/365 Merci de tenir la rampe"><img src="http://farm5.static.flickr.com/4049/4521139948_d62689c6c3_s.jpg" alt="104/365 Merci de tenir la rampe" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4522981703_div"><span class="photo_container pc_s" id="photo_thumb4522981703"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4522981703/in/set-72157623127900068/" title="105/365 Soumaya"><img src="http://farm3.static.flickr.com/2790/4522981703_9dc7ac046d_s.jpg" alt="105/365 Soumaya" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4527200995_div"><span class="photo_container pc_s" id="photo_thumb4527200995"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4527200995/in/set-72157623127900068/" title="106/365 Fiore mangiatoria"><img src="http://farm5.static.flickr.com/4043/4527200995_e922337af0_s.jpg" alt="106/365 Fiore mangiatoria" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4531760958_div"><span class="photo_container pc_s" id="photo_thumb4531760958"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4531760958/in/set-72157623127900068/" title="107/365 Haute Couture"><img src="http://farm3.static.flickr.com/2545/4531760958_521e411bc9_s.jpg" alt="107/365 Haute Couture" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4531536753_div"><span class="photo_container pc_s" id="photo_thumb4531536753"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4531536753/in/set-72157623127900068/" title="108/365 View from Peïra Cava"><img src="http://farm3.static.flickr.com/2688/4531536753_8ca5c2c9c2_s.jpg" alt="108/365 View from Peïra Cava" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4534884505_div"><span class="photo_container pc_s" id="photo_thumb4534884505"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4534884505/in/set-72157623127900068/" title="109/365 Smoqueen"><img src="http://farm5.static.flickr.com/4061/4534884505_d9c3298ee6_s.jpg" alt="109/365 Smoqueen" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4537187329_div"><span class="photo_container pc_s" id="photo_thumb4537187329"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4537187329/in/set-72157623127900068/" title="110/365 First poppies"><img src="http://farm5.static.flickr.com/4065/4537187329_eed7e79611_s.jpg" alt="110/365 First poppies" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4540557003_div"><span class="photo_container pc_s" id="photo_thumb4540557003"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4540557003/in/set-72157623127900068/" title="111/365 J'ai dû oublier quelque chose ce matin"><img src="http://farm5.static.flickr.com/4007/4540557003_1fcc0ccf46_s.jpg" alt="111/365 J'ai dû oublier quelque chose ce matin" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4543665466_div"><span class="photo_container pc_s" id="photo_thumb4543665466"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4543665466/in/set-72157623127900068/" title="112/365 La deudeuche"><img src="http://farm5.static.flickr.com/4051/4543665466_f933bddabd_s.jpg" alt="112/365 La deudeuche" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4548119524_div"><span class="photo_container pc_s" id="photo_thumb4548119524"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4548119524/in/set-72157623127900068/" title="113/365 Cinéma... tchi tcha !"><img src="http://farm5.static.flickr.com/4032/4548119524_b52c6e43e3_s.jpg" alt="113/365 Cinéma... tchi tcha !" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4551778128_div"><span class="photo_container pc_s" id="photo_thumb4551778128"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4551778128/in/set-72157623127900068/" title="114/365 Bouquet of lights"><img src="http://farm5.static.flickr.com/4070/4551778128_f14374482d_s.jpg" alt="114/365 Bouquet of lights" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4551812046_div"><span class="photo_container pc_s" id="photo_thumb4551812046"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4551812046/in/set-72157623127900068/" title="115/365 Fé chaud..."><img src="http://farm5.static.flickr.com/4033/4551812046_9119471cef_s.jpg" alt="115/365 Fé chaud..." border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4554408715_div"><span class="photo_container pc_s" id="photo_thumb4554408715"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4554408715/in/set-72157623127900068/" title="116/365 Flowers &#038; bokeh"><img src="http://farm4.static.flickr.com/3067/4554408715_d80871d72f_s.jpg" alt="116/365 Flowers &#038; bokeh" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4558371108_div"><span class="photo_container pc_s" id="photo_thumb4558371108"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4558371108/in/set-72157623127900068/" title="117/365 Coucher de soleil chez les voisins"><img src="http://farm4.static.flickr.com/3487/4558371108_70410fe5ea_s.jpg" alt="117/365 Coucher de soleil chez les voisins" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4560282531_div"><span class="photo_container pc_s" id="photo_thumb4560282531"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4560282531/in/set-72157623127900068/" title="118/365 Moïse at the station"><img src="http://farm4.static.flickr.com/3305/4560282531_10bcc7c615_s.jpg" alt="118/365 Moïse at the station" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4564574617_div"><span class="photo_container pc_s" id="photo_thumb4564574617"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4564574617/in/set-72157623127900068/" title="119/365 G.D.K &#038; Munch man (consequences of shyness)"><img src="http://farm4.static.flickr.com/3318/4564574617_7a8b4eea50_s.jpg" alt="119/365 G.D.K &#038; Munch man (consequences of shyness)" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv"  id="setThumbs-indv4567216953_div"><span class="photo_container pc_s" id="photo_thumb4567216953"><a target="_blank"  href="http://www.flickr.com/photos/aseed/4567216953/in/set-72157623127900068/" title="120/365 Hyphen @ Le Sezamo"><img src="http://farm5.static.flickr.com/4036/4567216953_3360ab368c_s.jpg" alt="120/365 Hyphen @ Le Sezamo" border="0" height="75" width="75"></a></span></div>
</div>
<p><br clear="all" /></p>
<p>Pour voir les photos en grand, cliquez dessus.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aseed.fr/infos/209-le-mois-davril-2010-en-30-photos.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le mois de mars 2010 en 31 photos</title>
		<link>http://www.aseed.fr/infos/194-le-mois-de-mars-2010-en-31-photos.htm</link>
		<comments>http://www.aseed.fr/infos/194-le-mois-de-mars-2010-en-31-photos.htm#comments</comments>
		<pubDate>Fri, 02 Apr 2010 16:27:51 +0000</pubDate>
		<dc:creator>aSeed</dc:creator>
				<category><![CDATA[Photographie]]></category>
		<category><![CDATA[365]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.aseed.fr/infos/?p=194</guid>
		<description><![CDATA[Pour voir les photos en grand, cliquez dessus. Si vous avez un compte sur FlickR, n&#8221;hésitez pas à nous laisser un pti message]]></description>
			<content:encoded><![CDATA[<div class="setThumbs-indv" id="setThumbs-indv4398279085_div"><span class="photo_container pc_s" id="photo_thumb4398279085"><a target="_blank" href="http://www.flickr.com/photos/aseed/4398279085/in/set-72157623127900068/" title="60/365 Nice est grise aujourd'hui..."><img src="http://farm3.static.flickr.com/2687/4398279085_32247c00b0_s.jpg" alt="60/365 Nice est grise aujourd'hui..." border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4401004749_div"><span class="photo_container pc_s" id="photo_thumb4401004749"><a target="_blank" href="http://www.flickr.com/photos/aseed/4401004749/in/set-72157623127900068/" title="61/365 Le temps des Mimosas"><img src="http://farm5.static.flickr.com/4019/4401004749_4da10bd72e_s.jpg" alt="61/365 Le temps des Mimosas" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4404482886_div"><span class="photo_container pc_s" id="photo_thumb4404482886"><a target="_blank" href="http://www.flickr.com/photos/aseed/4404482886/in/set-72157623127900068/" title="62/365 Rain drops... again..."><img src="http://farm5.static.flickr.com/4050/4404482886_fee1992de5_s.jpg" alt="62/365 Rain drops... again..." border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4406890630_div"><span class="photo_container pc_s" id="photo_thumb4406890630"><a target="_blank" href="http://www.flickr.com/photos/aseed/4406890630/in/set-72157623127900068/" title="63/365 Follow the pigeons"><img src="http://farm5.static.flickr.com/4041/4406890630_ef7552e6d6_s.jpg" alt="63/365 Follow the pigeons" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4411488368_div"><span class="photo_container pc_s" id="photo_thumb4411488368"><a target="_blank" href="http://www.flickr.com/photos/aseed/4411488368/in/set-72157623127900068/" title="64/365 Spring is coming"><img src="http://farm3.static.flickr.com/2760/4411488368_a60cb4f1be_s.jpg" alt="64/365 Spring is coming" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4410750527_div"><span class="photo_container pc_s" id="photo_thumb4410750527"><a target="_blank" href="http://www.flickr.com/photos/aseed/4410750527/in/set-72157623127900068/" title="65/365 De bas en haut et de haut en bas"><img src="http://farm5.static.flickr.com/4037/4410750527_db277c5a73_s.jpg" alt="65/365 De bas en haut et de haut en bas" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4416745214_div"><span class="photo_container pc_s" id="photo_thumb4416745214"><a target="_blank" href="http://www.flickr.com/photos/aseed/4416745214/in/set-72157623127900068/" title="66/365 Dancers in the dark"><img src="http://farm5.static.flickr.com/4009/4416745214_854b601e44_s.jpg" alt="66/365 Dancers in the dark" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4416891623_div"><span class="photo_container pc_s" id="photo_thumb4416891623"><a target="_blank" href="http://www.flickr.com/photos/aseed/4416891623/in/set-72157623127900068/" title="67/365 My sweet spring"><img src="http://farm5.static.flickr.com/4066/4416891623_6274f7f8fe_s.jpg" alt="67/365 My sweet spring" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4419625375_div"><span class="photo_container pc_s" id="photo_thumb4419625375"><a target="_blank" href="http://www.flickr.com/photos/aseed/4419625375/in/set-72157623127900068/" title="68/365 Nils est dans les choux..."><img src="http://farm5.static.flickr.com/4050/4419625375_c2bcfc5458_s.jpg" alt="68/365 Nils est dans les choux..." border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4422920888_div"><span class="photo_container pc_s" id="photo_thumb4422920888"><a target="_blank" href="http://www.flickr.com/photos/aseed/4422920888/in/set-72157623127900068/" title="69/365 Stairway to a bright future"><img src="http://farm5.static.flickr.com/4054/4422920888_c09a8d7ab2_s.jpg" alt="69/365 Stairway to a bright future" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4424572887_div"><span class="photo_container pc_s" id="photo_thumb4424572887"><a target="_blank" href="http://www.flickr.com/photos/aseed/4424572887/in/set-72157623127900068/" title="70/365 Supporter le poids de la nature (Alexia)"><img src="http://farm5.static.flickr.com/4024/4424572887_b7f5553f96_s.jpg" alt="70/365 Supporter le poids de la nature (Alexia)" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4427441301_div"><span class="photo_container pc_s" id="photo_thumb4427441301"><a target="_blank" href="http://www.flickr.com/photos/aseed/4427441301/in/set-72157623127900068/" title="71/365 A smile between a glass and a mirror"><img src="http://farm5.static.flickr.com/4043/4427441301_ac556175ac_s.jpg" alt="71/365 A smile between a glass and a mirror" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4431341225_div"><span class="photo_container pc_s" id="photo_thumb4431341225"><a target="_blank" href="http://www.flickr.com/photos/aseed/4431341225/in/set-72157623127900068/" title="72/365 Havana revival"><img src="http://farm3.static.flickr.com/2798/4431341225_2834748d15_s.jpg" alt="72/365 Havana revival" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4432988226_div"><span class="photo_container pc_s" id="photo_thumb4432988226"><a target="_blank" href="http://www.flickr.com/photos/aseed/4432988226/in/set-72157623127900068/" title="73/365 e̍kkaídeka shizophrenia"><img src="http://farm5.static.flickr.com/4055/4432988226_f8dc63602c_s.jpg" alt="73/365 e̍kkaídeka shizophrenia" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4435744896_div"><span class="photo_container pc_s" id="photo_thumb4435744896"><a target="_blank" href="http://www.flickr.com/photos/aseed/4435744896/in/set-72157623127900068/" title="74/365 La voie du milieu est le chemin de la lumière"><img src="http://farm5.static.flickr.com/4069/4435744896_e055520c6c_s.jpg" alt="74/365 La voie du milieu est le chemin de la lumière" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4438778220_div"><span class="photo_container pc_s" id="photo_thumb4438778220"><a target="_blank" href="http://www.flickr.com/photos/aseed/4438778220/in/set-72157623127900068/" title="75/365 Tsunami on Nissa"><img src="http://farm3.static.flickr.com/2235/4438778220_6764054a86_s.jpg" alt="75/365 Tsunami on Nissa" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4440442721_div"><span class="photo_container pc_s" id="photo_thumb4440442721"><a target="_blank" href="http://www.flickr.com/photos/aseed/4440442721/in/set-72157623127900068/" title="76/365 A ray of light"><img src="http://farm5.static.flickr.com/4013/4440442721_2096a16cf5_s.jpg" alt="76/365 A ray of light" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4447687763_div"><span class="photo_container pc_s" id="photo_thumb4447687763"><a target="_blank" href="http://www.flickr.com/photos/aseed/4447687763/in/set-72157623127900068/" title="77/365 Void is a general sucker :)"><img src="http://farm3.static.flickr.com/2782/4447687763_560ab7d27f_s.jpg" alt="77/365 Void is a general sucker :)" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4448494542_div"><span class="photo_container pc_s" id="photo_thumb4448494542"><a target="_blank" href="http://www.flickr.com/photos/aseed/4448494542/in/set-72157623127900068/" title="78/365 Johanna"><img src="http://farm5.static.flickr.com/4034/4448494542_d1265fa30f_s.jpg" alt="78/365 Johanna" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4449720259_div"><span class="photo_container pc_s" id="photo_thumb4449720259"><a target="_blank" href="http://www.flickr.com/photos/aseed/4449720259/in/set-72157623127900068/" title="79/365 Princesses of Nissa"><img src="http://farm5.static.flickr.com/4001/4449720259_20b349b4a8_s.jpg" alt="79/365 Princesses of Nissa" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4454585334_div"><span class="photo_container pc_s" id="photo_thumb4454585334"><a target="_blank" href="http://www.flickr.com/photos/aseed/4454585334/in/set-72157623127900068/" title="80/365 Emily's Coffee"><img src="http://farm3.static.flickr.com/2768/4454585334_d77b91fff3_s.jpg" alt="80/365 Emily's Coffee" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4454615954_div"><span class="photo_container pc_s" id="photo_thumb4454615954"><a target="_blank" href="http://www.flickr.com/photos/aseed/4454615954/in/set-72157623127900068/" title="81/365 White on white"><img src="http://farm5.static.flickr.com/4065/4454615954_7e09982c3c_s.jpg" alt="81/365 White on white" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4456691833_div"><span class="photo_container pc_s" id="photo_thumb4456691833"><a target="_blank" href="http://www.flickr.com/photos/aseed/4456691833/in/set-72157623127900068/" title="82/365 La rosée du matin"><img src="http://farm5.static.flickr.com/4046/4456691833_30e4a11bc7_s.jpg" alt="82/365 La rosée du matin" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4459380749_div"><span class="photo_container pc_s" id="photo_thumb4459380749"><a target="_blank" href="http://www.flickr.com/photos/aseed/4459380749/in/set-72157623127900068/" title="83/365 Déséquilibre ordinaire"><img src="http://farm3.static.flickr.com/2779/4459380749_7c808b308a_s.jpg" alt="83/365 Déséquilibre ordinaire" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4461851547_div"><span class="photo_container pc_s" id="photo_thumb4461851547"><a target="_blank" href="http://www.flickr.com/photos/aseed/4461851547/in/set-72157623127900068/" title="84/365 Lady of fields"><img src="http://farm5.static.flickr.com/4003/4461851547_3430d50e56_s.jpg" alt="84/365 Lady of fields" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4464687359_div"><span class="photo_container pc_s" id="photo_thumb4464687359"><a target="_blank" href="http://www.flickr.com/photos/aseed/4464687359/in/set-72157623127900068/" title="85/365 Anonymous"><img src="http://farm5.static.flickr.com/4046/4464687359_0ac5b3e472_s.jpg" alt="85/365 Anonymous" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4481605612_div"><span class="photo_container pc_s" id="photo_thumb4481605612"><a target="_blank" href="http://www.flickr.com/photos/aseed/4481605612/in/set-72157623127900068/" title="86/365 La Ciutadella de Barcelona"><img src="http://farm3.static.flickr.com/2791/4481605612_810235966c_s.jpg" alt="86/365 La Ciutadella de Barcelona" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4480967371_div"><span class="photo_container pc_s" id="photo_thumb4480967371"><a target="_blank" href="http://www.flickr.com/photos/aseed/4480967371/in/set-72157623127900068/" title="87/365 Ventanas"><img src="http://farm3.static.flickr.com/2705/4480967371_f2c2809acd_s.jpg" alt="87/365 Ventanas" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4480992833_div"><span class="photo_container pc_s" id="photo_thumb4480992833"><a target="_blank" href="http://www.flickr.com/photos/aseed/4480992833/in/set-72157623127900068/" title="88/365 Reflexión de la rambla del mar"><img src="http://farm5.static.flickr.com/4001/4480992833_dff76e8aa3_s.jpg" alt="88/365 Reflexión de la rambla del mar" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4481076305_div"><span class="photo_container pc_s" id="photo_thumb4481076305"><a target="_blank" href="http://www.flickr.com/photos/aseed/4481076305/in/set-72157623127900068/" title="89/365 Casa Batllo"><img src="http://farm3.static.flickr.com/2733/4481076305_a27b7d1c77_s.jpg" alt="89/365 Casa Batllo" border="0" height="75" width="75"></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4481088367_div"><span class="photo_container pc_s" id="photo_thumb4481088367"><a target="_blank" href="http://www.flickr.com/photos/aseed/4481088367/in/set-72157623127900068/" title="90/365 Gate C93"><img src="http://farm5.static.flickr.com/4012/4481088367_fabe71010f_s.jpg" alt="90/365 Gate C93" border="0" height="75" width="75"></a></span></div>
<p><br clear="all" /></p>
<p>Pour voir les photos en grand, cliquez dessus.</p>
<p>Si vous avez un compte sur FlickR, n&#8221;hésitez pas à nous laisser un pti message <img src='http://www.aseed.fr/infos/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.aseed.fr/infos/194-le-mois-de-mars-2010-en-31-photos.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le mois de février 2010 en 28 photos</title>
		<link>http://www.aseed.fr/infos/169-le-mois-de-fevrier-2010.htm</link>
		<comments>http://www.aseed.fr/infos/169-le-mois-de-fevrier-2010.htm#comments</comments>
		<pubDate>Mon, 01 Mar 2010 08:04:12 +0000</pubDate>
		<dc:creator>aSeed</dc:creator>
				<category><![CDATA[Photographie]]></category>
		<category><![CDATA[365]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.aseed.fr/infos/?p=169</guid>
		<description><![CDATA[L&#8217;année suit son cours&#8230; Découvrez le mois de février en 28 photos ! Pour voir les photos en grand, cliquez dessus. Si vous avez un compte sur FlickR, n&#8221;hésitez pas à nous laisser un pti message]]></description>
			<content:encoded><![CDATA[<p><strong>L&#8217;année suit son cours&#8230; Découvrez le mois de février en 28 photos !</strong></p>
<div class="setThumbs-indv" id="setThumbs-indv4323039348_div"><span class="photo_container pc_s" id="photo_thumb4323039348"><a target="_blank" href="http://www.flickr.com/photos/aseed/4323039348/in/set-72157623127900068/" title="32/365 Modernité des transports en commun niçois" class="image_link"><img src="http://farm3.static.flickr.com/2787/4323039348_735107e6af_s.jpg" width="75" height="75" alt="32/365 Modernité des transports en commun niçois"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4325140731_div"><span class="photo_container pc_s" id="photo_thumb4325140731"><a target="_blank" href="http://www.flickr.com/photos/aseed/4325140731/in/set-72157623127900068/" title="33/365 Hotel du centre" class="image_link"><img src="http://farm5.static.flickr.com/4050/4325140731_1d8a4355e0_s.jpg" width="75" height="75" alt="33/365 Hotel du centre"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4329126667_div"><span class="photo_container pc_s" id="photo_thumb4329126667"><a target="_blank" href="http://www.flickr.com/photos/aseed/4329126667/in/set-72157623127900068/" title="34/365 Soirée à la Française" class="image_link"><img src="http://farm5.static.flickr.com/4008/4329126667_26da96f660_s.jpg" width="75" height="75" alt="34/365 Soirée à la Française"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4331174630_div"><span class="photo_container pc_s" id="photo_thumb4331174630"><a target="_blank" href="http://www.flickr.com/photos/aseed/4331174630/in/set-72157623127900068/" title="35/365 Aïe" class="image_link"><img src="http://farm5.static.flickr.com/4035/4331174630_f1fca994fe_s.jpg" width="75" height="75" alt="35/365 Aïe"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4332306031_div"><span class="photo_container pc_s" id="photo_thumb4332306031"><a target="_blank" href="http://www.flickr.com/photos/aseed/4332306031/in/set-72157623127900068/" title="36/365 Burning sky" class="image_link"><img src="http://farm3.static.flickr.com/2758/4332306031_dbd11bc890_s.jpg" width="75" height="75" alt="36/365 Burning sky"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4335434332_div"><span class="photo_container pc_s" id="photo_thumb4335434332"><a target="_blank" href="http://www.flickr.com/photos/aseed/4335434332/in/set-72157623127900068/" title="37/365 Sunshine Hotel" class="image_link"><img src="http://farm3.static.flickr.com/2804/4335434332_bc250f7991_s.jpg" width="75" height="75" alt="37/365 Sunshine Hotel"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4337515489_div"><span class="photo_container pc_s" id="photo_thumb4337515489"><a target="_blank" href="http://www.flickr.com/photos/aseed/4337515489/in/set-72157623127900068/" title="38/365 Association Coalescence" class="image_link"><img src="http://farm5.static.flickr.com/4041/4337515489_5c673bf721_s.jpg" width="75" height="75" alt="38/365 Association Coalescence"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4341540094_div"><span class="photo_container pc_s" id="photo_thumb4341540094"><a target="_blank" href="http://www.flickr.com/photos/aseed/4341540094/in/set-72157623127900068/" title="39/365 Falling" class="image_link"><img src="http://farm5.static.flickr.com/4025/4341540094_b7352a91e6_s.jpg" width="75" height="75" alt="39/365 Falling"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4344368482_div"><span class="photo_container pc_s" id="photo_thumb4344368482"><a target="_blank" href="http://www.flickr.com/photos/aseed/4344368482/in/set-72157623127900068/" title="40/365 My intelligent friend" class="image_link"><img src="http://farm5.static.flickr.com/4037/4344368482_15c0814243_s.jpg" width="75" height="75" alt="40/365 My intelligent friend"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4347625121_div"><span class="photo_container pc_s" id="photo_thumb4347625121"><a target="_blank" href="http://www.flickr.com/photos/aseed/4347625121/in/set-72157623127900068/" title="41/365 Riviera Night Lights" class="image_link"><img src="http://farm3.static.flickr.com/2425/4347625121_1a01a66800_s.jpg" width="75" height="75" alt="41/365 Riviera Night Lights"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4349596554_div"><span class="photo_container pc_s" id="photo_thumb4349596554"><a target="_blank" href="http://www.flickr.com/photos/aseed/4349596554/in/set-72157623127900068/" title="42/365 Nice sous la neige" class="image_link"><img src="http://farm5.static.flickr.com/4041/4349596554_c714f7e532_s.jpg" width="75" height="75" alt="42/365 Nice sous la neige"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4352370632_div"><span class="photo_container pc_s" id="photo_thumb4352370632"><a target="_blank" href="http://www.flickr.com/photos/aseed/4352370632/in/set-72157623127900068/" title="43/365 Edith Splaf" class="image_link"><img src="http://farm5.static.flickr.com/4070/4352370632_340510dd9b_s.jpg" width="75" height="75" alt="43/365 Edith Splaf"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4354163479_div"><span class="photo_container pc_s" id="photo_thumb4354163479"><a target="_blank" href="http://www.flickr.com/photos/aseed/4354163479/in/set-72157623127900068/" title="44/365 A piece of &quot;Belle betes underground&quot;" class="image_link"><img src="http://farm3.static.flickr.com/2768/4354163479_c06c5618b3_s.jpg" width="75" height="75" alt="44/365 A piece of &quot;Belle betes underground&quot;"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4356752976_div"><span class="photo_container pc_s" id="photo_thumb4356752976"><a target="_blank" href="http://www.flickr.com/photos/aseed/4356752976/in/set-72157623127900068/" title="45/365 Les boîtes aux lettres d'Amour" class="image_link"><img src="http://farm5.static.flickr.com/4010/4356752976_61f05edfc0_s.jpg" width="75" height="75" alt="45/365 Les boîtes aux lettres d'Amour"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4360017725_div"><span class="photo_container pc_s" id="photo_thumb4360017725"><a target="_blank" href="http://www.flickr.com/photos/aseed/4360017725/in/set-72157623127900068/" title="46/365 Wall of fame" class="image_link"><img src="http://farm3.static.flickr.com/2693/4360017725_198c366149_s.jpg" width="75" height="75" alt="46/365 Wall of fame"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4363087258_div"><span class="photo_container pc_s" id="photo_thumb4363087258"><a target="_blank" href="http://www.flickr.com/photos/aseed/4363087258/in/set-72157623127900068/" title="47/365 Hazardous walking shot" class="image_link"><img src="http://farm3.static.flickr.com/2790/4363087258_05574a91ba_s.jpg" width="75" height="75" alt="47/365 Hazardous walking shot"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4365130453_div"><span class="photo_container pc_s" id="photo_thumb4365130453"><a target="_blank" href="http://www.flickr.com/photos/aseed/4365130453/in/set-72157623127900068/" title="48/365 Rain reflection" class="image_link"><img src="http://farm3.static.flickr.com/2770/4365130453_1f598714b6_s.jpg" width="75" height="75" alt="48/365 Rain reflection"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4368070011_div"><span class="photo_container pc_s" id="photo_thumb4368070011"><a target="_blank" href="http://www.flickr.com/photos/aseed/4368070011/in/set-72157623127900068/" title="49/365 The juke box of the Juke house" class="image_link"><img src="http://farm5.static.flickr.com/4028/4368070011_99cb70114f_s.jpg" width="75" height="75" alt="49/365 The juke box of the Juke house"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4371672720_div"><span class="photo_container pc_s" id="photo_thumb4371672720"><a target="_blank" href="http://www.flickr.com/photos/aseed/4371672720/in/set-72157623127900068/" title="50/365 Naïve New Beaters @ Nice" class="image_link"><img src="http://farm5.static.flickr.com/4049/4371672720_60296156b4_s.jpg" width="75" height="75" alt="50/365 Naïve New Beaters @ Nice"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4384624377_div"><span class="photo_container pc_s" id="photo_thumb4384624377"><a target="_blank" href="http://www.flickr.com/photos/aseed/4384624377/in/set-72157623127900068/" title="51/365 Curly" class="image_link"><img src="http://farm5.static.flickr.com/4052/4384624377_853f2a4da0_s.jpg" width="75" height="75" alt="51/365 Curly"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4384626557_div"><span class="photo_container pc_s" id="photo_thumb4384626557"><a target="_blank" href="http://www.flickr.com/photos/aseed/4384626557/in/set-72157623127900068/" title="52/365 A view from Valberg" class="image_link"><img src="http://farm5.static.flickr.com/4046/4384626557_cef36711e9_s.jpg" width="75" height="75" alt="52/365 A view from Valberg"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4384627787_div"><span class="photo_container pc_s" id="photo_thumb4384627787"><a target="_blank" href="http://www.flickr.com/photos/aseed/4384627787/in/set-72157623127900068/" title="53/365 Tobogganing" class="image_link"><img src="http://farm5.static.flickr.com/4071/4384627787_f133a0fd99_s.jpg" width="75" height="75" alt="53/365 Tobogganing"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4385392468_div"><span class="photo_container pc_s" id="photo_thumb4385392468"><a target="_blank" href="http://www.flickr.com/photos/aseed/4385392468/in/set-72157623127900068/" title="54/365 My melting friend" class="image_link"><img src="http://farm5.static.flickr.com/4019/4385392468_6b147a6ca4_s.jpg" width="75" height="75" alt="54/365 My melting friend"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4384632869_div"><span class="photo_container pc_s" id="photo_thumb4384632869"><a target="_blank" href="http://www.flickr.com/photos/aseed/4384632869/in/set-72157623127900068/" title="55/365 Red / Green / Blue / White" class="image_link"><img src="http://farm5.static.flickr.com/4066/4384632869_558a97e394_s.jpg" width="75" height="75" alt="55/365 Red / Green / Blue / White"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4388091516_div"><span class="photo_container pc_s" id="photo_thumb4388091516"><a target="_blank" href="http://www.flickr.com/photos/aseed/4388091516/in/set-72157623127900068/" title="56/365 Inca" class="image_link"><img src="http://farm3.static.flickr.com/2691/4388091516_dd3c70fa3a_s.jpg" width="75" height="75" alt="56/365 Inca"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4389653741_div"><span class="photo_container pc_s" id="photo_thumb4389653741"><a target="_blank" href="http://www.flickr.com/photos/aseed/4389653741/in/set-72157623127900068/" title="57/365 Last day at work" class="image_link"><img src="http://farm5.static.flickr.com/4003/4389653741_5d2872133a_s.jpg" width="75" height="75" alt="57/365 Last day at work"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4394733246_div"><span class="photo_container pc_s" id="photo_thumb4394733246"><a target="_blank" href="http://www.flickr.com/photos/aseed/4394733246/in/set-72157623127900068/" title="58/365 barriers 2 the light" class="image_link"><img src="http://farm5.static.flickr.com/4044/4394733246_544eefa9b2_s.jpg" width="75" height="75" alt="58/365 barriers 2 the light"  class="pc_img" border="0" /></a></span></div>
<div class="setThumbs-indv" id="setThumbs-indv4397869824_div"><span class="photo_container pc_s" id="photo_thumb4397869824"><a target="_blank" href="http://www.flickr.com/photos/aseed/4397869824/in/set-72157623127900068/" title="59/365 Nice Carnaval Fireworks" class="image_link"><img src="http://farm3.static.flickr.com/2800/4397869824_79588ef603_s.jpg" width="75" height="75" alt="59/365 Nice Carnaval Fireworks"  class="pc_img" border="0" /></a></span></div>
<p><br clear="all" /></p>
<p>Pour voir les photos en grand, cliquez dessus.</p>
<p>Si vous avez un compte sur FlickR, n&#8221;hésitez pas à nous laisser un pti message <img src='http://www.aseed.fr/infos/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.aseed.fr/infos/169-le-mois-de-fevrier-2010.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Le mois de janvier 2010 en 31 photos</title>
		<link>http://www.aseed.fr/infos/155-le-mois-de-janvier-2010-en-31-photos.htm</link>
		<comments>http://www.aseed.fr/infos/155-le-mois-de-janvier-2010-en-31-photos.htm#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:59:13 +0000</pubDate>
		<dc:creator>aSeed</dc:creator>
				<category><![CDATA[Photographie]]></category>
		<category><![CDATA[365]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.aseed.fr/infos/?p=155</guid>
		<description><![CDATA[Pourquoi? Juste pour le plaisir! .setThumbs-indv, .setThumbs-indv a, .setThumbs-indv span{float:left; width:90px; height:85px;} .setThumbs-indv img{border:1px solid #fc0; margin:5px 5px;} Pour voir les photos en grand, cliquez dessus. Si vous avez un compte sur FlickR, n&#8221;hésitez pas à nous laisser un pti message]]></description>
			<content:encoded><![CDATA[<p><strong>Pourquoi? Juste pour le plaisir!</strong></p>
<div id="setThumbs-indv4239914201_div" class="setThumbs-indv"><span id="photo_thumb4239914201" class="photo_container pc_s"><a class="image_link" title="1/365" href="http://www.flickr.com/photos/aseed/4239914201/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2493/4239914201_48e0ef3717_s.jpg" border="0" alt="1/365" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4239915729_div" class="setThumbs-indv"><span id="photo_thumb4239915729" class="photo_container pc_s"><a class="image_link" title="2/365" href="http://www.flickr.com/photos/aseed/4239915729/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4028/4239915729_c64504a311_s.jpg" border="0" alt="2/365" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4240981381_div" class="setThumbs-indv"><span id="photo_thumb4240981381" class="photo_container pc_s"><a class="image_link" title="3/365 Le piano de l'Avenir" href="http://www.flickr.com/photos/aseed/4240981381/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2694/4240981381_3727c04fcf_s.jpg" border="0" alt="3/365 Le piano de l'Avenir" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4245910818_div" class="setThumbs-indv"><span id="photo_thumb4245910818" class="photo_container pc_s"><a class="image_link" title="4/365 Chana Masala" href="http://www.flickr.com/photos/aseed/4245910818/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4066/4245910818_3f3da91207_s.jpg" border="0" alt="4/365 Chana Masala" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4249825935_div" class="setThumbs-indv"><span id="photo_thumb4249825935" class="photo_container pc_s"><a class="image_link" title="5/365 Joyeuses Pâques" href="http://www.flickr.com/photos/aseed/4249825935/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2749/4249825935_1d283a0162_s.jpg" border="0" alt="5/365 Joyeuses Pâques" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4251253597_div" class="setThumbs-indv"><span id="photo_thumb4251253597" class="photo_container pc_s"><a class="image_link" title="6/365 Naïve New Beaters 4 Ever" href="http://www.flickr.com/photos/aseed/4251253597/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4039/4251253597_5993fe3bf7_s.jpg" border="0" alt="6/365 Naïve New Beaters 4 Ever" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4255329018_div" class="setThumbs-indv"><span id="photo_thumb4255329018" class="photo_container pc_s"><a class="image_link" title="7/365 Guitar hero = guitare d'alcolo?" href="http://www.flickr.com/photos/aseed/4255329018/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4005/4255329018_f5c1e6e61c_s.jpg" border="0" alt="7/365 Guitar hero = guitare d'alcolo?" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4257417912_div" class="setThumbs-indv"><span id="photo_thumb4257417912" class="photo_container pc_s"><a class="image_link" title="8/365 Strange lights of the night" href="http://www.flickr.com/photos/aseed/4257417912/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2751/4257417912_4affc013cc_s.jpg" border="0" alt="8/365 Strange lights of the night" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4260014727_div" class="setThumbs-indv"><span id="photo_thumb4260014727" class="photo_container pc_s"><a class="image_link" title="9/365" href="http://www.flickr.com/photos/aseed/4260014727/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4056/4260014727_0ee4e26159_s.jpg" border="0" alt="9/365" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4262823421_div" class="setThumbs-indv"><span id="photo_thumb4262823421" class="photo_container pc_s"><a class="image_link" title="10/365 La fête est finie" href="http://www.flickr.com/photos/aseed/4262823421/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2689/4262823421_06b7972f1a_s.jpg" border="0" alt="10/365 La fête est finie" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4266368293_div" class="setThumbs-indv"><span id="photo_thumb4266368293" class="photo_container pc_s"><a class="image_link" title="11/365" href="http://www.flickr.com/photos/aseed/4266368293/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2745/4266368293_d114188994_s.jpg" border="0" alt="11/365" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4269473049_div" class="setThumbs-indv"><span id="photo_thumb4269473049" class="photo_container pc_s"><a class="image_link" title="12/365 my favorite bridge... I guess" href="http://www.flickr.com/photos/aseed/4269473049/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2730/4269473049_d8ab3ee96b_s.jpg" border="0" alt="12/365 my favorite bridge... I guess" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4272000139_div" class="setThumbs-indv"><span id="photo_thumb4272000139" class="photo_container pc_s"><a class="image_link" title="13/365" href="http://www.flickr.com/photos/aseed/4272000139/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2747/4272000139_c8a5a9b83b_s.jpg" border="0" alt="13/365" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4274080993_div" class="setThumbs-indv"><span id="photo_thumb4274080993" class="photo_container pc_s"><a class="image_link" title="14/365 Sabores de la Havana" href="http://www.flickr.com/photos/aseed/4274080993/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2775/4274080993_c39316b8d2_s.jpg" border="0" alt="14/365 Sabores de la Havana" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4277091446_div" class="setThumbs-indv"><span id="photo_thumb4277091446" class="photo_container pc_s"><a class="image_link" title="15/365 Attack of the alien" href="http://www.flickr.com/photos/aseed/4277091446/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4003/4277091446_5940c250a6_s.jpg" border="0" alt="15/365 Attack of the alien" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4280822601_div" class="setThumbs-indv"><span id="photo_thumb4280822601" class="photo_container pc_s"><a class="image_link" title="16/365 After ride" href="http://www.flickr.com/photos/aseed/4280822601/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4050/4280822601_16a73f0f51_s.jpg" border="0" alt="16/365 After ride" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4280774135_div" class="setThumbs-indv"><span id="photo_thumb4280774135" class="photo_container pc_s"><a class="image_link" title="17/365 En vrac et d'ailleurs" href="http://www.flickr.com/photos/aseed/4280774135/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4018/4280774135_da20cb967a_s.jpg" border="0" alt="17/365 En vrac et d'ailleurs" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4285822908_div" class="setThumbs-indv"><span id="photo_thumb4285822908" class="photo_container pc_s"><a class="image_link" title="18/365 Spooon" href="http://www.flickr.com/photos/aseed/4285822908/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4035/4285822908_1b1ecbcef1_s.jpg" border="0" alt="18/365 Spooon" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4287863579_div" class="setThumbs-indv"><span id="photo_thumb4287863579" class="photo_container pc_s"><a class="image_link" title="19/365 Eglicus pachidermus" href="http://www.flickr.com/photos/aseed/4287863579/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4060/4287863579_84839598f3_s.jpg" border="0" alt="19/365 Eglicus pachidermus" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4290548519_div" class="setThumbs-indv"><span id="photo_thumb4290548519" class="photo_container pc_s"><a class="image_link" title="20/365 My old buddy" href="http://www.flickr.com/photos/aseed/4290548519/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2691/4290548519_a475cb2cae_s.jpg" border="0" alt="20/365 My old buddy" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4292889495_div" class="setThumbs-indv"><span id="photo_thumb4292889495" class="photo_container pc_s"><a class="image_link" title="21/365 Colored roof" href="http://www.flickr.com/photos/aseed/4292889495/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4039/4292889495_263e60dfbf_s.jpg" border="0" alt="21/365 Colored roof" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4296530180_div" class="setThumbs-indv"><span id="photo_thumb4296530180" class="photo_container pc_s"><a class="image_link" title="22/365 Sandy@Port Lympia" href="http://www.flickr.com/photos/aseed/4296530180/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2789/4296530180_ca26a1988f_s.jpg" border="0" alt="22/365 Sandy@Port Lympia" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4297425685_div" class="setThumbs-indv"><span id="photo_thumb4297425685" class="photo_container pc_s"><a class="image_link" title="23/365 Il nous manque la clé du passé" href="http://www.flickr.com/photos/aseed/4297425685/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4052/4297425685_02a816bddb_s.jpg" border="0" alt="23/365 Il nous manque la clé du passé" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4301214890_div" class="setThumbs-indv"><span id="photo_thumb4301214890" class="photo_container pc_s"><a class="image_link" title="24/365 A Bio Birthday" href="http://www.flickr.com/photos/aseed/4301214890/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4070/4301214890_7193af06b4_s.jpg" border="0" alt="24/365 A Bio Birthday" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4304174257_div" class="setThumbs-indv"><span id="photo_thumb4304174257" class="photo_container pc_s"><a class="image_link" title="25/365 Music !" href="http://www.flickr.com/photos/aseed/4304174257/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2705/4304174257_ce81ace4b3_s.jpg" border="0" alt="25/365 Music !" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4306493591_div" class="setThumbs-indv"><span id="photo_thumb4306493591" class="photo_container pc_s"><a class="image_link" title="26/365 Quentyn" href="http://www.flickr.com/photos/aseed/4306493591/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2696/4306493591_9dae5129f9_s.jpg" border="0" alt="26/365 Quentyn" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4310067728_div" class="setThumbs-indv"><span id="photo_thumb4310067728" class="photo_container pc_s"><a class="image_link" title="27/365 Gros chagrin" href="http://www.flickr.com/photos/aseed/4310067728/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4008/4310067728_214c04e271_s.jpg" border="0" alt="27/365 Gros chagrin" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4312119722_div" class="setThumbs-indv"><span id="photo_thumb4312119722" class="photo_container pc_s"><a class="image_link" title="28/365 Almost colors of life" href="http://www.flickr.com/photos/aseed/4312119722/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2703/4312119722_bdc4df94e3_s.jpg" border="0" alt="28/365 Almost colors of life" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4314880926_div" class="setThumbs-indv"><span id="photo_thumb4314880926" class="photo_container pc_s"><a class="image_link" title="29/365 Let's go back home" href="http://www.flickr.com/photos/aseed/4314880926/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4008/4314880926_88d0c34793_s.jpg" border="0" alt="29/365 Let's go back home" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4316751121_div" class="setThumbs-indv"><span id="photo_thumb4316751121" class="photo_container pc_s"><a class="image_link" title="30/365 Grrrrrrr" href="http://www.flickr.com/photos/aseed/4316751121/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm5.static.flickr.com/4015/4316751121_e475b6625e_s.jpg" border="0" alt="30/365 Grrrrrrr" width="75" height="75" /></a></span></div>
<div id="setThumbs-indv4319506370_div" class="setThumbs-indv"><span id="photo_thumb4319506370" class="photo_container pc_s"><a class="image_link" title="31/365 Home sweet home" href="http://www.flickr.com/photos/aseed/4319506370/in/set-72157623127900068/" target="_blank"><img class="pc_img" src="http://farm3.static.flickr.com/2718/4319506370_83f3b8e879_s.jpg" border="0" alt="31/365 Home sweet home" width="75" height="75" /></a></span></div>
<p><br clear="all" /></p>
<style>
.setThumbs-indv, .setThumbs-indv a, .setThumbs-indv span{float:left; width:90px; height:85px;}
.setThumbs-indv img{border:1px solid  #fc0; margin:5px 5px;}
</style>
<p>Pour voir les photos en grand, cliquez dessus.</p>
<p>Si vous avez un compte sur FlickR, n&#8221;hésitez pas à nous laisser un pti message <img src='http://www.aseed.fr/infos/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.aseed.fr/infos/155-le-mois-de-janvier-2010-en-31-photos.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Un widget sympa pour vos photos Flickr</title>
		<link>http://www.aseed.fr/infos/147-widget-photos-flickr.htm</link>
		<comments>http://www.aseed.fr/infos/147-widget-photos-flickr.htm#comments</comments>
		<pubDate>Wed, 20 Jan 2010 15:34:51 +0000</pubDate>
		<dc:creator>aSeed</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Photographie]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.aseed.fr/infos/?p=147</guid>
		<description><![CDATA[Je viens de découvrir un &#8220;widget&#8221; sympa pour afficher les photos issues de votre compte Flickr sur votre site ou blog&#8230; Concrètement il est alimenté par un flux RSS Flickr, et sur Flick il y a un flux RSS pour chaque album, il est donc assez simple de présenter votre album photo de manière animée&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Je viens de découvrir un &#8220;widget&#8221; sympa pour afficher les photos issues de votre compte Flickr sur votre site ou blog&#8230;</p>
<p>Concrètement il est alimenté par un <a href="http://www.newser.fr/les-flux-rss.html" target="_blank">flux RSS</a> <a href="http://www.flickr.com/photos/aseed" target="_blank">Flickr</a>, et sur Flick il y a un flux RSS pour chaque album, il est donc assez simple de présenter votre album photo de manière animée&#8230;</p>
<p>Seul bémol, les flux RSS d&#8217;un album ne contiennent qu&#8217;un nombre limité de photo (les dernière ajoutées), mais en créant des albums de petite taille il est possible de proposer plusieurs animations très sympa.<br />
<span id="more-147"></span><br />
En voici quelques exemples :</p>
<h2>Le book de Lucie</h2>
<div style="width:400px; text-align:center;"><object type="application/x-shockwave-flash" data="http://media.roytanck.com/flickrwidget.swf" width="500" height="500"><param name="movie" value="http://media.roytanck.com/flickrwidget.swf" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" /><param name="flashvars" value="feed=http%3A//api.flickr.com/services/feeds/photoset.gne%3Fset%3D72157622709651454%26nsid%3D23323159@N02%26lang%3Dfr-fr%26format%3Datom" /><param name="AllowScriptAccess" value="always"/></object></p>
<p>A découvrir également pour les amis du jQuery <a href="http://devkick.com/blog/full-screen-image-gallery-using-jquery-and-flickr/" target="_blank">FS Gallery</a></p>
<h2>Le book de Leila</h2>
<div style="width:400px; text-align:center;"><object type="application/x-shockwave-flash" data="http://media.roytanck.com/flickrwidget.swf" width="500" height="500"><param name="movie" value="http://media.roytanck.com/flickrwidget.swf" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" /><param name="flashvars" value="feed=http%3A//api.flickr.com/services/feeds/photoset.gne%3Fset%3D72157622538410848%26nsid%3D23323159@N02%26lang%3Dfr-fr%26format%3Datom" /><param name="AllowScriptAccess" value="always"/></object></div>
<h2>Le book d&#8217;Andreia</h2>
<div style="width:400px; text-align:center;"><object type="application/x-shockwave-flash" data="http://media.roytanck.com/flickrwidget.swf" width="500" height="500"><param name="movie" value="http://media.roytanck.com/flickrwidget.swf" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" /><param name="flashvars" value="feed=http%3A//api.flickr.com/services/feeds/photoset.gne%3Fset%3D72157622738701881%26nsid%3D23323159@N02%26lang%3Dfr-fr%26format%3Datom" /><param name="AllowScriptAccess" value="always"/></object></div>
<p>Obtenez ce widget gratuitement sur le site de Roy Tanck <a href="http://www.roytanck.com">roytanck.com</a></span></div>
<p>A découvrir également pour les amis du jQuery : <a href="http://devkick.com/blog/full-screen-image-gallery-using-jquery-and-flickr/" target="_blank">FS Gallery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aseed.fr/infos/147-widget-photos-flickr.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Suivez notre activité photographique</title>
		<link>http://www.aseed.fr/infos/33-suivez-nos-photos.htm</link>
		<comments>http://www.aseed.fr/infos/33-suivez-nos-photos.htm#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:28:50 +0000</pubDate>
		<dc:creator>aSeed</dc:creator>
				<category><![CDATA[Photographie]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.aseed.fr/infos/?p=33</guid>
		<description><![CDATA[Si vous souhaitez suivre notre activité photographique nous vous invitons à consulter régulièrement cette page http://www.flickr.com/photos/aseed sur laquelle sont stockées nos dernières réalisations (book, commandes commerciales, extraits de mariages et session de portraits). Si vous avez un compte flickR, n&#8217;hésitez pas à nous laisser un message. Si vous voulez connaitre nos secrets pour ces réalisations, [...]]]></description>
			<content:encoded><![CDATA[<p>Si vous souhaitez suivre notre activité photographique nous vous invitons à consulter régulièrement cette page <a title="http://www.flickr.com/photos/aseed " href="http://www.flickr.com/photos/aseed ">http://www.flickr.com/photos/aseed </a>sur laquelle sont stockées nos dernières réalisations (book, commandes commerciales, extraits de mariages et session de portraits).</p>
<p>Si vous avez un compte <strong>flickR</strong>, n&#8217;hésitez pas à nous laisser un message.</p>
<p>Si vous voulez connaitre nos secrets pour ces réalisations, n&#8217;hésitez pas à nous demander.  Si ça n&#8217;est pas un secret trop secret&#8230; nous vous le révèlerons <img src='http://www.aseed.fr/infos/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>A bientôt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aseed.fr/infos/33-suivez-nos-photos.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

