Re: WebSites made using Livecode.

2020-07-07 Thread Richard Gaskin via use-livecode
Andre Garzia wrote: > In my own personal and subjective experience, LiveCode shines when you > are building desktop applications, or combining desktop applications > with server-side solutions. With LiveCode you can have a webapp doing > server-side LC server and an HTML5 front-end, while still

Re: WebSites made using Livecode.

2020-07-07 Thread Andrew at MidWest Coast Media via use-livecode
> In my own personal and subjective experience, LiveCode shines when you are > building desktop applications, or combining desktop applications with > server-side solutions. > With LC you can ship a whole suite of desktop and mobile apps that act as > companions to the business your client is

RE: WebSites made using Livecode.

2020-07-06 Thread Ralph DiMola via use-livecode
I use Html==>JS==>Async xhttp request. The xhttp request is fielded by LC Server and is cors compliant so LC Server doesn't even need to be on the same web server. (this allows you to test html pages from desktop without a web server) LC server returns html in a json packet. The async JS

Re: WebSites made using Livecode.

2020-07-06 Thread Heriberto Torrado via use-livecode
> if you look at your server log files you will see that > China hacker bots are heavily searching for PHP > and when they can’t find it they even try to install > it so they can continue hacking away. That's a really good point! I use fail2ban and various security modifications for Apache on

Re: WebSites made using Livecode.

2020-07-06 Thread Heriberto Torrado via use-livecode
Thanks Alex, Those sites look good and they feel very fast. Hery On 7/6/20 5:27 AM, Alex Tweedly via use-livecode wrote: Hi Hery, not sure if you've received any pointers to actual sites yet :-). Here are a few I've made : https://kilmelford.com/ most interesting of them - but since all

Re: WebSites made using Livecode.

2020-07-06 Thread Heriberto Torrado via use-livecode
Thank you all very much for the solutions provided and for the advice. How wonderful it is to belong to a club like Livecode: The community is incredibly kind and generous. As you say André, it is not important if Livecode is a minority language: It is very powerful. I can create a Desktop,

Re: WebSites made using Livecode.

2020-07-06 Thread Andre Garzia via use-livecode
Hi Heriberto, I've read this thread and want to share a bit of experience of using LC as a server engine. I'm part of the team that builds http://www.himalayanacademy.com which is probably the largest site built with LC Server around. I'll try to frame this email in the topics I've seen you

Re: WebSites made using Livecode.

2020-07-06 Thread Alex Tweedly via use-livecode
Hi Hery, not sure if you've received any pointers to actual sites yet :-). Here are a few I've made : https://kilmelford.com/ most interesting of them - but since all events are cancelled this year, it's currently less interesting than other times :-) All made with my own CMS for LC; flat

Re: WebSites made using Livecode.

2020-07-05 Thread Rick Harrison via use-livecode
Hi Hery, You can set up your Livecode Server to work with your database directly on the same computer. You do not need PHP at all for anything. In fact if you look at your server log files you will see that China hacker bots are heavily searching for PHP and when they can’t find it they even try

Re: WebSites made using Livecode.

2020-07-05 Thread Heriberto Torrado via use-livecode
Hi Seen, I'm talking about using Livecode server. I think you mean Livecode HTML5. I'll explore that option (it seems very usefully too), but although I do a lot of work with JS, I wanted to try Livecode Server. I have used it a bit and it looks very reliable. We have four dedicated servers

Re: WebSites made using Livecode.

2020-07-05 Thread Pi Digital via use-livecode
> On 5 Jul 2020, at 21:16, Heriberto Torrado via use-livecode > wrote: > > Hi Sean, > > So, as far as I know, you use PHP as a middleware between the database and > the Livecode code app. Isn't it? Yes > I guess you do that because of security reasons to not expose the database. No. It

Re: WebSites made using Livecode.

2020-07-05 Thread Heriberto Torrado via use-livecode
Hi Sean, So, as far as I know, you use PHP as a middleware between the database and the Livecode code app. Isn't it? I guess you do that because of security reasons to not expose the database. My main goal is to use Livecode instead of PHP to create a small website (about ten forms and some

Re: WebSites made using Livecode.

2020-07-04 Thread Pi Digital via use-livecode
Hi I’ve been creating a website built in LiveCode but NOT LC Server. I opted to using php for server end calls as we connect into a mySQL database on the server. The message path is LC > tiny amounts of JS > a small PHP library of function calls > JS message transport > LC. LC does all the

Re: WebSites made using Livecode.

2020-07-03 Thread Heriberto Torrado via use-livecode
Hi Dan, The customer cares about the backend, because he wants to be sure he will find a livecode hosting company in the future. We will host the web page into our own servers. We currently offer PHP, Python  and LiveCode hosting. I'm honest with my customers and I told him about Livecode

Re: WebSites made using Livecode.

2020-07-03 Thread Dan Brown via use-livecode
I'd be surprised if the client cares at all about the websites backend, you might be better off picking a modern frontend framework (bulma,react,vue etc) and showing examples of websites using it. As for the backend, there are some great flat file CMS's that could be managed with livecode scripts

Re: WebSites made using Livecode.

2020-07-03 Thread Torsten Holmer via use-livecode
Do you know revIgniter, the Livecode Framework for Websites? https://revigniter.com/ "Many websites have been successfully built with revIgniter including the presumably largest Hindu website in existence." https://www.himalayanacademy.com/

Re: WebSites made using Livecode.

2020-07-02 Thread Heriberto Torrado via use-livecode
Thank you Matthias it looks so cool. I'm going to check it out.     > I would say creating a website just with Livecode Server is too much work. I know, but as you say in your signature: Life Is Too Short For Boring Code Hery On 7/2/20 5:19 PM, matthias rebbe via use-livecode wrote: Some

Re: WebSites made using Livecode.

2020-07-02 Thread Heriberto Torrado via use-livecode
Hi Richard, Thank you very much for your rapid response. My customer asks me about a popular site created with Livecode because they would like to make sure that if I get hit by a car, or we have a problem, another company could maintain their website. I mean, they would like to be sure of

Re: WebSites made using Livecode.

2020-07-02 Thread matthias rebbe via use-livecode
Some of our customers are using Wordpress and some have websitet that were created the "normal" way by hand or with tools like Dreamweaver or Rapidweaver. But they are also using Livecode server on their sites for special tasks, e.g. webform processing, generating and providing downloads,

Re: WebSites made using Livecode.

2020-07-02 Thread Richard Gaskin via use-livecode
Heriberto Torrado wrote: > I am trying to convince a customer to create their next website > with LiveCode Server instead PHP. The client asks me what other > popular sites are created with LiveCode server. If you're dealing with the sort who goes only by popularity, nothing else matters.