Create animated hover effect without Using jqueryUI

| By Webner

We can add animated hover effect using css and html also. See example below:  Create simple html code like this: <div class=”co-sm-12 blog-categories”> <h4>Categories</h4> <ul> <li><a href=”#”>Customizable Courseware</a></li> <li><a href=”#”>Online Learning</a></li> <li><a href=”#”>Skills Assessments</a></li> <li><a href=”#”>Quick References</a></li> <li><a href=”#”>Exercise Files</a></li>

Upgrade to php 5.6 and apache 2.2 to apache 2.4.17 in ubuntu 12.04

| By Webner

These are the steps to upgrade to PHP 5.6: Add the PPA containing version 5.6 of php for Ubuntu 12.04: sudo apt-add-repository ppa:ondrej/php5-5.6 sudo apt-add-repository ppa:ondrej/php5 Run these command in terminal to upgrade php : sudo apt-get update If everything