google

Google Adwords Reporting With Dynamic PHP Conversion Value

I am using Google Adwords to push and track subscriber acquisitions on my site, but can not get the conversion reporting to work. Here is my setup. My subscribe form is dynamically loaded on my subscribe page by a Wordpress plugin I created. After validation the form is replaced with a thank you message with php, so the user is not r...

MODx Problem How to add google conversion code to specific pages

Hi I'm using modx cms, I'm trying to add my conversion code to my pages. I've tried creating chunks in modx but these don't seem to appear. Should I be using snippets for conversion code? Thanks for your help Regards Judi <!-- Google Code for Call Me Back Conversion Page --> <script type="text/javascript"> <!-- var google_conversio...

Trying to bind multiple InfoWindows to multiple Markers on a Google Map and failing.

My project uses a JSON feed to grab info about earthquakes within a specified latitude and longitude boundary, essentially making a box. I take this info and turn all the results into markers on a Google map. I need each marker to also display some additional information, so I'm trying to use the built in InfoWindow objects such that w...

url encoded category and seo

I have a website in russian language and categories are russian words and these words must encode like this : %D0%A0%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9 What would be the best URL structure for SEO and google ? www.example.com/%D0%A0%D1%83%D1%81/%D0%A0%D1%83%D1%/ or use category id and subcategory id www.example.com/1/4/ ...

What should i know about search engine crawling?

I don't mean SEO things. What should i know. Such as Do engines run javascript? Do they use cookies? Will cookies carry across crawl sessions (say cookies from today and a craw next week or month). Are selected JS filters not loaded for any reason? (Such as suspected ad which is ignored for optimization reasons?) I don't want to acc...

Sending locally sent email (with sendmail) to Google Apps Mail Server

Hi. I have a domain, call it mydom.com. A while ago I started using Google App's email server. I set up MX and the rest of the stuff records as Google wanted, and all is working well since. On www.mydom.com I have a website, DNS and still running mail server (which basically doesn't do much). Among other things, on www.mydom.com, I hav...

Anyone in the enterprise using Google-hosted jQuery script?

I would like to use Google's copy of jQuery, to spare some load on my company's local web servers: http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js While this is great for many sites (include stackoverflow and my personal website), I am hesitant to introduce this change to my company's public website. Personally, I ...

Google Groups alternative

Hello, I'd like to be able to have Google groups functionality on my site. Meaning having the ability for people to email each other, with the emails posting to my site, in a threaded manner. Though I'm ideally looking for something free, if there's software out there that accomplishes this for a price, I'm also interested in learning ...

Google Search Appliance feed application not found

Hi, Im trying to access to our appliance machine name using: http://&lt;APPLIANCE-HOSTNAME&gt;:19900/xmlfeed (of course replacing the appliance hostname by the real one). But i'm getting an error of page not found. I dont have problems when i access to the control panel on port 8000. is in the appliance a switch to allow access to t...

Auto play on Google Video embeded video

I'm with Google apps premier, so you can upload and then embed videos. the embed code they give you is this iframe and I would like it to automatically play when the iframe pops up (I've got the popping up handled). <iframe frameborder="0" style="border:1px solid #AAA; width:640px; height:387px;"src="http://video.google.com/a/acutabovec...

questions on how to import google-api-translate-java.jar

Dear all, I am now going to use the .jar file on http://code.google.com/p/google-api-translate-java/ However,after I download it ,I tried to import it in my current project folder(in Eclipse) the two import statements import com.google.api.translate.Language; import com.google.api.translate.Translate; always get complained by the ...

How to restrict directory search to perticular directory in google desktop search ?

Hi, I have installed goolag and google desktop. Google desktop search searches all drives and gives search result. Now i want to restrict search to particular directory. How do i do that? (goolag code consist of index.php, mail.php, image.php, fonctions.php, fichier.php, goolag.css ) Link: http://www.asabox.com/goolag/index_en.htm 2/25...

URL Redirection and htaccess security - redirecting non-authenticated users off-site to a live server

We have a dev server that has managed to become indexed by Google. Page 2 of a relevant search on Google will throw up links to the dev server instead of the live one (with the same content.) However, we have now locked the dev server down behind IP address restrictions and htpasswd authentication, so any inbound traffic from google wil...

Integrate Google App to my ASP.NET application

I need to use google accounts in my ASP.NET application. Did somebody do it? I have many questions about it ...

Is there a general tag service API available for web2.0 site?

For web sites, like Blogger, delicious, Google Reader, each of which has its own way for user to categorize their record/entry/item by keyword/tag/label. I want to unify them all, so is there any service for that? @Edit: It's the service that should "inject" into these web applications (by calling an external API? ), so that I can selec...

Why doesn't Google Collections support MultiKeyMap like Apache Collections?

Is the decision by Google similar to the one for SortedMultiSet (stackoverflow question) or is it because there is no use of MultiKeyMap? I am aware that an alternate for MultiKeyMap can be to use a custom Class as a key which contains the multiple keys as its class members. On the contrary, I like the concept of specifying multiple keys...

How to generate the "computed" CSS for an arbitrary HTML code snippet

I am starting work on a project to be able to grab an arbitrary HTML snippet (e.g. all code within a <div></div> block) and generate the minimal CSS necessary to render the snippet on a blank page while maintaining the same visual styling it has on the originating web page. My sense is that all of the heavy lifting for this function can...

INSTALL_FAILED_MISSING_SHARED_LIBRARY an android emulator proplem

[2010-03-04 11:50:15 - AndroidSamples]Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY when i uses the .. please do reply me ...

How to write a python script to manipulate google spreadsheet data

For example i am able to get the feed from the spreadsheet and worksheet id. I want to capture the data from each cell. How do i do that? I.E i am able to get the feed from the worksheet. Now i need to get data(string type?) from each of the cell to make comparison and for input. How exactly can i do that? ...

How to write back to a certain cell in google doc spreadsheet using python

So the problem is, i get some information from first column of the row (for example A2 ) from the spreadsheet, then i will do some checking with that information, after that i want to write back to the next column in the row the result, how do i do that? Is there a certain function to allow me to indicate the column behind, in front, abo...