PHP and MySql

PHP video tutorials: Pagination display results from database tables divided to multiple pages – paging

PHP video tutorials: Pagination display results from database tables divided to multiple pages - paging

If you have long tables it is not practical to display all the results in one page. There is a need to divide the results into smaller groups and display them on different pages. Pagination technique is commonly used by webmasters. I will explain you this important technique in this post. I think that you shouldn’t remember everything by ... ...

HTML, Misc

Video Tutorial: how to use any custom made font on your website using facelift video tutorial

Video Tutorial: how to use any custom made font on your website using facelift video tutorial

The problem in using different fonts on web pages is that they will not be displayed on the visitors browser unless they are installed on his operating system. In such case your intended design could look very different and not impressive. In this lesson I will show you a solution by FaceLift application that will enable you ... ...

CSS

How to CSS video tutorial: Simple image frame border effect with css

How to CSS video tutorial: Simple image frame border effect with css

In this post I will explain who to make a simple but nice image border frame effect with css. This effect is creating image frame without using any images, so now resources are was wasted. This effect is simply but looks great, so I hope you will find a use to it on your projects. Hope this tutorial ... ...

HTML

HTML video tutorial: How to change the mouse pointer cursor on a web page

HTML video tutorial: How to change the mouse pointer cursor on a web page

In this blog post I will explain where to find and how to attach a mouse pointer cursor to a web page or html component. This is a nice trick, just make sure you don’t overuse it on your webpages. I am showing also how to use it on specific object and not all over your page. That ... ...

PHP and MySql

Video PHP tutorials: Manage statistics ( stats ) using the SERVER object

Video PHP tutorials: Manage statistics ( stats ) using the SERVER object

This tutorial is about managin stats with PHP. During this lesson you will learn to track you visitors by date, ip, browser or refferer. This tutorial was made to show you the general concept of collecting and displaying statistic information about your visitors. This video is part of my “Professional Webmaster Video Course”. As a resul...