Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Since you already used it, and I have a doubt regarding wheter to use Zend or PDT with Eclipse, what is your opinion on that subject. Official Adobe Flex page recommends using Zend, but Zend is commercial too, and I generally preffer using open source, could I encounter some depenency problems down

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Nathan Rixham
[EMAIL PROTECTED] wrote: Since you already used it, and I have a doubt regarding wheter to use Zend or PDT with Eclipse, what is your opinion on that subject. Official Adobe Flex page recommends using Zend, but Zend is commercial too, and I generally preffer using open source, could I encounter s

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Nathan Rixham
[EMAIL PROTECTED] wrote: I absolutely agree. This type of scenario is exactly what they had in mind when they decided to develop Flex technology. And I have no time to experiment or take risk. I did some aditional reading on Flex in the mean time, and I found out that it is fully integratable wit

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
I absolutely agree. This type of scenario is exactly what they had in mind when they decided to develop Flex technology. And I have no time to experiment or take risk. I did some aditional reading on Flex in the mean time, and I found out that it is fully integratable with existing PHP web applicat

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Nathan Rixham
Robert Cummings wrote: Maybe I missed soemthing... what was wrong with Stut's suggestion of using divs? Absolute divs within a relative div is great for treating a box as a canvas with image layers. Each layer being clickable in it's visible portion (unless obscured by an overlayed transparent im

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 11:21 -0100, [EMAIL PROTECTED] wrote: > Excellent, it's good to know that. I think someone earlier in the > discussion mentioned that DIV's were supported from IE7. He probabily > meant fully supported, I am not absolutely sure but anyway it's good to > know there are other ex

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Excellent, it's good to know that. I think someone earlier in the discussion mentioned that DIV's were supported from IE7. He probabily meant fully supported, I am not absolutely sure but anyway it's good to know there are other experiences with IE as well. How about IE5? Does anyone have any exper

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread Ashley Sheridan
On Sun, 2008-11-23 at 10:20 -0100, [EMAIL PROTECTED] wrote: > Yes however problem with using DIV's is that they are supported only from > IE7, which is significant shortcoming I believe > > > Maybe I missed soemthing... what was wrong with Stut's suggestion of > > using divs? Absolute divs within

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Now does it mean that I will have to create and incorporate webservices with my existing PHP web application? Does Flex support PHP in that respect? Sounds like J2EE strictly, but can I do it from PHP? > On Sat, 2008-11-22 at 23:07 -0100, [EMAIL PROTECTED] wrote: >> http://en.wikipedia.org/wiki/Ad

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Yes however problem with using DIV's is that they are supported only from IE7, which is significant shortcoming I believe > Maybe I missed soemthing... what was wrong with Stut's suggestion of > using divs? Absolute divs within a relative div is great for treating a > box as a canvas with image la

Re: [PHP] Displaying information from table graphically]

2008-11-23 Thread dzenan . causevic
Hardly any PHP lib's support WSOT? So it's J2EE strictly compatible? > Ashley Sheridan wrote: >> On Sat, 2008-11-22 at 23:07 -0100, [EMAIL PROTECTED] wrote: >> >>> http://en.wikipedia.org/wiki/Adobe_Flash#Programming_language >>> >>> Of late, the Flash libraries are being used with the XML capabil

Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Robert Cummings
Maybe I missed soemthing... what was wrong with Stut's suggestion of using divs? Absolute divs within a relative div is great for treating a box as a canvas with image layers. Each layer being clickable in it's visible portion (unless obscured by an overlayed transparent image). Cheers, Rob. -- h

Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Nathan Rixham
Nathan Rixham wrote: WSOT is worth a look... sorry my nickname for it.. i meant wso2 (wso2.org) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Nathan Rixham
Ashley Sheridan wrote: On Sat, 2008-11-22 at 23:07 -0100, [EMAIL PROTECTED] wrote: http://en.wikipedia.org/wiki/Adobe_Flash#Programming_language Of late, the Flash libraries are being used with the XML capabilities of the browser to render rich content in the browser. This technology is know

Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 23:07 -0100, [EMAIL PROTECTED] wrote: > http://en.wikipedia.org/wiki/Adobe_Flash#Programming_language > > Of late, the Flash libraries are being used with the XML capabilities of > the browser to render rich content in the browser. This technology is > known as Asynchronous F

[PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
http://en.wikipedia.org/wiki/Adobe_Flash#Programming_language Of late, the Flash libraries are being used with the XML capabilities of the browser to render rich content in the browser. This technology is known as Asynchronous Flash and XML, much like AJAX. This technology of Asynchronous Flash an

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
I see that. Is there some good tutorial on this topic? How to make Flash interact with SQL queries in PHP > [EMAIL PROTECTED] wrote: >> So basically all the data between Flash and SQL queries goes thru >> temporary XML files correct? >> >> > not so much temporary as you convert the data to xml pac

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Nathan Rixham
[EMAIL PROTECTED] wrote: So basically all the data between Flash and SQL queries goes thru temporary XML files correct? not so much temporary as you convert the data to xml packets and transport in that format, you use the xml as a way of keeping the data structured and transportable (see S

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
So basically all the data between Flash and SQL queries goes thru temporary XML files correct? > Ashley Sheridan wrote: >> On Sat, 2008-11-22 at 19:47 -0100, [EMAIL PROTECTED] wrote: >>> Since I am not an expert in FLASH, I need to make sure I understand >>> what >>> you suggested below. >>> >>> >

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Nathan Rixham
Ashley Sheridan wrote: On Sat, 2008-11-22 at 19:47 -0100, [EMAIL PROTECTED] wrote: Since I am not an expert in FLASH, I need to make sure I understand what you suggested below. >From what I understand I can pass the data from SQL query to Flash via some sort of flash parameters (flashvars), but

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 19:47 -0100, [EMAIL PROTECTED] wrote: > Since I am not an expert in FLASH, I need to make sure I understand what > you suggested below. > > >From what I understand I can pass the data from SQL query to Flash via > some sort of flash parameters (flashvars), but I am not sure w

[Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
Since I am not an expert in FLASH, I need to make sure I understand what you suggested below. >From what I understand I can pass the data from SQL query to Flash via some sort of flash parameters (flashvars), but I am not sure what XML file serves here for? All I need is to somehow trigger SQL up

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
After reading the article I first thought imagemaps would be the best solution, however then I realized that although I can click on individual images inside the composite image, I can not change just that individual element. I would have to reload the whole new composite image containing appropria

[Fwd: Re: [Fwd: Re: [PHP] Displaying information from table graphically]]

2008-11-22 Thread dzenan . causevic
But imagemaps are constructed using DIV's and that would not be supported by IE6 correct? Is there another way to build imagemaps beside DIV's that would be supported at least since IE5? > On 22 Nov 2008, at 16:23, [EMAIL PROTECTED] wrote: >> At least that eliminates GD as an option for this par

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Stut
For the love of $DEITY, please include the list when replying!! On 22 Nov 2008, at 17:26, [EMAIL PROTECTED] wrote: But imagemaps are constructed using DIV's and that would not be supported by IE6 correct? Is there another way to build imagemaps beside DIV's that would be supported at least

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Stut
On 22 Nov 2008, at 16:23, [EMAIL PROTECTED] wrote: At least that eliminates GD as an option for this particular purpose. Yes exactly something Flash like that allows interaction as well. But how to exchange data between flash multimedia file and MySQL queries. This is a serious issue, this i

[Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
At least that eliminates GD as an option for this particular purpose. Yes exactly something Flash like that allows interaction as well. But how to exchange data between flash multimedia file and MySQL queries. This is a serious issue, this is not trivial. I know there must be some way, but I also

Re: [PHP] Displaying information from table graphically

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 14:22 -0100, [EMAIL PROTECTED] wrote: > I mean composite in a figurative way, but they have to be overlapping > individual images in order to be individually clickable. Does GD allow > that? Can I create multiple images on the top of each other in GD? > > And how would imagem

Re: [PHP] Displaying information from table graphically

2008-11-22 Thread dzenan . causevic
I mean composite in a figurative way, but they have to be overlapping individual images in order to be individually clickable. Does GD allow that? Can I create multiple images on the top of each other in GD? And how would imagemap work in this respect? > On Sat, 2008-11-22 at 12:51 -0100, [EMAIL

Re: [PHP] Displaying information from table graphically

2008-11-22 Thread Stut
Please keep the discussion on-list. On 22 Nov 2008, at 13:40, [EMAIL PROTECTED] wrote: The second approach is I believe exactly what I need. I dont actually have to make sophisticated graphics at all. Just a simple graphical representation of a room and beds inside in different colors indica

Re: [PHP] Displaying information from table graphically

2008-11-21 Thread Ashley Sheridan
On Fri, 2008-11-21 at 16:55 -0100, [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 applicati

Re: [PHP] Displaying information from table graphically

2008-11-21 Thread Afan Pasalic
[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 currently displays all information in

Re: [PHP] Displaying information from table graphically

2008-11-21 Thread Stut
On 21 Nov 2008, at 17:55, [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 currently di

[PHP] Displaying information from table graphically

2008-11-21 Thread dzenan . causevic
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 currently displays all information in textual mode via regular HT