5,018 Topics

Member Avatar for
Member Avatar for furianera

Hi everyone, i'm following this guide [url]http://code.google.com/intl/it-IT/apis/maps/articles/phpsqlajax.html[/url] to parsing MySql data to google maps. Every step until creating XML file are good, the problem i found was when i use this code (edited with my variable) [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" …

Member Avatar for hielo
0
164
Member Avatar for muralibobby2015

hello.... i want to search google images from my site. i got this code from google. but in this i want a link to each image to add images to my folder. how to do this? [CODE]<!-- copyright (c) 2009 Google inc. You are free to copy and use this …

0
74
Member Avatar for WaltC

Can someone please help me get rid of this "Error loading" message at startup? It is followed by the opeing of my System 32 file. I am using Windows XP on a Sony VAIO. The following is my HijackThis log. Any help will be greatly appreciated. Thanks in advance: Logfile …

Member Avatar for jholland1964
0
530
Member Avatar for Aamit

Hi, [code] <form id='frmuser' name='frmuser' action='web_url.php' method='post'> <input name="site_name" type="text" id="site_name" <input name="add" type="submit" id="add" value="Create image" /> </form> [/code] Suppose :- web url is google.com how to create image of this? Any google API available? using html of that url possible to create image ?

Member Avatar for Aamit
0
264
Member Avatar for xmasdeer

Can somebody please explain in layman terms, why my new web page came up 3rd on google selecting my picture logo on the site. Then I made some changes to the site over the next few days, changed the picture and added heaps more (am very very new to creating …

Member Avatar for canadafred
0
181
Member Avatar for Swapsry

Hi frnds.... i am trying to do search like google.... my files r here......but it displays nothing....i mean no output and no error...plz check the code what the error? eg: in a text box type "a" then "a" related words r displayed... [B][U]google.php[/U][/B]p [ICODE]<?php $file=fopen("http://www.google.com/complete/search?h1=en&js=true&qu=" . $_GET["qu"],"r"); while(!feof($file)){ $d=fgets($file); echo …

Member Avatar for TheBeginner
0
141
Member Avatar for raju_boini525

hi all, i want to search google images and upload them to my website. is it possible?, i searched in google i got below code, it is not working [CODE]<? //----------------------------------------------------------------- //-- Copyright 5ubliminal 2008. (5ubliminal.com) // http://www.tellinya.com/art2/39/ // You can do anything with it except selling it or claiming …

0
85
Member Avatar for dks1383

Hi all I have a website that frames other websites, but I have a problem. My website is indexed in google but when I search my website in google, in the google result only this sentence e is appeared: "Free counter and web stats. " (its because of webstat javascript) …

Member Avatar for flashfango
0
133
Member Avatar for Emily Banks

As if Google Earth wasn't cool and useful enough -- like helping find a new apartment in a faraway city or taking a little tour of a foreign place -- Google's latest version of the program just upped the ante.[ATTACH]16279[/ATTACH]Now you can view live weather patterns of rain and snow. …

Member Avatar for sagemore48
0
517
Member Avatar for Krstevski

The class GoogleSuggest will help you to grab the Google suggestion(s) for given expression. [B]Note[/B]: The urllib2 module has been split across several modules in Python 3.0 named urllib.request and urllib.error. The 2to3 tool will automatically adapt imports when converting your sources to 3.0. Example and output: [QUOTE] >>> ================================ …

Member Avatar for TrustyTony
0
658
Member Avatar for Dani
Member Avatar for tadisaus2

Hello, I have beening running some free dating sites with Google AdSense ads. I have been earning about $600 a month. I cannot get up to 1k or higher even though I have been running these sites for 3 years. What am I missing here? How to make Google AdSense …

Member Avatar for sexer_007
0
139
Member Avatar for 360anish

Hi, i have two input box input box 1 : name is first input box 2 : name is second suppose if i enter "fresh" should be transliterated using google and the output in french should be displayed in the second input box. does anyone have any idea how to …

Member Avatar for 360anish
0
283
Member Avatar for tabacon

[COLOR="Red"]OS= [/COLOR] Windows XP version 2002 Home edition SP3 [COLOR="Red"]Browsers=[/COLOR] IE 8, Google Chrome, and Fire Fox. [COLOR="Red"]Net connection=[/COLOR] DSL Modem [COLOR="Red"]Security=[/COLOR] McAfee Total protection [COLOR="Red"]Processor[/COLOR] AMD 64x2 duel core 4200 2.22Ghz 2 gig RAM My problem is two fold. The first being IE and Google Chrome browsers can not …

Member Avatar for "ICode"
0
228
Member Avatar for nickora

Google do have cinema listings but they dont have an api available for [url]http://www.google.com/movies[/url] even though the search itself works. when using a standard search api google ommits the cinema data which you can usually do be performing the search: "movies, local area" so has anyone got a workaround for …

0
76
Member Avatar for carautomarkets

A list of Do Follow forums that allow for DoFollow links in signatures and posts. Do follow forums are one of the most popular and easiest way to get free targeted traffic and free back links for your blog or website. [url]http://web-forums.my3gb.com/[/url] [url]http://www.v7n.com/[/url] [url]http://dtionline.com.au/[/url] [url]http://www.supraforums.com.au/[/url] [url]http://www.mycarforum.com/[/url]

Member Avatar for joelchrist
0
174
Member Avatar for neocortex

Hello! I wonder if anyone used google-diff-match-patch for fuzzy string comparisons, i.e., for finding a closest/most similar string? Can anyone explain and give some examples? Also, in genera, what would be the best matching algorithm in Python. I tried Levenshtein, but matches are not so good, and I tried difflib.get_close_matches …

Member Avatar for Neil Fraser
0
1K
Member Avatar for espsol

Hi all, where dose Google save website image when ist time it crawl the website. It save in Google data base or there is an other stage before it?

Member Avatar for fanatic123
0
138
Member Avatar for HaydenYi

Hey guys, I've read some other posts and found some similar problems like mine. For some reason, my AVG is detecting a Trojan Horse under the name of Generic18.XUD It is in my c:\Windows\Temp\lymj\setup.exe (but when I do go into my Temp folder, i dont see any folder named that) …

Member Avatar for HaydenYi
0
733
Member Avatar for Dani

After being requested to write a tutorial a few times, I've finally found the time to create a mod_rewrite tutorial for vBulletin 3. What this tutorial will allow you to do is make your vBulletin forum search engine spiderable - for Google and all the others. [i]<< update >>[/i] [i][b]This …

Member Avatar for zuerich-finanz
1
8K
Member Avatar for Wishkah

For some reason I cannot open Internet explorer and connect to the internet on my cable connection. But if I open MSN messenger or any other internet related program it connects fine. I run Windows XP, Adaware, Spyware Doctor, Panda antivirus/antispyware, and I ran trendmicro. I don't understand this, please …

Member Avatar for Ianh
0
198
Member Avatar for ezestseo

Google Places search Results Interface changed ! Will this mean Google now focusing more on Local Results?

0
59
Member Avatar for Lafaso870
Member Avatar for shaniadavid
0
103
Member Avatar for kasim.badami

Hi this is a great script in PHP which checks number of pages indexed by google, yahoo and bing. This is an clean API and no search engines will consider it as an automated queries. Though currently in PHP you can use this with any language. [url]http://www.host.co.in/forums/f52/check-number-pages-indexed-google-yahoo-indexed-bing-indexed-1744/[/url] It's great pleasure …

0
110
Member Avatar for satotravel

plz give me best advise how can get rank in google top first position with this keyword "Sato Travel"

Member Avatar for webdesigns12
0
388
Member Avatar for Dani

Just noticed a bunch of new graphs and charts and information in Google Webmaster Tools on a couple of the pages. Checking out the Search Queries page right now.

0
60
Member Avatar for jdun77

I am writing this because i tried to solve this problem a month ago and it did not fully go away. Within seconds of booting up, i lose all sound and and my taskbar reverts to some really old format. Google also constantly redirects me to known attack sites which …

Member Avatar for crunchie
0
569
Member Avatar for alanfoohokok

Hello, Am a newbie... :>) Hope someone with knowledge of using Javascript with Google Chrome can help me. Below is the testing code which when clicking the onclick button supposed to display another web page and STAY THERE. It works with Internet Explorer but does not work with Google Chrome. …

0
91
Member Avatar for shasha821110

Hi, all I have questions about the google sitelinks. I know Google sitelinks is completely automatically generate for the website and it depend on the Google. but how could i change my site structure to make the google algorithm find my links? if i create some specify subdomains or directory, …

Member Avatar for rahulbatra
0
315
Member Avatar for AntonyLini

Hello All, It an urgent requirement. How can I use Google API for windows application. I am using visual studio 2010. and downloaded API and added the reference also. but on coding there is some translate client occurs and it requires some site. I just want to translate the text. …

Member Avatar for AntonyLini
0
507
Member Avatar for dbrookins

Ok, this is a new one for me... One of my clients is saying that when she writes a new email in Outlook and send it, then goes to her home page (Google) that her subject line from the email shows up in the address bar of her google. She …

Member Avatar for gerbil
0
100
Member Avatar for chrelad

Hi everyone, I made a very quick and dirty PHP speed testing system ([URL="http://chrelad.awardspace.com/speed"]chrelad.awardspace.com/speed[/URL]) and was looking for feedback on different tests that I could add to it. I've only got two tests going right now: Comparison of string concat/replace methods [LIST] [*]Heredoc with interpolation [*]Double quote with interpolation [*]Double …

Member Avatar for chrelad
0
172
Member Avatar for BungeeBones

When you look closely at any web promotion system or idea you will find that the root of "web site promotion" is always a system to facilitate what is really nothing more than link exchange. Link exchange is what Google Adsense and Adwords is. Google is a "broker" or middleman …

Member Avatar for joelchrist
0
237
Member Avatar for coykiesaol

I know there is a tool that allows me and others to track any website changes being made to any page by any webmaster who is advertising in google adwords and is making changes to tweak his pages for higher conversions. What are the best 3 tools that can help …

Member Avatar for EdMc
0
231
Member Avatar for Dennis D

Hi, I have a problem and if this is not the correct forum, please let me know. I'm running Windows Vista Ultimate, and I may have a virus or something. If I go to my Google Docs or Google Sites I get a redirect that never resolves. Just keeps on …

Member Avatar for coder12
0
168
Member Avatar for laurindam

Hi can anyone give any advice on why if i use the google search engine and click to go to a site my search gets hijacked and i end up at other search engines (ask an go uk). sometimes other pages just open up or my search goes to totally …

Member Avatar for jholland1964
0
106
Member Avatar for sapiputih

Hi All, For perhaps perverse and masochistic reasons, I have been trying the embed the Javascript V3 maps API call within a joomla article. Please see the unsuccessful attempt by viewing source at [url]http://www.hellokitties.org/index.php?option=com_content&view=category&layout=blog&id=2&Itemid=3[/url] There must be some javascript timing/interaction that I do not under stand?? Any help would be …

0
43
Member Avatar for iamnothappy

Impressions are no longer measured only by searches and clicks, according to Google. In the Instant era, it also counts if a user stops typing, and results are displayed for three seconds or more--the length of pause to take a sip of coffee or ... sneeze.

Member Avatar for Prem_Baweja
0
89
Member Avatar for ezestseo
Member Avatar for niceboy
0
176
Member Avatar for nick3592

Google adsense is the king of the Internet marketing industry but are there really no other options other then adsense that pays fairly close to what google does for clicks?

Member Avatar for peekayb
0
102
Member Avatar for coykiesaol
Member Avatar for poultje

My CPU sometimes is on max all the time. I found msmsgs.exe. Can anybody help me evaluating HJK log? Thanks! Poultje. Logfile of HijackThis v1.99.1 Scan saved at 3:55:15 PM, on 9/1/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe …

Member Avatar for crunchie
0
149
Member Avatar for Dani

Adwords hasn't been loading for me for the past hour or two. It just keeps saying Loading... across the middle of the page, and keeps refreshing itself. Is it just me?

Member Avatar for luke041
0
47
Member Avatar for Techwriter10

Make no mistake, Apple and Google both want to be the gateway to your TV. Back in May, Google [URL="http://googleblog.blogspot.com/2010/05/announcing-google-tv-tv-meets-web-web.html"]officially announced[/URL] its TV initiative. Just yesterday came rumors in [URL="http://bits.blogs.nytimes.com/2010/07/02/apple-hopes-to-re-enter-the-living-room/"]this New York Times blog post[/URL] that Apple is working to revamp its failed Apple TV. Google and Apple, like many …

Member Avatar for rahulbatra
0
525
Member Avatar for EricMack

[ATTACH=right]17464[/ATTACH]The cool thing about the TechCrunch Disrupt conference is that the biggest names in technology come to mingle with some actual garage operations on a somewhat level playing field. One of the simplest but also brilliant micro-startups there this year was [URL="http://storify.com/"]Storify[/URL], founded by a former AP Bureau chief, it's …

Member Avatar for EricMack
0
401
Member Avatar for jogendar

i want to know about jena api,i have downloaded it but i m not able to install it,i searched for the google images for jena api but found nothing and i came to know that it is not a tool,it is a collection of libraries which can be imported to …

Member Avatar for Momerath
0
102
Member Avatar for rakibtg

any body tell me how to edit adsnese like ezinearticle.com or how to add my own css in adsense . is ezinearticle.com break adsense tos ? if not can i use it for my site . how should i use it in my site? adsense hack, adsense in custom css

Member Avatar for Kieran Y5
0
73
Member Avatar for mbirame

Hi folks, I am still quite new here, and brand new to Zend and PHP, so please forgive my ignorance...I'm sadly still very much a paint by numbers hack. :-D I'm wanting to do what I think is a fairly simple task: Collect info from one of my google calendars …

Member Avatar for CDTOAD
0
93
Member Avatar for sbglobal

Dear Programmer! Greeting of the Day! First of all, I am introducing myself. I am a new in web developer.I want to build ASP.NET Media Player Control in C# .Net code . Now we want to play all music file . For this we are looking API scripting. We have …

Member Avatar for MichaelWClark
0
183
Member Avatar for tgreer

First, sorry for posting this here, but I couldn't find a VBScript forum on Daniweb (which I find surprising). I'm working with binary data in several different projects. Below is an example of code that works to retrieve a static map image (PNG) from Google: [CODE]strFileURL = "http://maps.google.com/maps/api/staticmap?markers=2200+S+Western+Ave+Lisle+IL&zoom=14&size=400x400&sensor=false" Set objXMLHTTP …

Member Avatar for tgreer
0
771

The End.