Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

How do they do it?

Okay, I have signed up to Treehouse and would like to build a website designed to "Tracking Santa".

My goal is to use google maps and then add custom markers on the map. Now last year google had these markers appear at certain times, along with something saying;

Current location: "Current City" Presents Delivered "Number of presents delivered" Time until next location "Time" Next location "city"

All details in "" where replaced with live info. Now how do they do it?

Would they use PHP or something else?

So basically what I'm asking is how would I go about getting information to be displayed at specific date and time?

HTML/CSS and Javascript is what your going to need. You should go through the front-end development track. Then maybe learn Ruby or PHP.

3 Answers

Thanks for the reply! Do you know how it would be done with PHP? Would they just check a database every... and show info?

I don't know how that would be done with php. You'll need to ask someone else.

The Build an Interactive Website course has sections on Google Maps.

Read and experiment with the Google Developers Maps API.

Good luck on your quest!

Okay I will check it out. Thanks the both of you for the help.