[REBOL] Re: REBOL + PHP, or ...?
From: al:bri:xtra at: 25-Nov-2001 18:08
pekr wrote:
> - use rebol to generate whole website. But how should I integrate Martin's
graphics? If I will let him layout page in some html-editor, and will use
its parts in my Rebol script, it will be pain, if he decides to change
design ...
> I know that rebol dialects, etc. stuff are great, but it prevents me from
letting my friend to have complete design freedom ...
My eText dialect allows integration of graphics. If your designer friend is
still refining his graphical design, then let him do that with the tools,
he's familiar with, seeing as you're running out of time.
To integrate a Rebol-generated content on a high-style HTML page, let the
designer specify one or more pictures or table locations where the
Rebol-generated content goes. For example in HTML, write (in a table):
<td><image src="RebolPlaceHolder.gif" height=123 width=234></td>
and then to generate the final result, process the HTML file through a
Rebol script and insert the relevant Rebol-generated content in place of the
<image> tag.
Change the name:
RebolPlaceHolder.gif
to more suitable names and vary the name depending upon the different
types of Rebol-generated content. The script can determine the exact width
and height required by reading the <image> tag.
To integrate high-style pages with eText, just generate the pages as normal,
then use my site creation scripts, which automatically integrates prewritten
HTML pages with eText pages.
I hope that helps!
Andrew Martin
ICQ: 26227169 http://valley.150m.com/