Archive for the ‘CSS’ Category

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? […]

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 […]

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 […]