The CSS3 offers a lot of new features, one of them help us to simplify the animations on the HTML...
Author - Nicola Pietroluongo
Bulk images downloader
If you want to know how to bulk download images from a list of urls, you are in the right place :-)...
Simple URL checker
$url = ""; $handle = curl_init($url); curl_setopt($handle, CURLOPT_RETURNTRANSFER, TRUE);...
Multi cron with one cron job file
This article explain how to use only one PHP file for start several cron job in other PHP files...
How to make custom css grid system
Every web developer know that having a good grid system is very useful for building a modern...