r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[All] except covered in other channels

Graham
19-Apr-2008
[2694]
This is what I have at present.  https://www.compkarori.co.nz.. 
login as guest/1234 select results/laborator and click on any of 
the results to bring up a graph at the bottom of the page.
Reichart
19-Apr-2008
[2695]
Cool stuff (wow, what a CAPTCHA! LOL)

So for example,

You want to hand it:

A range - 60 to 100 mmHg for example.
A bunch of data (dates with values)


I would have to study Google.Graphs, but it seems they allow this.
Graham
19-Apr-2008
[2696x6]
that's Nenad's captch library at work.
It's bundled with Cheyenne I think.
Most graphing programs aren't smart enough to deal with dates and 
values ....
most free ones ...
I had to write my own in postscript http://synapse-images.s3.amazonaws.com/73C55E9348E30B2419011E4D87DDCDCE.pdf
ie. I used Rebol to generate the postscript graphs
Reichart
19-Apr-2008
[2702]
Just so I'm clear, what is missing from this: http://chart.apis.google.com/chart?cht=lc&chs=200x100&chd=s:frothsmzndyoteepngenfrothsmzndyoteepngen&chxt=x,y&chxl=0:|Apr|May|June|1:||50+Kb
Graham
19-Apr-2008
[2703x3]
Not sure what I'm seeing.  I get an endless wait.
There's a line graph with 3 months on the x-axis.
what I want to do is feed date data and let the graph program automatically 
generate the x-axis labels.
Reichart
19-Apr-2008
[2706]
Hmmm....I'm not familiar with Google Graph yet enough to confirm.

But...this is another one of those areas we are starting to play 
with.  I really like thier basic method, although, SOAP might be 
nice so one can work in something more like XML
Graham
19-Apr-2008
[2707]
Does google expect you to supply the x-axis labels and spaces them 
evenly ?
Reichart
19-Apr-2008
[2708]
That is what I was just studying...
Graham
19-Apr-2008
[2709]
This is what I am using now http://www.ejschart.com/
Reichart
19-Apr-2008
[2710x2]
Very cool.
I looked at it a long time ago.
Graham
19-Apr-2008
[2712x2]
Is there a problem with google generating images with a https website? 
 You'll get all those annoying messages about mixed content
well, at least with IE.
Reichart
19-Apr-2008
[2714]
Yeah, true, interesting...
Graham
19-Apr-2008
[2715x2]
Which is why I switched to hosting yahoo's libraries rather than 
using their servers
So, using google graphs is not an option for me.
Reichart
19-Apr-2008
[2717]
Interesting...
Maarten
24-Apr-2008
[2718]
I need the files (6 years old, gone even in the waybackmachine.org) 
that I posted here: http://www.rebol.org/cgi-bin/cgiwrap/rebol/ml-display-message.r?m=rmlBCNJ


Anybody has the-vault.zip and can mail it to me? That would be really 
appreciated!!!!
Gregg
24-Apr-2008
[2719]
Done.
Maarten
24-Apr-2008
[2720]
Public thanks ;-)
Pekr
25-Apr-2008
[2721x2]
is R3 blog down? Or is it just me?
I get: ** Script Error: Cannot use add on block! value ** Where: 
do-cgi ** Near: blog-count: 1 + any [attempt [load blog-counter] 
0]
Graham
25-Apr-2008
[2723x3]
Isn't that an old bug?
presumably load blog-counter => [ ] and causing the error
probably run out of disk space
Terry
26-Apr-2008
[2726x2]
From the "Stalking Carl" Dept.
http://redwerks.s3.amazonaws.com/080426182318bf7rq.jpg
(ok.. back to stealth mode)
Janeks
30-Apr-2008
[2728x2]
Well, didn't found the group Security, so writing here.

I am thinking of solution, where to user is sent e-mail with attached 
 rebol file, that contains simple form with with some data, that 
user opens add some his data and push the button to send back.

I like this solution because it works just on e-mail, that is very 
common to ordinary people, no needs to make additional installations 
except Rebol and that do not wory about new versions of forms, because 
it always is sent again.
So the qestion that arises is it good from the point of security?
The target systems for this solution would be the Windows.
BTW: How to replace security messages ? I would like to show those 
messages in language of target users?

It seems for me that it could be done by using those startup scrips 
user.r a.o.
Henrik
30-Apr-2008
[2730]
the yes/allow requesters can't be replaced in R2, AFAIK.
Pekr
30-Apr-2008
[2731]
Imagine changing security requester by intentionally translating 
it incorrectly :-)
Janeks
30-Apr-2008
[2732]
when I wrote about it - I already started to think about  - then 
I need to teach to mu users few english words - seems better
;-)
Henrik
30-Apr-2008
[2733]
I do wish it would behave better. Too often it does not appear in 
front of other windows or hides in the upper left corner. It seems 
quite random where it chooses to sit.
Pekr
30-Apr-2008
[2734]
... and also the window is rather primitive ... e.g. with some file 
security requestor, if the file path is too long, it does not fit 
the screen and does not allow you to scroll :-)
Graham
5-May-2008
[2735]
Anyone know if R2 runs on OpenSolaris ?
eFishAnt
31-May-2008
[2736]
Anyone remember some examples from long ago which ran Rebol code 
from a web page?  Kinda like PHP type stuff, but so long ago, it 
is fuzzy in my brain.
[unknown: 5]
31-May-2008
[2737]
You mean the REBOL plugin or RSP?
eFishAnt
31-May-2008
[2738]
Maybe RSP...not the plugin
Sunanda
31-May-2008
[2739]
There is/was also Magic! (like RSP)  -- it may be available on the 
French site:
http://www.rebolfrance.info
eFishAnt
31-May-2008
[2740]
I do remember it being simpler than this.  There is the old thing 
about stuff can be before or after the REBOL script where it is embedded 
into things, and REBOL can find it and run it.  Maybe it was REBOL 
scripts embedded in .html that way...at the time I saw the scripts 
I thought it was cool, but I think it was simpler than RSP
[unknown: 5]
31-May-2008
[2741x2]
I got out my old IRC bot yesterday called REBBOT and was surprised 
to find it still worked.  Seems the IRC platform has remained consistent.
Had some very ugly code in it also.
Graham
31-May-2008
[2743]
do html page works as long as the script is enclosed between [ ]