[Gambas-user] WebPage support in Gambas

Fabien Bodard gambas.fr at ...626...
Mon Mar 19 14:27:30 CET 2012


2012/3/19 nando <nando_f at ...951...>:
> Thank you!!!
> I'm going to migrate
> Thank you Benoit
>
>
> ---------- Original Message -----------
> From: Benoît Minisini <gambas at ...1...>
> To: nando_f at ...951..., mailing list for gambas users
> <gambas-user at lists.sourceforge.net>
> Sent: Mon, 19 Mar 2012 00:40:17 +0100
> Subject: Re: [Gambas-user] WebPage support in Gambas
>
>> Le 19/03/2012 00:15, nando a écrit :
>> > If you wanted to know, an English term for
>> >
>> >     Nothing is engraved in the marble
>> >
>> > would be
>> >
>> >     Nothing is etched in stone.
>> >
>> > ===
>> >
>> > One thing I am thinking right off the top is
>> > the equivalent to sessions in PHP
>> > where a specific folder on the server holds
>> > something equivalent that is sent by the browser cookie
>> > so I can get variables associated with the browser sessioin.
>> >
>> > You may want to populate a collection or variant array of stuff in such a case
>> > to be available for inspection
>> >
>> > Something like...
>> >
>> > DIM b AS NEW VARIANT[]
>> > b = SESSION()
>> >
>> > -Fernando
Another gambas cgi :

http://gambasforge.org

This site have a gambas mail deamon based on gb.smtp, a chat deamon
that is a bridge between an external irc server and a websocket
server(in gambas too)
, and the site cgi. The site is writted using a special DOM component
that is a clone of the js HTML DOM tree


The source are here :
http://sourceforge.net/projects/gambasforge/?source=directory
you can found the dom component here :

http://gambasforge.org/code-41-gbhtml.html


>>
>> All that is in Gambas from years. Look at the gb.web documentation!
>>
>> Regards,
>>
>> --
>> Benoît Minisini
>>
>> ------------------------------------------------------------------------------
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here
>> http://p.sf.net/sfu/sfd2d-msazure
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> ------- End of Original Message -------
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard




More information about the User mailing list