RE: Displaying information from table graphically

2008-11-24 Thread US Data Export
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, November 23, 2008 6:12 AM To: Jujitsu Lizard Cc: mysql@lists.mysql.com Subject: Re: Displaying information from table graphically Does it support interaction in terms of allowing user to click on individual

Re: Displaying information from table graphically

2008-11-23 Thread dzenan . causevic
Does it support interaction in terms of allowing user to click on individual part of the composite image and use that event to update the database? Other words does it support interactive graphics? On Sat, Nov 22, 2008 at 4:33 PM, Micah Stevens [EMAIL PROTECTED]wrote: On 11/21/2008 07:55 AM,

Re: Displaying information from table graphically

2008-11-23 Thread Fish Kungfu
You may want to have a look at this: http://www.dhtmlgoodies.com/scripts/drag-drop-custom/demo-drag-drop-3.html CheersFish On Sun, Nov 23, 2008 at 6:12 AM, [EMAIL PROTECTED] wrote: Does it support interaction in terms of allowing user to click on individual part of the composite image

Re: Displaying information from table graphically

2008-11-22 Thread Micah Stevens
On 11/21/2008 07:55 AM, David Giragosian wrote: On 11/21/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a PHP application that accesses data from MySQL. There is table called rooms, and table called beds. There is another table called patients. Patients are being placed into beds,

Re: Displaying information from table graphically

2008-11-22 Thread Jujitsu Lizard
On Sat, Nov 22, 2008 at 4:33 PM, Micah Stevens [EMAIL PROTECTED]wrote: On 11/21/2008 07:55 AM, David Giragosian wrote: On 11/21/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a PHP application that accesses data from MySQL. There is table called rooms, and table called beds.

Re: Displaying information from table graphically

2008-11-22 Thread Micah Stevens
On 11/22/2008 04:30 PM, Jujitsu Lizard wrote: Summary: (a) Both approaches are quite good, and (b) the CPU efficiency argument for stuffing prepared images into a table or similar may be weak. The Lizard By using pre-drawn images and HTML img tag calls you distribute the processing to

Re: Displaying information from table graphically

2008-11-22 Thread Micah Stevens
On 11/22/2008 07:14 PM, Micah Stevens wrote: On 11/22/2008 04:30 PM, Jujitsu Lizard wrote: Summary: (a) Both approaches are quite good, and (b) the CPU efficiency argument for stuffing prepared images into a table or similar may be weak. The Lizard By using pre-drawn images

Re: Displaying information from table graphically

2008-11-22 Thread Jujitsu Lizard
On Sat, Nov 22, 2008 at 10:14 PM, Micah Stevens [EMAIL PROTECTED]wrote: On 11/22/2008 04:30 PM, Jujitsu Lizard wrote: Summary: (a) Both approaches are quite good, and (b) the CPU efficiency argument for stuffing prepared images into a table or similar may be weak. The Lizard By

Re: Displaying information from table graphically

2008-11-21 Thread David Giragosian
On 11/21/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a PHP application that accesses data from MySQL. There is table called rooms, and table called beds. There is another table called patients. Patients are being placed into beds, and beds are in the rooms. PHP application