google

Possible to request gsessionid without a 302 response.

I'm writing a google gdata API client in Flash/AS2 (sadly, moving to AS3 is not an option at this time). Logging in via ClientLogin works fine but subquent requests will return a 302 redirect that includes a gsessionid I am supposed to include with future requests to avoid the 302s. Flash/AS2, AFAIK, does not allow me to actually que...

How-to Make a JS Confirm Below leaving the page function

Hello, Google Docs, Gmail etc have this feature where if you try to leave a page that hasn't been saved it pops a dialog box with "confirm, Are you sure you want to navigate away from this page?" Is there a JQUERY plugin that will allow me to implement this kind of functionality? Thanks ...

Google page rank checking Asp.Net script

Hello, I am in search of some Asp.Net script by which i can get the google pagerank of any url that i supply to it, can anyone guide me in this perspective? ...

Google Maps - Custom Icon & Popup overlay issues

I've looked at as many examples as I could find, and they all show me the same thing. I can't figure out what I'm doing wrong. I'm using a custom icon, placing it on the map, and adding a popup overlay to it. The custom icon will display, but the popup won't. If I don't use a custom icon, the popup and icon work fine. function i...

Retrieve OpenID AX attributes from Google / Yahoo in Rails

I'm using the rails plugin open_id_authentication in my app. This works for MyOpenID, however authenticating with Google I can't get the email address as part of the required attributes. From what I understand, Google ignores sreg attribute requests, and only listens to the AX schema for email address. Here's my code: def open_i...

Tools similar to HTTP Watch or YSlow for Google Chrome browser

Hi We are testing our app in Google chrome for support. The basic loading is in scrambled and all the pages are in total CSS mess which we need to clean up unfortunately.For this I require a tool which works similar to firebug for Mozilla.Also to check headers, cookies, caching and POST data ,compression, redirection & chunked encoding ...

Meebo bar omnipresent in Google Chrome browser?

I saw that Meebo bar installation is very simple. I went through Google Chrome extensions API documentation and FAQ, my idea is that I'd like to write an extension that loads Meebo bar throughout the Chrome browser, irrespective of whether a webpage has been loaded into the tab. Can this be done? Any ideas on how I can start? ...

Android Development Forum?

I'm looking for an Android development forum that I can use to learn more about developing for Android, preferably with tutorials, though it's not a requirement. I just really want a forum that has an active user base. I've looked at andDev, but most of the questions people ask there go un-answered and I can never find exactly what I'm l...

JQUERY AJAX ---- Pausing for usability reasons but only when nessesary?

I have a LoadingStatus Function that has two options SHOW or HIDE. The Show triggers to display when the JQUERY POST is made, the HIDE happens after the RESPONSE comes back. The issue I'm having is that sometimes this happens so fast that it makes for a bad experience. What I thought about doing was putting in a JavaScript PAUSE, but i...

Is Google Spreadsheets a viable database for applications?

Is Google Spreadsheets / Docs a viable database option for real-world applications? ...

Will <insert popular website here> restrict me from accessing their website if I request it too many times?

I ask this because I am creating a spider to collect data from blogger.com for a data visualisation project for university. The spider will look for about 17,000 values on the browse function of blogger and (anonymously) save certain ones if they fit the right criteria. I've been running the spider (written in PHP) and it works fine, b...

google.load issue

Hi I am messing around with google ajax api at the momemt and following the examples from the documentation I have two script tags in my html file: <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script language="Javascript" type="text/javascript">google.load('search', '1');</script> All works fine, but it...

Why would Google use a font tag?

So, I couldn't help noticing while demonstrating Chrome's DOM browser thing to my brother, that Google uses a <font size=-2> tag. I know this is a stupid question, but from a programming point of view--why would they use a deprecated tag on Google? Is it because it's smaller than using <p class="whatever"> and then creating a style for ...

Mapping Math and Javascript

After extensive research and fun learning about Google's mapping api, I am building a digital antenna map application. At this point, the next step in the project plan is to build a memory-map replication of the google map that is locating digital tv stations based upon input from the user's address. So, I am using this math code to form...

How can I insert a new Event for non primary Calendar? Using python gdata

def addEvent(calendar_service): event = gdata.calendar.CalendarEventEntry() event.content = atom.Content(text='Tennis with John 30.12.2009 15:00-16:00') event.quick_add = gdata.calendar.QuickAdd(value='true') new_event = calendar_service.InsertEvent(event, '/calendar/feeds/default/private/full') This write to primary Ca...

Routing, polylines in iPhone Google Maps

In our iPhone app we need to draw a route on Google Maps (GMaps is the only option, we can't consider other maps). We draw the route while the user walks around - GPS tracking basically. Then we display all saved routes on the map. The problem is that Google Maps is almost unusable. It is impossible to scroll the map, zoom it (everythin...

Google Crawl Stats Comparison

Hi guys, I'm in the proccess of speeding up the code and mysql. I'm comparing it to the crawl stats in Google Sitemaps and I was just wondering what other people are seeing for their stats. Mine are High: 266 Average: 158 Low: 115 Thanks ...

google search api not giving results

I am using Google Search API in a website to produce results from the website.(the site) the problem is, it is not producing results at all. If I change the site restriction to some other site(e.g. wikipedia.org or any other) it produces results. It is not that the site is not listed - when I search for site:www.hinroengineering.com on ...

Google Site Data fetching

Hail! I want to fetch image from NOT PUBLIC Google Site's page. I'm using WebClient for this purposes. var uri = new Uri("http://sites.google.com/a/MYDOMAIN.COM/SITENAME/" + "_/rsrc/1234567890/MYIMAGE.jpg"); string fileName = "d:\\!temp\\MYIMAGE.jpg"; if (File.Exists(fileName)) File.Delete(fileName); using (var webCl...

How to pass a variable to searchComplete funciton using Google AJAX Search API imageSearch.setSearchCompleteCallback

I am trying to pas a variable using the Google search API. To speed things up for you I believe the problem is with the third last line: imageSearch.setSearchCompleteCallback(this, searchComplete, [imageSearch]); I have a number of div elements, each with their own specific id (ie. "showImagesResults100" and "showImagesResults102", e...