Google Buzz, A New Social Networking And Messaging Tool From Google

Google released another new service called Google Buzz, a social networking and messaging tool designed to integrate into the Gmail .It’s like a social networking and messaging extension of Gmail.Users can share links, photos, videos, status messages and comments.

If you are already a Gmail user then Buzz have already magically appeared on your account. It adds a Buzz link and icon in with the rest of your Gmail navigation. Within Buzz you can post comments to private groups or publicly, follow people, comment on other people’s posts, email posts, share images and videos, and do some other general social networking stuff. You are free to share whatever you wish to share and many other features.

Google Buzz also allow you to import content from all the existing websites that you are using, like Picassa, Twitter and Flickr. This feature provide you full flexibility to use Google Buzz

Google Buzz Features:

  • Publish your ideas to the world or just to your closest friends.
  • Comments get sent right to your inbox so it’s easy to keep the conversation going.
  • See thumbnails with each post, and browse full-screen photos from popular sites.
  • Import your stuff from Twitter, Picasa, Flickr, and Google Reader.
  • New posts and comments pop in as they happen. No refresh required.
  • Buzz recommends interesting posts and weeds out ones you’re likely to skip.

Warning: Cannot modify header information – headers already sent by

If you are looking for the solution to the wordpress error that looks like this

Warning: Cannot modify header information – headers already sent by (output started at /home/bloggers/public_html/blog_name/wp-content/themes/theme_name/functions.php:336) in /home/bloggers/public_html/blog_name/wp-includes/pluggable.php on line 865

Try these solutions :

Solution 1 :

  • Open file mentioned by the warning after “output started at”

  • Remove blank lines from starting & end

  • Example :

  • Save & Upload file

Solution 2 :

  • Open wp-config.php file

  • Remove blank lines from starting & end

  • Example :

  • Save & Upload file

How to view friends scrap more than the limit

  • Open Friends Scrapbook

  • In address bar, you will see the profile url like this “http://www.orkut.com/Scrapbook.aspx?uid=12345678912345678″

  • Add this code at the end of profile url “&na=&nst=&nid=&pageSize=25″ then it will look like this “http://www.orkut.com/Scrapbook.aspx?uid=12345678912345678&na=&nst=&nid=&pageSize=25″

  • Here “25″ show the number of scraps you want to display, you can change this

How to avoid overlapping of videos with the opt in box

When you create an opt-in box & if there exist an embedded video then the video overlap with the opt-in box. In that case embedded video covered some part of your opt-in box & page look like this

Try this to fix it:

Add this property to embedded video code ‘wmode=”transparent”‘

In that case page look like this:

How To Send Any File To Any Place By Single Click

Normally if you want to send a particular file to anywhere in window XP, right click on the particular file & then the option comes “send to”.
Now what happened if we can add more locations to this “send to” option.

Follow These Steps:

  1. Go to “”C:\Documents and Settings\User_name\SendTo”
    (where User_Name is your user name)
  2. The folder will be filled with shortcuts to all the locations you find on your Send To context menu
  3. To remove an item from the Send To menu, delete the shortcut from the folder
  4. To add an item to the menu, add a shortcut to the folder
  5. Choose File -> New -> Shortcut, and follow the subsequent instructions for creating a shortcut. The new setting will take effect immediately. you don’t have to exit Windows Explorer for it to go into effect

How to restore missing folder option in window explorer

One common problem I have seen that sometimes folder option missing in the explorer window.

Try these to restore folder option

    Solution 1:

  • Go to Run, type “regedit” & press enter.

  • Go to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

  • At right side, look for a value “NoFolderOptions”. Right click on it & choose “Delete”

  • Go to [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

  • Repeat Step 3

    Solution 2:

  • Go to Run, type “gpedit.msc” & press enter.

  • Go to User Configuration => Administrative Templates => Windows Components => Windows Explorer

  • At the right side, look for “Removes the Folder Options menu item from the Tools menu”, right click on it & choose “Properties”

  • Change the setting from “Enabled” to “Not Configured” or “Disabled”

How to remove country restrictions from youtube video

Sometimes you want to watch your favorite video from the youtube.com but you will get this error:

Youtube video link look like this:
http://www.youtube.com/watch?v=VIDEOID

In place of VIDEOID, you will find string of characters

Now copy this youtube video link & paste like this:
http://www.youtube.com/v/VIDEOID

you will get video that doesn’t care about from where you are watching

How to troubleshoot startup

If Windows is taking its time to start up or shut down, there might be a problem.
To find out what’s going on

  1. Go to “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System”
  2. Create a DWORD value called ‘verbosestatus’ and set it to 1.
  3. Restart your PC

How To Improve Security

If strangers have physical access to your PC, it’s easy for them to plug in a USB flash drive and make copies of your data.

If you’re using Windows XP SP2 or later, though, there’s a simple way to prevent this from happening.

  • Go to “HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies”
  • Create a DWORD value called ‘WriteProtect’ and set it to 1.
  • You’ll be able to read USB drives, but not write to them any more

How To Open Multiple Instances Of Window Live Messenger

By default, Windows Live Messenger only lets you log into one account at a time.

To open multiple instances of Windows Live Messenger

  • Go to “HKLM\Software\Microsoft\WindowsLive\Messenger”
  • Create a DWORD value called ‘Multiple Instances’ and set it to 1.
  • Delete the value to restore things to the way they were beforehand.