From murphy at sys.net.ru Mon Jul 18 20:29:58 2005 From: murphy at sys.net.ru (Alex Murphy) Date: Mon, 18 Jul 2005 15:29:58 +0500 Subject: [albatross-users] albatross as php-cgi Message-ID: Hello!!! Prompt how correctly to make a call parser albatross on what or expansion (as php cgi) in the apache? That is that by a call file.al there was a parsing the given file on syntax albatross ? Yours faithfully, Alexey. From andrewm at object-craft.com.au Wed Jul 20 19:35:08 2005 From: andrewm at object-craft.com.au (Andrew McNamara) Date: Wed, 20 Jul 2005 19:35:08 +1000 Subject: [albatross-users] albatross as php-cgi In-Reply-To: References: Message-ID: <20050720093508.256757AC09C@longblack.object-craft.com.au> > Prompt how correctly to make a call parser albatross on >what or expansion (as php cgi) in the apache? That is that >by a call file.al there was a parsing the given file on >syntax albatross ? I'm afraid I don't understand your question. Albatross applications can be deployed a number of ways, including as a CGI script. I would suggest reviewing chapters 3 and 4 of the Albatross manual: http://www.object-craft.com.au/projects/albatross/albatross/ -- Andrew McNamara, Senior Developer, Object Craft http://www.object-craft.com.au/ From ast-albatross at treibsand.com Thu Jul 28 21:06:06 2005 From: ast-albatross at treibsand.com (Axel Steiner) Date: Thu, 28 Jul 2005 13:06:06 +0200 Subject: [albatross-users] al-if question Message-ID: <20050728110606.GC32341@chronix.treibsand.com> Hi, this may be a stupid question, but I'm new to Albatross and didn't find a solution in the documenation. How can check with al-if, wether a variable is defined or not? When I try a and bla is not defined I get an error....NameError: name 'bla' is not defined But I need something like this, because the variable will be defined later. Thanks, Axel --- "Unix is very user-friendly. It's just picky who its friends are." PGP-Fingerprint: D7B2 2A64 CCCB 9253 5474 E5F8 5B4B 8FD9 CA6E B770 From gabriel.cooper at mediapulse.com Thu Jul 28 23:32:26 2005 From: gabriel.cooper at mediapulse.com (Gabriel Cooper) Date: Thu, 28 Jul 2005 09:32:26 -0400 Subject: [albatross-users] al-if question In-Reply-To: <20050728110606.GC32341@chronix.treibsand.com> References: <20050728110606.GC32341@chronix.treibsand.com> Message-ID: <42E8DE6A.8090702@mediapulse.com> Blah Exists Blah Doesn't Exist Axel Steiner wrote: >Hi, > >this may be a stupid question, but I'm new to Albatross >and didn't find a solution in the documenation. How >can check with al-if, wether a variable is defined or not? >When I try a and bla is not defined I >get an error....NameError: name 'bla' is not defined >But I need something like this, because the variable >will be defined later. > >Thanks, >Axel > >--- >"Unix is very user-friendly. It's just picky who its friends are." > >PGP-Fingerprint: D7B2 2A64 CCCB 9253 5474 E5F8 5B4B 8FD9 CA6E B770 >_______________________________________________ >Albatross-users mailing list >Albatross-users at object-craft.com.au >https://www.object-craft.com.au/cgi-bin/mailman/listinfo/albatross-users > > > -- __________________________________ *gabriel.cooper*@mediapulse.com internet developer 865.675.4455 x32 800.380.4514 www.mediapulse.com __________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ast-albatross at treibsand.com Thu Jul 28 23:46:56 2005 From: ast-albatross at treibsand.com (Axel Steiner) Date: Thu, 28 Jul 2005 15:46:56 +0200 Subject: [albatross-users] al-if question In-Reply-To: <42E8DE6A.8090702@mediapulse.com> References: <20050728110606.GC32341@chronix.treibsand.com> <42E8DE6A.8090702@mediapulse.com> Message-ID: <20050728134656.GD32341@chronix.treibsand.com> Gabriel Cooper (gabriel.cooper at mediapulse.com) wrote: > > > > Blah Exists > > Blah Doesn't Exist > aaaah...thank you! That's what I'm looking for :) --- "Unix is very user-friendly. It's just picky who its friends are." PGP-Fingerprint: D7B2 2A64 CCCB 9253 5474 E5F8 5B4B 8FD9 CA6E B770 From gregh at object-craft.com.au Fri Jul 29 09:17:03 2005 From: gregh at object-craft.com.au (Greg Hamilton) Date: Fri, 29 Jul 2005 09:17:03 +1000 Subject: [albatross-users] al-if question In-Reply-To: <42E8DE6A.8090702@mediapulse.com> References: <20050728110606.GC32341@chronix.treibsand.com> <42E8DE6A.8090702@mediapulse.com> Message-ID: <42E9676F.5080901@object-craft.com.au> Gabriel Cooper wrote: > > > > Blah Exists > > Blah Doesn't Exist > > This also works: etc. Greg From andrewm at object-craft.com.au Fri Jul 29 16:21:08 2005 From: andrewm at object-craft.com.au (Andrew McNamara) Date: Fri, 29 Jul 2005 16:21:08 +1000 Subject: [albatross-users] al-if question In-Reply-To: <42E9676F.5080901@object-craft.com.au> References: <20050728110606.GC32341@chronix.treibsand.com> <42E8DE6A.8090702@mediapulse.com> <42E9676F.5080901@object-craft.com.au> Message-ID: <20050729062108.E1856794094@longblack.object-craft.com.au> >> >> >> >> Blah Exists >> >> Blah Doesn't Exist >> > >This also works: > > It's probably a personal style thing, but I prefer to encapsulate something like that in an object, or initialise it to None on page entry. The proposed solutions look a bit non-obvious to me, which will hinder other people's understanding of your code. -- Andrew McNamara, Senior Developer, Object Craft http://www.object-craft.com.au/ From ast-albatross at treibsand.com Fri Jul 29 22:50:53 2005 From: ast-albatross at treibsand.com (Axel Steiner) Date: Fri, 29 Jul 2005 14:50:53 +0200 Subject: [albatross-users] Question about frames Message-ID: <20050729125053.GE32341@chronix.treibsand.com> Hi, sorry for asking stupid again, but I have a problem with frames. I've build a template with a frameset Frameset The 2 frames will not be displayed, but I can call them direct. The funny thing is, that an iframe works perfectly.