classes

PHP Class (Object-Oriented Programming) Creation Tutorial

In this tutorial, you will learn how to How Create a PHP Class and its usage. The tutorial aims to provide IT/CS students and beginners with a reference for learning how to write a PHP script using Object-Oriented Programming (OPP) approach. Here, sample snippets are provided to have a better understanding. A sample source code zip file is also provided and is free to download.

Pseudo Classes/States

Introduction: This is the ninth part in my CSS Styling tutorials, in which I will be covering Pseudo states/classes. What Is a Pseudo State? A pseudo state or class is an event which has been triggered by the user, such as moving the mouse to hover over the elements in question, for example. Why States? States are important for a professional looking website.

Connecting MySQL Database and Visual Basic 2008 Using a Class

In this tutorial I will teach you how to use a class in connecting the MySQL Database and Visual Basic 2008. What is a class? A Class is a group of object that defines its functionality as a set of properties and the methods that will respond to. And it is also a container of your data and code. Wherein you can limit the data that you’re accessing.