<?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>FLEX{er} &#187; Drupal</title>
	<atom:link href="http://www.flexer.info/category/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Tue, 04 Oct 2011 16:23:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.flexer.info</link>
  <url>http://www.flexer.info/favicon.ico</url>
  <title>FLEX{er}</title>
</image>
		<item>
		<title>FxGallery &#8211; Drupal Image Module</title>
		<link>http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/</link>
		<comments>http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:50:41 +0000</pubDate>
		<dc:creator>Andrei Ionescu</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Flex 3 SDK]]></category>
		<category><![CDATA[Flexer]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Made in Flex]]></category>
		<category><![CDATA[drupal image module]]></category>
		<category><![CDATA[drupal image module with flex]]></category>
		<category><![CDATA[Flex 3]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Picasa]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1487</guid>
		<description><![CDATA[Together with our friend, Mihai Corlan (Adobe Evangelist) we released FxGallery, a Drupal Image Module. Mihai came with the challenge to build an image gallery module for Drupal and we liked it and got involved into the FxGallery project. 

FxGallery has 3 main view: Gallery View, Cover Flow View and Single View. The image module [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F03%2F19%2Ffxgallery-drupal-image-module%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F03%2F19%2Ffxgallery-drupal-image-module%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/&title=FxGallery+&#8211;+Drupal+Image+Module&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>Together with our friend, <a href="http://corlan.org/creating-drupal-modules-with-flex/" target="_blank">Mihai Corlan (Adobe Evangelist)</a> we released <a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">FxGallery</a>, a Drupal Image Module. Mihai came with the challenge to build an image gallery module for Drupal and we liked it and got involved into the <a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">FxGallery</a> project. </p>
<p><a href="http://www.flexer.info/wp-content/uploads/2010/03/fxgallery_1.jpg" target="_blank"><img src="http://www.flexer.info/wp-content/uploads/2010/03/fxgallery_1.jpg" alt="fxgallery_1" title="fxgallery_1" width="600" height="362" /></a></p>
<p><a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">FxGallery</a> has 3 main view: <strong>Gallery View</strong>, <strong>Cover Flow View</strong> and <strong>Single View</strong>. The image module can manage 3 kinds of image galleries: <strong>Flickr</strong>, <strong>Picasa</strong> and <strong>Local Gallery</strong> that is saved directly in the Drupal. In <strong>Single View</strong> there is also the possibility to add comments for the local gallery.</p>
<p>The project is kind of complex but not complex enough to use some Flex frameworks like Cairngorm. In the project we used the following libraries:</p>
<ul class="ul">
<li><a href="http://sf.net/projects/xmlrpcflash" target="_blank">XMLRPCFlash</a> – for communication between the Flex client and the Drupal back end</li>
<li><a href="http://code.google.com/p/as3flickrlib/" target="_blank">ActionScript 3 Flickr Library</a> – for connecting to Flickr</li>
<li><a href="http://code.google.com/p/picasaflashapi/" target="_blank">Picasa ActionScript 3 Library</a> – for connecting to Picasa</li>
<li><a href="http://blog.greensock.com/overwritemanager/" target="_blank">GreenSock Tweening Library</a> – for some animations</li>
<li><a href="http://code.google.com/p/as3corelib/" target="_blank">as3corelib</a> – a utility library for ActionScript 3</li>
<li><a href="http://www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/" target="_blank">DisplayShelf Flex component</a> – for the cover flow view</li>
</ul>
<p>It was great to work with Mihai and Magda on this project and we hope that we will be able to develop it even further. The things we could do next are: </p>
<ul class="ul">
<li>Port it to Flex 4</li>
<li>Add comment feature to Flickr and Picasa type of albums</li>
<li>Implement deep linking</li>
<li>Integration with Photoshop.com and other social web applications</li>
<li>Mouse gestures using Flash Player 10.1</li>
</ul>
<p>You can view a <a href="https://admin.adobe.acrobat.com/_a295153/p49576597/" target="_blank">webinar</a> held by Mihai and you can download the <a href="http://corlan.org/downloads/fxgallery/fxgallery.zip" target="_blank">module</a> and the <a href="http://corlan.org/downloads/fxgallery/FxGalleryProjects.zip" target="_blank">sources</a> from Mihai&#8217;s blog. Also a working example can be seen here: <a href="http://fxgallery.corlan.org" target="_blank">http://fxgallery.corlan.org</a>.</p>
<p>I know you&#8217;ll want to know more so follow the following links:<br />
<a href="http://myadobe.ro/2010/03/11/building-an-image-module-for-drupal/" target="_blank">http://myadobe.ro/2010/03/11/building-an-image-module-for-drupal/</a><br />
<a href="http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/" target="_blank">http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/</a><br />
<a href="http://corlan.org/creating-drupal-modules-with-flex/" target="_blank">http://corlan.org/creating-drupal-modules-with-flex/</a><br />
<a href="http://fxgallery.corlan.org" target="_blank">http://fxgallery.corlan.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2010/03/19/fxgallery-drupal-image-module/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web seminar &#8211; Building a Drupal Image Module with Flex</title>
		<link>http://www.flexer.info/2010/01/27/web-seminar-building-a-drupal-image-module-with-flex/</link>
		<comments>http://www.flexer.info/2010/01/27/web-seminar-building-a-drupal-image-module-with-flex/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 21:48:45 +0000</pubDate>
		<dc:creator>Stelian Crisan</dc:creator>
				<category><![CDATA[Conferences, Meetings & Events]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[drupal image module]]></category>
		<category><![CDATA[drupal image module with flex]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex image module]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[image module]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[web seminar]]></category>

		<guid isPermaLink="false">http://www.flexer.info/?p=1394</guid>
		<description><![CDATA[Our friend Mihai Corlan, who is an Platform Evangelist for Adobe, has a nice idea and ask us to give him a hand to build a Drupal image module with Flex. Now it&#8217;s ready and Mihai will talk about this on Feb 05, 2010.
From his web seminar agenda:


Front end design of widgets and main page
Back-end [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F01%2F27%2Fweb-seminar-building-a-drupal-image-module-with-flex%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.flexer.info%2F2010%2F01%2F27%2Fweb-seminar-building-a-drupal-image-module-with-flex%2F" height="61" width="51" /></a></div><div style="float: right; margin-right: 10px"><a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.flexer.info/2010/01/27/web-seminar-building-a-drupal-image-module-with-flex/&title=Web+seminar+&#8211;+Building+a+Drupal+Image+Module+with+Flex&srcURL=http://www.flexer.info" target="_blank" rel="nofollow"><img
src="http://www.flexer.info/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div><p>Our friend <a target="_blank" href="http://www.corlan.org">Mihai Corlan</a>, who is an Platform Evangelist for Adobe, has a nice idea and ask us to give him a hand to build a Drupal image module with Flex. Now it&#8217;s ready and Mihai will talk about this on Feb 05, 2010.</p>
<p>From his web seminar agenda:</p>
<ul class="ul">
<li>
<li>Front end design of widgets and main page</li>
<li>Back-end integration with Drupal</li>
<li>Importing your libraries from Flickr and Picassa</li>
<li>How to account for loading issues when having large libraries of images</li>
<li>Why Flex and ActionScript where the technology of choice for such a project</li>
</ul>
<p>Please reed more about it and register at: <a target="_blank" href="http://drupalimagemodule.eventbrite.com/">http://drupalimagemodule.eventbrite.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flexer.info/2010/01/27/web-seminar-building-a-drupal-image-module-with-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

