php-general Digest 23 Nov 2008 16:33:05 -0000 Issue 5806

Topics (messages 283705 through 283713):

Re: Open Project
        283705 by: sharmishtha gupta

Re: Displaying information from table graphically]
        283706 by: dzenan.causevic.wise-t.com
        283707 by: dzenan.causevic.wise-t.com
        283708 by: dzenan.causevic.wise-t.com
        283709 by: Ashley Sheridan
        283710 by: dzenan.causevic.wise-t.com
        283711 by: Ashley Sheridan
        283712 by: Nathan Rixham

issue with php.ini
        283713 by: Alain Roger

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hi Alex

I visited your link. i would like to contribute. can you send me more
details about the plan and requirements.

-Sharmishtha

On Sun, Nov 23, 2008 at 7:07 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote:

> Craige Leeder wrote:
>
>> Hi Nathan,
>>
>> Are you fluent with OOP concepts?
>>
>> I'm working on a framework called Ember, and wouldn't mind some help. I
>> literally JUST started the re-code though
>>
>> - Craige
>>
>>  Hi Craige,
>
> Do send through more details, I'm fluent with OO concepts and design
> patterns etc, develop in Java, AS3 and PHP5 OO (many others but these are my
> current primary languages) - had been coding up all of the Java lang.* and
> util.* classes in PHP but kind of gave that one last week as what's the
> point!
>
> As for a recode - I love a good refactoring!
>
>
> Regards,
>
> Nathan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
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 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 and XML has pushed for a more formal approach of
>>> this
>>> technology called Adobe Flex, which uses the Flash runtime to build
>>> Rich
>>> Internet Applications.
>>>
>>> -------------------------------
>>>
>>> This is probabily what I need for this project :)
>>>
>>>
>>>
>>>> [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 SOAP, XML-RPC); think of flash as a
>>>> client side program and you're php application as a webservice that
>>>> the
>>>> client app sends and recieves data from and you'll get on a lot
>>>> better.
>>>>
>>>>
>>>
>>>
>> Yeah. XML web services are the way forward for exchanging data. You can
>> have one service spit out XML that can be used by an AJAX request, Flash
>> and basically anything else that can digest web services.
>>
>>
>> Ash
>> www.ashleysheridan.co.uk
>>
>>
>>
> WSOT is worth a look if you're so inclined; hardly any php lib's have
> support for ws-* suite of services like ws-addressing, ws-security etc
> (native support in soap for sessions, security etc etc)
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



--- End Message ---
--- Begin Message ---
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 layers. Each layer being clickable in it's
> visible portion (unless obscured by an overlayed transparent image).
>
> Cheers,
> Rob.
> --
> http://www.interjinn.com
> Application and Templating Framework for PHP
>



--- End Message ---
--- Begin Message ---
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/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 and XML has pushed for a more formal approach of this
>> technology called Adobe Flex, which uses the Flash runtime to build Rich
>> Internet Applications.
>>
>> -------------------------------
>>
>> This is probabily what I need for this project :)
>>
>>
>> > [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 SOAP, XML-RPC); think of flash as a
>> > client side program and you're php application as a webservice that
>> the
>> > client app sends and recieves data from and you'll get on a lot
>> better.
>> >
>>
>>
>>
> Yeah. XML web services are the way forward for exchanging data. You can
> have one service spit out XML that can be used by an AJAX request, Flash
> and basically anything else that can digest web services.
>
>
> Ash
> www.ashleysheridan.co.uk
>



--- End Message ---
--- Begin Message ---
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 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.
> > --
> > http://www.interjinn.com
> > Application and Templating Framework for PHP
> >
> 
> 
> 
I'd hope div's were supported by IE6, because I've been using them and
testing them in that browser for years! The only thing to be wary of is
the box model for IE is different than that of every other browser and
the W3C. I've got more details on my site about the box model and how to
use conditional comments to have stylesheets just for IE.


Ash
www.ashleysheridan.co.uk


--- End Message ---
--- Begin Message ---
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 experience on how IE5 handles DIV's?

> 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 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.
>> > --
>> > http://www.interjinn.com
>> > Application and Templating Framework for PHP
>> >
>>
>>
>>
> I'd hope div's were supported by IE6, because I've been using them and
> testing them in that browser for years! The only thing to be wary of is
> the box model for IE is different than that of every other browser and
> the W3C. I've got more details on my site about the box model and how to
> use conditional comments to have stylesheets just for IE.
>
>
> Ash
> www.ashleysheridan.co.uk
>



--- End Message ---
--- Begin Message ---
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 experiences with IE as well. How about IE5? Does
> anyone have any experience on how IE5 handles DIV's?
> 
> > 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 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.
> >> > --
> >> > http://www.interjinn.com
> >> > Application and Templating Framework for PHP
> >> >
> >>
> >>
> >>
> > I'd hope div's were supported by IE6, because I've been using them and
> > testing them in that browser for years! The only thing to be wary of is
> > the box model for IE is different than that of every other browser and
> > the W3C. I've got more details on my site about the box model and how to
> > use conditional comments to have stylesheets just for IE.
> >
> >
> > Ash
> > www.ashleysheridan.co.uk
> >
> 
> 
IE 5 and IE5.5 handle div's the same way that IE6 does, albeit badly.
One caveat that you may run into though, IE doesn't like the minimum
height of a div to be smaller than the font size, so if you make sure yu
set your font sizes for those graph divs to something like 1px, you
should be OK.


Ash
www.ashleysheridan.co.uk


--- End Message ---
--- Begin Message ---
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 image).

Cheers,
Rob.

nothing at all was wrong with Stut's suggestion; however us web developers have been boxed in and indeed grown accustomed to using the wrong tools for the job through years of having to bastardise html, javascript and http to do what we want it to, rather that what it was designed for. (/hence ajax!/)

In the above scenario you *can* use (x)html to complete the task and get something going, or you can use a tech like flash/flex which was developed primarily for tasks such as this.

I'm no going to go into any more detail on this, I'm sure you understand what I mean.

Regards!


--- End Message ---
--- Begin Message ---
Hi,

i've reinstalled PHP 5.2.6 on my windows XP x64 and as usual i uncomment the
following lines:
extension=php_mysql.dll
extension=php_pdo.dll
extension=php_pdo_mysql.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_sqlite.dll
extension=php_pgsql.dll
extension=php_sqlite.dll
extension=php_dbg.dll-5.2.x

after restaring the whole server apache+postgresql + php, i run a simple
phpinfo() and i see nowhere anything about postgresql module or PDO.
phpinfo show that it runs based on the php.ini from D:\webserver\php folder
and not from c:\windows.
which is correct as my php.ini is the the D:\webserver\php folder.

so where could be the problem ?
thx.

-- 
Alain
------------------------------------
Windows XP x64 SP2
PostgreSQL 8.3.5 / MS SQL server 2005
Apache 2.2.10
PHP 5.2.6
C# 2005-2008

--- End Message ---

Reply via email to