Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-22-2004, 05:11 PM   PM User | #1
X-MC
New Coder

 
Join Date: Oct 2002
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
X-MC is an unknown quantity at this point
Seating chart / workstation location

Anyone know any good tutorials on how to create a seating chart or maps where you can assign points to? Wanting to make a map using the floor plan of a building where it shows the location of each workstation and you can change where each workstation is assigned.
__________________
Luke
X-MC is offline   Reply With Quote
Old 10-22-2004, 09:29 PM   PM User | #2
mcdougals4all
Regular Coder

 
Join Date: Jul 2004
Location: mile high city
Posts: 482
Thanks: 0
Thanked 0 Times in 0 Posts
mcdougals4all is an unknown quantity at this point
It would occur to me to use the image of the floor plan positioned with CSS. Then your map points, maybe icon images or spans of text, could be laid over the top, using z-index.

I'm not sure where this intersects with your php, but it sounds something like associating a workstation with its location id, then placing the map point at the location id's x,y coordinates again with css.
__________________
Computer, kill Flanders... Did I hear my name? My ears are burning...
Good start. Now finish the job.
mcdougals4all is offline   Reply With Quote
Old 11-27-2005, 08:36 PM   PM User | #3
fine
New to the CF scene

 
Join Date: Oct 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
fine is an unknown quantity at this point
Here is list of PHP graphic software.
Highly recommend jpgraph and phplot.
fine is offline   Reply With Quote
Old 11-27-2005, 10:40 PM   PM User | #4
Element
Regular Coder

 
Element's Avatar
 
Join Date: Jul 2004
Location: Lynnwood, Washington, US
Posts: 855
Thanks: 2
Thanked 2 Times in 2 Posts
Element is an unknown quantity at this point
I've seen something like this done, it was done with a table, using the background image (Being the map) then it was set up using php to dynamically place TD tags how you want them. This probably requires some amount of work, I'm not sure, never saw the code. All I know is the script was dynamically placing the TDs correcting to show icons/text/other scripts, and such on the map.
Element is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:06 AM.


Advertisement
Log in to turn off these ads.