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

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Hot Spot Seating Chart

Has anyone worked on coding a "Hot Spot Seating Chart" in which there is a graphical layout of a theater, for example, and the user is able to select the seat(s) for which they want to purchase a ticket based on available seats? I am working on a Laravel project that would really benefit from this feature but after doing some looking online I am at a blank as to the best way in which to proceed.

Thanks, Ken

1 Answer

All the ones that I know of are created with flash. A couple other ways would be to use image maps (ahhh memories) or a lot of absolute positioning with CSS

Ken Alger
Ken Alger
Treehouse Teacher

I had thought about Flash, but since it isn't exactly mobile/iPad friendly discounted it as a solution. Any suggestions on where to look for a good start on other methods?