/india-vs-pakistan.

india-vs-pakistan.

sachin-tendulkar-man-who-became-god.

sachin-tendulkar-man-who-became-god

india-vs-england-2012-2nd-t20i-preview.

india-vs-england-2012-2nd-t20i-preview.

sehwag-gambhirs-smug-overconfidence.

sehwag-gambhirs-smug-overconfidence.

all-proteas-players-to-be-given-game.

all-proteas-players-to-be-given-game.

Saturday, July 27, 2013

Useful Abbreviations

We know that there are lots of Abbreviations in the computer history.So let us know it.
  1. VDT                  Visual Display Terminal
  2. DWP                 Daisy Wheel Printer
  3. DMP                 Dot Matrix Printer
  4. CPS                  Character Per Second
  5. DPI                   Dots Per Inch
  6. PPM                 Pages Per Minute
  7. LPM                 Lines Per Minute
  8. UNIVAC          Universal Automatic Computer
  9. EDSAC             Electronic Delay Storage Automatic Computer
  10. EDVAC            Electronic Discrete Variable And Computer
  11. ENIAC              Electronic Numerical Integrator and Calculator
  12. CAL                  Computer Aided Learning
  13. CAD                  Computer Aided Designing
  14. EPROM             Erasable Programmable Read Only Memory
  15. PROM               Programmable Read Only Memory
  16. AI                      Artificial Intelligence
  17. AT&T                American Telephone & Technology
  18. COBOL             Common Business Oriented Language
  19. E-MAIL             Electronic Mail
  20. FAT                   File Allocation Table
  21. URL                   Uniform Resource Locator
  22. ASCII                American Standard Code for information Intercharge
  23. VSLI                  Very Large Scale Integration
  24. BASIC               Beginners All Purpose Symbolic Instruction Code
  25. AC                     Alternate Current
  26. DC                     Direct Current
  27. INTERNET        International Network
  28. ARPANET         Advanced Research Project Agency Network
  29. ISOC                 Internet Society
  30. UPS                   Uninterrupted Power Supply
  31. AVR                  Automatic Voltage Regulator
  32. CVT                   Constant Voltage Transformer
  33. FORTRAN        Formula Translation
  34. CASE                 Computer Aided Software Engineering
  35. POST                 Power On Self Test
  36. KIPS                  Knowledge Information Processing System
  37. CPM                  Control Program for Microprocessor
  38. MIPS                  Millions Instructions Per Second
  39. LCD                   Liquid Crystal Display
  40. HTTP                  Hyper Text Transfer Protocol
  41. HTML                Hyper Text Markup Language
  42. WWW                World Wide Web
  43. GUI                    Graphical User Interface
  44. WORM              Write Once Read Many
  45. CMOS                Complimentary Metal Oxide Semiconductor
  46. DRAM                Dynamic Random Access Memory
  47. SRAM                 Static Random Access Memory
  48. SQL                    Structured Query Language
  49. 4GL                     Fourth Generation Language
  50. ISO                     International Standard Organization
  51. INTEL                 Integrated Electronics
  52. OA                      Office Automation
  53. RPS                     Revolutions Per Second
  54. PIXEL                 Picture Element
  55. SCSI                   Small Computer Scale Interface
  56. DOT                    Department of Telecommunication
  57. DOE                    Department of Electronics
  58. MTNL                 Mahanagar Telephone Nigam Limited
  59. BSNL                  Bharat Sanchar Nigam Limited
  60. C-DAC               Centre of Development of Advanced Computing
  61. IIS                       Indian Institute of Science
  62. DMA                   Direct Memory Access
  63. MDA                   Monochrome Display Adapter
  64. BIOS                   Basic Input Output System
  65. IT                         Information Technology 
  66. BMP                    Bitmap
  67. BMP

Friday, July 26, 2013

Learn concept of HTML and its uses in Websites.

What is HTML
HTML is a complete code package that allows a user to create web pages.It includes text and graphics.You can add links to your web pages.Hyperlinks are the highlighted text segments or images that connect a page to other pages on the web.Let us analyze the word HTML.
Hyper text:
Hyper text is the text used to linked various web pages.It is the text on a web page, which on clicking opens a new web page.
Mark-up:
It means highlighting the text either by underlining or displaying it in different colors, or both.
Language:
It refers to the mode of communication between web pages.HTML has its own syntax and rules.

Describing Tags:
HTML is a tag based languages.A tag is a piece of code which acts as a label that web browser interprets.It instructs a web browser what to display and how to display.A complete tag  having an opening <tag> and a closing </tag> is known as element.We use various attributes in the tags that contain additional information like formatting effects, alignment,colors, etc.
Structure of an HTML document:

 <HTML>
<HEAD>
<TITTLE>tittle of the web pages</TITTLE>
</HEAD>
<BODY>
The main content of the HTML document is written here along with the attributes which enhance the appearance of a web page.
</BODY>

</HTML>


  • The Header is where you put information that is important about the web page, but you will not able to see in your browser window.
STRUCTURE
    <HTML>
    <HEAD>
    <TITTLE>tittle of the web pages</TITTLE>
    </HEAD>
    <BODY>
    The main content of the HTML document is written here along with the attributes which enhance the appearance of a web page.
    </BODY>

    </HTML>

    how to create a blog on wordpress.

    Wordpress is also like blogger,where we can create free blogs,but it is different than blogger,in some cases,its page is more better than blogger.Now,let us know how to create and bog.For this also,you have your g-mail account because it is also necessary like in blogger.Then follow these steps:

    1. First you go to the site www.wordpress.com.
        2.   Then you click on the Get Started button at the top of page.Then a new page will appear.Choose
               your username,e-mail address and password and then click on the 'Create blog'.

       








       3.   Then you will see that a new page will appear,click on new post button,then you see a post box will
              appear then post the information which you want to publish.If you want to add image,video then click
              'media' option.
    4.   After publishing open your site and enjoy.
       It is same like blogger if you want to know how to create a blog in blogger then click here

    How to add Facebook "like" button to your blog or blogspot

    To have a like button,you must have your Facebook page first.
    1. First,follow the link https://developers.facebook.com/docs/reference/plugins/like/
    2. Fill the required information and click on Get code.
    Now follow the steps:

    • Get the like button.


    • When you fill the required information then click on generate code button.then a box will appear on your screen.look like this.
    • Then you copy the first code and simply paste in on the <body> section of your page.
    • Then copy the second code for plugin the page will appear.

    Add FIVE cool and mashable type social sharing button to your blog.

    If you have blogger account then 
    blogger.com>sign in
    Templates>Edit HTML
    after pasting codes in <head>
    Layout>HTML/JavaScript
    and paste the below code to your blog or website.

    Place these script tag in "HEAD" section of your HTML
    <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>

    <script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
    Now put these script at the end of your pageThey contain the parameter preferences in JSON format.

    <script type="text/javascript">stLight.options({publisher: "5e1b23c7-e19f-44c1-85d1-69aede828cce", doNotHash: false, doNotCopy: false, hashAddressBar: true});</script>
    <script>
    var options={ "service": "facebook", "timer": { "countdown": 30, "interval": 10, "enable": false}, "frictionlessShare": true, "style": "7", "publisher": "5e1b23c7-e19f-44c1-85d1-69aede828cce"};
    var st_service_widget = new sharethis.widgets.serviceWidget(options);
    </script>

    Gamer City z

    Free for your eye videos