Encrypting Password in PHP

In this simple tutorial we will be encrypting password in PHP. If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. Read More

Simple Navigation Bar with HTML / CSS

In this tutorial i am going to show you how to create a simple navigation bar with HTML / CSS. The easiest ways is to use a simple unordered list as your HTML structure and then style it using CSS. With the right styling you can even achieve some creative effects Let's get right into the code and build a simple menu. Read More

Redirecting non-www to www with .htaccess

In this tutorial we are redirecting non-www to www with .htaccess so, If you want to redirect all non-www requests to your site to the www version, all you need to do is simply add the following code to your .htaccess file Read More

Style a Contact Form with CSS

In this simple tutorial you will learn how to style contact form with css. First we will create simple form in HTML. This form is created by following this tutorial "How to Create simple contact form with PHP". Read More

Simple Contact Form with PHP

In this tutorial find a basic website form using only HTML (for the form) and PHP for the form processing. Along-side the HTML form you will find a basic PHP script which will capture the form submissions and send the form contents to your email address. Read More

How to Create a Robots.txt File

Web site owners use the robots.txt file to give instructions about their site to web robots; this is called The Robots Exclusion Protocol. Read More

How to Add Favicon to Your Website

A favicon is a graphic image (icon) associated with a particular Web page and/or Web site. Many recent user agents (such as graphical browsers and newsreaders) display them as a visual reminder of the Web site identity in the address bar or in tabs. Read More