Wednesday, 1 April 2015

Why WhatsApp removed its blue tick in its latest version?



The advantage of blue tick in WhatsApp is to shows whether the reader read the message or not. This blue ticks also shows the reading time of the reader. Many people had welcomed this blue tick technology but many people oppressed it. Due to internal pressure WhatsApp removed blue ticks in its latest updates. If anyone updates newer version of WhatsApp then blue ticks will be disappear in his/her WhatsApp app

What is the difference between Intel 4th generation processors and 5th generation processors?


Intel has announced the availability of its 5th generation core processors based on cherry trail architecture. The new 5th generation (Broad well) processors do the same or better amount of work with less power.

Major features of Intel 5th generation are:
1. Office productivity up to 2.5* better
2. 3D printing up to 3.5* faster
3. 3D gaming up to 12* better
4. Watch videos up to 8.7 hours

5.  Robust security –keep information secure without slowing you down

HOW TO MAKE A SIMPLE HTML WEB PAGE?

HOW TO MAKE A SIMPLE HTML WEB PAGE?


1.    <html>
2.    <head>
3.     <title> Page Title </title>
4.    </head>
5.    <body>
6.    <h1> My First Heading </h1>
7.    <p> My first paragraph. </p>
8.    </body>
9.    </html>


First of all you should write these codes in your notepad text editor window. Then save it with html dot extension(eg. MyFirstWebPage.html).





Then the result will be



 Every HTML page is enclosed with - <html> </html> tags. The texts between these two tags describe the HTML document.  Within these two tags we can see <head> </head> tags. These tags describe information about the document. In this head tag we can see <title> </title> tags. The texts between them describe the title of the document. The text between <body> </body> tags describes the visible page content. The text between <h1> </h1> tags describes a heading and <p> </p> tags describes the paragraph.

Structure of HTML






What is FTP(File Transfer Protocol)?


What is FTP(File Transfer Protocol)?


FTP is not just a protocol but also a service and an application. FTP especially useful for transferring files between different computers. FTP provides the facility to transfer files between two computers running on different operating system such as UNIX, MS-DOS and Windows.

INTERNET BASICS



Internet began in 1969. It was a four computer network called ARPA net. It was used by U.S Defense department for communication. After two years ARPA net grew into two dozen sites. In 1981 it had more than two hundred sites. In 1990, ARPA net was disbanded and new network came to be known as internet which consisted of thousands of sites.

Gradually the commercial organization began to recognize the importance of internet and they changed whole world to a Global Village.


In internet There are two types of computers known as servers and clients. Computers which offer information to be read are called servers. Computers that read the information offered are called clients. TCP/IP is the communication protocol which is used by internet for world wide web to function.