difference between x86 and x64 processor

Today i will discuss about the difference between x86 and x64 processor. x86 supports 32-bit and x64 supports 64-bit. Now a days many softwares come with both 32-bit and 64-bit compatibility. For example photoshop and windows 7 comes with 32-bit and 64-bit support. The core 2 duo processor is x64 and that mean it is 64-bit and also backward compatible like supports 32-bit operating system also. [...]

By |2024-03-27T13:04:18+00:00February 23, 2011|Programming|0 Comments

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 May be it has a gyroscope and a non-smudge screen The [...]

By |2024-03-27T13:04:18+00:00February 23, 2011|Mobiles|0 Comments

iphone not charging solve

My iphone was not charging today and i finally get charged. So today i give you tips about how you can solve the problem if you iphone not charging. So follow these things if your iphone not charging:- plug in your charger and power on your iphone If you are using usb charger via your pc then use other usb port Connect to wall charger it [...]

By |2024-03-27T13:04:19+00:00February 19, 2011|ipad and iphone|0 Comments

How to make rounded corner div

Today i will tell you how to make rounded div. There are two css properties used for this -moz-border-radius and -webkit-border-radius. They both apply to firefox and google chrome respectively. I am applying about 10px round to the div. If you want to apply round corner to only top then you can use as: -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; Here is [...]

By |2024-03-27T13:04:19+00:00February 8, 2011|Programming|0 Comments

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. Then i write lpsum text within the div tag. So the [...]

By |2024-03-27T13:04:20+00:00February 8, 2011|Programming|0 Comments

Email validation form in php

To verify email first we make our form and in this form make one input text field where user enters its email id and a submit button which when pressed shows that email is valid or not. In our php code we use regular expression to check the email whether its valid or not. In our php code we first check that whether form is submitted or not [...]

By |2024-03-27T13:04:20+00:00February 8, 2011|Programming|0 Comments

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 used to get the uri of the URL. For example the [...]

By |2024-03-27T13:04:21+00:00February 8, 2011|Programming|0 Comments

Easy way to install php, mysql, apache

Today i will teach the easiest way to install php, mysql, apache. The manual installation of these tools is boring and difficult for non-technical person or new programmer. The easy way to install these tools is that there are softwares that come with the package of php, mysql and apache. These softwares are easy to install and configure. I have three softwares to give you. Xampp: [...]

By |2024-03-27T13:04:21+00:00February 8, 2011|Programming|0 Comments

Twitter id of vip people

Today i will share with you the twitter id of vip people and bollywood personalities. Bill gates's twitter id is BillGates Salman khan's twitter id is BeingSalmanKhan Ali zafar's twitter id is AliZafarforu Preity zinta's twitter id is realpreityzinta Sonakshi Sinha's twitter id is sonakshisinha Arbaaz Khan's twitter id is arbaazSkhan Bill gates is the owner of microsoft corporation. Ali zafar is the most popular singer [...]

By |2024-03-27T13:04:22+00:00February 8, 2011|Social Network|0 Comments

Facebook revenue vs google revenue

The facebook and google are the most busy websites on the internet. By google ranking statistics facebook has higher ranking than google. Facebook has about 600 million users which shows that how much facebook is used daily. So lets compare facebook and google revenue. As the picture shows that google has 6 times more revenue than facebook has per user. But if you see the number [...]

By |2024-03-27T13:04:22+00:00February 8, 2011|Social Network|0 Comments
Go to Top