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

World: r3wp

[Web] Everything web development related

Oldes
18-Oct-2011
[1922x3]
Is there anybody using web fonts? I wonder what is the best way how 
to start. I know there is TypeKit, Google web fonts, http://kernest.com/
and maybe other. What I can say, Google must improve it as it's not 
working well enough.
As usually, problem is with IE compatibility. And in my case also 
need for extended chars. The best would be a tool where one could 
create or modify own fonts. http://openfontlibrary.org/fonts
Ach.. so this tool is my solution: http://code.google.com/p/ttf2eot/
Robert
18-Oct-2011
[1925]
I use google web-fonts, works OK so far.
Oldes
19-Oct-2011
[1926]
This is the right tool for converting fonts for the web usage - http://www.fontsquirrel.com/fontface/generator
 (as it allows subsetting) At least for fonts with good copyrights.
Luis
7-Nov-2011
[1927]
I need post data as multipart  ( .jpg uploads from rebol as client 
) looks like I need cookies-daemon_latest ,  but  http://box.lebeda.ws/~hmm/rebol/cookies-daemon_latest.r
is not accesible anymore ....
GrahamC
7-Nov-2011
[1928x2]
I think you can just do that using post with a Content-type: multipart/form-data 
and send the boundary, and post size
From 2003 ... the header dialect might work now though since the 
article was written http://www.compkarori.com/vanilla/display/HTTP+file+uploading
Oldes
7-Nov-2011
[1930x2]
The cookies-daemon script is on github now - https://github.com/Oldes/rs/blob/master/builds/cookies-daemon_latest.r
btw... here is how I build the script from multiple source files:

https://github.com/Oldes/rs/commit/472304a91b7fe640014e8a59cc5c7be5ba93075a
Luis
7-Nov-2011
[1932]
Thanks, Graham, thanks Oldes. Rebol has the best  community !.
Janko
12-Nov-2011
[1933x2]
Has anyone tried to implement owasp ESAPI in rebol https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API


I started writing it yesterday, the most needed parts at least.. 
I intendo to post it on github..
it's not that complex.. to see the gist of it you have to look at 
https://github.com/zostay/owasp-esapi-perl/blob/master/lib/OWASP/ESAPI/Codec/HTMLEntityCodec.pm
(encode_character func) . I didn't intend to implement it in same 
way as calling function for every character didn't seem ideal for 
rebol.
Endo
22-Dec-2011
[1935]
Is it possible to update a script on rebol.org that I'm not the owner? 
or should I upload a new version?
I added set-top-most to window-util.r script.
Sunanda
22-Dec-2011
[1936]
If we're reasonably confident that Maxime is no longer actively maintaining 
scripts, then we can assign you joint ownership -- that would let 
you update the script.
Endo
22-Dec-2011
[1937]
I see, I don't know if he is active or not, script is not that old.
Normally should I post a new version? or try to contact him?
Gregg
23-Dec-2011
[1938x2:last]
Try to contact him first.
He hasn't been here in a while though.