REBOL

REBOL3 - Web (Everything web development related [web-public])

Return to Index Page
Most recent messages (300 max) are listed first.

#UserMessageDate
1939GreggHe hasn't been here in a while though.23-Dec 19:59
1938GreggTry to contact him first.23-Dec 19:59
1937EndoI 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?22-Dec 16:20
1936SunandaIf 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.22-Dec 16:16
1935EndoIs 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.22-Dec 15:56
1934Jankoit'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.12-Nov 15:11
1933JankoHas 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..

12-Nov 15:07
1932LuisThanks, Graham, thanks Oldes. Rebol has the best community !.7-Nov 13:31
1931Oldesbtw... here is how I build the script from multiple source files: https://github.com/Oldes/rs/commit/472304a91b7fe640014e8a59cc5c7be5ba93075a7-Nov 7:41
1930OldesThe cookies-daemon script is on github now - https://github.com/Oldes/rs/blob/master/builds/cookies-daemon_latest.r7-Nov 7:34
1929GrahamCFrom 2003 ... the header dialect might work now though since the article was written http://www.compkarori.com/vanilla/display/HTTP+file+uploading7-Nov 6:48
1928GrahamCI think you can just do that using post with a Content-type: multipart/form-data and send the boundary, and post size7-Nov 6:42
1927LuisI 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 ....7-Nov 5:04
1926OldesThis 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.19-Oct 14:15
1925RobertI use google web-fonts, works OK so far.18-Oct 12:58
1924OldesAch.. so this tool is my solution: http://code.google.com/p/ttf2eot/18-Oct 12:43
1923OldesAs 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/fonts18-Oct 12:14
1922OldesIs 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.18-Oct 12:10
1921GrahamCRather than a beer, you may make a donation to Medecins Sans Frontieres in my name http://www.msf.ca/donate/donate-online/ :)10-Oct 5:59
1920GrahamCAh... the numbers of beers I am owed ... I just have to travel 1000s of miles to collect them!10-Oct 5:56
1919Tim:) Signing off..9-Oct 22:31
1918TimJust got the message back, yours too. So, I owe you a beer. Come on by and collect.9-Oct 18:20
1917Tim:) Yes. Did I tell you that I'm a python programmer too? That python accepts single quotes? That I put in 'password' instead of "password". @#$%! So it got a symbol instead of a string?9-Oct 18:19
1916GrahamCwell, your password or userid must be incorrect9-Oct 18:15
1915Tim>> send tim@akwebsoft.com "testing rebol" Net-log: ["Opening" "tcp" "for" "esmtp"] connecting to: mail.akwebsoft.com Net-log: [none "220"] Net-log: {220-host266.hostmonster.com ESMTP Exim 4.76 #1 Sun, 09 Oct 2011 12:12:54 -0600 } Net-log: {220-We do not authorize the use of this system to transport unsolicited, } Net-log: "220 and/or bulk e-mail." Net-log: [["EHLO" system/network/host] "250"] Net-log: {250-host266.hostmonster.com Hello bart [64.4.232.191]} Net-log: "250-SIZE 52428800" Net-log: "250-PIPELINING" Net-log: "250-AUTH PLAIN LOGIN" Net-log: "250-STARTTLS" Net-log: "250 HELP" Net-log: ["Supported auth methods:" [plain login]] Net-log: ["WARNING! Using AUTH LOGIN."] Net-log: [ "AUTH LOGIN" "334" ] Net-log: "334 VXNlcm5hbWU6" Net-log: ["dGltQGFrd2Vic29mdC5jb20=" "334"] Net-log: "334 UGFzc3dvcmQ6" Net-log: ["dEhqMTk0OSc=" "235"] ** User Error: Server error: tcp 535 Incorrect authentication data ** Near: smtp-port: open [scheme: 'esmtp] either only9-Oct 18:13
1914GrahamCtrace?9-Oct 18:11
1913TimOK, down loaded 2.7.8.4.2 (for linux). Now I get 'tcp 535 Incorrect authentication data'9-Oct 18:11
1912GrahamCSo? You can run it again to replace the encapped version9-Oct 18:11
1911TimWhere? Huh, I thought it was compiled in..9-Oct 18:07
1910GrahamCGet the latest esmtp protocol9-Oct 18:06
1909GrahamC2.7.8.3.19-Oct 18:05
1908TimNot sure what to do about the 'old protocol'. Is there a way to change it? I'm using 2.6.2.4.29-Oct 18:04
1907GrahamC>> set-net [tim@akwebsoft.com mail.akwebsoft.com mail.akwebsoft.com none none none tim@akwebsoft.com "****" ] >> send tim@akwebsoft.com "testing" Net-log: ["Opening" "tcp" "for" "esmtp"] connecting to: mail.akwebsoft.com Net-log: [none "220"] Net-log: {220-host266.hostmonster.com ESMTP Exim 4.76 #1 Sun, 09 Oct 2011 12:00:11 -0600 } Net-log: {220-We do not authorize the use of this system to transport unsolicited, } Net-log: "220 and/or bulk e-mail." Net-log: [["EHLO" system/network/host] "250"] Net-log: {250-host266.hostmonster.com Hello Graham-PC [203.97.98.9]} Net-log: "250-SIZE 52428800" Net-log: "250-PIPELINING" Net-log: "250-AUTH PLAIN LOGIN" Net-log: "250-STARTTLS" Net-log: "250 HELP" Net-log: ["Supported auth methods:" [plain login]] Net-log: ["WARNING! Using AUTH LOGIN."] Net-log: [ "AUTH LOGIN" "334" ] Net-log: "334 VXNlcm5hbWU6" Net-log: ["dGltQGFrd2Vic29mdC5jb20=" "334"] Net-log: "334 UGFzc3dvcmQ6" Net-log: ["KioqKg==" "235"] ** User Error: Server error: tcp 535 Incorrect authentication data ** Near: smtp-port: open [scheme: 'esmtp] either only9-Oct 18:00
1906GrahamCMaybe you're using an old esmtp protocol .. as mine sends EHLO9-Oct 17:57
1905GrahamCAs a result, the servere does not advertise any authentication methods9-Oct 17:57
1904GrahamCThe rebol client should send "EHLO" and not "HELO"9-Oct 17:56
1903Tim>> send tim@akwebsoft.com "testing rebol" Net-log: ["Opening" "tcp" "for" "esmtp"] connecting to: mail.akwebsoft.com Net-log: [none "220"] Net-log: {220-host266.hostmonster.com ESMTP Exim 4.76 #1 Sun, 09 Oct 2011 11:45:39 -0600 } Net-log: {220-We do not authorize the use of this system to transport unsolicited, } Net-log: "220 and/or bulk e-mail." Net-log: [["HELO" system/network/host] "250"] Net-log: {250 host266.hostmonster.com Hello bart [64.4.232.191]} Net-log: ["AUTH CRAM-MD5" "334"] Net-log: ["WARNING! Using plain authentication."] Net-log: [{AUTH PLAIN dGltQGFrd2Vic29mdC5jb20AdGltQGFrd2Vic29mdC5jb20AdEhqMTk0OSc=} "235" ] ** User Error: Server error: tcp 503 AUTH command used when not advertised ** Near: smtp-port: open [scheme: 'esmtp] either only9-Oct 17:47
1902TimFollowing is error trace.9-Oct 17:47
1901TimAnd thanks Henrik. I see the pencil. Any ideas anyone?9-Oct 17:38
1900Timgot it Kaj and been there. Will use.9-Oct 17:38
1899Kajhttp://rebolforum.com9-Oct 16:26
1898HenrikTim, click the pencil, then you can easily share multiple lines of code.9-Oct 16:00
1897TimHave I used set-net properly? :) the ML appears to have died. I find this very cumbersome for sharing code. Any other place for support?9-Oct 15:49
1896Timset-net [tim@mydomain.com mail.mydomain.com mail.mydomain.com none none none tim@mydomain.com '*******'] where 'mydomain' replaces my domain and asterisk obfuscate the password, if I send a message I get the following : connecting to: mail.mydomain.com ** User Error: Server error: tcp 503 AUTH command used when not advertised ** Near: smtp-port: open [scheme: 'esmtp] either only9-Oct 15:48
1895TimOOPS! I have a problem send email with authentication required. using the following9-Oct 15:46
1894TimWell, I've been using rebol for 11 years, but never have used altme for support. But I have a9-Oct 15:43
1893KajBut you have to train your users on it3-Jun 17:21
1892KajI just have an extra field short-name3-Jun 17:21
1891onetomdo u specify the slug manually or let some automatism hint u with a possibility 1st?3-Jun 17:16
1890Oldeshttp://typekit.com/3-Jun 16:38
1889PeterWoodNo, it;s two hoon in this part of the world.3-Jun 13:41
1888Kaj1/4" would be 0.25-inch3-Jun 13:07
1887KajYes, readability is a problem, so URLs are often more optimised for search engines than for human readers3-Jun 13:05
1886onetomit's not a news site, so there might be issues with the unqueness of the slug and other things like, i might need to display the nominal size of the part which is a fraction in many cases, lile 1-1/4" which wouldnt read nice at all if i have to replace the slash. the dbl quote might be okay to omit though3-Jun 13:04
1885KajI use a unique identifier such as a date, followed by a textual description in the rest of the URL3-Jun 13:04
1884KajA structured description in a title tag would be OK, but it seems that URLs help extra3-Jun 13:03
1883onetomQ3: do u know any article describing best practices regarding permalinks/slugs?3-Jun 13:03
1882KajSearch engines don't use meta keywords anymore3-Jun 13:02
1881onetomQ2: would it be okay to add the slug as an extra path level, like stackoverflow.com does?3-Jun 13:01
1880onetomQ1: im not very sure about how much more effective from a SEO point of view to have a slug in the URL as opposed to keywords in meta tags and the same description as in the title of the page for example.3-Jun 13:00
1879onetomit would however look cryptic and wouldn't empasize what is that page about, so we were thinking about attaching a slug to it, to help human usage and search engines too.3-Jun 12:53
1878onetomim wondering what is the best way of providing permalinks for mechanical parts, like pipe fittings. i'd like to provide a catalog of them for a couple of companies. each company has their own part number system which unambigously identifies a product. i would expose a description page about these as: /company/part-number3-Jun 12:50
1877KajThe Googel Webfonts home page drives my Firefox 3.5 into a crash loop2-Jun 20:15
1876RobertYep... thx. It should work for most people of course.2-Jun 20:07
1875CyphreI just noted that so you know. It depends how much you care about the backward compatibility etc.2-Jun 20:04
1874RobertIE9 looks the same as Safari, no problems.2-Jun 20:02
1873CyphreAlso such fonts will work properly only in newer browsers..the binariage site looks terribly in IE8 for example.2-Jun 19:58
1872Cyphreyes, the google api is probably using the fontdeck site internaly.2-Jun 19:55
1871RobertSeems to work via Google as well: http://www.google.com/webfonts/family?family=Play&subset=latin#code2-Jun 19:52
1870CyphreI did just quick look at the site and it seems it uses this service http://fontdeck.com2-Jun 19:47
1869RobertI have a question regarding fonts on web-sites: Take a look at this one here: http://www.binaryage.com/

It uses a font called PLAY which I like a lot. This font wasn't installed on my system, but the web-site displayed it. It's even not one of the standard web fonts I know. Why does this work?

2-Jun 19:34
1868onetomhttp://code.google.com/p/js-test-driver/ this seems to be some serious shit... the guy who is writing the angular.js framework can run 300 unit tests in 400ms on the 10K lines code base.25-May 18:18
1867AdrianSyeah, I know what you mean, but a browser is such a constantly used tool that a few shortcuts are worth memorizing, IMO21-May 20:06
1866Maximbah, I've learnt so many keyboard shortcuts in my life (with a past in vfx and innumerable 3d & fx softwares ;-) that my memory for such things is pretty full.19-May 2:47
1865AdrianSso why not use keyboard shortcuts?16-May 12:40
1864Maximdon't get me wrong, I like that FF is conscious about screen real estate.... its just that opening a window with no buttons, is a bit drastic. I hate pulldown menus because they are extremely slow.14-May 4:27
1863onetomfinally i dont have to start with turning off the bookmarks bar on a fresh install. most ppl dont use it anyway... and probably FF maker have *measuered* this. and giving more space for the content worth more than bookmarking14-May 2:34
1862onetomu seem to be a prisoner of your habits. toolbars? in a browser? what is the good for? :)14-May 2:32
1861Maximah, I just put back some toolbars which are off by default... making a bit more sense.13-May 21:30
1860Maximwow, the new FF really is annoying :-)

what is it with browser makers... they just keep making their stuff more and more aggravating to use.

13-May 21:27
1859onetomangular is a js library which interprets special tags, attributes and element values in the dom and sets up an event handler system behind the scenes which keeps model objects in sync w the dom content (back and forth)1-May 11:36
1858GrahamCSounds like a neat idea .. less is better !30-Apr 21:00
1857GrahamCSo, angular is a DSL that is compiled into JS client side to handle all the dom manipulation and other stuff that you would normally have to write JS to do ...or use Jquery functions.30-Apr 20:59
1856onetomand yes, i have a site using angular, but it's a work in progress, so i can't show it publicly. privmsg me if u r interested30-Apr 12:59
1855onetomhttp://misko.hevery.com/2010/07/29/a-radically-different-way-of-building-ajax-apps/ here is a video about angular. it's one hour but it worth very much to watch.30-Apr 12:55
1854GrahamConetom, do you have a site using this angularisjs ?30-Apr 2:14
1853onetomPekr: what else then if not jquery?29-Apr 20:26
1852PekrJanko - what do you think about - http://gwt-ext.com/ ?29-Apr 6:56
1851PekrMaxim - then I don't support those that win, nor am I interested to win :-) I thought that' why we are here in the first place :-) Or we could all be using php, Ruby, or any new trend which appears :-)29-Apr 6:55
1850Maxim"The ones that win are the ones that ship." ;-)29-Apr 6:53
1849PekrjQuery is imo typical example of another so called standard the world has choosen, and yet again the wrong one :-) Even MS suggests it to use with SharePoint ....29-Apr 6:53
1848onetomJanko: we tried http://angularjs.org recently. it also does client side html templating BUT in 2 ways. the merged data can update itself inside the template and also if some input fields change, the corresponding model variables reflect this change automatically. the best framework i've seen so far & u can mix it easily with jquery or mootools29-Apr 4:39
1847JankoUsrJoy and InvoiceFox generate 90% of html on client side. I have few weird (functional-ish (as in functional programming)) ideas how to do this: I use http://code.google.com/p/jsgoo/ http://refaktor.si/demos/jsgoo/ for this29-Apr 2:50
1846Jankoabout JS libs: I don't use jQuery .. it's oweblown for what I want (I don't need it to reinvent javascript). If I need any complex components like datepicker (which I don't want to reinvent) I use mootools usually (because you can use just needed parts of it). jQuery UI modules (which has this) are very very slow and CSS is so complex I don't even start to get it how to customize it.

Dojo always seemed this mega lib that I don't want either. If I go to their demos (at least last time I looked) everything is slow and unresponsive. I want my things to be slim on code and snappy.

Prototype (mootools does this also, but I think a little less) is first generation JS lib (that started it all). I think it heavily monkey patches the core JS/DOM objects.. thats why I don't like it.

I also neve use css3 selectors in my JS code (that is a major part why people use jquery and likes). I always move relative to an element with seekFwd, seekIn, seekOut, seekBack fuctions I have or just use ID of element (and then seek if needed).

29-Apr 2:48
1845Maximit has a nice retrospect of HTML and tackles a single question... "why do we have an <IMG> tag in html?"... the answer is surprisingly simple and evocative: "The ones that win are the ones that ship."

funny... the leading OS is called WINdows ;-)

28-Apr 19:59
1844MaximI haven't finished reading, but so far I like it. I like the writing style.28-Apr 19:39
1843Maxima good resource I found to start using HTML 5 and help make those pages work somewhat backwards compatible on non html5 browsers.

http://diveintohtml5.org/

28-Apr 19:38
1842OldesI must correct myself.. I don't want to write my own JS stuff anymore... I just found that one old script (simple menu running on the site many years) stopped working in IE8. I don't want to deal with browser's (un)compatibilities anymore.. better to use an obscure framework or don't use JS at all.15-Feb-11 22:24
1841ReichartI recently used Kompozer to build a quick site to fix a friend's site that was so bad I figured I could at least spend a few hours and take it from a 1 to a 6 (scale one to ten). There are a few variations of Kompozer. But Kompozer is the best of them.

It still sucks though. When you do view source it does not put your cursor where you expect it to. It is nightmarish to figure out how to edit tables. But, over all, if you keep things simple, it works well enough.

"mobile browsing expected to outpace desktop access in 3-5 years."

Most of the world lives on their cell phones.

As to JavaScript Frameworks to fix the biggest human fail in computer history (that being that we use HTML+JavaScript to build UserInterface), having headed the creation of a complete UI system that is delivered through the web, I will say the following:

- Find something that handles Tables (grids, lists) well. Make sure it does verything you need. - Make a list for yourself of widgets you care about, and confirm (assume nothing) about the level of detail with which they operate. For example, Imagine 3 radio buttons, on the web they have no default state, and some interfaces allow them to operate like checkboxes, not radio buttons. Again, assume nothing! - Confirm, for yourself, they work on the platforms you care about. Nothing works on everything, even when they claim it.

I did not want to build Quilt, but we still don't know anything that comes close other than Tibco's crap, and I'm not sure they even sell it anymore. (I recall it was like $100K).

14-Feb-11 18:26
1840MaximI've also heard good comments about dojo. it looks better architectured overall, but that is just an impression.14-Feb-11 15:06
1839ReichartWe use Quilt for Qtask, custom written of course.12-Feb-11 16:37
1838PeterWoodI used dojo a litle a whwile ago, I found the event handling very clean. I've read that dojo is stronger for single page apps that many of the other frameworks.12-Feb-11 13:07
1837GrahamCuser12-Feb-11 9:22
1836GrahamCI think dockimbel is also JQuery12-Feb-11 9:22
1835OldesI can imagine REBOL dialect to build code for many such a toolkits, but as I say.. I don't want to spend time on it at this moment.12-Feb-11 9:21
1834Oldesbut checking your links, I quite like Dojo12-Feb-11 9:18
1833GrahamCI still also maintain another site in YUI12-Feb-11 9:18
1832GrahamCAFAIK, everyone here is using JQuery, or, have written their own frameworks12-Feb-11 9:18
1831OldesI'm using jQuery, becuase I'm lazy to write own stuff (which I consider better in most cases, because I usually need only minimal functionality provided by the jQuery) and want to spend as less time working on web as possible so I do not examine other frameworks.12-Feb-11 9:12
1830GrahamCand of course it has to be released12-Feb-11 9:07
1829GrahamCI'm still using JQuery .. but it's a hard slog. But I might switch to using Enyo if it's as good as it looks12-Feb-11 9:07
1828PekrIt is a long time I last looked into ajax libraries. I know I tend not to use mainstream stuff, but often based upon coolness of the technology :-) Many ppl talk jquery, even MS is adopting it for SharePoint, but what about e.g.:

Mootools YUI - http://yuilibrary.com/ Dojo Toolkit - http://dojotoolkit.org/ Sencha Touch - http://www.sencha.com/ DHTMLx - http://dhtmlx.com/ Prototype - http://www.prototypejs.org/ SmartGWT (successor to GWT) - http://www.smartclient.com/smartgwt/showcase/#main http://dojotoolkit.org/

Any experience, preference? What are YOU using?

12-Feb-11 9:01
1827Maximyeah the first not crappy plasma screens where 60000$ and they didn't come down for a long time.1-Feb-11 7:17
1826SteeveBetween prototype and cheap commercialization, it can be decades. I remember having seen large flat screen TV proto in the early 80's (plasma). We had to wait until 2005+ to be able to buy them at low prices.1-Feb-11 7:05
1825AdrianSI'm not sure that there will be a distinction between mobile browsing and desktop browsing for too much longer (no longer than a decade, IMO). Just a few more tech advances in battery life will allow for practical pico projectors to be included into any mobile device. An alternative that increases viewable area is foldable displays - they exist already in prototype form - just need to be commercialized. HUDs and retinal displays are others. These are not sci-fi anymore. But if you're just talking about the next couple of years or so, I agree.31-Jan-11 3:46
1824Maximdesigning for a small browser still requires re-designing the layout. no way round that.30-Jan-11 0:14
1823GrahamCOr that mobile browsers will just cope29-Jan-11 23:26
1822GrahamCI'm hoping that whatever framework I use will automatically adapt :)29-Jan-11 23:26
1821AshleyExactly, and there's the opportunity as most people (and tools) are still stuck with a "mywebsite.com for desktops and mywebsite.com/m for mobiles" model.29-Jan-11 23:11
1820GrahamCit means we will have to recode all our websites!29-Jan-11 23:02
1819AdrianSwhy do you find it scary, Graham?29-Jan-11 21:56
1818HenrikSteve Jobs made a good point in an interview not long ago: "PC's are going to be like trucks. Less people will need them. And this is going to make some people uneasy."29-Jan-11 20:39
1817GrahamCThat's scary if true .. mobile browsing expected to outpace desktop access in 3-5 years.29-Jan-11 20:04
1816AshleyYes, I'm using it to generate web sites for clients ... but I want to add support for mobile devices (via jQuery Mobile) and solve the "one website for desktops, another for mobiles" problem (via "Responsive Web Design" techniques - see http://www.alistapart.com/articles/responsive-web-design29-Jan-11 9:44
1815GrahamCAshley didn't you have some web dialect you were doing?28-Jan-11 23:35
1814RobertIf you are on OSX take a look at Rapidweaver. Really good.28-Jan-11 22:56
1813AshleyIt's HTML5/CSS3 support looks good.28-Jan-11 22:08
1812KajIt seems to be usable by now, but I have no experience with it28-Jan-11 13:43
1811Kajhttp://bluegriffon.org28-Jan-11 13:43
1810KajI just remembered that there's a successor to KompoZer:28-Jan-11 13:43
1809KajIf Frontpage is the alternative, WebMatrix looks a lot better. However, it's focused on developers and complex backends. If the goal is simple web pages for a common user, KompoZer is probably better, and more in the ballpark of Frontpage27-Jan-11 16:08
1808HenrikJust don't use Frontpage. If you end up having to edit the pages later by hand, it's faster simply to build them by hand.27-Jan-11 8:38
1807AshleyWould using any modern word processor then saving as HTML be any worse than Frontpage? ;) I wouldn't do a complex site this way, but for a couple of static pages it may suffice.27-Jan-11 5:02
1806KajSadly, no27-Jan-11 0:03
1805BrianHAre there any decent alternatives to it?27-Jan-11 0:01
1804KajIt still has a lot of quirks, though26-Jan-11 23:59
1803KajThere's been a lull in KompoZer development, but it's reasonable now26-Jan-11 23:59
1802BrianHI haven't used Nvu or Kompozer for years, and only use code editors for my web work (or don't do web front end stuff at all).26-Jan-11 23:42
1801BrianHIs anyone here familiar with the current state of WYSIWYG web designers? Are there any decent current free ones? I'm only familiar with Kompozer (the new Nvu) and have heard good things about WebMatrix. This is for a person familiar with Frontpage, but I'm trying to disuade them from using it (for all our sakes), and don't want to encourage piracy of Dreamweaver or Expression Web.26-Jan-11 23:40
1800KajMany of the concepts are a lot like how I started the first phase of my CMS three years ago, but the implementation is a bit different24-Sep-10 23:10
1799Grahamhttp://it.linkedin.com/in/ingdariogiacomelli

anyone game to test it out?

24-Sep-10 22:08
1798Henrikwow, interesting24-Sep-10 21:50
1797SteeveFrom Dario Giacomelli Registered on the R3 chat as Dario24-Sep-10 21:47
1796SunandaMaxV spots an interesting product for website generation. Written in REBOL: http://synapse-ehr.com/forums/showthread.php?139-Rebol-CMS24-Sep-10 21:40
1795RobertPetr, I think you need to take a look into curl stuff for this.23-Sep-10 18:17
1794Maximbuilding the wget is trivial in rebol... but you still need the http calls to support cookies. though we can probably probe the headers for cookie returns in newer R2 versions.23-Sep-10 14:11
1793Pekrwhat for? :-) we have wget like tool for rebol?23-Sep-10 14:08
1792Maximuse the cookie-enabled http protocols on rebol.org (by Cyphre IIRC)23-Sep-10 14:04
1791Pekrany tips for wget tool allowing to go via form authentication? We need to make off-line copy of one site. The site works only from one PC at a time from our organisation, it seems it uses cookies or so ....23-Sep-10 13:53
1790Maximhas anyone here worked on a firefox plugin before?1-Sep-10 7:17
1789Gabriele(for example, when he says that "the calculation of a subtotal belogs to the view", i disagree that the actual code to compute the sum belongs to the view. the view should allow for declaratively defining such kind of things. page subtotals, for example, was a feature i intended to have in PDF Maker 2 tables - since you don't know where the table is going to be split at, the engine has to be able to do the work for you.)28-Aug-10 9:29
1788GabrieleIn my approach, the mapping between the data and the "view" is defined by a dialect. I guess, one might want to make at least part of that mapping part of the view; this does not change the fact that the template file can then be simple HTML.

"Formatting" to me does not seem a templating issue though. It's about localization and customization (different users will want different formats for dates, and almost everything else). So, this is a completely separate axis. As Carl often says... the problem is multidimensional, reducing it just to "model" and "view" is not really going to work.

28-Aug-10 9:27
1787AdrianS@Gabriele - I'd like to hear your comments on what this article says (in sec 2.3) about allowing some basic expressions in the view, wrt your templating engine?

http://www.simple-is-better.org/template/#why-if-for-calculations-etc-are-necessary-in-the-view

28-Aug-10 5:34
1786Grahamthey've been running for 4 years now .. so I guess that's a little reassurance15-Aug-10 0:36
1785GrahamI guess if one wanted this sort of security ... one would want your private data copied from their S3 store to your own somehow.15-Aug-10 0:29
1784AdrianSactually for grid computing, I meant when you need huge power - otherwise, a grid of personal computing devices could constitute a powerful enough grid15-Aug-10 0:12
1783AdrianSthat's why my view is that you should always own your stuff - the cloud should only be used as a temporary cache, or when you need grid computing - just some infrastructure that can be easily substituted with another15-Aug-10 0:10
1782AdrianSI think this fear of having to redo a bunch of effort is keeping quite a few sites from really breaking through - you only feel confident about these kind of features from already established sites15-Aug-10 0:07
1781AdrianSlooks pretty nice, but the question (as for so many other web apps) is - will it be there tomorrow if I put all my stuff on it?15-Aug-10 0:04
1780Grahamumm.. perhaps you have to do something .. how about this ? http://diigo.com/0ca2d14-Aug-10 23:02
1779GrahamIf you add a public annotation, then any diigo enabled browser will see them.14-Aug-10 22:53
1778Grahamhttp://www.diigo.com

Looks like an interesting way to add annotations to rebol.com etc and share them with others without actually altering the pages

14-Aug-10 22:52
1777Robertpaypal has an example. It's pretty easy.19-Jun-10 9:46
1776PekrAny pointers of how to incorporate PayPal payment method into one's website?19-Jun-10 9:37
1775Jankohas anyone did anything about openId with rebol ?6-Jun-10 7:25
1774GrahamInterestingly this search engine has a REST interface so you can wrap your own custom search around it. 95k pages and still going ...15-May-10 21:03
1773Grahaminteresting, I don't see it documented but it does use site:

site:rebol.org sunanda

14-May-10 19:22
1772SunandaMust be possible --- whe pages or sites are removed, or if they later post robots.txt exclusions.14-May-10 12:01
1771Grahamnot sure how to drop something ...14-May-10 11:43
1770SunandaI think the REBOL.org archive is a better place to send people than then REBOL.net one for the ML (it has threads not just messages in id sequence). So perhaps index REBOL.org's then drop the REBOL.net one?14-May-10 11:26
1769GrahamI've already indexed the mailing list on rebol.net so I guess I should avoid ml-display-thread.r and display-message.r14-May-10 11:23
1768GrahamI wondered if that were the case14-May-10 11:20
1767Sunanda[oops -- that was meant for Graham, privately]14-May-10 11:20
1766SunandaIf you can get to them from the root, then they are fair game, unless

.....they have a rel=nofollow......We have that on a few simply because they duplicate content (eg viewing a script, viewing a script in color, downloading a script

....Mailing list -- best to index either the individual posts (http://www.rebol.org/ml-display-message.r) or the complete threads (http://www.rebol.org/ml-display-thread.r) but not both.

....you may get a __lot__ of duplication when spidering the AltME archive as every post has a URL, but we display in batches of 50.....So perhaps only spider URLs like http://www.rebol.org/aga-display-posts.r?post=r3wp291xNNNN when NNNN is 1, 51, 101, 151, etc....

....I think You already have indexed the ML as on REBOL.,net and Carl's latest 300 AltME messages, eg http://mail.rebol.net/cgi-bin/mail-list.r?msg=45305 http://host4.altme.com/altweb/rebol3/chat771.html It would be better _not_ to have index those; it just creates duplicates once you have indexed the equivalents on REBOL.org (especially as the AltMe last 300 goes out of date so quickly).

Tell me what is unclear there!

14-May-10 11:19
1765GrahamLooks like you can have a great deal of fun setting up the search engine parameters13-May-10 9:22
1764Grahamfeatured links13-May-10 9:20
1763GrahamTry searching for "beer" alone ... I found out how to do suggested links13-May-10 9:19
1762GrahamThere's a lot to be said for a custom site specific search engine.13-May-10 2:29
1761GrahamTry searching for beer on this engine as opposed to google!13-May-10 2:29
1760Maximcool, we get both functions near the top (R2 & R3) so looks like the search engine is stepping up its results :-)12-May-10 22:58
1759Graham5, 18312-May-10 21:50
1758GrahamCollection is now 834mb ( 5, 138 documents )12-May-10 21:50
1757Graham33.36k pages indexed12-May-10 21:43
1756GrahamLooking for construct now brings up http://www.rebol.com/r3/docs/functions/construct.html as the top item12-May-10 21:43
1755Grahamif this construct page can't be found by any of the search engines ... is there a no robots directive ?12-May-10 20:29
1754GrahamAdding http://www.rebol.com/r3/docs/ ....12-May-10 19:46
1753GrahamHmm.. I had not exclusion rules for rebol.com ... you sure that there isn't a no robots directive higher in this path?12-May-10 19:46
1752GrahamLooks like my rules were too tight12-May-10 19:42
1751GrahamLast crawled 31 December 1969 16:00:00.000 PST Crawler status 760 - Excluded by crawl space definition Parser and index status 0 - The document has not been added to the index.12-May-10 19:42
1750MaximAndreas, you're right... same with using a title search with construct. it returns nothing.12-May-10 14:12
1749MaximI looked at the html source and it should clearly float to the top. strange... its got everything needed to be scored high (title, H1, and many counts of construct in the page).12-May-10 14:10
1748AndreasSeems parts of the R3 docs are not (yet?) indexed: http://129.33.196.33/search/?query=url%3Aconstruct12-May-10 14:08
1747AndreasI can't find Carl's desired http://www.rebol.com/r3/docs/functions/construct.html at all in above results :)12-May-10 14:07
1746Andreaswell, one of carl's original issues looks just as bad with this search engine: http://129.33.196.33/search/?query=construct12-May-10 14:04
1745GrahamLooks like it might be using Oracle as the DB ...12-May-10 3:36
1744GrahamProbably has to be Carl as he is the one with the issues!12-May-10 3:34
1743GrahamAnyone want to do some comparison searchs between google, and this?12-May-10 3:29
1742GrahamAnd if so, we need a permanent host for it12-May-10 3:28
1741GrahamWell as I said someone has to decide if the quality of the search engine is good enough or not.12-May-10 3:26
1740Maximthat was an example, but there are others... reboltutorial, Nick's learn programing site, Olde's flash site, rebol.org, rebol weekly news links, etc etc... I think that having a unique source for all of that rich rebol content is very usefull for everyone.12-May-10 2:53
1739GrahamI've started to crawl Brett's site .. hope he doesn't mind!12-May-10 2:05
1738GrahamGuess I could do ... but this is just to see if the engine is good enough.12-May-10 1:49
1737Maximyou should also index other sites, like www.codeconscious.com/rebol which has the best complementary view information out there, .

it has helped me on sooo many occasions.

11-May-10 23:22
1736GrahamFinished now at 27k pages ...11-May-10 23:17
1735Grahamexcluding http://www.rebol.net/w/*11-May-10 19:55
1734GrahamShould I exclude these http://www.rebol.net/w/index.php* ??11-May-10 19:50
1733GrahamPerhaps it's just indexing the user names which are also drug names! http://129.33.196.33/search/?index=Default&query=albendazole&queryTimeout=3000&ref=http%3A%2F%2F129.33.196.33%3A80%2Fsearch%2F%3Fquery%3Dalbendazole%26queryTimeout%3D3000%26index%3DDefault11-May-10 19:48
1732Andreasthe history pages being _read_ is fine, their content being _indexed_ is not :)11-May-10 19:34
1731GrahamExcept they are being read by my crawler ..11-May-10 19:30
1730Andreasand they have `<meta name="robots" content="noindex,nofollow" />` in their head to that effect, so simply reverting the change should be fine11-May-10 14:15
1729Andreasthe history pages are not supposed to be indexed11-May-10 14:14
1728Grahamie. it remains in the revision history11-May-10 4:10
1727GrahamIs there anyway to delete wiki spam off rebol.net? If you just revert the page, the spam is still accessible to search engines and still gets indexed so the spammer still gets what they want.11-May-10 4:09
1726PaulAnyone else use Concrete5 CMS? Pretty good stuff.2-May-10 1:50
1725ChrisI think the only downside of a data: url is it's not supported in IE, iirc.3-Apr-10 20:15
1724Willand obviously you can have all the image data in a javascript file as well (for which you probably already have a longer cache expire set up)3-Apr-10 11:27
1723Willremember to take care of client caching issues 8-)3-Apr-10 11:22
1722AshleyAh, even simpler then:

ajoin [{<img src="data:image/} next suffix? file ";base64," enbase read/binary file {">}]

Thanx.

3-Apr-10 10:54
1721Gabrieleuse ENBASE instead of trim/lines form etc.3-Apr-10 9:16
1720MaximCOOL! I didn't know we could do this.2-Apr-10 14:05
1719AshleyCode snippet to "inline" an image:

string: trim/lines form read/binary file remove back tail string ajoin [{<img src="data:image/} next suffix? file ";base64," skip string 5 {">}]

Adds about 30-50% to image size but reduces server fetches (important for wireless access).

2-Apr-10 12:36
1718PaulI was going crazy because Chrome was centering it just fine.21-Feb-10 15:14
1717PaulYeah I couuldn't figure out why I couldn't get the main container div to center on IE8. Kept messing with it and then read where you had to declare the DTD for it to center.21-Feb-10 15:14
1716SunandaYeah, IE has different ideas on when to go to quirks mode.21-Feb-10 15:13
1715Paullooks good on Chrome also.21-Feb-10 14:59
1714PaulIE8 required the DTD spec in order make the div center.21-Feb-10 14:58
1713Paulfinally I got it to work!!!21-Feb-10 14:58
1712PaulAlright I had done this before but it must be something broke with the div centering.21-Feb-10 14:56
1711SunandaIf you look at the source of www.rebol.com you can see it done as simply as possible.21-Feb-10 14:52
1710PaulYeah, I tried that. Maybe I did something wrong. I'm going to try that again.21-Feb-10 14:48
1709SunandaSimple PRINT the doctype before the HTML, eg print <!doctype html> print <html lang="en"> print <head> etc21-Feb-10 14:48
1708PaulOr rather how do we generate the DTD on output of the CGI21-Feb-10 14:41
1707PaulI'm creating a forum and using R3 CGI to output a page. How do we send the Doctype to page?21-Feb-10 14:41
1706SunandaPeople having trouble because facebook not the first google result for [facebook login] http://www.reghardware.co.uk/2010/02/12/google_de_facto_internet_gateway/13-Feb-10 10:36
1705GrahamHmm.... it's not google search though ..30-Jan-10 6:51
1704AshleyInteresting that Google will probably have more success in getting people to upgrade IE than MS! ;)30-Jan-10 6:47
1703Willno more IE6 headaces 8-)30-Jan-10 0:28
1702Willa better web is coming, just got this from google:

Dear Google Apps admin,

In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology. ÊThis includes faster JavaScript processing and new standards like HTML5. ÊAs a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 as well as other older browsers that are not supported by their own manufacturers.

We plan to begin phasing out support of these older browsers on the Google Docs suite and the Google Sites editor on March 1, 2010. ÊAfter that point, certain functionality within these applications may have higher latency and may not work correctly in these older browsers. Later in 2010, we will start to phase out support for these browsers for Google Mail and Google Calendar.

Google Apps will continue to support Internet Explorer 7.0 and above, Firefox 3.0 and above, Google Chrome 4.0 and above, and Safari 3.0 and above.

Starting next week, users on these older browsers will see a message in Google Docs and the Google Sites editor explaining this change and asking them to upgrade their browser. ÊWe will also alert you again closer to March 1 to remind you of this change.

In 2009, the Google Apps team delivered more than 100 improvements to enhance your product experience. ÊWe are aiming to beat that in 2010 and continue to deliver the best and most innovative collaboration products for businesses.

Thank you for your continued support!

Sincerely,

The Google Apps team

30-Jan-10 0:27
1701RobertYes, it's an ARI tool. Very nice and simple to use.29-Dec-09 8:45
1700McheanBalsamiq Mockups Robert ?28-Dec-09 20:42
1699RobertNot tested yet but that's the right idea.28-Dec-09 20:27
1698RobertI use Balsamico for my mock-ups. I like the tool a lot. And it can convert mock-ups to code via emitters.28-Dec-09 20:27
1697GeomolMany of the problems arise, because designers/developers/programmers try to make html do, what it wasn't supposed to do in the first place.

When making a movie, one might start out by drawing a storyboard. Later in the process, a camera is used to shoot some film, and in the end a story is told, that may or may not be close to the original storyboard. But it works, because the final output (images within a frame) is the same kind of thoughts that goes into creating the storyboard (images within a frame).

Designers think in the line of the final output, but html isn't wysiwyg, and the html technology might not be well suited for the ideas, the designer has. So problems arise. ... Or something. ;-)

28-Dec-09 16:50
1696PekrXara pretends to be such a tool, but otoh I did not found, how to easily adjust using code ..... http://www.xara.com/eu/products/webdesigner/features/28-Dec-09 12:18
1695ReichartIsn't the WHOLE thing simply insane? After all these years, there is not a tool that allows both programmers and artists to work on the SAME data? All strange...28-Dec-09 12:12
1694HenrikI've once worked with this process of first having a designer building mockups in photoshop, then they were moved to Dreamweaver and I had to "graft" javascript on top of it, and whenever the designer made a change, I had to start from scratch. The customer demanded to see the site in full function. We moved so slowly, the project was dropped after a few months.

Another time, I finished the project, but it took so long to do, because the design was nearly impossible to convert to HTML/JS. That was 5 years ago.

And people are just realizing this now?

28-Dec-09 10:51
1693Pekrmy friend works the opposite way - design proposals are done in Photoshop, then he cuts it into the markup .... (sometimes wondering it "feels" differently to what he originally did in Photoshop :-)28-Dec-09 10:40
1692HenrikI don't get it... I've always built websites like that. Using a paint program to do it is just impossible. :-)28-Dec-09 10:23
1691PekrInteresting pov onto website creation - http://24ways.org/2009/make-your-mockup-in-markup28-Dec-09 9:45
1690RobertOn OSX you can use like every other library. Fully available via objective-c interface.19-Oct-09 9:55
1689Maxim(webkit is the engine powering chrome and safari, if you wonder)18-Oct-09 23:05
1688MaximAny one looked at webkit, code-wise? I mean, using, has used, tried to use it, participating in it, anything.

http://webkit.org/

18-Oct-09 22:37
1687Pekrfew different pixels here or there never mind :-)20-Sep-09 22:22
1686Maximwelll all browsers render stuff differently, chrome FF and safari included.20-Sep-09 22:21
1685HenrikCuriously I find you have to ask that quite often. Still so many IE users around.20-Sep-09 22:05
1684DockimbelThere's also a page at 37signals.com advocating for web-based software : http://37signals.com/webbased One of the advantage listed is : "You’ll never have to ask “Is it compatible?”"...good joke:-)20-Sep-09 21:55
1683OldesI use mix of tables and CSS for layouts:) I don't remember exact cases now, but I had problems to do some layouts with just CSS (working not just in one browser).20-Sep-09 21:50
1682Maximthe web is a good distibution system... its just about all it really does pefectly... and that's the only thing it was designed to do.

I don't agree that web programming itself is easier, unless you really are doing easy apps.

IMHO Rich clients are the best of both worlds combined into one seamless experience

20-Sep-09 21:12
1681Willhttp://www.kalzumeus.com/2009/09/05/desktop-aps-versus-web-apps/20-Sep-09 20:59
1680PekrI'll go with table free design for layout. I talked to few ppl and most don't use table for layout anymore ...19-Jul-09 9:08
1679Jankobasically tables don't presend the "information structure" of the site well, that is why they don't degrade well, cause problems to screen readers.. etc18-Jul-09 22:20
1678JankoI use tables to presend data that belongs into tables and where it makes sense. I didn't use tables for general layout in a long time. I am not any purist but I find other ways much better than tables for this. It can make quite messy code and they don't degrade well to smaller screens.. etc..18-Jul-09 22:19
1677ChrisI'd possibly consider myself a CSS 'purist' - I like that it encourages a language oriented approach to page/site design (not a language of Rebol's calibre, indeed, but a nod in that direction : ) The trade off can be in the complexity in implementing layout, but really there are few patterns that have not been mapped out.18-Jul-09 20:17
1676ChrisDepends to what degree you use html to define visual aspects. The comparison above is talking old school page design where your markup contains all the bgcolors, widths, font colours, etc. (FrontPage-esque) Typically this approach does significantly increase page size. Using tables mainly as an alternative to <div> as a way to divide up page components in an otherwise CSS driven design isn't going to be at all costly in comparison. Actual bandwidth cost I guess is case specific.18-Jul-09 20:09
1675Henriksorry: "But it's ridiculous to assume that CSS/DIVs are the main bandwidth hogs for webpages.", should be: "But it's ridiculous to assume that tables are more of a bandwidth hog than CSS/DIVs for webpages."12-Jul-09 20:41
1674HenrikOf all these points, perhaps accessability is the only valid reason for not using tables. If you know how to use CSS and DIVs to produce table-like results, fine. But it's ridiculous to assume that CSS/DIVs are the main bandwidth hogs for webpages. Sorry, not buying that.12-Jul-09 20:39
1673Pekrthanks ....12-Jul-09 19:49
1672SunandaThere have been close to holy wars between the CSS purists and those who use tables for everything. The best position is one that balances the needs and priorities of your website and development team's aptitudes. Here'ssome arguments for as few tables as possible for layout purposes (it's taken for granted that tables are good for tabular data): http://www.chromaticsites.com/blog/13-reasons-why-css-is-superior-to-tables-in-website-design/12-Jul-09 19:46
1671Pekrthanks. I can see e.g. big portals like our local http://www.idnes.cz using almost plain CSS. I noticed it on my cell phone, when FUP applied. The html is one long page, which then gets distributed around the site upon the CSS, once it is loaded ....12-Jul-09 19:34
1670BrockAgreed with Henrik. If you aren't expecting the site to be on mulitple end-user hardware platforms and not expecting drastic user customizable styles, I don't see the need to avoid tables for the layout. CSS just for the fine-tuning.12-Jul-09 19:30
1669HenrikI don't know what it is about doing table-free designs, but I personally think it's damn hard to do. You have some parameters that you can adjust for CSS that are cryptic and difficult to guess how the layout will be. With a table, you have cells, adjustment, width and many predictable elements. I think it's because CSS is underpowered for what it's meant to do, and the ability to separate design from content (desktop vs. phones) is a tad overrated, if it just makes site design and construction that much harder.12-Jul-09 19:06
1668PekrOne question towards webdesign aproach. I need to red one site. I want to make it based upon CSS of course. Now I can see, that some sites use completly table-free design, simply one long html, where CSS takes care of the final placement. OTOH some other sites do use tables at least for some basic page division (columns, sections). Which aproach do you suggest? What will in the long turn make my life easier, e.g. if change is needed? To adapt CSS, or to add cell to table, adding some column plus CSS?12-Jul-09 18:24
1667ChrisNo, QM has it's own separate RSP implementation.25-May-09 17:54
1666RobertI'm trying to find out what's the "best practice" process for forms is. But after a bit of research I think it's: Do it by hand. Forms are not very complicated. All the generators, tools etc. are quite limited when it comes how to process a form. I use MooTools as AJAK lib and it has some very nice validator things.25-May-09 17:36
1665RobertIs QM integrated into RSP pages? I think I need to take a closer look (and hope I will get it).25-May-09 17:35
1664ChrisWith QM, I use QuickTags (integrated into RSP or standalone) to build the form elements, and then wrap common constructs in functions.for data-driven forms. It's not as pure as say, Henrik's HTML dialect, but perhaps has the flexibility of being at markup level.

http://www.ross-gill.com/page/QuickTags

Alternatively I have a make-doc dialect (somewhat rough) that I use for forms on my site wiki.

http://2008.rebolconf.info/on/!Edit_Form?format=raw

25-May-09 16:56
1663RobertAnd, is there a REBOL version for something like PHPMailer?25-May-09 11:39
1662RobertForms: How do you make forms for web-pages? Do you use any "tools" or just hand-code them?25-May-09 11:35
1661Maximthanks for the link... so no svg on my new site... darn.25-May-09 9:00
1660SunandaThis says no -- but 3party support is possible: http://wiki.svg.org/Internet_Explorer25-May-09 8:52
1659Maximis IE7 svg capable?25-May-09 8:47
1658PeterWoodThanks, Doc. I look into that.25-May-09 8:15
1657DockimbelThen, you can try with HTTP chunked encoding (http://en.wikipedia.org/wiki/Chunked_transfer_encoding), it's the classic way to stream HTML to the browser. Having the page displayed while downloading chunks is browser specific. It's implemented in Cheyenne's HTTPd, but reading that wikipedia page makes me wonder if it still works with the new automatic HTTP compression introduced in 0.9.19 (haven't done regression tests for that case).25-May-09 6:19
1656Maximthe client reply port anyways.24-May-09 23:20
1655MaximI've had this same problem before implementing custom-purpose web apps. http being connection based, i think most clients expect the connection to be closed.24-May-09 23:19
1654PeterWoodI'm now not sure if flushing the html to the borwser is necessry. I tried with a simple test. Firefox displayed the page immediately but the connection to the server was kept open. Safari didn't display the page unitl the connection to the server was closed.

I dug a lttle deeper into Apache Docs and it seems that Apache doesn't buffer simple html output.

It seems that the "problem" is getting the browser to display the html before the connection to the server is closed.

24-May-09 23:12
1653PeterWoodThanks for the tip Doc; I'll try it and report back.24-May-09 7:45
1652DockimbelNot tested, but might work for flushing CGI data : close system/ports/output24-May-09 7:43
1651PeterWoodSadly, even if you call a shell script that runs the rebol process :-(23-May-09 23:43
1650SunandaI tried to find such a "flush" mechanism for REBOL.org (running Apache under a generic GNU/Linux OS). It would have been very useful (still would be).......But I never found anything that worked.23-May-09 21:09
1649GrahamAnd if you called a shell script that ran the rebol process?23-May-09 21:04
1648PeterWoodIt would be much cleaner for me to be able to flush the output back to the browser and then do my housekeeping.23-May-09 12:37
1647PeterWoodGraham: I could spawn another process but have had problems with both using 'call to launch a second Rebol process on Mac OS X; any console output from the spawned Rebol session is sent to the browser in addition to the output it should receive from the cgi process.23-May-09 12:36
1646Oldes(but now when I see it here, it's not enough as the á char is not converted to utf8)23-May-09 9:43
1645Oldesprobe HTMLentities/decode "Základn&iacute; informace "23-May-09 9:41
1644OldesYou can use my script http://box.lebeda.ws/~hmm/rebol/htmlentities_latest.r to convert it into UTF823-May-09 9:41
1643OldesPekr, it looks you are not alone: http://www.google.cz/search?hl=cs&q=iacute&spell=123-May-09 9:39
1642Grahamshouldn't you just spawn another process to do the work and then return?23-May-09 8:14
1641Grahamthat would be a good trick23-May-09 8:13
1640PeterWoodHas anybody wriitten a "flush" function that sends data back to the browser before the CGI script has finished running?23-May-09 8:03

Return to Index Page