Archive for 2013-11-24

HTML Fundamental

This tip will tell you exactly how to code your own HTML website. First, remember that most tags must be eventually closed. The syntax would be: <tag> CONTENT </tag>. Open a text editor such as notepad, or the HTML editor for your hosting.
Posted by Unknown

How to Create Windows 8 Bootable Pendrive

There are number of ways for installing an operating system to your computer. Most of the people do it by using bootable CD/DVD of windows. But we really don’t need to install windows very frequently and because of this , it is so difficult to put this.
Posted by Unknown

Top 5 Fastest SuperComputer In The World

1)Tianhe-2 (China) China's new Tianhe-2 supercomputer officially became the fastest supercomputer in the world on Monday by blowing America's Titan supercomputer out of the water. A group of computer scientists and engineers who twice a year.
Posted by Unknown

Rooting Your Android Smartphone

Free Windows utility Kingo Android Root makes it a snap to jailbreak just about any Android smartphone. Here's how to use it. Rooting is the Android equivalent of jailbreaking, a means of unlocking the operating system so you can install unapproved.
Posted by Unknown

C++ program to enter a number and print it into words

#include<iostream.h> #include<conio.h> void once(int a) { switch(a) { case 1: cout<<"One"; break; case 2: cout<<"Two"; break; case 3: cout<<"Three"; break; case 4: cout<<"Four"; break; case.
Posted by Unknown

C++ program to calculate sum of two numbers

#include<iostream.h> #include<conio.h> void main() { int x,y,sum; clrscr(); cout<<"Enter first no: "; cin>>x; cout<<"Enter second no: "; cin>>y; sum=x+y; cout<<"\nSum = "<<sum; getch(); } .
Posted by Unknown

Java program to convert given number of days into months and days

class Days {  public static void main(String...s)  {   int n,m,d;   n=Integer.parseInt(s[0]);      m=n/30;   d=n%30;      System.out.println(n+" days"+" = "+m+" months "+"and "+d+".
Posted by Unknown

C++ Program to calculate sum and average of three numbers

#include<iostream.h> #include<conio.h> void main() {  clrscr() //to clear the screen  float a,b,c,sum,av;  cout<<"Enter three numbers:";  cin>>a>>b>>c;  sum=a+b+c;  av=sum/3;  cout<<"\nSUM="<<sum;  cout<<"\nAverage="<<av;  getch();.
Posted by Unknown

What is a Local-Area Network (LAN)?

A local-area network (LAN) is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings, however, one LAN can be connected to other LANs over any distance via telephone lines and radio.
Posted by Unknown

Meaning Of Bios

The full form of BIOS is Basic Input Output System . It is responsible to start computer and holds information and settings about all the hardware devices attached to the comput.
Posted by Unknown

Google Page Design (C++ Program)

#include<iostream.h> #include<conio.h> #include<graphics.h> #include<dos.h> #include<math.h> void main() {clrscr(); int g=0,d; initgraph(&g,&d,"c:\turboc3\bgi"); setbkcolor(15); setcolor(1); settextstyle(3,0,5); outtextxy(190,140,"G"); setcolor(4); settextstyle(3,0,5); outtextxy(220,140,"O"); setcolor(3); settextstyle(3,0,5); outtextxy(250,140,"O"); setcolor(1); settextstyle(3,0,5); outtextxy(280,140,"G"); setcolor(2); settextstyle(3,0,5); outtextxy(310,140,"L"); setcolor(4); settextstyle(3,0,5); outtextxy(340,140,"E"); setcolor(1); settextstyle(3,0,5); setcolor(4); settextstyle(1,0,2); outtextxy(100,350,"SEARCH"); settextstyle(1,0,2); outtextxy(380,350,"I'M.
Posted by Unknown

HAARP: Secret Weapon Used For Weather Modification, Electromagnetic Warfare

“It isn’t just conspiracy theorists who are concerned about HAARP. The European Union called the project a global concern and passed a resolution calling for more information on its health and environmental risks. Despite those concerns, officials.
Posted by Unknown

Information About IBM.

IBM's Blue Gene supercomputers were awarded the National Medal of Technology and Innovation by U.S. President Barack Obama on September 18, 2009. Various IBM facilities IBM Rochester (Minnesota), nicknamed the "Big Blue Zoo" IBM Avenida.
Posted by Unknown

How to increase internet speed by 20 Percent(Windows Vista,Windows 7 and Windows 8)

Do you know that; by default, Microsoft has reserved 20% of your available bandwidth for their own purposes? This reserved bandwidth is used for Windows Updates and many other tasks like this. In this article, you are being taught to snatch back this.
Posted by Unknown

How To Increase Internet Speed In Windows XP

By Default, Windows reserves 20% of bandwidth for it’s own use.This should be undone immediately to optimize your net speed.To do so you need not install any extra program,you can do this with a simple setting given below. Press "Windows key + R"(shortcut.
Posted by Unknown

How to Remove Trojan Horse Virus

Firstly you need to have anti-virus software installed in your system and that too an updated one or else they will miss the latest species of Trojan horse. Anti-virus software helps prevent the system from many Trojan viruses. Then make sure.
Posted by Unknown

Steps Increase battery life of your laptop

There is an inbuilt command in your computer for improving battery life as well as the performance of the system but not all users are aware of it. Some laptops directly provide an interface with option termed as “ POWER SAVING MODE ” but  if your.
Posted by Unknown

Four Ways To Use Mobile Internet On PC Using Android

Now you can use your Internet data plan which is active in your phone on your Computer. Sometimes there is a situation when your broadband / Dongle / Internet connection is not working. In such cases you have to perform your works.
Posted by Unknown

Top 5 Android Launcher

1.GO LAUNCHER EX  Go Launcher Ex is one of the oldest and most popular Android Launcher available today. It is being used for customization of Home screens since Android Froyo. It is dependable and capable of customizing the.
Posted by Unknown
Powered by Blogger.

© 2025 Information Technology