Re: [vox-tech] VPN daemon recommendations

2004-09-10 Thread Ted Deppner
On Wed, Sep 08, 2004 at 09:47:19PM -0700, David Siedband wrote: I'm interested in setting up a VPN server and I'm looking for recommendations for which daemon to use. The two potential host machines are on static IPs and running Debian (woody) and OpenBSD. I'm considering KAME snap and

[vox-tech] mysql 4 questions

2004-09-10 Thread Dylan Beaudette
Hi everyone, I am working with a rather large mysql database, and having some rather disapointing results in terms of query times some background: Machine info: Pentium 4 CPU 2.66GHz 512Mb RAM database on SCSI RAID DB info: For now all of the slow queries are operating on a single, static

Re: [vox-tech] mysql 4 questions

2004-09-10 Thread Rod Roark
On Friday 10 September 2004 02:36 pm, Dylan Beaudette wrote: ... EXPLAIN SELECT [a bunch of columns] FROM UDC WHERE UDC.year IN ('2000') AND county_cd IN ('28') AND UDC.chem_code IN ('198'); See what happens if you use '=' instead of 'IN' (and remove the parentheses). -- Rod

[vox-tech] [OT] JavaScript / HTML Help: Popup windows and forms

2004-09-10 Thread Richard Crawford
I've seen this done, so I know it's possible. What I'd like to be able to do is the following: Have a main browser window, say index.php. On this page is a list of names or other information plus a link that reads Add your name. Clicking on the link opens up a popup window with a form for