<?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" xml:lang="en-US">
  <title>Xilinus  - Home</title>
  <id>tag:blog.xilinus.com,2009:mephisto/</id>
  <generator version="0.8.0" uri="http://mephistoblog.com">Mephisto Drax</generator>
  
  <link href="http://blog.xilinus.com/" rel="alternate" type="text/html" />
  <updated>2009-03-04T08:00:44Z</updated>
  <link rel="self" href="http://feeds.feedburner.com/XilinusBlog" type="application/atom+xml" /><entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2009-03-04:337</id>
    <published>2009-03-04T08:00:00Z</published>
    <updated>2009-03-04T08:00:44Z</updated>
    <category term="Français" />
    <link href="http://blog.xilinus.com/2009/3/4/railscamp-paris-2009" rel="alternate" type="text/html" />
    <title>RailsCamp Paris 2009</title>
<content type="html">
            &lt;p&gt;C’est annoncé (et déjà plein), le &lt;a href="http://railscampparis2.heroku.com/"&gt;rails camp paris 2009&lt;/a&gt; aura lieu ce samedi 6 mars. (avec un site d’inscription en Rails!)&lt;/p&gt;


	&lt;p&gt;J’étais inscrit mais je ne pourrais malheureusement pas me rendre à cet événement :(.&lt;/p&gt;


	&lt;p&gt;Cela s’annonce en tout cas très intéressant avec le merge de Merb et Rails. J’espère qu’il y en aura un autre avant la fin de l’année pour y participer.&lt;/p&gt;


	&lt;p&gt;Encore bravo à l’association Ruby pour organiser ça. Toujours étonnant de ne voir personne de RailsFrance à ce genre d’événement.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2009-01-07:334</id>
    <published>2009-01-07T16:35:00Z</published>
    <updated>2009-01-07T16:40:00Z</updated>
    <category term="English" />
    <category term="Javascript" />
    <link href="http://blog.xilinus.com/2009/1/7/speaker-fot-skillsmatter" rel="alternate" type="text/html" />
    <title>Trainer for SkillsMatter</title>
<content type="html">
            &lt;p&gt;I am really proud to be a member of SkillsMatter to deliver courses about:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt; JavaScript, &lt;span class="caps"&gt;JSON&lt;/span&gt; &amp; &lt;span class="caps"&gt;DOM&lt;/span&gt;  &lt;/li&gt;
		&lt;li&gt; Ajax Enterprise Web Development&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;The first 5-day session will start in London on February 2th. I will do this session with my friend &lt;a href="http://tobielangel.com"&gt;Tobie Langel&lt;/a&gt; itself.
More sessions are coming for 2009 in London (UK), Paris (France) and Aarhus (Danmark).&lt;/p&gt;


	&lt;p&gt;I will post dates as soon as I know them.&lt;/p&gt;


	&lt;p&gt;I hope to see some of you there :)&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2009-01-05:331</id>
    <published>2009-01-05T18:47:00Z</published>
    <updated>2009-01-05T18:48:51Z</updated>
    <category term="English" />
    <category term="Javascript" />
    <link href="http://blog.xilinus.com/2009/1/5/addresschooser-widget" rel="alternate" type="text/html" />
    <title>AddressChooser widget by Mapeed</title>
<content type="html">
            &lt;h2&gt;Introduction&lt;/h2&gt;


	&lt;p&gt;May be some of you knows about service I launched more than one year now called &lt;a href="http://who-s-web.com"&gt;who-s-web&lt;/a&gt;.
Its server-side cluster algorithm is at the origin of a new service launched few weeks ago: &lt;a href="http://www.mapeed.com"&gt;Mapeed&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;But this site has also an address form when you register with a great feature: you can check your address on a little google map before submitting it, you can even move marker if it’s not correct.
This “widget” is something you need when you let someone enter a location like a user’s address or  a place’s location for a real better user experience.&lt;/p&gt;


	&lt;p&gt;After having seeing this same kind of form on &lt;a href="http://www.google.com/local/add/lookup"&gt;Google Local Business Center&lt;/a&gt;, I decided to make a Javascript component to bring this behavior with only a couple of lines of code and &lt;a href="http://addresschooser.mapeed.com"&gt;Mapeed.AddressChooser&lt;/a&gt; is born :).&lt;/p&gt;


&amp;lt;center&gt;
  &lt;a href="http://addresschooser.mapeed.com"&gt;&lt;img src="http://addresschooser.mapeed.com/doc/images/screenshot.png" /&gt;&lt;/a&gt;
&amp;lt;/center&gt;

	&lt;h2&gt;Features&lt;/h2&gt;


	&lt;ul&gt;
	&lt;li&gt;Javascript framework-agnostic. You can use it as is or with any great frameworks like Prototype, JQuery …&lt;/li&gt;
		&lt;li&gt;Mapping system independent. The current implementation is based on Google Map using a Google Map proxy object.&lt;/li&gt;
		&lt;li&gt;Interactive map display location while you arex typing an address.&lt;/li&gt;
		&lt;li&gt;Center map on user location (based on its IP) if mapping system allows it.&lt;/li&gt;
		&lt;li&gt;Fully customizable.&lt;/li&gt;
		&lt;li&gt;Fully documented with &lt;a href="http://pdoc.org"&gt;pdoc&lt;/a&gt;.&lt;/li&gt;
		&lt;li&gt;Works on Safari, Firefox, &lt;span class="caps"&gt;IE 6&lt;/span&gt;/7, Chrome and Opera.&lt;/li&gt;
		&lt;li&gt;...&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h2&gt;Download&lt;/h2&gt;


	&lt;p&gt;This component is free, open-source and available on github here: &lt;a href="http://github.com/mapeed/addresschooser"&gt;http://github.com/mapeed/addresschooser&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;You can also get a zip file or directly download Javascript file, checkout &lt;a href="http://addresschooser.mapeed.com"&gt;official website&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Enjoy!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2009-01-03:327</id>
    <published>2009-01-03T16:43:00Z</published>
    <updated>2009-01-05T18:50:05Z</updated>
    <category term="English" />
    <category term="Ruby" />
    <link href="http://blog.xilinus.com/2009/1/3/rake-and-cap-auto-complete-for-bash-shell" rel="alternate" type="text/html" />
    <title>rake and cap auto complete for bash shell</title>
<content type="html">
            &lt;p&gt;I love git and git auto complete bash shell. I get so used to it that I type &lt;span class="caps"&gt;TAB TAB&lt;/span&gt; key even for cap and rake command.
I’ve been frustrated so many times to not have auto complete for those commands, so I spent a few time on reading git code and google for it.&lt;/p&gt;


	&lt;p&gt;And here is my result, a little script to add to your .bashrc and you will have rake and cap completion! And mix of what I read on different code/articles.&lt;/p&gt;


	&lt;p&gt;My code is available on github: &lt;a href="http://github.com/sgruhier/rake_cap_bash_autocomplete"&gt;rake_cap_bash_autocomplete&lt;/a&gt;
You do not need to download the repository, just copy sheel file and check &lt;span class="caps"&gt;README&lt;/span&gt; for installation.&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;Copy &lt;code&gt;rake_cap_bash_autocomplete.sh&lt;/code&gt; to somewhere (e.g. &lt;code&gt;~/.rake_cap_bash_autocomplete.sh&lt;/code&gt;).                              &lt;/li&gt;
		&lt;li&gt;Added the following line to your &lt;code&gt;.bashrc&lt;/code&gt;: &lt;code&gt;source ~/.rake_cap_bash_autocomplete.sh&lt;/code&gt;&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;Then, if you test it in an empty rails directory for instance, you will have:
&lt;small&gt;
&lt;pre&gt;
&lt;code&gt;
$ rake TAB TAB
db:abort_if_pending_migrations  db:schema:dump                  doc:plugins                     rails:freeze:edge               test:recent
db:charset                      db:schema:load                  doc:rails                       rails:freeze:gems               test:uncommitted
db:collation                    db:sessions:clear               doc:reapp                       rails:unfreeze                  test:units
db:create                       db:sessions:create              doc:rerails                     rails:update                    time:zones:all
db:create:all                   db:structure:dump               gems                            rails:update:configs            time:zones:local
db:drop                         db:test:clone                   gems:build                      rails:update:javascripts        time:zones:us
db:drop:all                     db:test:clone_structure         gems:install                    rails:update:scripts            tmp:cache:clear
db:fixtures:identify            db:test:load                    gems:refresh_specs              routes                          tmp:clear
db:fixtures:load                db:test:prepare                 gems:unpack                     secret                          tmp:create
db:migrate                      db:test:purge                   gems:unpack:dependencies        stats                           tmp:pids:clear
db:migrate:down                 db:version                      log:clear                       test                            tmp:sessions:clear
db:migrate:redo                 doc:app                         notes                           test:benchmark                  tmp:sockets:clear
db:migrate:reset                doc:clobber_app                 notes:custom                    test:functionals                
db:migrate:up                   doc:clobber_plugins             notes:fixme                     test:integration                
db:reset                        doc:clobber_rails               notes:optimize                  test:plugins                    
db:rollback                     doc:guides                      notes:todo                      test:profile                    
&lt;/code&gt;
&lt;/pre&gt;
&lt;/small&gt;
And when you begin to enter a task command:
&lt;small&gt;
&lt;pre&gt;
&lt;code&gt;
$ rake test: TAB TAB
test:benchmark    test:functionals  test:integration  test:plugins      test:profile      test:recent       test:uncommitted  test:units        
&lt;/code&gt;
&lt;/pre&gt;
&lt;/small&gt;
If you have more than 128 commands, you will see
&lt;small&gt;
&lt;pre&gt;
&lt;code&gt;$ rake TAB TAB
Display all 128 possibilities? (y or n)
&lt;/code&gt;
&lt;/pre&gt;
&lt;/small&gt;&lt;/p&gt;


	&lt;p&gt;Same for cap&lt;/p&gt;


	&lt;p&gt;Enjoy!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2008-12-13:312</id>
    <published>2008-12-13T15:20:00Z</published>
    <updated>2008-12-16T09:51:49Z</updated>
    <category term="English" />
    <category term="Javascript" />
    <link href="http://blog.xilinus.com/2008/12/13/protofx-a-new-effect-engine-for-prototype" rel="alternate" type="text/html" />
    <title>ProtoFX a new effect engine for Prototype</title>
<content type="html">
            &lt;h2&gt;Introduction&lt;/h2&gt;


	&lt;p&gt;I did this framework first of all for personal use. I could not find what I needed in script.aculo.us and honestly, I do not see any activity in &lt;a href="http://github.com/madrobby/scriptaculous/tree/master"&gt;script.aculo.us&lt;/a&gt; or &lt;a href="http://github.com/madrobby/scripty2/tree/master"&gt;scripty2&lt;/a&gt; (alpha version of script.aculo.us 2)&lt;/p&gt;


	&lt;p&gt;I like also &lt;a href="http://jquery.com"&gt;jQuery&lt;/a&gt; when I need to just have animation. But as I use a lot &lt;a href="http://www.prototypejs.org"&gt;Prototype&lt;/a&gt; to build complex web applications, I needed something based on this powerfull JS Framework.&lt;/p&gt;


	&lt;p&gt;So ProtoFX is born :)&lt;/p&gt;


	&lt;p&gt;It’s a light weight animation framework (&lt;em&gt;base&lt;/em&gt; version is less than 7Ko packed) with great features. I decided to use music semantic for class names. Running effects is like playing a song isn’t it?. The object in charge of time synchronization is called &lt;em&gt;Metronome&lt;/em&gt;. The “queue” system (I will describe it later, but it’s more powerfull than a classical queue system) is called &lt;em&gt;Score&lt;/em&gt;.&lt;/p&gt;


	&lt;p&gt;Actions are like music player actions: play/stop/reverse/rewind…&lt;/p&gt;


	&lt;p&gt;But let’s talk about ProtoFX features.&lt;/p&gt;


	&lt;h2&gt;Features&lt;/h2&gt;


	&lt;h3&gt;Easy to use&lt;/h3&gt;


	&lt;p&gt;I tryed to make an &lt;span class="caps"&gt;API&lt;/span&gt; really easy to use. You just need to chain methods on an effect object. 
For example to fade an element, just do:&lt;/p&gt;


&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt; &lt;span class="Keyword"&gt;new&lt;/span&gt; &lt;span class="JEntityNameType"&gt;FX.Element&lt;/span&gt;(element).animate({opacity: &lt;span class="Constant"&gt;0&lt;/span&gt;}).play();
&lt;/pre&gt;

	&lt;p&gt;If you need to set some options like &lt;em&gt;duration&lt;/em&gt;  just call &lt;em&gt;setOptions&lt;/em&gt; function in chained methods.&lt;/p&gt;


&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt; &lt;span class="Keyword"&gt;new&lt;/span&gt; &lt;span class="JEntityNameType"&gt;FX.Element&lt;/span&gt;(element).setOptions({duration: &lt;span class="Constant"&gt;2000&lt;/span&gt;}).animate({opacity: &lt;span class="Constant"&gt;0&lt;/span&gt;}).play();
&lt;/pre&gt;

	&lt;p&gt;Pretty simple!&lt;/p&gt;


	&lt;h3&gt;Actions&lt;/h3&gt;


	&lt;p&gt;As I said before, actions are like using a music player. 
You can do:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;play&lt;/li&gt;
		&lt;li&gt;stop&lt;/li&gt;
		&lt;li&gt;reverse (even if the effect is running, call reverse and your animation will run backward)&lt;/li&gt;
		&lt;li&gt;rewind. Next time you call play it will play from the beginning&lt;/li&gt;
	&lt;/ul&gt;


	&lt;h3&gt;Delta&lt;/h3&gt;


	&lt;p&gt;Sometimes you do not know exactly where is your element in the page, you just want to move it of XX pixels to the left. You can use operand +=, -=, /= and *= to specify delta like this&lt;/p&gt;


&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt; &lt;span class="Keyword"&gt;new&lt;/span&gt; &lt;span class="JEntityNameType"&gt;FX.Element&lt;/span&gt;(element).animate({left: &lt;span class="String"&gt;&lt;span class="String"&gt;&amp;quot;&lt;/span&gt;+=100px&lt;span class="String"&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;}).play();
&lt;/pre&gt;

	&lt;h3&gt;“Cloneable”&lt;/h3&gt;


	&lt;p&gt;One great feature is to be able to create an effect without specifying an element. Consider that like just specifying effect parameters. To be able to play it on a element, just clone the effect and call play.&lt;/p&gt;


	&lt;p&gt;This is very usefull for UI widget for instance. UI is usually created dynamically. In this case it’s pretty hard to give an effect as UI option because you do not know the element to apply the effect when you create your UI component.&lt;/p&gt;


	&lt;p&gt;With ProtoFX, you can have an effect parameter on your widget. The widget will clone it when it needs to play animation.&lt;/p&gt;


&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt; &lt;span class="Storage"&gt;var&lt;/span&gt; fx &lt;span class="Keyword"&gt;=&lt;/span&gt; &lt;span class="Keyword"&gt;new&lt;/span&gt; &lt;span class="JEntityNameType"&gt;FX.Element&lt;/span&gt;().animate({opacity: &lt;span class="Constant"&gt;0&lt;/span&gt;});
&lt;span class="line-numbers"&gt;   2 &lt;/span&gt; ...
&lt;span class="line-numbers"&gt;   3 &lt;/span&gt; ...
&lt;span class="line-numbers"&gt;   4 &lt;/span&gt; fx.cloneFor(element1).play();
&lt;span class="line-numbers"&gt;   5 &lt;/span&gt; fx.cloneFor(element2).&lt;span class="SupportFunction"&gt;reverse&lt;/span&gt;().play();
&lt;/pre&gt;

	&lt;h3&gt;Event notifications and callbacks&lt;/h3&gt;


	&lt;p&gt;As a lot of prototype add-ons, ProtoFX fire events on different actions like ‘fx:started”, “fx:stopped” ... You just need to observe those events if need be, as usual.&lt;/p&gt;


	&lt;p&gt;But sometimes, I think it needs too much code for simple action, so event notifications are also notify to callbacks.
So you can write code like that:&lt;/p&gt;


&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt; &lt;span class="Storage"&gt;var&lt;/span&gt; fx &lt;span class="Keyword"&gt;=&lt;/span&gt; &lt;span class="Keyword"&gt;new&lt;/span&gt; &lt;span class="JEntityNameType"&gt;FX.Element&lt;/span&gt;(element)
&lt;span class="line-numbers"&gt;   2 &lt;/span&gt;   .onBeforeStarted(&lt;span class="Storage"&gt;function&lt;/span&gt;() {element.show();})
&lt;span class="line-numbers"&gt;   3 &lt;/span&gt;   .animate({height: &lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;+=100px&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt;})
&lt;span class="line-numbers"&gt;   4 &lt;/span&gt;   .play();
&lt;/pre&gt;

	&lt;p&gt;Instead of&lt;/p&gt;


&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt; &lt;span class="Storage"&gt;var&lt;/span&gt; fx &lt;span class="Keyword"&gt;=&lt;/span&gt; &lt;span class="Keyword"&gt;new&lt;/span&gt; &lt;span class="JEntityNameType"&gt;FX.Element&lt;/span&gt;(element)
&lt;span class="line-numbers"&gt;   2 &lt;/span&gt;   .animate({height: &lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;+=100px&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt;})
&lt;span class="line-numbers"&gt;   3 &lt;/span&gt;   .play();
&lt;span class="line-numbers"&gt;   4 &lt;/span&gt; 
&lt;span class="line-numbers"&gt;   5 &lt;/span&gt; 
&lt;span class="line-numbers"&gt;   6 &lt;/span&gt; &lt;span class="Support"&gt;document&lt;/span&gt;.observe(&lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;fx:beforeStarted&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt;, &lt;span class="Storage"&gt;function&lt;/span&gt;(&lt;span class="Support"&gt;event&lt;/span&gt;) {
&lt;span class="line-numbers"&gt;   7 &lt;/span&gt;   &lt;span class="Support"&gt;event&lt;/span&gt;.element().show();
&lt;span class="line-numbers"&gt;   8 &lt;/span&gt; }  
&lt;span class="line-numbers"&gt;   9 &lt;/span&gt; 
&lt;span class="line-numbers"&gt;  10 &lt;/span&gt; &lt;span class="Comment"&gt;&lt;span class="Comment"&gt;//&lt;/span&gt; And do not forget to unregister the event!!&lt;/span&gt;
&lt;span class="line-numbers"&gt;  11 &lt;/span&gt; 
&lt;/pre&gt;

	&lt;h3&gt;Element methods&lt;/h3&gt;


	&lt;p&gt;I have also added some usefull element methods that I use a lot with scripty like Element#fade/appear, Element#blindUp/blindDown. I will add more if needed.&lt;/p&gt;


	&lt;h3&gt;Based on Penner equations&lt;/h3&gt;


	&lt;p&gt;Effect transitions are based on the famous Penner equations (like jQuery). It gives nice and fluid effects like bouncing effects.&lt;/p&gt;


	&lt;h3&gt;Score&lt;/h3&gt;


	&lt;p&gt;As I said, the queue system is called &lt;em&gt;Score&lt;/em&gt;. but &lt;em&gt;Score&lt;/em&gt; is an effect itself (subclass of Fx.Base) so you can also call play/stop/reverse/rewind on it!!&lt;/p&gt;


	&lt;p&gt;You can add effect at the beginning, at the end, after a specific effect. You can add delay between effects, even negative delay for effect overlap.&lt;/p&gt;


&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt; &lt;span class="Storage"&gt;var&lt;/span&gt; group &lt;span class="Keyword"&gt;=&lt;/span&gt; &lt;span class="Keyword"&gt;new&lt;/span&gt; &lt;span class="JEntityNameType"&gt;FX.Score&lt;/span&gt;(&lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;group1&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt;);
&lt;span class="line-numbers"&gt;   2 &lt;/span&gt; group.&lt;span class="SupportFunction"&gt;add&lt;/span&gt;(fx1)
&lt;span class="line-numbers"&gt;   3 &lt;/span&gt;      .&lt;span class="SupportFunction"&gt;add&lt;/span&gt;(fx2, {delay: &lt;span class="Keyword"&gt;-&lt;/span&gt;&lt;span class="Constant"&gt;1000&lt;/span&gt;, position: &lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;last&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt;})
&lt;span class="line-numbers"&gt;   4 &lt;/span&gt;      .&lt;span class="SupportFunction"&gt;add&lt;/span&gt;(fx3, {delay: &lt;span class="Keyword"&gt;-&lt;/span&gt;&lt;span class="Constant"&gt;1000&lt;/span&gt;, position: &lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;first&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt;})
&lt;span class="line-numbers"&gt;   5 &lt;/span&gt;      .&lt;span class="SupportFunction"&gt;add&lt;/span&gt;(fx4, {delay: &lt;span class="Constant"&gt;1000&lt;/span&gt;, after: &lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;fx2&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt;});
&lt;/pre&gt;

	&lt;h2&gt;Samples&lt;/h2&gt;


	&lt;p&gt;Some samples are included with the distrib on github.
Check out &lt;a href="http://www.xilinus.com/protofx/examples/basketball.html"&gt;this fun example&lt;/a&gt;. 
Play with the play/stop and reverse checkbox. click on it when animation is running!!&lt;/p&gt;


	&lt;h2&gt;Get it!&lt;/h2&gt;


	&lt;p&gt;ProtoFX is under &lt;span class="caps"&gt;MIT&lt;/span&gt; Licence like Prototype.
You can get it from github here: &lt;a href="http://github.com/xilinus/protofx/tree/master"&gt;http://github.com/xilinus/protofx/tree/master&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Documentation is generated with &lt;a href="http://www.pdoc.org"&gt;pdoc&lt;/a&gt; from Tobie Langel. Just run: rake doc to generate it locally.&lt;/p&gt;


	&lt;p&gt;Unit tests are coming soon :)&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2008-12-13:311</id>
    <published>2008-12-13T12:37:00Z</published>
    <updated>2008-12-13T13:48:26Z</updated>
    <category term="English" />
    <link href="http://blog.xilinus.com/2008/12/13/mapeed-is-now-in-public-beta" rel="alternate" type="text/html" />
    <title>Mapeed is now in public beta</title>
<content type="html">
            &lt;p&gt;After months of development, &lt;a href="http://www.mapeed.com"&gt;Mapeed&lt;/a&gt; is now open in public beta.&lt;/p&gt;


	&lt;p&gt;We are very happy to deliver this first version to anyone who needs to display huge amount of markers on a Google Map.&lt;/p&gt;


	&lt;p&gt;Mapeed is a server-side clustering plugin for Google Maps.  Cluster are created depending on zoom level and location. Use our server &lt;span class="caps"&gt;API&lt;/span&gt; to synchronize your data to our server (only latitude and longitude) and use our Javascript &lt;span class="caps"&gt;API&lt;/span&gt; to manage markers/clusters.&lt;/p&gt;


	&lt;p&gt;The big picture is
- Google map delivers images
- Mapeed delivers markers in a efficient way.&lt;/p&gt;


	&lt;p&gt;To show a way to use Mapeed, we have created &lt;a href="http://www.crunchvision.com"&gt;CrunchVision&lt;/a&gt; a mashup of &lt;a href="http://crunchbase.com"&gt;CrunchBase&lt;/a&gt;, &lt;a href="http://maps.google.com"&gt;Google Map&lt;/a&gt; and  &lt;a href="http://www.mapeed.com"&gt;Mapeed&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;This mash-up has even been cited in &lt;a href="http://www.techcrunch.com/2008/12/01/crunchvision-is-crunchbase-on-a-map-are-you-on-it"&gt;techcrunch.com&lt;/a&gt; !!&lt;/p&gt;


	&lt;p&gt;This version works only for google maps but if you need to use it on other mapping systems, contact us.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2008-05-27:301</id>
    <published>2008-05-27T07:38:00Z</published>
    <updated>2008-05-29T09:13:45Z</updated>
    <category term="English" />
    <link href="http://blog.xilinus.com/2008/5/27/funny-comic" rel="alternate" type="text/html" />
    <title>Funny comic</title>
<content type="html">
            &lt;p&gt;I just saw this little comic on a blog, I really like it!
&lt;br /&gt;&lt;/p&gt;


&lt;p&gt;
&lt;img src="http://blog.xilinus.com/assets/2008/5/27/comic.jpg" /&gt;
&lt;/p&gt;
&lt;br /&gt;
But this kids should learn ruby instead of C, it will be easier and shorter to write :). 
It could be something like this:
&lt;pre class="sunburst"&gt;&lt;span class="line-numbers"&gt;   1 &lt;/span&gt;  &lt;span class="Constant"&gt;500&lt;/span&gt;.&lt;span class="Entity"&gt;times&lt;/span&gt; { puts &lt;span class="String"&gt;&lt;span class="String"&gt;'&lt;/span&gt;I will not throw paper airplanes in class&lt;span class="String"&gt;'&lt;/span&gt;&lt;/span&gt; }
&lt;/pre&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2008-05-15:294</id>
    <published>2008-05-15T08:07:00Z</published>
    <updated>2008-05-15T08:07:13Z</updated>
    <category term="English" />
    <link href="http://blog.xilinus.com/2008/5/15/first-railscamp-in-paris" rel="alternate" type="text/html" />
    <title>First RailsCamp in Paris</title>
<content type="html">
            &lt;p&gt;I will be at the first &lt;a href="http://barcamp.org/RailsCampParis"&gt;RailsCamps&lt;/a&gt; in Paris organized by Jean-François Tran and the &lt;a href="http://www.rubyfrance.org/"&gt;French Ruby comunity&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;This is a great event to meet people working with rails and to learn some great stuffs around Ruby frameworks.&lt;/p&gt;


	&lt;p&gt;I will do a session about google maps and rails. I will try to create a application from scratch!&lt;/p&gt;


	&lt;p&gt;And may be a talk about Merb and DataMapper.&lt;/p&gt;


	&lt;p&gt;See you there :)&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2008-05-15:292</id>
    <published>2008-05-15T08:06:00Z</published>
    <updated>2008-05-15T08:06:51Z</updated>
    <category term="English" />
    <link href="http://blog.xilinus.com/2008/5/15/new-design" rel="alternate" type="text/html" />
    <title>New Design </title>
<content type="html">
            &lt;p&gt;Xilinus is changing, design too :)&lt;/p&gt;


	&lt;p&gt;Xilinus is now a company in web application development based on Ruby frameworks (Ruby On Rails, Merb).&lt;/p&gt;


	&lt;p&gt;This explains the new design, xilinus.com will be updated soon too.&lt;/p&gt;


	&lt;p&gt;If you have a project of web application feel free to  &lt;a href="mailto:contact@xilinus.com"&gt;contact us&lt;/a&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://blog.xilinus.com/">
    <author>
      <name>seb</name>
    </author>
    <id>tag:blog.xilinus.com,2008-05-15:293</id>
    <published>2008-05-15T08:06:00Z</published>
    <updated>2008-05-15T08:07:03Z</updated>
    <category term="Français" />
    <link href="http://blog.xilinus.com/2008/5/15/nouveau-design-french" rel="alternate" type="text/html" />
    <title>Nouveau design (French)</title>
<content type="html">
            &lt;p&gt;Xilinus change de design!&lt;/p&gt;


	&lt;p&gt;Xilinus change bien plus que de design, cela devient une compagnie spécialisée dans le développement d’applications Web basée sur des Framework Ruby (Ruby On Rails, Merb). Le site xilinus.com sera aussi bientôt mis à jour.&lt;/p&gt;


	&lt;p&gt;Si vous avez des projets, des besoins de formations ou de consulting autour des technologies Ruby et Javascript, n’hésitez pas à nous contacter.&lt;/p&gt;


	&lt;p&gt;Autre nouveauté, un flux &lt;span class="caps"&gt;RSS&lt;/span&gt; pour les articles en &lt;a href="/francais" title="Français"&gt;français&lt;/a&gt; &lt;a href="/feed/french/atom.xml"&gt;&lt;img src="/images/feed.png" height="12" width="12" /&gt;&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
</feed>
