-1
votes
1answer
9 views

I want to pass a text string and do a google search from the string content

I am working on an ePub reader app, I was amazed to if I can let user search Google for the Selected Text. After the button shows up, I want to create a simple link to Google Search page of the ...
-2
votes
0answers
8 views

Query about Google search results. Number of pages indexed [closed]

I need help to understand the results of a search. It is important, I need to resolve a labor dispute! By doing this search: (Try yourself and you'll see better the process) site:mudanzas.com.co ...
0
votes
2answers
38 views

How do I Google Search within my app from multiple text inputs

I'm trying to build an app in which a user inputs ingredients into multiple text fields displayed within my app. when the user presses enter all of their text is formatted as a Google search, my app ...
0
votes
1answer
39 views

Google Voice Search add to favorites on chrome

How can i add on chrome, a favorite button than take me directly to Google Voice Search? I just want to save me the go to google homepage and click into the mic. That will be really useful. Thanks.
0
votes
1answer
21 views

How-to do Google search input form transaction position: from center to top

I am asking this question after spending more than 10 days ,looking for information in books, youtube tutorial for php , mysql, javascript , jquery ..and not able to get an answer or some feedback how ...
0
votes
1answer
15 views

Whois result on Google [closed]

Searching for my name on Google, I just realized that on Google, I could see a bunch of "Whois" website appears in the first page result. I wanted to know why does Google even consider this as result ...
2
votes
0answers
44 views

Is it possible to make this search function remove the answers when a new search is submitted?

Is it possible to make this search function remove the previous answers every time a new search is submitted? http://www.urlgone.com/acfdd9/ (Preview does not seem to work, try running the files ...
0
votes
0answers
5 views

Google custom render search results

How do I force Googles custom search to render search results inside of a given page and not as popup?I use the following code to call results <script> (function() { var cx = 'MY_CX'; ...
0
votes
0answers
21 views

google custom search with passed query string

How do I setup a Google custom search like passing the query variable to googles javascript and let rendered on a specified page? I have been trying: first I pass the query variable to my desired ...
0
votes
0answers
6 views

Hello, I would like some help… I am implementing in my site, a counter to check how many times the word was search (WebTotal)… I tryed with

I would like some help... I am implementing in my site, a counter to check how many times the word was search (WebTotal)..... I tried with find some feature to invoke the Google or the Bing, but I ...
-1
votes
1answer
32 views

Google Search API with JS or PHP ( not custom search with interface ) [closed]

I want to write a program which takes user's input and automatically search it with Google. For Example, user inputs Apple,Ball,Cat and my program returns Apple ( about 1,310,000,000 results ) ...
-1
votes
0answers
6 views

how to get / capature google cse suggestion event [closed]

how to get / capature google cse suggestion event Right now, I don't know to get suggestion event , when you click on the suggestion record with the pop up list i can't get this event, how to do ...
0
votes
0answers
36 views

Google AJAX Search get specific file types

im using the google ajax search within java to get results list with the links for a keyword. Example for keyword "test": "https://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=test" its ...
0
votes
0answers
9 views

Manual search results do not match with the information from the API

we have a Google search api us to gather information in regards to the search term ranking and we see that the information provided using the api is not matching with the manual results. So wanted to ...
-2
votes
1answer
37 views

Is there a way in google i can search for only magento websites [closed]

I was looking for a special search in google that will retrun me the sites which are build only on magento..Is it possible ? Thanks
0
votes
0answers
30 views

Google Custom Search GCSE Query Submit Event?

How to trigger the Form Submit Event() in Google CSE please? I need to make some custom development on the Submission Event of GCSE (Capture the Query String). Is there some JQuery or Javascript ...
0
votes
0answers
48 views

best way to get search results from google

I am working on my assignment , in which I need to display the search results based on 3 search engine results(for ex: google,yahoo and bing). For this I made a search text box and that string posted ...
0
votes
0answers
58 views

“Dark Google” or “Dark Search” in Google Analytics [closed]

By now, I'm sure everyone is aware of the recent Digiday article "Dark Google Vexes Publishers" (http://www.digiday.com/platforms/dark-google-vexes-publishers/) on how iOS6 and recent versions of ...
0
votes
0answers
45 views

Selenium Google searching in loop

I have to create a test script in Selenium which found and click correct link in google search engine. Script should open google website later enter searched phrase (for example: "ipod blog") later ...
0
votes
1answer
74 views

more than 4 results on google api search java code [duplicate]

I must do a java project which use Google API for search results. I found this link : http://www.programcreek.com/2012/05/call-google-search-api-in-java-program/ but this program return only 4 ...
1
vote
1answer
83 views

C# LINQ query to return matching characters or whole words like Google Search [closed]

I have an entity database (EmployeeDB) that contains names in a column call "Names". The name can be "Jim A McCloud, JJ Bob, Bing Bing Bop, John Doe, Woody Be Bad McCloud, etc..". I have a text box ...
0
votes
0answers
54 views

Custom Google API Search Android Not Working

I tried the code in this link for executing a Google Search within an Android app (using an Async Task): Java code for using google custom search API but I'm experiencing a FileNotFoundException as a ...
0
votes
0answers
20 views

Google maps: how to search within a list of zip codes (I have a big list)?

I would like to search for hospitals, clinics, etc. WITHIN a list of zip codes. I have the list and it covers a few counties (not looking for a search by county). Is there a solution for this? ...
0
votes
1answer
72 views

Get google search number of result in scala

I am looking for a way to catch total number of results to a search on google (the "About **** results" field). I searched on google API but it seems that you can't get total number. Does anyone have ...
-2
votes
2answers
35 views

Synonyms for improving web search [closed]

i'm building a search engine using Python as the core engine and PHP and Apache Server on Ubuntu as the web interface and have realized that Google searches for the words you typed in and the synonyms ...
1
vote
4answers
96 views

How does Google hide HTML source of search results?

When you try to view the source code of a Google search results page you just see a bunch of javascript code instead of readable text. How does Google do that? I have searched through the web but ...
0
votes
0answers
34 views

google search API (CSE) returning very few results

So I followed the tips at http://stackoverflow.com/a/11206266/1456530 (to remove the sites from custom search) Currently I have no site here and I have selected "search the entire web, but ...
0
votes
0answers
28 views

How do i get google custom search to work with my own form and inputs

I have google custom search account and I want to associate the account with my own search form. Here's the form I want google cse to work with <form action=""> <input type="text" ...
-1
votes
1answer
79 views

Image optimization affecting EXIF data and hence affecting SEO [closed]

I've heard that image optimization softwares remove EXIF Data, an act that may affect SEO since EXIF Data as far as I know, is somehow related to SEO rankings. Is this true? I've read it in this ...
0
votes
3answers
137 views

Does Google index iframe content as part of your site or part of the site where the content is from?

E.g. talk about Disqus. Thay have changed to iframe so they can prevent styling content using !important via css etc. And because of the iframe content is not from your website but from disqus ...
0
votes
0answers
25 views

Custom Search Engine safeSearch

I am working with Google Custom Search. I was able to set up safe search. The search results are filtered and there were no "unsafe" contents. however, it appears that the ads that are returned ...
1
vote
0answers
46 views

Google Custom Search v2 fails to load on Ajax

I'm changing my website to ajax + pushstate technology and I'm getting into some problems. I already manage to fix twitter, facebook and google+ buttons, but I can't find the function to reload the ...
0
votes
0answers
91 views

Passing optional search parameters into google custom search query

Attempting to add some optional parameters to a query sent to my google custom search bar. We want users to be able to specify some demographic information (gender, age, etc...) using radio buttons ...
0
votes
3answers
45 views

Knowing what user searched on Google to come on my website

I would like to know what user searched on google to come to my website, my website is build in php, I dump $_SERVER variable but I didn't find anything related to search keywords. is it possible to ...
1
vote
0answers
53 views

Search with Google Web Search API for a specific period of time

i'm using google web search api to search for some keywords, but i want to see only the results for today, or yesterday or for a concrete date. This is the Js that i am using <script ...
0
votes
1answer
66 views

Run script on load and on change

So i am creating a google custom search that has a checkbox that when checked, will cause a diffrent google custom search to be used, Here is the code im using and here is my issue. I dont know if the ...
-1
votes
2answers
44 views

How to add a search engine facility in my Web Application? [closed]

Am trying to build a web application which contains a specific query. Example: Am looking for Nexus 4 specifications. I Have XML template which contains Nexus 4 as a product and their respective ...
0
votes
1answer
50 views

auto adding #gsc.tab=0 after the URL

if I open my domain , it looks like this http://wwww.domain.com/#gsc.tab=0 I know it happen with Google custom search. but is there a way to fix it? may be javascript solution or something else. ...
0
votes
1answer
12 views

Get Plain Text List of Top '#x' Search Terms

Is there a place I can find the top x number of search terms (preferably from Google) and import them via something such as a HTTP Request/Post?
1
vote
1answer
142 views

Description of google search result not available due to robots.text

I tried to search for my site in google "DailyMuses" and got the following result It says that "A description for this result is not available because of this site's robots.txt" I went to check ...
1
vote
2answers
127 views

Override the google custom search css

In my site have google custom search. I have an issue with the font of the search result. I need Arial,sans-serif . Here is my google search code. <div id="cse-search-results"></div> ...
0
votes
0answers
32 views

,Google results showing sub domain associated with add on domain

My google search results for a domain "abc.com" is listed as "abc.xyz.com" . Where xyz.com is a parent domain on my hosting and abc.com is my add on domain . While adding add on domain, hosting ...
0
votes
0answers
16 views

Google custom search with ability to search specific section

I want to use google custom search for my wordpress setup. I need the custom search to be able to search the whole site or if a checkbox is ticked, only search within a certain category of the site. ...
3
votes
1answer
48 views

Using Google to search my GWT application

Is it possible to include a Google custom search on a GWT site: To search for keywords that is contained in GWT pages or views? Considering that GWT apps generate pages dynamically If this is ...
0
votes
0answers
19 views

Questions regarding Google Search bar

i recently implemented google search bar on my site, but i am having some issues, it does not seem to be able to fetch all the data on my site, the pages are dynamic, fetched from SQL and created on ...
0
votes
0answers
130 views

Multiple Result with multiple keyword. (google image searching api)

$.each(p_AnalyzerModel, function (i, data) { ... imageCall(data.string_morph, i); ... } var imageSearch = new Array(); function imageCall(search, i) { imageSearch[i] = new ...
0
votes
0answers
46 views

google search error

I don't understand why this code works: import urllib2 url = urllib2.urlopen('http://www.google.fr/search?hl=en&q=voiture').read() print url and not this one : import urllib2 url = ...
0
votes
0answers
27 views

Automatic Search Queries into Google Image

Just want to set up a simple web page/application that automatically inputs preset or incremental search terms into Google image search. much like this: http://www.diddly.com/random/ but I'd like to ...
0
votes
0answers
106 views

Number of Search per day Google Search API Ruby

I'm using the Google Search API in Ruby. I need to limit the number of search calls and therefore need to know how many searches were performed so far on the current day. I know that the Google API ...
0
votes
2answers
53 views

Retrieving Google Instant Data

I want to develop an application that will visualize the recommendations of Google instant. It is for a course project and for now, I don't know much about web programming tools. What I wonder is that ...

1 2 3 4 5 12