
3D wall effect using only javascript + CSS3
July 13th 2010
I recently wanted to test if I was able to give a 3D aspect to wall as a proof of concept, so I fired up textmate, started coding and ended up with this. I only used JavaScript and CSS(3). I also need to point out that this demo only work in Safari as I used […]

Firefox to implement calc() in CSS3.
June 14th 2010
I’ve just read last week that Firefox would implement calc() in their new version of Firefox. It’s not out in any publicly released version yet but it is coming as they talked about it on their developers blog. Why should you care? Ever had an element that needed to have a percentage width with padding? […]

Mobile Web Apps: The End of App Stores?
January 28th 2010
Earlier this week Google released Google Voice as a web application. It’s a toned down version of the application that originally got submitted to the App Store but stirred controversy. If you never heard of it before, the application got pulled down from the App Store for “unknown” reasons, Google complained to the FCC, then […]

CSS3: rgba color values!
January 14th 2010
RGBA actually stands for (R)ed (G)reen (B)lue (A)lpha and is used to define colors in your CSS. As you must already know, colors are composed of various amounts of red, green and blue to form the final color. In CSS you can now specify the opacity of the desired color, that’s what the alpha channel […]

CSS3 properties: shadows!
January 7th 2010
Here’s a new series of post in which I’ll introduce you to new CSS3 properties. You might already know about them but have you tried them? Or know how to use them? Stay tuned and be ready when we can widely use them or start right now as it degrade gracefully. In this article, I’ll […]

CSS tip: Float an image without text wrapping under it.
December 10th 2009
I thought I’d share this little CSS tip that can be useful to some of you. Let’s say you have this content that contains a thumbnail, you want to float the thumbnail but don’t want the text to wrap under it like below. Instead you want the thumbnail to float and the text beside it, […]

prettySociable 1.2. Small small small update.
December 3rd 2009
I’ve just released an updated version of prettySociable. It consists on a bug fix where the “drag to share” container wouldn’t be position properly in the case the shared element has a border and/or padding. I also added a little animation to the label, just to say it’s not only a bug fix push 😉 […]

pointer-events, a property I wish we had now.
December 1st 2009
Mozilla announced it’d support pointer-events in Firefox 3.6. While the specification has apparently been part of SVG for a while, I never really heard of it before today. The pointer-events CSS property basically specifies if the mouse event should be sent to the current element, or the element underneath it. Might not look very useful […]

New website launched!
November 28th 2009
I’ve just launched my new website design. I want to say a big thank you to my friend Marie-Anne (http://turkoise.ca/) who took the shitty design I tried to make and made it pretty. I completely change the way I display the information on the website and my plugins are now an integral part of the […]
Announcing prettySociable
October 28th 2009
I’m at it again. Here’s my latest plugin, prettySociable. It’s meant to make sharing easy while being fun for the user. It was inspired by the sharing on mashable.com. Come back soon for a wordpress plugin, a friend of mine is working on it. Head over the project page for a demo: http://no-margin-for-errors.com/projects/prettySociable/ Feel free […]