Live data from Hacker News

At PubNub we ride dinosaurs and fight zombies with lasers

pubnub.com

1–5 of 5 posts

Re: At PubNub we ride dinosaurs and fight zombies with lasers

#3
Your /jobs page throws over CORS 100 errors in Chrome all fixable by requesting the google maps libs through http instead of https, since that's what you page uses.

While you've there, you might want to either change to v3 since you're using the v2 of Google Maps which has been deprecated since May 19, 2010, or better yet, remove it all together and just embed a static image.

Like this: http://maps.google.com/maps/api/staticmap?center=37.765043,-...

Re: At PubNub we ride dinosaurs and fight zombies with lasers

#4
post #3

Your /jobs page throws over CORS 100 errors in Chrome all fixable by requesting the google maps libs through http instead of https, since that's what you page uses. While you've there, you might want to either change to v3 since you're using the v2 of Google Maps which has been deprecated since May 19, 2010, or better yet, remove it all together and just embed a static image. Like this: http://maps.google.com/maps/ap…

Thank you! We fixed it! http://www.pubnub.com/jobs

Re: At PubNub we ride dinosaurs and fight zombies with lasers

#5
post #4
post #3

Your /jobs page throws over CORS 100 errors in Chrome all fixable by requesting the google maps libs through http instead of https, since that's what you page uses. While you've there, you might want to either change to v3 since you're using the v2 of Google Maps which has been deprecated since May 19, 2010, or better yet, remove it all together and just embed a static image. Like this: http://maps.google.com/maps/ap…

Thank you! We fixed it! http://www.pubnub.com/jobs

Glad I could help you guys.