Where to Download Old Versions of Google Chrome
If you need to use an older version of the Chrome browser, you can do that by finding the correct installation files. In this post, I will talk about where you can download and install old versions of Chrome. Read more...
Posted in Chrome / 25 Oct, 2014CSS Full Screen Background Image Tutorial
You can easily add a full screen background image to your website or web application with the help of CSS styles. In this tutorial, I will demonstrate how to do that by providing some examples. Read more...
Posted in CSS / 18 Oct, 2014How To Limit the Maximum File Transfer Size in FTP
The File Transfer Protocol (FTP) doesn't have any hard limits on the maximum file size and the maximum number of files for transfers. However, you can still apply a limit to control the file transfer to your server, which I will demonstrate in this tutorial. Read more...
Posted in FTP / 14 Oct, 2014What is the Maximum File Size in FTP Transfers?
By default, there is no technical limit on the maximum file size that you can transfer (download/upload) via FTP, but there are a number of factors that may introduce some artificial limits. In this post, I will talk about what they are. Read more...
Posted in FTP / 11 Oct, 2014How to Reverse Look Up an Email Address for Free
There are a number of ways for finding the owner of an email address by looking it up on various platforms, even though it may not always return accurate results. In this post, I will demonstrate some free methods to reverse look up email addresses. Read more...
Posted in Email / 5 Oct, 2014How to Make Form Input Fields Required
Making some of the input fields to be required on your forms is indispensable for collecting the information you need from your website or web application users. In this tutorial, I will demonstrate how to make form fields as required, in a number of ways. Read more...
Posted in Web Design / 23 Sep, 2014How to Download a File with JavaScript
You can create download links to let your visitors download dynamically generated files from your website or application, using a client side scripting language such as JavaScript. In this tutorial, I will demonstrate how to download files with JS. Read more...
Posted in JavaScript / 15 Sep, 2014Allow File Download After Email Address Submission
In this post, I will talk about a number of options that you can implement for making a file on your website available for download only after the visitors submit their email addresses. Read more...
Posted in Web Design / 14 Sep, 2014How to Delete a Cookie with PHP
Just like you can create a cookie with PHP, you can also delete it. In this tutorial, I will show you how to delete a cookie that you previously stored on the user's device, with the help of a simple PHP script. Read more...
Posted in PHP / 12 Sep, 2014How to Create a Cookie with PHP
One of the methods for creating and saving HTTP cookies on the user's device is to do it with PHP, that is, if your website or application is built with PHP. In this tutorial, I will briefly demonstrate how to create a cookie using PHP. Read more...
Posted in PHP / 6 Sep, 2014