Programming

Articles about php, html

Css style tutorial

In this tutorial i will tell you how to apply css styles to html tags. I am applying style to the div tag. First you use style in div tag and then i apply different css properties in the style like width, height, margin, padding, border, background color. Each css property is separated by semicolon.

Css style tutorial Read More »

Find IP address, referrer, uri , operating system using php

Today i will teach you how to find IP address, referrer, uri , operating system using php. We will use $_SERVER to get all this information. $_SERVER[‘HTTP_REFERER’] is used to get the url of the page that refered the user to the current location. $_SERVER[‘REMOTE_ADDR’] is used the get the client IP address $_SERVER[‘REQUEST_URI’] is

Find IP address, referrer, uri , operating system using php Read More »

Joomla 1.6 Features

Joomla is used for making blogs and newspapers websites like eBay, Citibank, General Electric, IHOP and more. Joomla 1.6 version has added some features that are:- Sections are removed now and replaced with categories and sub categories. Now you can update components and plugins in one click like wordpress do. Template styles is also added

Joomla 1.6 Features Read More »

class vs object

Class is a type of template from which objects can be created. Classes are static and they give a blueprint to create the object. Classes have state and behavior. For example you take the example of human. Human have eyes, hands which are state of the class human and walking and talking are the behavior

class vs object Read More »

What is ISP

Isp stands for internet service provider or independent service provider. Isp is a company that provides individuals and other companies access to the internet and other related services such as website building and virtual hosting. Isp is the company which provides user the facility of internet. Isp provides many ways to connect to internet. The

What is ISP Read More »