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
[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
[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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.
>>>
>>> >
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
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
34 matches
Mail list logo