Like this

Sunday, December 5, 2010

Put Your Pics Flying in Any website

Hey Guys and Gals want to Enjoy Using Facebook..Let Your Pics Fly in your Home Page.. Jux Like this...!! :) :)


















Cool naa... its to much easy as that u can think..!! jux copy the following script in your adress bar and enjoy during chatting or any thing else..code is

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);   


i m also goin to tell you how to do that..
Step#1:- Sign in to your Facebook or any other site ID
Step#2:- Put the Above Code and Hit the enter then Enjoy

Trick by Legend X... Enjoy and Share 

Saturday, December 4, 2010

Remove NavBar from Blogger

Remove NavBar from Blogger
Blogger Blogs by default have a Navigation Bar at the top of the page called Navbar. If you want to remove this NavBar from top of your blog then just follow these simple steps to remove Navbar.

Steps to Remove Navigation Bar (NavBar):
  • On Your Dashboard, Click on Layout (see below shown picture for further assistance)

Select Blogger Layout
  • Now Click on HTML (see below shown picture for further assistance)

Edit HTML
  • Now Check the box of Expand Widget Templates (see below shown picture for assistance)
Expand template code
Now Search Below Given Code:
<!--[CDATA[

Replace above code with this:
<!--[CDATA[
#navbar-iframe {
display: none !important;
}


Now, Save Your Template and you are Done!

How to Recover Deleted Files

Have you accidentally deleted your files from the Hard disk? Do you desperately want to recover them back? Well you need not panic! It is possible to recover the deleted files back from the hard disk  (even after you have Shift+Deleted)  provided you act as soon as you realize that the files are deleted and use the best deleted files recovery software. In this post you will find a detailed information on how to recover the deleted files from your Windows PC or Mac.
Today there exists hundreds of data recovery tools and softwares on the market which boast to recover 100% of all the deleted files back in the original condition. But in reality most of these softwares are neither effective nor capable of recovering your files back. So it is very much necessary to make the right choice of the file recovery software in order to recover deleted files back in the original condition. We recommend the following softwares to recover the deleted files
 
1. Stellar Phoenix Data Recovery (for Windows)
2. Stellar Phoenix Mac Data Recovery (for Mac)
 
Stellar Phoenix is one of the best company specializing in deleted files recovery services and solutions since 1993. Stellar’s Data Recovery Solutions encompasses a wide range of software for almost any data loss situation ranging from accidental formats to virus attacks to software malfunctions. Hence Stellar provides the best tools to recover deleted files with over 1,000,000 satisfied customers across 137 countries.
 

How the File Deletion Process Works?

 
When you delete a file from your computer (or even from the recycle bin) the file is not actually deleted. Unlike what most people think, the file is not permanantly deleted or dropped from your hard disk. Let’s take an example of a book containing 50 pages. Suppose when you delete the page 25, assume that only the entry in the index which points to the page 25 is deleted and not actually the page 25 itself. Likewise when you delete a file from your hard disk, only the pointer which points to this file is removed and not actually the file itself. This file still exists intact and is 100% possible to recover it back in the original condition. In this condition the file becomes invisible and hence appears to have deleted.
 

What are the Chances of Recovering my Files Back?

 
Since the operating system doesn’t immediately re-use the space from the deleted files, it is most certainly possible to recover the deleted files back in 100% original condition. It may take up a very long time for those files to be completely deleted since the modern hard disks have ample capacity. Hence the chances are too less that the space from the deleted files are re-used immediately. So, it is really worth to try out the file recovery softwares like Stellar Data Recovery for Windows or Stellar Data Recover for Mac. Some files are reported to have recovered even after years of it’s deletion. However for the best results, it is recommended that you use the file recovery software as immediately as possible to recover your files.
 

Recovering the Deleted Files

 
In order to recover the deleted files all you need to do is perform a scan (search) for the deleted files using a File Recovery Software. Please be informed that there is no manual way to recover the deleted files. The Phoenix Data Recovery software performs a thorough scanning of the hard disk sector by sector and will locate the existence of deleted files to restore them back in the original condition. It is the only software that supports 185 popular file types including Windows NT Registry, JPEG, MP4, GIF, BMP and MS Word files. The software offers rich graphical support and incorporates advanced scanning methods to completely scan and recover deleted files from your hard drive. With this you can
  • Recover FAT16, FAT32, VFAT, NTFS, and NTFS5 file system partitions
  • Recover deleted emails
  • Recover deleted documents
  • Recover deleted photos
  • Recover deleted music
  • Formatted Hard-Drive recovery
  • Recover files from USB Drives, CDs, DVDs and memory cards
  • Recover almost all the camera format files

If Web Browsers were Celebrities..

web browsers

Your Grandma’s Radio is on YouTube

YouTube users are doing all sorts of creative things with annotations, a feature that lets them easily add interactivity to their videos.

In the past, they have created video games, a working piano and now you have an antique-style radio that has knobs to switch radio stations just like the real thing.






For best results, hit play followed by pause to let the whole video buffer locally. You can then use your keyboard keys or the channel buttons on the radio video itself to change frequencies.

It’s a clever implementation – all the music is part of the same video clip and, upon clicking the station buttons, you are merely jumping to a different location in the video.

Friday, December 3, 2010

Temporarily Block Time-Wasting Websites to Improve your Productivity



do no disturb signYou have certain important tasks to complete in the next hour or so and yet you have trouble staying focused for long because of all these online distractions coming through Twitter, Facebook, YouTube and other websites.
It maybe slightly unfair to categorize some of these sites as “time wasting” but at the same time, the endless stream of new content available on these sites can consume lot of your precious time before you even realize it.
LetMeWork – A Toggle Switch for the Time-Wasting Web
If you have trouble exercising self-discipline and can’t seem to stop yourself from constantly checking your social sites and email accounts for new updates, here’s an easy solution.
Download and unzip the file – LetMeWork.zip – to your desktop and double-click it to instantly block some of the distracting sites on your computer. When you are done with your work, double-click the same file again to unblock access to all the sites as before.
[*] You may see a User Access Control warning dialog in Windows Vista or 7 – just say yes.
How the script blocks and unblocks websites
The standard way for blocking any site on your computer is through the HOSTS file that’s available in the Windows directory.
It does take some effort to edit the HOSTS file and what the above script (source code) does is hide all the complexity from the user and lets you block as well as unblock sites with a click.
The list is customizable. You may open the vbs file in notepad and edit the WebsitesToBlock array to include any other website(s) in the banned list.
WebsitesToBlock=Array("twitter.com", "www.youtube.com", "facebook.com")
There are some browser extensions that seem to solve the same problem but this script is run-once, use-everywhere. You execute it from the desktop and it will block /unblock access to select sites across all browsers.

The Benefits of Using Facebook Groups



facebook groupsYou are probably connected with multiple sets of people on Facebook that have little in common. For instance, you are friends with your work colleagues, college mates, family members and so on. What you share on Facebook, like a picture or a video, may be interesting to one set of contacts but the other set may just see it as pure noise.
To deal with this problem, Facebook has long had a feature called lists that let you limit the visibility of your status updates to select contacts but the feature never really took off. Now Facebook has come up with an even better solution in the form of Facebook Groups.
With Facebook Groups, you can form multiple smaller networks of people inside Facebook and what you share with one group stays in that group. That means if you share your kids pictures among the “family” group, they won’t show up in your colleagues’ news feed.
Other than private messaging, Groups give you access to some new communication tools in Facebook that were not available available before. Some examples:
1. Interact without logging into Facebook
facebook email address
When you create a group in Facebook, you have the option to assign a unique email address to that group. (Go to Edit Group –> Choose a Group Email Address)
This is so interesting because you now can interact with your Facebook friends using your email client itself without having to log into Facebook.com. If someone posts a picture or a message on the Facebook group, you get an email notification and you can add a comment to that post by simply replying to that email message.
2. Group Chat Many:Many
The regular chat in Facebook is 1:1 but with Groups, all the members of that group can talk to each other simultaneously. For the first time, you can get to chat with people on Facebook who are not your friends but are part of the same group.
3. Wiki meets Facebook
wiki facebook
Facebook Groups have a wiki-like feature called “Docs” that group members can use to create text documents with Facebook itself.
These document can be edited by any other group member and Facebook stores a log of every single edit that’s made to the document just like a regular wiki.
4. Send Bulk Email
Let’s say you have a party at home and you want to send an invite to all your Facebook friends. The problem is that Facebook won’t let you send a message to more than 20 friends at a time.
As a workaround, you can create a temporary “secret” group with all your Facebook friends and anything that you now post in this group will be sent to their inboxes as well. As far as I know, there are no limits on the maximum number of people who can be part of your Facebook group.

Download the Missing Pieces of Data from Facebook

Facebook has added a new download button in your account that will help you move all your data out of Facebook as a zip file. It will have all your photos, videos, messages, and everything else that you may have ever uploaded to Facebook.

The process, as captured in the following video, is extremely simple. Just go to your Account Settings page and click the “Download Your Information” link.




How to download the “missing pieces”

If you have been staying away from Facebook all this while because it was a one-way street, now is a good time to reconsider that decision because the data lock-in problem has been solved.

There are however some things that you won’t find in the zip file. These include:

1. Your photos uploaded by other people

Facebook lets you download stuff that you have uploaded but if there are pictures of you on Facebook that were uploaded by your friends, they won’t be available in the zip.

In that case, you should use Fotobounce, an excellent app that can download all the photos where you were tagged with a click. Fotobounce is available on both Mac and Windows.

2. Facebook Phonebook

Facebook provides a neatly formatted phonebook with contact numbers all your friends who have shared them on Facebook. You will miss this data in the exported zip but there’s a workaround – click this link and save the page as a text file.

Later, you can import this file into Excel or Google Docs, strip the unnecessary text and you again have a nice list of names alongwith phone numbers.

3. Email Addresses of Friends

This I think is another important piece that you’ll miss in the exported data – email addresses of your existing Facebook contacts. If you move to another social site, how do you invite your existing network to the new place when you don’t have their email addresses.

Facebook doesn’t offer a way for you to export contacts but you can use this trick to get all the email addresses out of Facebook without breaking any rules. Connect your Facebook account with your Yahoo! Address Book and you’ll get the data you are looking for.


‘Speak’ Foreign Languages with Google Translate

google translate with speech
You use the free Google Translate service to instantly translate text from one language to another and in some language pairs, you may even listen to the translated text by clicking the blue speaker icon as show in the the above screenshot.
In theory, such a feature may come handy in situations when the person on the other side of the phone doesn’t understand your language. You can type the text in your native language, hit translate and play the translated text as audio (example) over the phone.
But will this thing really work?
As part of Demo Slam, these two girls decided to call an Indian restaurant and placed the entire order in Hindi using the “text to speech” feature of Google Translate.
They typed their responses in English in the Google Translate box and played the translated Hindi version to the order taker. After some waiting, the ordered food was at their doorstep.

A Useful Alternative to Windows Defragmenter

defrag
While your Windows already has a built-in disk defragmenter, you should also check-out a worthy alternative called Defraggler that just hit version 2. Defraggler sports a more appealing and informative UI and does some unique things as well.
The Microsoft tool that ships with Windows defrags the entire drive and the user rarely has a clue on what’s happening behind the scenes. Defraggler gives you control – you can just defrag the most fragmented files and folders without doing the entire drive. For instance, files like the Outlook PSTs become fragmented often and with Defraggler, you can target them directly for defragmentation.
Defraggler offers another unique feature where you can move all the large files that you don’t use often, like videos, program installers, etc., to the end of the hard drive. The logic is that Windows will then be able to access the frequently used smaller files faster as they’re at the start of the drive.
Contig is another utility from Sysinternals that offers similar features but it runs only from the command line.
note.. windows Defragment is totally free of cost although this application may charge to some users...

Listen to a Song on YouTube, without all the hassles

Let’s say you are working on something (like a Word document) and would also like to play one of your favorite songs in the background. You don’t have that song in your local iTunes library but it’s most definitely available on YouTube.
So how do you play that song on your desktop?
youtube music player
One option is that you launch your web browser, open the site YouTube.com, type the title of the song in the search box and then click on one of the search results to play that song.
The other hassle-free alternative that you may find more handy is Quisple.
Quisple is a compact Windows utility that lets you play music from YouTube directly on your desktop without even having to launch the browser. Just type the song name in the Quisple player and it will instantly stream the corresponding song from YouTube.
Internally, Quisple uses the Google APIs to search for that song on YouTube and automatically plays the first search result.  It doesn’t convert the YouTube video to an audio file but only hides the video portion during playback.
Pavel Kounitsky, the developer of Quisple, says that a new version should be available soon. I really like the simplicity of this app though I wish there were an option to play songs in a loop as well as support for video playlists.

 BY..Dr. Manan

Ads

Your Ad Here