<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jérôme Sénaillat &#187; Blog</title>
	<atom:link href="http://www.senaillat.com/category/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.senaillat.com</link>
	<description>Interactive/Design   Paris/Tokyo.</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Simple Css 3 buttons</title>
		<link>http://www.senaillat.com/blog/simple-css3-buttons</link>
		<comments>http://www.senaillat.com/blog/simple-css3-buttons#comments</comments>
		<pubDate>Mon, 12 Jul 2010 20:22:55 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=1115</guid>
		<description><![CDATA[I know that there are <a href="http://speckyboy.com/2010/02/15/20-css3-tutorials-and-techiques-for-creating-buttons/">many other ways</a> to do this <a href="http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba">out there</a>, but I just had to come up with my own - you know how it is...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.senaillat.com/wp-content/uploads/2010/07/inline-buttons.png" alt="" title="inline-buttons" width="600" height="260" class="aligncenter size-full wp-image-1118" /></p>
<p>I know that there are <a href="http://speckyboy.com/2010/02/15/20-css3-tutorials-and-techiques-for-creating-buttons/">many other ways</a> to do this <a href="http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba">out there</a>, but I just had to come up with my own — you know how it is…</p>
<p>The buttons can be found here: <a href="http://media.dkpn.jp/css/css3-buttons-01/">http://media.dkpn.jp/css/css3-buttons-01/</a> (<a href="http://media.dkpn.jp/css/css3-buttons-01/main.css">CSS</a>)<br />
They should work with Firefox and Webkit based browsers (Safari, Chrome).</p>
<p>The basic styling looks like this:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">a<span style="color: #6666ff;">._but</span> <span style="color: #00AA00;">{</span><span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
a<span style="color: #6666ff;">._but</span><span style="color: #3333ff;">:focus </span><span style="color: #00AA00;">{</span>–moz–<span style="color: #000000; font-weight: bold;">outline-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
<span style="color: #6666ff;">._but</span> <span style="color: #00AA00;">{</span><br />
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span> <br />
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#d9d9d8</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">7px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">14px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #933;">0px</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span><br />
box-shadow<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #933;">0px</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">white-space</span><span style="color: #00AA00;">:</span><span style="color: #993333;">nowrap</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">}</span></div></td></tr></tbody></table></div>
<p>You’ll notice the pseudo class <em>:focus</em>, which tells Firefox not to add dots around a clicked element (as found <a href="http://sonspring.com/journal/removing-dotted-links">here</a>).</p>
<p>The other “new” elements are the <em>text-shadow</em> property, which seems to work without any prefix on my versions of Firefox and Chrome, and the <em>box-shadow</em> one that just doesn’t work for now…<br />
The <em>white-space</em> part if for inline links, to avoid them being cut in two.</p>
<p>We know add the styling for Firefox:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> –moz-linear-gradient<span style="color: #00AA00;">(</span><br />
   <span style="color: #993333;">center</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span><br />
   <span style="color: #993333;">rgb</span><span style="color: #00AA00;">(</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">)</span> <span style="color: #933;">26%</span><span style="color: #00AA00;">,</span><br />
   <span style="color: #993333;">rgb</span><span style="color: #00AA00;">(</span><span style="color: #cc66cc;">238</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">238</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">238</span><span style="color: #00AA00;">)</span> <span style="color: #933;">63%</span><br />
<span style="color: #00AA00;">)</span><span style="color: #00AA00;">;</span><br />
–moz-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
–moz-box-shadow<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #933;">0px</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span></div></td></tr></tbody></table></div>
<p>and Webkit-based browsers:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> –webkit-gradient<span style="color: #00AA00;">(</span><br />
   linear<span style="color: #00AA00;">,</span><br />
   <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">,</span><br />
   <span style="color: #000000; font-weight: bold;">left</span> <span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">,</span><br />
   color-stop<span style="color: #00AA00;">(</span><span style="color: #cc66cc;">0.26</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">(</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">224</span><span style="color: #00AA00;">)</span><span style="color: #00AA00;">)</span><span style="color: #00AA00;">,</span><br />
   color-stop<span style="color: #00AA00;">(</span><span style="color: #cc66cc;">0.63</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">rgb</span><span style="color: #00AA00;">(</span><span style="color: #cc66cc;">238</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">238</span><span style="color: #00AA00;">,</span><span style="color: #cc66cc;">238</span><span style="color: #00AA00;">)</span><span style="color: #00AA00;">)</span><br />
<span style="color: #00AA00;">)</span><span style="color: #00AA00;">;</span><br />
–webkit-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
–webkit-box-shadow<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #933;">0px</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span></div></td></tr></tbody></table></div>
<p>You name it, rounded corners, a subtle gradient for the background, and a 1px drop shadow. I used <a href="http://gradients.glrzad.com/">this tool</a> to grab the correct rgb values.</p>
<p>Well, it’s basically it. I added two pseudo classes, hover and active for the button states, using the same kind of properties. The only part that might need attention would be this one maybe:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">–moz-box-shadow<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">–1px</span> <span style="color: #933;">0px</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span><br />
–webkit-box-shadow<span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">–1px</span> <span style="color: #933;">0px</span> <span style="color: #cc00cc;">#666</span><span style="color: #00AA00;">;</span></div></td></tr></tbody></table></div>
<p>The negative value of the box shadow generates an inner shadow, which I used to give the impression the button is pressed.</p>
<p>I guess you could just add more <a href="http://reference.sitepoint.com/css/vendorspecific">vendor prefixes</a> as you want…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/simple-css3-buttons/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Donut : z-sorting</title>
		<link>http://www.senaillat.com/blog/donut-z-sorting</link>
		<comments>http://www.senaillat.com/blog/donut-z-sorting#comments</comments>
		<pubDate>Tue, 15 Jun 2010 02:38:22 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[8bit]]></category>
		<category><![CDATA[Donut]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[z-sorting]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=1012</guid>
		<description><![CDATA[<a href="http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment">Still</a> messing around JS game things... <a href="http://media.dkpn.jp/js/multi-chara-01/">This time</a> I tried to implement simple Z-sorting.]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.dkpn.jp/js/multi-chara-01/"><img src="http://www.senaillat.com/wp-content/uploads/2010/06/z-sorting.gif" alt="" title="z-sorting" width="600" height="260" class="aligncenter size-full wp-image-1013" /></a></p>
<p><a href="http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment">Still</a> messing around JS game things…<br />
<a href="http://media.dkpn.jp/js/multi-chara-01/">This time</a> I tried to implement simple Z-sorting.</p>
<p><span id="more-1012"></span></p>
<p>Try it here: <a href="http://media.dkpn.jp/js/multi-chara-01/">http://media.dkpn.jp/js/multi-chara-01/</a><br />
It should work OK on recent versions of Firefox, Chrome and Safari.</p>
<p>15 characters are randomly generated on each refresh. I tried to push a bit the numbers : it’s fine until 50 characters, but starts to be real slow after. 200 or more characters is just incredibly slow, and may even crash the browser… </p>
<p>I guess it’s because of my way of updating depth :</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #003366; font-weight: bold;">function</span> checkZsort <span style="color: #009900;">(</span>howMany<span style="color: #009900;">)</span> <span style="color: #009900;">{</span><br />
    <span style="color: #000066; font-weight: bold;">for</span> <span style="color: #009900;">(</span>i<span style="color: #339933;">=</span><span style="color: #CC0000;">0</span><span style="color: #339933;">;</span> i<span style="color: #339933;">&lt;</span>howMany<span style="color: #339933;">;</span> i<span style="color: #339933;">++</span><span style="color: #009900;">)</span> <span style="color: #009900;">{</span><br />
        <span style="color: #003366; font-weight: bold;">var</span> id <span style="color: #339933;">=</span> i<span style="color: #339933;">+</span><span style="color: #CC0000;">1</span><span style="color: #339933;">;</span><br />
        <span style="color: #003366; font-weight: bold;">var</span> pos_t <span style="color: #339933;">=</span> Math.<span style="color: #660066;">round</span><span style="color: #009900;">(</span>$<span style="color: #009900;">(</span><span style="color: #3366CC;">’#chara-’</span><span style="color: #339933;">+</span>id<span style="color: #009900;">)</span>.<span style="color: #660066;">position</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span>.<span style="color: #660066;">top</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span><br />
        $<span style="color: #009900;">(</span><span style="color: #3366CC;">’#chara-’</span><span style="color: #339933;">+</span>id<span style="color: #009900;">)</span>.<span style="color: #660066;">css</span><span style="color: #009900;">(</span><span style="color: #3366CC;">‘z-index’</span><span style="color: #339933;">,</span>pos_t<span style="color: #009900;">)</span><span style="color: #339933;">;</span><br />
    <span style="color: #009900;">}</span><span style="color: #339933;">;</span><br />
    setTimeout<span style="color: #009900;">(</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #009900;">{</span> checkZsort  <span style="color: #009900;">(</span>howMany<span style="color: #009900;">)</span><span style="color: #339933;">;</span> <span style="color: #009900;">}</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">500</span> <span style="color: #009900;">)</span><span style="color: #339933;">;</span> <br />
  <span style="color: #009900;">}</span></div></td></tr></tbody></table></div>
<p>Maybe there is a less CPU intensive way to deal with this ? I didn’t manage to include it directly into the characters animation function…<br />
My code is pretty messy, but if you’re curious it’s <a href="http://media.dkpn.jp/js/multi-chara-01/js/main.js">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/donut-z-sorting/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Donut : a javascript game engine experiment</title>
		<link>http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment</link>
		<comments>http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment#comments</comments>
		<pubDate>Fri, 11 Jun 2010 01:50:25 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[casual]]></category>
		<category><![CDATA[Donut]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[pink]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[Sierra]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=963</guid>
		<description><![CDATA[The other day, I was wondering if I could create a simple <a href="http://www.dreamviews.com/community/showthread.php?p=835920">point and click</a> game engine only with javascript... I ended up spending a couple of hours building <a href="http://media.dkpn.jp/js/chara-move-01/">this</a>, with characters I made for <a href="http://www.senaillat.com/graphic/yokata">Yokata</a>.]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.dkpn.jp/js/chara-move-01/"><img src="http://www.senaillat.com/wp-content/uploads/2010/06/donut-screenshot-01.gif" alt="" title="donut-screenshot-01" width="600" height="260" class="aligncenter size-full wp-image-976" /></a></p>
<ul>
<li>2010/09/03 tested on iPad :) . Actually I’m quite happily surprised by the result.</li>
</ul>
<p>The other day, I was wondering if I could create a simple <a href="http://www.dreamviews.com/community/showthread.php?p=835920">point and click</a> game engine only with javascript… I ended up spending a couple of hours building <a href="http://media.dkpn.jp/js/chara-move-01/">a simple prototype</a>, with characters I made for <a href="http://www.senaillat.com/graphic/yokata">Yokata</a>.</p>
<p><span id="more-963"></span></p>
<p>Test it here: <strong><a href="http://media.dkpn.jp/js/chara-move-01/">Chara move test 0.0.1</a></strong> (only character movements and simple speech bubble)<br />
The music of the demo is not by me. It has been made by the wonderful <strong><a href="http://8bc.org/members/Ultrasyd/">Ultrasyd</a></strong>.</p>
<p><object width="600" height="360"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=12475030&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=12475030&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="360"></embed></object></p>
<p>It’s pretty rough for now, but I think the idea is there. No use or <a href="http://billmill.org/static/canvastutorial/">canvas</a> or any other fancy HTML5 feature, just good old divs and <a href="http://api.jquery.com/animate/">Jquery</a> for the animations.</p>
<p>It has been developped with Firefox 3.6.2 on a Mac. <del datetime="2010-06-15T01:08:32+00:00">There is a positioning bug in Safari/Webkit and Chrome, I’m working on it… (or if you have any idea, don’t hesitate to mail me).</del> <em>This is fixed</em>. I have no plan of supporting IE for now.</p>
<p>This is a work in progress, and should be updated frequently (well, depending on my time of course).<br />
For now, the only features are :</p>
<ul>
<li>Click and go — limited to a square area around the character.<br />
<del datetime="2010-06-11T02:44:32+00:00"><em>To do : make this round</em></del> Done.</li>
<li>Background scrolling</li>
<li>Collisions with NPC, generating different type of events (simple alert, dialogue, etc.)</li>
<li>Random “jewels” generation for each level (not featured in demo)</li>
<li>Login/logout (not featured in demo)</li>
<li>Life, money, stats. (not featured in demo)</li>
</ul>
<p>To do :</p>
<ul>
<li><del datetime="2010-06-11T02:44:32+00:00">Fix Safari/Chrome start positioning bug</del> Fixed</li>
<li>Collisions with jewels</li>
<li>Add 1st plan with z scrolling.</li>
<li>Save position of character, background, level</li>
<li>Make level building dynamic</li>
<li>Add ability to change character</li>
<li>Add sounds (ideally, without Flash)</li>
</ul>
<p>Updates:</p>
<ul>
<li>2010/06/11: Added cookie saving player position, background position, and profile (left or right).</li>
</ul>
<p>I called this “Donut”, because of the character’s face.</p>
<p>Comments and critics welcome !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/donut-a-javascript-game-engine-experiment/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>New Google Ads video</title>
		<link>http://www.senaillat.com/blog/new-google-ads-video</link>
		<comments>http://www.senaillat.com/blog/new-google-ads-video#comments</comments>
		<pubDate>Fri, 04 Jun 2010 10:03:15 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[B2B]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[short]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=958</guid>
		<description><![CDATA[A while ago, I worked with Google and USN to create a couple of B2B videos to advertise Google Ads for mobile. The first one is online for a while, and I just received the link of the second one. Well, it might be no masterpiece, but I’m still happy with the result, considering the [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://www.senaillat.com/graphic/google-mobile-ads">while ago,</a> I worked with Google and <a href="http://www.ultrasupernew.com/">USN</a> to create a couple of <acronym title="Business-to-business">B2B</acronym> videos to advertise Google Ads for mobile.</p>
<p>The <a href="http://www.youtube.com/watch?v=yKXcffErnMg">first one</a> is online for a while, and I just received the link of the second one. Well, it might be no masterpiece, but I’m still happy with the result, considering the tight deadlines and the complexity of the decision process when working with such a large company as Google.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/u8l_TMZJTos&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/u8l_TMZJTos&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/new-google-ads-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little ghosts Wallpaper</title>
		<link>http://www.senaillat.com/blog/little-ghosts-wallpaper</link>
		<comments>http://www.senaillat.com/blog/little-ghosts-wallpaper#comments</comments>
		<pubDate>Sun, 09 May 2010 14:52:09 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[gray]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[orange]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=893</guid>
		<description><![CDATA[These days, I'm working now on a game interface for a client. 
They didn't like these, saying it was too "simple and childish". Damn.
Since I quite like them, I decided to turn them into a couple of wallpapers.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.senaillat.com/wp-content/uploads/2010/05/skulz-600x260.png" alt="" title="skulz-600x260" width="600" height="260" class="aligncenter size-full wp-image-895" /></p>
<p>These days, I’m working now on a game interface for a client.<br />
They didn’t like these, saying it was too “simple and childish”. Damn.<br />
But I quite like them anyway, so I decided to turn them into a couple of wallpapers.</p>
<ul>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/05/skulz-1280x800.png" target="_blank">1280 x 800</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/05/skulz-1440x900.png" target="_blank">1440 x 900</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/05/skulz-1680x1050.png" target="_blank">1680 x 1050</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/05/skulz-1920x1200.png" target="_blank">1920 x 1200</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/05/skulz-320x480.png" target="_blank">Iphone</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/05/skulz-480x272.png" target="_blank">PSP</a></li>
</ul>
<h2>Previous wallpapers</h2>
<ul>
<li><a href="http://www.senaillat.com/blog/satanic-gameboy-wallpaper">Satanic Gameboy Wallpaper</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/little-ghosts-wallpaper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Satanic Gameboy Wallpaper</title>
		<link>http://www.senaillat.com/blog/satanic-gameboy-wallpaper</link>
		<comments>http://www.senaillat.com/blog/satanic-gameboy-wallpaper#comments</comments>
		<pubDate>Sat, 30 Jan 2010 17:16:29 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[gameboy]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[yellow]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=786</guid>
		<description><![CDATA[A couple of days ago, I posted a <a href="http://sucresucre.com/2010/01/28/satanic-gameboy/">"Satanic Gameboy"</a> sketch on my blog. 
Well, I redraw it, and made it a wallpaper, in a couple of different sizes.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.senaillat.com/wp-content/uploads/2010/01/600x260.png" alt="600x260" title="600x260" width="600" height="260" class="aligncenter size-full wp-image-789" /></p>
<p>A couple of days ago, I posted a <a href="http://sucresucre.com/2010/01/28/satanic-gameboy/">“Satanic Gameboy”</a> sketch on my blog.<br />
Well, I redraw it, and made it a wallpaper, in a couple of different sizes.</p>
<ul>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/01/1280x800.png">1280 x 800</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/01/1440x900.png">1440 x 900</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/01/1680x1050.png">1680 x 1050</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/01/1920x1200.png">1920 x 1200</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/01/320x480.png">Iphone</a></li>
<li><a href="http://www.senaillat.com/wp-content/uploads/2010/01/480x272.png">PSP</a></li>
</ul>
<p>If you don’t already know, you can also take a look at the excellent Kitsune Noir <a href="http://kitsunenoir.com/category/the-desktop-wallpaper-project/">“Desktop Wallpaper Project”</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/satanic-gameboy-wallpaper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domino’s Pizza Tracking Show</title>
		<link>http://www.senaillat.com/blog/dominos-pizza-tracking-show</link>
		<comments>http://www.senaillat.com/blog/dominos-pizza-tracking-show#comments</comments>
		<pubDate>Sun, 29 Nov 2009 18:23:15 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Domino's Pizza]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[viral]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=746</guid>
		<description><![CDATA[I stumbled today on an interesting idea on the Japanese website of Domino’s Pizza. When you have ordered a pizza online (after a fastidious registration process, as only Japanese site have the secret), you are invited to follow in “real-time” the progression of the making of your pizza. Since you will need to register and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://allstars.dominos.jp/"><img src="http://www.senaillat.com/wp-content/uploads/2009/11/dominos-pizza-tracking-show-01.jpg" alt="dominos-pizza-tracking-show-01" title="dominos-pizza-tracking-show-01" width="600" height="260" class="aligncenter size-full wp-image-747" /></a></p>
<p>I stumbled today on an <a href="http://allstars.dominos.jp/">interesting idea</a> on the Japanese website of <a href="http://www.dominos.jp/">Domino’s Pizza</a>. </p>
<p>When you have ordered a pizza online (after a fastidious registration process, as only Japanese site have the secret), you are invited to <strong>follow in “real-time”</strong> the progression of the making of your pizza. </p>
<p>Since you will need to register and actually order a pizza to see it, here is a video that gives a good idea:</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/eKHIUp57GPo&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/eKHIUp57GPo&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>The video integrates your name, your order, and your geo location with a nice usage of Google Maps API. I guess this is the japanese version of <a href="http://www.dominos.com/home/tracker/pizzatracker.jsp" title="Domino's Pizza Tracker">the US site</a>. A fine localization work.</p>
<p>The next step would be to add GPS positioning on the delivery scooters, to be able to track exactly the delivery boy during his run…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/dominos-pizza-tracking-show/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 useful Mac OS X applications for webdesigners</title>
		<link>http://www.senaillat.com/blog/5-useful-mac-os-x-applications-for-webdesigners</link>
		<comments>http://www.senaillat.com/blog/5-useful-mac-os-x-applications-for-webdesigners#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:00:54 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coda]]></category>
		<category><![CDATA[Cyberduck]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Skitch]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Versions]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=447</guid>
		<description><![CDATA[After using Windows for many years, I recently switched to Mac OS X for my new computer. Until now, I am quite happy with it (well, I still don’t like not to be able to create a file anywhere with a right click, and the impossibility to resize windows from any place but the right-bottom [...]]]></description>
			<content:encoded><![CDATA[<p>After using Windows for many years, I recently switched to Mac OS X for my new computer. Until now, I am quite happy with it (well, I still don’t like not to be able to create a file anywhere with a right click, and the impossibility to resize windows from any place but the right-bottom corner, but I guess I can live with it).</p>
<p>More than the shiny design (..mmm OK,it plays a bit maybe) and the very intuitive UI (I am a big fan of Expose), it’s essentially a couple of applications — that I learned to love work with during my actual job — which made me make the jump. </p>
<p>Some or them are free, the others don’t exceed $100, which is not too expensive regarding their quality (and very cheap compared to, let’s say, Adobe products…). I am still quite new on Mac OS, so if you have any suggestion of useful software, I am more than interested.</p>
<h3>MAMP</h3>
<p><a href="http://www.mamp.info/"><img src="http://www.senaillat.com/wp-content/uploads/2009/10/mamp-logo.jpg" alt="mamp-logo" title="mamp-logo" width="270" height="106" class="alignleft size-full wp-image-535" /></a> I guess every PHP developer around knows this one ;) , but for the others…</p>
<p><a href="http://www.mamp.info/">MAMP</a> stands for Mac, Apache, MySQL, PHP. It allows you to run a PHP driven website on your local machine, with the same settings as your actual live server. It is very useful to create <a href="http://www.sawmac.com/mamp/virtualhosts/">virtual hosts</a>, or to manage your local db.</p>
<p>There is a free version, which does the job quite well, and a pro version around $60.</p>
<h3>Coda</h3>
<p><a href="http://www.panic.com/coda/"><img src="http://www.senaillat.com/wp-content/uploads/2009/10/coda-logo.gif" alt="coda-logo" title="coda-logo" width="270" height="109" class="alignleft size-full wp-image-481" /></a> I was using <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad ++</a> while on Windows, and was quite happy with it. </p>
<p>Then I discovered <a href="http://www.panic.com/coda/">Coda</a>. </p>
<p>I never managed to find a text editor with a more intuitive interface, usable shortcuts than with that application. The FTP/SVN integration works very well too, and make working on complex projects (remote team, many revisions, etc.) very easy. And it’s beautifully integrated into the OS.</p>
<p><a href="http://macromates.com/">Textmate</a> is perfect when you deal only with English, or western characters in general, but when you use multibytes characters (like Japanese, which I deal a lot with), the spacing between the characters is all messy and it’s very inconvenient to work with. I heard there is a workaround to this, but I never had a chance to find what it is (if you have an idea, any comment is welcome).</p>
<p>You can grab Coda <a href="http://www.panic.com/coda/">here</a> (about $100).</p>
<h3>Versions</h3>
<p><a href="http://versionsapp.com/"><img src="http://www.senaillat.com/wp-content/uploads/2009/10/versions-logo.jpg" alt="versions-logo" title="versions-logo" width="180" height="155" class="alignleft size-full wp-image-507" /></a> If you’re working as a team, which seams to be a very common pattern in this industry, chances are high you’ll need a <a href="http://en.wikipedia.org/wiki/Revision_control">Version control system</a>. </p>
<p>For those who are looking for an easy to use, nicely designed front-end, <a href="http://versionsapp.com/">Versions</a> might be what you need.</p>
<p>It includes several SVN versions, nicely handles SSH, and offers a very easy to use timeline function. And like Coda, is really beautifully integrated in the OS.<br />
I know that there is a SVN client integrated in Coda. But if you prefer a dedicated application, Versions seems to me like a very fine choice (and it’s only $30).</p>
<h3>Cyberduck</h3>
<p><a href="http://cyberduck.ch/"><img src="http://www.senaillat.com/wp-content/uploads/2009/10/cyberduck-logo1.jpg" alt="cyberduck-logo" title="cyberduck-logo" width="159" height="159" class="alignleft size-full wp-image-529" style="margin-bottom:40px;" /></a> Again, Coda includes an integrated FTP, but for those who like a dedicated client, <a href="http://cyberduck.ch/">Cyberduck</a> is just really fine.</p>
<p>It has FTP and SFTP, let you CHMOD, manage folders, see hidden files, etc. — all the classics. And it is free.</p>
<h3>Skitch</h3>
<p><a href="http://skitch.com/"><img src="http://www.senaillat.com/wp-content/uploads/2009/10/skitch-logo.jpg" alt="skitch-logo" title="skitch-logo" width="270" height="109" class="alignleft size-full wp-image-520" /></a> In my work, I use a lot of screen captures. </p>
<p>It can be to add elements to a design directly on the top of a capture of a live design (useful when your layout files contains MANY layers and you don’t want to open them). For archiving. To share with people. Etc.</p>
<p><a href="http://skitch.com/">Skitch</a> combines the ability of Mac OS to take a screenshot of just a portion of the screen with a very useful palette of tools allowing you to scribble directly over the capture: text, arrows, circles, free drawing… You can then publish the edited screenshot online in one click, and share the URL (which is unique, and known only by you or the people you want to share it with).</p>
<p>It is super convenient when you work as a team, and are testing/debugging a website, a simple drawing being sometimes way more explicit than a long explanation. And also it’s free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/5-useful-mac-os-x-applications-for-webdesigners/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New layout</title>
		<link>http://www.senaillat.com/blog/new-layout</link>
		<comments>http://www.senaillat.com/blog/new-layout#comments</comments>
		<pubDate>Sun, 04 Oct 2009 19:17:31 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=266</guid>
		<description><![CDATA[New minimal theme for the site, based one more time on the excellent Sandbox theme for WordPress. The site itself is a Work-in-Progress, an experiment in WP template building, so you can expect some changes in the layout in the coming weeks. Don’t hesitate to leave your opinion, comments, etc. Still some bugs: Javascript compatibility [...]]]></description>
			<content:encoded><![CDATA[<p>New minimal theme for the site, based one more time on the excellent <a href="http://www.plaintxt.org/themes/sandbox/" target="_blank">Sandbox</a> theme for WordPress.<br />
The site itself is a Work-in-Progress, an experiment in WP template building, so you can expect some changes in the layout in the coming weeks.</p>
<p>Don’t hesitate to leave your opinion, comments, etc.</p>
<p>Still some bugs: </p>
<ul>
<li>Javascript compatibility issues between the different Jquery versions of the plugins used: the contact form doesn’t work…</li>
<li>CSS issues for some layout cases.</li>
<li>The layout is tested only in Firefox 3.5.3 and Safari 4.0.3.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/new-layout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFSL Artbook Vol.3</title>
		<link>http://www.senaillat.com/blog/cfsl-artbook-volume-3-cafe-sale</link>
		<comments>http://www.senaillat.com/blog/cfsl-artbook-volume-3-cafe-sale#comments</comments>
		<pubDate>Sun, 12 Jul 2009 15:23:24 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[artbook]]></category>
		<category><![CDATA[CFSL]]></category>
		<category><![CDATA[french]]></category>
		<category><![CDATA[Graphic]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=63</guid>
		<description><![CDATA[You can find some of my illustrations in the 3rd edition of the CFSL Artbook. Many gifted artists are featured, and the quality of the print is really nice. Here is the presentation of the editor, taken from the editor’s website: Ankama Edition introduces the third volume of CFSL.net Artbook! The best of the French [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.senaillat.com/wp-content/uploads/2009/07/cfsl_artbook_180609_01.jpg" alt="cfsl_artbook_180609_01" title="cfsl_artbook_180609_01" width="600" height="398" class="aligncenter size-full wp-image-168" /></p>
<p>You can find some of my illustrations in the <a href="http://www.cfsl.net/">3rd edition of the CFSL Artbook</a>. Many gifted artists are featured, and the quality of the print is really nice.</p>
<p>Here is the presentation of the editor, taken from <a href="http://www.ankama-shop.com/en/u16-cfsl-net/206-cafe-sale-artbook-03">the editor’s website</a>:</p>
<blockquote><p>Ankama Edition introduces the third volume of CFSL.net Artbook!<br />
The best of the French artists’ community have gathered again for this new edition! Even more authors, more talent, and many more illustrations than your eyes can take at once…<br />
The CFSL.net artbook is 300 pages of eye candy displayed on glossy paper for the attention of fans of digital design and traditional drawing, as well as professionals, students or any other kind of artists…</p></blockquote>
<p>You can also grab it on <a href="http://www.amazon.fr/Artbook-Cfsl-Net-Collectif-forum-Caf%C3%A9/dp/2916739726/">Amazon.fr</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/cfsl-artbook-volume-3-cafe-sale/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.606 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-07 09:10:44 -->
