livecode website templates

Matt Maier blueback09 at gmail.com
Tue Mar 8 00:44:43 EST 2016


Oh. So, when you use Livecode to put "Hello world" into the browser, is it
actually sending the browser something like <p>Hello world</p> from the
server?
On Mar 7, 2016 19:57, "Richard Gaskin" <ambassador at fourthworld.com> wrote:

> Matt Maier wrote:
>
>> Has anybody actually built a website using Livecode, as in these examples?
>> http://samples.on-rev.com/index.irev
>>
>> I checked the code in all of these sites and, unless I'm missing
>> something,
>> everyone who knows Livecode is using javascript (or is just using
>> templates?).
>>
>
> JavaScript is the only language embedded in browsers, so it's no like
> anyone has a choice there.
>
> But JavaScript is also plain text, and LiveCode is very adept at
> manipulating text.  Many of us deliver that along with HTML and CSS from
> LiveCode running on the backend.
>
> Not for everything; static content needn't be slowed down by putting it
> into a dynamic content delivery system.  But most of us have at least some
> dynamic content and/or services made with LiveCode on our servers, and some
> of us even use LiveCode for part of our static content management.
>
> --
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for Desktop, Mobile, and Web
>  ____________________________________________________________
>  Ambassador at FourthWorld.com        http://www.FourthWorld.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list