Showing posts with label useful. Show all posts
Showing posts with label useful. Show all posts

Calculate the electricity drunk by your Computer!

Hi friends,
Interested in calculating the electricity consumed by your computer/laptop? Most of us are not aware of the electricity used by our computers. We do all our work keeping the computer ON. But this really reflects in our electricity bill......

Step 1: You first need to calculate the total power (in kilowatt) that’s consumed by your monitor, CPU, graphic card, video card and other components of the computer.

Dont worry: you don’t have to do these calculations manually. Joulemeter is a free software from Microsoft that can quickly estimate the power consumption of your computer based on the screen’s brightness, the microprocessor, graphic card etc.

Step 2: Now find the retail cost of electricity (commonly known as price per unit or price per kWh) in your part of the world. You can know the electricity cost per unit either from your last month’s electricity bill or check the official website of your power distribution company (search for electricity tariffs).

Once you have the two numbers, just multiply them to get an approximate idea of your computer’s electricity bill. I say approximate here because we are ignoring the power consumed by the speakers, modem and so on.

For further clarifications, do not hesitate to contact us through comments!!

Microsoft Internet Explorer Shortcut Keys

Hi Guys,
This is a listing of Microsoft Internet Explorer shortcut keys. Some keys are only supported on the new versions of Microsoft Internet Explorer.
The shortcut keys below are very useful when you use on Microsoft Internet Explorer often, especially when you perform a web search on multiple internet explorer windows. A quick refresh might be necessary every once in a while, or opening a new window faster with a shortcut key.


ShortcutDescription
F5Refresh current page, frame, or tab.
F11Display the current website in full screen mode. Pressing F11 again will exit this mode.
BackspaceBack a page.
Alt + Left ArrowBack a page.
Alt + Right ArrowForward a page.
Ctrl + IDisplay the saved favorites.
Ctrl + NOpen New browser window.
Ctrl + PPrint current page / frame.
SpacebarMoves down a page at a time.
Shift + SpacebarMoves up a page at a time.
TabMoves from one link to another.
Shift + TabMoves backward from one link to another.
EscStop page or download from loading.
Ctrl + (- or +)Increase or decrease the font size, pressing '-' will decrease and '+' will increase.
Ctrl + EnterAuto complete a url address. For example, type thecomputricks in the address bar and press CTRL + ENTER to get http://www.thecomputricks.com.
Ctrl + DAdd the current page to favorite.
Alt + Down arrowDisplay all previous text entered in a text box.


The followings are some mouse shortcuts for Microsoft Internet Explorer

ShortcutDescription
Ctrl + Wheel downIncrease font size
Ctrl + Wheel downDecrease font size
Click then Shift+ClickClick at one point of the page, then go to another point hold shift and click will create a selection from the two points
Double-clickOn a word, will select the word.
Triple-clickSelects the entire line of text.
Wheel clickWith some wheel mouse, you can click on the wheel and move the mouse to scroll the page smoothly


Try them
Bon Voyage

A new star from Google - People Hopper

People Hopper is a new application for Orkut that lets you take your profile image and 'morph' it into your friend's–using publicly available images from other Orkut users along the way. It is a fun app that also allows you to make new connections–since the images that show in your Hopper all come from people who have chosen to make their profiles public, you can click through to learn more about them and reach out to them. You can also morph one friend into another. No computer graphics are used to generate the path.



To be able to use People Hopper, one needs to have an Orkut account. If you don't already have one, create a new account here. Then, you can add the gadget by clicking on "add apps" under the "more" menu, or simply click here to use people hopper.

To generate a 'morph', People Hopper uses image matching technology. First, faces are automatically detected in public profile images and normalized for improved contrast and size. Then, for each image, we find other publicly available profile images that are similar to one another. Then, when you pick a friend you want to be your end match, we just hop along similar public images, step-by-step, until the connection is made! You can think of it as an image graph between friends, similar to the friendship graph already on Orkut. We don't use any face-specific features or metrics during this process. It is just a simple matching to find similar pictures.

The quality of the path depends on two main factors: the appearance of faces in profile images of Orkut users and the similarity measure used for image matching. Since we cannot control the appearance of profile images, it may happen that for a particular image there exists no visually similar image in the database. Developing better similarity measures is a topic of continuing research.

To know more: Click Here

New gadget allows soldier to "See with his Tongue"


Lance Corporal Craig Lundberg was blinded by a rocket propelled grenade while on patrol in Basra in Iraq during 2007 but thanks to new glasses which is called the Brainport, the Blind soldier can now navigate his surrondings using his tongue. This new device is a mere technological marvel, the Brainport is a miniature video camera and sensory equipment works by converting visual images into a series of electrical pulses which are relayed to the wearer via their tongue. Different images are then built using different strength pulses then relays them to the wearer which allows him/her to navigate around objects or grab on to them and pick them up.
Presently the Brainport is only a prototype stage and sends information to 400 points on the tongue which the designers plan to increase to up to 4,000 points for clearer images in the future.


Thanks: http://www.loopygadgets.com/

Setup your own Proxy Server Free

A simple Google search and you’ll find dozens of really good PHP scripts on the Internet to help you create proxy servers in minutes for free. The only limitation with PHP based proxies is that you require a web server to host the proxy scripts and second, you also need a domain name to act as an address for your proxy site.

If you don’t own a domain or server space, you can still create a personal proxy server for free and that too without requiring any technical knowledge.



Create a Free Proxy Server with Google App Engine


Here’s one such proxy site that you can build for your friends in China or even for your personal use (say for accessing blocked sites from office). This is created using Google App Engine and, contrary to what you assume, the process is quite simple.

Create a Free Proxy Server with Google App Engine
Step 1: Go to appengine.google.com and sign-in using your Google Account.

Step 2: Click the “Create an Application” button. Since this is your first time, Google will send a verification code via SMS to your mobile phone number. Type the code and you’re all set to create apps with Google App Engine.

Step 3: Choose a sub-domain* that will host your proxy server. Make sure the domain is available, agree to the Google Terms and click save. The sub-domain is also your App ID that will uniquely identify your proxy application.

For this example, we’ll use blog4info-server as the App ID though you are free to choose any other unique name.

Step 4: OK, now that we have reserved the ID, it’s time to create and upload the proxy server application to Google App Engine. Go to python.org, download the 2.6.4 MSI Installer and install Python.

Step 5: Once Python is installed, go to code.google.com, download the Google App Engine SDK for Python and install it.


Step 6: Download this zip file and extract it to some folder on your desktop. The zip file, for the curious, contains a couple of text files (written in HTML and Python) that you can read with notepad.

Step 7: Start the Google App Engine Launcher program from the desktop and set the right values under Edit –> Preferences (see screenshot above).

Step 8. Click File –> Add Existing Application under the Google App Launcher program and browse to the directory that you created in Step 6. Click the Edit button and replace “YOUR_APP_ID” with the ID (sub-domain) that you reserved in Step 3.

Step 9: Click Deploy and your online proxy server is now ready for use. You can experience it live and if any of the steps don’t make sense, please refer to the following video screencast (available in 720p HD).


You can edit the main.html file to change the appearance of your proxy server and you can even add Analytics and AdSense code to your proxy server in case it gets popular on the web. The application is currently open to all users but you can add a layer of authentication so that only users who are logged-in into their Google Accounts can use your web proxy server.

If you have made any changes to your HTML files, you can upload the latest version to Google App Engine either by clicking the “Deploy” button again or use the following command -- appcfg.py update

Credits: The proxy server uses code from Mirrorr, an open-source web caching project by Brett Slatkin. Thanks Pratham for your help! & Labnol.org

Is your password strong enough??

This is common knowledge; you should use a combination of alphabets, numerical digits, and special characters (!, @) to create strong passwords. Yet, the most commonly used password on the Internet is 123456 followed by 12345 – see full list.

The following visualization courtesy CXO categorizes some of the popular passwords based on their strength – it might appear a little funny but lot of people are actually using such simple, easy-to-guess passwords for their online accounts.


How Strong is your Password?


Online services like Google’s Gmail or WordPress have password meters that calculate the strength of password as you type more characters into the box. Microsoft too offers an online tool that will instantly tell if your password is strong or weak.

There’s however one downside with most of these password checking tools – they’ll tell you that your password is weak (and thus easy to crack) but you won’t know why the password string has been labeled weak and what you can do to strengthen it.

Enter Password Meter – this is an online tool that will not only rate your password’s strength but will offer clues on what you kind of characters can you add or remove to improve the password’s strength. For instance, the complexity of password “Hell@Wor1d!” can be improved by removing consecutive lowercase letters.

Thanks: labnol.org

Disposable email addresses

Hi friends,
2day I;m gonna disscuss with you about disposable email addresses. Now you can give out your email address around the internet withour any fear. While the website policy clearly states that they “won’t sell your email address to third-parties,” you aren’t feeling very comfortable sharing your private email address with a website that you’ve never heard about before. What do you do then?

There are quite a few websites that offer disposable email addresses for free but my favorite is 10minutemail.com. Just visit the and you’ll get a temporary email address that you can use anywhere on the web just like your regular email address (you can even reply and forward message).

The email addresses will self-destruct after, you guessed it right, 10 minutes. They regularly switch their email server domains – you might have been allotted abc@hello.com today but the alias next day could become xyz@bye.com. This prevents forum administrators from blocking members that use temporary addresses.

Hope that was informative.........

The Y2K bug

Hi friends,
As you all know there's a new in front of us... It is gonna be 10 years after the millennium threat (the Y2K threat)...the great milestone in computer's history! Let us recall it.

The Year 2000 problem (also known as the Y2K problem, the millennium bug, the Y2K bug, or simply Y2K) was a notable problem for both digital (computer-related) and non-digital documentation and data storage situations which resulted from the practice of abbreviating a four-digit year to two digits.
In computer program design, the practice of representing the year with two digits becomes problematic with logical error(s) arising upon "rollover" from x99 to x00. This has caused some date-related processing to operate incorrectly for dates and times on and after January 1, 2000 and on other critical dates which were billed "event horizons". Without corrective action, it was suggested that long-working systems would break down when the "...97, 98, 99, 00..." ascending numbering assumption suddenly became invalid. Companies and organizations worldwide checked, fixed, and upgraded their computer systems.
While no globally significant computer failures occurred when the clocks rolled over into 2000, preparation for the Y2K bug had a significant effect on the computer industry. Countries that spent very little on tackling the Y2K bug (including Italy and South Korea) experienced as few problems as those that spent much more (such as the United Kingdom and the United States), causing some to question whether the absence of computer failures was the result of the preparation undertaken or whether the significance of the problem had been overstated.
Many banks have responded to the Y2K problem by forcing full 4-digit year entries on cheque forms, which helps to prevent the error from occurring in accounting environments.

Background

Y2K was the common abbreviation for the year 2000 software problem. The abbreviation combines the letter Y for "year", and k for the Greek prefix kilo meaning 1000; hence, 2K signifies 2000. It was also named the Millennium Bug because it was associated with the popular, rather than literal, roll-over of the millennium, despite the fact that the bug could have occurred at the end of any ordinary century.

The Year 2000 problem was the subject of the early book, "Computers in Crisis" by Jerome and Marilyn Murray (Petrocelli, 1984; reissued by McGraw-Hill under the title "The Year 2000 Computing Crisis" in 1996). The first recorded mention of the Year 2000 Problem on a Usenetnewsgroup occurred Saturday, January 19, 1985 by Usenet poster Spencer Bolles.

The acronym Y2K has been attributed to David Eddy, a Massachusetts programmer, in an e-mail sent on June 12, 1995. He later said, "People were calling it CDC (Century Date Change), FADL (Faulty Date Logic) and other names."

Many computer programs stored years with only two digits, for example, 1980 would be stored as 80. Some such programs could not distinguish between the year 2000 and the year 1900. Other programs would try to represent the year 2000 as 19100. This could cause a complete failure and cause date comparisons to produce incorrect results. Some embedded systems, making use of similar date logic, were expected to fail and cause utilities and other crucial infrastructure to fail.

Some warnings of what would happen if nothing were done were particularly dire:

The Y2K problem is the electronic equivalent of the El Niño and there will be nasty surprises around the globe. — John Hamre, Deputy Secretary of Defense 

Special committees were set up by governments to monitor remedial work and contingency planning, particularly by crucial infrastructures such as telecommunications, utilities and the like, to ensure that the most critical services had fixed their own problems and were prepared for problems with others. While some commentators and experts argued that the coverage of the bug largely amounted to scaremongering, it was only the safe passing of the main "event horizon" itself, January 1, 2000, that fully quelled public fears. Some experts who argued that scaremongering was occurring, such as Ross Anderson, Professor of Security Engineering at the University of Cambridge Computer Laboratory, have since claimed that despite sending out hundreds of press releases about research results suggesting that the bug was not likely to be as big a problem as some had suggested, they were largely ignored by the media.

Programming problem

The practice of using two-digit dates for convenience predates computers.

However there were no major problems reported due to this bug....... tribute to brilliant programmers who saved us!

To know more : http://en.wikipedia.org/wiki/Year_2000_problem

A Better Disk Defragmenter Utility from Microsoft

One of the reasons why your computer may become slow over time is because the files on the hard drive can become fragmented. Now what’s that?

Disk Fragmentation for Non-Techies
As you start filling your hard-drive with new programs, documents, and other files, the operating system tries to find vacant places on the hard-drive to place these files. Like an artist who breaks a tile into multiple pieces to form a mosaic, your computer will break these file into chunks (or fragments) and store them in different places across your hard drive.

When you load a program or open a file, the computer will have to first assemble these "fragmented" pieces thus decreasing the performance. And fragmentation is not just an issue with your computer’s hard disk but even removable devices like the USB Flash Drive or your external drives can also become fragmented with time.

Alternate Windows Disk Defragmenter from Microsoft
A Disk Defragmenter program helps because it will pre-arrange all the "fragmented" pieces of a file close together thus reducing the time it takes to open files or load programs on your computer.

Now almost every version of Windows includes a disk defragmenter utility but the problem with these built-in tools is that that will defragment the entire hard-drive at once and they’ll ignore files that are smaller than 64 MB. Luckily, Microsoft offers another free but lesser-known utility called Contig (short for contiguous) that lets you have more control over the defragmentation process.



What’s unique about Contig is that it lets you defragment individual files, folders, or the entire hard drive. You can run Contig from the command prompt but if that sounds a bit technical, you can also look at Power Defragmenter – an easy and more visual interface for Contig.

Using Power Defragmenter, you can visually select files, folders, or the drive you wish to defragment, and Power Defragmenter will internally use Contig to perform the defragmentation process. You may use Contig on machines running Windows XP, Vista and Windows 7.

For instance, if I were to defragment all the documents on my disk and none of the other files, the command* will be:

Contig.exe -v -s c:\Users\labnol\Documents\*.*[*] You’ll need to run the utility as an administrator as it will throw an "Access denied" error.

And here’s a detailed output of a standard Contig command that tells you exactly what happens behind the scenes per file.

Unlike other third-party defragmentation tools, Contig uses Windows’ internal defragmentation APIs so it won’t cause disk corruption, even if you terminate the program while its running.

Please note, however, that defragmentation is only recommended for traditional hard drives; computers using newer flash memory based solid-state drives should not use traditional defragmenters. Even though file fragmentation may occur on these drives, it should not impact performance due to the nature of flash memory. Additionally, defragmentation may actually decrease the life of a solid-state drive; however, they cannot cause this on a traditional platter-based hard drive.

Content Courtesy: labnol.org

I-Am-Halal Makes Internet Searching Safe for Muslims and your Kids

Muslims generally use the term “Halal” to designate food items that they are allowed to eat under the Islamic law (like fish). The opposite of “halal” is ‘haraam’, another Arabic term which is used for food products that Muslims are forbidden from eating (like pork).

This page describes in detail how stuff is classified as Halal or Haram according to Islam. And its not just about food, the term Halal can refer to any action that is permitted under the Quran while prohibited actions are known as “Haram”.

A Search Engine for Muslims (and your Kids)
Extending the Halal and Haram concept to the Internet, Ramadan Kareem has created a search engine called I am Halal that might just prevent you (Muslims and Non-Muslims alike) from “accidentally” bumping into any explicit (or “Haram”) content on the Internet.

Unlike Safe Search in Google which simply removes all adult sites from search results, I-Am-Halal, which uses search results from Yahoo, employs a double-layered filter.

When you type a search query (e.g. sex) that can potentially retrieve “haram” search results, the search engine would require you to confirm whether you really want to see those search results. When you say yes, it will fetch the relevant pages but will still filter out content that is not deemed as family-safe.

The search results page will also contain thumbnail images of web pages alongside the site links and description. And in addition to websites, you may also use IAmHalal.com to search for images and news stories on the web.

I am actually quite impressed with “I Am Halal” and, other than the religious side of things, this is something good for your kids as well. For instance, if they type a query that is bound to return explicit results, the search engine would simply refuse to work for that query.

Hope it is a good service.

Google Books

Hi friends,
Google books is an online library service offered by google. It is a very useful service for people who like to read a lot. This service is absolutely free. Many readers around the world utilize this service.

Search
Book Search works just like web search. Try a search on Google Books or on Google.com. When search finds a book with content that contains a match for your search terms, they'll link to it in your search results.

Browse books online
If the book is out of copyright, or the publisher has given us permission, you'll be able to see a preview of the book, and in some cases the entire text. If it's in the public domain, you're free to download a PDF copy.

Learn more -- fast
They have created reference pages for every book so you can quickly find all kinds of relevant information: book reviews, web references, maps and more.

Buy the book ... or borrow it from the library
If you find a book you like, click on the "Buy this book" and "Borrow this book" links to see where you can buy or borrow it.

If you love to read...Its a golden opportunity for you..

Taking Full Screenshots of Web Pages Was Never This Easy!

Do you want to capture a full screenshot of a web page without installing any software or browser extensions?
Well, here’s a simple trick.
Open the web page that you want to capture, go to the address bar of the browser and type "aviary.com/" just before the http:// part of the URL.
For instance, if your web address is something like http://blog4info.co.cc, the new URL will become aviary.com/http://blog4info.co.cc - hit Enter and there you have an editable screenshot image of that page.
Or add this bookmarklet to the bookmarks bar and you can even save yourself from typing aviary.com every time you want to capture a screenshot.

You can save the image to the desktop or further add annotation using the Type Tool, freehand brushes, arrows and other tools available in the Aviary editor. It can’t get easier than this.
And it even works with the Flash videos of YouTube.
Another web services that allows screen capture of web pages in the browser is Kwout.com though it won’t do full pages. [via RWW]

Compiled from: labnol.org

Expand the YouTube Video Player to its Maximum Size without Full Screen

The default full screen button in the YouTube video player expands the video such that it covers your entire desktop area and all existing windows on the screen stay hidden as long as you are watching the video is this "maximized" state.

That’s one way of doing things but what if you want more control over the size of the YouTube video player, here’s a simple hack - just replace the word "watch" in the URL of any YouTube video with "watch_popup" and the video will expand to fit your browser window, not the desktop.
For instance, if the original YouTube video is located at ..
youtube.com/watch?v=2mrRvUNlq50
the same video can be accessed standalone outside the YouTube website at..
youtube.com/watch_popup?v=2mrRvUNlq50
Resizing the browser window will also resize the YouTube player and you can press F11 in Firefox to mimic YouTube’s full screen mode even with this hack.

YouTube & Sticky Windows
You may also use the trick for watching YouTube videos in sticky mode. Just open the YouTube video in a new window (not tab), resize it according to your need and use a program like Always on Top to watch videos while working on other tasks.

Embed YouTube Player
You can use the the watch_popup URL with the IFRAME tag to directly embed any YouTube video on your website without having to calculate the confusing height and width ratios necessary for the EMBED tag. In the case of IFRAME, specify the height or width as 100% and it will auto-expand to fit the entire available space on the site.

Switch from Yahoo Mail to Gmail

CONTENT COURTESY: LABNOL

If you like to abandon your Yahoo Mail account in favor of Gmail, here’s some good news. You can now move copy all your old contacts and email messages from the Yahoo! inbox to your new Gmail address without having to worry about complex IMAP or POP3 configuration.

How to Move from Yahoo Mail to Gmail
Gmail now offers a new import mails option under Settings -> Accounts and Import. Enter the username and password of Yahoo Mail account and all the messages will be copied to your Gmail account in the next few hours. Once the migration is over, any incoming email on your old Yahoo address will be auto-forward to your Gmail account for another month.
The reason why I stressed Yahoo! Mail here is because it was the only web email service that required users to upgrade to Mail! Plus for them to move their data out to another email provider. That however changed with today’s announcement on the Gmail blog.
The Import function is currently available in new Gmail accounts only (not Google Apps) but it will soon be available for all so if you are in a hurry, just set up another Gmail account and use Mail Fetcher to copy Yahoo mails from this new address to your old Gmail account.

Important warning: VOIP users

Hi Readers,

I would like to warn the readers from U.A.E that you should be very careful while using VOIP softwares and services. Recently it has been strictly blocked by the UAE government. But still it is able to be open using proxies. But the authorities are tracing VOIP users. If you are caught a fine up to Dirhams 25,000 (250,000 Rs) will be charged.  So please be vigilant. 

Have a good time with BLoG4InFo,
Mohammed

How to recover corrupted PowerPoint file using TEMP folder?

Today tip will help you to recover the unreadable and corrupted file of Microsoft PowerPoint. Normally PowerPoint open files can become corrupted when you are trying to save it or if you were working on it and your PowerPoint application or windows crashed due to power failure. Windows saves a duplicate copy of working file as a temporary version. There is no need to use any third party software to manage these types of corrupted files, because you can recover them from TEMP folder.
Follow the given steps to recover the corrupted files in MS PowerPoint:
1. First click on Start button then click on Search option to start your search process.
2. Here type the *.TMP in "All or part of the file name" box then choose the "Local Hard Drives" option in "Look in" box.
3. Now click on Search button to start the search process of temporary files on your system local drives.
4. After some time, windows locate the list to temporary files. Here arrange the all temp files as Date modified.
5. Now open the PowerPoint and try to open these temp files or double click on that file to run in PowerPoint.

Keep Visiting!!!

The "MUHAHAHA" virus!

Hi
The "MUHAHAHA" virus is a highly contagious virus. If this virus is infected in your computer, you must immediately remove it. MUHAHAHA.!!!!!!!!! virus migrates through pen drives or even through CD’s. In CD’s or USBs if you find a file named Microsoftpowerpoint.exe kindly delete it. The virus gets installed to the computer by this executable file.


Symptoms:
When you open some sites (for eg: youtube), a dialog box appears that "this site is blocked for you fool, The admin did not add this dialog and who did? Muhahaha" and a laughing sound.


This virus has already infected millions of computers. This virus cannot be removed with the help of an antivirus.


To remove this virus follow these steps:

Step: 1. Click on “Run” and type the following address: C:\heap41a and hit Enter key.

You cannot find the “heap41a” file by navigating thru files and folders using mouse in C drive.

Inference: You will find the following files in the above path
a) Offspring (folder), b) 2.mp3 (Muhaha laughing sound that is played while virus closes the window),
c) drivelist (notepad file), d) reproduce (notepad file), e) script1 (notepad file), f) std (notepad file), g) Icon (Icon file)
h) svchost.exe (executable file)

Step: 2. Delete the “svchost.exe” file with the big “H” icon.

Step: 3. Then press start button, click run and type regedit and click ok. Your registry will be opened. Then press F3 and find comes. There type heap and search. Wherever it stops and gives any values, corresponding to “Heap”, just press delete button on key board and delete it. Then Press F3 once again and so … on, till you delete all heap folders and values.
Then restart the computer. Your MUHAHAHA virus is gone for ever !!!!




Note: Some times the access in denied to this file and thus cannot be deleted, in such situations download GIPO FILE UTILITIES to delete it.

Google Analytics

Google Analytics is a wonderful service offered by Google free of charge. This service lets you to get the traffic statistics for your blog or site.

Use Google Analytics to learn which online marketing initiatives are cost-effective and see how visitors actually interact with your site. Make informed site design improvements, drive targeted traffic and increase your conversions and profits.

More enterprise features

Google Analytics now makes the features that experts demand easy to use for everyone. Gain rich insights into your website traffic with Advanced Segmentation, Custom Reporting, Motion Charts and more.

Improve your online results

Learn more about where your visitors come from and how they interact with your site. You'll get the information that you need to write better ads, strengthen your marketing initiatives and create higher-converting websites. Learn more about the benefits. Google Analytics is free for everyone, whether you are an advertiser, publisher or site owner.

Test your website and increase conversions.

You can now use your Google Analytics login to access Website Optimiser. Find out which page designs, headlines and graphics convert the most visitors.
Get Started

Open Orkut where ever!

Hi Friends,
Today I am gonna teach you or tell you how to open orkut even if it is blocked by your country without changing any IP or using any sofwares. It really works with orkut, myspace, facebook and more. What you have to do is only to visit www.power.com. Through this site you can login to most of social networking sites. Thats it! No hacking, changing proxy etc. It really works in U.A.E too. It is a superb service. You can even log in to all ur accounts at the same time through power.com. Hope you will check it out soon.

A Quick way to print a Document

Hi Friends,
Yes, my exams are over and Blog4InFo will be live now!!!!

There are many ways to prints a document, but you can print a document quickly if you put a shortcut to the printer on your desktop and drag a document icon to it, no need to open file for printing just drag a file to printer icon and get your print.

To do this, first click Start button, Settings, then Printers ( first make sure you installed your printer driver). When the Printers window opens, hold down Ctrl and drag the printer icon to your system desktop.

Now you can drag a document icon and drop it in printer icon on your desktop. Here you will get a print quickly and with out open a file.