WordPress, Magento, CSS3, HTML5...

CodeGround Howdy!

I am Rick Torres, a web developer in love with WordPress. I code from Barcelona (Spain).

Have a nice developing day!

Check Disk Space in Ubuntu

Linux

If you want to check your server disk space in Ubuntu run the following command

 

I can’t add a product to my wishlist – Magento

Magento

Solution. If you can’t add products to your wishlist you may need to check the product categories.

 

Drop the -moz prefix for border-radius

CSS

Like the -webkit prefix we can now drop the -moz prefix for the border-radius CSS3 style. The last versions of Mozilla Firefox support the standard border-radius style.

 

English and Christmas 2011

Yesterday I had the last English class of the year…

 

WordPress 3.3 “Sonny”

WordPress

WordPress 3.3 is out with nice performance improvements, drag and drop media uploader, tumblr importer and more!

 

How to change opacity with jQuery fadeTo

JavaScript

I already showed you How to change opacity with jQuery. In my previous post I used the attribute opacity. Today we will do the same with the jQuery function fadeTo.