CSS

Video tutorial: How to create CSS button rollover effect menu web design tutorial

Video tutorial: How to create CSS button rollover effect menu web design tutorial

In this post I will show how to create easy cool rollover button effect which can be used for menu and navigation on your website. In this tutorial I am using simple graphic to tech a very useful technique used by professional designers to create outstanding menus. The trick is that just a small part of the ... ...

PHP and MySql

Video tutorials: PHP Mail function – How to send emails from your web server or localhost

Video tutorials: PHP Mail function - How to send emails from your web server or localhost

This tutorial is about sending emails from your website or web server using PHP Mail function. If you want to send emails form local host without uploading your website to a remote server you will need to use a special software called POSTCAST which will simulate an email server on your local computer and allow you ... ...

Misc, PHP and MySql

Video tutorial: How to integrate, integrating paypal buy now button with php and your database

Video tutorial: How to integrate, integrating paypal buy now button with php and your database

Originally this tutorial is part of my “Professional webmaster video course” but since it is not so easy to find good information about full integration of Paypal’s buy now buttons and I was getting many questions I decided to share this lesson here on my blog. Actually the integration process is not difficult, the challenge is to...

PHP and MySql

Video tutorial: How to create PHP Shopping cart using SESSION object variables

Video tutorial: How to create PHP Shopping cart using SESSION object variables

In this post I will show you how to create an effective shopping cart using PHP session variables. This lesson is part of my “Professional webmaster video course” but since I was asked by many visitors to explain how to create shopping carts, I decided to share this lesson. The shopping cart is created using the SESSION ... ...

PHP and MySql

Video tutorial: How to allow users upload files from a web page to server with PHP

Video tutorial: How to allow users upload files from a web page to server with PHP

In this post I will explain how to allow our visitors or site admin to upload files to our web server from a web page using html forms and php syntax. Sometimes we may want to let our visitors to upload photos, docs or any other files to our server. I will teach you to add file ... ...