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...

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...

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...

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...

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...

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...

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...

Google

JavaScript Copy Text to Clipboard Tutorial

It is now possible to copy text from a web page to clipboard via pure JavaScript, without any third party libraries or addons. In this tutorial, I will demonstrate how to copy text to clipboard using JavaScript. Read more...

JavaScript

How to Use Multiple Character Delimiters in Excel

Sometimes it may get a bit complicated to convert a CSV data file into a standard Excel file where you can then process the data in separate columns and cells. In this tutorial, I will demonstrate how you can use multiple character delimiters while converting data in Excel. Read more...

Office

How to Refresh a Web Page with JavaScript

One of the useful things that you can do with JavaScript is to refresh (reload) a web page. In this tutorial, I will show you how to refresh a page with JavaScript and talk about some sample cases where it can be used. Read more...

JavaScript