Friday, October 29, 2010

new trick to install windows with usb

You can install any version of windows like windows xp,vista,7,2003,2008 using usb drive.As usb have become very common and affordable these days everbody caaries a usb.This tutorial doesnot uses the command prompt method for installing windows from usb instead I will give you a new and a simpler method to install the windows from the usb drive.For this tutorial we will require the following things

  • Windows Dvd or it’s ISO image
  • Optical drive emulation software( like demon tools)
  • Wintoflash software
  • USB drive (minimum 4 gb)
All the software that we will be using in this tutorial are free and their downloads links are given in the post.
Here is the step by step tutorial with screenshots on How To Install Windows Xp,Vista And 7 From Usb


1.Download and Install Demon tools.Click here to download
(Note:Skip this step if you already have any other optical drive emulation software or Windows Dvd)
2.Mount the windows ISO Image using demon tools.
3.Now Download  Wintoflash Software.Click here to download
4.Extract Wintoflash rar folder and click on Wintoflash.exe.This software doesnot require installation.
5.Now click on Advanced Mode Tab in the Wintoflash window
6.It will give you various options.Select the one that you want to perform.
wintoflash1 How To Install Windows Xp,Vista And 7 From Usb
7.Now it will ask you for the path of your windows.Give the address of the mounted windows drive or the dvd drive(if you have windows dvd) and also give the path of the usb drive .
wintoflash2 How To Install Windows Xp,Vista And 7 From Usb
8.Click on Run.
9.It will warn you that you usb will be formatted continue with it and it will convert your usb into bootable windows usb drive.
10.Restart your computer and change the boot order in your BIOS .

Wednesday, October 27, 2010

recover deleted files....

How To Recover Deleted Files In Windows If you have deleted some of your important files accidently then the first thing you will do is panic.But I am going to teach you how you can recover your deleted files.Using this method you can recover files that have been

  • Deleted from the Recycle bin
  • The files which have been permanently deleted using SHIFT+DELETE key
  • Files deleted from your Memory Card
Before starting the tutorial for recovering the deleted files I will explain the basics of file deletion which will help you understand that how and why file recovery is possible.
How File Deletion Works
Whenever you move a file to recycle bin or permanently delete a file the file is actually not deleted from the hard-disk instead that file space is marked as free by the operating system so that new files can be written at that space.So, if no new file is written at that place then you can recover the file easily but if you have placed some data in that particular drive then it is possible that the data be written on the same location from where you have deleted your file.It will make the data recovery difficult or impossible.
Note:-Donot put any new data on the Drive from which you have to recover you data because it may hamper your data recovery chances.
This method works on windows platform and is completely free.
Now,Lets begin the step by step tutorial with screenshots on How To Recover Deleted Files In Windows

1.Download Recuva .It is a freeware utility.
download it
http://download.cnet.com/Recuva/3000-2242_4-10753287.html

Tuesday, October 26, 2010

internet on TV- A black box for TV

hi friends now inter net on tv is possoble... with BOOXEE BOX
Internet-on-television

Television systems are in a continuous change process that sooner or later will result in a complete technology integration which will include high definition (HD), a three-dimensional experience (3D), and connection to Internet. Right now, we can perceive a series of moves in that direction; for example, one of the most important devices is arriving to Europe these days. It is known as Boxee Box.

It is a powerful multimedia player with access to Internet; it was developed by D-Link Corporation. Currently, it can be ordered through Amazon, even if you are in Europe. This sort of black box was designed to become the perfect intermediary between online multimedia content and our TV.
remote-control-webtv
In order to achieve it, the Boxee Box has a remote control with a built-in QWERTY keyboard and an attractive multimedia center which are used to operate the online browsing. This is possible thanks to an Intel Atom CE4100 processor that allows to play 1080p content.
web-tv
As for connectivity, the Boxee Box supports WiFi connection to Internet and also comes with Ethernet built in, a HDMI port, two USB ports,  and a slot for MicroSD cards. Different formats are not a problem: This gadget is able to play Flash 10.1, MP3, DivX, and a long list of video formats.

Monday, October 25, 2010

convert ubuntu look into windows7

Ubuntu,one of the best alternative and big competitor of Windows due to it’s Amazing user-friendly interface, simple and very quick installation, dual-boot with Windows 7 and excellent program support. In the Linux sector, Ubuntu is one of the top Linux Operating systems globally.
Many users often miss Windows Looks in Ubuntu. Now its possible.

With the help of W7 Theme you can make your Ubuntu Linux looks like Windows 7. W7 Theme is a free script that skins your Linux desktop with a familiar Windows 7 look and feel.
It can change your Linux GUI to a more familiar Windows interface. Linux has a highly configurable GUI, but if you long for the more well-known Windows interface, this script will do a remarkably good job of making Ubuntu look like Windows 7.
You can download either a GNOME and KDE version, as well as one of a few Firefox themes to make your browser look more Windows-y too.
Ubuntu Linux users can now get a full Windows 7 skin for Linux to give that OS a better glass look and, to all intents and purposes, make it look almost exactly like Windows 7.
It works in any version of Linux, but works best with Ubuntu for which it was designed. The skin, which can be downloaded here does prove to be a very convincing alternative to Windows 7, albeit without the aero glass effects, and could be used as an excellent way to introduce some users to the free Linux OS.

Sunday, October 24, 2010

make tic tac toe in c using graphic

hello friends!!!
after attending workshop in KU, finally i have learned
how to use graphic in c....
now here is a program
how to make tic tac toe game in c using graphic.
some months ago i posted how to make tic tac toe in c,
but in this i did not use any graphic.
now here is game using graphic.....  
 
Level - Intermediate
Here you will learn how to create a game called Tic Tac Toe through C . Tic Tac Toe is a very old game, nobody knows its origin but its so simple thier is even a probability that early man had its own version of the game.All you have to do is to get your three symbol in straight line. Tic Tac Toe game using C is relatively easy to program and beginners can give it a shot if they undestand carry on otherwise read the basic tutorials first and then comeback and learn how to create there very own tic tac toe game using C.

Graphic Library Used - Turbo C/C++ Bgi
Operating System Used - Windows XP Professional
Contents -
1. Requirements
2. Getting Started
3. Coding Main
4. Intializing Graphics
5. Game Data

6. Board Intilization
7. Mapping Board
8. Game Engine
9. Taking Input
10. Computer Move using AI
11. Checking Winner
12. Final Words
13. What Next?
1. Requirements
From Programming point of view i am assuming you have some knowledge of C and we will build this program from scratch for better understanding . If you absolute beginner check this out if you dont understand go through basic tutorials first.
But before you start you need some tools. You must install Turbo C++ 3.0 IDE and install it in folder C:\TC (Please Choose same directory name and drive if you are beginner). Thats all now you are all done to start your games programming fantasies.

2. Getting Started
Go to C:\TC\Bin there you will find a executable file called TC execute it and IDE will load itself.
Now go to File Menu and choose New.
Now Press F2 to save the file. Give it name tictacto.c (only 8 character filename is allowed).
Now you are all set to rock. The screen should be something like this -
 
3. Coding Main
First Thing a program should do is to include header files and code main only header we will be needing is graphics.h and conio.h. Including unnecessary header files increase the size of the code and compile time. Next we create an parameterless int returning main with no code at present. Your Code should look like this -
#include 
#include


int main ()
{
return 0;
}
4. Intializing Graphics 
Now we intialise graphics in main, stop for a key press and then close the graphics. When we stop you should se a blank page and not any error. If you face an error make sure your installation path is correct. All our game activity occurs in this opening and closing of graphics. It will generally give you a 640*480 mode with VGA graphics. These graphics are good enough to code any descent looking games. If you get different settings try to set them as above. Your code should be now -
 

#include 
#include

int main ()
{
int gdriver = DETECT, gmode;
initgraph(&gdriver, &gmode, "c:\\tc\\bgi"); // Intializes Graphics
getch (); // Key Press
closegraph (); // Close Graphics
return 0;
}
5. Game Data 
Now we create data your game needs . In this game we need following data -
We need a 2D 3 X 3 Matrix To Store the board. Each member of the board contains one the three values -
'O' if there is a zero at that place.
'X' if there is a cross at that place
'*' if there is no element at that place ie. placed has not yet been filled.
Now accomodating storage our code becomes -

 #include 
#include

char board [3] [3]; // Remeber Indexing Starts at Zero.


int main ()
{
int gdriver = DETECT, gmode;
initgraph(&gdriver, &gmode, "c:\\tc\\bgi"); // Intializes Graphics
getch (); // Key Press
closegraph (); // Close Graphics
return 0;
}
6. Board Initialization 
Now we create a function which intializes the entire board to '*'.
This indicates that no block is filled.
We use a function called initiateboard called in main to do this job for us.
#include 
#include
char board [3] [3]; // Remeber Indexing Starts at zero
void initiateboard ()
{
int i,j;
for (i = 0; i <= 2 ; i++)
{
for (j = 0; j <= 2; j++)
{
board [i] [j] = '*';
}
}
}
int main ()
{
int gdriver = DETECT, gmode;
initgraph (&gdriver, &gmode, "c:\\tc\\bgi");
initiateboard ();
getch ();
closegraph ();
return 0;
}
 
7. Mapping Board
This is a very important function in our program. Its job is to create a graphical image of the game form the data array board.
It first clears all the graphics on the present screen.
Then its initate the graphics and redraw the entire screen.
First the function draws the border lines. Then it draws a cross, a circle or nothing depending upon the values in the array.
It uses function drawcircle and drawcross to draw circles and cross respectively. These function take input value 0 to 9 depending upon the array positon to decide what to draw.
This function is first called in intialisation but will be called several times
Here some screenshot of the game developed till now -
C Tic Tac Toe

We call this function mapboard and our code now becomes -
#include 
#include
char board [2] [2]; // Remeber Indexing Starts at zero
void drawcircle (int position) // Draws a circle on basis of Input use mathematics reduce complexity
{
int centrex;
int centrey;
centrex = 245 + (50*(position%3)) + 25;
centrey = 165 + (50*(position/3)) + 25;
fillellipse (centrex,centrey, 10,10);
}
void drawcross (int position)
{
int centrex;
int centrey;
centrex = 245 + (50*(position%3)) + 25;
centrey = 165 + (50*(position/3)) + 25;
line (centrex-5,centrey+5,centrex+5,centrey-5);
line (centrex+5,centrey+5,centrex-5,centrey-5);

}
void mapboard ()
{
int gdriver = DETECT, gmode;
int i,j;
closegraph ();
initgraph (&gdriver, &gmode, "c:\\tc\\bgi");
// Draw 4 Lines to Form Board
line (295,165,295,315);
line (345,165,345,315);
line (245,215,395,215);
line (245,265,395,265);
for (i = 0; i <= 2; i++)
{
for (j = 0; j <= 2; j++)
{
if ( board [i] [j] == 'X') drawcross (3*i + j);
if ( board [i] [j] == 'O') drawcircle (3*i + j);
}
}
outtextxy (40,472,"Remove This Line by Learn Coding It yourself at www.cencyclopedia.com");

}
void initiateboard ()
{
int i,j;
for (i = 0; i <= 2 ; i++)
{
for (j = 0; j <= 2; j++)
{
board [i] [j] = '*';
}
}
mapboard ();
}
int main ()
{
int gdriver = DETECT, gmode;
initgraph (&gdriver, &gmode, "c:\\tc\\bgi");
initiateboard ();
getch ();
closegraph ();
return 0;
}
8. Game Engine -
Now we design a game engine for this game. This Game engine will contain an which end after 5 Users moves assuming user moves first. Now our game engine must do the following jobs in one sequence.
1. Take user input .
2. Place user move on board.
3. Calculate computer move.
4. Place computer move on board.
5. Refresh Screen for next round.
6. Check wether there is a winner.
we use fuction play to be name of our game engine and game exits when the function exits. This function is called once in main.
Now we have designed mapboard function in such a way that it can be used to refresh screen and can do the 5th job. We discuss the rest next.
9. Taking Input
We create a function name input which does the first two jobs of our game engine. It takes user input and if valid place that on to the data.
User is asked to input X coordinate (1 - 3) and Y coordinate (1 - 3).
If in our data board [X-1] and [Y-1] position is '*' then we place a 'X' There otherwise reprompt for input.
Here is a screenshot of the Game Developed Till Now -



Tic Tac Toe C PRogramming

                
 Code Now Becomes -

#include
#include

char board [3] [3]; // Remeber Indexing Starts at zero

void drawcircle (int position) // Draws a circle on basis of Input use mathematics reduce complexity

{
int centrex;
int centrey;
centrex = 245 + (50*(position%3)) + 25;
centrey = 165 + (50*(position/3)) + 25;
fillellipse (centrex,centrey, 10,10);
}

void drawcross (int position)

{
int centrex;
int centrey;
centrex = 245 + (50*(position%3)) + 25;
centrey = 165 + (50*(position/3)) + 25;
line (centrex-5,centrey+5,centrex+5,centrey-5);
line (centrex+5,centrey+5,centrex-5,centrey-5);
}

void mapboard ()


{
int gdriver = DETECT, gmode;
int i,j;
closegraph ();
initgraph (&gdriver, &gmode, "c:\\tc\\bgi");

// Draw 4 Lines to Form Board
line (295,165,295,315);
line (345,165,345,315);
line (245,215,395,215);
line (245,265,395,265);
for (i = 0; i <= 2; i++)
{
for (j = 0; j <= 2; j++)
{
if ( board [i] [j] == 'X') drawcross (3*i + j);
if ( board [i] [j] == 'O') drawcircle (3*i + j);
}
}
outtextxy (40,472,"Remove This Line by Learn Coding It yourself at www.cencyclopedia.com");
}

void initiateboard ()


{
int i,j;
for (i = 0; i < 3 ; i++)
{
for (j = 0; j < 3; j++)
{
board [i] [j] = '*';
putchar (board [i] [j]);
}
}
mapboard ();
}

void input ()

{
int x,y;
printf ("\nEnter X Coordinate - ");
scanf ("%d",&x);
printf ("\nEnter Y Coordinate - ");
scanf ("%d", &y);
if (board [x-1] [y-1] == '*')
{
board [x-1] [y-1] = 'X';
}
else
{
mapboard ();
printf ("\nWrong Coordinates");
input ();
}
}

void play () // Ladies and Gentleman I give you our game engine.

{
int i;
for (i = 0; i<5;i++)
{
input ();
mapboard ();
}
}

int main ()

{
int gdriver = DETECT, gmode;
initgraph (&gdriver, &gmode, "c:\\tc\\bgi");
initiateboard ();
play ();
getch ();
closegraph ();
return 0;
}
10. Computer Move Using AI 
Now after user move we need to make the computer move. Since this first version of the Article we will be using simple AI which maybe stupid but is AI nevertheless.
Our AI starts from the first box and where ever it finds first empty space it puts a zero. Is that complicated, well its not because its AI at its badest. May be we can improve this in next version.
We call this function computer.
Now Code Becomes -
#include 
#include
char board [3] [3]; // Remeber Indexing Starts at zero
void drawcircle (int position) // Draws a circle on basis of Input use mathematics reduce complexity
{
int centrex;
int centrey;
centrex = 245 + (50*(position%3)) + 25;
centrey = 165 + (50*(position/3)) + 25;
fillellipse (centrex,centrey, 10,10);
}
void drawcross (int position)
{
int centrex;
int centrey;
centrex = 245 + (50*(position%3)) + 25;
centrey = 165 + (50*(position/3)) + 25;
line (centrex-5,centrey+5,centrex+5,centrey-5);
line (centrex+5,centrey+5,centrex-5,centrey-5);

}
void mapboard ()
{
int gdriver = DETECT, gmode;
int i,j;
closegraph ();
initgraph (&gdriver, &gmode, "c:\\tc\\bgi");

// Draw 4 Lines to Form Board
line (295,165,295,315);
line (345,165,345,315);
line (245,215,395,215);
line (245,265,395,265);
for (i = 0; i <= 2; i++)
{
for (j = 0; j <= 2; j++)
{
if ( board [i] [j] == 'X') drawcross (3*i + j);
if ( board [i] [j] == 'O') drawcircle (3*i + j);
}
}
outtextxy (40,472,"Remove This Line by Learn Coding It yourself at www.cencyclopedia.com");
}
void initiateboard ()


{

int i,j;
for (i = 0; i < 3 ; i++)
{
for (j = 0; j < 3; j++)
{
board [i] [j] = '*';
putchar (board [i] [j]);
}
}
mapboard ();
}
void input ()
{
int x,y;
printf ("\nEnter X Coordinate - ");
scanf ("%d",&x);
printf ("\nEnter Y Coordinate - ");
scanf ("%d", &y);
if (board [x-1] [y-1] == '*')
{
board [x-1] [y-1] = 'X';
}
else
{
mapboard ();
printf ("\nWrong Coordinates");
input ();
}
}
void computer ()


{
int i,j;
for (i = 0; i < 3; i++)
for (j = 0; j < 3; j++)
{
if (board [i] [j] == '*')
{
board [i] [j] = 'O';
return;
}
}
}
void play () // Ladies and Gentleman I give you our game engine.


{
int i;
for (i = 0; i<5;i++)
{
input ();
computer ();
mapboard ();
}
printf ("\n\nGAME DRAW");
}
int main ()
{

int gdriver = DETECT, gmode;
initgraph (&gdriver, &gmode, "c:\\tc\\bgi");
initiateboard ();
play ();
getch ();
closegraph ();
return 0;
}
11. Checking Winner 
Now last thing our gameengine must do is to see wether we have a winner or not.
This function use a flag variable key (arbitary name) which is initialise to '*'
Then our function checks all possible combination of winning and if it finds a character other than '*' in series of 3 it sets key value to it.
Then we calculate wether player wins, computer wins or nobody wins and game is still on.
Here is a final screenshot -
Tic Tac Toe In C

Now here is the final code of this version -

#include
#include
          

char board [3] [3]; // Remeber Indexing Starts at zero

void drawcircle (int position) // Draws a circle on basis of Input use mathematics reduce complexity
{
  int centrex;
  int centrey;
  centrex = 245 + (50*(position%3)) + 25;
  centrey = 165 + (50*(position/3)) + 25;
  fillellipse (centrex,centrey, 10,10);
}

void drawcross (int position)


{  
  int centrex;
  int centrey;
  centrex = 245 + (50*(position%3)) + 25;
  centrey = 165 + (50*(position/3)) + 25;
  line (centrex-5,centrey+5,centrex+5,centrey-5);
  line (centrex+5,centrey+5,centrex-5,centrey-5);
}

void mapboard ()


{
 int gdriver = DETECT, gmode;
 int i,j;
 closegraph ();
 initgraph (&gdriver, &gmode, "c:\\tc\\bgi");
 
 // Draw 4 Lines to Form Board
 line (295,165,295,315);
 line (345,165,345,315);
 line (245,215,395,215);
 line (245,265,395,265);
 for (i = 0; i <= 2; i++)
    {
      for (j = 0; j <= 2; j++)
         {
           if ( board [i] [j]  == 'X') drawcross (3*i + j);
           if ( board [i] [j]  == 'O') drawcircle (3*i + j);
         }
    }
outtextxy (40,472,"Remove This Line by Learn Coding It yourself at www.cencyclopedia.com");
}

void initiateboard ()


{
  int i,j;
  for (i = 0; i < 3 ; i++)
    {
      for (j = 0; j < 3; j++)
        {
           board [i] [j] = '*';
           putchar (board [i] [j]);
        }
    }
mapboard ();
}

void input ()

{
  int x,y;
  printf ("\nEnter X Coordinate - ");
  scanf ("%d",&x);
  printf ("\nEnter Y Coordinate - ");
  scanf ("%d", &y);
  if (board [x-1] [y-1] == '*')
   {
     board [x-1] [y-1] = 'X';
   }
  else
   {
     mapboard ();
     printf ("\nWrong Coordinates");
     input ();
   }
}

void computer ()


{
  int i,j;
  for (i = 0; i < 3; i++)
    for (j = 0; j < 3; j++)
      {
        if (board [i] [j] == '*')
          {
            board [i] [j] = 'O';
            return;
          }
      }
}

void check ()

{
  int i;
  char key = '*';
   
  // Check Rows
  for (i=0; i<3;i++)
         if (board [i][0] == board [i] [1] && board [i][0] == board [i] [2] && board [i] [0] != '*') key = board [i] [0];
  
 // Check Columns
 for (i=0; i<3;i++)
        if (board [0][i] == board [1] [i] && board [0][i] == board [2] [i] && board [0] [i] != '*') key = board [0] [i];
        
 // Check Diagonals
 if (board [0][0] == board [1] [1] && board [1][1] == board [2] [2] && board [1] [1] != '*') key = board [1] [1];
 if (board [0][2] == board [1] [1] && board [1][1] == board [2] [0] && board [1] [1] != '*') key = board [1] [1];

//Declare Winner if any

if (key == 'X')
       {
         printf ("You Win");
         getch ();
         exit ();
       }

if (key == 'O')
       {
         printf ("Computer Win");
         getch ();
         exit ();
      }
}

void play () // Ladies and Gentleman I give you our game engine.


{
  int i;
  for (i = 0; i<5;i++)
    {
      input ();
      computer ();
      mapboard ();
      check ();
    }
printf ("\n\nGAME DRAW");
}

int main ()

{
  int gdriver = DETECT, gmode;
  initgraph (&gdriver, &gmode, "c:\\tc\\bgi");
  initiateboard ();
  play ();
  getch ();
  closegraph ();
  return 0;
}

 

Friday, October 22, 2010

Cheapest Laptop by India to cost just Rs 1500

India’s Minister for Human Resource Development was delighted to unveil on Thursday a prototype tablet computer that would sell for a mere of RS. 1500 or less. The price is expected to come down to Rs. 1000 and even Rs. 500 after some R&D work by the technical students of Indian Institute Of Technology and Indian Institute of Science.
Modeled on the design of an Apple iPad, the computer uses Linux operating system with key features for students – Web browser, multimedia player, PDF reader, Wi-Fi, and video conferencing ability. No hard disk is present but the memory tasks are performed by 2 GB of Ram provided internally. The motherboards for the computer have been designed by the students from several branches of IITs & IISc for which the ministry has given a round of applause.

It has inbuilt USB ports and is expected to hit the schools and universities by next year. The tablet can be used even in the remote areas where electricity has still not made its way as it works with a solar power option.
Kapil Sibal was mesmerized by the tablet and confidently boasted of the high level of education provided by the country in schools and in technical institutes. He took this technical development as India’s answer to MIT’s (Massachusetts Institute Of Technology) $100  OLPC laptop project but ended up going for $200.
He further said, “The solutions for tomorrow will emerge from India”.
The Indian government is in search of the reputed IT firms that would take  the initiative to undertake this project and manufacture the devices at these price points and continue to develop them moving ahead.
Mamta Varma, a ministry spokeswoman, said the device was feasible because of falling hardware costs.

Watch TV Movies Online Free

Watch TV Movies Online Free

There are lot of websites from where you can watch your favourite movies online in high quality.If you have missed movie on TV go online and watch it for free.Here are some website from where you can watch movies online



http://www.megavideo.com Megavideo is one of the world’s top video hosting and video sharing websites. Its state of the art online video player, packed with unique features as well as the generous bandwidth and highest video quality
http://veehd.com/ VeeHD is  for people wanting to share videos with family and friends.You can also watch tv Movies online on this site in high quality video.
http://stagevu.com/ Here, you can watch and share amd watch all your favourite videos, but at a higher quality than on an other video sites.A good site to watch movies online.
http://www.novamov.com/ Another good site to share and watch your Movies and video online  for free
http://www.wisevid.com wisevid is a new service that allows users to upload, watch, and share videos with everyone around the world. Watch your miss tv videos here.
princy gupta
3rd year

Wednesday, October 20, 2010

hack send to menu

How often do you copy songs from a CD? Or some photos from a CD?

What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. Customize your SEND TO MENU.

This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.

First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and folders.
go to parent drive:/documents and settings/(user name)/send to

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.

Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.

Also remember to rename the shortcuts to send to videos or send to photos. We don’t need confusion when we use the same later.

DONE.!!!

princy gupta
mmec

Connect to Google Talk on Your Mobile Phone

Until Google Talk releases a mobile version (or anything else), there's a simple way to chat with your friends from the mobile phone. eBuddy, an all-in-one web messenger similar to meebo, has recently started to support Google Talk. eBuddy has a mobile version available at m.ebuddy.com that can be used to chat with your contacts from Yahoo, MSN, AOL, Google and MySpace.

The interface is very simple, but it's optimized for the small mobile screens by displaying the messages in the reverse order. The web page refreshes every 20 seconds to automatically display the new messages.

While eBuddy promises it doesn't store your usernames and passwords, you should only use the service if you think it's trustworthy.


Monday, October 18, 2010

FIRST INDIAN BROWSER: EPIC

Epic Browser

India's First Browser :-Epic
The World only sidebar apps browser
Why should you use this web browser?
  1. 1500+ Indian Themes and Wallpapers
  2. Type in Indian Languages. Every Where.
  3. Faster Browsing and Faster Download
  4. Latest Film Scores, Latest Cricket Scores.
  5. Regional and Hindi Language News
  6. Even a Daily Joke.
  7. Side Bar Application ( Like small side bar- Orkut, Facebook, Gmail, Yahoo, Linked in, Twitter etc
  8. One-Click Privacy Data Deletion.
  9. Flash Cookie Deletion.
  10. No Browsing Report.
  11. Maximum. Yes  .Maximum Security for your Browser (Built in Antivirus, Anti-Phishing Protection)

DOWNLOAD IT NOW

Sunday, October 17, 2010

Pdf to Word Converter Online

Pdf to Word Converter Online Download
After pdf to image converter it time to convert Pdf to Word online. There are many website avaliable for the same purpose.Some of them are..
i reproduce graphics Pdf to Word Converter Online
1.http://www.pdfonline.com/pdf2word/index.asp
[PDF Online] provides the best quality PDF to Word conversion; will produce a download link instantly and will not keep you waiting.
2.http://www.convertpdftoword.net/
Easily convert between Word, PDF or any other document format. Free to try!
3.http://www.pdftoword.com/
Using our PDF-to-Word conversion technology, you can quickly and easily create editable DOC/RTF files, making it a cinch to re-use PDF content in applications like Microsoft Word, Excel, OpenOffice, and WordPerfect.
Best of all, it’s entirely free!

Friday, October 15, 2010

OLED DISPLAY IS COMMING........

Yeah, we hear you. Another year, another promise that OLED screens are going to take over. Haven't we heard it all before? Except this time it could be true.
Google's Nexus phone has just launched with an OLED screen, and by all accounts it makes the handset almost – say it in hushed tones – more desirable than the iPhone. Brighter colours, sharper resolutions, darker blacks, whiter whites; why is this OLED technology so superior?
Put simply, it's because instead of filtering the light from a white or blue lamp behind the screen, each pixel in an OLED panel produces its own light. You don't have to be an optometrist to see why this is better, but it is much more expensive to produce.
Still, it also means OLED screens are much thinner than backlit ones, for obvious reasons, and while you may not be using an OLED PC monitor by the end of the year there are a lot more laptops with the technology arriving.

Six-core processors comming soon!!!

You won't have to wait long for this one. Intel's Westmere CPUs may be hanging around with the dregs of processor society at the moment, chucking their chips in with the integrated graphics crowd, but they're about to grow up – and fast.
Sometime over the next few months Intel will go two better than the current line up of quad-core CPUs by launching a six-core version of its high-end Core i7 line. Based on the existing Nehalem architecture, the headline feature is a process shrink down to 32nm, while the rest of the spec sheet remains largely the same. It could be a genuine upgrade.
CPU
Games programmers are getting much better at working with multithreaded code so that most major titles, like Empire: Total War and its forthcoming sequel Napoleon, will see a much bigger performance increase when given extra cores to play around in than the often sporadic leaps in frame rate we saw going from two to four cores.
Because the benefits will be in the amount of cores, rather than the speed of things you can do at once, Intel are encouraging some developers to add extra content specifically for people with a six-core CPU. Given the plethora of disappointments we've had lately with almost every technology that's promised to increase our frame rates, we'll reserve judgement until we have one in the office.
The good news is that these hexa-powered processors will fit into most existing X58 motherboards after a simple BIOS flash. The bad news is X58 motherboards are still very expensive too.

Tuesday, October 12, 2010

Monday, October 11, 2010

10 Tips to Avoid Getting Adware

AdwareAdware, malware, spyware and viruses can bring your system to its knees. They are detrimental, lowering the performance of your computer. You might need to replace data. You might lose unique files. Keep the nasties away from your computer using these ten simple tips.

1. Use Firefox: Internet Explorer is the most popular browser on the market, controlling over 50% of the market share. The virus and adware creators specifically look for exploitable vulnerabilities within IE because they know that they will receive the best return on investment. Your switch to Firefox prevents some adware from infecting your machine.
2. Scan your PC once a week: Sometimes adware programmers take a sneaky approach. They will set up their programs to run quietly in the background to spy upon your activities. This once a week scan is necessary to remove any of those sneaky bugs.
3. Download from known sites: New sites for installing adware are popping up all the time. If you find something that you want to download, make sure that it is from a known site. A company like Amazon will not steer you wrong, but Bob’s House of Wares might be a little less trustable. If you are not sure whether you can trust a site, perform a quick search.
4. Install Adaware: Ad-Aware is the most popular free adware removal program on the market. It detects, quarantines and removes adware. It searches for other programs which may have been installed, highlighting them in an easy to use interface. This program does not have an anti-virus attached.
5. Do not click on unsolicited email: You are constantly receiving offers to increase this or improve that through unsolicited email. Your curiosity may be killing you, but don’t click on these emails. They accept your click as permission to install adware, spyware and malware on your PC.
6. Install Antivirus software: Installing two programs for virus and adware protection is a smart idea. It caters to the strengths of each program, increasing the overall strength of your antiadware and antiviral campaign. Some of the best antivirus software is free, providing real time protection. Programs to look at would be Avast Antivir and AVG.
7. Don’t install toolbars: Even some reputable sites install custom toolbars. They slow your system down and collect information about your surfing habits. While a toolbar might offer some perks, it may also diminish your experience by dragging your system to a halt. Toolbars from less reputable places install adware and sometimes infect your system outright.
8. Look at your task manager: If anything seems out of place with your computer, take a look at your task manager. This tells you about all of the programs and processes which are running on your computer. Examine the processes tab for anything which you don’t immediately recognize. Perform a web search for unfamiliar processes.
9. Do not click on popups: Clicking on a popup usually spells certain doom for your computer. It opens the door for the viruses and adware that want to infect your machine, telling these malicious applications to make themselves at home. Stay away from those constantly advertised screensavers and icons.
10. Trust your gut: If you don’t feel right about a site, don’t go there. If you are receiving warnings from the antivirus and antiadware programs which you’ve installed, don’t go there. If you don’t like the layout of a site, don’t go there. Trust your instincts about sites.

Saturday, October 9, 2010

most popular websites

This summary is not available. Please click here to view the post.