The importance of timing and spacing in animation

A video that demonstrates importance of timing and spacing in animation.

Read Article

Create a bootable Yosemite installer

Yosemite is the latest release of Mac OS X. You have many a Mac to upgrade or prefer a clean install over the regular application installer install. Here is an

Read Article

How to create a MD5 generator in PHP

Let’s create an MD5 generator, if you don’t know what MD5 you are can visit read this Wikipedia article over MD5. Requirements. PHP 5. Web server (Apache, Nginx

Read Article

How to install Cinnamon on Ubuntu

Cinnamon is a desktop environment based on GTK+ 3. Cinnamon is also one of the Desktop Environments that comes ship with Linux Mint, In Ubuntu Cinnamon is a reg

Read Article

Open links in a new tab using jQuery

The most common way to open links in a new tab is to middle click the link in the web browser or right-click. To open a link in a new tab by default you need to

Read Article

PHP 5.6 on Ubuntu

PHP 5.6 is the latest stable version of PHP available. The latest stable version of PHP available for Ubuntu is PHP 5.5.x, If you want to PHP 5.6 or upgrade you

Read Article