<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.odelia-technologies.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>odelia technologies - flickr</title>
 <link>http://www.odelia-technologies.com/taxonomy/term/54/0</link>
 <description></description>
 <language>fr</language>
<item>
 <title>Présenter vos données avec Exhibit et Grails</title>
 <link>http://www.odelia-technologies.com/node/156</link>
 <description>&lt;p&gt;Proposé par &lt;a class=&quot;lien_externe&quot; href=&quot;http://simile.mit.edu/&quot; target=&quot;_blank&quot;&gt;SIMILE&lt;/a&gt;, &lt;a class=&quot;lien_externe&quot; href=&quot;http://simile.mit.edu/wiki/Exhibit&quot; target=&quot;_blank&quot;&gt;Exhibit 2.0&lt;/a&gt; est un framework web développé en JavaScript et destiné à présenter vos données de manière dynamique.&lt;br /&gt;Avec un minimum de configuration dans une page web, que sont la définition d&amp;#39;une source de données &lt;a class=&quot;lien_externe&quot; href=&quot;http://json.org/&quot; target=&quot;_blank&quot;&gt;JSON&lt;/a&gt; (pour &lt;em&gt;JavaScript Object Notation&lt;/em&gt;), d&amp;#39;une ou de plusieurs vues, et le choix des données à présenter avec des éventuels tris ou regroupements, le framework Exhibit gère complètement la présentation des données au niveau du navigateur.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.odelia-technologies.com/node/156&quot;&gt;en lire plus&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/156#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/84">Exhibit</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/54">flickr</category>
 <category domain="http://www.odelia-technologies.com/GrailsBox">GrailsWorks</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/68">SIMILE</category>
 <category domain="http://www.odelia-technologies.com/Grails">Grails</category>
 <category domain="http://www.odelia-technologies.com/Groovy">Groovy</category>
 <pubDate>Mon, 28 Apr 2008 22:16:40 +0200</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">156 at http://www.odelia-technologies.com</guid>
</item>
<item>
 <title>TiltViewer</title>
 <link>http://www.odelia-technologies.com/node/150</link>
 <description>&lt;style type=&quot;text/css&quot;&gt;		
  #flashcontent {
  height: 400px;
}
&lt;/style&gt;
&lt;p/&gt;&lt;p&gt;&lt;a href=&quot;http://www.airtightinteractive.com/projects/tiltviewer/&quot; target=&quot;_blank&quot; title=&quot;TiltViewer&quot; class=&quot;lien_externe&quot;&gt;TiltViewer&lt;/a&gt; est une application Flash de présentation d&#039;images en trois dimensions impressionnante !&lt;br/&gt;Vous pouvez l&#039;inclure facilement dans vos pages web (comme nous le faisons ci-dessous), et les images à afficher peuvent être définies dans un fichier de configuration XML, ou bien être récupérées automatiquement depuis un compte &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.flickr.com&quot; target=&quot;_blank&quot;&gt;Flickr&lt;/a&gt;, qui est un site de partage de photos.
&lt;/p&gt;
&lt;div id=&quot;flashcontent&quot;&gt;TiltViewer requires JavaScript and the latest Flash player. &lt;a href=&quot;http://www.macromedia.com/go/getflashplayer/&quot;&gt;Get Flash here.&lt;/a&gt;&lt;/div&gt;
	&lt;script type=&quot;text/javascript&quot;&gt;
	
		var fo = new SWFObject(&quot;/tiltviewer/TiltViewer.swf&quot;, &quot;viewer&quot;, &quot;100%&quot;, &quot;100%&quot;, &quot;9.0.28&quot;, &quot;#000000&quot;);			
		
		// TILTVIEWER CONFIGURATION OPTIONS
		// To use an option, uncomment it by removing the &quot;//&quot; at the start of the line
		// For a description of config options, go to: 
		// http://www.airtightinteractive.com/projects/tiltviewer/config_options.html
															
		//FLICKR GALLERY OPTIONS
		// To use images from Flickr, uncomment this block
		fo.addVariable(&quot;useFlickr&quot;, &quot;true&quot;);
		fo.addVariable(&quot;user_id&quot;, &quot;80855517@N00&quot;);
		//fo.addVariable(&quot;tags&quot;, &quot;jump,smile&quot;);
		fo.addVariable(&quot;tag_mode&quot;, &quot;apophysis&quot;);
		//fo.addVariable(&quot;showTakenByText&quot;, &quot;true&quot;);			
		
		// XML GALLERY OPTIONS
		// To use local images defined in an XML document, use this block		
		//fo.addVariable(&quot;useFlickr&quot;, &quot;false&quot;);
		//fo.addVariable(&quot;xmlURL&quot;, &quot;gallery.xml&quot;);
		//fo.addVariable(&quot;maxJPGSize&quot;,&quot;640&quot;);
		
		//GENERAL OPTIONS		
		fo.addVariable(&quot;useReloadButton&quot;, &quot;false&quot;);
		fo.addVariable(&quot;columns&quot;, &quot;3&quot;);
		fo.addVariable(&quot;rows&quot;, &quot;3&quot;);
		//fo.addVariable(&quot;showFlipButton&quot;, &quot;true&quot;);
		//fo.addVariable(&quot;showLinkButton&quot;, &quot;true&quot;);		
		//fo.addVariable(&quot;linkLabel&quot;, &quot;View image info&quot;);
		//fo.addVariable(&quot;frameColor&quot;, &quot;0xFF0000&quot;);
		//fo.addVariable(&quot;backColor&quot;, &quot;0xDDDDDD&quot;);
		//fo.addVariable(&quot;bkgndInnerColor&quot;, &quot;0xFF00FF&quot;);
		//fo.addVariable(&quot;bkgndOuterColor&quot;, &quot;0x0000FF&quot;);				
		//fo.addVariable(&quot;langGoFull&quot;, &quot;Go Fullscreen&quot;);
		//fo.addVariable(&quot;langExitFull&quot;, &quot;Exit Fullscreen&quot;);
		//fo.addVariable(&quot;langAbout&quot;, &quot;About&quot;);				
		
		// END TILTVIEWER CONFIGURATION OPTIONS
		
		fo.addParam(&quot;allowFullScreen&quot;,&quot;true&quot;);
		fo.write(&quot;flashcontent&quot;);			
	&lt;/script&gt;</description>
 <comments>http://www.odelia-technologies.com/node/150#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/76">Flash</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/54">flickr</category>
 <pubDate>Mon, 25 Feb 2008 21:16:49 +0100</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">150 at http://www.odelia-technologies.com</guid>
</item>
<item>
 <title>Réaliser un diaporama avec Flickr et Groovy</title>
 <link>http://www.odelia-technologies.com/node/146</link>
 <description>&lt;p&gt;Dans cet article, nous mettons à profit plusieurs facilités du langage Groovy, afin de réaliser un diaporama dont les images proviendront du site de partage de photos &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.flickr.com&quot; target=&quot;_blank&quot;&gt;Flickr&lt;/a&gt;, et qui sera visionné dans une page web.&lt;br /&gt;Plus précisément, nous utiliserons l&amp;#39;API de Flickr pour récupérer les URL des photos placées sur un compte particulier de Flickr, puis générerons une page web grâce à un builder de Groovy, et enfin, aurons recours à la librairie &lt;a class=&quot;lien_externe&quot; href=&quot;http://www.dolem.com/lytebox/&quot; target=&quot;_blank&quot;&gt;Lytebox&lt;/a&gt; pour visionner l&amp;#39;ensemble des photos dans un superbe diaporama.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.odelia-technologies.com/node/146&quot;&gt;en lire plus&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/146#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/54">flickr</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/74">Lytebox</category>
 <category domain="http://www.odelia-technologies.com/Groovy">Groovy</category>
 <enclosure url="http://www.odelia-technologies.com/files/code.groovy.txt" length="1071" type="text/plain" />
 <pubDate>Mon, 03 Dec 2007 22:37:17 +0100</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">146 at http://www.odelia-technologies.com</guid>
</item>
<item>
 <title>Placer un badge flickr dans vos pages web</title>
 <link>http://www.odelia-technologies.com/node/117</link>
 <description>&lt;p&gt;Le site web populaire &lt;a href=&quot;http://www.flickr.com/&quot; target=&quot;_blank&quot; class=&quot;lien_externe&quot;&gt;flickr&lt;/a&gt; de gestion et de partage d&amp;#39;images propose la &lt;a href=&quot;http://www.flickr.com/badge.gne&quot; target=&quot;_blank&quot; class=&quot;lien_externe&quot;&gt;création de badges&lt;/a&gt; destinés à présenter sur votre propre site web, des images que vous y aurez transférer au préalable.&lt;br /&gt;Cette création s&amp;#39;effectue sur le site de flickr au travers d&amp;#39;étapes au cours desquelles vous pouvez choisir le type de badge (HTML ou flash), ainsi que divers paramètres de présentation.&lt;br /&gt;L&amp;#39;étape final produit le code HTML qui vous pouvez réutiliser dans vos propres pages web.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.odelia-technologies.com/node/117&quot;&gt;en lire plus&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.odelia-technologies.com/node/117#comment</comments>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/54">flickr</category>
 <category domain="http://www.odelia-technologies.com/taxonomy/term/56">bloc-flickr</category>
 <pubDate>Fri, 04 May 2007 23:43:12 +0200</pubDate>
 <dc:creator>odelia technologies</dc:creator>
 <guid isPermaLink="false">117 at http://www.odelia-technologies.com</guid>
</item>
</channel>
</rss>
