Saturday, 9 July 2011

Google Image Search By Image ...By Digital Crop

Hi frnds , this Post is for searching images on Google By Images..Please Read Full Post To enjoy all features of the google image search by Image...
Recently Google has introduce search by image ...and trying it for search is really cool ....i just try and enjoyed lot searching.

        Now you can explore the web in an entirely new way by beginning your Google search with an image. Learn more about images on the web and your own photos.

Facilities provided by Google Image Search:::>>>

Drag and Drop::



Drag and drop an image from the web or your computer into the search box on images.google.com.

Upload an image:: 

 

On images.google.com, click the camera icon, then select “Upload an image.” Select the image you want to use to start your search.

Copy and paste the URL for an image::

Found an image on the web you’re curious about? Right-click the image to copy the URL. On images.google.com, click the camera icon, and “Paste image URL”.

Right-click an image on the web::

To search by image even faster, download the Chrome extension or the Firefox extension. With the extension installed, simply right-click an image on the web to search Google with that image.


Enjoy searching cute images on Google .......Feel Free To Comments...

Sunday, 3 July 2011

Google knows "What Do You Love??" -- By TechnoRamayan

So guys As you know , Google has lot of the things to surprise us. This time Google launches new service “What Do You Love.com”". So now google guesses what do you love!! isn't it?...


Ok let me introduce you if you do not already know..Google launches his new service (WebSite) named "WhatDoYOuLove." Google launches this service on 28th June , 2011.


Here is the URL :: http://www.wdyl.com/
ok so what's special in it!! It is basically a search engine same as google.Type A Search term in Google Search Box and Click on adorable heart-shaped button as seen in side.

now when you get search results,there's not only search materials But The search results are then shown across Google’s products. You see Picasa, Sketchup, Translate, Voice, Books, Trends, and YouTube results … all on one page.So we might say Google launches his Multi-Search engine!!.

 Type in Google search Box or enter Search term in address bar after #(pound) sign.Interesting thing here is that you can get all the services of google at one place.I searched INDIA and i get "INDIA IN 3D"(SKETCH UP),"CALL SOMEONE ABOUT INDIA"(VOICE) , INDIA GOOGLE GROUPS , GOOGLE EARTH VIEW IN INDIA , INDIA 'S IMAGES , and tones of other materials ..

i searched myself in there and i found my Pics on google picasa..lol its really nice..



Final Lines :: do you know what is bottom line of this cool search engine...
"Google already knows what you love and it loves to show it. What do you think about it?"

enjoy !!! feel free to comments..and have lovely week

Thanks for reading...

Saturday, 25 June 2011

Add Google Search Box To Your WebSite -- By Techno Ramayan

Hi!..Today I am gonna tell you how you can add google Search box to your Site.it is very easy lets see how it is actually done..
 
First off, the good news. Google itself actually has a nice page offering you HTML code you can just cut and paste onto your own Web pages to produce the search box you seek, and some variants beside. Just check out Google Free

If you wanted to look at your own custom search then just do that.. It would be nice that you edit the source code so that it suits to your site. Let’s do that

Let me tell you first that to google search engine uses a variable for this search is “sitesearch” . Set it to a null value and you're searching the entire World Wide Web, but set it to a specific domain and it's constrained exactly as if you had typed in the Google special notation site:domain”.

Second, you need an input field and a submit button. Put them all together and here's the minimalist Google search form that lets the user alternate between just your site (well, in this case just my site) or the entire Web:

<html>
<head></head>
<body>
<form method="get" action="http://www.google.com/search">
<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0" bordercolor="#FF8040" bgcolor="#FFFF80">
<tr><td>
<input type="text"   name="q" size="25"
 maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox"  name="sitesearch"
value="Technoramayan.blogspot.com" checked />search Techno Ramayan Only<br/>
</td></tr>
</table>
</div>
</form></body></html>
 
Output will look like this as image

If you'd like to use this on your own site, simply change the occurrences of Technoramayan.blogspot.com as appropriate.
If you want that search results open in a new tab/window then just add target=”_blank”
Into FORM tag.
Thanks for reading and keep visiting
If any query then feel free to comment here..