Mar272009
You may don’t know but the entire family of IE browser has a limit for the amount of CSS selectors to be swallowed; and when I say entire I mean IE6, IE7, and IE8.
Yes you read right, the “fabulous” new IE8 still is carrying that limitation.
Long story short is that IE stops reading selectors after 4095 ignoring the rest of your CSS code, however this is not happening in other browsers.
You may think this is a big number (I did too) but you will be surprise to see how easily the selectors growth when you are working with a CMS and a big big site.
Mar232009
I just saw this video in YouTube and I have to say that is quite scary. We are moving fast, that is for sure :$
Mar202009
CSS is not an easy world and even Google make their errors.
I took this screen-shot today (20/03/2009), don’t you think those buttons are to close to the input box?

Nobody is perfect
Mar182009
This is the best thing that I’ve ever seen about Twitter, completely hilarious
Mar172009
We all know that when you want to add multiple files to the SVN repository you need to specified each one of those files, something like this:
svn add file1 file2 dir3/file3
But what happen when what you need is to add all those files that are not under revision yet?
Well, in that case we have this solutions:
svn add $( svn st | grep "^?" | awk '{print $2}' )
I hope this make a little bit easier your working days.
Update: I have found this other option that is shorter and easier to remember.
svn add * --force
Mar12009
Here is a video that show you how to install a new pair of lenses for your goggles.
Feb242009
It’s actually quiet easy to remove that outer glow when you focus an input element on Safari, a simple outline: none in your CSS code is all that you need.
Check the following examples and screen captures to see how it works:
Read the rest of this entry »
Feb172009
So, you have noticed that Firefox doesn’t handle the “overflow: hidden” very well with flash elements. I know, you maybe have a fancy slideshow that is working perfect with images and other elements, but when you try to add some videos everything goes crazy
. Well don’t desperate, the solution is easy. Read the rest of this entry »
Jan92009
The history of the Canary people is mark by their massive migration to different parts of the world, however sometimes one is surprised to see how far they reached.
Read the rest of this entry »
Jan12009
10… 9… 8… 7… 6… 5… 4… 3… 2.. 1…
TON! …one grape
TON! …two grapes
TON! …three grapes
TON! …four grapes
TON! …five grapes
TON! …sixfsh grapes
TON! …feven graupes
TON! …eigfsht grfaphef
TON! …nif grafpesh
TON! …cough.. fen …cough fufaf
TON! ..fe …cough cough …arrgg ..ven ffrsshvas
TON! …COUGH COUGH COUGH COUGH …ARRGGGG PUAGGG …DAMMIT THERE GOES MY TWELVE GRAPES
Fuck every year is the same story. HAPPY YEAR 2009!
I hope this year would be at least as good as the year before, full of wealth, happiness, and changes if that is what you wish; and talking about changes here I leave you with my new and totally upgrade website.
Let’s keep drinking, this is a party!