google

How would TIMTHUMB.PHP affect the SEO of a website, or Image SEO

If I use timthumb.php for reducing images and posting them automatically with the appropiate size on my website sounds fantastic. Saves a lot of work. But would that affect the results in http://images.google.com ? Let's say I have a photo named "my-dalmatian-dog.jpg" and then I apply tinthumb.php..it would be changed to some other name...

Google trends with adobe AIR

As the google trends api has still not yet been published I wanted to try and get the data using AIR. I am using the as3httpclient lib to login to my google account, here is how I'm doing so far: Credit for the approach to: this blog post //this first connection will get the authorization token by sending the user name and password fo...

CSS on google tables column

I am using google-tables with a dataview, and I cannot figure out how to get any kind of formatting on one of my columns. var datatable = createGoogleData(...); datatable.setColumnProperty(2, 'className', 'hest1'); // <--- doesnt work var view = new google.visualization.DataView(datatable); ... view.setColumns([0, 1, { calc: b...

Search Crawling "Bot"?

I am working on a project that requires me to collect a large list of URLs to websites about certain topics. I would like to write a script that will use google to search specific terms, then save the URLs from the results to a file. How would I go about doing this? I have used a module called xgoogle, but it always returned no results. ...

What about CodePro Profiler ?

I just read that http://www.instantiations.com/ is now part of Google and that several tool will be accessible for free => It's really nice. But what about the CodePro profiler tool ? The only link on the subject I found is the following one: http://download.instantiations.com/ProfilerDoc/continuous/latest/docs/html/index.html and it's ...

Google Sketchup C++ SDK: SkpWriter usage

I am trying to use Google's Sketchup C++ SDK (latest version) to export a 3D model to a Sketchup file. One of the problems I am facing is that the header files refer to an "sapi" folder which does not exist in the source tree. I need to figure out how I can get a reference to the ISketchUpApplication interface. Can someone provide me w...

Client Login API

I have created the function below to check is the auth code is valid with Google, but could anyone point me in the right direction on how to actually grab the users details from there account using the API such as their first name and second name. function check_google_auth_code($authtoken){ /* * Returns The HTTP Cod...

Get Image results from Google Image API returning invalid label (jQuery)

Hello everyone. So I am trying to show x amount of images from google using the following code, but it keeps returning invalid label. Does anyone have any ideas? thanks in advance for your help. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt; <div id="google_imag...

How do I ask/hint to Google not to index something on a page?

I have a web site that mostly displays images that contain text. It is heavy with JavaScript. In a noscript tag we have the usual "You must have JavaScript enabled" message followed by the text extracted from the image. My problem is that Google indexes the "You must have JavaScript enabled" message. So when you get a hit on my site, thi...

Is there a safe delay in JavaScript?

A way that doesn't hog resources, just stops execution for 1 second then executes? What I want to do is dynamically move a Google gauge from one value to another, creating the effect of it moving to the value instead of jumping to it. i.e. - for(original_value; original_value < new_value; original_value++) { data.setValue(0, 1...

What Google API do I use to find search popularity

I want to know how many people have searched for a specific term in a specific period of time (say, 1pm-2pm on September 14, 2010). Is there a google API that can return this data? ...

google apps marketplace workflow

what is the better google appsworkflow products in google apps marketplace workflow ? ...

Can one Chrome extension enable or disable another one?

I have a chrome extension that very simply injects CSS before a page loads. (I know this could be done by javascript once the page has loaded, but this causes the page to flash as it changes/renders the new CSS.) The CSS is injected as a content script using code like: "css": ["mystyles.css"], "run_at": "document_start", I would ...

Google Contacts oAuth in asp.net /C#

I'm trying to use oAuth to access google contacts. I'm using the example source code used in http://github.com/bittercoder/DevDefined.OAuth I get an error saying the token is invalid right here: // exchange a request token for an access token IToken accessToken = session.ExchangeRequestTokenForAccessToken(requestToken); I already re...

Home Baked Google Instant (Just the fancy AJAX)

Anyone know how you could duplicate the instant nature of Google Instant? I'm trying to create a similar functionality with hand carved results (basically a huge if statement) on a website. Some more clarification: If a user were to type 'phone' in a search bar, contact information would instantly appear below. more clarification: I d...

How do I check if a page is Google cached in Perl?

I tried lots of modules, seems like nothing works well. Do you have any idea how to check if a page I supply, for example: http://bloggingheads.tv/forum/member.php?u=12129 Is available on google cache? I'm using Perl. ...

google chrome drag textfield

Im making a website, in one of my pages im using a textarea, but when im look in google chrome i can drag the textarea very big. is there a way to disable this? THNX! Stefan ...

how to narrow Google query to educational institution only(but not just to American ones)

I often search educational institutions websites with the following Google query my_query site:.edu or my_query site:edu.pl or my_query site:edu.au but it only crawls through American, Polish and Australian ones respectively. In most countries top level domain for universities is the country domain and edu is only a sub-domai...

Google Maps Data API - Uploading KML = BAD REQUEST

I'm trying to upload a KML document to "My Maps" using the Google maps data API. Am am able to get logged and and get a authorization token and execute a few other commands just fine (using the HTTP protocol) but when I try and create a new map by uploading KML (by following the documentation exactly) I always get 400 BAD REQUEST. Is t...

Google Analytics when website "inactive"

I am not entirely finished with my website, and I am using apaches authentication to demand password and username when entering the site. I wonder, will this cause any problems with using and testing Google analytics? Should I first "open" and remove the authorization before using GA? Thanks ...