[Webware-discuss] New documentation: Application Development

2002-12-24 Thread Ian Bicking
I added some documentation today that gives some advice on application development with Webware, mostly MakeAppWorkDir with a little on CVS. I'd be interested on feedback -- I'd like this to become the basis for some conventions on distributing and handling Webware applications. If there's ot

Re: [Webware-discuss] case sensitive URL?

2002-12-24 Thread Mark Rowe
ve. I guess BSD variants aren't necessarily case sensitive? File name completion is usually case-insensitive, so that typing: cd web will correctly expand to cd WebKit but if you type "cd webkit", you should get "No such file or directory". What's the default shell for OS X? The default

Re: [Webware-discuss] Algorithm to handle big data selections

2002-12-24 Thread Frank Barknecht
Hi, Michael Engelhart hat gesagt: // Michael Engelhart wrote: > I use PostgreSQL and you can do something like: > > SELECT * FROM my_table LIMIT 25 OFFSET 25 > > which would return 25 rows starting with the 25th row in the result set. > > mySQL has something similar I believe which is something