Use of web fonts in custom online projects

You want to spice-up your web page project with ? Why not! There are a lot of resources/services which allow the use of web fonts for free, why not take advantage and make your project look more appealing. First of all, what are web fonts? What is the difference between the downloaded and installed on your device (laptop/pc) and self-hosted fonts? Well, the biggest difference it the font extension for one. Most common font extensions .

Create edit and use .htaccess file

. Let's talk about .htaccess file How can we use it to : - protect files - protect directories - allow or deny access - redirect - password protect a directory - deny IP address - hotlinking Very important. Always have a backup of your files and after adding a new rule, test and see if it works. This way you'll prevent a lot of server internal errors, or if they do occur, you know which rule is not in agreement with your server. So, .

Protect images directory on host

How to protect resources directories from direct access via browser view? Well, there are multiple ways to do it but fastest and easiest way is by adding an index file inside this directory. The What, Why and How questions. What is a resource directory on a host? A resource directory is a folder (or folders) on your host which hold some files. Recommended backend environment for a website /web page is based on a structure. A web page  (or entire .

FileZilla – Upload files to host via ftp client

Upload files on your host using ftp client FileZilla is a free software, cross-platform FTP application, consisting of and FileZilla Server I think FileZilla is most popular free ftp client used by so many. In order to stay up to date with all releases and developments from FileZilla, I will not write much about this software. Their official website (at this address) has all the documentation you need to get started using this software. Here are .