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!

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.

 

Smooth Scroll Effect to anchor – jQuery

JavaScript

Add a smooth scroll effect to an anchor with this simple jQuery snippet.

 

How to Edit or Delete a Google+ Page

google_icon

How to manage your Google+ Page. Edit, delete or create Google+ Pages

 

How to Deactivate all WordPress Plugins

WordPress

How to disable all WordPress Plugins via MySQL

 

How to Update & Upgrade in Ubuntu

Linux

Very simple and very important. Keep your server up to date with two simple commands

 

Optimize MySQL turning Off InnoDB

MySQL

If your MySQL databases uses MyISAM instead of InnoDB you should turn the last one Off. It should free memory and optimize your MySQL performance.