[Google Maps API v3] internet explorer adding space on right side of map

2011-06-23 Thread dabernathy89
I've been pulling my hair out trying to figure out why IE8 is adding extra space here, on the right side of the map: http://www.rickscottforflorida.com/2011/05/06/add-your-name-to-the-map/ The map is iFramed into the page, here is the original: http://dabernathy89.powweb.com/googlemaps/rick

[Google Maps API v3] Re: internet explorer adding space on right side of map

2011-06-23 Thread dabernathy89
Nevermind, nevermind. My bad, I just overlooked a number somewhere. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/jjdR4vb6JG0J.

[Google Maps API v3] Re: Filtering markers

2011-06-12 Thread dabernathy89
It looks a lot nicer in my editor. Obviously the only stuff you can't see from the page source is the PHP. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/ms

[Google Maps API v3] Re: slow in internet explorer

2011-06-06 Thread dabernathy89
i am going to add all the markers back since that doesn't seem to be the problem. the version with only a few markers is here: http://dabernathy89.powweb.com/googlemaps/foramerica/test/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScr

[Google Maps API v3] Re: slow in internet explorer

2011-06-06 Thread dabernathy89
Now it is definitely only reading 20 markers from the database, and only showing five of them. The map itself loads quickly enough. But the main functionality (clicking on the map to load a new icon, then clicking on that icon for the user to input info) is painfully slow. -- You received this

[Google Maps API v3] Re: slow in internet explorer

2011-06-06 Thread dabernathy89
Actually, I'm not sure if it is the number of markers. I have reduced it down to about 5 that are visible (although it does have to read all 300 rows in the database), and it's still incredibly slow in IE8 when I try to click on the icons. -- You received this message because you are subscribe

[Google Maps API v3] Re: v3 too slow in IE - simple

2011-06-06 Thread dabernathy89
I'm a little confused about what you changed between the slower rendering page and the faster one. Do you have *new google.maps.Map* run twice now? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the

[Google Maps API v3] Re: slow in internet explorer

2011-06-06 Thread dabernathy89
Thanks for the reply. Unfortunately we kind of want the crowded look, so that it looks obvious people are using the system. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://group

[Google Maps API v3] slow in internet explorer

2011-06-01 Thread dabernathy89
So my map works great in Chrome, FF, and Safari - but it's slow as molasses in IE8. Is this a known problem, or is there something wrong with my page? Here's the link: http://dabernathy89.powweb.com/googlemaps/foramerica/ It's set up for a user to click and add data, or to read

[Google Maps API v3] Re: not loading in internet explorer

2011-05-07 Thread dabernathy89
Oh, I see. Thanks for your help! I'd actually done that on purpose because I thought it would make the map a global variable. Didn't realize it would break in IE. I'll try something else. On May 7, 1:18 am, "geocode...@gmail.com" wrote: > On May 6, 10:25 pm, dabernat

[Google Maps API v3] not loading in internet explorer

2011-05-06 Thread dabernathy89
Can't get my map to load in ie9. Should show at least 1 marker. http://dabernathy89.powweb.com/googlemaps/foramerica/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google

[Google Maps API v3] Re: user added data - MySql and Google Spreadsheets

2011-04-21 Thread dabernathy89
any ideas? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroup

[Google Maps API v3] user added data - MySql and Google Spreadsheets

2011-04-21 Thread dabernathy89
dows to a Database: Saving User-Added Form >Data<http://code.google.com/apis/maps/articles/phpsqlinfo_v3.html> Here is my map: http://dabernathy89.powweb.com/maptest1/ The client asked if there were a way to have the map interact with a Google Spreadsheet instead of a MySQL database. I remember

[Google Maps API v3] user added data - MySql and Google Spreadsheets

2011-04-20 Thread dabernathy89
dows to a Database: Saving User-Added Form >Data<http://code.google.com/apis/maps/articles/phpsqlinfo_v3.html> Here is my map: http://dabernathy89.powweb.com/maptest1/ The client asked if there were a way to have the map interact with a Google Spreadsheet instead of a MySQL database. I remember

[Google Maps API v3] Re: How to do this map in V3

2011-04-18 Thread dabernathy89
Thanks for the input. I guess his click events are unrelated to the overlay itself, and instead related to a series of markers. Right now I'm using polygons in a KML so that I can get a separate click event for each building... it's not as pretty as his map, but I think it will be easier to do

[Google Maps API v3] Re: One overlay or multiple overlays?

2011-04-17 Thread dabernathy89
Thanks for the advice! I will look into using Kml, sounds right. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send e

[Google Maps API v3] One overlay or multiple overlays?

2011-04-17 Thread dabernathy89
Here is the project I'm starting: http://dabernathy89.powweb.com/baylormap/ I'm trying to build a campus map, and the direction I'm heading right now is to have a separate GroundOverlay for each building, and use a Listener on each one to change the div on the right of the map.

[Google Maps API v3] Re: How to do this map in V3

2011-04-17 Thread dabernathy89
Yes, I've poked around quite a bit in the .js file that calls up the map. I think most of the code deals with the markers and the menu stuff on the left of the map. For the life of me, though, I can't figure out (and maybe this would be obvious to more experienced users) how he overlays the camp

[Google Maps API v3] How to do this map in V3

2011-04-17 Thread dabernathy89
So this is one of the best implementations of Google Maps i've ever seen: http://www.washington.edu/maps/ I think this was done in V2, but I may be wrong. Does anyone know what kind of overlays these are? Or how this could be accomplished in V3? The markers I don't really care about, it's the c

[Google Maps API v3] Re: Google maps into Facebook?

2011-04-16 Thread dabernathy89
Also, this has only been possible since February. So at the time you wrote the question, the answer would have been no. On Apr 16, 8:29 pm, dabernathy89 wrote: > Yes, I've done this. You have to install the developer app on Facebook, and > then write your own app, which is super

[Google Maps API v3] Re: Google maps into Facebook?

2011-04-16 Thread dabernathy89
Yes, I've done this. You have to install the developer app on Facebook, and then write your own app, which is super easy. 1. Download the Facebook PHP SDK (http://developers.facebook.com/docs/sdks/), and upload it to your server. 2. Create a Facebook app (you have to have the Developer app insta

[Google Maps API v3] Re: preventing spam from user-added form

2011-04-04 Thread dabernathy89
Boy, I feel dumb. For some reason my brain didn't even consider that. On Apr 1, 3:26 pm, Rossko wrote: > > In the past I have prevented this on forms by recording the user's IP > > address and then reading through the whole database to make sure they have > > not filled it out too many times alre

[Google Maps API v3] preventing spam from user-added form

2011-04-01 Thread dabernathy89
Hey, I have a map that I am allowing users to add markers to. Here is the site: http://dabernathy89.powweb.com/maptest1 It's still got some issues, and I am working on those. One thing I would like to know is if anyone has been successful at preventing spam on their forms. I am not wo