How to Download an External File with PHP
It is possible to download a file that is hosted on another website/server to your server or to the user's computer with the help of a simple PHP script. In this tutorial, I will demonstrate how to download an external file using PHP. Read more...
Posted in PHP /How to Create a Playlist on SoundCloud
Do you enjoy listening to your favorite music tracks by creating your own playlists and perhaps sharing them with your friends? In this post, I will demonstrate how to create playlists on SoundCloud in simple steps. Read more...
Posted in Internet /How to Clear Instagram Top Search
Want to get rid of that annoying previous top search results that are displayed whenever you start performing a search on your Instagram account? In this tutorial, I will show you how to delete the top search entries in Instagram. Read more...
Posted in Instagram /How to Add Multiple Facebook Like Buttons on Your Website
Did you know that you can add more than one Facebook Like button to your website for different purposes? In this tutorial, I will demonstrate how to place multiple Like buttons on a web page with a simple example. Read more...
Posted in Facebook /How to Use Google Translate More Effectively
You have most probably used Google Translate, the free online translation service of Google, before but it is possible that you may have overlooked some of its features. In this post, we will talk about 5 simple tips to help you use Google Translate tool faster and more accurately. Read more...
Posted in Google /How to Create a Number Input Field in HTML
Did you know that you can create numeric input fields on your web page using the number input type thanks to HTML5? In this tutorial, I will show you how to create number input fields on your web forms. Read more...
Posted in HTML /JavaScript Cookies: How to Create a Cookie with Javascript
You can create HTTP cookies on the devices of users that visit your website with the help of JavaScript. In this tutorial, I will demonstrate how to create cookies with JavaScript by giving some examples. Read more...
Posted in JavaScript /How to Check If cURL is Enabled on Your Server
Have you ever needed to use the cURL extension in your PHP website or web application? In this post, I will show you how you can check whether or not cURL is installed and enabled on your server, before you even start coding your project. Read more...
Posted in Server /How to Compare Two Text Files in Notepad++
Often times you may need to compare two text files or documents while you are writing code or an article. In this tutorial, I will demonstrate how to easily compare two files using the Notepad++ text editor. Read more...
Posted in Office /How to Create an API Key in Google Developers Console
If you have never created an API key for any of the Google services related development project before, it may seem a little complicated at first. This tutorial will take you through the steps of getting an API key from the Google Developers Console, to use in your project. Read more...
Posted in Google /