Firefox 4 new features

Firefox is getting his value in the market everyday. The firefox is most popular because of its add-ons and speed. Now the new firefox 4 is expected to have speed of about 6 times more than before. Firefox team has made many changes in new version and removed some bugs from the older release. Some bugs still may come in new release of firefox 4. So [...]

By |2024-03-27T13:04:17+00:00March 17, 2011|Browsers|0 Comments

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 march 22nd". One week ago the release candidate of Firefox 4 [...]

By |2024-03-27T13:04:18+00:00March 17, 2011|Browsers|0 Comments

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
Go to Top