[Webware-discuss] Location / and WebKit.

2004-09-16 Thread Jonathan Daugherty
g to fix the url in a redirection effort. Thoughts? Thanks! -- Jonathan Daugherty http://www.cprogrammer.org --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judg

Re: [Webware-discuss] middleKit sql queries

2002-07-30 Thread jonathan
be ongoing, and would need to store all this data in the database anyway. jonathan - Original Message - From: "Edmund Lian" <[EMAIL PROTECTED]> To: "jonathan" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 12:12 AM Subjec

[Webware-discuss] middleKit sql queries

2002-07-30 Thread jonathan
hat didn't help at all. I also thought it might be a problem with the number of connections that it was creating and discarding. Thanks for your help. Jonathan --- This sf.net email is sponsored by: Dice - The leading online job boa

[Webware-discuss] PSP indentation suggestion

2001-06-24 Thread Jonathan Perez
I just can't stand using braces for block delimiting, can't we have something like the code below work in PSP? <% for i in range(5): $%> <%= i %> <% [tab]z=i*i [tab]res.write(z) $%> <% [tab]res.write(i*i*i) $%> <% end %> __