livecode website templates

Matt Maier blueback09 at gmail.com
Tue Mar 8 15:28:19 EST 2016


Riiiiiiiight...except that I can't use "view page source" to see any
Livecode because what's delivered to the browser is either html, css, or
javascript, correct? So the Livecode "source" is replaced by its own
output, which maintains the mystery.

There are several small tutorials scattered around, but where can I see
actual websites that run on Livecode? Even the on-rev.com examples don't
actually provide the *.lc files. All I can see there are the isolated
Livecode scripts and the static page delivered to the browser in html.

When you say "use Livecode for the client" do you mean a desktop standalone
or the new HTML5 standalone?

On Tue, Mar 8, 2016 at 11:52 AM, Richard Gaskin <ambassador at fourthworld.com>
wrote:

> Matt Maier wrote:
> > 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?
>
> Yep.  That's the secret charm of web development:  HTML defines what's in
> a page, CSS defines how it looks, JavaScript defines how you can interact
> with it - and all three are just plain text.
>
> "View Page Source" is the greatest feature ever, and every browser has
> it.  With that and a little time, even the coolest web sites become
> demystified.
>
> With a text processing toolkit like LiveCode's chunk expressions, coupled
> with everything else it does from image manipulation to socket handling and
> more, the range of ways LiveCode can contribute to web development is
> limited only by the imagination.
>
> You can generate pages locally and upload 'em securely and efficiently
> with rsync, or use a server-side CGI to accept input from the user to fill
> in custom templates with merge, or create custom images from user input, or
> access databases, or mashup content from multiple web sources, or index
> chunks of the Internet, or build intranet resources for your organization,
> or admin all your servers from one place, or make a dashboard for your
> boss, or monitor forum activity, or write a blog, or sync content between
> your phone and laptop, or....
>
> And if you use LiveCode for the client also, you can multiply the number
> of things you can do over HTTP by at least two, and get them done in a
> fraction of the time. :)
>
> --
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for the Desktop, Mobile, and the 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