<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
  <title>Kap Lab News</title>
  <link rel="alternate" href="http://lab.kapit.fr" />
  <subtitle>The 30 most recent blogposts less than 1000.0 days old in space Home.</subtitle>
  <id>http://lab.kapit.fr</id>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/KapLabNews" /><feedburner:info uri="kaplabnews" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><entry>
    <title>Kalileo v2.3 released</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2012/01/17/Kalileo+v2.3+released" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2012-01-17T15:18:09Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi folks, &lt;/p&gt;

&lt;p&gt;We've just released version 2.3 of &lt;a href="/display/kalileo/Kalileo" title="Kalileo"&gt;Kalileo&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;You'll mostly find improvements and bugfixes in this release. Have a look at the &lt;a href="http:///lab.kapit.fr/display/kalileo/2012/01/17/Release+note+2.3" rel="nofollow"&gt;release note&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Enjoy and don't forget to use the &lt;a href="http://store.kapit.biz/default/kapforum" rel="nofollow"&gt;forum&lt;/a&gt; to give us your feedback!&lt;/p&gt;

&lt;p&gt;Kap Lab Team.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2012/01/17/Kalileo+v2.3+released"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2012-01-17T15:18:09Z</dc:date>
  </entry>
  <entry>
    <title>Improvement details on Kalileo 2.2</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/11/16/Improvement+details+on+Kalileo+2.2" />
    <category term="kalileo" />
    <category term="improvements" />
    <category term="post" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-11-16T13:49:30Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;The new &lt;a href="/display/kalileo"&gt;Kalileo&lt;/a&gt; release is rich of interesting features. We have been working especially on resolving some performance and aesthetics issues. In this blog ticket, we will give a concise overview of some of these features.&lt;/p&gt;

&lt;h3&gt;&lt;a name="ImprovementdetailsonKalileo2.2-Bitmappanningasasolutionforlargegraphs"&gt;&lt;/a&gt;Bitmap panning as a solution for large graphs&lt;/h3&gt;

&lt;p&gt;Many customers have expressed their satisfaction on the rendering and layout speed of large graphs. But, when speaking about basic interactions with such graphs, they noticed the low speed and lagging effects especially when panning which is the most basic interaction with huge diagrams.&lt;br/&gt;
Before speaking about the solution we have included, it is obvious to precise the meaning of a huge graph from Kalileo consideration and with respect to Flash Display List limitations. A huge graph is a graph containing more than 1000 elements including nodes and links (without consideration of decorators). The number definition may be doubled when using Sprite based elements on any components of the Kalileo product. From such definition, any Flex/Flash developper can deduce that changing the position of each of these elements at once and at each mouse move event leads inevitably to performance problems. In order, to get rid of these repetitive displacements and their performance impact, we have added a bitmap panning option on the PanAction via its PanActionData (enableBitmapPan property). When activating this option, on each panning action start (Mouse Down event), a bitmap of the Visualizer is computed, all graph artifacts are made invisible to let the user pan the Bitmap exclusively to the chosen position (Mouse Move event). At position validation (Mouse Up event), the computed Bitmap is deleted from the DisplayList to show and validate the new positions of the graph elements. The result is very interesting and we think that such solutions may be extended to some other interactions (Zoom, Node displacement with huge link dependencies....).&lt;/p&gt;

&lt;h3&gt;&lt;a name="ImprovementdetailsonKalileo2.2-EnhancementsontheHierarchicalCyclicLayout"&gt;&lt;/a&gt;Enhancements on the Hierarchical Cyclic Layout&lt;/h3&gt;

&lt;p&gt;Flow diagrams are generally organized via the Hierarchical Cyclic Layout for the best aesthetic representation. The previous versions of Kalileo have some aesthetic issues when combining link anchoring, edge crossing minimisation and Hierarchical Cyclic Layout. In the research field, this kind of problem is addressed via link routing techniques that can lead to serious performance falls especially when performing these computations on a Web context.&lt;br/&gt;
Considering these facts, we have enhanced our layout with:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Better support of anchors when computing an edge's path via a proprietary local node routing. The aesthetic result is not optimal but can be considered as a good deal between performance and aesthetics;&lt;/li&gt;
	&lt;li&gt;Consideration of link anchoring on nodes when dealing with edge crossing minimization problem;&lt;/li&gt;
	&lt;li&gt;Support of overlapping links' segments separation on both orthogonal and free links' shape.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;&lt;a name="ImprovementdetailsonKalileo2.2-Enhancementsonlinkssupport"&gt;&lt;/a&gt;Enhancements on links support&lt;/h3&gt;

&lt;p&gt;In many use cases (BPM, UML...), diagramming experience needs to integrate algorithms to avoid links overlapping with nodes or links segments. These algorithms are generally considered as Edge Routing algorithms.&lt;br/&gt;
In the previous versions, a general edge routing algorithm has been proposed and acts on the whole graph. But, as we are aware of our customers needs, we have noticed the need of live edge routing meaning that any new created link need to be routed to minimize overlapping with all the other graph elements in a pseudo-immediate manner. Thus, we have provided several methods to perform routing directives pragmatically. A great enhancement has been also performed on the LinkAction behavior and customization level with:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;the support of link routing with respect to anchoring constraints;&lt;/li&gt;
	&lt;li&gt;the support of live routing at link creation time (via enableRouting on the routingParam of  LinkActionData) and event at link pre-creation when the user moves the ghost link  (via enableDynamicRouting on the routingParam of LinkActionData);&lt;/li&gt;
	&lt;li&gt;the ability to automatically nudge overlapping link segments for more visibility. This feature can be activated or not within routing via (enableNudging and enableDynamicNudging on the routingParam of LinkActionData);&lt;/li&gt;
	&lt;li&gt;the auto-assignment of link extremities anchoring if the source or/and the target have anchors with respect to the created link shape.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;We are aware that edge routing algorithms are continuously enhanced and we will be following these enhancements.&lt;/p&gt;

&lt;p&gt;Besides, links extremity and anchoring can be modified by the user by just dragging the extremity to target/source node of your choice or to the requested anchoring position. This behavior can be totally customized and live link routing is also supported on the ExtremityChangeAction via its ExtremityChangeActionData.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/11/16/Improvement+details+on+Kalileo+2.2"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-11-16T13:49:30Z</dc:date>
  </entry>
  <entry>
    <title>Kalileo v2.2 released</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/11/14/Kalileo+v2.2+released" />
    <category term="kalileo" />
    <category term="release" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-11-16T13:57:15Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hi folks, &lt;/p&gt;

&lt;p&gt;We've just released version 2.2 of Kalileo. &lt;/p&gt;

&lt;p&gt;You'll mostly find improvements and bugfixes in this release. Have a look at the &lt;a href="http:///lab.kapit.fr/display/kalileo/2011/11/14/Release+note+2.2" rel="nofollow"&gt;release note&lt;/a&gt;. &lt;br/&gt;
We've also &lt;a href="/display/kaplabhome/2011/11/16/Improvement+details+on+Kalileo+2.2" title="Improvement details on Kalileo 2.2"&gt;written a post&lt;/a&gt; to further explain the new improvements. Hope you'll like it!&lt;/p&gt;

&lt;p&gt;Enjoy and don't forget to use the &lt;a href="http://store.kapit.biz/default/kapforum" rel="nofollow"&gt;forum&lt;/a&gt; to give us your feedback!&lt;/p&gt;

&lt;p&gt;Kap Lab Team.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/11/14/Kalileo+v2.2+released"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-11-16T13:57:15Z</dc:date>
  </entry>
  <entry>
    <title>Kolbert Released!</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/10/06/Kolbert+Released%21" />
    <category term="kolbert" />
    <category term="release" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-10-06T19:27:19Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Dear Kap Lab community,&lt;/p&gt;

&lt;p&gt;We've just released version 2.1 of &lt;a href="/display/kolbert"&gt;Kolbert&lt;/a&gt; today.&lt;/p&gt;

&lt;p&gt;First, please welcome Pictogram Chart! Pictogram charts are diagrams that use same-sized pictograms to convey number data.&lt;br/&gt;
Because in some charts variation in size does not allow accurate comparison (wider images can lead users to think that the data values are larger, ...) repeated pictograms represent a fixed value that can be counted if necessary.&lt;br/&gt;
Take a look at &lt;a href="http://store.kapit.biz/demo/kolbert/prod/index.html#/pictogramchart" rel="nofollow"&gt;our demo&lt;/a&gt; to see it in action. By the way, this is our first Spark based component!&lt;/p&gt;

&lt;p&gt;Speaking of which, Elastic Search is also based on Spark architecture now. You can now customize the filters as you wish.&lt;/p&gt;

&lt;p&gt;If you played a bit with the Pictogram Chart demo, you may have noticed we updated all previous Kolbert demos with a new look: &lt;a href="http://store.kapit.biz/demo/kolbert/prod/index.html#/treemap" rel="nofollow"&gt;Treemap&lt;/a&gt;, &lt;a href="http://store.kapit.biz/demo/kolbert/prod/index.html#/radarchart" rel="nofollow"&gt;RadarChart&lt;/a&gt;, &lt;a href="http://store.kapit.biz/demo/kolbert/prod/index.html#/ringchart" rel="nofollow"&gt;RingChart&lt;/a&gt; and &lt;a href="http://store.kapit.biz/demo/kolbert/prod/index.html#/elasticsearch" rel="nofollow"&gt;Elastic Search&lt;/a&gt;.&lt;br/&gt;
As usual, the source code is available for all of them!&lt;/p&gt;

&lt;p&gt;This release also comes with several improvements as well as bug fixes. Please have a look at the &lt;a href="http://lab.kapit.fr/display/kolbert/2011/10/06/Release+Note+v2.1" rel="nofollow"&gt;release notes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Kap Lab's success depends on your satisfaction so let us know how it goes in our &lt;a href="http://store.kapit.biz/default/kapforum" rel="nofollow"&gt;forum&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Kap Lab Team&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/10/06/Kolbert+Released%21"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-10-06T19:27:19Z</dc:date>
  </entry>
  <entry>
    <title>Kalileo v2.1.2 released</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/09/09/Kalileo+v2.1.2+released" />
    <category term="kalileo" />
    <category term="release" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-09-09T09:08:59Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hello everybody,&lt;/p&gt;

&lt;p&gt;We've just released version 2.1.2 of &lt;a href="/display/kalileo/Kalileo" title="Kalileo"&gt;Kalileo&lt;/a&gt; today!&lt;/p&gt;

&lt;p&gt;New features, improvements and bug fixing are at the Rendez-vous  More information is available in the &lt;a href="http://lab.kapit.fr/display/kalileo/2011/09/09/Release+note+2.1.2" rel="nofollow"&gt;release note&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy and let us know how it goes!&lt;/p&gt;

&lt;p&gt;Kap Lab team.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/09/09/Kalileo+v2.1.2+released"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-09-09T09:08:59Z</dc:date>
  </entry>
  <entry>
    <title>Klovis v1.0 released!</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/07/13/Klovis+v1.0+released%21" />
    <category term="klovis" />
    <category term="release" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-07-13T17:16:00Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;We're really excited to announce the release 1.0 of &lt;a href="/display/Klovis"&gt;Klovis&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;A bit more than a year ago, we decided to open-source some of the components we use in our projects.&lt;br/&gt;
Release after release, we added more components and libraries, fixed bugs, added documentation, code samples and so on.&lt;/p&gt;

&lt;p&gt;Whether you're doing pure AS3 projects or using the latest Flex SDK version (4.5.1), you will for sure find some&lt;br/&gt;
useful components that will save you time in your everyday job.&lt;/p&gt;

&lt;p&gt;In order to ease the discovery of the component without the need to browse the documentation in search of&lt;br/&gt;
interesting ones, we've started to add demos for some of them. We've made 15 &lt;a href="http://store.kapit.biz/demo/klovis/prod/index.html" rel="nofollow"&gt;demos&lt;/a&gt; for this release, and we plan&lt;br/&gt;
to add a lot more in the near future. Of course, we still encourage you to read the documentation, there is a&lt;br/&gt;
lot of stuff to discover.&lt;/p&gt;

&lt;p&gt;As usual, the &lt;a href="http://lab.kapit.fr/display/klovis/2011/07/13/Klovis+Release+1.0" rel="nofollow"&gt;release notes&lt;/a&gt; contains important information regarding changes in the 1.0 release of the product.&lt;/p&gt;

&lt;p&gt;We are always interested in what you think about our products, so please use the &lt;a href="http://store.kapit.biz/default/kapforum/index/forum/id/11/" rel="nofollow"&gt;forum&lt;/a&gt; and the &lt;a href="http://lab.kapit.fr/jira/browse/KLOVIS" rel="nofollow"&gt;bug tracker&lt;/a&gt;&lt;br/&gt;
to give your feedback and send your questions.&lt;/p&gt;

&lt;p&gt;Kap Lab Team.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/07/13/Klovis+v1.0+released%21"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-07-13T17:16:00Z</dc:date>
  </entry>
  <entry>
    <title>Kalileo v2.1 released</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/04/28/Kalileo+v2.1+released" />
    <category term="diagramming" />
    <category term="kalileo" />
    <category term="release" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-04-28T17:13:58Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;Hello everybody, &lt;/p&gt;

&lt;p&gt;We've just released version 2.1 of &lt;a href="/display/kalileo"&gt;Kalileo&lt;/a&gt; today! &lt;/p&gt;

&lt;p&gt;New features, improvements and bug fixing are at the Rendez-vous &lt;img class="emoticon" src="/images/icons/emoticons/smile.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt; More information is available in the &lt;a href="http://lab.kapit.fr/display/kalileo/2011/04/28/Release+Note+v2.1" rel="nofollow"&gt;release note&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Enjoy and let us know how it goes! &lt;/p&gt;

&lt;p&gt;Kap Lab team. &lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/04/28/Kalileo+v2.1+released"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-04-28T17:13:58Z</dc:date>
  </entry>
  <entry>
    <title>Kap Lab's Dataviz components 2.0 are out!</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/03/11/Kap+Lab%27s+Dataviz+components+2.0+are+out%21" />
    <category term="visualization" />
    <category term="data" />
    <category term="flex" />
    <category term="release" />
    <category term="components" />
    <category term="datavis" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-03-11T12:23:01Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         
&lt;p&gt;Dear Kap Lab community,&lt;/p&gt;

&lt;p&gt;2010 was a very rewarding year for Kap IT in France and all over the world through its lab, Kap Lab. We owe it all to you and foremost we wanted to thank you warmly for your constant support and feedback.
&lt;br/&gt;Today, after more than one year of intensive R&amp;amp;D, Kap Lab proudly introduces version 2.0 of its Flex Data Visualization components reviewed in 2 new packages: Kalileo for diagramming and Kolbert for reporting.&lt;/p&gt;&lt;br /&gt;


&lt;p&gt;&lt;a href="http://lab.kapit.fr/display/kalileo/Kalileo" title="Learn more about Kalileo" target="_blank"&gt;&lt;img alt="Kalileo - Kap Lab's Diagrammer and Visualizer reloaded" width="613" border="0" height="158" src="/images/labv2/kalileo_diagramming_tagline.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;br /&gt;
&lt;h2&gt;Kalileo: interactive graph-based interfaces made easy&lt;/h2&gt;
&lt;p&gt;Kap Lab's Diagrammer and Visualizer 2.0 are released in a merged version for an even more interactive data visualization experience.&lt;/p&gt;
&lt;h3&gt;Enhanced performances and new features galore!&lt;/h3&gt;
&lt;p&gt;Optimizations on data processing and layouts computation have been performed and you will find all the features needed to build powerful graph-based applications (BPM, Data Mining, Network Cartography.): smart grouping, new layouts, visual sub-components, zoom effects, import/export, link easing... AND MORE! &lt;a href="http://lab.kapit.fr/display/kalileo/2011/03/09/Release+Note+v2.0" title="Read Kalileo's release note for complete list of changes" target="_blank"&gt;See the release note&lt;/a&gt; and the &lt;a href="http://lab.kapit.fr/display/kalileo/2011/03/09/Release+Note+v2.0" title="Take a tour of Kalileo's features" target="_blank"&gt;features tour videos&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Easier integration ever&lt;/h3&gt;
&lt;p&gt;Architecture of Diagrammer and Visualizer have been deeply reengineered to be based on common foundations, respecting the power and extensibility of Flex components (full CSS styling, fully extensible through public interfaces...). Furthermore our documentation has been totally reviewed, consolidated in one place, &lt;a href="http://lab.kapit.fr/help/index.jsp" title="Discover Kap Lab's new Developer Guide" target="_blank"&gt;Kap Lab's Developer Guide&lt;/a&gt;, and embedded with our components.
For more integration support, check our website: &lt;a href="http://store.kapit.biz/demo/kalileo/prod/index.php" title="Check out our Kalileo's demos" target="_blank"&gt;sample applications&lt;/a&gt;, &lt;a href="http://store.kapit.biz/demo/kalileo/prod/index.php" title="Check out Kalileo's quick start videos" target="_blank"&gt;developer videos&lt;/a&gt;, &lt;a href="http://store.kapit.biz/default/kapforum" title="Go to Kap Lab's Forum" target="_blank"&gt;forum&lt;/a&gt;, &lt;a href="http://lab.kapit.fr/display/kalileo/Migration+Guide" title="See Kalileo's Migration Guide" target="_blank"&gt;migration guide&lt;/a&gt;.&lt;/p&gt;
&lt;br/&gt;
&lt;p&gt;&lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/03/09/Kolbert+Reporting+Package" title="Learn more about Kolbert" target="_blank"&gt;&lt;img alt="Kolbert - Flex Reporting package" width="613" border="0" height="83" src="/images/labv2/kolbert_reporting.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;


&lt;h2&gt;Kolbert: Flex package for your advanced reporting dashboards&lt;/h2&gt;
&lt;p&gt;Treemap, Radar Chart, Ring Chart and Elastic Search are now bundled in a single package: Kolbert.&lt;br/&gt;
These reporting components benefit from the same new data processing library as Kalileo, which will enhance parsing performances from 3 to 10 times depending on the input format.&lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/03/09/Kolbert+Reporting+Package" title="See Kolbert's release note" target="_blank"&gt;See the release note for complete list of changes&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;


&lt;p&gt;&lt;a href="http://lab.kapit.fr/display/Store/Kap+Lab+Store" title="See complete licensing" target="_blank"&gt;&lt;img alt="New licenses including full support" width="613" border="0" height="82" src="/images/labv2/new_licenses_w_support.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;


&lt;h2&gt;New commercial licenses including full support&lt;/h2&gt;
&lt;p&gt;For Kalileo and Kolbert, community versions remain free and support is now included in the Standard and OEM commercial licenses (special discount for start-ups, academic institutes and open source projects).
To existing customers: don't worry, we'll come back to you really shortly with special offers on upgrade.
All information available on the &lt;a href="http://lab.kapit.fr/display/Store/Kap+Lab+Store" title="See complete licensing" target="_blank"&gt;new Kap Lab Store&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;Anew, thanks to Kap Lab's faithful users and customers (thanks to you!), without whom we wouldn't have made it.
We have put a lot of efforts in this major release for it to fully meet your expectations and projects' needs.
Give it a try, build wonderful applications, and let us know how it goes: Kap Lab's success depends on your satisfaction!&lt;/p&gt;


&lt;p&gt;Rendez-vous on &lt;a href="http://lab.kapit.fr/" title="Go to Kap Lab website" target="_blank"&gt;Kap Lab&lt;/a&gt;!&lt;/p&gt;
&lt;strong&gt;Cyril Daloz&lt;/strong&gt;&lt;br/&gt;
CEO Kap IT

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/03/11/Kap+Lab%27s+Dataviz+components+2.0+are+out%21"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-03-11T12:23:01Z</dc:date>
  </entry>
  <entry>
    <title>Kolbert Reporting Package</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2011/03/09/Kolbert+Reporting+Package" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2011-03-09T21:21:09Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;h1&gt;&lt;a name="KolbertReportingPackage-WelcomeKolbert%21"&gt;&lt;/a&gt;Welcome Kolbert!&lt;/h1&gt;

&lt;p&gt;&lt;a href="/display/treemap"&gt;Treemap&lt;/a&gt;, &lt;a href="/display/radarchart"&gt;Radar Chart&lt;/a&gt;, &lt;a href="/display/ringchart"&gt;Ring Chart&lt;/a&gt; and &lt;a href="/display/elasticsearch"&gt;Elastic Search&lt;/a&gt;, all our reporting components are now bundled in one single package: Kolbert. &lt;/p&gt;

&lt;h2&gt;&lt;a name="KolbertReportingPackage-Releasenotes"&gt;&lt;/a&gt;Release notes&lt;/h2&gt;

&lt;p&gt;In this new release, all our components benefit from a brand new data computation library that will enhance your parsing performances:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Optimization to 3 times of the overall data parsing and reading directives.&lt;/li&gt;
	&lt;li&gt;Optimization to over 10 times CSV parsing.&lt;/li&gt;
	&lt;li&gt;Enhancing internal data structures for fast data consumption and rendering.&lt;/li&gt;
&lt;/ul&gt;

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2011/03/09/Kolbert+Reporting+Package"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2011-03-09T21:21:09Z</dc:date>
  </entry>
  <entry>
    <title>Radar Chart and TreeMap released</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/12/15/Radar+Chart+and+TreeMap+released" />
    <author>
      <name>Yoann Lheudé</name>
    </author>
    <published>2010-12-15T16:12:54Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~ylheude"&gt;Yoann Lheudé&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Hi there everyone! &lt;/p&gt;

&lt;p&gt;Fresh from the oven, here are two new versions of our reporting components Radar Chart (&lt;a href="/display/radarchart/2010/12/14/Radar+Chart+Release+1.6.3"&gt;1.6.3&lt;/a&gt;) and TreeMap (&lt;a href="/display/treemap/2010/12/13/TreeMap+Release+1.6.4"&gt;1.6.4&lt;/a&gt;). We've made a couple of improvements such as the ability to label and sort axis in Radar Chart - which was asked in the forum -, and some 6 improvements in TreeMap. Have a look at their respective release notes by clicking on the version number above. &lt;/p&gt;

&lt;p&gt;Best regards and happy development, &lt;/p&gt;

&lt;p&gt;Kap Lab team&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/12/15/Radar+Chart+and+TreeMap+released"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Yoann Lheudé</dc:creator>
    <dc:date>2010-12-15T16:12:54Z</dc:date>
  </entry>
  <entry>
    <title>New releases and updates of our Flex development tools</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/11/09/New+releases+and+updates+of+our+Flex+development+tools" />
    <category term="release" />
    <category term="parsley" />
    <category term="console" />
    <category term="opensource" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2010-11-09T13:36:12Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;
Dear community,&lt;br/&gt;
We release today some new stuff in our Flex development tools.&lt;/p&gt;

&lt;p&gt;Firstly, we're glad to announce a new console: &lt;a href="/display/parsleyconsole"&gt;ParsleyConsole&lt;/a&gt;.&lt;br/&gt;
Parsley is our current framework of choice and we thought it would be great to offer the Flex community a console that shows what's happening inside their applications.&lt;br/&gt;
We've already provided other frameworks console in the past with the Cairngorm Console and the PureMVC Console and we had a lot of good feedback for them. We really hope you'll enjoy this one as well.&lt;/p&gt;

&lt;p&gt;And the good news keeps getting better! We've also decided to publish the &lt;a href="/display/kapdebug"&gt;source code of all our consoles&lt;/a&gt;. (LGPL Licence)&lt;br/&gt;
You'll find a link to grab the source code on each console page. Feel free to contribute to any console by adding the features you've always dreamt of.&lt;/p&gt;

&lt;p&gt;Last but not least, a new version of the &lt;a href="/display/klovis"&gt;Klovis libraries&lt;/a&gt; is available. We added a spark LoginBox/AdvancedLoginBox with a default skin in the Flex 4 UI library. &lt;br/&gt;
Most of other improvements have been made in the AS3 library, especially with the collections classes. More info can be found in the &lt;a href="http://lab.kapit.fr/display/klovis/2010/11/09/Klovis+Release+0.9.3" rel="nofollow"&gt;release notes&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Stay tuned.&lt;/p&gt;

&lt;p&gt;Kap IT Team.&lt;/p&gt;

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/11/09/New+releases+and+updates+of+our+Flex+development+tools"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2010-11-09T13:36:12Z</dc:date>
  </entry>
  <entry>
    <title>Kap Lab's Data Visualization updated</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/07/12/Kap+Lab%27s+Data+Visualization+updated" />
    <author>
      <name>David Youyou</name>
    </author>
    <published>2010-07-12T16:07:06Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~dyouyou"&gt;David Youyou&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;
Hi everyone!&lt;/p&gt;

&lt;p&gt;Kap Lab is glad to announce new minor releases of the Data Visualization components.&lt;/p&gt;

&lt;p&gt;We mainly focused on bringing features and bug fixes requested by the community.&lt;br/&gt;
Please have a look at the release notes of &lt;a href="/display/visualizer/2010/07/12/Visualizer+Release+1.6.5" title="Visualizer Release 1.6.5"&gt;Visualizer&lt;/a&gt;, &lt;a href="/display/treemap/2010/07/12/TreeMap+Release+1.6.2" title="TreeMap Release 1.6.2"&gt;TreeMap&lt;/a&gt;, &lt;a href="/display/ringchart/2010/07/12/Ring+Chart+Release+1.6.2" title="Ring Chart Release 1.6.2"&gt;Ring Chart&lt;/a&gt; and &lt;a href="/display/elasticsearch/2010/07/12/Elastic+Search+Release+1.6.2" title="Elastic Search Release 1.6.2"&gt;Elastic Search&lt;/a&gt; for the details.&lt;/p&gt;


&lt;p&gt;Kind regards,&lt;br/&gt;
Kap Lab Team&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/07/12/Kap+Lab%27s+Data+Visualization+updated"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>David Youyou</dc:creator>
    <dc:date>2010-07-12T16:07:06Z</dc:date>
  </entry>
  <entry>
    <title>New releases of Kap2Flex and Klovis</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/06/09/New+releases+of+Kap2Flex+and+Klovis" />
    <category term="klovis" />
    <category term="release" />
    <category term="kap2flex" />
    <author>
      <name>Yoann Lheudé</name>
    </author>
    <published>2010-11-09T09:26:29Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~ylheude"&gt;Yoann Lheudé&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Today we've released the version 0.9.2 of &lt;a href="/display/klovis/2010/06/09/Klovis+Release+0.9.2" title="Klovis Release 0.9.2"&gt;Klovis&lt;/a&gt;. Among bug fixes, refactorings and small improvements, you will notice that there is a new library in the Flex Lib package called "Klovis Flex4 UI". We started to migrate some of the Flex 3 UI Components to Flex 4. Moreover, these components take advantages of the new spark architecture. A default skin is provided with each of them but you can obviously use your own skins &lt;img class="emoticon" src="/images/icons/emoticons/wink.gif" height="20" width="20" align="absmiddle" alt="" border="0"/&gt;&lt;/p&gt;

&lt;p&gt;There is also a minor update of &lt;span class="error"&gt;&amp;#91;Kap2Flex&amp;#93;&lt;/span&gt; that is compatible with the latest version of Klovis.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br/&gt;
Kap Lab Team.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/06/09/New+releases+of+Kap2Flex+and+Klovis"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Yoann Lheudé</dc:creator>
    <dc:date>2010-11-09T09:26:29Z</dc:date>
  </entry>
  <entry>
    <title>Visualizer and TreeMap new versions</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/05/27/Visualizer+and+TreeMap+new+versions" />
    <category term="treemap" />
    <category term="visualizer" />
    <author>
      <name>David Youyou</name>
    </author>
    <published>2010-05-27T09:33:29Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~dyouyou"&gt;David Youyou&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         
&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Dear Kap Lab community,&lt;/p&gt;

&lt;p&gt;We are proud to announce a minor release of our TreeMap and Visualizer components.&lt;/p&gt;

&lt;p&gt;This Visualizer release brings fixes for the Flex 4 SDK compatibility, while TreeMap has been optimized to render high amounts of data faster than ever!&lt;/p&gt;

&lt;p&gt;Please refer to the &lt;a href="/display/visualizer/2010/05/26/Visualizer+Release+1.6.3" title="Visualizer Release 1.6.3"&gt;Visualizer &lt;/a&gt; and &lt;a href="/display/treemap/2010/05/26/TreeMap+Release+1.6.1" title="TreeMap Release 1.6.1"&gt;TreeMap &lt;/a&gt; release notes.&lt;/p&gt;

&lt;p&gt;Kind Regards,&lt;/p&gt;

&lt;p&gt;Kap Lab Team&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/05/27/Visualizer+and+TreeMap+new+versions"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>David Youyou</dc:creator>
    <dc:date>2010-05-27T09:33:29Z</dc:date>
  </entry>
  <entry>
    <title>KapLab is now flex4-enabled</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/04/12/KapLab+is+now+flex4-enabled" />
    <author>
      <name>Kap IT</name>
    </author>
    <published>2010-04-12T17:32:55Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admlab"&gt;Kap IT&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;  &lt;/p&gt;

&lt;p&gt;Dear community,&lt;/p&gt;

&lt;p&gt;KapLab is proud to announce the compatibility with flex4 of the Data Visualization and Flex Development tools packages.&lt;/p&gt;

&lt;p&gt;Well also invite you to check out the Diagrammer page to get the sources of the MindMap and BPM demos.&lt;/p&gt;

&lt;p&gt;This release also brings fixes and improvements for the Visualizer.&lt;br/&gt;
Please refer to the &lt;a href="/display/visualizer/2010/04/12/Visualizer+Release+1.6.1" title="Visualizer Release 1.6.1"&gt;Release Notes&lt;/a&gt; for details.&lt;/p&gt;


&lt;p&gt;Kind Regards,&lt;/p&gt;

&lt;p&gt;Kap Lab Team.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/04/12/KapLab+is+now+flex4-enabled"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Kap IT</dc:creator>
    <dc:date>2010-04-12T17:32:55Z</dc:date>
  </entry>
  <entry>
    <title>Kap Lab is hiring</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/03/17/Kap+Lab+is+hiring" />
    <author>
      <name>Antoine Gehl</name>
    </author>
    <published>2010-03-17T23:31:07Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admin"&gt;Antoine Gehl&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;h1&gt;&lt;a name="KapLabishiring-KapLabishiring"&gt;&lt;/a&gt;Kap Lab is hiring&lt;/h1&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;The Kap Lab adventure started on September 2008, and we are happy with the turns of events.&lt;/p&gt;

&lt;p&gt;We now have 3 lines of products and more than 10.000 developers using them :&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Data visualization components&lt;/li&gt;
	&lt;li&gt;Flex development components&lt;/li&gt;
	&lt;li&gt;Confluence plug-ins&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;To face our growth (Thank you Kap Lab community), we have several position openings : we are looking for some Technical/Pre-sales people to join our Product Management team.&lt;br/&gt;
Candidates must have a Flex/Java background, be wiling to work in Paris, France and also be comfortable with community building, customer relationship and be able to coordinate with the R&amp;amp;D team.&lt;/p&gt;

&lt;p&gt;If you know and like our products, and speak fluently French and English, you are most welcome to contact us.&lt;/p&gt;

&lt;p&gt;Kap Lab is the R&amp;amp;D department of Kap IT, a French company (45 people and hiring) leader in two main fields of interest :&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Adobe Flex RIA applications and components&lt;/li&gt;
	&lt;li&gt;Web 2.0 Atlassian Confluence enterprise wikis&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;You will enjoy a nice work environment, and will be surrounded with bright people eager to share their expertise with you.&lt;br/&gt;
You are interested to be part of this adventure ?&lt;/p&gt;

&lt;p&gt;Send us your resume : &lt;a href="mailto:lab.jobs@kapit.fr" rel="nofollow"&gt;lab.jobs@kapit.fr&lt;/a&gt;&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/03/17/Kap+Lab+is+hiring"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Antoine Gehl</dc:creator>
    <dc:date>2010-03-17T23:31:07Z</dc:date>
  </entry>
  <entry>
    <title>Two new Kap Lab products - Kap2Flex &amp; Klovis</title>
    <link rel="alternate" href="http://lab.kapit.fr/pages/viewpage.action?pageId=48234498" />
    <author>
      <name>Antoine Gehl</name>
    </author>
    <published>2010-03-17T19:37:59Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admin"&gt;Antoine Gehl&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;h1&gt;&lt;a name="TwonewKapLabproducts-Kap2Flex%26Klovis-TwonewKapLabproducts%3AKap2Flex%26Klovis"&gt;&lt;/a&gt;Two new Kap Lab products : Kap2Flex &amp;amp; Klovis&lt;/h1&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Dear Kap Lab community,&lt;/p&gt;

&lt;p&gt;We are happy to announce that 2 new products are available today on Kap Lab :&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;span class="error"&gt;&amp;#91;Kap2Flex&amp;#93;&lt;/span&gt; (formerly known as Model2Flex), a new version of our Flex code generator&lt;/li&gt;
	&lt;li&gt;&lt;a href="/display/klovis/Klovis+-+Kap+IT+Libraries" title="Klovis - Kap IT Libraries"&gt;Klovis&lt;/a&gt;, a new Kap Lab product. This a set of free and open-source (LGPL Licence) libraries targeted to Flex and ActionScript application development.&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name="TwonewKapLabproducts-Kap2Flex%26Klovis-AboutKap2FlexJ2F%3AKap2FlexNEWRelease"&gt;&lt;/a&gt;About &lt;span class="error"&gt;&amp;#91;Kap2Flex&amp;#93;&lt;/span&gt; - NEW Release&lt;/h3&gt;

&lt;p&gt;You may have noticed the product name changed but we can assure you it won't change again in the future.&lt;br/&gt;
There are a LOT of new features in this version and we encourage you to give it a try and provide us your &lt;span class="error"&gt;&amp;#91;feedback&amp;#93;&lt;/span&gt; on it.&lt;br/&gt;
Have a look at the &lt;span class="error"&gt;&amp;#91;release notes&amp;#93;&lt;/span&gt; to learn more about these features.&lt;br/&gt;
Note that Kap2Flex is still in a beta evaluation version. Commercial release is due in June.&lt;/p&gt;


&lt;h3&gt;&lt;a name="TwonewKapLabproducts-Kap2Flex%26Klovis-AboutKlovisklovis%3AKlovisKapITLibraries%28KapITLibrairies%29NEWProduct"&gt;&lt;/a&gt;About &lt;a href="/display/klovis/Klovis+-+Kap+IT+Libraries" title="Klovis - Kap IT Libraries"&gt;Klovis&lt;/a&gt; (Kap IT Librairies) - NEW Product&lt;/h3&gt;

&lt;p&gt;&lt;a href="/display/klovis/Klovis+-+Kap+IT+Libraries" title="Klovis - Kap IT Libraries"&gt;Klovis&lt;/a&gt; libraries inherits from Kap IT experience in creating and modernizing enterprise applications.&lt;br/&gt;
We started to release some of the libraries we have developed and use in our projects and we are planning to add frequently new components during the next months, so stay tuned!&lt;br/&gt;
Klovis libraries are also in public beta version for now. A commercial version of the libraries, including support and additional documentation is also planned for June.&lt;/p&gt;

&lt;p&gt;We hope that these new products will help you to save time in developing robust flex applications.&lt;br/&gt;
As always, please use the &lt;span class="error"&gt;&amp;#91;forum&amp;#93;&lt;/span&gt; and the &lt;a href="http://lab.kapit.fr/jira/" rel="nofollow"&gt;bug tracker&lt;/a&gt; to give your feedback and to ask us questions.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/pages/viewpage.action?pageId=48234498"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Antoine Gehl</dc:creator>
    <dc:date>2010-03-17T19:37:59Z</dc:date>
  </entry>
  <entry>
    <title>Visualizer hits a new version</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/02/24/Visualizer+hits+a+new+version" />
    <author>
      <name>Antoine Gehl</name>
    </author>
    <published>2010-02-25T09:15:20Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admin"&gt;Antoine Gehl&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;h1&gt;&lt;a name="Visualizerhitsanewversion-Visualizerhitsanewversion"&gt;&lt;/a&gt;Visualizer hits a new version&lt;/h1&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Good news, everyone,&lt;/p&gt;

&lt;p&gt;It has been a busy week for us here at Kap IT.&lt;br/&gt;
We are happy to announce a minor release of &lt;a href="/display/visualizer/Visualizer" title="Visualizer"&gt;Visualizer&lt;/a&gt;.&lt;br/&gt;
This release brings many bug fixes and improvements.&lt;/p&gt;

&lt;p&gt;Please refer to the &lt;a href="/display/visualizer/2010/02/24/Visualizer+minor+release+1.5.3" title="Visualizer minor release 1.5.3"&gt;Release Notes&lt;/a&gt; for the details.&lt;/p&gt;

&lt;p&gt;We are also proud to bring our new &lt;a href="/display/confluence/2010/02/23/Kap+Lab+launches+3+Confluence+products+in+public+beta" title="Kap Lab launches 3 Confluence products in public beta"&gt;Confluence products&lt;/a&gt; one step closer to the public availability.&lt;/p&gt;

&lt;p&gt;Kap Lab has been a great adventure so far, and we would like to thank you for your support and your feedback.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br/&gt;
Kap Lab Team.&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/02/24/Visualizer+hits+a+new+version"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Antoine Gehl</dc:creator>
    <dc:date>2010-02-25T09:15:20Z</dc:date>
  </entry>
  <entry>
    <title>ConfluenceFx is Atlassian Plugin of the Month!</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2010/02/16/ConfluenceFx+is+Atlassian+Plugin+of+the+Month%21" />
    <author>
      <name>Kap IT</name>
    </author>
    <published>2010-02-16T16:55:00Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admlab"&gt;Kap IT&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;a href="https://www2.gotomeeting.com/register/818962762" target="_blank"&gt;&lt;img src="/images/labv2/webinar.png" class="img_news"/&gt;&lt;/a&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;


&lt;p&gt;On the occasion of &lt;a href="/display/confluence"&gt;ConfluenceFx&lt;/a&gt; launch, please join us for a live webinar as we discover how ConfluenceFx enriches your Confluence experience. &lt;br/&gt;&lt;br/&gt;
ConfluenceFx is the first enterprise solution that brings Confluence to your desktop. It enables your teams to collaborate more effectively and keeps all your community up-to-date thanks to its real-time notifications and collaborative user interactions.&lt;/p&gt;

&lt;p&gt;Date: Thu, Feb 25, 2010 - 5:00 PM - 6:00 PM GMT&lt;br/&gt;
&amp;gt;&amp;gt; &lt;a href="https://www2.gotomeeting.com/register/818962762" target="_blank"&gt;Register Now&lt;/a&gt; &amp;lt;&amp;lt;&lt;/p&gt;

&lt;p&gt;We look forward to your participation.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;a href="http://lab.kapit.fr/confluence"&gt;Kap IT&lt;/a&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2010/02/16/ConfluenceFx+is+Atlassian+Plugin+of+the+Month%21"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Kap IT</dc:creator>
    <dc:date>2010-02-16T16:55:00Z</dc:date>
  </entry>
  <entry>
    <title>Kap IT launches a new release of Kap Lab on December 16, 2009</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2009/12/16/Kap+IT+launches+a+new+release+of+Kap+Lab+on+December+16%2C+2009" />
    <author>
      <name>Antoine Gehl</name>
    </author>
    <published>2009-12-16T23:34:13Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admin"&gt;Antoine Gehl&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;h1&gt;&lt;a name="KapITlaunchesanewreleaseofKapLabonDecember16%2C2009-KapITlaunchesanewreleaseofKapLabonDecember16%2C2009"&gt;&lt;/a&gt;Kap IT launches a new release of Kap Lab on December 16, 2009&lt;/h1&gt;

&lt;p&gt;Dear Kap Lab Community,&lt;/p&gt;

&lt;p&gt;We are happy to announce a new release of Kap Lab, with bug fix and new features.&lt;br/&gt;
All the Data Visualization components have had some issues fixed.&lt;/p&gt;

&lt;p&gt;We are also introducing today a Mind Map Layout for Visualizer and Diagrammer in Beta version, commercial edition will be available during Q1 2010.&lt;br/&gt;
Two new applications have been added to show the capabilities of Diagrammer :&lt;/p&gt;
&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;&lt;a href="http://lab.kapit.fr/demo/diagrammer/prod/index_mindmap.html" rel="nofollow"&gt;Mind Mapper&lt;/a&gt; uses the new Mind Map Layout&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://lab.kapit.fr/demo/diagrammer/prod/index_processDesigner.html" rel="nofollow"&gt;Process designer&lt;/a&gt; shows a use case as a BPM tool.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;a href="http://lab.kapit.fr/display/J2F/Model2Flex" rel="nofollow"&gt;Model2Flex&lt;/a&gt; is the new name of Java2Flex (thanks to Sun Microsystems).&lt;br/&gt;
And ConflenceFx, our Rich Enterprise Wiki plugins for Confluence, winner of the Adobe Innovation Award,  is reaching a new milestone that brings it one step closer to a public commercial edition.&lt;/p&gt;

&lt;p&gt;As usual, we value your feedback, and we hope that your are satisfied with our products.&lt;/p&gt;

&lt;p&gt;Kap Lab Team&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2009/12/16/Kap+IT+launches+a+new+release+of+Kap+Lab+on+December+16%2C+2009"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Antoine Gehl</dc:creator>
    <dc:date>2009-12-16T23:34:13Z</dc:date>
  </entry>
  <entry>
    <title>Kap IT launches a new release of Kap Lab on September 30, 2009</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2009/09/30/Kap+IT+launches+a+new+release+of+Kap+Lab+on+September+30%2C+2009" />
    <author>
      <name>Steeve Cayla</name>
    </author>
    <published>2009-10-01T19:09:07Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~scayla"&gt;Steeve Cayla&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;h1&gt;&lt;a name="KapITlaunchesanewreleaseofKapLabonSeptember30%2C2009-KapITlaunchesanewreleaseofKapLabonSeptember30%2C2009"&gt;&lt;/a&gt;Kap IT launches a new release of Kap Lab on September 30, 2009&lt;/h1&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;style type="text/css"&gt;

#content img {
border:2px solid #CCCCCC;
display:block;
margin:0 ;
}


&lt;/style&gt;



&lt;div id="content"&gt;&lt;img src="http://lab.kapit.fr/images/labv2/kap-lab_major-release.jpg"/&gt;&lt;/div&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Hello Kap Lab Community !&lt;/p&gt;
&lt;br/&gt;


&lt;p&gt;We are glad to celebrate today the first Kap Lab's anniversary.&lt;/p&gt;

&lt;p&gt;First of all, we would like thank all of you who participate in building the Kap Lab community. It is a great satisfaction for the Kap Lab Team to see the community growing.&lt;/p&gt;


&lt;p&gt;During this year we have released:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;12 minor releases of existing components&lt;/li&gt;
	&lt;li&gt;A new reporting component: RingChart&lt;/li&gt;
	&lt;li&gt;2 new tools to optimize Flex development: PureMVC and Cairngorm console&lt;/li&gt;
	&lt;li&gt;An advanced layout for Visualizer and Diagrammer: Orthogonal layout&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The amount of subscribers had reached 7,000 in a year; the forum shows a great activity and the amount of download have reached up to 20,000 for Diagrammer, Visualizer and Kap Inspect.&lt;/p&gt;

&lt;p&gt;Those results and your positive feedbacks encouraged us. Thanks a lot. Nevertheless we value all of your feedbacks, so we have paid a high attention to your request of improvement.&lt;/p&gt;

&lt;p&gt;In priority, many of you have requested better documentation, source code of demo applications, source code of the components and a clarification about our licensing for commercial purpose.&lt;br/&gt;
So we have tried to improve greatly packaging and we decided to adjust our distribution policy.&lt;/p&gt;

&lt;p&gt;We hope that this new release will satisfy your wishes!&lt;br/&gt;
This new release of Kap Lab offers two versions of the components:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;A community version for non commercial purpose with a small "powered by Kap IT" mention.&lt;br/&gt;
This version comes with better documentation and the source code of demo applications.&lt;br/&gt;
All for free!&lt;/li&gt;
	&lt;li&gt;A Commercial version without any trademark and with components source code for reference.&lt;br/&gt;
This version is OEM compatible.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Moreover we release 3 new components:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Elactic Lists : An advanced Flex component for incremental and multi-criteria search in large data sets&lt;/li&gt;
	&lt;li&gt;Java2Flex : An eclipse plug-in to generate from a Java package the Flex foundation on Cairngorm or PureMVC&lt;/li&gt;
	&lt;li&gt;ConfluenceFx : Flex plug-in and Air widget for Confluence enterprise wiki (from Atlassian)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;All our components benefit from Kap IT experiences in business application development and IT modernization and reciprocally Kap IT services benefit of Kap Lab products and its R&amp;amp;D Center.&lt;br/&gt;
We hope that our efforts to improve our quality and to continue to give you innovative components will satisfy you.&lt;/p&gt;

&lt;p&gt;Let us know and thanks again for your trust.&lt;/p&gt;

&lt;p&gt;See you soon on &lt;a href="http://lab.kapit.fr" rel="nofollow"&gt;Kap Lab&lt;/a&gt; or better at Adobe Max '09 : We will be there!&lt;/p&gt;
&lt;br/&gt;

&lt;p&gt;Kind regards.&lt;/p&gt;

&lt;p&gt;Cyril Daloz&lt;br/&gt;
CEO Kap IT&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2009/09/30/Kap+IT+launches+a+new+release+of+Kap+Lab+on+September+30%2C+2009"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Steeve Cayla</dc:creator>
    <dc:date>2009-10-01T19:09:07Z</dc:date>
  </entry>
  <entry>
    <title>Flex2Mobile with Kap IT and Open-Plug</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2009/09/27/Flex2Mobile+with+Kap+IT+and+Open-Plug" />
    <author>
      <name>Kap IT</name>
    </author>
    <published>2009-12-22T13:02:52Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admlab"&gt;Kap IT&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;h1&gt;&lt;a name="Flex2MobilewithKapITandOpen-Plug-KapIT@MAX09withOpenPlug"&gt;&lt;/a&gt;Kap IT@MAX 09 with OpenPlug&lt;/h1&gt;
&lt;p&gt;&lt;img src="/download/attachments/32833578/Visuel - promo open plug 3.1.png" align="absmiddle" border="0" /&gt;
&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name="Flex2MobilewithKapITandOpen-Plug-ExtendyourFlexapplicationstothemobilespacewithElipsStudio3.0"&gt;&lt;/a&gt;Extend your Flex applications to the mobile space with Elips Studio 3.0&lt;/h3&gt;

&lt;p&gt;The extension of your entreprise applications to mobile can bring great opportunities such as tracking your business activity anywhere at any moment.&lt;br/&gt;
However, programming for mobile devices is becoming harder and harder, thanks to the hundreds of handhelds and smartphones available on the market : Many of them are running on various OS, making development, maintenance and testing complex, expensive and recquiring most of the time a strong expertise.&lt;/p&gt;

&lt;p&gt;Kap IT is glad to announce its first steps with Elips, a Flex2Mobile solution made by OpenPlug :&lt;br/&gt;
With Elips, you can now easily port your flex application to a mobile device without any other development knowledge.&lt;br/&gt;
Elips is a cross compiler capable of creating executable code for your mobile OS based on a Flex application source code.&lt;br/&gt;
Thus, Elips reduces the gap between developing an application for the mobile and for the web/desktop :&lt;/p&gt;

&lt;img class="right" src="/download/attachments/32833578/Cartouche+-+Kartmann+-+2.png"/&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;No need to re-build your application from the ground up.&lt;/li&gt;
	&lt;li&gt;Reuse the business logic of an existing Flex app&lt;/li&gt;
	&lt;li&gt;Reuse your Flex knowledge&lt;/li&gt;
&lt;/ul&gt;


&lt;h3&gt;&lt;a name="Flex2MobilewithKapITandOpen-Plug-FirstStepsWithElipsStudio3.0"&gt;&lt;/a&gt;First Steps With Elips Studio 3.0&lt;/h3&gt;

&lt;p&gt;At Kap IT, we used Elips to build ConfluenceMobile, a mobile extension for &lt;a href="/display/confluence"&gt;ConfluenceDesktop&lt;/a&gt;, our widget solution for &lt;a href="http://www.atlassian.com/software/confluence/" rel="nofollow"&gt;Confluence enterprise wiki&lt;/a&gt;.&lt;br/&gt;
It only took a few days to make ConfluenceMobile working on a HTC Touch Diamond:&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;Installing Elips Studio, an extension to Flex Builder/Eclipse&lt;/li&gt;
	&lt;li&gt;Changing the visual and user experience to make it mobile friendly (Basically, keeping the UI simple and small screen compatible)&lt;/li&gt;
	&lt;li&gt;Integrating the existing business logic (Services calls, parsing, model updates,...)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Export a CAB archive from Flex Builder, and voilà, you get a nice app on your mobile that allows you to follow and interact with your entreprise business from anywhere.&lt;/p&gt;

&lt;p&gt;We recorded a screencast of ConfluenceMobile running on a Windows Mobile emulator. &lt;/p&gt;
&lt;div class="btn_demo"&gt;&lt;a target="_blank" href="http://www.youtube.com/watch?v=UGm4ccl8lBM&amp;hd=1"&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name="Flex2MobilewithKapITandOpen-Plug-SeeElipsinactionatAdobeMAXnextweek%5C%21"&gt;&lt;/a&gt;See Elips in action at Adobe MAX next week&amp;#33;&lt;/h3&gt;

&lt;p&gt;&lt;img class="lettrine" src="/download/attachments/32833578/max.png"/&gt;
For those who plan to attend MAX in Los Angeles next week, OpenPlug will give an overview of the development workflow, from design in Flex Builder to application execution on several devices. The session will take place on tuesday from 4:30pm to 5:30pm. We hope to see you there&amp;#33;
&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;
&lt;br clear="all" /&gt;&lt;/p&gt;
&lt;table class="sectionMacro" border="0" cellpadding="5" cellspacing="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;
&lt;td class="confluenceTd"  valign="top" width="50%"&gt;
&lt;h3&gt;&lt;a name="Flex2MobilewithKapITandOpen-Plug-AboutElips"&gt;&lt;/a&gt;About Elips&lt;/h3&gt;

&lt;p&gt;The ELIPS Product family is a unique and comprehensive set of products enabling rapid development and market deployment of customized application software solutions for mobile phones.&lt;/p&gt;

&lt;p&gt;The ELIPS Product family includes:&lt;/p&gt;

&lt;ul class="alternate" type="square"&gt;
	&lt;li&gt;ELIPS Studio: a set of PC-based tools for rapid software development, integration, simulation and validation.&lt;/li&gt;
	&lt;li&gt;ELIPS Framework: the unique open application framework for mass market phones.&lt;/li&gt;
	&lt;li&gt;ELIPS Reference MMI: an existing robust reference MMI integrating validated applications (WAP, MMS, JAVA...) enabling the rapid development of mass market phones.&lt;/li&gt;
	&lt;li&gt;ELIPS Porting Layers: the porting layers for ELIPS framework, available on the most popular wireless chipset solutions.&lt;/li&gt;
	&lt;li&gt;ELIPS Tests Suite &amp;amp; Tests Framework: a set of test components used to automatically tests ELIPS Framework and ELIPS Porting Layer features.&lt;/li&gt;
	&lt;li&gt;ELIPS Third Party Applications: a set of pre-integrated and pre-validated applications (components) from Open-Plug partners such as JAVA, WAP/MMS...&lt;/li&gt;
&lt;/ul&gt;

&lt;/td&gt;
&lt;td class="confluenceTd"  valign="top" width="50%"&gt;
&lt;h3&gt;&lt;a name="Flex2MobilewithKapITandOpen-Plug-AboutOpenPlug"&gt;&lt;/a&gt;About OpenPlug&lt;/h3&gt;

&lt;p&gt;OpenPlug was founded in the summer of 2002 by a team of industry experts with a strong background in embedded mobile software development, familiar with the rapidly expanding challenges associated with it.&lt;/p&gt;

&lt;p&gt;OpenPlug's aim is to provide with its Flexibleware ™ technology the mobile phone industry with a component-based framework and MMI ,offering a unique Software design flow, which seamlessly and efficiently supports the value chain of embedded software development &lt;br/&gt;
for mobile terminals.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;For more information, please contact adresse@kapit.fr or&lt;br/&gt;
adresse@open-plug.com&lt;/p&gt;

&lt;p&gt;Open-Plug's website : &lt;a href="http://www.open-plug.com" rel="nofollow"&gt;http://www.open-plug.com&lt;/a&gt;&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2009/09/27/Flex2Mobile+with+Kap+IT+and+Open-Plug"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Kap IT</dc:creator>
    <dc:date>2009-12-22T13:02:52Z</dc:date>
  </entry>
  <entry>
    <title>New version of Visualizer, CairngormConsole and PureMVCConsole</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2009/06/24/New+version+of+Visualizer%2C+CairngormConsole+and+PureMVCConsole" />
    <author>
      <name>Kap IT</name>
    </author>
    <published>2009-06-24T09:36:26Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admlab"&gt;Kap IT&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Dear Kap Lab Community,&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
We are glad to announce a bug fix release of Visualizer, CairngormConsole and PureMVCConsole.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
Visualizer has a bug fixed, and exciting new features related to link tooltips :  you can now have tooltips on your graph links.&lt;/p&gt;

&lt;p&gt;Some issues have been fixed on CairngormConsole and PureMVCConsole, and we have added some features and enhancements.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
We value a lot your input on Kap Lab Forum, and we will commit on providing you with more features, free of charge.&lt;br/&gt;
For mission critical applications, please check our &lt;a href="http://lab.kapit.fr/display/support/Kap+Lab+Support+Packages" rel="nofollow"&gt;Support Packages&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
Thank you for your support and constant feedback.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
Kap Lab Team&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2009/06/24/New+version+of+Visualizer%2C+CairngormConsole+and+PureMVCConsole"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Kap IT</dc:creator>
    <dc:date>2009-06-24T09:36:26Z</dc:date>
  </entry>
  <entry>
    <title>New versions of Diagrammer and Visualizer</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2009/05/20/New+versions+of+Diagrammer+and+Visualizer" />
    <author>
      <name>Kap IT</name>
    </author>
    <published>2009-05-20T19:16:28Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;added&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admlab"&gt;Kap IT&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;img src="http://lab.kapit.fr/images/lab/new-versions-of-diagrammer-visualizer.jpg" class="img_news"/&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Dear Kap Lab Community,&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;


&lt;p&gt;We are glad to announce a new release of Visualizer and Diagrammer.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;The new release of Diagrammer introduces new features such as Columns support and Column styles. &lt;br/&gt;
These features bring Diagrammer one step closer to be the ultimate BPM - BAM Flex library.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Visualizer has also a batch of new functionalities such as Link Arrow policies and Expand/Collapse features on Cyclic graphs.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;We value a lot your input on &lt;a href="http://lab.kapit.fr/display/forum/Forum" rel="nofollow"&gt;Kap Lab Forum&lt;/a&gt;, and we will commit on providing you with more features, free of charge.&lt;br/&gt;
For mission critical applications, we provide you with our &lt;a href="http://lab.kapit.fr/display/support/Kap+Lab+Support+Packages" rel="nofollow"&gt;Support Packages&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Thank you for your support and constant feedback. &lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Kap Lab Team&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2009/05/20/New+versions+of+Diagrammer+and+Visualizer"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Kap IT</dc:creator>
    <dc:date>2009-05-20T19:16:28Z</dc:date>
  </entry>
  <entry>
    <title>Kap Lab 2.0 Released</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2009/02/06/Kap+Lab+2.0+Released" />
    <author>
      <name>Kap IT</name>
    </author>
    <published>2010-04-12T09:30:02Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~admlab"&gt;Kap IT&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;a href="http://lab.kapit.fr/display/kaplabhome/Home"&gt;&lt;img src="http://lab.kapit.fr/images/lab/img_presentation.png" class="img_news"/&gt;&lt;/a&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Dear Kap Lab Community,&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Thanks for your interest in our components.&lt;br/&gt;
After 6 months, following our &lt;a href="http://lab.kapit.fr/display/kaplabhome/2008/12/18/KapLab+v1.5+Announcement" rel="nofollow"&gt;previous release&lt;/a&gt; one month ago that included many new features and several new products, we are glad to announce the release of the version 2.0 of our Lab.&lt;br/&gt;
As of today 3 000 users have downloaded our components.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Up to now this project have been directly financed by the profits of Kap IT Services and Consultancy activity.&lt;br/&gt;
In order to keep and increase the level of investment in the development of our components we have decided to launch a new commercial support.&lt;br/&gt;
This professional support offer is created for all who are integrating our components in critical applications.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Of course, we will continue to provide our components for free to our growing community.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;We hope that this release 2.0 with its new offer, features, and design will satisfy your expectations.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;We value a lot your feedback, please continue to let us know what you think.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Sincerely,&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Cyril Daloz&lt;br/&gt;
Kap IT CEO&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2009/02/06/Kap+Lab+2.0+Released"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Kap IT</dc:creator>
    <dc:date>2010-04-12T09:30:02Z</dc:date>
  </entry>
  <entry>
    <title>KapLab v1.5 Announcement</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2008/12/18/KapLab+v1.5+Announcement" />
    <author>
      <name>Yoann Lheudé</name>
    </author>
    <published>2009-11-03T13:24:53Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~ylheude"&gt;Yoann Lheudé&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;a href="/display/kaplabhome/Home" title="Home"&gt;&lt;img src="/download/attachments/32833546/teaserReleasePlan.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;Dear Kap Lab Community,&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
3 months after its launch, we are pleased to inform you that Kap Lab's website is reaching &lt;b&gt;1500 subscribers&lt;/b&gt; and about &lt;b&gt;200,000 viewed pages!&lt;/b&gt; It is exciting to see that people all around the world are interested in our components!&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
Congratulations to all of you who have integrated our components! &lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
Thanks a lot for your feedbacks and continuous support. This really helps us to improve our products. We worked very hard to satisfy your requests :&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Samples of Source code integration are at your disposal in the documentation's sections of the projects spaces&lt;/li&gt;
	&lt;li&gt;We have improved our documentations. It is a constant work, so please continue to give us feedbacks about it&lt;/li&gt;
	&lt;li&gt;We are also glad to announce the opening of our forum to welcome your contributions&lt;/li&gt;
	&lt;li&gt;We will propose in a near future a commercial support in order to guarantee a service level for strategic applications. Please check our website for more information&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;br clear="all" /&gt;
Finally, for this Christmas, we invite you to have a look on our new Kap Lab releases and to discover our "nouveautés":
&lt;br clear="all" /&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Data Visualization: Ring Chart, Uniformization of Data Input, Orthogonal layout (available soon)&lt;/li&gt;
	&lt;li&gt;Flex Development: Memory leak pluggin, Cairngorm console, PureMVC Console&lt;/li&gt;
	&lt;li&gt;Improvements on existing components, specified in the usual components release notes&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;br clear="all" /&gt;
We wish you a merry Christmas and a happy new year 2009&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
Sincerely,&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;
Cyril Daloz&lt;br/&gt;
CEO Kap IT&lt;/p&gt;

    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2008/12/18/KapLab+v1.5+Announcement"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Yoann Lheudé</dc:creator>
    <dc:date>2009-11-03T13:24:53Z</dc:date>
  </entry>
  <entry>
    <title>Diagrammer and RunMyProcess in Paris</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2008/09/22/Diagrammer+and+RunMyProcess+in+Paris" />
    <author>
      <name>Yoann Lheudé</name>
    </author>
    <published>2009-11-03T13:25:45Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~ylheude"&gt;Yoann Lheudé&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;a href="http://www.runmyprocess.com/en/index.html" rel="nofollow"&gt;&lt;img src="/download/attachments/32833558/rmp-kap_it_diagramming_partner.jpg" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;First professional platform embedding KapIT's &lt;b&gt;Diagrammer&lt;/b&gt; technology, &lt;b&gt;RunMyProcess&lt;/b&gt; (&lt;a href="http://www.runmyprocess.com/en/index.html" target="_blank"&gt;www.runmyprocess.com&lt;/a&gt;) presents its business process management's solution at the &lt;b&gt;BPM show in Paris, on October 1st and 2nd&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; 
&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;100% web based solution, exceptional ergonomy, quick return on investment  (ROI) : we are far away from the traditional BPM environment's complexity. &lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; 
&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;At KapIT, we are proud to contribute to the creation of a product combining such power and simplicity.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; 
&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Cyril Daloz&lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2008/09/22/Diagrammer+and+RunMyProcess+in+Paris"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Yoann Lheudé</dc:creator>
    <dc:date>2009-11-03T13:25:45Z</dc:date>
  </entry>
  <entry>
    <title>Kap Lab Kick-Off</title>
    <link rel="alternate" href="http://lab.kapit.fr/display/kaplabhome/2008/09/18/Kap+Lab+Kick-Off" />
    <author>
      <name>Yoann Lheudé</name>
    </author>
    <published>2009-11-03T13:43:38Z</published>
    <summary type="html">&lt;div class="feed"&gt;    &lt;p&gt;
        News Item
            &lt;b&gt;edited&lt;/b&gt; by
                    &lt;a href="http://lab.kapit.fr/display/~ylheude"&gt;Yoann Lheudé&lt;/a&gt;
            &lt;/p&gt;
        &lt;div style="border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px;"&gt;
         &lt;p&gt;&lt;a href="/display/kaplabhome/Home" title="Home"&gt;&lt;img src="/download/attachments/32833577/kap_it-kap_lab-kick_off.jpg" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;The Kap IT team is proud and happy to announce today the launch of its lab : &lt;a href="http://lab.kapit.fr" rel="nofollow"&gt;lab.kapit.fr&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;You will find there &lt;b&gt;free components&lt;/b&gt;, &lt;b&gt;exclusively in Flex/AS3&lt;/b&gt;, in two areas :&lt;/p&gt;



&lt;ul&gt;
	&lt;li&gt;Data visualization, reporting and diagramming&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Development and test tools&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This ambitious project is the result of several month of hard work and more than 15 years of experience in software R&amp;amp;D and innovation in GUI.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Our lab is the showcase of our expertise in &lt;b&gt;Flex, ActionScript, Flash, Air, LifeCycle&lt;/b&gt; and our strong partnership with &lt;b&gt;Adobe&lt;/b&gt; since 2005.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Our approach is mostly collaborative and headed toward innovation.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt;&lt;/p&gt;

&lt;p&gt;It's quite easy to use our components : Check out the demos, register, download components and integrate them in your applications.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;Kap Lab is made for the whole Flex and ActionScript community. With your feedback, bug reports and suggestions we will improve Kap Lab and its components.&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Kap IT&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="/display/diagrammer/Diagrammer" title="Diagrammer"&gt;&lt;img src="/download/attachments/32833577/kap_it-kap_lab-diagrammer-kdl.jpg" align="absmiddle" border="0" /&gt;&lt;/a&gt;
&lt;br clear="all" /&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="/display/kapinspect/Kap+Inspect" title="Kap Inspect"&gt;&lt;img src="/download/attachments/32833577/kap_it-kap_lab_kap_inspect.jpg" align="absmiddle" border="0" /&gt;&lt;/a&gt;
&lt;br clear="all" /&gt; &lt;/p&gt;
    &lt;/div&gt;
        &lt;div style="padding: 10px 0;"&gt;
       &lt;a href="http://lab.kapit.fr/display/kaplabhome/2008/09/18/Kap+Lab+Kick-Off"&gt;View Online&lt;/a&gt;
           &lt;/div&gt;
    &lt;/div&gt;</summary>
    <dc:creator>Yoann Lheudé</dc:creator>
    <dc:date>2009-11-03T13:43:38Z</dc:date>
  </entry>
</feed>

