Re: livecode website templates

2016-03-06 Thread Phil Davis
Templates, no. Framework, yes: http://revigniter.com/ Phil Davis On 3/6/16 10:11 PM, Matt Maier wrote: Does anyone know of any website templates that use Livecode? I want to set up a basic file hosting/sharing thing with logins. I've got space in what used to be the on-rev servers and it

Re: livecode website templates

2016-03-07 Thread Matt Maier
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?). https://livecode.com/ http://ac

Re: livecode website templates

2016-03-07 Thread Richard Gaskin
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?). JavaScrip

Re: livecode website templates

2016-03-07 Thread Matt Maier
Oh. So, when you use Livecode to put "Hello world" into the browser, is it actually sending the browser something like Hello world from the server? On Mar 7, 2016 19:57, "Richard Gaskin" wrote: > Matt Maier wrote: > >> Has anybody actually built a website using Livecode, as in these examples? >>

Re: livecode website templates

2016-03-07 Thread stephen barncard
Look into revIgniter.. a great CMS written in Livecode Server... more than a template... http://revigniter.com/ First and foremost, a framework for your beloved coding language A Model-View-Controller based framework A framework with a small footprint Excellent performance A framework that requir

Re: livecode website templates

2016-03-08 Thread Richard Gaskin
Matt Maier wrote: > Oh. So, when you use Livecode to put "Hello world" into the browser, > is it actually sending the browser something like Hello world > 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 defin

Re: livecode website templates

2016-03-08 Thread Matt Maier
Rght...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

Re: livecode website templates

2016-03-08 Thread Alex Tweedly
On 08/03/2016 20:28, Matt Maier wrote: Rght...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? Correct. So the Livecode "source" is replaced by its own output, which maintains the myst

Re: livecode website templates

2016-03-08 Thread Richard Gaskin
Matt Maier wrote: > Rght...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. True. As with PHP, if

Re: livecode website templates

2016-03-08 Thread Alex Tweedly
On 09/03/2016 00:15, Alex Tweedly wrote: I have a number of (small-ish) websites all done with Livecode - but none of them is decent enough quality to want to make them public; however, I'd be happy to share them off--list if you want (with a repeated warning that I am not really happy with a

Re: livecode website templates

2016-03-09 Thread J. Landman Gay
On 3/8/2016 6:25 PM, Richard Gaskin wrote: There are a few examples in the community where the author has the output and source available from the same page. Jacque, didn't you have a couple of those? I have a (dated) example here: It still uses

Re: livecode website templates

2016-03-09 Thread J. Landman Gay
On 3/9/2016 12:22 PM, J. Landman Gay wrote: On 3/8/2016 6:25 PM, Richard Gaskin wrote: There are a few examples in the community where the author has the output and source available from the same page. Jacque, didn't you have a couple of those? I have a (dated) example here:

Re: livecode website templates

2016-03-09 Thread Matt Maier
Thanks. Yeah, I think I can imagine what the script would be for that mad libs example. Richard's subtle cajoling reminded me of all the stuff I could just implement in the desktop client I already have instead of starting from scratch with web scripting. On Mar 9, 2016 10:28 AM, "J. Landman Gay"