Friday, August 5, 2011

what is Cloud Computing simple and easy defination


Cloud Computing

First of all know what is cloud computing: ,
A very clean and simple language/words Defination of Cloud Computing is::
  • In old system, we purchase the computer software and other software. Each time we need a CD or DVD so that again install or reinstall that kind of software.
  • This is the problem for every household as well as IT Companies.
  • So to resolve this Big IT Gaint like Google, Yahoo, IBM start the Cloud way.
  • Now you able to understand the definition:
    • Cloud computing is the way to store your software or data in Internet (server) and you simply use this either free or sometime paid.
  • Hope you understand!!  :) 



    what is exactly success in every Field?

    Today i share some experience word with all of you, regarding the Word SUCCESS.if you really want to got success in your field then simple follow some tips that i share.

    1. Success is not for those who are lazy, it's true.
    2. So if you are lazy, then be become punctual and obey the rule.
    3. Count your seconds, it automatically fruitful for you..
      • Above line means never waste time.
    4. Don't fear About Interview, it is the time when you learn most of the things you don't know.SO enjoy it with relief and comfort.
    5. Face the challenge and fix the target.
    6. Till you not set any target you never succeed.
    7. So Set the Target work upon it and see the result.
      1. if something Wrong then  Improve that..




      How to change the width of dropdown list in HTML,PHP,JAVA,DOT NET

      Let us assume the drop down list is this one:--



      <select name="drop-list" style="width: 200px;">
      <option> First value <option>
      <option> second value <option>
      <option> third value <option>
      <option> fourth value <option>
      <option> fifth value <option>
      <select>
       output is :




      It is very simple just do this way:

      ------------------------------------------------------------------------------------

      Now see the large width Drop down List


      Type the following code:

      <select name="drop-list" style="width: 400px;">
      <option> First value <option>
      <option> second value <option>
      <option> third value <option>
      <option> fourth value <option>
      <option> fifth value <option>
      <select>


      see the output: