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 /

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 /

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 /

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 /

How to Fix “404 Favicon Not Found” Error

Have you ever stumbled upon the famous "Favicon not found" error while checking your website's 404 error logs? Getting this error even though you have a favicon image is annoying, isn't it? This post will explain how to get rid of that error from your logs for good. Read more...

Posted in Web Design /

How to Add Pinterest Save Button to Your Website

Pinterest offers webmasters a pin (save) button to place on their websites so that their visitors can quickly and easily save and share the pages they like. In this tutorial, I will show you how to put a Pinterest Save button on your website. Read more...

Posted in Pinterest /

How to Add Google+ Button to Your Website

Adding social sharing buttons to your website or blog is a great idea to provide a simple way for your visitors to share your content and spread the word about your website. In this tutorial, I will demonstrate how to add a Google+ button to your website. Read more...

Posted in Google /

Solution for Firefox’s “No Video with Supported Format and MIME Type Found” Error

In this post, I will talk about how to solve the well known video display issue that you may have stumbled upon a couple of times in Firefox web browser, when building a web page with videos on it. Read more...

Posted in Firefox /

Facebook Share Button Code with PHP

You can create your own custom Facebook share buttons which use dynamic URLs of your web pages with the help of a server side programming language. In this tutorial, I will show you how to create a share button for non-static URLs using PHP. Read more...

Posted in PHP /

How to Hide Scrollbars with CSS

Hiding the scrollbars on a web page that you are designing may be quite useful in some cases. In this tutorial, I will demonstrate how to hide vertical and horizontal scrollbars the browsers autmatically display for overflowing content, by a couple of CSS examples. Read more...

Posted in CSS /