Junaid Rehman

I am a blogger and freelance web developer by profession. I love to blog and learn new things about programming and IT World.

Firefox 4 launch date

Firfox 4 will release on March 22 if there is no bugs in the development. Hope this release of version will have more features and is more faster then before. “Mozilla’s Damon Sicore say that as final there is no known issues that would stop us from shipping RC1(Release Candidate 1). The sliping day is

Firefox 4 launch date Read More »

ipad 2 features

The ipad 2 is launching in 2nd March and has many salient features that are not found in previous ipad. As you know from previous versions the processor speed is increasing in later versions of ipad. The features of ipad 2 are:- The ipad 2 might have rear and front facing camera Support Retina Display

ipad 2 features Read More »

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 »