How to Show Hidden Files in FileZilla
In this tutorial, I will quickly demonstrate how to show hidden files that are stored on a server, when you connect to it over FTP via the free file transfer software FileZilla. Read more...
Posted in FTP / 29 Aug, 2014How to Create a ZIP Archive with PHP
You can programmatically create Zip archives in your PHP web application or website using the functionality of one of the compression and archive extensions such as the Zip extension. In this tutorial, I will demonstrate how to create a Zip archive with PHP. Read more...
Posted in PHP / 24 Aug, 2014How to Embed SoundCloud Tracks on Your Website
SoundCloud allows users to place music tracks on their websites with an embed feature. In this tutorial, I will explain how to embed SoundCloud tracks on your website with a couple of examples. Read more...
Posted in Internet / 20 Aug, 2014How to Add Another Email Address to Your Yahoo Mail Account
If you are using multiple email addresses on various email services such as Outlook, Gmail and AOL, you can add them to your Yahoo Mail and use it as a single email box. In this tutorial, I will demonstrate how to add another email address to your Yahoo Mail account. Read more...
Posted in Email / 18 Aug, 2014How to Create a Download Link in HTML
You can easily create navigational links in HTML but when it comes to creating links for downloading files, it may get a little tricky. In this HTML tutorial, I will demonstrate how to create download links with the help of some examples. Read more...
Posted in HTML / 15 Aug, 2014How to Download a File with PHP
You can do a lot of things with PHP scripts, including the automatically downloading of files that are stored on your server. In this tutorial, I will talk about how to download a file from your website using PHP. Read more...
Posted in PHP / 13 Aug, 2014How to Include PHP Variables in JavaScript
Combining PHP and JavaScript shouldn't scare you, because in some cases you may need to pass PHP variables to JavaScript in order to accomplish certain tasks in your applications. In this tutorial, I will show you how to include PHP variables in JavaScript by giving some examples. Read more...
Posted in PHP / 12 Aug, 2014How to Get All Files and Folders in a Folder with PHP
In this tutorial, I will show you how to get all the files, subfolders and files in subfolders within a folder recursively using PHP, with the help of a detailed example. Read more...
Posted in PHP / 9 Aug, 2014How to Create a MySQL Database in cPanel
You can create a new MySQL database using the database creation wizard of cPanel in less than a minute. In this tutorial, I will demonstrate how to create a MySQL database for a website or web application in cPanel. Read more...
Posted in MySQL / 4 Aug, 2014How to Download a Text File with JavaScript
You can prepare a text file for download after it is created using JavaScript and in this tutorial I will demonstrate how to do that by providing a simple example. Read more...
Posted in JavaScript / 28 Jul, 2014