active questions tagged google - Stack Overflowmost recent 30 from stackoverflow.com2009-12-12T11:12:50Zhttp://stackoverflow.com/feeds/tag/googlehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1871463/cant-add-a-jobs-item-in-google-base0can't add a jobs item in google basefreddoo2009-12-09T03:46:00Z2009-12-12T02:19:43Z
<p>Hi,
when I try to add a 'jobs' item to google base I always get an error 400 bad
request but if I set the type to 'test' or 'job' it works fine.</p>
<p>Is the jobs type still enabled on google base?</p>
<p>here is my code, if i uncomment the test line it works fine but if i
uncomment the jobs line it fails</p>
<pre><code>GBaseService service = new GBaseService("[site]",
WebConfigurationManager.AppSettings["GoogleAPIKey"]);
service.setUserCredentials("m...@gmail.com", "password");
GBaseEntry entry = new GBaseEntry();
entry.Title.Text = job.Title;
entry.Content.Content = job.Description;
//entry.GBaseAttributes.ItemType = "Test";
//entry.GBaseAttributes.ItemType = "jobs";
entry.GBaseAttributes.AddTextAttribute("education", "");
entry.GBaseAttributes.AddTextAttribute("employer",
job.Company.Name);
entry.GBaseAttributes.AddDateTimeAttribute
("expiration_date", job.Expires);
entry.GBaseAttributes.AddTextAttribute
("immigration_status", "");
entry.GBaseAttributes.AddTextAttribute("job_function",
job.Title);
entry.GBaseAttributes.AddTextAttribute("job_industry",
job.JobCategory.Description);
entry.GBaseAttributes.AddTextAttribute("job_type",
job.JobType.ToString());
entry.GBaseAttributes.AddLocationAttribute("location", new
Location(job.Address, job.Lat, job.Lng));
entry.GBaseAttributes.AddDateTimeAttribute("publish_date",
job.Submitted);
entry.GBaseAttributes.AddTextAttribute("salary_type",
job.Salary);
entry.GBaseAttributes.AddTextAttribute("tags",
job.TagList);
entry.AlternateUri = new Google.GData.Client.AtomUri
("http://www.[site].com" + Url.JobDetails(job.Id, job.Title));//.Add
(new Google.GData.Client.AtomLink("www.[site].com" + Url.JobDetails
(job.Id, job.Title)));
entry.Authors.Add(new Google.GData.Client.AtomPerson
(Google.GData.Client.AtomPersonType.Author, "[site].com"));
GBaseEntry myEntry = service.Insert
(GBaseUriFactory.Default.ItemsFeedUri, entry);
</code></pre>
<p>any pointer will help
thanks </p>
http://stackoverflow.com/questions/1891862/how-to-install-googles-chrome-on-centos-5-30How to install Google's chrome on CentOS 5.3?Mickey Shine2009-12-12T01:17:20Z2009-12-12T01:17:20Z
<p>Google released their Chrome browser for linux but I got an error when installing. I was informed that I need a higher lsb version? What is lsb? Where can I find the latest lsb package/source ?</p>
<p>By the way, would it be OK if I upgrade to CentOS 5.4?</p>
http://stackoverflow.com/questions/1886438/google-webmaster-tools-sitemaps-not-indexing0Google webmaster tools: Sitemaps not indexing?Niels Bosma2009-12-11T07:36:01Z2009-12-11T22:39:46Z
<p>I've submitted sitemap.xml files to google webmaster tools and it says that i has all of the page in total but under "indexed" it says "--"? How long does it take for Google to start indexing? This was a couple of days ago.</p>
http://stackoverflow.com/questions/1890590/displaying-scale-within-the-range-selector-of-a-google-annoted-timeline0Displaying scale within the range selector of a Google annoted timelineJeff Catania2009-12-11T20:14:48Z2009-12-11T20:14:48Z
<p>I want to visualize where the user currently is located on the range selector slider at the bottom of the timeline. Google uses this method on the <a href="http://www.google.com/finance?client=ob&q=NASDAQ%3AGOOG" rel="nofollow">Finance site</a>.</p>
http://stackoverflow.com/questions/1889886/google-docs-and-uploading-videos0Google Docs and uploading videos [closed]unknown (yahoo)2009-12-11T18:11:36Z2009-12-11T18:14:42Z
<p>Will Google Docs handle the uploading of approximately 1GB sized videos for storing?</p>
http://stackoverflow.com/questions/69316/biggest-differences-of-thrift-vs-protocol-buffers11Biggest differences of Thrift vs Protocol Buffers?Bob2008-09-16T04:07:42Z2009-12-11T17:40:10Z
<p>What are the biggest pros and cons of <a href="http://incubator.apache.org/thrift/" rel="nofollow">Apache Thrift</a> vs <a href="http://code.google.com/apis/protocolbuffers/" rel="nofollow">Google's Protocol Buffers</a>?</p>
http://stackoverflow.com/questions/1879566/drawing-area-at-google-map0Drawing area at Google Map.artmania2009-12-10T08:47:29Z2009-12-11T07:41:07Z
<p>Hi friends,</p>
<p>please see the link : <a href="http://img.skitch.com/20091211-bybjj3qtasrgr1dfaf4c42p39b.jpg" rel="nofollow">http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&msid=114175067062800610411.00047a4d021010b4a2a91&z=12</a></p>
<p>any idea how to do that? drawing an area.</p>
<p>Thanks a lot for helps! appreciate</p>
<p><hr></p>
<h2>[SORTED]</h2>
<p><img src="http://img.skitch.com/20091211-bybjj3qtasrgr1dfaf4c42p39b.jpg" alt="alt text"></p>
http://stackoverflow.com/questions/1886431/google-webmaster-tools-sitemaps-not-indexing0Google webmaster tools: Sitemaps not indexing? [closed]Niels Bosma2009-12-11T07:35:20Z2009-12-11T07:35:20Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/1886438/google-webmaster-tools-sitemaps-not-indexing">Google webmaster tools: Sitemaps not indexing?</a> </p>
</blockquote>
<p>I've submitted sitemap.xml files to google webmaster tools and it says that i has all of the page in total but under "indexed" it says --? How long does it take for Google to start indexing? This was a couple of days ago.</p>
http://stackoverflow.com/questions/1881604/writing-content-between-firefox-tabs0Writing Content Between Firefox TabsGregH2009-12-10T15:09:58Z2009-12-10T20:55:56Z
<p>I am trying to write some values that I extract from a page (via JS/JQuery) opened in a tab in Firefox, to another opened page in a different tab within Firefox. Is this possible? Basically, I am trying to write some values I extract to a Google document that I have open in a different tab. I can see the "document" value in the DOM for my Google Document is something like:</p>
<p>Doc?docid=0AQyS4r3XWCQ7ZGZ3dnE2OHNfMTNmcHE2OHAzMg&hl=en</p>
<p>Can I just write to that document?</p>
http://stackoverflow.com/questions/1883188/google-like-search-query-tokenization-string-splitting4Google-like search query tokenization & string splittingjamesaharvey2009-12-10T18:54:48Z2009-12-10T19:57:44Z
<p>I'm looking to tokenize a search query similar to how Google does it. For instance, if I have the following search query:</p>
<pre><code>the quick "brown fox" jumps over the "lazy dog"
</code></pre>
<p>I would like to have a string array with the following tokens:</p>
<pre><code>the
quick
brown fox
jumps
over
the
lazy dog
</code></pre>
<p>As you can see, the tokens preserve the spaces with in double quotes. </p>
<p>I'm looking for some examples of how I could do this in C#, preferably not using regular expressions, however if that makes the most sense and would be the most performant, then so be it.</p>
<p>Also I would like to know how I could extend this to handle other special characters, for example, putting a - in front of a term to force exclusion from a search query and so on.</p>
http://stackoverflow.com/questions/1882574/how-does-stackoverflow-do-so-very-well-on-google0How does Stackoverflow do so very well on Google? [closed]Tarquila2009-12-10T17:22:07Z2009-12-10T17:22:07Z
<p>Stackoverflow pages seem to do ever so well on Google - i.e. come up very high. Several times things like this have happened to me:</p>
<ul>
<li>Google to search for answer to question before thinking of using SO. Don't like the results that come up. Ask on SO. Keep Googling anyway in the background. SO page starts appearing high up on Google results.</li>
<li>Encounter a quotation in an SO answer. Google it. SO answer just seen is the top result.</li>
</ul>
<p>Why / how does it do so well?</p>
http://stackoverflow.com/questions/1881688/safe-to-use-google-apps-engine-for-new-ideas-what-rights-am-i-giving-up3Safe to use Google Apps Engine for new ideas? What rights am I giving up?corgrath2009-12-10T15:20:50Z2009-12-10T15:30:40Z
<p>Hey.</p>
<p>I am planing to start on a new project which has a kinda unique idea. Usually I develop things on my own server, but since that is far inferior to the Google apps engine solution i am thinking of switching platforms.</p>
<p>However, I am worried that if I start to develop and if becomes "a success" (atleast within my standards), I have practically given the service away to Google. Can I move the service to someone else? Could they claim the idea? or the material?</p>
<p><strong>What rights have I given Google if I start to use Google Apps engine?</strong></p>
http://stackoverflow.com/questions/1880183/google-help-system1Google Help systemunknown (google)2009-12-10T10:51:52Z2009-12-10T10:51:52Z
<p>I would like to create an HTML help for one of my application, based on the Google help system. Does anyone know whether the Google Help system is available outside Google corp? If yes, how to obtain it. What is the authoring tool? Is it an open source tool?</p>
<p>If not, is there some authoring tool with the same flavour?</p>
<p>The type of help I would like to produce is the kind you get for instance at
<a href="http://docs.google.com/support/" rel="nofollow">http://docs.google.com/support/</a></p>
<p>In particular to have the option to let the user give his/her feedback on the help topic ie.</p>
<blockquote>
<p>Was this information helpful? Yes No
Easy to understand? Yes No Complete
with enough details? Yes No</p>
<p>Please tell us why you did not find
this helpful. Thank you!</p>
<p>How can we make this better? Thank
you! Your feedback will help us
improve our Help Centre.</p>
</blockquote>
http://stackoverflow.com/questions/1879942/google-calendar-how-to-delete-entries-from-php0Google Calendar - how to delete entries from PHP?Peter2009-12-10T09:55:49Z2009-12-10T09:55:49Z
<p>I'm working on syncing events from our project management DB into a google calendar using PHP.
Creating events in GCal works fine, but deleting them is proving to be a real pain, especially as there aren't any examples on how to do it.</p>
<p>Has anyone done this before in PHP (not on Zend Framework)?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1878193/legitimate-url-cloaking-for-seo1Legitimate URL Cloaking for SEO?viatropos2009-12-10T01:54:20Z2009-12-10T03:24:50Z
<p>Hey there,</p>
<p>I have just asked these two questions, one on <a href="http://stackoverflow.com/questions/1877833/flash-seo-url-best-practice">flash seo url best practices</a> and one on <a href="http://stackoverflow.com/questions/1878080/url-redirects-for-seo-in-flash">url redirects for seo in flash</a>, and it got me to read more about <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=66355" rel="nofollow">cloaking and sneaky javascript redirects</a>.</p>
<p>In that <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=66355" rel="nofollow">cloaking and sneaky javascript redirects</a> article, it says:</p>
<blockquote>
<p>"Provide the textual contents of JavaScript in a noscript tag... Ensure that you provide the same content in both elements (for instance, provide the same text in the JavaScript as in the noscript tag). Including substantially different content in the alternate element may cause Google to take action on the site."</p>
<p>"Use of JavaScript is an entirely legitimate web practice. However, use of JavaScript with the intent to deceive search engines is not. For instance, placing different text in JavaScript than in a noscript tag violates our webmaster guidelines because it displays different content for users (who see the JavaScript-based text) than for search engines (which see the noscript-based text)."</p>
</blockquote>
<p>To me that sounds like, if you have a Flash site, and you want it to be SEO, then if you render to google an html page with the same textual content as the flash swf, then you are safe. As long as I am not <code>"with the intent to deceive search engines"</code> and am not <code>"including substantially different content in the alternate [flash] element"</code>, am I safe? Is that legitimate? Has anyone verified this?</p>
<p>I also get from that set of webmaster guidelines that it would be acceptable to redirect a url like <code>site.com/home.html</code> to <code>site.com/#/home</code> for flash users, because the intent is not to deceive and if they are only differing by the "View", with the "Model" staying the same, is that legitimate?</p>
<p>They say in that article too:</p>
<blockquote>
<p>"Note that placement of links within JavaScript is alone not deceptive. When examining JavaScript on your site to ensure your site adheres to our guidelines, consider the intent."</p>
</blockquote>
<p>... so it seems like this would be a legitimate solution, no? That is, redirecting users to the appropriate flash url, and rendering html for necessary accessibility and SEO.</p>
<p>I understand the malicious-ness that can arise out of sneakyness and cloaking, but that is definitely not the intent. I am looking for something more along the lines of, how could I accomplish this without google getting angry?</p>
<p>I honestly don't see how google would be able to tell if I added something in Rails that checked for the user agent and rendered a flash-less html page for google using something like this: <a href="http://gurge.com/blog/2007/01/08/turn-off-rails-sessions-for-robots" rel="nofollow">turn off rails sessions for robots</a>. If I checked for the user agent and only redirected the user, not the google bot, would google be able to see that?</p>
<h1>Update</h1>
<p>Is something like this <a href="http://blog.flashcmsframework.com/fleb-framework-1-0-released/" rel="nofollow">Fleb Flash Framework</a> "cloaking"? They have a <code>div</code> element which, either returns a flash swf or plain html content. Or this on <a href="http://blog.flashcmsframework.com/swfaddress-seo-solution-for-gaia-flash-framework/" rel="nofollow">SEO with Flash</a></p>
http://stackoverflow.com/questions/1871964/how-to-add-google-autocomplete-autosuggest-feature-in-rails-using-google-ajax-ap0How to add Google AutoComplete/AutoSuggest feature in rails using Google Ajax API ?Srinivas Iyer2009-12-09T06:26:09Z2009-12-10T01:09:14Z
<p>I have successfully integrated google ajax search with rails application .
Does Google Ajax Search Api provides api for autocomplete/autosuggest feature in rails application ? . Is there a way to integrate google search autocomplete feature in Rails ?</p>
<p>Any body worked on the same please share your experience . Thanks !!</p>
http://stackoverflow.com/questions/1877622/google-earth-api-vs-google-earth-com-api0Google Earth API vs Google Earth COM APIFrancisco2009-12-09T23:15:17Z2009-12-09T23:15:17Z
<p>Hello,</p>
<p>I want to use Google Earth in a desktop application. My question is which one of these two APIs provided by google do you think has more functionality and/or best support?</p>
<p>Thank you very much</p>
http://stackoverflow.com/questions/1872429/how-does-google-generate-its-openid-claimedid-tokens2How does Google generate its OpenID claimed_id tokens?Tom2009-12-09T08:33:14Z2009-12-09T18:45:17Z
<p>I'm using the <code>django_openid_auth</code> module and have it configured to automatically create new user accounts for new OpenIDs. This makes the "sign up" process really trivial, but I'm a bit worried that because of the way that Google generates it's OpenID tokens it might accidentally create a new account for an existing user, giving them the impression the data in their original account has been lost.</p>
<p>As far as I can tell, Google will generate different claimed ID tokens for different domain names. That is www.site.com and site.com would create two distinct tokens and therefore two accounts in my system. I've fixed that by redirecting www.site.com to site.com.</p>
<p>Are there any other gotchas I need to be aware of? And can anyone point me in the direction of some details on what Google use to generate the ID?</p>
http://stackoverflow.com/questions/1831598/how-do-google-and-other-search-engines-determine-keywords0How Do Google and Other Search Engines Determine Keywords? skyflyer2009-12-02T08:57:44Z2009-12-09T18:19:08Z
<p>First, it seems this question is not program related, however I still make up my mind to post this question here since there is opaque definition on it. If you think it is wrong feel free to delete it.</p>
<p>I am curious about how Google and other search engines determine keywords? Do they just find keywords like we do by using <kbd>CTRL</kbd>+<kbd>F</kbd> and counting, or they use some obscure semantics technologies to single out keywords? </p>
<p>The reason I ask this question is when I check Cached pages in search engines, they usually present keywords in different colors. Like this one:</p>
<p><a href="http://74.125.153.132/search?q=cache%3AYKq3QHbl0RwJ%3Awww.autotrader.com/+car&cd=1&hl=en&ct=clnk&client=firefox-a" rel="nofollow">http://74.125.153.132/search?q=cache%3AYKq3QHbl0RwJ%3Awww.autotrader.com/+car&cd=1&hl=en&ct=clnk&client=firefox-a</a></p>
<p>But it seems they do not count keywords <strong>car</strong> in the word like <strong>carpad</strong>. While, as you know, <kbd>CTRL</kbd>+<kbd>F</kbd> cont <strong>car</strong> from <strong>carpad</strong>. </p>
<p>So my question is if I put company name like <strong>carpad</strong>, or <strong>cardoctor</strong> in my site, is it helpful to keyword of car. </p>
<p>Disclaimer: Car, carpad and the URL I provided are just examples. And I hope I made myself clear.<br>
Thanks in advance! </p>
http://stackoverflow.com/questions/923486/what-are-the-best-google-tech-talks62What are the best Google Tech Talks?Nathaniel Flath2009-05-28T22:19:48Z2009-12-09T12:34:19Z
<p>What are the most interesting programming-related Google Tech Talks?</p>
http://stackoverflow.com/questions/684650/cannot-update-google-adwords-account-through-api-i-e-updateaccount0Cannot Update google adwords account through API (i.e., UpdateAccount()) vijaysylvester2009-03-26T05:44:44Z2009-12-09T11:34:33Z
<p>i'm not able to pro grammatically update the google account using UpdateAccount() method in AccountService . I'm getting exception, when trying to update the address field. can some one let me know . what is the updateable fields in AccountInfo class. if possible with the source code.</p>
http://stackoverflow.com/questions/1594419/how-to-create-ads-using-google-adwords-api0How to create ads using google adwords API?Click Upvote2009-10-20T12:56:33Z2009-12-09T11:16:54Z
<p>Basically, I have a list of keywords, such as:</p>
<pre><code>- red balloons
- free red balloons
- buy red balloons
- blue balloons
- ....
</code></pre>
<p>for each keyword, I have a list of 3-4 ads, each ad consisting of a title, line 1, line 2, and a url, e.g:</p>
<blockquote>
<p>Title: Free red balloons! </p>
<p>Line 1: Buy free red balloons right now! </p>
<p>Line 2: No hidden fees! </p>
<p>Url: <a href="http://example.com" rel="nofollow">http://example.com</a></p>
</blockquote>
<p>I have 3-4 such ads for every keyword.</p>
<p>Using the API, I want to:</p>
<pre><code>1) Create an adgroup for every keyword
2) Under the adgroup, upload all the ads for that particular keyword.
So all the ads for `free red balloons` would go under that keyword's adgroup.
</code></pre>
<p>I'm looking for some general pointers/links to API pages for the methods which I'll need to use to accomplish this. Specifically I'm using PHP and the Apility library, but non-php specific info will also be very much welcome.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1871472/google-analytics-not-gathering-data-from-asp-page0Google analytics not gathering data from .asp pagesthg2009-12-09T03:49:14Z2009-12-09T03:52:12Z
<p>Hi,
I've installed <a href="http://google.com/analytics" rel="nofollow">Google Analytics</a> several times in the past without trouble. However, recently i've installed GA on a .asp page for the first time. Google Analytics dashboard tells me the tag is properly installed, but ever after several days, i can't see any data.</p>
<p><hr></p>
<p><img src="http://img704.imageshack.us/img704/4584/tracking1.jpg" alt="alt text"> </p>
<p><hr></p>
<p><img src="http://img340.imageshack.us/img340/8272/tracking2.jpg" alt="alt text"></p>
<p><hr></p>
<p>Is there any special setup required for .asp pages or windows servers? </p>
<p>Unfortunately, I don't have the option to install <a href="http://gahelper.com/" rel="nofollow">GAHelper</a>.</p>
http://stackoverflow.com/questions/1864197/java-using-gson-incorrectly-null-pointer-exception0Java: Using GSon incorrectly? (null pointer exception)Rosarch2009-12-08T02:19:28Z2009-12-09T02:56:29Z
<p>I'm trying to get the hits of a google search from a string of the query.</p>
<p>public class Utils {</p>
<pre><code>public static int googleHits(String query) throws IOException {
String googleAjax = "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=";
String json = stringOfUrl(googleAjax + query);
JsonObject hits = new Gson().fromJson(json, JsonObject.class);
return hits.get("estimatedResultCount").getAsInt();
}
public static String stringOfUrl(String addr) throws IOException {
ByteArrayOutputStream output = new ByteArrayOutputStream();
URL url = new URL(addr);
IOUtils.copy(url.openStream(), output);
return output.toString();
}
public static void main(String[] args) throws URISyntaxException, IOException {
System.out.println(googleHits("odp"));
}
</code></pre>
<p>}</p>
<p>The following exception is thrown:</p>
<pre><code>Exception in thread "main" java.lang.NullPointerException
at odp.compling.Utils.googleHits(Utils.java:48)
at odp.compling.Utils.main(Utils.java:59)
</code></pre>
<p>What am I doing incorrectly? Should I be defining an entire object for the Json return? That seems excessive, given that all I want to do is get one value.</p>
<p>For reference: the <a href="http://code.google.com/apis/ajaxsearch/documentation/#fonje" rel="nofollow">returned JSON structure</a>.</p>
http://stackoverflow.com/questions/1871135/returning-neighborhood-based-on-address-with-google-geocoder-api0Returning neighborhood based on address with Google geocoder/APIdnyce2009-12-09T01:46:55Z2009-12-09T02:06:40Z
<p>Is there any way to effectively/accurately pull out a neighborhood within a city based on a passed in address, zip, city, state to the Google Geocoder?</p>
<p>Whenever I try to do it via HTTP (ideal solution) It returns the following info</p>
<pre><code><kml>
−
<Response>
<name>anthonys cookies san francisco California</name>
−
<Status>
<code>200</code>
<request>geocode</request>
</Status>
−
<Placemark id="p1">
<address>San Francisco, CA, USA</address>
−
<AddressDetails Accuracy="4">
−
<Country>
<CountryNameCode>US</CountryNameCode>
<CountryName>USA</CountryName>
−
<AdministrativeArea>
<AdministrativeAreaName>CA</AdministrativeAreaName>
−
<SubAdministrativeArea>
<SubAdministrativeAreaName>San Francisco</SubAdministrativeAreaName>
−
<Locality>
<LocalityName>San Francisco</LocalityName>
</Locality>
</SubAdministrativeArea>
</AdministrativeArea>
</Country>
</AddressDetails>
−
<ExtendedData>
<LatLonBox north="37.8454521" south="37.7043396" east="-122.2913561" west="-122.5474749"/>
</ExtendedData>
−
<Point>
<coordinates>-122.4194155,37.7749295,0</coordinates>
</Point>
</Placemark>
</Response>
</kml>
</code></pre>
<p>If you notice, the "locality name" still says San Francisco?</p>
<p>At this point I am open to making use of the Javascript API/call as opposed to the HTTP call, it just seemed like overkill (and more of a headache) for what I am trying to do.</p>
<p>Ideally, I need this to work in San Francisco for now, but it would be nice if I could get it to work for all of the major U.S. Cities.</p>
http://stackoverflow.com/questions/1394049/is-it-possible-to-populate-a-google-form-from-a-google-spreadsheet1Is it possible to populate a google form from a google spreadsheet?George2009-09-08T13:30:59Z2009-12-09T01:39:32Z
<p>I'd like to create a form that uses the data from the spreadsheet, so that it's dynamic. Is it possible to do this? I haven't been able to find anywhere that describes how, or any examples.</p>
<p>All that seems possible is to populate a spreadsheet from a form, which I'll also use but its not the primary concern here.</p>
http://stackoverflow.com/questions/1106755/should-i-use-googles-jsapi-in-production-code3Should I use Google's JSAPI in production code?Frank Krueger2009-07-09T22:23:42Z2009-12-08T22:38:47Z
<p><strong>Possible duplicate of:</strong></p>
<p><a href="http://stackoverflow.com/questions/936399/should-i-link-to-google-apis-cloud-for-js-libraries">should-i-link-to-google-apis-cloud-for-js-libraries</a></p>
<p>also many other discussions, including:</p>
<p><a href="http://stackoverflow.com/questions/547384/where-do-you-include-the-jquery-library-from-google-jsapi">http://stackoverflow.com/questions/547384/where-do-you-include-the-jquery-library-from-google-jsapi</a>
<a href="http://stackoverflow.com/questions/1014203/best-way-to-use-googles-hosted-jquery-but-fall-back-to-my-hosted-library-on-goo">http://stackoverflow.com/questions/1014203/best-way-to-use-googles-hosted-jquery-but-fall-back-to-my-hosted-library-on-goo</a></p>
<p><hr /></p>
<p>I was looking at the Tiny MCE plugin example and saw this code in the <code>head</code> of the document:</p>
<pre><code><script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1.3");
</script>
</code></pre>
<p>I've never seen this way to load jQuery.</p>
<ul>
<li>Is this recommended for production?</li>
<li>What is the benefit of this method?</li>
</ul>
http://stackoverflow.com/questions/1863874/google-query-from-java0Google Query from Java?Rosarch2009-12-08T00:52:50Z2009-12-08T22:02:34Z
<p>I'm writing a Java program, and I want a function that, given a string, returns the number of Google hits a search formed from that query returns. How can I do this? (Bonus points for the same answer but with <strong>Bing</strong> instead.)</p>
<p>For instance, <code>googleHits("Has anyone really been far even as decided to use even go want to do look more like?")</code> would return 131,000,000. (or however many there are.)</p>
<p>Related: How can I programmatically access the "did you mean" suggestion? (eg searching "teh circuz" returns "did you mean <strong>the circus</strong>?")</p>
<p><strong>found it:</strong> <a href="http://code.google.com/apis/ajaxsearch/documentation/#fonje" rel="nofollow">http://code.google.com/apis/ajaxsearch/documentation/#fonje</a></p>
http://stackoverflow.com/questions/1259049/google-data-api-for-youtube0google data api for youtubeunknown (google)2009-08-11T08:24:53Z2009-12-08T19:37:27Z
<p>i am trying to run the sample program which comes with google data api.I am geting a run time error at following line</p>
<p>YouTubeService myService = new YouTubeService("gdataSample-YouTube-1");</p>
<p>erroe is as follows :</p>
<p>run:
Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/collect/Maps
at com.google.gdata.wireformats.AltRegistry.(AltRegistry.java:118)
at com.google.gdata.wireformats.AltRegistry.(AltRegistry.java:100)
at com.google.gdata.client.Service.(Service.java:532)
at YouTubeReadonlyClient.main(YouTubeReadonlyClient.java:713)
Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Maps
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 4 more
Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)</p>
<p>I tried both google data api 1.35.0 and 1.35.1 versions and i am geting the same error in both</p>
http://stackoverflow.com/questions/1868751/why-dont-google-group-pages-load-in-a-webkit-iframe0Why don't Google Group pages load in a WebKit Iframe?Anton2009-12-08T18:01:24Z2009-12-08T18:01:24Z
<p>In Chrome and Safari, the following loads as a blank frame.</p>
<pre><code><html>
<head>
<title>Iframe Test</title>
</head>
<body>
<iframe src="http://groups.google.com/group/websync"></iframe>
</body>
</html>
</code></pre>
<p>Yet the <a href="http://groups.google.com/group/websync" rel="nofollow">direct URL</a> works fine. What gives?</p>