google

Google Search CSE open in same page - AJAX / iframe overlay

Hi Guys, I've got the google cse on my site to display results in the right place but when i click on them it opens in a new page, i want it to open in the same page but can't figure it out. All the files are uploaded and the page can be found at http://www.alwaystwisted.com/sandbox/stagecraft/template.html Thanks in advance Regards...

Why would Google Search use client-side URL parameters?

Yesterday morning I noticed Google Search was using hash parameters: http://www.google.com/#q=Client-side+URL+parameters which seems to be the same as the more usual search (with search?q=Client-side+URL+parameters). (It seems they are no longer using it by default when doing a search using their form.) Why would they do that? Mor...

How make that google doesn't show cached copy of my website.

Can I give some directives to google scan my site but not allow users to see the cached version when they click on "cache" link on the google search page? ...

Why would Google (or Googlebot) index a page returning a 500 error?

Googlebot has been occasionally indexing one of our sites with a bad query string parameter. I am not sure how it is getting this query string parameter (there don't appear to be any sites linking to us with bad links, and nothing in our site is inserting the bad value). The bad parameter causes the site to throw a 500 error, as we expec...

Google maps - show marker window from result list

edited code //array store the markers var googleMarker = []; //this function get json object with the marker data //place name,place id,place address. function AjaxGetUserToPlaces(res) { var l = res.value.length; for(var i=0;i<l;i++) { var point = new GLatLng(res.value[i].lng,res.value[i].lat) map.addO...

How to use the Google SpreadSheets API to feed data to an application?

I've read through the Google Spreadsheets API PHP documentation. All examples are using Zend, which I cannot use. See this page: http://code.google.com/apis/spreadsheets/docs/1.0/developers%5Fguide%5Fphp.html Does anybody know a simple example of the following: How can I use PHP w/ curl (or whatever) and the Google Spreadsheets API to ...

Is it possible to do a Google/Yahoo/Bing search restricted to the "description" meta data?

I'm working on a project that would be greatly optimized if I am able to restrict a Google, Yahoo or Bing/Live search to just the < meta content="xyz" name="description" /> tag. I read all the help pages and api docs and can't seem to find a way to do it, and I thought I'd give it a shot here on Stack Overflow. Thanks :) ...

Referenecement with JavaScript

Hi, Do you think this kind of code enjoy google ? <form id="j_id29" name="j_id29" method="post" action="/stockradio/radio.jsf" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="j_id29" value="j_id29" /> <table class="dr-table rich-table " id="j_id29:j_id30" border="0" cellpadding="0" cellspacing="0" width="100%"><c...

Does URL design affect page rank in search engine results?

I am especially interested in Google search results. Some web-sites use category IDs in their URLs while others use a more contemporary method of "friendly urls". I.e: Old URLs: mywebsite.com/23151/32/ New URLs: mywebsite.com/my-category/my-page If the new method is used, is the page's rank going to increase? (provided that all other ...

Pinging google sitemap after every new article submission?

As you may know, by using the following url, you can 'ping' google to update its record of your sitemap: http://www.google.com/webmasters/sitemaps/ping?sitemap=URLOFSITEMAP.xml I made a script to do this programmatically after every article submission (I am making a user submitted blog type site). Do you think its a bad idea to do th...

How to change the language of 'Google News' regarding the GSnewsBar object (Ajax API)?

The following deals with GSnewsBar object of the Goolge-Ajax search API which is explained here: http://www.google.com/uds/solutions/newsbar/reference.html There are some parameters which allow to change the layout of the news. But there is no example of how to set the news language. Currently I always get news in English but my aim i...

invoke IMUCTalkAPI and IMUCTalkPlugin of Google Talk 1.0.0.104 TypeLib

I see GoogleTalk.exe (1.0.0.104) has some undocumented TypeLib interface Dispatch IMUCTalkPlugin; // IMUCTalkPlugin Interface GUID={4C9DC108-C73F-11DA-95AB-00E08161165F}; function QueryInterface(riid:^GUID; out ppvObj:^^void); function AddRef: UI4; function Release: UI4; function OnNewContact(chatroom_contact:^IChatRoomContact);...

Google AdSense - language

I want to add Google AdSense on my site and I want adds to be in X language (not English). How can I tell google which language is used on the site? Thanks! ...

Google Visualization API, making a line graph

Hello, I am trying to make a line chart by using the Google Visualization API, here is my column data definition: var dataTable = new google.visualization.DataTable(); dataTable.addColumn('date', 'Date'); dataTable.addColumn('number', 'Uptime'); dataTable.addColumn('string', 'Channel'); I want to group my rows by channels and these g...

Google OpenID: the page you requested is invalid

I'm writing a Relying Party, and use the Google provider. Yadis leads me to https://www.google.com/accounts/o8/ud, I create an association, and redirect the user's browser to that URL (HTTP 307), and fill in the following query parameters: openid.ns: http://specs.openid.net/auth/2.0 openid.mode: checkid_setup openid.assoc_handle: value...

Getting Google PageRank via an API (PHP)

Hi all, I have a list of domains and would like to get the: PageRank for all the domains. So just an integer, there must be an API that returns this. The number of results in Google The position of the word of the domainname. For example, "google.com" would be the position of the word "google". This could be position 20. Hopefully t...

getautosuggestdata type is not supported

I am using Google AutoSuggestData. It's implemented fine and working in a page but when trying to implement in another page it gives error system exception :getautosuggestdata type is not supported ...

How does a website know the Google query I used to find it?

When I search for something such as "rearrange table columns in asp.net" on Google, and click the link to Wrox's forum site, the site greets me with a message such as "Your Google search for 'rearrange table columns in asp.net' brought you to Wrox Forum...". How does a site know what query I typed into Google? And how could I add such...

google.load - and message "google is not defined"

What do I need to include to do a google.load() statement? I'm getting error "google is not defined". Based on this page, http://code.google.com/apis/ajax/documentation/#DetailedDocumentation I thought I should add this: <script type="text/javascript" src="http://www.google.com/jsapi?key=ABCDEFG"&gt; </script> But when I d...

Bookmarklet script too long to create application shortcut.

I figured out how to create a bookmarklet for Google Analytics that opened to immediately show only today's stats. I wanted to make a Google Chrome application shortcut for this to go along side my other Google Apps shortcuts, but the first problem is that it only creates an application with the current url, which displays today's info ...