

<?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; XHTML</title>
	<atom:link href="http://www.senaillat.com/tag/xhtml/feed" rel="self" type="application/rss+xml" />
	<link>http://www.senaillat.com</link>
	<description>Interactive/Design   Paris/Tokyo.</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Magnet letters tentative with JQuery and CSS3</title>
		<link>http://www.senaillat.com/blog/magnet-letters-tentative-with-jquery-and-css3</link>
		<comments>http://www.senaillat.com/blog/magnet-letters-tentative-with-jquery-and-css3#comments</comments>
		<pubDate>Tue, 08 Feb 2011 15:45:56 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=1186</guid>
		<description><![CDATA[Who doesn't love magnetic letters on a fridge?
I saw something like that a while ago, and tried to replicate the same effects in my own, messy way.]]></description>
			<content:encoded><![CDATA[<p><a href="http://media.dkpn.jp/css/20110112-magnetletters/"><img src="http://www.senaillat.com/wp-content/uploads/2011/01/magnet-letters.jpg" alt="" title="magnet-letters" width="600" height="260" class="aligncenter size-full wp-image-1187" /></a></p>
<p>Who doesn’t love magnetic letters on a fridge?<br />
I saw something like that a while ago, and tried to replicate the same effects in my own, messy way. It was a good occasion to test the <strong>css3 rotate property</strong>.</p>
<h2>The demo</h2>
<p>It’s here: <a href="http://media.dkpn.jp/css/20110112-magnetletters/">http://media.dkpn.jp/css/20110112-magnetletters/</a><br />
It has been tested with Firefox, Safari and Chrome on Mac OSX. It is still a work in progress: characters are–almost–monospaced for now. Colors and rotations are randomized everytime the page is refreshed.</p>
<h2>The CSS</h2>
<p>I used some extra rules for the layout, but the actually involved CSS part is quite short.</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><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 />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<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: #a1a100;">@font-face {</span><br />
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> LeagueGothic<span style="color: #00AA00;">;</span><br />
    src<span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">(</span><span style="color: #ff0000;">’../fonts/LeagueGothic.otf’</span><span style="color: #00AA00;">)</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">}</span><br />
<span style="color: #cc00cc;">#whiteboard</span> <span style="color: #00AA00;">{</span><br />
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">(</span>../images/whiteboard1.jpg<span style="color: #00AA00;">)</span> <span style="color: #993333;">no-repeat</span> <span style="color: #933;">50%</span> <span style="color: #933;">50%</span><span style="color: #00AA00;">;</span> <br />
<span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">40px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">120px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">365px</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
<span style="color: #6666ff;">.magnet</span> <span style="color: #00AA00;">{</span><br />
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">‘LeagueGothic’</span><span style="color: #00AA00;">,</span> arial<span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span> <br />
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span> <br />
<span style="color: #000000; font-weight: bold;">text-transform</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">uppercase</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">80px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">min-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">100px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">}</span><br />
<br />
<span style="color: #808080; font-style: italic;">/* letters colors */</span><br />
<br />
<span style="color: #6666ff;">.mPiece</span> <span style="color: #00AA00;">{</span><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><span style="color: #00AA00;">}</span><br />
<span style="color: #6666ff;">.col0</span> <span style="color: #00AA00;">{</span><span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#009fff</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
<span style="color: #6666ff;">.col1</span> <span style="color: #00AA00;">{</span><span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ff3c00</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
<span style="color: #6666ff;">.col2</span> <span style="color: #00AA00;">{</span><span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#b83823</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
<br />
<span style="color: #6666ff;">.col0</span> <span style="color: #00AA00;">{</span><br />
–moz–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#165981</span><span style="color: #00AA00;">;</span><br />
–webkit–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#165981</span><span style="color: #00AA00;">;</span><br />
–o–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#165981</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: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#165981</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
<span style="color: #6666ff;">.col1</span> <span style="color: #00AA00;">{</span><br />
–moz–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#722812</span><span style="color: #00AA00;">;</span><br />
–webkit–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#722812</span><span style="color: #00AA00;">;</span><br />
–o–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#722812</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: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#722812</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span><br />
<span style="color: #6666ff;">.col2</span> <span style="color: #00AA00;">{</span>–moz–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#751f0e</span><span style="color: #00AA00;">;</span><br />
–webkit–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#751f0e</span><span style="color: #00AA00;">;</span><br />
–o–<span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#751f0e</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: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc00cc;">#751f0e</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">}</span></div></td></tr></tbody></table></div>
<h2>The Javascript</h2>
<p>The lazy, Jquery way:</p>
<div class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><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 />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<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: #009900;">(</span>document<span style="color: #009900;">)</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">(</span><br />
  <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #009900;">{</span>   <br />
    $<span style="color: #009900;">(</span><span style="color: #3366CC;">’.magnet’</span><span style="color: #009900;">)</span>.<span style="color: #660066;">each</span><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><br />
    <span style="color: #003366; font-weight: bold;">var</span> mString <span style="color: #339933;">=</span> $<span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">)</span>.<span style="color: #660066;">html</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span><br />
    <span style="color: #003366; font-weight: bold;">var</span> mLength <span style="color: #339933;">=</span> mString.<span style="color: #660066;">length</span><span style="color: #339933;">;</span><br />
    $<span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">)</span>.<span style="color: #660066;">empty</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">;</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>mLength<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> randomColor <span style="color: #339933;">=</span> Math.<span style="color: #660066;">floor</span><span style="color: #009900;">(</span>Math.<span style="color: #660066;">random</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">*</span><span style="color: #CC0000;">3</span><span style="color: #009900;">)</span><br />
      <span style="color: #003366; font-weight: bold;">var</span> randomDeg <span style="color: #339933;">=</span> Math.<span style="color: #660066;">floor</span><span style="color: #009900;">(</span>Math.<span style="color: #660066;">random</span><span style="color: #009900;">(</span><span style="color: #009900;">)</span><span style="color: #339933;">*</span><span style="color: #CC0000;">11</span><span style="color: #009900;">)</span><span style="color: #339933;">-</span><span style="color: #CC0000;">5</span><span style="color: #339933;">;</span> <br />
      <span style="color: #003366; font-weight: bold;">var</span> posX <span style="color: #339933;">=</span> i<span style="color: #339933;">*</span><span style="color: #CC0000;">30</span><span style="color: #339933;">;</span><br />
      <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">(</span>mString<span style="color: #009900;">[</span>i<span style="color: #009900;">]</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">“m”</span> <span style="color: #339933;">||</span> mString<span style="color: #009900;">[</span>i<span style="color: #009900;">]</span> <span style="color: #339933;">==</span> <span style="color: #3366CC;">“M”</span><span style="color: #009900;">)</span> <span style="color: #009900;">{</span><br />
        posX <span style="color: #339933;">-=</span> <span style="color: #CC0000;">5</span><span style="color: #339933;">;</span><br />
      <span style="color: #009900;">}</span><span style="color: #339933;">;</span><br />
      <span style="color: #003366; font-weight: bold;">var</span> mAngle <span style="color: #339933;">=</span> <span style="color: #3366CC;">”</span><span style="color: #339933;">;</span><br />
      mAngle <span style="color: #339933;">+=</span> <span style="color: #3366CC;">‘-webkit-transform: rotate(‘</span><span style="color: #339933;">+</span>randomDeg<span style="color: #339933;">+</span><span style="color: #3366CC;">‘deg); ‘</span><span style="color: #339933;">;</span><br />
      mAngle <span style="color: #339933;">+=</span> <span style="color: #3366CC;">‘-moz-transform: rotate(‘</span><span style="color: #339933;">+</span>randomDeg<span style="color: #339933;">+</span><span style="color: #3366CC;">‘deg); ‘</span><span style="color: #339933;">;</span><br />
      mAngle <span style="color: #339933;">+=</span> <span style="color: #3366CC;">‘transform: rotate(‘</span><span style="color: #339933;">+</span>randomDeg<span style="color: #339933;">+</span><span style="color: #3366CC;">‘deg); ‘</span><span style="color: #339933;">;</span><br />
      mAngle <span style="color: #339933;">+=</span> <span style="color: #3366CC;">‘position: absolute; ‘</span><span style="color: #339933;">;</span><br />
      mAngle <span style="color: #339933;">+=</span> <span style="color: #3366CC;">‘left:’</span><span style="color: #339933;">+</span>posX<span style="color: #339933;">+</span><span style="color: #3366CC;">‘px; ‘</span><span style="color: #339933;">;</span><br />
      $<span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">)</span>.<span style="color: #660066;">append</span><span style="color: #009900;">(</span><span style="color: #3366CC;">’&lt;span class=“mPiece col’</span><span style="color: #339933;">+</span>randomColor<span style="color: #339933;">+</span><span style="color: #3366CC;">’” style=“‘</span><span style="color: #339933;">+</span>mAngle<span style="color: #339933;">+</span><span style="color: #3366CC;">’”&gt;’</span><span style="color: #339933;">+</span>mString<span style="color: #009900;">[</span>i<span style="color: #009900;">]</span><span style="color: #339933;">+</span><span style="color: #3366CC;">’&lt;/span&gt;’</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span>  <br />
    <span style="color: #009900;">}</span><span style="color: #339933;">;</span><br />
    charW <span style="color: #339933;">=</span> posX<span style="color: #339933;">+</span><span style="color: #CC0000;">30</span><span style="color: #339933;">;</span><br />
    $<span style="color: #009900;">(</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">)</span>.<span style="color: #660066;">width</span><span style="color: #009900;">(</span>charW<span style="color: #009900;">)</span><span style="color: #339933;">;</span><br />
  <span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">}</span><span style="color: #009900;">)</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>I used the font <a href="http://www.theleagueofmoveabletype.com/fonts/7-league-gothic">League Gothic</a>, from <a href="http://www.theleagueofmoveabletype.com/">The League of Moveable Type</a>, that we seems to see a lot these days :) , and which doesn’t work bad in this case.</p>
<p>I am sure the code could be optimized (not even talking about features like tracking or multiple lines), and any remark/suggestion is of course welcome…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/blog/magnet-letters-tentative-with-jquery-and-css3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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, that pleased me visually — 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 (3.6.12) and Chrome (5.0.375.70)/Safari(5.0.1), 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>The styling for Gecko-based browsers (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 (Chrome/Safari/Webkit):</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>Rounded corners, a subtle gradient for the background, and a 1px drop shadow. I must confess that I used <a href="http://gradients.glrzad.com/">this tool</a> to grab the correct rgb values. Would love hex colors + alpha…</p>
<p>Pretty straightforward. 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 then pile up <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>Pecha Kucha 20X20</title>
		<link>http://www.senaillat.com/web/pecha-kucha-20x20</link>
		<comments>http://www.senaillat.com/web/pecha-kucha-20x20#comments</comments>
		<pubDate>Tue, 03 Nov 2009 09:44:51 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PechaKucha]]></category>
		<category><![CDATA[Tokyo]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=593</guid>
		<description><![CDATA[For the second time, <a href="http://www.ultrasupernew.com/">we</a> did a complete redesign of the PechaKucha Night website, which was completely rebranded as <a href="http://pecha-kucha.org">PechaKucha 20X20</a>.]]></description>
			<content:encoded><![CDATA[
<a href='http://www.senaillat.com/web/pecha-kucha-20x20/attachment/pecha-kucha-2' title='pecha-kucha'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/pecha-kucha1-150x150.jpg" class="attachment-thumbnail" alt="pecha-kucha" title="pecha-kucha" /></a>
<a href='http://www.senaillat.com/web/pecha-kucha-20x20/attachment/pkn-01' title='pkn-01'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/pkn-01-150x150.jpg" class="attachment-thumbnail" alt="pkn-01" title="pkn-01" /></a>
<a href='http://www.senaillat.com/web/pecha-kucha-20x20/attachment/pkn-02' title='pkn-02'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/pkn-02-150x150.jpg" class="attachment-thumbnail" alt="pkn-02" title="pkn-02" /></a>

<p>For the second time, <a href="http://www.ultrasupernew.com/">we</a> did a complete redesign of the PechaKucha Night website, called <a href="http://pecha-kucha.org">PechaKucha 20X20</a>. I was responsible of the whole design, and also worked on HTML/CSS integration.</p>
<p>For those who never heard about PechaKucha, here is what <a href="http://pecha-kucha.org/what/">the site itself</a> say:</p>
<blockquote><p>PechaKucha 20x20 is a simple presentation format where you show 20 images, each for 20 seconds. The images forward automatically and you talk along to the images.</p></blockquote>
<p>We completely rebuilt the system, and also made quite drastic changes to the global design and accessibility, trying to rethink information hierarchy and to simplify the design. We also integrated the blog to the global website, and added many new features:</p>
<ul>
<li>You are now able to see <a href="http://pecha-kucha.org/presentations">presentations online</a>, directly on the site.</li>
<li>You can now login with both your PechaKucha account or your <a href="http://developers.facebook.com/connect.php" title="Facebook connect">Facebook</a> one.</li>
<li><a href="webcal://pecha-kucha.org/night/calendar/feed">iCal export</a>, to keep in touch with the calendar.</li>
<li>Geolocalisation: the site will display events in your area in priority.</li>
<li>…and many small usability enhancement using Javascript/Ajax.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/web/pecha-kucha-20x20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Bull Crowdcast</title>
		<link>http://www.senaillat.com/web/red-bull-crowdcast</link>
		<comments>http://www.senaillat.com/web/red-bull-crowdcast#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:53:23 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=427</guid>
		<description><![CDATA[Red Bull Crowdcat is a simple service built to allow people to upload live content  (text, photos) to both a <a href="http://m.rbcc.jp/">mobile</a> and a <a href="http://rbcc.jp/">PC</a> sites, in real-time, with a specific email address linked to an event (for example, the <a href="http://redbull.jp/#page=ArticlePage.1212109621868-600534723">Red Bull Sound Clash</a>). ]]></description>
			<content:encoded><![CDATA[
<a href='http://www.senaillat.com/web/red-bull-crowdcast/attachment/red-bull-crowdcast-2' title='red-bull-crowdcast'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/red-bull-crowdcast1-150x150.jpg" class="attachment-thumbnail" alt="red-bull-crowdcast" title="red-bull-crowdcast" /></a>
<a href='http://www.senaillat.com/web/red-bull-crowdcast/attachment/red-bull-crowdcast-01' title='red-bull-crowdcast-01'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/09/red-bull-crowdcast-01-150x150.jpg" class="attachment-thumbnail" alt="red-bull-crowdcast-01" title="red-bull-crowdcast-01" /></a>
<a href='http://www.senaillat.com/web/red-bull-crowdcast/attachment/red-bull-crowdcast-02' title='red-bull-crowdcast-02'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/09/red-bull-crowdcast-02-150x150.jpg" class="attachment-thumbnail" alt="red-bull-crowdcast-02" title="red-bull-crowdcast-02" /></a>
<a href='http://www.senaillat.com/web/red-bull-crowdcast/attachment/red-bull-crowdcast-03' title='red-bull-crowdcast-03'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/09/red-bull-crowdcast-03-150x150.jpg" class="attachment-thumbnail" alt="red-bull-crowdcast-03" title="red-bull-crowdcast-03" /></a>

<p><a href="http://rbcc.jp/">Red Bull Crowdcast</a> allow people to upload live content  (only text and photos for now) to both a <a href="http://m.rbcc.jp/">mobile</a> and a <a href="http://rbcc.jp/">PC</a> sites, in real-time. The user get a specific email address by scanning a QR-code, which is linked to an event (for example, as we did for the <a href="http://redbull.jp/#page=ArticlePage.1212109621868-600534723">Red Bull Sound Clash</a>, or, more recently, the <a href="http://www.redbullboxcartrace.jp/">Red Bull Box Cart Race</a>). </p>
<p>Uploaded content is accessible almost immediatly, and can also been broadcasted during the event itself via a flash vissualisation module. We built also a very simple, ajax-driven live moderation tool.</p>
<p>I was responsible for the whole art direction of the project: from the logo and the overall look and feel, to more technical aspects like CSS and HTML integration. The project was built using the <a href="http://www.symfony-project.org/">Symfony framework</a>.</p>
<p>As Mike <a href="http://mikesheetal.com/2009/09/11/helping-red-bull-let-the-masses-speak-with-their-voice/">wrote</a> on his blog, </p>
<blockquote><p>Email on mobile phones in Japan has been a standard feature since the beginning and often acts as the primary email address for many Japanese people. It is a natural interface to participation. The time from sending your email to appearing on the stream can be as little as 5–10 seconds, so the reward for participation is almost immediate.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/web/red-bull-crowdcast/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSFTweets</title>
		<link>http://www.senaillat.com/misc/nsftweets</link>
		<comments>http://www.senaillat.com/misc/nsftweets#comments</comments>
		<pubDate>Sat, 05 Sep 2009 21:38:12 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[BienOuBien]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=329</guid>
		<description><![CDATA[“NSFW” labeled contents can be quite offensive, yes. But it can also just be intriguing, disturbing, or more simply, just not consensual.
We tried to filter the too obvious porn spam by excluding keywords too “explicit”, and hoped for the best.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.senaillat.com/wp-content/uploads/2009/10/nsftweets.jpg" alt="nsftweets" title="nsftweets" width="600" height="260" class="aligncenter size-full wp-image-331" /></p>
<p>According to the <a href="http://www.urbandictionary.com/define.php?term=nsfw">Urban DIctionary</a>,</p>
<blockquote><p>“Not Safe For Work.” Used to describe Internet content generally inappropriate for the typical workplace, i.e., would not be acceptable in the presence of your boss and colleagues (as opposed to SFW, Safe For Work).</p></blockquote>
<p>“NSFW” labeled contents can be quite offensive, yes. But it can also just be intriguing, disturbing, or more simply, just not consensual.<br />
We tried to filter the too obvious porn spam by excluding keywords too “explicit”, and hoped for the best.</p>
<p>You’ll find NSFTweets there: <a href="http://bienoubien.jp/nsfw/">http://bienoubien.jp/nsfw/</a></p>
<p><a href="http://albancreton.com">Alban</a> made the code, and I was responsible for the design and css part.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/misc/nsftweets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nua Japan</title>
		<link>http://www.senaillat.com/web/nua-japan</link>
		<comments>http://www.senaillat.com/web/nua-japan#comments</comments>
		<pubDate>Sun, 29 Mar 2009 13:24:23 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[Nua]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=174</guid>
		<description><![CDATA[Nua is a young company specialized in the Brazilian Waxing in Japan. They needed a website.]]></description>
			<content:encoded><![CDATA[
<a href='http://www.senaillat.com/web/nua-japan/attachment/nua-01-3' title='nua-01'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/03/nua-01-150x150.jpg" class="attachment-thumbnail" alt="nua-01" title="nua-01" /></a>
<a href='http://www.senaillat.com/web/nua-japan/attachment/nua-03' title='nua-03'><img width="150" height="79" src="http://www.senaillat.com/wp-content/uploads/2009/07/nua-03-284x150.jpg" class="attachment-thumbnail" alt="nua-03" title="nua-03" /></a>
<a href='http://www.senaillat.com/web/nua-japan/attachment/nua-02' title='nua-02'><img width="150" height="79" src="http://www.senaillat.com/wp-content/uploads/2009/07/nua-02-284x150.jpg" class="attachment-thumbnail" alt="nua-02" title="nua-02" /></a>

<p>Nua is a young company specialized in the Brazilian Waxing in Japan. I let you browse <a href="http://www.nuajapan.com/faq">the nuajapan.com FAQ</a> for more information about the techniques. We used symfony1.0 to build the website, running in 2 languages, with a little administration interface to update products, news and campaigns.</p>
<p>How can you refuse to work for someone who claim to sell the “the one gift that guarantees a woman will take her clothes off” ?</p>
<p><a href="http://www.nuajapan.com/">www.nuajapan.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/web/nua-japan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expedia Ecity</title>
		<link>http://www.senaillat.com/web/expedia-ecity</link>
		<comments>http://www.senaillat.com/web/expedia-ecity#comments</comments>
		<pubDate>Mon, 02 Feb 2009 03:56:14 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=144</guid>
		<description><![CDATA[Ecity is an Expedia Japan passive game campaign. Basically, the user create a virtual city and have nothing else to do than sharing his personal game url to play. Every time a new visitor will visit his page, the city will grow.

So the more visitor you have, the biggest is your city!]]></description>
			<content:encoded><![CDATA[
<a href='http://www.senaillat.com/web/expedia-ecity/attachment/ecity-01' title='ecity-01'><img width="150" height="79" src="http://www.senaillat.com/wp-content/uploads/2009/07/ecity-01-284x150.jpg" class="attachment-thumbnail" alt="ecity-01" title="ecity-01" /></a>
<a href='http://www.senaillat.com/web/expedia-ecity/attachment/ecity-02' title='ecity-02'><img width="150" height="79" src="http://www.senaillat.com/wp-content/uploads/2009/07/ecity-02-284x150.jpg" class="attachment-thumbnail" alt="ecity-02" title="ecity-02" /></a>
<a href='http://www.senaillat.com/web/expedia-ecity/attachment/ecity-03' title='ecity-03'><img width="150" height="79" src="http://www.senaillat.com/wp-content/uploads/2009/07/ecity-03-284x150.jpg" class="attachment-thumbnail" alt="ecity-03" title="ecity-03" /></a>

<p>Ecity is an <a href="http://www.expedia.co.jp/">Expedia Japan</a> passive game campaign. Basically, the user create a virtual city and have nothing else to do than sharing his personal game url to play. Every time a new visitor will visit his page, the city will grow. So the more visitor you have, the biggest is your city!</p>
<p>The Main part of the game is made of Flash/AS3. The site backend is (of course) a symfony project, version 1.2. This guys communicate via AMF. Each user got his own unique sub-domain URL, making the thing easier to share.</p>
<p>Of course, this project was more than inspired by <a href="http://www.motion-twin.com/blog/entry/127" target="_blank">the great work</a> of the Motion-Twin guys.</p>
<p>This project is not online anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/web/expedia-ecity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Candyland.jp</title>
		<link>http://www.senaillat.com/web/candyland-jp</link>
		<comments>http://www.senaillat.com/web/candyland-jp#comments</comments>
		<pubDate>Sat, 22 Nov 2008 16:39:24 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[french]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=730</guid>
		<description><![CDATA[<a href="http://www.candyland.jp/">Candyland.jp</a> is a blog written by French people living in Japan.
I created a custom Wordpress theme, based on a modification of the <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox theme</a>.]]></description>
			<content:encoded><![CDATA[
<a href='http://www.senaillat.com/web/candyland-jp/attachment/cnadyland-full-01' title='cnadyland-full-01'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2008/11/cnadyland-full-01-150x150.jpg" class="attachment-thumbnail" alt="cnadyland-full-01" title="cnadyland-full-01" /></a>
<a href='http://www.senaillat.com/web/candyland-jp/attachment/candyland-full-02' title='candyland-full-02'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2008/11/candyland-full-02-150x150.jpg" class="attachment-thumbnail" alt="candyland-full-02" title="candyland-full-02" /></a>
<a href='http://www.senaillat.com/web/candyland-jp/attachment/cnadyland-closu-02' title='cnadyland-closu-02'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2008/11/cnadyland-closu-02-150x150.jpg" class="attachment-thumbnail" alt="cnadyland-closu-02" title="cnadyland-closu-02" /></a>

<p><a href="http://www.candyland.jp/">Candyland.jp</a> is a blog written buy French people living in Japan (and therefore, it’s written in french).</p>
<p>I created a custom <a href="http://wordpress.org/">WordPress</a> theme, based on a modification of the <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox theme</a>, which has MANY css hooks for easy customization.<br />
The blog works with the usual suspects : SEO Optimization, Super cache, Google sitemap and a couple of few other plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/web/candyland-jp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binbo Date</title>
		<link>http://www.senaillat.com/graphic/binbo-date</link>
		<comments>http://www.senaillat.com/graphic/binbo-date#comments</comments>
		<pubDate>Sat, 27 Sep 2008 22:28:25 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[awarded]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=361</guid>
		<description><![CDATA[Having a date but no money? <a href="http://binbodate.com/">Binbo Date</a> helps you out :-) simply indicate how much you want to spend and where you want to go, and a selection of bars, restaurants and <a href="http://www.tokyoartbeat.com/">TAB events</a> is shown on an embedded Google Map.]]></description>
			<content:encoded><![CDATA[
<a href='http://www.senaillat.com/graphic/binbo-date/attachment/binbo-date' title='binbo-date'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2009/10/binbo-date-150x150.jpg" class="attachment-thumbnail" alt="binbo-date" title="binbo-date" /></a>
<a href='http://www.senaillat.com/graphic/binbo-date/attachment/binbo-date-02' title='binbo-date-02'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2008/09/binbo-date-02-150x150.jpg" class="attachment-thumbnail" alt="binbo-date-02" title="binbo-date-02" /></a>
<a href='http://www.senaillat.com/graphic/binbo-date/attachment/binbo-date-03' title='binbo-date-03'><img width="150" height="150" src="http://www.senaillat.com/wp-content/uploads/2008/09/binbo-date-03-150x150.jpg" class="attachment-thumbnail" alt="binbo-date-03" title="binbo-date-03" /></a>

<p>Having a date but no money? <a href="http://binbodate.com/">Binbo Date</a> helps you out :-) simply indicate how much you want to spend and where you want to go, and a selection of bars, restaurants and <a href="http://www.tokyoartbeat.com/">TAB events</a> is shown on an embedded Google Map.</p>
<p>Binbo Date won two awards at the <a href="http://mashupaward.jp/">2008 Sun Microsystems / Recruit’s Mash-up award</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/graphic/binbo-date/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swarovski Fashion Rocks</title>
		<link>http://www.senaillat.com/web/swarovski-fashion-rocks</link>
		<comments>http://www.senaillat.com/web/swarovski-fashion-rocks#comments</comments>
		<pubDate>Mon, 30 Jun 2008 20:42:37 +0000</pubDate>
		<dc:creator>Jérôme</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.senaillat.com/?p=303</guid>
		<description><![CDATA[Swarovski Fashion Rocks promotional microsite.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.senaillat.com/wp-content/uploads/2009/10/Swarovski-Fashion-Rocks.jpg" alt="Swarovski-Fashion-Rocks" title="Swarovski-Fashion-Rocks" width="600" height="260" class="aligncenter size-full wp-image-302" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.senaillat.com/web/swarovski-fashion-rocks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

