Re: [racket] New web pages!

2014-03-12 Thread Helmut Dobretzberger
>"ST" == Sam Tobin-Hochstadt writes: ST> You mean that they display over the text, right? Exactly ST> > - Explain overlays the first line of the example-code ST> This only happens when the first line also has a comment, right? Yep, happens for comments and also "#lang web-server/insta" --

Re: [racket] New web pages!

2014-03-12 Thread Helmut Dobretzberger
Nice new web page! A few errors I get on visiting the page on small devices: - The "<" and ">" to switch between the examples overlays "Start quickly" - Explain overlays the first line of the example-code - Clicking on "explain" also doesn't show the explanation -- Heli

Re: [racket] DrRacket Crashes?

2012-12-18 Thread Helmut Dobretzberger
>"SB" == Stephen Bloch writes: SB> I'm also not seeing these crashes in 5.3.1 in Windows in VMWare on my Mac. I can reproduce it in a slight different way: Use the given code. Press run, wait short, press X to break. If you repeat that, DrRacket will crash. Sometimes at the second repeat, s

[racket] Web-Server: dispatch rules and urls generated with embed/url

2012-11-28 Thread Helmut Dobretzberger
Hey, I have a problem with the behaviour of embed/url in combination of using pretty urls: when the current page is http://localhost:8080, and I generate a URL with embed/url, the result is something like "/;((...)). That's fine. If I have pretty url with dispatch, like http://localhost:8080/sear

Re: [racket] Web-Server: dispatch-rules and web-cells

2012-11-27 Thread Helmut Dobretzberger
>"JM" == Jay McCarthy writes: JM> The code has probably rotted: JM> https://github.com/jeapostrophe/url-param JM> But if this sounds useful, I'm willing to revive it for you. Thank you for the kind offer, but it is not so important. I'm trying out a lot things at the moment, and so, I am no

[racket] Web-Server: dispatch-rules and web-cells

2012-11-27 Thread Helmut Dobretzberger
Hey, I'd like to have pretty urls in my web-application, but I ran into a problem when using web-cells. I use a web-cell, and I shadow the content within the response/xexpr. I link to a second function, which only shows the content of the web-cell. If I generate this link using embed/url, everyt

Re: [racket] Web-Server: Continue Tutorial, Templates and Dispatch

2012-10-26 Thread Helmut Dobretzberger
>"JM" == Jay McCarthy writes: JM> You probably shouldn't use the 'plt-web-server' cmdline program for serious sites. Oh, okay. "plt-web-server" was easy usable for executing the examples in the default-web-root, so I thought it is reasonable for my own servlets too, because iI didn't reali

[racket] Web-Server: Continue Tutorial, Templates and Dispatch

2012-10-22 Thread Helmut Dobretzberger
Hey, I want to build my new web-application with the racket-webserver, so I have worked through the continue-tutorial. Now i want to improve the simple blog from the tutorial to learn more web-server tecniques which leads to some questions: - I've tried to change that application to use templates

Re: [racket] Dr Racket error OS X Lion

2011-08-09 Thread Helmut Dobretzberger
>"RF" == robby.find...@gmail.com writes: RF> Please let me know if you run into any trouble and, even better, if you don't run into any trouble. :) Works fine for me, an enabled program contour is no problem anymore :-) _ For list-related