Re: [OT] Leaving Bulgaria?

2015-07-15 Thread Richmond
My Curriculum Vitae is here: https://www.dropbox.com/sh/c1siq7susx9fvwd/AADUyQ-zRpAr5atu3-gZ4Yjla?dl=0 Richmond Mathewson. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subs

Re: [OT] Leaving Bulgaria?

2015-07-15 Thread Richmond
On 16/07/15 09:24, Kay C Lan wrote: What? And I was just planning to visit ;-) Flying home from Europe 3 days ago the inflight air map thingy had us flying over Sofia and down towards Istanbul. As we crossed into Bulgaria I thought "I know someone who lives here" and had a look outside and am pr

Re: [OT] Leaving Bulgaria?

2015-07-15 Thread Kay C Lan
What? And I was just planning to visit ;-) Flying home from Europe 3 days ago the inflight air map thingy had us flying over Sofia and down towards Istanbul. As we crossed into Bulgaria I thought "I know someone who lives here" and had a look outside and am pretty sure we went over Plovdiv. A nice

Re: [BUG] HTMLText incorrectly converted

2015-07-15 Thread Kay C Lan
On Thu, Jul 16, 2015 at 2:10 AM, J. Landman Gay wrote: > I suspect this was modelled on the most common browser interpretations at > the time, which has changed quite a bit since then. It's been, what, 20 > years? Which begs the question should LC be sticking to a 20 y/o model or implementing t

[OT] Leaving Bulgaria?

2015-07-15 Thread Richmond
Having been in Bulgaria, and run a successful EFL school for 10 years I feel the need of a change and am looking for work in Scotland [or the north of England]. I will make my CV available within the next few days. Anyone looking for a competent LiveCode developer and/or instructor should cont

Re: Diesel

2015-07-15 Thread Phil Davis
My pingdom.com notifications tell me it was apparently down from 6:58 PM to 8:48 PM Pacific time. Phil On 7/15/15 8:06 PM, Jerry Jensen wrote: Oh, poor diesel. Having another conniption fit? Emergency support request sent. ___ use-livecode mailing

Diesel

2015-07-15 Thread Jerry Jensen
Oh, poor diesel. Having another conniption fit? Emergency support request sent. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.co

Re: [Ben] HTML5 preloading suggestion...

2015-07-15 Thread Monte Goulding
> On 16 Jul 2015, at 11:18 am, Peter W A Wood wrote: > > One of these subsequent requests is > http://livecode.com/demo/html5/calculator/standalone-community.html.mem >

Livecode Javascript Compiler

2015-07-15 Thread David Bovill
I've a question regarding the roll-out, and eventual functionality of Livecode HTML5. In the recent roadmap blogpost there was an indication that compiling the Livecode language to Javascript was achieved relatively quickly, but that the harder part was the rendering of the interface to the Canvas

Re: [Ben] HTML5 preloading suggestion...

2015-07-15 Thread Peter W A Wood
By checking with Firebug, it seems the calculator “page” initially makes 67 HTTP GET requests and then another 3 HTTP requests before the calculator is displayed. One of these subsequent requests is http://livecode.com/demo/html5/calculator/standalone-community.html.mem

Re: [Ben] HTML5 preloading suggestion...

2015-07-15 Thread Monte Goulding
> On 16 Jul 2015, at 10:50 am, Colin Holgate wrote: > > Those will get cached by HTML5 anyway, but for the first time user if you can > download 6 items at the same time, it’s dramatically faster than downloading > one at a time. I think it’s just the one file though. There does appear to be

Re: [Ben] HTML5 preloading suggestion...

2015-07-15 Thread Colin Holgate
If that one stack has all the media inside a binary, then yes. If it’s exported as regular HTML5, a lot of media will be individual files. Those will get cached by HTML5 anyway, but for the first time user if you can download 6 items at the same time, it’s dramatically faster than downloading o

Re: [Ben] HTML5 preloading suggestion...

2015-07-15 Thread Monte Goulding
> On 16 Jul 2015, at 4:06 am, Colin Holgate wrote: > > I looked at the HTML5 example pages, and they take a while to load. I’ve seen > that sort of slowness before, where it took a while to download a lot of > graphics. In that particular case each download was completed before the next > one

Re: recursionlimit mystery!

2015-07-15 Thread Bruce Pokras
I have an app called “Forward Citation Generator" that looks for so-called “forward citations” of a patent, i.e., patents that issue _after_ the target patent that cite the target patent. It looks for forward citations of the target patent, then looks for forward citations of that 1st generation

Re: Livecode server at Dreamhost

2015-07-15 Thread Richard Gaskin
Thomas von Fintel wrote: > Am 15.07.2015 um 19:40 schrieb Richard Gaskin: >> ... >> When I tested this morning on my Dreamhost server before posting >> here, I was able to omit the .htaccess in cgi-in by renaming the >> LC Server exe to include .cgi, and update the main .htaccess to >> match. > >

Re: Livecode server at Dreamhost

2015-07-15 Thread Thomas von Fintel
Am 15.07.2015 um 19:40 schrieb Richard Gaskin: > ... > When I tested this morning on my Dreamhost server before posting here, I was > able to omit the .htaccess in cgi-in by renaming the LC Server exe to include > .cgi, and update the main .htaccess to match. That is different in my case. Doing

Re: [BUG] HTMLText incorrectly converted

2015-07-15 Thread J. Landman Gay
On 7/15/2015 12:21 AM, Kay C Lan wrote: Mark indicated that has always converted to italics and so has closed the report. No I don't know if 'always' means always for Revolution, always back to MetaCard, always back to HyperCard or always for xTalk languages. So I'm just wondering if anyone here

[Ben] HTML5 preloading suggestion...

2015-07-15 Thread Colin Holgate
I looked at the HTML5 example pages, and they take a while to load. I’ve seen that sort of slowness before, where it took a while to download a lot of graphics. In that particular case each download was completed before the next one starts. The problem was completely solved by allowing more conn

Re: Livecode server at Dreamhost

2015-07-15 Thread Richard Gaskin
Thomas von Fintel wrote: > If I put a ".cgi" after the server's name both in the .htaccess file > and in the file name itself, the setup still works. But if I remove > the .htaccess file in the cgi-bin folder I get an error no matter if > there is a ".cgi" or not. I think it is actually this seco

Re: A question for Windows specialists

2015-07-15 Thread jbv
Hi Mark & Mike Thanks for your replies. To be more specific about my request, I don't suspect any problem with the app, since it's been working fine in this very office (as well as in others) for more than 2 years. Problems started sporadically only 10 days ago and in only one office. Apart from w

Re: Livecode server at Dreamhost

2015-07-15 Thread Thomas von Fintel
It seems I have a working setup. Following Stephen's suggestion I reordered the files a bit. I'll try to make the description as detailed as possible. Maybe someone else could use this. (The numbers in brackets show permissions): |- .htaccess (644) |- lc (755) |- test.lc (644) |- cgi-bin (7

RE: put url web service timeout

2015-07-15 Thread Ralph DiMola
I was having a problem with timeouts using ==>put url("https://fdsfsd.on-rev.com/test.lc";)<==. Some of these request took some time to complete. I found even in the IDE the socketTimeout message does not get sent when a web request times out. I set the socketTimeoutInterval to 2 and on the

Re: Chrome, lchttpd and a possible Livecode socket bug?

2015-07-15 Thread Richard Gaskin
David Bovill wrote: > The prototype I am working on is to create a Livecode daemon/server > that has the follewoing functions: > >1. Drop dead easy to set up for local use on a laptop, or to serve > a LAN in a teaching / workshop scenario >2. Fast and minimal REST API provider. >

Re: A question for Windows specialists

2015-07-15 Thread Mark Schonewille
Hi JBV, Do you give the standalone sufficient time to complete the start-up? For slightly bigger projects, I do this: on preOpenStack hide this stack send "initiateProject" to me in 2 seconds end preOpenStack on initateProject // do everything else here, // e.g. loading data from a se

Re: A question for Windows specialists

2015-07-15 Thread Mike Bonner
Since you're loading from a remote server, if your requests are http requests, say in the form of " http://my.server.com/getData.php?param1=value¶m2=value"; can you tack on a "&requestrefresh=(the seconds)" .. In this way, each hit will always be new and any weird caching issues should be sidestep

Re: Chrome, lchttpd and a possible Livecode socket bug?

2015-07-15 Thread David Bovill
Thanks for the comprehensive reply Richard. The prototype I am working on is to create a Livecode daemon/server that has the follewoing functions: 1. Drop dead easy to set up for local use on a laptop, or to serve a LAN in a teaching / workshop scenario 2. Fast and minimal REST API provi

Re: Chrome, lchttpd and a possible Livecode socket bug?

2015-07-15 Thread Richard Gaskin
David Bovill wrote: > @andre - dropbox is no longer public. I'd love to check out your old > server Andre's been immersed in the Firefox project, and doesn't frequent this list as he used to. Back when he did he wrote at least two lengthy posts here about why he stopped development of his htt

A question for Windows specialists

2015-07-15 Thread jbv
Hello list One of my clients has a recurring problem with a standalone I built for them. At startup a serie of lists of various data are loaded from a remote server and a progress bar shows the loading. And then these data are used in various ways in the app. For a couple of weeks, at startup the

Re: Livecode server at Dreamhost

2015-07-15 Thread Richard Gaskin
Thomas von Fintel wrote: > stephen barncard wrote: ... >> this one inside the cgi-bin directory >> >> --- >> Options ExecCGI >> SetHandler cgi-script >> -- > > Thanks a lot! > > What I missed was the part of havin

Re: Chrome, lchttpd and a possible Livecode socket bug?

2015-07-15 Thread Peter TB Brett
On 2015-07-15 12:08, David Bovill wrote: First off where do we report bugs now? Bugzilla or Github issues? Bugzilla, please, for LiveCode engine bugs. http://quality.runrev.com/ Peter -- Dr Peter Brett LiveCode Engine Development Team ___

Chrome, lchttpd and a possible Livecode socket bug?

2015-07-15 Thread David Bovill
First off where do we report bugs now? Bugzilla or Github issues? @andre - dropbox is no longer public. I'd love to check out your old server stacks. @todd - I'm hacking away pretty radically at your minimal server @monte - yes it would be good to use github for version control. I'll take a look a

Re: [BUG] HTMLText incorrectly converted

2015-07-15 Thread Mark Schonewille
Hi Kay, I'd think there are at least two valid reasons why your bug report should not have been closed without a fix. Browsers don't render the h5 tag as italic. The h5 tag is a valid tag and should be dealt with correctly. LiveCode doesn't honour any HTML standard, but I still believe that