Google Drive as Free CDN?
CDN stands for Content Delivery Network. The goal of a CDN is to serve content to end-users with high availability and high performance.Which will deliver
CDN stands for Content Delivery Network. The goal of a CDN is to serve content to end-users with high availability and high performance.Which will deliver
This snippet will detect a private IP address using PHP’s built in filter library and It will return false if the IP address is private.
If you need to download a CSV file on the fly without writing to external file, than you need to open php://output stream and use
One of the little known styling options is selection text styling with in the browser.Yes, it is possible to define color, background and text-shadow for
By default, placeholder text in inputs has a light gray color(if the browsers support) and which appears in an input field until the user puts
Success and achievement have different meanings for different people. In the quest for money, good jobs, top positions and materialistic possessions, we sometimes forget where
At the workplace, you want to get the work done and those targets achieved. Come next appraisal, you absolutely need your boss to give you
CodeIgniter permits you to override its default routing behavior through the use of the _remap() function. As you already knew the second segment of the
You may have noticed select/deselect all functionality on websites like gmail.com, outlook.com or even in the wordpress admin dashboard basically which allows you to select
Laravel 5.0 introduces Form Requests, which are a special type of class devoted to validating and authorizing form submissions. Each class contains at least a