5,018 Topics
![]() | |
Hi, I am currently learning Google Maps API V3. I want to display an infowindow for each marker on a map and I have written two codes snippets doing the same thing, yet producing completely different results. Version A: Successfully displays an infowindow for each marker. I tried to do … | |
I happened to hear an interview yesterday that I thought would be of interest to some of the people here, especially apropos of privacy. The local NPR affiliate in New York had an segment with Scott Clelland, known as one of the foremost national authorities in the information and communications … | |
This was pretty good... Dane Cook at Google. Damn he’s funny. His earlier comedy is just golden. Watch the full thing here or just search it out on youtube: <snip> | |
Hello, I am a student.For the project we have to store first 20 search engine results (URLS and id) in the Mysql database.We referred to the google search API ,it says we will get results in JSOn/ATOM format.But we are not getting exactly how to store those results in JSON … | |
Hello friends, As I was working on one of my site and accidently I have uploaded the file having no indexed Meta tags and due to that my site pages are out of Google search. I have removed the no indexed Meta tags but now I want to know when … | |
I appearts that I have the Google Redirect malware somewhere. About 2/3 of the time,when I click on a Google result, I get redirected. This behavior happens only in MSIE; it does not happen in Chrome. I have run Super Antispyware, MS Security Essentials, and MBAM multiple times. SASW finds … | |
Hello, My dating sites got indexed on Google.com. However, when I search for the same keywords on Google international sites like [url]www.google.ru[/url], these keywords are not indexed on the same position. Do I need to change anything on my dating sites? Thanks. | |
Hello , Friends I am doing googlemap integration . Though i completed it as per my project requirements but i have very small area for displaying map. And as we all know html window on marker have some fixed size. but i found in my reference site that they edited … | |
there is a simple code,which can run locally ,and get three csv file in c:/ #coding:utf-8 import urllib import re import os exchange=['NASDAQ','NYSE','AMEX'] for down in exchange: myfile=open('c:/'+down,'w') url='http://www.nasdaq.com/screening/companies-by-industry.aspx?exchange='+down+'&render=download' file=urllib.urlopen(url).read() myfile.write(file) print 'ok',down myfile.close() i want to upload it onto my google app (i have one google app account)and let … | |
i am trying to create google adword sandbox account and display the information returned by sandbox for it i hv installed google adword library and installed it.and made a code index.php which is[CODE]<?php require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php'; $username = "rmvd for security"; $password = "rmvd for security"; $currencyCode = "USD"; $developerToken = … | |
Google Keyword tool has 3 Options: Broad Exact Phrase If Exact search shows 720, Broad shows 9000 Monthly Searches, which one is real? Regards <snip> | |
I got this error while trying to view my websites on Chrome after reformatting my OS (Windows Vista Ultimate 64bit). I noticed I cant view my adsense ads from my laptop, but I can see them on iPad, so it might have something to do with my Google Chrome browser … | |
Overview So I've got this site I've been working on for months. I thought I had it all figured out. But then I Google'd for my site, and clicked a link, and the same functionality does not work. Details Site: [url]http://whentoplant.com/[/url] Walkthrough - Everything seams to work Ok, lets walk … | |
If we get more and more back-link on the site and make use duplicate content then it will count as spamming and Google will keep it in the sandbox due to which the ranking of our site will stop increasing please share me different view of sandbox........... | |
Hello! On Android if the application which runs can not get permissions (even if user wants) if the Android is not root mode. That means the application can not use some API of Android. That means there are [B]official (supported) root API[/B]s of Android (by Google) ? If yes, can … | |
Hey there, I got through here from a google search for help with Netgear products. I was wondering if anyone could help me with this problem. I bought a used wireless access point on Ebay. I opened the box, read the instructions and did what I read the instructions to … | |
Hi, As part of a project i am developing a taxi booking system. A part of it i am struggling to even think of what to do for is knowing distances between two real addresses e.g. Birmingham and Manchester for reasons such as calculating prices. Obviously it would be impractible … | |
Ok, this is my final tango with this. Below I've listed the code. I'm able to get the value of the url and display it on screen for the current (active tab) in Google Chrome. Now all I have to do is pass that value as a parameter in the … | |
Hello people, I want to write a program which does the equivalent of going to google and searching for a word. So, for example, instead of going to google and typing out 'daniweb', I want to do that from a program. Does google offer any api's for that ? | |
hi, I am trying to work with Google web master tools api in php. do u have any idea abt this? i am totally stuck in the middle of the code i got from Google. any kind of suggestion or sample codes wud be really helpful. thanks in advance. | |
Hi Everyone Can anyone let me know, How i can submit my website on Google and yahoo directories and get backlinks? Best Regards Zeeshan | |
I am designing a search engine and I want to design it in a way that when user comes to the website the cursor should be already on the search bar. Right now the user needs to hit a tab or manually initiate cursor into the search bar. Any ideas … | |
I have test midlet which requests my location via JSR-179 Location API. I use Nokia 6275i. Its java: MIDP-2.0, GPS enabled (I see blue icon on top of my mobile device) When I run this app I got the following error: "java.lang.securityexception: Positioning Log denied Location access." Google do not … | |
how to make customized info window in google maps v3 using asp.net its very urgent. thanks | |
Hi All: I have the following problem, and I am turning to the forum for a little insight. I want to a link to Google Plus1 on my site. However, I am using GoDaddy's Websight Tonight website builder, and I find it to be maddening; things that should be easy … | |
[ATTACH=RIGHT]21542[/ATTACH]Facebook’s CEO, Mark Zuckerberg announced today that there are going to be a few changes to Facebook. The big story is that Facebook has teamed up with Skype to deliver video chat so that you can talk to your friends through Facebook. This is no surprise considering the partnerships Facebook … | |
I use a couple of usenet groups on google groups and post there as well. There are a lot of real people there who keep posting nonsensical stuff for fun. But they aren't bots or anything and they don't copy paste,they just say things to other posters. What happened was … | |
Hi I want to auto detect the language and translate it to english, im using it in an interface, I tried google API translate code but it is not translating the value in variable Can any one plz try Eg: I want to translate the sentence in $x to English … | |
Hi Friends I want to know something about ,What is google AdWord ? How i manage ppc .Where i get more an more information about it .Please help me friends. | |
Recently, i notice a new google site google +1. What is it? | |
[code] void airplaneTest::SetUp() { ASSERT_TRUE(this->msg_handler_.install_airplane(GetParam()) << "Failed to install airplane " << GetParam(); airplane_id_ = airplane.airplane_id(); } void airplaneTest::TearDown() { ASSERT_FALSE(airplane_id_.empty() ); ASSERT_TRUE(this->msg_handler_.remove_airplane(airplane_id_)) << "Failed to remove airplane " << GetParam(); } //a lot of test case put into TEST_P [/code] Google test will reinstall the airplane for diffrent test … | |
Hello, in process.php, I am trying to display google chart by requesting it using streams, the follwoing code is for requesting the chart: [code=php] header('content-type: image/png'); $url = 'https://chart.googleapis.com/chart?chid=' . md5(uniqid(rand(), true)); $chd = 't:'; for ($i = 0; $i < 150; ++$i) { $data = rand(0, 100000); $chd .= … | |
I am a newbie in linux. After installing ubuntu 10.04, I tried to install google talk in linux. For this, I installed Wine and then downloaded the gtalk exe. But when I am trying to open the gtalk exe using Wine, it blocks the application with message it is not … | |
[B]Introduction[/B] Many people might wonder why you would want to compile source code. After all, most Linux programs can be had by simply opening up their favorite package manager and clicking "install". The package manager does the rest. However, there *are* reasons why you would want to do this. For … | |
Hi , I want to open my google chat badge automatically when the user comes into my website. How can I do that ? it open when the user clicks on it , But I want it to be automatic...any ideas? | |
Hello, Since my site due to damage by malicious code came to be that Google wrote: "Google Analytics web property: link has been removed from [site snipped] November 29, 2011 Your Webmaster Tools [site snipped] site is no longer linked to a Google Analytics web property. Possible reasons are: You … | |
I am working on a web application that builds a KML file using a list of coordinates and is supposed to display them on Google maps when you click a button. When I'm testing it on desktop it works, as it brings up google earth with no problem. However, when … | |
I dont know if someone Use this Browser FrameWork , i hope so :) I would use this Browser Framework in my Winform Application c#. I have some questions to do. I'm getting Crazy :( My target is Build a Tabbed WebBrowser with this FrameWork in a WinApps Form. [B]Question … | |
I am working on a web application and using the Google API for geo-location. I am using a localDB to store locations for now and displaying them using this: [CODE]function displayItems() { readItems(LocalDB, function(items) { var appendHtml = ""; for (var i = 0; i < items.length; i++) { appendHtml … | |
Windows 7 64 bit. Problems in IE as well as Firefox ran Windows Malicious Software Removal Tool ran ATF-Cleaner ran GMER rootkit scanner ran MBA-M ran McAfee Total Protection ran Trend Micro Titanium ran Super Anti-Spyware Professional ran Hitman Pro 3.5 ran PC Doctor reset router many times none have … | |
Today I read a post of how Google will be filtering results for people using it when logged in or when not logged in. How will this affect our search results? I think it has more to do with the analyses and less with the rankings, any help will be … | |
Hello guys, Am working on phonegap(jquerymobile) for an android application.I want to implement a map which shows a marker at a particular location and when i click on the marker,it should show a window and a description about the location inside the window..The below code is working when i run … | |
Hi I have added my new site to google webmaster tools but the most significant keywords that are appearing are ones to do with the php code used for the site, so 'array' is at the top and words included in the directory addresses appear for the rest of the … | |
I want to get unix time in my program, google just brought up how to get time on a unix system (I'm on a dos/windows system). Is there an easy (can fit in less than 20 lines of non-system dependent functions and without any API or WIN32 [unless simple] functions) … | |
Hi, I have two PHP pages, in first page I have a textbox which will accept the Google Map Embed Link and I want to accept the entered value in the second page and display the corresponding Google Map. But the second page is not receiving the full code, please … | |
hi guys. I just want to know why some people say that google is faster among other internet browsers? | |
Both Malware Bytes and GMER didn't found any malicious things. Here's my DDS logfile. . DDS (Ver_2011-08-26.01) - NTFSAMD64 Internet Explorer: 8.0.7600.16385 BrowserJavaVersion: 1.6.0_22 Run by Wesley at 21:53:11 on 2011-11-18 Microsoft Windows 7 Professional 6.1.7600.0.1252.1.1033.18.8175.5623 [GMT 1:00] . SP: Windows Defender *Enabled/Outdated* {D68DDC3A-831F-4fae-9E44-DA132C1ACF46} . ============== Running Processes =============== . … | |
Google brand links, does it mean that ecommerce sites should start promoting their products along with their brands, like promoting a jacket for being a jacket might make less sense then promoting the jacket for “American Eagle Jacket.” How do you promote products for brand links? | |
Hi to all can i know how to add my site blog to google index. I tried in to add sitemap. Can i know how to add the site to google index | |
I just finished a site that list three zip codes as a service area. when the site is viewed in smart phone browsers the three zip codes become linked to Google maps or it tries to offer the zip as a call now phone feature. when the wrong zip is … |
The End.