Useful Web & Tech Tutorials and Tips

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 / 5 Mar, 2015

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 / 24 Feb, 2015

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 / 19 Feb, 2015

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 / 12 Feb, 2015

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 / 10 Feb, 2015

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 / 6 Feb, 2015

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

Posted in JavaScript / 6 Feb, 2015

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

Posted in Office / 3 Feb, 2015

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

Posted in JavaScript / 28 Jan, 2015

Where to Download Old Versions of Firefox

Most modern web browsers, including Firefox, are frequently updated in order to catch up with the ever-changing web technologies and trends, and online security threats. Still, you can use an older version of a browser if you needed to. In this post, I will talk about where you can find and download old versions of Mozilla Firefox. Read more...

Posted in Firefox / 22 Jan, 2015