Enable Javascript to access this page. Arena of An Artist: you
rss
twitter
    Find out what I'm doing, Follow Me :)
Showing posts with label you. Show all posts
Showing posts with label you. Show all posts

Friday, July 2, 2010

Facebook’s New Photo Tagging Feature Selects Friends For You

Facebook has begun testing face detection technology for Facebook Photos.This is the first of what seems like a series of new features for its popular photo product.
The tests, which some users will see starting today, focus on decreasing the tediousness of “tagging” friends in Facebook photos. In the current Photos feature, users upload photos, click on each face in a photo, tag that photo with the friend pictured therein and continue the process until the album is tagged.
If you’ve got a large album or a lot of friends in a single photo, this process is inefficient and tedious. To solve this problem, Facebook has implemented face detection technology that will automatically find faces in photos and select them, eliminating one of the most tedious steps in tagging Facebook friends in photos. Your friends are already selected by the software — all you have to do is answer the Facebook prompt, “Whose face is this?”



The technology is the same as the facial detection technology most digital cameras use today. While the tech itself may not be all that new, it is a clever and very welcomed addition to the Facebook Photos feature set.
The company also promises that face detection is merely the first of many improvements that they’re trying out. It’s also interesting that the post was written by Sam Odio, one of the co-founders of Divvyshot, which Facebook acquired back in April in order to improve the Photos product.

Thursday, March 11, 2010

to Make all Websites think you are from Google !!!

Make all Websites think you are from Google !!!

 

Ever experienced this? You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first....



The lesson you should have learned here is: Obviously Google can go where you can't.

Can we solve this problem? Yes, we can. We merely have to convince the site we want to enter, that WE ARE GOOGLE.

In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.

Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.

How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.


Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent]
@="Googlebot/2.1"
"Compatible"="+http://www.googlebot.com/bot.html


Voila! You're done!

You may always change it back again.... I know only one site that uses you User Agent to establish your eligibility to use its services, and that's the Windows Update site...

To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:


Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Internet Settings\5.0\User Agent]
@="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"


Enjoy..!