google

Good replacement of GWT for asp.net

I know Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google Wave and Google AdWords. It's open source, completely free, and used by thousands of developers around the world. It can be integrated in java based web applica...

Order YouTube videos by date?

Im having problems getting the results sorted by date in my search... In the API reference it says i have to use: videoSearch.setResultOrder(google.search.Search.ORDER_BY_DATE); But when using this, my script stops working... The code: function OnLoad() { // Create a search control searchControl = new google.search.SearchC...

Google Mini cURL request returns HTML, should be RAW XML

Hey, I am quering a local google mini box on my network but im getting back HTML and not raw XML as requested. I have the output param set to xml in the GET request. my request is the following: curl http://192.168.20.196/search?q=soccer&output=xml Any help would be much appreciated, Thanks, Matt ...

Using KML / KMZ on top of google maps

To test I saved this html file to my server. Is there a simple way to include a KML or KMZ file here? <!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/>...

Searching counter

How can I check in google how many times typed phrase has been searched ? I'm thinking of something like this:http://www.traffictravis.com/ ...

Why does google limit the number of programming languages used internally? (shown to be false assumption - ie: they don't limit it)

My original question was "Why does google limit the number of programming languages used internally?" I stand corrected on this question. Originally I thought google only used: Java, c++, and python : to limit the languages in use at google. But after talking to a couple of friends who work there I found they use Ruby, Haskell, Scala...

google map gecoding address parser

i want to parse the addresses from google gecoding api and store it as: address city state zipcode country some places has full address from google map and some just half, how can i know which part of the address is city, state or country? or just zipcode? it would be helpful if some expert pointed out some help here. ...

Google Reader API; Getting folder and feed relationship

How can you derive the relationship between folders (or tag, though it's called "folder" in the viewer interface) and feeds through the Google Reader API? There are ways to get the items that belong to a particular group/folder/tag/label, and you can check the item data to find out all the groups it belongs to, but… how can you tell whi...

[Google Reader API] Clarification on tags received from list query

This is not a question about Google Reader usage, but about the parameters and results you get from making http GET requests to Google Reader. This question goes out to anyone who might have had experience working with the largely undocumented Google Reader API. Are the "read" and "kept-unread" tags for items mutually exclusive? If so,...

google local search or maybe some other api!

im trying to implement local search api, to retreive data for shops and other things from local search, but on demo it shows me 4 pages of result only and for more, it shows a link to result page, which goes to google website, i was wondering if i can pull more data as well or only limited to 4 pages only? http://code.google.com/apis/aj...

How to increase google searching limit?

I have built an Plagiarism Detection application, using Google API and JavaScript which is working fine, but It could not search when searching material exceeds more than 235 words. Please tell me how to do that. ...

ASP.NET MVC Google Sitemap from ContentResult - Incorrect namespace

I created a sitemap generated by a ContentResult however Google keeps telling me my namespace is incorrect. Any ideas? My Code: public ContentResult Index() { //Build RSS for sitemap XNamespace ns = "http://www.sitemaps.org/schemas/sitemap/0.9"; const string url = "http://www.openarmssoberliving.com/{0}"; ...

Google fusion tables api url encoding

This example code and more specific the runUpdate(String updateQuery) function is not working with non-english characters in the updateQuery. After the execution of this query i see in my fusion tables question marks where non-english chars should be. Any ideas? Thank you ...

Using Google Maps API to get Address of Business

Hello Guys I have a requirement and I am hoping Google Maps API will have a solution. I have never used Google Maps API - so I am very new to this. On the website homepage there is a form, when a user comes, I want the following things to happen: 1) The city field should be populated with users city based on IP 2) There is a second fi...

Do <span> tags hurt in regards to SEO?

For example would the following code penalize you in regards to SEO? <h2>Singles events across the UK! <span>Including Bristol, Manchester, London, Birmingham &amp; Newcastle.</span></h2> Would the content inside the <span> tags be regarded as less important? ...

Google Map Question : How do I change content of div after location of the map is changed?

OK, so here's my scenario. I have a Google map on the left, and a corresponding contents on the right. When a user moves around the map or zoom in or zoom out, how can I dynamically change the contnets on the right given the "new" map now? I guess I need to know the "current" map information and then use that to retrieve the content c...

Google Earth vertical data display.

If you have been to the Google lobby, there is a display showing live internet search traffic patterns on a rotating Google Earth. Locations with more vertical dots represent more traffic. Also, the dropbox guys just posted a video of dropbox traffic in a similar fashion. http://blog.dropbox.com/?p=339 Looking through the Google Earth ...

How to check if a given longitude value is within any longitude range?

OK. This might be more of a math question but here goes. I have a longitude value, let's say X. And I want to know if X falls between any two longitude values. For example, if my X is 145 and the range is [21, -179]. The range is given by the Google Map API bounds and I can see on the google map that X does fall within that range. How...

Google Charts Problem

Hi all, Below is url that chart I am using. http://chart.apis.google.com/chart?cht=lc&amp;chco=99C754&amp;chs=400x150&amp;chds=20,1&amp;chd=t:1.0,1.0,1.0,1.0,1.0&amp;chxt=x,y&amp;chxl=0:|12/07/09|12/14/09|12/21/09|12/28/09|01/04/10&amp;1:1|10|20&amp;chxr=1,20,0,10&amp;chls=2&amp;chg=25,100,1,2&amp;chm=o,54C7C5,0,-1,5&amp;chxtc=1,15|0,15...

App always starts fresh from root activity instead of resuming background state (Known Bug)

I am facing exactly the problem mentioned in these links: http://code.google.com/p/android/issues/detail?id=2373 h**p://groups.google.com/group/android-developers/browse_thread/thread/77aedf6c7daea2ae/da073056831fd8f3?#da073056831fd8f3 h**p://groups.google.com/group/android-developers/browse_thread/thread/2d88391190be3303?tvc=2 I hav...