IT Release - Page 43 of 46 - Technology Blog

  • Firefox 4 new features

    1 min

    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...
  • Firefox 4 launch date

    1 min

    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...
  • difference between x86 and x64 processor

    1 min

    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...
  • ipad 2 features

    1 min

    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...
  • iphone not charging solve

    1 min

    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...
  • How to make rounded corner div

    1 min

    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: Here...
  • Css style tutorial

    1 min

    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....
  • Email validation form in php

    1 min

    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...
  • Find IP address, referrer, uri , operating system using php

    1 min

    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...
  • Easy way to install php, mysql, apache

    1 min

    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...