RE: [wdvltalk] ASP Dynamic classes

2004-11-28 Thread Paul Larue
You could use an array to hold all the region classes or ASP's Dictionary
object but I fear that somewhere I read that the dictionary object cannot be
stored in a session. Probably the array will be better for you...

In my personal experience, I've found writing  ASP classes in JS much better
than VBS. Try considering JS as a substitute to VBS, it may be worth the
switch...


Paul

| -Original Message-
| From: Clancy Jones [mailto:[EMAIL PROTECTED] 
| Sent: 29 November 2004 08:34
| To: [EMAIL PROTECTED]
| Subject: RE: [wdvltalk] ASP Dynamic classes
| 
| PS: The classes will sometimes be populated from a database 
| (for display) and sometimes from a form (for adding to the database).
| Clancy
| 
| From: Clancy Jones [EMAIL PROTECTED]
| Reply-To: [EMAIL PROTECTED]
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] ASP Dynamic classes
| Date: Mon, 29 Nov 2004 15:28:18 +1300
| 
| Hi all
| 
| Working in classic ASP: I have a parent class clsCountry 
| and I want 
| to have a sub-class clsRegions which will be a property of 
| clsCountry.
| Probably then a further sub-class clsRegionDetails which 
| would be a 
| property of clsRegions.
| 
| In some instances a country will only have one region and in other 
| instances there may be up to 10.  What's the most logical way to 
| organise this?
| 
| I would imagine it working like this:
| 
| response.write clsCountry.regions.region1.regionDetails.name
| response.write clsCountry.regions.region1.regionDetails.description
| if clsCountry.regions.region2.regionDetails.name then
|   response.write clsCountry.regions.region2.regionDetails.name
|   response.write clsCountry.regions.region2.regionDetails.description
| end if
| if clsCountry.regions.region3.regionDetails.name then
|   response.write clsCountry.regions.region3.regionDetails.name
|   response.write clsCountry.regions.region3.regionDetails.description
| end if
| 
| etc, etc...
| 
| OR.. Should clsRegions have a property that holds the number 
| of Regions 
| for the current country?
| eg.
| for i = 1 to clsCountry.Regions.totalRegions
|   lvstrRegion = clsCountry.regions.regioni
|   response.write eval(lvstrRegion.regionDetails.name)
|   response.write eval(lvstrRegion.regionDetails.description)
| next
| 
| I'd be interested to hear how others would approach this.  When 
| creating clsRegions, would you hard code in a number of region 
| properties that is expected to be greater than requirements?  Or is 
| there a smarter way to do it dynamically?
| 
| Thoughts much appreciated,
| 
| Clancy
| 
| _
| Surf the net and talk on the phone with Xtra JetStream @ 
| http://xtra.co.nz/jetstream
| 
| 
|  . The WDVL Discussion List from WDVL.COM .  To Join 
| wdvltalk, 
| Send An Email To:
| mailto:[EMAIL PROTECTED] or use the web 
| interface http://e-newsletters.internet.com/discussionlists.html/
|Send Your Posts To: [EMAIL PROTECTED] To change 
| subscription settings or add a password:
| http://intm-dl.sparklist.com/read/?forum=wdvltalk
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To 
| unsubscribe send a blank email to 
| [EMAIL PROTECTED]
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| _
| Listen to music online with the Xtra Broadband Channel 
| http://xtra.co.nz/broadband
| 
| 
|  . The WDVL Discussion List from WDVL.COM .  To Join 
| wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] or use the 
| web interface http://e-newsletters.internet.com/discussionlists.html/
|Send Your Posts To: [EMAIL PROTECTED] To change 
| subscription settings or add a password:
| http://intm-dl.sparklist.com/read/?forum=wdvltalk
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| [EMAIL PROTECTED]
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| 




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings or add a password:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

To 

RE: [wdvltalk] clipbd.exe?

2004-11-21 Thread Paul Larue
The clipboard can anyway be found with clipbrd.exe :)

Start\Run\clipbrd will do it...

Paul 

| -Original Message-
| From: William Stewart [mailto:[EMAIL PROTECTED] 
| Sent: 19 November 2004 21:53
| To: [EMAIL PROTECTED]
| Subject: RE: [wdvltalk] clipbd.exe?
| 
| Hi Shileng,
| 
| Are you wanting to capture an image of the screen?  If so, 
| look no further than your keyboard.  There should be a button 
| beside the F12 key that says Prt Scr (it says that on mine, 
| at least).  Press it, then go to your image editing program and paste.
| 
| HTH,
| Will
| 
| Professional Graphics Artist
| Certified Web Designer (BCIP)
| 
| Stewart and Company
| --
| www.stewartandcompany.net
| [EMAIL PROTECTED]
| --
| W: 304.550.2687
| 
| Rt. 1 Box 364
| Buffalo, WV
| 25033
| 
| 
| -Original Message-
| From: Shileng [mailto:[EMAIL PROTECTED]
| Sent: Friday, November 19, 2004 12:33 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] clipbd.exe?
| 
|   Hello all:
| 
|   Years ago when the Windows was in win95/98 age, I often 
| used one program named something like clipbd.exe(means Clip 
| Board anyway)right in the window.It can be used to save the screen.  
| 
|   Now the windows has upgraded to winXP. Where is the similar 
| program in the winXP?
| 
| Shileng
| 
| 
|   The WDVL Discussion List from WDVL.COM   To Join 
| wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] or use the 
| web interface http://e-newsletters.internet.com/discussionlists.html/
|Send Your Posts To: [EMAIL PROTECTED] To change 
| subscription settings or add a password:
| http://intm-dl.sparklist.com/read/?forum=wdvltalk
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| [EMAIL PROTECTED]
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| 




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings or add a password:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



RE: [wdvltalk] Blood Pressure, Cholesterol, Heartburn Pills, No Doctors!

2004-10-29 Thread Paul Larue
They probably found out that developers were a bunch of geeks that may be
needed all that stuff :)

Paul 

| -Original Message-
| From: Gerrie Warner [mailto:[EMAIL PROTECTED] 
| Sent: 29 October 2004 11:09
| To: [EMAIL PROTECTED]
| Subject: Re: [wdvltalk] Blood Pressure, Cholesterol,  
| Heartburn Pills, No Doctors!
| 
| and how did THIS get on the list?  
| 
| :-(
| 
|  
|  VALIUM - $2 a pill! (Anti-Depressant)
|  SOMA - $3 a pill! (Pain Relief)
|  XANAX - $1.70 a pill! (Anti-Depressant) LIPITOR - $3.50 a pill! 
|  (Cholesterol Control) ZYBAN - $3 a pill! (Stop Smoking)
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email.
| To change subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
| To unsubscribe send a blank email to 
| [EMAIL PROTECTED]
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



RE: [wdvltalk] Blood Pressure, Cholesterol, Heartburn Pills, No Doctors!

2004-10-29 Thread Paul Larue
Yeah, I understand your point. That sucks!

Didn't want to make things look ok, sorry for that...

Cheers

Paul 

| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
| Sent: 29 October 2004 17:37
| To: [EMAIL PROTECTED]
| Subject: Re: [wdvltalk] Blood Pressure, Cholesterol,  
| Heartburn Pills, No Doctors!
| 
| Not the point. Unless I misunderstand how the list is 
| supposed to work, you cannot post to the list unless you're a 
| member of the list. Therefore, whoever posted this spam is 
| one of us. Not a happy thought...
| 
| Cheers,
| Scott
| 
| - Original Message -
| From: Paul Larue [EMAIL PROTECTED]
| To: [EMAIL PROTECTED]
| Sent: Friday, October 29, 2004 9:16 AM
| Subject: RE: [wdvltalk] Blood Pressure, Cholesterol,  
| Heartburn Pills, No Doctors!
| 
| 
|  They probably found out that developers were a bunch of 
| geeks that may 
|  be needed all that stuff :)
| 
|  Paul
| 
|  | -Original Message-
|  | From: Gerrie Warner [mailto:[EMAIL PROTECTED]
|  | Sent: 29 October 2004 11:09
|  | To: [EMAIL PROTECTED]
|  | Subject: Re: [wdvltalk] Blood Pressure, Cholesterol,  Heartburn 
|  | Pills, No Doctors!
|  |
|  | and how did THIS get on the list?
|  |
|  | :-(
|  |
|  | 
|  |  VALIUM - $2 a pill! (Anti-Depressant) SOMA - $3 a pill! (Pain 
|  |  Relief) XANAX - $1.70 a pill! (Anti-Depressant) LIPITOR 
| - $3.50 a 
|  |  pill!
|  |  (Cholesterol Control) ZYBAN - $3 a pill! (Stop Smoking)
|  |
|  |
|  |  . The WDVL Discussion List from WDVL.COM .  To Join 
|  | wdvltalk, Send An Email To:
|  | mailto:[EMAIL PROTECTED]
|  |Send Your Posts To: [EMAIL PROTECTED] To set 
| a personal 
|  | password send an email to [EMAIL PROTECTED] with the 
| words: set 
|  | WDVLTALK pw=yourpassword in the body of the email.
|  | To change subscription settings to the wdvltalk digest version:
|  | http://wdvl.internet.com/WDVL/Forum/#sub
|  |
|  |   http://www.wdvl.com  ___
|  |
|  | You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To 
|  | unsubscribe send a blank email to 
|  | [EMAIL PROTECTED]
|  |
|  | To unsubscribe via postal mail, please contact us at:
|  | Jupitermedia Corp.
|  | Attn: Discussion List Management
|  | 475 Park Avenue South
|  | New York, NY 10016
|  |
|  | Please include the email address which you have been 
| contacted with.
|  |
|  |
| 
| 
| 
|   . The WDVL Discussion List from WDVL.COM .  To 
| Join wdvltalk, 
|  Send An Email To: mailto:[EMAIL PROTECTED]
|Send Your Posts To: [EMAIL PROTECTED] To set a personal 
|  password send an email to [EMAIL PROTECTED] with the
|  words: set WDVLTALK pw=yourpassword in the body of the email.
|  To change subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|    http://www.wdvl.com  ___
| 
|  You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To 
|  unsubscribe send a blank email to 
|  [EMAIL PROTECTED]
| 
|  To unsubscribe via postal mail, please contact us at:
|  Jupitermedia Corp.
|  Attn: Discussion List Management
|  475 Park Avenue South
|  New York, NY 10016
| 
|  Please include the email address which you have been contacted with.
| 
|  
| 
| 
|  . The WDVL Discussion List from WDVL.COM .  To Join 
| wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
|Send Your Posts To: [EMAIL PROTECTED] To set a 
| personal password send an email to [EMAIL PROTECTED] with 
| the words: set WDVLTALK pw=yourpassword in the body of the email.
| To change subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| [EMAIL PROTECTED]
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| 




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Re: Linux Mail Server Recommendations

2004-10-22 Thread Paul Larue
Thanks,
I'll follow those links and let the list know if I run into any problems I
can't solve.

Thanks

Paul 

| -Original Message-
| From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] 
| Sent: 18 October 2004 15:13
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: Linux Mail Server Recommendations
| 
| Hi Paul,
| I think courier-mta (the whole package) got most features 
| that you might need without any need for patchig or tweaking 
| (ssl, tls, cram-md5, mysql, virtual users/domains etc) and 
| the installation manual is pretty comprehensive.
| 
| If you are looking into qmail then I have followed the life 
| with qmail (http://www.lifewithqmail.org). Even if you follow 
| something else, you should read this. 
| http://www.qmail.org/netqmail/ is also something you might 
| want to take a look at.
| 
| HTH
| R'twick
| On Mon, 2004-10-18 at 09:05 +0400, Paul Larue wrote:
|  R'twick,
|  Thanks for the precious info. Could you point me to some tutorial 
|  where I could have a setp-by-step manual of how to install those 
|  products? The fact is that some software need to be jailed in some 
|  chroot, others need to be patched and others need some 
| special tweaking to work with a database.
|  That's the case of postfix to run with MySQL
|  
| 
|  The problem is that most of the time, the manuals do not 
| say what to 
|  do in terms of troubleshooting. They just say you should have 
|  this_n_that as output but don't say what you should check 
| if not!  :)
|  
|  Anyway, thanks for the tips. I'm happy to see that you 
| mentioned most 
|  of the software I selected like clamav, squirrelmail etc..
|  
|  Paul
|  
|  
|   
|  
|  | -Original Message-
|  | From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]
|  | Sent: 15 October 2004 18:34
|  | To: [EMAIL PROTECTED]
|  | Subject: [wdvltalk] Re: Linux Mail Server Recommendations
|  | 
|  | Hi Paul,
|  | I never used Postfix so can't help you with that one.
|  | If you want to give your users ability to access their mail form 
|  | multiple machines (like form home as well as office) IMAP 
| is the way 
|  | to go. Courier-IMAP is the one I use and I think it does 
| a good job. 
|  | For webmail squirellmail or Horde/IMP are pretty good.
|  | I'm currently using Qmail + Courier-imap + Horde as my 
| email server 
|  | with support for smtp auth and pop before smtp patch for 
| qmail. For 
|  | antivirus and spamfiltering, I'm using Clam-av, f-prot and 
|  | spamassassin through qmail-scanner package. Also, I'm 
| using tmda for 
|  | challenge/response spam filtering. This setup is working 
| quite fine. 
|  | However I'm thinking of switching to the full courier email server
|  | (smtp/pop/imap) and squirellmail. Courier email server is very 
|  | advanced, fast and secured (with builtin support for SSL/TLS etc).
|  | 
|  | I found both qmail and courier smtp/pop/imap servers easy 
| to setup 
|  | (though never tried postfix so can't comment on it).
|  | One reason I'm still using qmail is its very matured and proven. 
|  | But, you will need to do a lot of patching to get every 
| feature you 
|  | need.
|  | For courier, I found the installation manual at the 
| author's site is 
|  | enough. it also has a web based configuration feature 
| which always 
|  | worked for me.
|  | 
|  | HTH
|  | R'twick
|  | Quoting Paul Larue [EMAIL PROTECTED]:
|  | 
|  |  Hi list.
|  |  I'm in the process of setting up a linux mail server for
|  | our office. 
|  |  It will be used as our public mail server and should 
| provide POP, 
|  |  SMTP, Antivirus, Spam and webmail and eventually LDAP. POP and 
|  |  SMTP should be secured by SSL so will webmail. I dunno 
| if LDAP can 
|  |  be SSL'ed but if it can, then it'll have to go through 
| the SSL too 
|  |  :)
|  | 
|  |  I made a trial install some weeks ago with the following:
|  |  PostFix/Qpopper and the POP-Before-Smtp package
|  | 
|  |  Being a linux complete newbie, it worked to some extent (I was 
|  |  quite
|  |  surprised!!) but postfix refused obtinately to relay mails from 
|  |  authenticated users to other domains.
|  | 
|  |  I formatted the whole box and started again (I'm using debian 
|  |  woody 3). I found a tutorial for installing:
|  |  Postfix/courier-maildrop/courier-imap/cyrus
|  | sasl/openssl/clamav etc... 
|  |  Works to some extent but postfix refuses to start! Doesn't
|  | even give
|  |  any error in /var/log/mail.log only states it started...
|  | 
|  |  Anyway, I'm ready to format the whole thing again and 
| to do a REAL 
|  |  CLEAN install. And for that I'll need your help!
|  | 
|  |  I have read on IMAP and found that it has some interesting 
|  |  features mostly for people who move a lot and tend to 
| check their 
|  |  email from different sources and not always on their laptops... 
|  |  IMAP is also a step forward groupware.
|  | 
|  |  I'm facing the following dilemas:
|  |  1)  Should I use IMAP instead of POP?
|  |  2)  What are the best products

[wdvltalk] RE: ActiveX Controls

2004-10-22 Thread Paul Larue
Been some time I didn't work with activex but I think you'll have to go
through accessor methods. You won't be able to access the controls in the
activex directly. I may be wrong but I think I remember having a similar
problem.


Paul 

| -Original Message-
| From: Hoenig, Robert [mailto:[EMAIL PROTECTED] 
| Sent: 20 October 2004 18:56
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] ActiveX Controls
| 
| I'm trying to pass some data to an activeX control from a 
| webpage.  I'm using vbscript but can use javascript if 
| necessary.  I've got the control working on the server but I 
| want it to get info from a webpage.  I do have the control on 
| the page but keep getting the following error:
| 
| Object doesn't support this property or method 
| 'form1.myactivex.userid'
| 
| The page can see my activex (using VS intellisence it gives 
| me some options) but it can see the controls inside my activex
| 
| Anybody have a fairly simple example as to how to do this?   
| 
| Thank you
| Robert
| 
| __
| This email has been scanned by the MessageLabs Email Security System.
| For more information please visit 
| http://www.messagelabs.com/email 
| __
| 
|  . The WDVL Discussion List from WDVL.COM .  To Join 
| wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
|Send Your Posts To: [EMAIL PROTECTED] To set a 
| personal password send an email to [EMAIL PROTECTED] with 
| the words: set WDVLTALK pw=yourpassword in the body of the email.
| To change subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: Linux Mail Server Recommendations

2004-10-17 Thread Paul Larue
Thanks, that looks interesting but I was looking for a _free_ software, not
one I'd be paying for. Otherwise, I would have chosen win2003 + exchange!

Thanks anyway

Paul 

| -Original Message-
| From: ComputerPerceptions.net 
| [mailto:[EMAIL PROTECTED] 
| Sent: 15 October 2004 18:05
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: Linux Mail Server Recommendations
| 
| 
| http://netwinsite.com/surgemail/ggle.htm?from=ggl_sm14
| 
| Thank you for your time,
| 
| Erik Carlson
| Systems/Analyst - Programmer/Analyst
| 
| http://ComputerPerceptions.net
| 
| (405) 840-2355 Voice
| (405) 858-0249 Fax
| (405) 245-4087 Cell
| 
| 
| 
| -Original Message-
| From: Paul Larue [mailto:[EMAIL PROTECTED]
| Sent: Friday, October 15, 2004 4:23 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Linux Mail Server Recommendations
| Importance: High
| 
| 
| Hi list.
| I'm in the process of setting up a linux mail server for our 
| office. It will be used as our public mail server and should 
| provide POP, SMTP, Antivirus, Spam and webmail and eventually 
| LDAP. POP and SMTP should be secured by SSL so will webmail. 
| I dunno if LDAP can be SSL'ed but if it can, then it'll have 
| to go through the SSL too :)
| 
| I made a trial install some weeks ago with the following:
| PostFix/Qpopper and the POP-Before-Smtp package
| 
| Being a linux complete newbie, it worked to some extent (I was quite
| surprised!!) but postfix refused obtinately to relay mails 
| from authenticated users to other domains.
| 
| I formatted the whole box and started again (I'm using debian 
| woody 3). I found a tutorial for installing:
| Postfix/courier-maildrop/courier-imap/cyrus 
| sasl/openssl/clamav etc... Works to some extent but postfix 
| refuses to start! Doesn't even give any error in 
| /var/log/mail.log only states it started...
| 
| Anyway, I'm ready to format the whole thing again and to do a 
| REAL CLEAN install. And for that I'll need your help!
| 
| I have read on IMAP and found that it has some interesting 
| features mostly for people who move a lot and tend to check 
| their email from different sources and not always on their 
| laptops... IMAP is also a step forward groupware.
| 
| I'm facing the following dilemas:
| 1)Should I use IMAP instead of POP?
| 2)What are the best products (free of course) for 
| SMTP/POP/WebMail (I
| was using squirrel mail)/LDAP/IMAP/AV/Spam etc...
| 
| I'd appreciate any recommendations and hints. If someone can 
| show me some nice tutorials (that work and that include 
| necessary do's and don'ts and troubleshooting, not like the 
| one I've read)
| 
| Thanks a lot for your help and keep in mmind that vi is a 
| complete new thing to me!!!
| 
| 
| Paul
| 
| 
| 
|   The WDVL Discussion List from WDVL.COM   To Join 
| wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
|Send Your Posts To: [EMAIL PROTECTED] To set a 
| personal password send an email to [EMAIL PROTECTED] with the
| words: set WDVLTALK pw=yourpassword in the body of the email.
| To change subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank 
| email to %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
|   The WDVL Discussion List from WDVL.COM   To Join 
| wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
|Send Your Posts To: [EMAIL PROTECTED] To set a 
| personal password send an email to [EMAIL PROTECTED] with 
| the words: set WDVLTALK pw=yourpassword in the body of the email.
| To change subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe

[wdvltalk] Re: Linux Mail Server Recommendations

2004-10-17 Thread Paul Larue
I think I'll follow
http://sylvestre.ledru.info/howto/howto_qmail_vpopmail.php

It looks like a complete setup like the one I want to have.

Any ideas or recommendations before I start with formatting the beast?

Paul

| -Original Message-
| From: Paul Larue [mailto:[EMAIL PROTECTED] 
| Sent: 18 October 2004 09:05
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: Linux Mail Server Recommendations
| 
| R'twick,
| Thanks for the precious info. Could you point me to some 
| tutorial where I could have a setp-by-step manual of how to 
| install those products? The fact is that some software need 
| to be jailed in some chroot, others need to be patched and 
| others need some special tweaking to work with a database.
| That's the case of postfix to run with MySQL
| 
| The problem is that most of the time, the manuals do not say 
| what to do in terms of troubleshooting. They just say you 
| should have this_n_that as output but don't say what you 
| should check if not!  :)
| 
| Anyway, thanks for the tips. I'm happy to see that you 
| mentioned most of the software I selected like clamav, 
| squirrelmail etc..
| 
| Paul
| 
| 
|  
| 
| | -Original Message-
| | From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]
| | Sent: 15 October 2004 18:34
| | To: [EMAIL PROTECTED]
| | Subject: [wdvltalk] Re: Linux Mail Server Recommendations
| | 
| | Hi Paul,
| | I never used Postfix so can't help you with that one.
| | If you want to give your users ability to access their mail form 
| | multiple machines (like form home as well as office) IMAP 
| is the way 
| | to go. Courier-IMAP is the one I use and I think it does a 
| good job. 
| | For webmail squirellmail or Horde/IMP are pretty good.
| | I'm currently using Qmail + Courier-imap + Horde as my email server 
| | with support for smtp auth and pop before smtp patch for qmail. For 
| | antivirus and spamfiltering, I'm using Clam-av, f-prot and 
| | spamassassin through qmail-scanner package. Also, I'm using 
| tmda for 
| | challenge/response spam filtering. This setup is working 
| quite fine. 
| | However I'm thinking of switching to the full courier email server
| | (smtp/pop/imap) and squirellmail. Courier email server is very 
| | advanced, fast and secured (with builtin support for SSL/TLS etc).
| | 
| | I found both qmail and courier smtp/pop/imap servers easy to setup 
| | (though never tried postfix so can't comment on it).
| | One reason I'm still using qmail is its very matured and 
| proven. But, 
| | you will need to do a lot of patching to get every feature you need.
| | For courier, I found the installation manual at the 
| author's site is 
| | enough. it also has a web based configuration feature which always 
| | worked for me.
| | 
| | HTH
| | R'twick
| | Quoting Paul Larue [EMAIL PROTECTED]:
| | 
| |  Hi list.
| |  I'm in the process of setting up a linux mail server for
| | our office. 
| |  It will be used as our public mail server and should provide POP, 
| |  SMTP, Antivirus, Spam and webmail and eventually LDAP. 
| POP and SMTP 
| |  should be secured by SSL so will webmail. I dunno if LDAP can be 
| |  SSL'ed but if it can, then it'll have to go through the SSL too :)
| | 
| |  I made a trial install some weeks ago with the following:
| |  PostFix/Qpopper and the POP-Before-Smtp package
| | 
| |  Being a linux complete newbie, it worked to some extent 
| (I was quite
| |  surprised!!) but postfix refused obtinately to relay mails from 
| |  authenticated users to other domains.
| | 
| |  I formatted the whole box and started again (I'm using 
| debian woody 
| |  3). I found a tutorial for installing:
| |  Postfix/courier-maildrop/courier-imap/cyrus
| | sasl/openssl/clamav etc... 
| |  Works to some extent but postfix refuses to start! Doesn't
| | even give
| |  any error in /var/log/mail.log only states it started...
| | 
| |  Anyway, I'm ready to format the whole thing again and to 
| do a REAL 
| |  CLEAN install. And for that I'll need your help!
| | 
| |  I have read on IMAP and found that it has some 
| interesting features 
| |  mostly for people who move a lot and tend to check their 
| email from 
| |  different sources and not always on their laptops... IMAP 
| is also a 
| |  step forward groupware.
| | 
| |  I'm facing the following dilemas:
| |  1)Should I use IMAP instead of POP?
| |  2)What are the best products (free of course) for 
| | SMTP/POP/WebMail (I
| |  was using squirrel mail)/LDAP/IMAP/AV/Spam etc...
| | 
| |  I'd appreciate any recommendations and hints. If someone
| | can show me
| |  some nice tutorials (that work and that include necessary 
| do's and 
| |  don'ts and troubleshooting, not like the one I've read)
| | 
| |  Thanks a lot for your help and keep in mmind that vi is a
| | complete new
| |  thing to me!!!
| | 
| | 
| |  Paul
| | 
| | 
| | 
| |   . The WDVL Discussion List from WDVL.COM .  To
| | Join wdvltalk,
| |  Send An Email To: mailto:[EMAIL PROTECTED

[wdvltalk] Linux Mail Server Recommendations

2004-10-15 Thread Paul Larue
Hi list.
I'm in the process of setting up a linux mail server for our office. It will
be used as our public mail server and should provide POP, SMTP, Antivirus,
Spam and webmail and eventually LDAP. POP and SMTP should be secured by SSL
so will webmail. I dunno if LDAP can be SSL'ed but if it can, then it'll
have to go through the SSL too :)

I made a trial install some weeks ago with the following:
PostFix/Qpopper and the POP-Before-Smtp package

Being a linux complete newbie, it worked to some extent (I was quite
surprised!!) but postfix refused obtinately to relay mails from
authenticated users to other domains.

I formatted the whole box and started again (I'm using debian woody 3). I
found a tutorial for installing:
Postfix/courier-maildrop/courier-imap/cyrus sasl/openssl/clamav etc... Works
to some extent but postfix refuses to start! Doesn't even give any error in
/var/log/mail.log only states it started...

Anyway, I'm ready to format the whole thing again and to do a REAL CLEAN
install. And for that I'll need your help!

I have read on IMAP and found that it has some interesting features mostly
for people who move a lot and tend to check their email from different
sources and not always on their laptops... IMAP is also a step forward
groupware.

I'm facing the following dilemas:
1)  Should I use IMAP instead of POP?
2)  What are the best products (free of course) for SMTP/POP/WebMail (I
was using squirrel mail)/LDAP/IMAP/AV/Spam etc...

I'd appreciate any recommendations and hints. If someone can show me some
nice tutorials (that work and that include necessary do's and don'ts and
troubleshooting, not like the one I've read)

Thanks a lot for your help and keep in mmind that vi is a complete new thing
to me!!!


Paul



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: Current date javascript

2004-06-17 Thread Paul Larue
It would anyway be recommended to show date in an element. Create a DIV
and then use

document.getElementById(ElementName).innerText =  lmonth;
   --- instead of ---
document.write(div align='left' + lmonth +  );

Paul

| -Original Message-
| From: Linden, Todd [mailto:[EMAIL PROTECTED] 
| Sent: Friday, June 18, 2004 12:46 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: Current date javascript
| 
| 
| JavaScript is choking on the double quotes. It assumes the 
| end of the string when it sees second set of double quotes.
| 
| This line:
| 
| document.write(div align=left + lmonth +  );
| 
| Should read:
| 
| document.write(div align='left' + lmonth +  );
| 
| 
| 
| HTH 
| 
|  - Todd
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: [OT] Visual Basic - Missing System Files

2004-06-07 Thread Paul Larue
Normally, the form that generates the will create an error log file
named formName.log that contains the exact error encountered. There you
should find the missing ocx/dll/whatever file

Paul

| -Original Message-
| From: wwwpages [mailto:[EMAIL PROTECTED] 
| Sent: Sunday, June 06, 2004 7:40 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] [OT] Visual Basic - Missing System Files
| 
| 
| Hi guys,
| 
| Sorry that this is a little off topic, but I am in need some 
| urgent assistance.
| 
| I have a VB application that I need to edit but I seem to be 
| missing two required files on my PC - COMWin1.0 Type 
| Library and FileServiceLib. How can I figure out what the 
| file names of these files are called?  My Google search 
| didn't discover much.  I know I can get hold of them from 
| another PC, I just need to know what the file names are!
| 
| If anyone can help me with this it would be much appreciated!
| 
| Thanks in advance!
| 
| HC
| 
| 
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Object and embed problems

2004-06-04 Thread Paul Larue
Hi List,
A friend of mine works on MAC and needs to create pages that are XHTML
compliant. I told him to use the w3c.org xhtml validator to make sure
that his pages are ok.

He has the following code

object 
classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 

codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflas
h.cab#version=6,0,29,0 
width=191 
height=118 hspace=0 vspace=0
align=top

param name=movie value=logo.swf /
param name=quality value=high /param name=BGCOLOR
value=#FF /
  
embed src=Flash/logo.swf
width=191 
height=118 hspace=0 vspace=0
align=
quality=high
name=logo
type=application/x-shockwave-flash
pluginspage=http://www.macromedia.com/go/getflashplayer;
bgcolor=#FF
/embed

/object

When run through the validator, it says error at line 35 (which is line
at which object tag starts). It says that src is not a valid attribute.

If I comment the object element, everything works fine. It validates and
the flash shows on my IE6/XP. It still validates on his side
(fortunatelty :) but the flash doesn't render on his IE5.5/MacOSX

Any hints, I'm looking on the microsoft web site to see if there's any
limitation of IE5.5 for MacOSX on that issue.

Thanks

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: Tricky mail...

2004-05-25 Thread Paul Larue
I understand your point of view, but I'm thinking of something more
challenging. If I assume that he didn't enter his email address, he's
pretty conversant with those technollogies (the first guy to install
wifi networks in mauritius back in 2000) and he'd know if they had his
email or if he gave it somewhere.

I believe this is something more tricky than simply sending an auto
generated email. Any other views?

Paul

| -Original Message-
| From: Cheryl D. Wise [mailto:[EMAIL PROTECTED] 
| Sent: Monday, May 24, 2004 10:40 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: Tricky mail...
| 
| 
| I'm willing to bet he did in fact give his email address 
| somewhere. I have stayed in a lot of hotels and used both 
| free (aka included in the room rate) and pay for use (hourly 
| or daily rate) broadband internet. Every single time I've had 
| to register the first time I signed in. Wait, I take that 
| back, at one Quality Inn where they had free wireless I did 
| not have to register but then again I received no 
| confirmation either. Their free wireless was provided 
| courtesy of an unsecured wireless access point. (It was 
| intentional, they advertised the service but didn't want to 
| pay the additional charges for a managed gateway. Clearly it 
| was a do it yourself job by the franchisee, and not on the 
| same connection as the hotel's intranet/internet gateway.)
| 
| When staying at most hotels that offered broadband, 
| registration was either with a room number (registered with 
| my frequent guest number which includes-my email address), 
| using an account with t-mobile or Wayport,  or paying 
| separately by credit card. So at some point he has provided 
| an email address, either when he first associated with the 
| hotel access, when he used a frequent guest account, when he 
| made a hotel reservation that sent email confirmation or 
| someplace his email address got into the system. 
| 
| 
| Cheryl D. Wise
| Certified Professional Web Developer
| MS-MVP-FrontPage
| www.wiserways.com
| mailto: [EMAIL PROTECTED]
| 713.353.0139 Office
| 
| -Original Message-
| From: Paul Larue .
| 
| I thought of that too but he didn't register to anything!!! 
| That's the tricky thing. There's no way they could have known 
| his emails address. Hi didn't give it at all... (At least 
| that's what he says :).
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: Tricky mail...

2004-05-25 Thread Paul Larue
I believe you're right. I'm thinking of another option from an equipment
I've seen recently. Basically it can listen on specified ports on all
subnets simultaneously and act as the desired server for common
protocols like smtp/pop. Basically you put it on your lan and if your
pop server is 192.168.234.56 it listens on that IP on port 110 and
replies as being YOUR pop server. You send your email as auth and it
grabs it...

But I believe I'm going too far away from the logic. Those equipments
are not used for those kind of setups anyway... :)

Thanks for everything...

Paul

| -Original Message-
| From: Cheryl D. Wise [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, May 25, 2004 4:18 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: Tricky mail...
| 
| 
| I have never head of anyone being able to grab an email 
| address simply by someone surfing the web or associating with 
| a wireless access point. Doesn't seem like anyone else on 
| this list has either since  you have not received a single 
| post on how to grab an email address from someone's 
| computer simply by being connected.
| 
| 
| Cheryl D. Wise
| Certified Professional Web Developer
| MS-MVP-FrontPage
| www.wiserways.com
| mailto: [EMAIL PROTECTED]
| 713.353.0139 Office
| 
| -Original Message-
| From: Paul Larue 
| 
| I understand your point of view, but I'm thinking of 
| something more challenging. If I assume that he didn't enter 
| his email address, he's pretty conversant with those 
| technollogies (the first guy to install wifi networks in 
| mauritius back in 2000) and he'd know if they had his email 
| or if he gave it somewhere.
| 
| I believe this is something more tricky than simply sending 
| an auto generated email. Any other views?
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Apache Guru

2004-05-25 Thread Paul Larue
Hi all,
First fo all: I'm TOTALLY new to apache (yep, those people still
exist!). 

Here's what I'm doing... I have people uploading files on a linux box.
Each one has his user name and password and is uploading in his
/home/user_name/dir1/ dir.

I need to have a web page where bu username/password they'll be able to
view their files... I can't send them to http://ip/home/user_name/dir1/
so I'd like to create virtual dirs for each of them and have them use
it... Let's say

http://ip/user1 will show files found in /home/user1/dir1/

Anyone can help me on doing that. I downloaded the documentation and it
looks quite heavy. But I believe this is because I'm a newbie :)

Thanks for the help

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Re: Apache Guru

2004-05-25 Thread Paul Larue
I don't want to give them access to their dirs directly, I just want to
be able to load images or files from that dir. I think that mod_alias
has my answer...

Any ideas?

Paul

| -Original Message-
| From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, May 25, 2004 4:25 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: Apache Guru
| 
| 
| Sorry,
| it was mod_userdir not mod_usrdir. and here's the link to 
| document http://httpd.apache.org/docs-2.0/mod/mod_userdir.html
| 
| R'twick
| 
| Quoting R'twick Niceorgaw [EMAIL PROTECTED]:
| 
|  Hi Paul,
|  I think if you have mod_usrdir installed (this is part of apache
|  distribution)
|  then you can setup apache so that http://ip/~user will point to the 
|  homedir of user (note the ~ before user). I don't have access to my 
|  box right now to give
|  the exact syntax but mod_usrdir docs at apache.org can tell 
| you exactly how
|  to
|  set this up. Its pretty easy. probably couple of lines of code. This
|  assuming
|  you have access to the server to change httpd.conf file.
|  
|  If the files are in a subdir under the home dir then you 
| can browse it 
|  by http://ip/~usr/dir. If you want http://ip/usr to go to 
|  http://ip/~usr/dir then mod_rewrite can help you there.
|  
|  --
|  This is a signature
|  
|  
|  This message was sent using IMP, the Internet Messaging Program.
|  
|   . The WDVL Discussion List from WDVL.COM . 
|  To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
| Send Your Posts To: [EMAIL PROTECTED]
|  To set a personal password send an email to 
| [EMAIL PROTECTED] with 
|  the
|  words: set WDVLTALK pw=yourpassword in the body of the email.
|  To change subscription settings to the wdvltalk digest version:
|  http://wdvl.internet.com/WDVL/Forum/#sub
|  
|    http://www.wdvl.com  ___
|  
|  You are currently subscribed to wdvltalk as: 
|  [EMAIL PROTECTED] To unsubscribe send a blank email to 
|  %%email.unsub%%
|  
|  To unsubscribe via postal mail, please contact us at: Jupitermedia 
|  Corp.
|  Attn: Discussion List Management
|  475 Park Avenue South
|  New York, NY 10016
|  
|  Please include the email address which you have been contacted with.
|  
|  
| 
| 
| -- 
| This is a signature
| 
| 
| This message was sent using IMP, the Internet Messaging Program.
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Re: Apache Guru

2004-05-25 Thread Paul Larue
As I said, people are uploading images to their folder. And I got a web
interface that give them access to those files.

After some thoughts, mod_alias is not a good option since I'll have to
create an alias for each user. A dynamic stuff would be better, I think
I heard about mod_rewrite that does something like that. You think this
could help?

Paul

| -Original Message-
| From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, May 25, 2004 4:54 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: Apache Guru
| 
| 
| Quoting Paul Larue [EMAIL PROTECTED]:
| 
|  I don't want to give them access to their dirs directly, I 
| just want 
|  to be able to load images or files from that dir. I think that 
|  mod_alias has my answer...
|  
|  Any ideas?
|  
|  Paul
| 
| you can use either one.. end result will be just same. In 
| either method you are not giving users any direct access to 
| their home dir.
| 
| usedir is convenient for physical users on the system where 
| as alias can be used to map any arbitrary name to a path on 
| the server.
| 
| R'twick
| 
| -- 
| This is a signature
| 
| 
| This message was sent using IMP, the Internet Messaging Program.
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: Tricky mail...

2004-05-24 Thread Paul Larue
I thought of that too but he didn't register to anything!!! That's the
tricky thing. There's no way they could have known his emails address.
Hi didn't give it at all... (At least that's what he says :).

Paul

| -Original Message-
| From: Cheryl D. Wise [mailto:[EMAIL PROTECTED] 
| Sent: Monday, May 24, 2004 5:14 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: Tricky mail...
| 
| 
| If it is like the systems I've seen, you fire up your browser 
| then before you can access the system you have to either 
| register or login. (For billing
| purposes.) Once you have done that then it looks for the 
| presence of a cookie to get your userid/password on future 
| visits so you don't have to type them in. When your paid for 
| time expires you have to re-register.
| 
| They don't grab it from his email client or transmission stream.
| 
| Cheryl D. Wise
| Certified Professional Web Developer
| MS-MVP-FrontPage
| www.wiserways.com
| mailto: [EMAIL PROTECTED]
| 713.353.0139 Office
| 
| -Original Message-
| From: Paul Larue 
| 
| Hi list,
| I need to setup a wifi hotspot and my boss is requesting a 
| feature that he recently found in a hotel. Basically, he 
| plugs in his card, associates to the WLAN and then... he gets 
| an acknowledgement email !!! How did they do that?
| 
| I guess he tried checking his mail and they have some app 
| listening on ports 110/25. They grab his email address and 
| then what? What do they do? What next?
| 
| Indeed this is a nice feature but I have no real clue on 
| setting up that stuff? Any tips/hints?
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Re: [JS] Weird img preloader...

2004-04-28 Thread Paul Larue
| -Original Message-
| From: rudy [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, April 27, 2004 6:45 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: [JS] Weird img preloader...
| 
| 
|  Any help is GREATLY appreciated...
| 
| do me a favour, please, give the url again and please restate 
| the problem

Ok, The url is http://www.sublimevisions.net

The site is in french and english. The first page preloads virtually
every base image that's found in the site (both EN and FR versions) so
that when you get in the site everything loads pretty quickly... The
thing is that this really happens ... Coll you'd say but... Here come's
the problem... When you change languages (from the combo far right) the
browser reloads each and any images once again. This behaviour is quite
weird since it should not; every image needed being already in cache...

Any help or hints?

Paul

| 
|  P.S BTW - You once explained how to assign hits percentages on 
|  select queries results. (You know, the kind of: this result 
| has a 67% 
|  score, that one a 36% score of relevancy etc...) I've used them 
|  recently and they work a charm!!! Thanks - a bit late - but 
| thanks...
| 
| ta very much!!
| 
| 
| 
| rudy
| http://r937.com/
| new course: SQL for Database-Driven Web Sites
|http://eclecticacademy.com/newclasses.htm#SQLdatabasesites
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] [OT] Looking for Multiple CD Burner

2004-04-28 Thread Paul Larue
Hi,
A friend of mine is looking for a device capable of burning 'bout 10
cd's simultaneously. Anybody got experience with such devices and could
give me a hint on make/model that's most appropriate price-wise and
quality-wise?

Thanks

Paul

paul @ edsnetworks.net


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Re: [JS] Weird img preloader...

2004-04-22 Thread Paul Larue
That's what I was trying to explain the customer but he wants the real
site to load completely and all at once. So that's why I need such a big
preload...

Any ideas why its not working?

Paul

| -Original Message-
| From: rudy [mailto:[EMAIL PROTECTED] 
| Sent: 13 April 2004 06:46
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: [JS] Weird img preloader...
| 
| 
|  This page (http://www.sublimevisions.net) is preloading
|  virtually any image that's gonna be displayed in the site.
| 
| i think you should re-think this idea
| 
| when i went there, i immediately saw the three buttons 
| (quicktime, butterfly, java)
| 
| i.e. the page rendered in about 1 to 2 seconds
| 
| but then NOTHING ELSE HAPPENED for about 30 seconds
| 
| (presumably while it was preloading)
| 
| and FINALLY the Entrer button showed up
| 
| you are going to lose a LOT of people who will not wait on 
| the chance that it is more than a one-page site as it seems
| 
| if you do not LET THEM IN right away, a LOT of people will GO AWAY
| 
| 
| rudy
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: IE 5.5 and 6.0 compatibility

2004-04-13 Thread Paul Larue
I got no better approach but I suggest using fixed sized fonts. I'm sure
a CSS guru will kill me but I found those quite useful.

Paul

| -Original Message-
| From: Scott Glasgow [mailto:[EMAIL PROTECTED] 
| Sent: 13 April 2004 06:13
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] IE 5.5 and 6.0 compatibility
| 
| 
| We have a site designed with IE 6.0 in mind, which must 
| support 5.5 as well. I was not aware just how great the font 
| rendering differences (size) are between the two versions. My 
| first inclination is to detect the browser in use (only IE) 
| and switch style sheets on the fly. I would appreciate any 
| information, pointers, links, etc. to the best way to do 
| this. If anyone knows of a better approach, I would be glad 
| to hear of it. Thank you.
| 
| Cheers,
| Scott
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] [JS] Weird img preloader...

2004-04-13 Thread Paul Larue
Hi list,
This page (http://www.sublimevisions.net) is preloading virtually any
image that's gonna be displayed in the site. Strange enough when you
change the language (in the combo far right), the browser reloads every
single image!!!

Anybody can have a look and tell me why this behaviour? I'm getting
crazy and got very little hair left to pull out!!!

If you're not doing it for me do it for my hair :)  -   SAVE PAUL'S
HAIR

Paul
paul @ edsnetworks.net

[t] +230.217.217.0
[f] +230.206.277.4
[w] www.eds.mu


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: [PHP] problems with php.ini - HELP

2004-04-02 Thread Paul Larue
Nope, doesn't work. I need to state the whole /inetpub/wwwroot/ path
stuff to get it working... / only doesn't do it...

HELP!!!

Paul

| -Original Message-
| From: Trusz, Andrew [mailto:[EMAIL PROTECTED] 
| Sent: Friday, April 02, 2004 6:54 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: [PHP] problems with php.ini
| 
| 
| Appears in phpinfo under Apache Environment. In windows it 
| would be the equivalent of wwwroot which in IIS is /. 
| 
| -Original Message-
| From: Paul Larue [mailto:[EMAIL PROTECTED] 
| Sent: Friday, April 02, 2004 8:07 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: [PHP] problems with php.ini
| 
| Shouldn't be so... I think I remember using document_root in 
| win2k pro.
| 
| Paul
| 
| | -Original Message-
| | From: Trusz, Andrew [mailto:[EMAIL PROTECTED]
| | Sent: Friday, April 02, 2004 6:02 PM
| | To: [EMAIL PROTECTED]
| | Subject: [wdvltalk] RE: [PHP] problems with php.ini
| | 
| | 
| | Isn't Document_root only associated with apache?
| | 
| | -Original Message-
| | From: Paul Larue [mailto:[EMAIL PROTECTED]
| | Sent: Friday, April 02, 2004 7:39 AM
| | To: [EMAIL PROTECTED]
| | Subject: [wdvltalk] RE: [PHP] problems with php.ini
| | 
| | Still same error and it doesn't show up in the snippet too.
| | I'm starting to depress... Am I really forced to write all my 
| | include calls to /whole/path/to/server/root instead of 
| | $_SERVER[DOCUMENT_ROOT]/my.inc???
| | 
| | Please.Help. :(
| | 
| | Paul
| | 
| | | -Original Message-
| | | From: Jon Haworth [mailto:[EMAIL PROTECTED]
| | | Sent: Friday, April 02, 2004 5:20 PM
| | | To: [EMAIL PROTECTED]
| | | Subject: [wdvltalk] RE: [PHP] problems with php.ini
| | | 
| | | 
| | | Paul,
| | | 
| | |  I'm always getting errors when using stuff like $DOCUMENT_ROOT
| | | 
| | | If you're running a recent version of PHP, try 
| | | $_SERVER[DOCUMENT_ROOT] and see what happens.
| | | 
| | | If you run this snippet you can see everything that's available:
| | | 
| | | ?php
| | |   echo pre;
| | |   print_r($_SERVER);
| | |   echo /pre;
| | | ?
| | | 
| | | Cheers
| | | Jon
| | | 
| | | 
| | |  . The WDVL Discussion List from WDVL.COM . 
| | | To Join wdvltalk, Send An Email To: 
| | | mailto:[EMAIL PROTECTED]
| | |Send Your Posts
| | | To: [EMAIL PROTECTED]
| | | To set a personal password send an email to 
| | | [EMAIL PROTECTED] with the words: set WDVLTALK 
| | | pw=yourpassword in the body of the email. To change 
| | | subscription settings to the wdvltalk digest version:
| | | http://wdvl.internet.com/WDVL/Forum/#sub
| | | 
| | |   http://www.wdvl.com  ___
| | | 
| | | You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To 
| | | unsubscribe send a blank email to %%email.unsub%%
| | | 
| | | To unsubscribe via postal mail, please contact us at: 
| Jupitermedia 
| | | Corp.
| | | Attn: Discussion List Management
| | | 475 Park Avenue South
| | | New York, NY 10016
| | | 
| | | Please include the email address which you have been 
| contacted with.
| | | 
| | 
| | 
| |  * The WDVL Discussion List from WDVL.COM * 
| | To Join wdvltalk, Send An Email To:
| | mailto:[EMAIL PROTECTED] 
| |Send Your Posts 
| | To: [EMAIL PROTECTED]
| | To set a personal password send an email to 
| | [EMAIL PROTECTED] with the
| | words: set WDVLTALK pw=yourpassword in the body of the 
| | email. To change subscription settings to the wdvltalk 
| digest version:
| | http://wdvl.internet.com/WDVL/Forum/#sub
| | 
| |   http://www.wdvl.com  ___
| | 
| | You are currently subscribed to wdvltalk as:
| | [EMAIL PROTECTED] To unsubscribe send a blank email to 
| | %%email.unsub%%
| | 
| | To unsubscribe via postal mail, please contact us at:
| | Jupitermedia Corp.
| | Attn: Discussion List Management
| | 475 Park Avenue South
| | New York, NY 10016
| | 
| | Please include the email address which you have been contacted with.
| | 
| |  . The WDVL Discussion List from WDVL.COM . 
| | To Join wdvltalk, Send An Email To:
| | mailto:[EMAIL PROTECTED] 
| |Send Your Posts 
| | To: [EMAIL PROTECTED]
| | To set a personal password send an email to 
| | [EMAIL PROTECTED] with the words: set WDVLTALK 
| | pw=yourpassword in the body of the email. To change 
| | subscription settings to the wdvltalk digest version:
| | http://wdvl.internet.com/WDVL/Forum/#sub
| | 
| |   http://www.wdvl.com  ___
| | 
| | You are currently subscribed to wdvltalk as:
| | [EMAIL PROTECTED] To unsubscribe send a blank email to 
| | %%email.unsub%%
| | 
| | To unsubscribe via postal mail, please contact us at:
| | Jupitermedia Corp.
| | Attn: Discussion List Management
| | 475 Park Avenue South
| | New York, NY 10016
| | 
| | Please include the email address which you have been contacted with.
| | 
| 
| 
|  * The WDVL Discussion List from WDVL.COM * 
| To Join

[wdvltalk] RE: Password problem on mysql

2004-02-26 Thread Paul Larue
Hi,
You should delete the mysql database (c:\data\mysql\) and re-install. By
default, a re-install won't onverwrite existing mysql base tables if
those are found. Deleting them will force a re-install with no password

Paul

| -Original Message-
| From: Joseph, Smile Poet [mailto:[EMAIL PROTECTED]
| Sent: Thursday, February 26, 2004 1:22 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Password problem on mysql
| 
| 
| It will surprise no one that I have fallen into the local server
| password trap:-o
| 
| I thought I had uninstalled and re-installed in a different folder in
| order to start again.   However when I try to open phpmyadmin I get
| 
| ***#2003 - Can't connect to MySQL server on 'localhost' (10061)
| ***
| 
| I cannot get the Command Prompt to go to mysql - the message is
| similar.   I'm not too exercised about this as I will put a clean
| install on my new machine (Xp home on Dell) but there is one db that I
| would like to transfer without redoing.   Presumably if I can't save
| it properly I can't just sneak it into the \data folder!!
| 
| As an exercise I would just like to see if I can solve it.I don't
| seems able to find any idea beyond C:\  C:\mysql\bin\mysql
| -u root mysql  in the manual;  this (altered to the correct 
| url) also brings up an error.
| 
| Any thoughts?
| 
| Joseph
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To:
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as:
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at:
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: Home network Public address.

2004-01-23 Thread Paul Larue
No, Unless you NAT a public IP to your private IP. This must be done on
the router. You could also PAT the needed port on your router to point
to your PC's desired port. The fact is that NATting is more widespread
and available than PATting. SO your choice would probably go to NATting.

Paul

| -Original Message-
| From: Yumin [mailto:[EMAIL PROTECTED] 
| Sent: Friday, January 23, 2004 5:29 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Home network  Public address.
| 
| 
|   Hello all:
| 
|   My OS is winXPpro with SSI installed. In the past, it 
| connected to cable-modem and then go to Internet.  Although 
| the IP address  is dynamical, I can know it each time via 
| ipconfig. My friend can come and fetch the files in the 
| wwwroot/ftproot.
| 
|   Now I installed a router. My winXP connects to router with 
| a network cable and the router connects to cable-modem to 
| Internet. I check my IP address by ipconfig, it only tell 
| me 192.168.2.102 without public address.
| 
|   In  case of home network, can my friend come again to fetch 
| the files in my PC?
| 
| Yumin
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Foxpro 2.6 on XP

2004-01-23 Thread Paul Larue
Hi people, I need to install foxpro 2.6 on my machine (xp pro - sp1). It
appears that this will not work. Anyoe did that? Any tips and tricks for
a smooth operation?

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Re: ASP/ADO Error - fixed but does not understand why

2004-01-21 Thread Paul Larue
David,
I fixed the problem by setting the adrotator object to nothing - i.e.
forcing the class_terminate event to raise. Event in which I had
specified to kill all db connections and stuff.

The adrotator is a custom asp/vbs class, not the MS provided component.
What is weird is that on my machine I do not have this problem but the
server does. Why is that?

For curiosity's sake, I had the terminate event print something so that
I know when it is called. Not setting the object to nothing does not
call the event as expected. Then why is the db released and usable by
another class? Why doesn't my machine need this set obj=nothing while
the server needs it?

Paul

| -Original Message-
| From: David Blakey [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, January 21, 2004 3:06 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: ASP/ADO Error
| 
| 
| 
| I'm running into a weird error when calling Connection.Open 
| in ASP. It 
| is telling me
| 
| Microsoft JET Database Engine error '80004005'
| 
| Could not use ''; file already in use.
| 
| /eds/ezone/_bin/products.class.asp, line 19
| 
| First, I'd check the database location.  ie, what's in your 
| Data Source 
| parameter.
| 
| Regards,
| David
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] Re: ASP/ADO Error - fixed but does not understand why

2004-01-21 Thread Paul Larue
Probably, I'm using XP on laptop and Win2k-Adv on server. I'll check
versions and let you know. I must admit that good programming practice
would want me to _always_ close objects. But, you know...

Paul

| -Original Message-
| From: David Blakey [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, January 21, 2004 3:45 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: ASP/ADO Error - fixed but does not 
| understand why
| 
| 
| 
| The adrotator is a custom asp/vbs class, not the MS provided 
| component. 
| What is weird is that on my machine I do not have this 
| problem but the 
| server does. Why is that?
| 
| Maybe your Windows version of IIS (assuming that that's what 
| it is) is more 
| forgiving than the server engine.
| 
| I never really know.  I'm just grateful if anything I've 
| tested on the PC 
| works on the server.
| 
| Regards,
| David
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: OT: Setting up a home PC network - HELP!!!

2004-01-21 Thread Paul Larue
Drew,
I agree with what you say but one thing though. You need between 100mb
and 1gb of data to be able to crack a wep key. The process can take
hours if not days. It once took me 33 hours. The thing is that
corporates have very high traffic and thus this 1gb can be easily
collected in some hours only while home users do not have _that_ much
amount of traffic.Now, to make things worse (for hackers of course!)
change your wep keys regularly (let's say every 24 or 48 hours).
Moreover, add MAC filtering.

The problem with MAC Filtering, though, is that if a hacker happens to
get you MAC Addr., he'll just spoof his NIC's MAC with yours and tada!
He's on the network. So, as final note, I can only recommend to couple
WEP with MAC filtering and change them WEP keys regularly.

As a side note, copper or fiber will definitely stay more secure than
wifi Long live copper! Long live fiber! (blink to Intel's CEO who
recently said 'no more copper' concerning Intel's WLAN chips)

Paul

| -Original Message-
| From: Trusz, Andrew [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, January 21, 2004 5:29 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: OT: Setting up a home PC network - HELP!!!
| 
| 
| While wireless has many advantages in terms of ease of setup, 
| it also has no security to speak of. Wep is trivial to break 
| so all of your machines will be open to anyone who wants to 
| bother to pickup your signal. If you want security you'll 
| have to vpn everything and take the performance hit. 
| 
| Ethernet can be a problem to run but it is a secure medium. 
| 
| drew
| 
| -Original Message-
| From: Paul Larue [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, January 21, 2004 4:09 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: OT: Setting up a home PC network - HELP!!!
| 
| I'd recommend going Cheryls' way. I've been setting uo quite 
| a lot of WLANs and they are really nice to work with. Unless 
| you're a designer transferring 500Mb TIFF files all day 
| long!! - The max a WLAN can achieve is 54mbps in half duplex. 
| Vendors talking about Super Fast WALN or Turbo Mode stuff are 
| not telling all the truth, what their equipment does is use 
| more channels. This reduces the number of people that can 
| connect to the WLAN!
| 
| The downside is prices. You need a DSL router/access point + 
| PCMCIA/USB cards for the laptops and PCI/USB adaptors for the 
| pc's. Other equipment like network printers will need a 
| device point that plug into their NIC. Thus your colleague 
| may prefer going the traditional. Cat 5e cabling, a switch 
| and a DSL router.
| 
| The former is faster deployment, less secure and slower usage 
| The latter is longer deployment, more security and faster usage
| 
| Take into consideration that nowadays WLANs are NOT secure 
| unless you got money and can invest in complex equipment that 
| makes sense only for corporates. I reckon that hacking a WLAN 
| may not be _that_ simple but it can be done.
| 
| Again, I'd go Cheryl's way. It's simpler... :)
| 
| Linksys got some very good equipment. I've been using them 
| for quite some time now.
| 
| Paul
| 
| 
| | -Original Message-
| | From: Peter MacGregor [mailto:[EMAIL PROTECTED]
| | Sent: Tuesday, January 20, 2004 10:11 PM
| | To: [EMAIL PROTECTED]
| | Subject: [wdvltalk] OT: Setting up a home PC network - HELP!!!
| | 
| | 
| | A colleague has asked me to help him set up a home network of
| | PCs. (He 
| | seems to believe I'm some sort of Guru as I am happy to take 
| | the top off a 
| | PC and install an extra board or memory chips or another HD! LOL)
| | 
| | Anyway, a couple of years back an IT Manager I knew at the
| | time helped me 
| | network two PCs using Netgear cards but there was no manual 
| | with them (just 
| | a sheet of paper with some very basic instructions) so I'm 
| | not quite sure 
| | what was done! Can anyone suggest a suitable web site(s) 
| | where the details 
| | are given in plain English rather than computer-geek?
| | 
| | He and his wife are both self-employed in different fields of
| | business and 
| | the requirement is to network two desktop machines in 
| | different parts of 
| | the house and also have points to which a third machine can 
| | be connected 
| | when the son comes home on vacation from University, plus 
| | somewhere for my 
| | colleague to plug in his laptop when required. (Don't know 
| | what operating 
| | systems they all are right now other than all are PC's - he's 
| | ex IBM HR so 
| | not an Apple Man nor a techno-type). He wants to use the broadband 
| | connection he has on all and also share printers and other 
| | peripherals.
| | 
| | Oh  -and can it be done before breakfast tomorrow? (LOL - not
| | serious). 
| | Location is South-East UK so anything by way of extra kit 
| | suggested must be 
| | available here.
| | 
| | Any pointers would be greatly appreciated.
| | 
| | Peter MacGregor
| | 
| | 
| | 
| |  . The WDVL Discussion List

[wdvltalk] Re: entering data in MySql

2004-01-12 Thread Paul Larue
Have a look at mysqlimport. This prog will import data from a flatfile
into a named table. Also check the 
LOAD DATA INFILE command that may be of some help.

What may be bogging you is the delimiters in the text file.

1. Check that every field is separated by a comma/space/tab - though
comma is better (You can create an 'export file' directly from excel by
saving as csv)
2. Check that every field is enclosed in a pair of doublequotes -
recommended. What you NEED to verify at this stage is that NO field
contains a double quote itself as this would mean the end of the field
and throw the whole thing up. If you ever have double quotes in you
field, escape each double quote by \ - ex.

link 1, a href=http://www.link1.com;, this is a useful link

 -- would become --
link1, a href=\http://www.link1.com\;, this is a useful link

Then, in at the MySQL prompt run

LOAD DATA INFILE 'myfile.txt' INTO table_name FIELDS TERMINATED BY ,
ENCLOSED BY  ESCAPED BY \\ LINES TERMINATING BY \n

Note that this assumes that myfile.txt is found in the database folder.
You could also specify the whole path.

For more information on 'LOAD DATA INFILE' check section 6.4.8 of the
MySQL Manual

Paul

| -Original Message-
| From: Joseph, Smile Poet [mailto:[EMAIL PROTECTED] 
| Sent: Sunday, January 11, 2004 8:07 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: entering data in MySql
| 
| 
| Bj,
| 
| Easy is a ready-made combination of all the elements (php, MySql,
| Apache and whatever else goes into this particular pot).It
| installs very easily, but the documentation is a development or two
| behind and very dense.   As I know no coding (having just tickled at
| it 20 years ago) I couldn't make out why I was failing to 
| enter the data as all else seemed to have worked.
| 
| I suspect I have a change to make in a config file (as David has
| guided me towards) and I'll follow up on that next.   My 56 modem
| demands a local server for development;   should my broadband day come
| and I crashed another server I should think it would send me 
| to hide in a cave for years ;-).
| 
| I have found the tutorials difficult because they are largely aimed at
| those with some knowledge though I have learned a bit from them.   I
| now have a couple of tutorials which look about my level.   Looking
| forward to working on them.
| 
| Joseph
|  - Original Message -
|  From: Joseph, Smile Poet
| 
|   I have spent five hours that I hoped would send me
|   far up the learning curve trying to solve this.   Has
|   anyone a suggestion of where I might look for the
|   answer.
| 
|  Start again properly? I have no idea what EasyPHP is about except
| that I
|  bet it ain't easy.  I am running the Microsoft Personal Web Server
| that
|  comes on the Win98 CD as a local Web server for development/testing,
| along
|  with php which I got from PHP itself (www.php.net 'downloads' ),
| which was
|  pretty easy to install and run, and the mySQL I got from mySQL
|  (www.mysql.com)
| 
|  I think there's a distribution some others here use where you get
| Apache,
|  mySQL and php all in one?
| 
|  Of course having a local Web server is a bit less of an issue since
| I got
|  cable, as I can do devlopment and testing on the live site just
| about as
|  quickly as locally... although code errors that crash the server are
| just a
|  *little* more embarassing :o)
| 
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 

[wdvltalk] Re: Search Results Relevancy

2004-01-09 Thread Paul Larue
Thanks a lot rudy, I'll be implementing that today. I'm nearly finished
with the classes and all...

Cheers

Paul

| -Original Message-
| From: rudy [mailto:[EMAIL PROTECTED] 
| Sent: Thursday, January 08, 2004 4:36 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: Search Results Relevancy
| 
| 
|  Rudy,
|  You're a champion. You know that, right? Yes I'm sure you do...
| 
| thanks for the kind words
| 
| i try
| 
|  Anyway, I'll try to implement that asap. Is that standard SQL?
| 
| yes
| 
|  Will that work in access2k and MySQL4??
| 
| in mysql, yes, in access, no  (why are you not surprised?)
| 
| in access you have to change the standard CASE expressions 
| to the microsoftian IIF expressions
| 
| also, the wildcard in access is * instead of %
| 
|  select *
|   , iif( name like '*str1*', .50, 0 )
|   + iif( desc like '*str2*', .30, 0 )
|   + iif( features like '*str3*', .20, 0 )
|  as relevancy
|from tbl 
|   where name like '*str1*' 
|  or desc like '*str2*' 
|  or features like '*str3*'
|   order 
|   by relevancy   
| 
| 
| rudy
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| To unsubscribe via postal mail, please contact us at: 
| Jupitermedia Corp.
| Attn: Discussion List Management
| 475 Park Avenue South
| New York, NY 10016
| 
| Please include the email address which you have been contacted with.
| 
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.



[wdvltalk] RE: Suggestion needed.

2003-09-26 Thread Paul Larue
Go wireless, less stress, no cabling works, and... MOBILITY!!! Get a
wireless accesspoint that also does routing. Then get PCMCIA wireless
adapters for the laptops as well as PCI wireless adapters for the PC's
(you can also get USB ones). Some useful makes are linksys, dlink and
cisco.

AFAIK cisco does not provide 802.11g devices whereas linksys does, I
dunno for dlink. 802.11g is better than traditional 802.11b since it
runs at 54mbps instead of 11mbps. You can also get 802.11a which runs at
54mbps but uses a different frequency that's less congested.

Try to get a device that does access point AS WELL AS router, this will
avoid additional costs.

HTH

Paul

| -Original Message-
| From: Yumin [mailto:[EMAIL PROTECTED] 
| Sent: Friday, September 26, 2003 8:36 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Suggestion needed.
| 
| 
| Hello:
| 
| My family has 4 PCs, two laptop(winXP) and two 
| desk-top(win2K) and two of them are in the 2nd floor and 
| others in the 1st floor. We have one account of cable-modem 
| connecting to Internet. Now the 4-computer only can connect 
| to Internet in turn.
| 
| We are going to connect the 4-computer as a home network 
| to share files and printers and Internet. What is the best 
| way to do? Buying hub or router or ...
| 
|  Could any friend give us suggestion.  Thanks!
| 
| Yumin
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Verisign abuse?

2003-09-17 Thread Paul Larue
Please read the following, this appears to be interesting but with HUGE
side effects.

Sysadmins, expose your opinions, that's good matter for discussion...

http://www.theregister.co.uk/content/6/32852.html

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Opera, Mozilla = GOOD, IE = What The??

2003-09-17 Thread Paul Larue
As far as I know of IE, is that without XSL to tell it how to render the
page, it will display the xml data instead.

That's a feature...

Paul

| -Original Message-
| From: Tim Burgan [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, September 17, 2003 10:51 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Opera, Mozilla = GOOD, IE = What The??
| 
| 
| Hello,
| 
| Now this problem I'm having is weird.
| 
| In Opera 7.2  Mozilla 1.4 (Win) my site [1] appears to be 
| displaying fine. In Internet Explorer 6 (Win) it doesn't 
| render - it displays the source code.
| 
| Why on earth would this be happening??
| 
| I've just tried to remove the XML declaration on line 1 of my 
| code, but that hasn't seemed to change anything. The reason I 
| included the xml declaration in the first place was because 
| it was encouraged to do so in the xhtml recommendation [2].
| 
| Quote from the W3C's XHTML recommendation:
| 
| An XML declaration is not required in all XML documents; 
| however XHTML document authors are strongly encouraged to use 
| XML declarations in all their documents. Such a declaration 
| is required when the character encoding of the document is 
| other than the default UTF-8 or UTF-16 and no encoding was 
| determined by a higher-level protocol. Here is an example of 
| an XHTML document. In this example, the XML declaration is included.
| 
| Either way, I don't see why it would work in Opera and 
| Mozilla, but not IE ... piece of junk!
| 
| [1] http://www.greaterthani.com/02_relaunch/index.htm
| [2] http://www.w3.org/TR/xhtml1/#strict
| 
| If anyone has any suggestions as to what I can do, it would 
| be greatly appreciated.
| 
| Thanks
| Tim Burgan
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] ZoneAlarm

2003-09-16 Thread Paul Larue
Hi all,
I'm trying to set up ZA on a pc. The pc is connected to internet by adsl
and it's used as default gateway by all pc on the LAN. My problem is
that I'm unable to setup ZA to refuse connections from the outside world
but accept connections from the inside which are passing through the pc
to go to the internet

Paul Larue

paul @ edsnetworks.net 

Enterprise Data Services Ltd.
Trade  Marketing Center
Mer Rouge
Republic of Mauritius
[T] 217 217 0
[F] 206 277 4
www.edsnetworks.net


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Kinda Silly Really: Setting up mail server behind Cable Modem/Router

2003-09-16 Thread Paul Larue
I'm on w2k, but I the settings should be the same across platforms,
right. I had to create a domain so that internal mails are not sent to
the public mail server. More over make sure that the mail server can
make reverse dns lookups on the hostnames sent by the machines on smtp
sessions. If it can't and thus cannot see that they form part of your
domain, it'll reject them since this is called relaying and this is VERY
BAD! By default all mail servers are proconfigured to reject relaying.

I'm probably totally off the track, but that's what I'm thinking of at
the mo'

Paul

| -Original Message-
| From: Ilkka Prusi [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, September 16, 2003 5:38 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: Kinda Silly Really: Setting up mail 
| server behind Cable Modem/Router
| 
| 
| Hi there
| 
| I'm not 100% sure but it may be your mail server rejects mail 
| because your hostname/domain does not match the host the mail 
| is addressed to (a problem related to NAT). For any number of 
| reasons the server itself may reject the mail, for example if 
| the username doesn't match exactly (uppercase/lowercase 
| letters somewhere). Try turning on all logging in the server. 
| 
|  its kinda frustrating. i know it isnt the isp because port 80
|  for the web server works fine for external requests. any ideas?
| 
| Having port 80 open doesn't prove anything about other ports. 
| Try using telnet to port 25 and see if there's a response.
| 
| --
|  - Ilkka Prusi
|  - [EMAIL PROTECTED]
|  - [EMAIL PROTECTED]
| --
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Dreamweaver MX

2003-09-16 Thread Paul Larue
Same for me. Save All doesn't work for me.

Paul

| -Original Message-
| From: Jan Major [mailto:[EMAIL PROTECTED] 
| Sent: Monday, September 15, 2003 11:36 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: Dreamweaver MX
| 
| 
| Peter
| I haven't had many problems with DW, but there is one that keeps 
| happening, and thought I should tell you. Of course, you might not 
| experience it.
| 
| When I'm doing a major save all, sometimes it doesn't work 
| at all on 
| any pages.
| 
| Other than that, DW works great for me.
| 
| Jan
| www.jdvisions.com
| 
| 
| Peter MacGregor wrote:
|  I've just upgraded to this and wondered if anyone had any hints or 
|  tips
|  as to things that need looking out for? Oddities that aren't well 
|  documented or whatever?
|  
|  Any (constructive!!) comments welcome. (I've used DW before so am
|  familiar with the earlier versions)
|  
|  Peter MacGregor
|  
|  
|  
|   . The WDVL Discussion List from WDVL.COM . 
|  To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
|  To set a personal password send an email to 
| [EMAIL PROTECTED] with
|  the words: set WDVLTALK pw=yourpassword in the body of the email.
|  To change subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
|  
|    http://www.wdvl.com  ___
|  
|  You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To 
|  unsubscribe send a blank email to %%email.unsub%%
|  
| 
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: ZoneAlarm

2003-09-16 Thread Paul Larue
Thanks to all of you, I'll give both a try and then decide of the one to
go.

Cheers...

Paul

| -Original Message-
| From: Matthew Macdonald-Wallace 
| [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, September 16, 2003 9:13 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: ZoneAlarm
| 
| 
| On Tue, 2003-09-16 at 16:54, Adam Cork wrote:
|  This is way off what you were looking for, but if the machine's a 
|  dedicated
|  internet gateway, or if you have a spare old machine lying 
| around, then 
|  http://www.smoothwall.org is well worth a visit.
| 
| I was using smoothie, now I've switched to IPcop (www.ipcop.org I
| think!)
| 
| Its a version of Smoothwall that adhere's far closer to the 
| GPL and doesn't need a corporate license for the advanced 
| features.  I'm running it on a PII 300 with 64Mb RAM and a 
| 1.2GB HDD and it works a treat! :P
| 
| Matt
| 
| --
| Campaign Against The Illegal Occupation Of Iraq:
| Make Your Voice Heard, 27th September 2003 http://www.stopwar.org.uk/
| +--+
| |Matthew Macdonald-Wallace |
| |The Truth Will Set you Free   |
| |http://www.truthisfreedom.org.uk/ |
| +--+
| Homer: You can let him down gently, but over the next couple 
| of months, I want you to break it off. Marge: Um, okay, 
| Homer. Homer: Whoof! That was a close one, kids. Another 
| Simpsons Clip Show
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: IE

2003-09-05 Thread Paul Larue
Try to uninstall it from add remove programs or look in the registry in
hklm\software\internet explorer\somewhere there...

Paul

| -Original Message-
| From: Amrit Hallan [mailto:[EMAIL PROTECTED] 
| Sent: Friday, September 05, 2003 5:37 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] IE
| 
| 
| Some strange plugin has been on its own installed on my 
| computer and attached to the Internet Explorer. My Google 
| search bar has vanished. Some SurferBar.com shows up when I 
| load IE with its toolbar and other stuff. How can I remove 
| this buggy thing?
| 
| Thanks.
| 
| Amrit
| 
| 
| 
| ---
| Outgoing mail is certified Virus Free.
| Checked by AVG anti-virus system (http://www.grisoft.com).
| Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: watch this space: changes to IE?

2003-09-04 Thread Paul Larue
| -Original Message-
| From: David Precious [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, September 02, 2003 9:17 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: watch this space: changes to IE?
| 
| 
| 
|  Basically, if you develop a technology that
|  executes code from a remote location you are violating the 
| patent... 
|  It may seem crazy but this is what they mean.
| 
| 
| Wouldn't that include any browser and any web server which 
| executes Perl, PHP, Python etc code on behalf of a visitor, 
| either through CGI or SAPI methods?

Not really since the code is executed by the server ON the server, so
there's no OLE or embedding involved. On th other hand, executing the
code through RPC or other means like DCOM could fall in that category.
The client requests a process to take place, the server get the request,
does some processing, send instructions to another server to process
some stuff and get the results back... THAT could be under the patent.
It involves Object Linking.

| 
| That could be a big problem.  This is the kind of stupid, 
| way-to-general patent that I hate!  How did they get such a 
| stupid patent in the first place?

We all remember the Unisys patent on GIF's don't we?

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: That's not me!

2003-09-02 Thread Paul Larue
Thanks Abigail, That really helped. Damn those people can be annoying
when they want! Imagine smething like that was sent to one of my
customers?!?

Paul

| -Original Message-
| From: Abigail Marshall [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, September 02, 2003 12:28 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: That's not me!
| 
| 
| On Monday, September 1, 2003, 10:17:14 PM, Paul Larue commented:
| 
| PL Hi list,
| PL I received an email from myself but the name being 
| displayed was not 
| PL mine, nor was the content ansd the subject - I won't be 'selling' 
| PL mortgage ratees to myself?
| 
| Typical spammer trick, Paul. Not much you can do about it.
| This particular spammer is probably using software that
| always inserts the recipient's email in the sender field -
| but some spammers will spoof your email address too. Not
| much that you can do about it.
| 
| As you probably know, edsnetworks.net has IP
| 207.150.192.12.
| 
| The email you received came from IP 144.136.145.174 which is 
| currently listed in Spamcop - 
| http://spamcop.net/w3m?action=checkblockip=144.136.145.174
| 
| So basically, even if the spammer does use your email
| address to send out spam to others, no one is fooled.
| 
| You can report/complain to the ISP if you want, but with the 
| Spamcop history it's likely that someone else already has.
| 
| Not much else to do other than click the delete key.
| 
| -Abigail
| 
| 
| 
| 
| PL I checked the headers of the mail and it appears that I am the 
| PL sender of that mail though it's not MY name that appears. I don't 
| PL really mind about that, what I mind about is the fact 
| that this mail 
| PL could have landed someone else's mailbox who may not want 
| to receive 
| PL those junk mails,... Bad thing to happen!!!
| 
| PL Below are the headers. Anybody can help sort this out?
| 
| PL Thanks Paul... 
| PL =
| PL Received: from lmg05.affinity.com [207.150.192.13] by 
| PL mail017.readyhosting.com with ESMTP
| PL   (SMTPD32-7.13) id A5DB46730132; Mon, 01 Sep 2003 10:29:31 -0500
| PL Received: from cust_req_fwding ([EMAIL PROTECTED] --
| PL [EMAIL PROTECTED]) by lmg.ahnet.net id 300116-15019; Mon, 
| 1 Sep 2003 
| PL 08:39:08 -0700
| PL Received: from edsnetworks.net ([144.136.145.174]) by 
| lmg.ahnet.net 
| PL with ESMTP id 316788-15017; Mon, 1 Sep 2003 08:38:26 -0700
| PL Received: from computer [144.136.145.174] by edsnetworks.net with 
| PL MailMXPro2(2195.5535);
| PL Tue, 02 Sep 2003 01:45:06 +1000
| PL Message-ID: [EMAIL PROTECTED]
| 
| PL //This is what I don't understand!!!
| PL From:   jenna knowly [EMAIL PROTECTED]
| PL To: [EMAIL PROTECTED]
| PL Subject: isnt it time you refinanced your mortgage
| PL Date: Tue, 02 Sep 2003 01:45:06 +1000
| PL MIME-Version: 1.0
| PL Content-Type: text/html; charset=ISO-8859-1
| PL X-Priority: 3
| PL X-Mailer: mxMAILPro
| PL Return-Path: [EMAIL PROTECTED]
| PL Abuse2-Tracking: cGF1bEBlZHNuZXR3b3Jrcy5uZXQ=
| PL X-RCPT-TO: [EMAIL PROTECTED]
| PL Status: U
| PL X-UIDL: 337862749 
| PL =
| 
| PL Paul
| 
| PL paul @ edsnetworks.net
| 
| PL Enterprise Data Services Ltd.
| PL Trade  Marketing Center
| PL Mer Rouge
| PL Republic of Mauritius
| PL [T] 217 217 0
| PL [F] 206 277 4
| PL www.edsnetworks.net
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: watch this space: changes to IE?

2003-09-02 Thread Paul Larue
AFAIR, OLE has been around for quite a long time. With this patent,
everything related to OLE is deemed to be violating the patent. This
would include ActiveX, embedded RPC, Java - as you mentioned - but so is
COM/DCOM, CORBA, RMI and any scripting language that's used over a
distributed environment. Basically, if you develop a technology that
executes code from a remote location you are violating the patent... It
may seem crazy but this is what they mean.

CURL www.curl.com - developped in collaboration with SIR Tim Berner's
Lee ), is also to be included. But think about .NET and the remote
scripting concept

Paul

| -Original Message-
| From: Mark Groen [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, September 02, 2003 6:01 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Re: watch this space: changes to IE?
| 
| 
| snipFrom: [EMAIL PROTECTED]
| To: [EMAIL PROTECTED]
| Sent: September 02, 2003 6:02 AM
| Subject: [wdvltalk] Re: watch this space: changes to IE?
| 
| 
| 
| Yea, most of our stuff is quite plain but we've written 
| intensive intranet type business applications using ms 
| technologies (some other departments used java plugins) and 
| it will influence those quite badly. :/
| 
| more money for developers though :) bad for business :(
| /snip
| 
| I'm already getting email from the [EMAIL PROTECTED] 
| list showing prior art for the Eolas technology:
| 
| I don't know about anyone else, but there is SO much prior 
| art and information showing the obviousness and the 
| non-novelty of Mr. Doyle patent it really isn't funny anymore 
| - but shocking and even more shocking Microsoft is having a 
| hard time with this.  In my opinion,  this RFC is the smoking 
| gun.  Check out this particular section along with my HLS inline
| comments: From (1985) RFC 965.
| 
|  It's (maybe not so) unbelievable that M$ is backing down on 
| this especially after re-reading Cringley's 1998 article: 
| http://www.pbs.org/cringely/pulpit/pulpit19981| 203.html and 
| knowing now, that they didn't get a license 
| from Eolas. I'm curious as to just what can be done with any 
| browser, not just IE, to get around this as I was wrong 
| according to Cringley:
| 
| The patent also covers the use of any algorithm that 
| implements dynamic, bi-directional communications between Web 
| browsers and external applications. Every Web browser you can 
| name currently supports embedded applets, and is therefore in 
| violation of the Eolas patent. But wait, there's more! The 
| Eolas patent covers the whole concept of executable content, 
| which is at the very foundation of Java. So it looks like 
| Java, too, is in violation of the patent. For that matter, so 
| is Microsoft's Internet Explorer and ActiveX.
| 
| Hmmm,
| 
| cheers,
| 
| Mark
| 
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Output form data to pdf file

2003-08-26 Thread Paul Larue
Are you using ASP or PHP? PHP has libpdf that enables you to create pdf
files on the fly. Never used it personally but heard of successful
implementations, I believe that Acrobat Reader has a PDF activex that
does the same thing for asp. The latter may not be available on your
host though. Keep in mind that they usually won't accept installing
activex stuff on their servers... Why won't a plain text file not do the
trick? Or even an HTML file?

Paul

| -Original Message-
| From: wwwpages [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, August 26, 2003 9:59 AM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] Output form data to pdf file
| 
| 
| Hi guys,
| 
| I have an online application form that is writing to a 
| database.  All is swell there.  However upon completing the 
| application form I'd like to then display (or email) the data 
| entered back to the user for them to print in a neatly formatted form.
| 
| Now I already have the neatly formated form in pdf format 
| that I need to have the output look identical to, so I was 
| wondering how difficult is would be to somehow populate this 
| pdf file with  my data fields for printing purposes??  Has 
| anyone done this type of thing before?  Can you point me in 
| the direction of some good resources/references?
| 
| This may be more a pdf question I guess, but I am also open 
| to other ideas on how best to get this data into a format 
| that replicates my pdf file.  I don't really want to have to 
| spend hours writing HTML to get a replica, so that's why I'd 
| like to use my existing pdf file somehow.
| 
| Any thoughts?
| 
| Cheers
| 
| Heath
| 
| 
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] OT: Not so OT but... - ISDN Modem Init String

2003-08-19 Thread Paul Larue
Hi all,
This may look like OT but it's in some way related to web dev for me
since I need to write an html/php?asp? app that will communicate with an
ISDN modem. I got everything nearly ready but I'm stuck with an ISDN
modem (Duxbury TA128) and I dunno what Init Strings to use to initiate a
call. Anbody do that before? Anyone can help?

The default ATZ command doesn't work and the docs provided by them don't
seem to be very helpful.

Thanks for any details you may have...

Paul Larue

paul @ edsnetworks.net 

Enterprise Data Services Ltd.
Trade  Marketing Center
Mer Rouge
Republic of Mauritius
[T] 217 217 0
[F] 206 277 4
www.edsnetworks.net


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: PHP Problem

2003-08-19 Thread Paul Larue
Try renaming the file to .php4 or .php3 depending on the version your
host is using.

Paul

| -Original Message-
| From: Amrit Hallan [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, August 19, 2003 1:00 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] PHP Problem
| 
| 
| Of late I've been facing this problem: I have been using a
| new host (Linux). Whenever I try to load a .PHP file, my 
| browser (both IE and NN) begins downloading the file instead 
| of displaying it. For instance, when I load 
| www.quality-writing.com/index.php, it shows me | the download 
| options (Gozilla) instead of loading the file. Do I have to 
| make some changes in the control panel?
| 
| The PHP file works ok on the Apache server installed on my 
| local machine.
| 
| Thanks.
| 
| Amrit
| 
| 
| 
| ---
| Outgoing mail is certified Virus Free.
| Checked by AVG anti-virus system (http://www.grisoft.com).
| Version: 6.0.504 / Virus Database: 302 - Release Date: 7/24/2003
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: PHP Problem

2003-08-19 Thread Paul Larue
Though PHP3 or PHP4 is deprecated (according to PHP docs) many hosts
still use it to differentiate between the 2 versions.

Always glad to help !!

Paul

| -Original Message-
| From: Amrit Hallan [mailto:[EMAIL PROTECTED] 
| Sent: Tuesday, August 19, 2003 1:47 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: PHP Problem
| 
| 
| Thanks!
| 
| It's PHP3 :-)
| 
| Amrit
| 
| - Original Message -
| From: Paul Larue
| To: [EMAIL PROTECTED]
| Sent: Tuesday, August 19, 2003 1:37 PM
| Subject: [wdvltalk] RE: PHP Problem
| 
| 
| Try renaming the file to .php4 or .php3 depending on the 
| version your host is using.
| 
| Paul
| 
| | -Original Message-
| | From: Amrit Hallan [mailto:[EMAIL PROTECTED]
| | Sent: Tuesday, August 19, 2003 1:00 PM
| | To: [EMAIL PROTECTED]
| | Subject: [wdvltalk] PHP Problem
| |
| |
| | Of late I've been facing this problem: I have been using a new host 
| | (Linux). Whenever I try to load a .PHP file, my browser 
| (both IE and 
| | NN) begins downloading the file
| instead
| | of displaying it. For instance, when I load 
| | www.quality-writing.com/index.php, it shows me | the
| download
| | options (Gozilla) instead of loading the file. Do I have
| to
| | make some changes in the control panel?
| |
| | The PHP file works ok on the Apache server installed on my local 
| | machine.
| |
| | Thanks.
| |
| | Amrit
| |
| |
| |
| | ---
| | Outgoing mail is certified Virus Free.
| | Checked by AVG anti-virus system (http://www.grisoft.com).
| | Version: 6.0.504 / Virus Database: 302 - Release Date:
| 7/24/2003
| |
| |
| |  . The WDVL Discussion List from WDVL.COM . 
| | To Join wdvltalk, Send An Email To: 
| | mailto:[EMAIL PROTECTED]
| |Send Your Posts
| | To: [EMAIL PROTECTED]
| | To set a personal password send an email to 
| [EMAIL PROTECTED] with 
| | the words: set WDVLTALK pw=yourpassword in the body of 
| the email. To 
| | change subscription settings to the wdvltalk digest version:
| | http://wdvl.internet.com/WDVL/Forum/#sub
| |
| |   http://www.wdvl.com
| ___
| |
| | You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To 
| | unsubscribe send a blank email to %%email.unsub%%
| |
| |
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED]
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest
| version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com
| ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 
| ---
| Outgoing mail is certified Virus Free.
| Checked by AVG anti-virus system (http://www.grisoft.com).
| Version: 6.0.504 / Virus Database: 302 - Release Date: 7/24/2003
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: OT: Not so OT but... - ISDN Modem Init String

2003-08-19 Thread Paul Larue
Thanks, But I finally found my joy on http://www.linux.org.za/Lists-
Archives/glug-0012/msg00202.html

It explains everything clearly and ... it wirks!

Thanks anyway

Paul

-Original Message-
From: Linden, Todd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Tue, 19 Aug 2003 08:44:52 -0500
Subject: [wdvltalk] RE: OT: Not so OT but... - ISDN Modem Init String

 I just stumbled across this by accident. It may help!
 
 http://www.modemhelp.org/sets.html
 
 -Original Message-
 From: Paul Larue [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, August 19, 2003 1:37 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] OT: Not so OT but... - ISDN Modem Init String
 Importance: High
 
 
 Hi all,
 This may look like OT but it's in some way related to web dev for me
 since I need to write an html/php?asp? app that will communicate with
 an
 ISDN modem. I got everything nearly ready but I'm stuck with an ISDN
 modem (Duxbury TA128) and I dunno what Init Strings to use to initiate
 a
 call. Anbody do that before? Anyone can help?
 
 The default ATZ command doesn't work and the docs provided by them
 don't
 seem to be very helpful.
 
 Thanks for any details you may have...
 
 Paul Larue
 
 paul @ edsnetworks.net 
 
 Enterprise Data Services Ltd.
 Trade  Marketing Center
 Mer Rouge
 Republic of Mauritius
 [T] 217 217 0
 [F] 206 277 4
 www.edsnetworks.net
 
 
  * The WDVL Discussion List from WDVL.COM * 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To set a personal password send an email to [EMAIL PROTECTED] with
 the
 words: set WDVLTALK pw=yourpassword in the body of the email.
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as:
 [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%
 
  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To set a personal password send an email to [EMAIL PROTECTED] with
 the words: set WDVLTALK pw=yourpassword in the body of the email.
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to
 %%email.unsub%%
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Select Query in Access

2003-08-14 Thread Paul Larue
Ok, I solved my own issue.
The problem is that (I believe) date/time datatype in Access/MSSQL
contain the time too. Thus the =[selectedDate] won't work unless we
specify the time too. Since we don't want to do that, there are numerous
possibilities like using
(1)
=[selectedDate] AND [selectedDate+1moreDay]

- or -

(2)
LIKE [selecteddate%]
(this option needs converting the months to concatenated string, i.e.
April to apr, since LIKE makes string comparisons)

- or -

(3)
YEAR(call_date) = '2003' AND 
MONTH(call_date) = '8' AND 
DAY(call_date) = '11'

- or -

(4)
DATEPART(YEAR, call_date) = '2003' AND 
DATEPART(MONTH, call_date) = '04' AND 
DATEPART(DAY, call_date) = '09'

- or -

CAST(FLOOR(CAST([DateField] AS FLOAT))AS DATETIME) = 'selectedDate'

The 2 last options work only in MSSQL I think, Access throws an error...

Anyway, option 1 and 3 work marvelously. I prefer option 3 though!

Paul

 -Original Message-
 From: Paul Larue [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 12, 2003 11:04 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Select Query in Access
 
 
 Hi list, why won't this work?
 SELECT *
 FROM calls
 WHERE call_for='Paul' AND call_date=#8/11/2003#
 ORDER BY calls.call_for, calls.call_time DESC;
 
 
 If I remove the condition on the date, then everything goes 
 fine. Of I substitute the =[CurrentDate] to an 
 =[SmallerDate], then I get the results too. But that's not 
 how it SHOULD be and I thus doing something wrong.
 
 Anybody can help?... Rudy?
 
 Paul
 
 paul @ edsnetworks.net 
 
 Enterprise Data Services Ltd.
 Trade  Marketing Center
 Mer Rouge
 Republic of Mauritius
 [T] 217 217 0
 [F] 206 277 4
 www.edsnetworks.net
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Help with Print of JavaScript Menu

2003-08-14 Thread Paul Larue
As far as I understand, your problem does not come from JS but from IE.
IE by default won't print bg colors.
Go to ToolsInternet OptionsAdvancedPrintingPrint Background Colors
and Images

Now as to why IE's print and NN's print are not the same (i.e. they do
not print the nav bar correctly), I cannot really help. Maybe sending in
the URL would help.

Paul

 -Original Message-
 From: jmwcruiser [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 07, 2003 9:05 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Help with Print of JavaScript Menu
 
 
 Hello-
 
 I am just starting to use JavaScript and hope someone can 
 help me with a problem.
 
 I have created a drop down menu in JavaScript (actually using 
 a script I was able to download from the Web). All is working 
 fine except that when the page is printed from IE the 
 background color does not print -- just the text of the 
 navigation titles. As the navigation bar appears over some 
 images, the words are difficult to read and it looks bad. In 
 Netscape 6 it prints just fine (the nav bar with words in the 
 designated Arial font and the colored background). Is there 
 someway I can get the navigation bar to print correctly? I 
 know that most people will not be printing out these pages, 
 however the person I am doing this site for doesn't really 
 use a PC and wants the pages printed for his review and 
 comments. I know -- he really needs to get on the Web to 
 review it but I am doing the best I can with an awkward situation.
 
 Does anyone have any ideas?
 
 Thanks so much for any help you might be able to provide.
 
 Janet Wentworth
 
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Select Query in Access

2003-08-14 Thread Paul Larue
I forgot to include the URL where I got help, Think it could be of some
help to other people...

http://www.databasejournal.com/features/mssql/article.php/10894_2209321_
2

Paul

 -Original Message-
 From: Paul Larue [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 12, 2003 11:28 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] RE: Select Query in Access
 
 
 Ok, I solved my own issue.
 The problem is that (I believe) date/time datatype in 
 Access/MSSQL contain the time too. Thus the =[selectedDate] 
 won't work unless we specify the time too. Since we don't 
 want to do that, there are numerous possibilities like using
 (1)
 =[selectedDate] AND [selectedDate+1moreDay]
 
 - or -
 
 (2)
 LIKE [selecteddate%]
 (this option needs converting the months to concatenated 
 string, i.e. April to apr, since LIKE makes string comparisons)
 
 - or -
 
 (3)
 YEAR(call_date) = '2003' AND 
 MONTH(call_date) = '8' AND 
 DAY(call_date) = '11'
 
 - or -
 
 (4)
 DATEPART(YEAR, call_date) = '2003' AND 
 DATEPART(MONTH, call_date) = '04' AND 
 DATEPART(DAY, call_date) = '09'
 
 - or -
 
 CAST(FLOOR(CAST([DateField] AS FLOAT))AS DATETIME) = 'selectedDate'
 
 The 2 last options work only in MSSQL I think, Access throws 
 an error...
 
 Anyway, option 1 and 3 work marvelously. I prefer option 3 though!
 
 Paul
 
  -Original Message-
  From: Paul Larue [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, August 12, 2003 11:04 AM
  To: [EMAIL PROTECTED]
  Subject: [wdvltalk] Select Query in Access
  
  
  Hi list, why won't this work?
  SELECT *
  FROM calls
  WHERE call_for='Paul' AND call_date=#8/11/2003#
  ORDER BY calls.call_for, calls.call_time DESC;
  
  
  If I remove the condition on the date, then everything goes
  fine. Of I substitute the =[CurrentDate] to an 
  =[SmallerDate], then I get the results too. But that's not
  how it SHOULD be and I thus doing something wrong.
  
  Anybody can help?... Rudy?
  
  Paul
  
  paul @ edsnetworks.net
  
  Enterprise Data Services Ltd.
  Trade  Marketing Center
  Mer Rouge
  Republic of Mauritius
  [T] 217 217 0
  [F] 206 277 4
  www.edsnetworks.net
  
  
   . The WDVL Discussion List from WDVL.COM . 
  To Join wdvltalk, Send An Email To:
  mailto:[EMAIL PROTECTED] 
 Send Your Posts 
  To: [EMAIL PROTECTED]
  To set a personal password send an email to 
  [EMAIL PROTECTED] with the words: set WDVLTALK 
  pw=yourpassword in the body of the email. To change 
  subscription settings to the wdvltalk digest version:
  http://wdvl.internet.com/WDVL/Forum/#sub
  
    http://www.wdvl.com  ___
  
  You are currently subscribed to wdvltalk as:
  [EMAIL PROTECTED] To unsubscribe send a blank email to 
  %%email.unsub%%
  
  
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Opening a new window

2003-08-14 Thread Paul Larue
Kishore, sorry for being so dumb about that but I still do not get it!
Do you mean that you have 2 windows open simultaneously. One being the
parent of the second one. The child contains values ariginally entered
in the parent. When you submit the form on the parent, you want to close
the child? Or do you want to close the parent or both?

Did I get it?

Paul

| -Original Message-
| From: Kishore Kumar. G [mailto:[EMAIL PROTECTED] 
| Sent: Wednesday, August 13, 2003 3:41 PM
| To: [EMAIL PROTECTED]
| Subject: [wdvltalk] RE: Opening a new window
| 
| 
| Paul,
| 
| Both are working simultaneously. But the new window is 
| activated first, then it's trying to close the window.
| 
| Paul Larue wrote :
|  Sorry kishore but I did not get your point here. Could you 
| be clearer 
|  please?
| 
|  By the way... *NEVER* use onclick with a submit button, use 
| a normal 
|  button and fire the submit event from there. You never know what is 
|  going to be executed first, your JS code or form submission.
| 
|  Paul
| 
|   -Original Message-
|   From: Kishore Kumar. G [mailto:[EMAIL PROTECTED]
|   Sent: Wednesday, August 13, 2003 1:51 PM
|   To: [EMAIL PROTECTED]
|   Subject: [wdvltalk] Opening a new window
|   Importance: High
|  
|  
|   Hi all,
|  
|   I am using the following script to
|  
|   1. open a new window  (with all hidden values of the parent
|   form) when the user clicks the submit button, 2. the 
| parent window 
|   should be closed at the same time.
|  
|   It works fine in IE, but both the windows disappear in Netscape.
|  
|   Thanks in advance,
|  
|   Regards
|   kishore
|   --
|   script language=JavaScript
|function openwindow()
|{
|parent.window.close()
|}
|   /script
|  
|   form name=main method=post action=main.asp target=_blank
|  -all hidden fields approx. 40 values-
|   input type=submit name=submitbt value=Submit 
|   onclick=openwindow() /form
|   --
| 
| 
|  . The WDVL Discussion List from WDVL.COM . 
| To Join wdvltalk, Send An Email To: 
| mailto:[EMAIL PROTECTED] 
|Send Your Posts 
| To: [EMAIL PROTECTED]
| To set a personal password send an email to 
| [EMAIL PROTECTED] with the words: set WDVLTALK 
| pw=yourpassword in the body of the email. To change 
| subscription settings to the wdvltalk digest version:
| http://wdvl.internet.com/WDVL/Forum/#sub
| 
|   http://www.wdvl.com  ___
| 
| You are currently subscribed to wdvltalk as: 
| [EMAIL PROTECTED] To unsubscribe send a blank email to 
| %%email.unsub%%
| 
| 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Select Query in Access

2003-08-14 Thread Paul Larue
Hey, rudy, I think for one we solved an SQL problem without you!
I am actually using option 3, which as you mentioned is a bit slow.
Which option do you recommend then, none of them I suppose! I'd really
like to get that code faster since it ia an app that logs all the calls
received by the receptionist here. And by user/pass login, each user has
access to the list of people who called him/her during his/her absence.
So basically, it will be run VERY often on the intranet and by many
users simultaneously.

Paul

 -Original Message-
 From: rudy [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 12, 2003 2:45 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] RE: Select Query in Access
 
 
  Ok, I solved my own issue.
 
 excellent
 
 i love it when an sql problem is solved before i get up (it's 
 6 am here now)
 
 please allow me to make a few comments
 
  (1)
  =[selectedDate] AND [selectedDate+1moreDay]
 
 works, if selectedDate is a constant and not your date 
 column, otherwise this is an expression on the date column 
 and therefore cannot use an index (if any)
 
  (2)
  LIKE [selecteddate%]
  (this option needs converting the months to concatenated 
 string, i.e. 
  April to apr, since LIKE makes string comparisons)
 
 extremely ugly, plus it requires an string conversion, so 
 again, no index
 
  (3)
  YEAR(call_date) = '2003' AND
  MONTH(call_date) = '8' AND
  DAY(call_date) = '11'
 
 works, but clumsy, and requires an expression, so no index
 
  (4)
  DATEPART(YEAR, call_date) = '2003' AND
  DATEPART(MONTH, call_date) = '04' AND
  DATEPART(DAY, call_date) = '09'
 
 clumsier than (3), not the exact access syntax, and requires 
 an expression
 
  CAST(FLOOR(CAST([DateField] AS FLOAT))AS DATETIME) = 'selectedDate'
 
 worse than (4) and won't work in access, may work in sql 
 server, but ugly and slow
 
 
  Anyway, option 1 and 3 work marvelously. I prefer option 3 though!
 
 wait'll you try 3 on a high-volume table, it will work but very slowly
 
 
  What happens if you replace the 8/11/2003 with 11-Aug-2003?
 
  International date settings are problematic in Access
 
 no, that's not true -- well, not if you actually use the 
 international standard
 
 ISO standard date format:  -mm-dd
 
 access has no problem with 2003-08-11, no matter what its 
 locale or regional settings or whatever -- this date format 
 will *always* be interpreted correctly
 
  I always use the dd-mmm- format.
  (Purists may disagree, but it works.)
 
 oh, i don't doubt that it works for you, but it's pretty 
 awkward for someone whose version of access isn't english, or 
 who has to look up the english month names in order to use them
 
  Also try DateDiff(d,call_date,#8/11/2003#)=0
  in case you have a date and time in there.
 
 that indeed seemed to be paul's problem (the time portion)
 
 however, datediff applies an expression to the column and so 
 cannot use an index
 
 
  
 http://databasejournal.com/features/mssql/arti
cle.php/10894_2209321_2
 
 not bad
 
 the warning about wrapping the date column in a function 
 making an index unusable should have come at the front of the 
 article, not the end
 
 
  Access itself will let you set up a datetime column as date only
 
 really?   can you give an example?  pointers to relevant 
 documentation?
 
 my understanding is that a datetime column always has a time portion
 
 i've been wrong before, though (especially as it concerns microsoft
 products)
 
 
 rudy
 
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Opening a new window

2003-08-14 Thread Paul Larue
Sorry kishore but I did not get your point here. Could you be clearer
please?

By the way... *NEVER* use onclick with a submit button, use a normal
button and fire the submit event from there. You never know what is
going to be executed first, your JS code or form submission.

Paul

 -Original Message-
 From: Kishore Kumar. G [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 13, 2003 1:51 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Opening a new window
 Importance: High
 
 
 Hi all,
 
 I am using the following script to
 
 1. open a new window  (with all hidden values of the parent 
 form) when the user clicks the submit button, 2. the parent 
 window should be closed at the same time.
 
 It works fine in IE, but both the windows disappear in Netscape.
 
 Thanks in advance,
 
 Regards
 kishore
 --
 --
 ---
 script language=JavaScript
  function openwindow()
  {
  parent.window.close()
  }
 /script
 
 form name=main method=post action=main.asp target=_blank
-all hidden fields approx. 40 values-
 input type=submit name=submitbt value=Submit 
 onclick=openwindow() /form
 --
 --
 ---
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: MP3 Wav File

2003-08-14 Thread Paul Larue
Get a demo of 'wavelab' it will DEFINITELY do the job... In no way
affiliated to it but I Highly recommend it.


Paul

 -Original Message-
 From: James Jarvis [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 07, 2003 3:34 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] MP3  Wav File
 
 
 Hi,
 
 Slightly off topic. I am doing a powerpoint presentation and 
 need to put about 30 seconds of sound into the opening slide.
 
 I have the music I need as an MP3, so could have it an a CD 
 audio track, but I need it as a wav file to go into powerpoint.
 
 I have tried recording it through soundrecorder, but it 
 doesn't pick up unless I run a lead from the headphone 
 through to the mic, but it is then very distorted.
 
 Does anyone have any ideas on how to do this.
 
 Thanks in advance
 
 James
 mailto:[EMAIL PROTECTED] 
 Quest Meda Limited
 The National Business Awards sponsored by Orange
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: help needed with a DHTML problem (scrolling in a span with dynamically changing content)

2003-07-30 Thread Paul Larue
A quikc guess would be to use the scrollIntoView method. This scrolls
the specified object into view.

Ex.

Object.scrollIntoView(True)

Passing True will specify whether to scroll to the top of the object or
to the bottom of the object

TrueTop
False   Bottom

Maybe it would help...

Paul

P.S Dunnon how browser-compatible this is. I got that in MSDN...

 -Original Message-
 From: Jurgen Haug [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 30, 2003 2:43 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] help needed with a DHTML problem 
 (scrolling in a span with dynamically changing content)
 
 
 Hello,
 
 I need help with a nasty problem, and I spent the full day on 
 google to find a solution but I couldn't find any. Maybe 
 someone who really knows can either tell me a solution or 
 tell me there's none :-/
 
 Since I made some sample pictures, I made a webpage, please look here:
 
http://www.safaribears.de/help/scrolling.html

muchas gracias

-- 
regards,
 Jurgen


 . The WDVL Discussion List from WDVL.COM . 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with
the words: set WDVLTALK pw=yourpassword in the body of the email. To
change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To
unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: [OT] How stupid do they think I am?

2003-07-29 Thread Paul Larue
Actually one woman from Mauritius (that's where I live) got entagled in
one of those stupid suff. She move to south africa and lost quite some
money!

Well, not trying to be rude but some people definitly ARE stupid!!

Paul

 -Original Message-
 From: Peter MacGregor [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, July 29, 2003 5:56 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: [OT] How stupid do they think I am?
 
 
 I'm absolutely amazed that you have never had one of these 
 before! I get 
 about three a week!
 
 It's the well known old Nigerian Scam and you'd be 
 surprised how many 
 gullible people get taken in by it and actually follow it up! 
 Some lose 
 thousands and thousands as a result!
 
 I've had versions from about eight or nine different 
 countries this year 
 alone (got six copies of the same one in one week - the 
 sender must have 
 been getting really p**ss*d off with me for not replying! 
 HeHeHe) and if I 
 was able to inherit all the money that has apparently been 
 left in bank 
 accounts around the world by dead relatives I never knew I 
 had (and most of 
 whom have the same name and died in exactly the same way on 
 the same road 
 on the same date in different countries - now there's a feat) then I 
 wouldn't be reading the wonderful wdvl list. I'd be on the 
 beach lying on a 
 carpet of ten thousand dollar bills and enjoying a life style 
 to which I'd 
 love to become accustomed.
 
 Hey Ho - back to the current web development project!
 
 Peter MacGregor
 
 At 13:57 29/07/2003, you wrote:
 In my lifetime I have received all kinds of emails 
 soliciting all kinds 
 of things.  The email I got today definitely beats all the junk that 
 has previously graced my inbox.  Do they really think I am so stupid 
 that I would believe them?  Who falls for this?
 
 Sorry to rant on, but I had to vent!  Thanks for listening.
 
 Will (the message is below)
 
 Dear Friend,
 
 Please don't let this mail come as a surprise to you.Your 
 address was 
 given to me by my husband foreign contact in your country. 
 My name is 
 Mrs. Janet Marshall Harry the widow of the late Dr Marshall 
 Harry who 
 was brutally murdered on Tuesday March 4th 2003 in Abuja the seat of 
 the Nigeria Government.
 
 Everybody is convinced that he was killed by the People's Democratic
 Party(PDP)
 led Federal Government because of his critical views of government 
 policies and the need to weaken the opposition party of the All 
 Nigerian Peoples
 Party(ANPP)
 which my husband is aprominent member and financier ahead of 
 the April 
 General Elections. They believe by killing him the opposition party 
 will be in disarray
 and will not be able to put up a good fight in the election.
 
 Before my husband was killed the government through their 
 agents came 
 to bribe my husband with the sum of $15Million United States Dollars 
 and with a promise
 of oil lifting license to shut his mouth and for him to 
 decamp from his
 party
 to the ruling party. He calledto inform me about the money the
 government
 brought which he deposited in a security company and he told 
 me that is
 going
 to return the money once the his party election campaign is 
 over in Port
 
 Harcourt Rivers State his home state on Saturday 8th of 
 March but the 
 government could not wait any longer they moved in to finish him 
 off.Right now my life and that of my family is in danger. We 
 are being 
 constantly harassed by
 the agents of the state and all my telephone lines have been 
 bugged. I
 am of
 the view that if the family stays longer than necessary they 
 might come
 for us
 because we can identify some of the killers. There is need for me and
 the
 family to relocate and seek political asylum in a western 
 country. Since
 we
 will be in need of funds when we are outside the country i 
 have decided
 to keep
 the $15 Million United States Dollars for the family upkeep and
 survival.
 
 What is needed now is a foreigner who will claim the money 
 and have it 
 transferred safely out of the country. You will hold the money in 
 custody and invest it for the family while we perfect our traveling 
 arrangement to your
 country. This will be done immediately the money has been 
 successfully
 and
 safely transferred into your account.
 
 Please get in touch with me for more information via my 
 email address 
 if you are really interested in assisting me and the family. Please 
 treat this email
 with the urgency and sincerity it deserves our lives, survival and
 destiny lies
 in your hand.
 
 May the good Lord be with you as you help your fellow
 mankind in his hour of need.
 
 Respectfully yours,
 
 Mrs. Janet Harry Marshall
 
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED]
 Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with 
 the
 words: set WDVLTALK pw=yourpassword in the body of the 

[wdvltalk] RE: Uploading time estimates

2003-07-25 Thread Paul Larue
Hi Elan,
You could do a simple estimate based on 'file size' / 'connection
speed'. Thus, for a file of 1024 bytes (1Kb) you'll do something like
1024/42 if the connection is of 56Kbps. I used 42 since 56k is the
downloading speed and uploading speed is approximately 75% of that.
However, this would imply that you know the speed of the connection.
Either the user enters it somewhere or you call some obscure Win32API
that would return the connection type selected by the user in Internet
Options. Check the API Text Viewer or MSDN for more info.

A better test (and more reliable) would be to upload a small text file
of 1kb to the target server as test and then deduce the upload speed.
You could show that phase to the user as calculating upload speed for
example.

Paul

 -Original Message-
 From: elan [mailto:[EMAIL PROTECTED] 
 Sent: Friday, July 25, 2003 12:06 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Uploading time estimates
 
 
 Hi
 
 We are working on VB and ASP projects. In these projects 
 we are uploading images/files to the server and we want to 
 display the time estimations. But, here we are facing a 
 problem to display the remaining time that will take to 
 upload the remaining images/files.
 
 Please help me to solve this problem.
 
 Any ideas or helpful links are welcome.
 
 Thankyou in advance.
 
 Thanks,
 Elan
 
 Everyone hears what you say. Friends listen to what you say. 
  Best friends listen to what you don't say.
 --- Tim McGraw
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Sorting ADO recordsets

2003-07-21 Thread Paul Larue
The first thing I'm thinking of is making 2 queries. One with
snippetWHERE fname  /snippet and another one with snippetWHERE
fname = /snippet. Thw first one would return everything with a
'name' and the second one without the names.

It seems rude but I can't think of something else for the mo'.  I'm
sure somebody on the list will have a 'cleaner' proposal.

Paul

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, July 22, 2003 6:45 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Sorting ADO recordsets
 
 
 I've got one that's really buggin me:
 
 I have a recordset that contains contact info, nearly all of 
 which is optional, unfortunately.  What I am doing is sorting 
 by the last name, then the first name, then the email address 
 and plunking these into a select list.
 
 What I end up with (in ascending order) is a bunch of email 
 addresses at the top  (those without first or last names in 
 the db), then first names (no last name in the db) then the 
 neatly ordered first and last names.
 
 What I'd like is to have the records with a first and last 
 name come first, then the ones with just first names, then 
 the ones with only an email address.
 
 My code looks like this:
 
 select contactID, (fname + ' ' + lname) as fullname, email 
 from contacts
 where active = 1 
 order by lname, fname, email
 
 would someone kindly throw me a bone?
 
 Thanks,
 Stephen
 http://www.mechavox.com
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To set a personal password send an email to 
 [EMAIL PROTECTED] with the words: set WDVLTALK 
 pw=yourpassword in the body of the email. To change 
 subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: set 
WDVLTALK pw=yourpassword in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Converting image PDF to RTF...

2003-07-16 Thread Paul Larue
Thanks all,
I like the idea baout 'OCR - ing' the images with Fine Reader. On the
other hand, there's NO WAY I'm gonna scan all the pages again... That's
700 pages in all. I've got my share of scanning lol !!!


Paul

 -Original Message-
 From: Linden, Todd [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, July 15, 2003 7:33 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: Converting image PDF to RTF...
 
 
 You may be able to salvage it if you save as a TIFF file from 
 Acrobat. Then you can OCR the TIFF file...maybe...
 
 -Original Message-
 From: Janet Russeau [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 15, 2003 10:03 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: Converting image PDF to RTF...
 
 
 Does your scanner have an OCR option? If so, I would try that 
 so that it 
 scans it in as text instead of an image.
 
 You may have to make some corrections though. It's been a 
 while since I 
 used OCR with a scanner, but I do remember having to make 
 some corrections 
 to the text. The OCR did not recognize some letters correctly 
 and replaced 
 them with a different character or a number. I'm sure the 
 technology has 
 improved in the last 4 years.
 
 Good luck!
 
 Janet
 
 
 At 06:37 PM 7/15/2003 +0430, you wrote:
 Hi list,
 I scanned a lot of pages and converted them to PDF. Now the 
 boss would 
 like to have them as RTF files. Is that possible? I tried the save 
 as/export commands in acrobat and they don't work... I guess it's 
 because the pages have been scanned as images and not as text.
 
 Any clues? I really need to give him an answer 
 *U*R*G*E*N*T*L*Y* !
 
 Thanks
 
 Paul
 
 
  * The WDVL Discussion List from WDVL.COM * 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED]
 Send Your Posts 
 To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
  http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To 
 unsubscribe send a blank email to %%email.unsub%%
 
 
  * The WDVL Discussion List from WDVL.COM * 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank 
 email to %%email.unsub%%
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Best way to publish network diagrams???

2003-07-16 Thread Paul Larue
Visio should be able to export the image as a Jpeg, You can then insert
the image in your HTML page.

Now I dunno if this suits you but I did it in the past and people really
liked it... I did my drawing in Illustrator (network diagram, just like
yours) and exported it as an SVG file. It loads pretty quickly, is VERY
high def, can even include JS but requires a plug-in (available for free
from adobe.com - SVG Viewer)

So you could export your visio drawing to an illustrator compatible
format like EPS and then open it in illustrator and produce the SVG
file...

What's interesting about SVG is that it encapsulates everything inside
the file. No need for separate images etc...

Paul

 -Original Message-
 From: marvc [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 16, 2003 10:00 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: [wdvltalk] Best way to publish network diagrams???
 
 
 What's the best way to take a network diagram that was 
 created using visio and add it to a web page? I'd actually 
 like to take this diagram, group it, and save it sorta like 
 an image, open dreamweaver and insert it into a 300width x 
 400height TD. 
 Anyone know how this can be done?
 
 tia
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: messages?

2003-07-16 Thread Paul Larue
VIRUS!!! That's the first thing I would think of... Update your virus
and ad-aware defs and scan your PC...

Paul

 -Original Message-
 From: Gerrie Warner [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, July 17, 2003 8:55 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] messages?
 
 
 Would anyone have any idea as to why suddenly today I am 
 getting a HUGE amount of  Undeliverable message from people 
 I havwe never sent any mail to? //Gerrie
 
 
  . The WDVL Discussion List from WDVL.COM . 
 To Join wdvltalk, Send An Email To: 
 mailto:[EMAIL PROTECTED] 
Send Your Posts 
 To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
 
   http://www.wdvl.com  ___
 
 You are currently subscribed to wdvltalk as: 
 [EMAIL PROTECTED] To unsubscribe send a blank email to 
 %%email.unsub%%
 
 


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Converting image PDF to RTF...

2003-07-15 Thread Paul Larue
Hi list,
I scanned a lot of pages and converted them to PDF. Now the boss would
like to have them as RTF files. Is that possible? I tried the save
as/export commands in acrobat and they don't work... I guess it's
because the pages have been scanned as images and not as text.

Any clues? I really need to give him an answer *U*R*G*E*N*T*L*Y* !

Thanks

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: Operating System Not Found!!!

2003-06-23 Thread Paul Larue
In the best of cases, the system just needs a disk check for bad
clusters/sectors. I may simply be that the system files needed for booting
are foudn there. In which case, a disk check should solve the problem... In
the worst case scenario, however, a virus formated your hard drive and you
now have a clean new hard disk. This happenned to me twice. I hope that this
is not your case...

Lots of courage and keep cool

Paul

 -Original Message-
 From: jac - WDVL [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 23, 2003 1:21 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Operating System Not Found!!!
 Importance: High


 OMG I need help here - got up this morning, started up the machine no
 problem - went out for half an hour came back  now it's saying Operating
 System Not Found. How can this happen? How can I fix it? Has this happened
 to anyone before? I've tried restarting many times  it still gives me
 Operating System Not Found!

 On the laptop for the moment but jesus!!! I have so much work to
 do it's not
 funny.

 thanks for any help /advice/valium you can give
 :o(
 jac.


  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Servers: Unix vs. Windows

2003-06-16 Thread Paul Larue
Actually .Net's CLI has been standardized by ECMA as well as it C#. So there
could be a .Net implementation for *nix. I went to a MS DevDays on .Net some
time ago and asked about implementation of .NET in *nix and they said that
they heard of one but it wasn't ready yet. Maybe it is now. Unfortunately I
dunno where you could get info on it. Maybe google can help...

What MS says about CLI/C# and ECMA http://msdn.microsoft.com/net/ecma/
What ECMA says about CLI/C#
http://www.ecma-international.org/news/ECMA%20ISO%20CSharp%20Final.htm

Paul

 -Original Message-
 From: Jan Major [mailto:[EMAIL PROTECTED]
 Sent: Saturday, June 14, 2003 3:42 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: Servers: Unix vs. Windows


 Thanks John, your info really helps me a lot, and thanks for the links.

 Jan
 ---

 John Nichel wrote:
  Jan Major wrote:
 
  John,
  Regarding this sentence:
  snipI've yet to see a MS feature that you can't incorporate into
  *nix (including ASP and .NET) /snip
 
  Is there any way to incorporate ASP and .NET into a MS server?
 
  Of course, as you can see, I want it all, and if I cannot incorporate
  *nix features into a MS server, then I will have to do some changing.
 
  Jan
  ---
 
 
  I've never tried it, but there's Apache ASP
 
  http://www.apache-asp.org/
 
  And there are a few howto's for .NET (I've never used that before
  either, so I can't say which site is more useful)
 
 
 http://www.google.com/search?q=howto+%22Microsoft+.NET%22+linuxbt
nG=Google+Searchhl=enlr=ie=ISO-8859-1


 Some say that php4 already works with .NET, and I know it's incorporated
 into php5.


  The WDVL Discussion List from WDVL.COM  
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Font on an HTML page

2003-06-16 Thread Paul Larue
Can that help ???

STYLE
SPAN style=COLOR: red@font-face myfont { src:url(garamond.eot); }/SPAN
P { font-family: Garamond, SPAN class=bluemyfont/SPAN }
/STYLE


For more info search for Font Embedding on www.msdn.microsoft.com

Paul

 -Original Message-
 From: puterbug.com [mailto:[EMAIL PROTECTED]
 Sent: Sunday, June 15, 2003 10:10 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: Font on an HTML page


 I just searched for embed font on .html page on Google, because I do
 remember at least one site that shows you how to do this, but I'll be
 darned if I know where it is now.  However, a ton of results came
 up.  Perhaps if you do your own search you'll find what you're looking
 for.  Hope that helps.

 Deb


 At 04:27 PM 6/15/2003 -0700, you wrote:
 Hello,

 Does anyone know a way to embed an unusual font, such as Gill Sand on an
 HTML page?



   The WDVL Discussion List from WDVL.COM  
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Font on an HTML page

2003-06-16 Thread Paul Larue
Joseph,
Why not try using JS to decide wether or not to use the font or an image?
Let's say if version of navigator is = 4 then use CSS else write image
code. I suppose that could work

Paul

 -Original Message-
 From: Joseph Harris [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 16, 2003 1:17 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: Font on an HTML page


 Paul,

 That is very interesting.   Following through to MS the system does a good
 job on IE (at a price of quite a few extra kb per page) but leaves the
 design at the mercy of older and other browsers!

 Joseph

 Joseph Harris
 Smile Poetry Weekly (fortnightly)
 www.smilepoetryweekly.com
 Batty Balls and other Wicket Wit
 www.ah-mah-son.com

 - Original Message -
 From: Paul Larue [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, June 16, 2003 7:48 AM
 Subject: [wdvltalk] Re: Font on an HTML page


  Can that help ???
 
  STYLE
  SPAN style=COLOR: red@font-face myfont
 { src:url(garamond.eot); }/SPAN
  P { font-family: Garamond, SPAN class=bluemyfont/SPAN }
  /STYLE
 
 
  For more info search for Font Embedding on www.msdn.microsoft.com
 
  Paul
 
   -Original Message-
   From: puterbug.com [mailto:[EMAIL PROTECTED]
   Sent: Sunday, June 15, 2003 10:10 PM
   To: [EMAIL PROTECTED]
   Subject: [wdvltalk] Re: Font on an HTML page
  
  
   I just searched for embed font on .html page on Google, because I do
   remember at least one site that shows you how to do this, but I'll be
   darned if I know where it is now.  However, a ton of results came
   up.  Perhaps if you do your own search you'll find what you're looking
   for.  Hope that helps.
  
   Deb
  
  
   At 04:27 PM 6/15/2003 -0700, you wrote:
   Hello,
  
   Does anyone know a way to embed an unusual font, such as Gill
 Sand on an
   HTML page?
  
  
  
     The WDVL Discussion List from WDVL.COM  
   To Join wdvltalk, Send An Email To:
 mailto:[EMAIL PROTECTED]
  Send Your Posts To: [EMAIL PROTECTED]
   To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub
  
     http://www.wdvl.com  ___
  
   You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
   To unsubscribe send a blank email to %%email.unsub%%
  
  
 
 
   . The WDVL Discussion List from WDVL.COM . 
  To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
 Send Your Posts To: [EMAIL PROTECTED]
  To change subscription settings to the wdvltalk digest version:
  http://wdvl.internet.com/WDVL/Forum/#sub
 
    http://www.wdvl.com  ___
 
  You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
  To unsubscribe send a blank email to %%email.unsub%%
 


  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: swapping iframe source

2003-06-13 Thread Paul Larue
Steve,
I'm using this in Opera 7/win and it works...

window.parent.frames['FrameName'].location.href='foo.html'

Paul

 -Original Message-
 From: Steve Miller [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 12, 2003 10:21 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] swapping iframe source


 Hi all,

 I have an iframe called display defined as:


  iframe width=350 height=410 src=../ad_images/blank_ad.html
 id=display frameborder=0 scrolling=no /iframe


 and I am loading pages into it using:


 function loadAd(url)
 {

 if (document.all)
   {
targetAll=eval(window.frames[display].location)
targetAll.href=url;

   }
else if (document.getElementById  !document.all)
   {
targetElement=eval(document.getElementById(display))
targetElement.src=url;

   }
 }


 This (so far) works in all newer browsers except Opera 6/mac and Opera
 7/win. Can anyone tell me why not?

 Thanks!
 steve


   The WDVL Discussion List from WDVL.COM  
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: window position?

2003-06-10 Thread Paul Larue
I usually use the following code for opening windows...

function openWin()
var URL = newpage.html
var title
var width = 200
var height = 200
//set contered to false if you don't want the new window to be centered
var centered = true;
var top = centered : parseInt((screen.availHeight - height)/2) ? 
var left = centered : parseInt((screen.availWidth - width)/2) ? 
var winArgs = height=+ height +, width=+ width +, top=+ top +,
screenY=+ top +, left=+ left +, screenX=+ left;
var newWin = window.open(URL, title, winArgs);
}

... whatch out for line breaks... The line var 'winArgs =' should be read as
a single line up to 'left;'
Paul

 -Original Message-
 From: Gerrie Warner [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2003 11:01 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] window position?


 I have this code to open a new browser window:
 onmousedown=MM_openBrWindow('kmf.htm','kmf','width=200,height=200')

 How does one position it? Cenetered in screen left Right margins?

 TIA!

 //Ger


  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%






 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: VBScript error '80040e10'

2003-06-06 Thread Paul Larue
replace the A4 with 'A4'

That fixes it...

Usually to output font color=red by using response.write you'd do
response.write(font color=red)
The  sequence escapes the last  and outputs  to the screen. In SQL Code,
there is no outputting to screen, the  is being passed to the SQL engine
which throws an error since it is reading it as
WHERE (field= A4 ))

Which can be read as WHERE field = - up to now it is correct but the
rest A4 )) is being read as another steatement of the WHERE
condition, which is wrong.

Got the point? I hope I was clear enough 'cos I'm getting a bit dizzy myself
when reading out this mail myself ... lol

HTH

Paul


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 05, 2003 7:33 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] VBScript error '80040e10'


 Hello,

 I am receiving the following error when loading a page:

 :
 :  Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
 :
 :  [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected
 1.
 :
 :  /blah/engine.asp, line 23
 :

 I have read info on this error, and I realise that it is due to the SQL
 statement looking for a field that doesn't exist, usually due to
 a spelling
 error in the statement.

 I have tried correcting this for 3 hours with no luck, obviously there's
 something simple I'm looking over. I've even resorted to going direct to
 MSAccess and copied the SQL directly from a query - and I still receive
 this error.

 If you can please help me, I've included the database and ASP
 file in a zip
 file you can download by clicking
 http://www.cashflow-manager.com/blah/web/zip

 Thanks for you time

 Tim Burgan
 [EMAIL PROTECTED]

 
 mail2web - Check your email from the web at
 http://mail2web.com/ .



  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%






 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: OT - Connect to Crete

2003-06-06 Thread Paul Larue
Dunno what the story is but would love moving to Crete tomorrow!!!

Paul

 -Original Message-
 From: jac [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 05, 2003 7:42 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] OT - Connect to Crete


 Hiya folks,
 we might be off to Crete tomorrow for a week  I need to know what's the
 story with connecting to the internet cause I'm bringing the laptop  I'll
 have some work to do while there.

 Any pionter are really appreciated

 best regards
 jac.



  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%






 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: PDF file size

2003-05-31 Thread Paul Larue
 From: Joseph Harris [mailto:[EMAIL PROTECTED]

 Except for users like me who rarely 'click that link'. :-o
 Joseph

Well, you'd click if it interested you. Right?

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: PDF file size

2003-05-30 Thread Paul Larue
ooops... sorry, should read I ha.t.e to be forced with some stuff in my
mailbox instead of I ha.v.e to be forced with some stuff in my mailbox

 -Original Message-
 From: Paul Larue [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 30, 2003 3:41 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: PDF file size


 I second #4. I have to be forced with some stuff in my mailbox.
 Give me the
 choice to decide whether or not I want to read your info. Moreover, from a
 developer's point of view, it's easier to maintain and you can more easily
 log visits and have an idea of how many hits this page got since you sent
 your mailing...

 Paul

  -Original Message-
  From: sherry young [mailto:[EMAIL PROTECTED]
  Sent: Friday, May 30, 2003 4:50 AM
  To: [EMAIL PROTECTED]
  Subject: [wdvltalk] Re: PDF file size
 
 
  As a longtime user of the internet, I vote for #4. It's the best
  of all worlds.
  S.
 
  edc wrote:
 
   Seriously though jac, you should sit down with your client and
  ask him to
   seriously think about the nature of his mailing list clients.
  
   1. Would many of them prefer plain text
  
   2.Should there be an opt in for html email
  
   3.How many are corporates or work for corporates who have firewalls
   installed which not only reject html email but will NOT allow
  attachments
  
   4.Has the client thought about the option of doing a web page [
  html or pdf
   available for download on line] and simply emailing the fact of the
   update(s).
  
   Michael Ensor
 
 
    The WDVL Discussion List from WDVL.COM  
  To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
 Send Your Posts To: [EMAIL PROTECTED]
  To change subscription settings to the wdvltalk digest version:
  http://wdvl.internet.com/WDVL/Forum/#sub
 
    http://www.wdvl.com  ___
 
  You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
  To unsubscribe send a blank email to %%email.unsub%%
 
 
 



   The WDVL Discussion List from WDVL.COM  
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%






 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread Paul Larue
I don't get any thing like HTTP_referer on your request page...

Sorry, I submitted the form with stupid stuff but still couldn't find
anything...

Any thing special you did to get the error?

Paul

 -Original Message-
 From: puterbug.com [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 28, 2003 12:58 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] RE: anyone know what this error means and how to fix
 it?


 At 10:53 AM 5/28/2003 -0700, you wrote:
 Check the page for any mention of HTTP_REFERER. There must be
 something like
 that in your code!
 Or maybe there;s an include file that's checking for this. I dunno, but
 there should normally be some reference to HTTP_referer somewhere.

 I just checked the entire site using Dreamweaver's find feature
 and this is
 not found anywhere on the site.


 Could you post the code that's responsible of raising the error?

 Here is the quote page:  http://www.puterbug.com/request.php


 Paul
 
   -Original Message-
   From: puterbug.com [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, May 27, 2003 11:47 PM
   To: [EMAIL PROTECTED]
   Subject: [wdvltalk] RE: anyone know what this error means and
 how to fix
   it?
  
  
  
   But I don't use an http_referer on any of my pages, it was
 never there in
   the first place and I just checked some other forms, mine and
 others, and
   none of them have anything to do with an http_referer in them.  I
   wouldn't
   know what the heck to do with an http_referer having no
 experience with
   something like this.  So, in a way, I understand what you're
 saying the
   error msg does appear to be looking for what you said, but if it
   was never
   there before and the form worked, why now is it suddenly not
   working for a
   reason that was never there and worked before?
  
   Deb
  
   At 09:16 AM 5/28/2003 -0700, you wrote:
   I think that the page is looking for the HTTP_REFERER header
 and doesn't
   find it.
   You won't get an HTTP_REFERER when you open the browser and type
   the address
   directly. You'll get one though if you clicked a link to get
   there or a form
   did or by some other means like redirection.
   
   Basically the page os looking for that header and is not finding
   it and is
   thus telling you that you can't go further.
   
   Check the spelling, HTTP_REFE*R*ER and not HTTP_REFE*RR*ER
 and if you are
   using this to check wether a form was submitted or not it may be
   better to
   use the CONTENT_LENGTH header.
   
   HTH
   
   Paul
   
 -Original Message-
 From: puterbug.com [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 27, 2003 9:34 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] anyone know what this error means and how
   to fix it?


 Hi,

 I have a form up for my design services.  It was working fine
   and hasn't
 been messed with.  I went to add some things to it today
 and found I'm
 getting the following error page after clicking the SUBMIT button:

 The following errors were found:

 Sorry, but I cannot figure out who sent you here. Your
 browser is not
 sending an HTTP_REFERER.
 Please use the back button to correct these errors.

 I put back the original page and tried again, same error comes
 up.  I don't
 know why it worked before and suddenly isn't working now
 considering
 nothing has been done to it in months.  Anyone know what it
   means and how
 to fix it?

 Thanks,
 Deb
  



   The WDVL Discussion List from WDVL.COM  
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%





 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-28 Thread Paul Larue
Could you post the error you are getting, paste the page contents as well as
the URL.
That may help...

Paul

 -Original Message-
 From: puterbug.com [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 28, 2003 2:04 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] RE: anyone know what this error means and how to fix
 it?


 At 12:50 PM 5/28/2003 -0700, you wrote:
 I don't get any thing like HTTP_referer on your request page...
 
 Sorry, I submitted the form with stupid stuff but still couldn't find
 anything...
 
 Any thing special you did to get the error?
 
 Paul


 Hmmm, what the heck?  Wonder if it was a temporary problem or
 something.  I'll go check it myself and see what happens.  Yes, I did get
 your form results, thanks for trying it out for me!  Only thing I
 can think
 of that may have caused it is that I didn't fill out every single
 field as
 only two are required.  Other than that, nope ... nothing special.

 Deb



   The WDVL Discussion List from WDVL.COM  
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%






 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: anyone know what this error means and how to fix it?

2003-05-27 Thread Paul Larue
I think that the page is looking for the HTTP_REFERER header and doesn't
find it.
You won't get an HTTP_REFERER when you open the browser and type the address
directly. You'll get one though if you clicked a link to get there or a form
did or by some other means like redirection.

Basically the page os looking for that header and is not finding it and is
thus telling you that you can't go further.

Check the spelling, HTTP_REFE*R*ER and not HTTP_REFE*RR*ER and if you are
using this to check wether a form was submitted or not it may be better to
use the CONTENT_LENGTH header.

HTH

Paul

 -Original Message-
 From: puterbug.com [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, May 27, 2003 9:34 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] anyone know what this error means and how to fix it?


 Hi,

 I have a form up for my design services.  It was working fine and hasn't
 been messed with.  I went to add some things to it today and found I'm
 getting the following error page after clicking the SUBMIT button:

 The following errors were found:

 Sorry, but I cannot figure out who sent you here. Your browser is not
 sending an HTTP_REFERER.
 Please use the back button to correct these errors.

 I put back the original page and tried again, same error comes
 up.  I don't
 know why it worked before and suddenly isn't working now considering
 nothing has been done to it in months.  Anyone know what it means and how
 to fix it?

 Thanks,
 Deb



   The WDVL Discussion List from WDVL.COM  
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%





 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] [PHP/ASP] Class v/s Procedural

2003-04-03 Thread Paul Larue
Hi all,
Glad to see that the list got livened up a bit. Still not the 100 posts
per day we used to have in the good ol'days but better than the 4 posts we
had 2 weeks ago!!

Anyway, here's a question:
Concerning web scripting languages like PHP or ASP, is it better to build a
big class containing all the methods/properties that you online app would
need (like db access, xml parsing, file system functions etc) and to call
the appropriate methods/properties whenevr they are needed or is procedural
programming the way to go? By procedural I mean writing the necessary
functions and code in the pages that need them and that's it.

Paul




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: [PHP/ASP] Class v/s Procedural

2003-04-03 Thread Paul Larue
Hi Mark,
Actually that's what I do, each module has it's own class. But I was
wondering if going the procedural way was not faster. When I begun, that was
the way I used to do things. But later I turned down to classes since those
offer more advantages and are easier to manage. But are they faster and do
they really provide performance increases? I did not make any tests like
adding timers to verify but I suppose that they (classes) should be a bit
slower since the page got quite some code to parse before starting
execution. Of course you could always cache the pages but though...

What's your idea on this?

Paul

 -Original Message-
 From: Mark M [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 03, 2003 10:10 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: [PHP/ASP] Class v/s Procedural



  Concerning web scripting languages like PHP or ASP, is it better to
  build a big class containing all the methods/properties that
 you online app
  would need (like db access, xml parsing, file system functions
 etc) and to
  call the appropriate methods/properties whenevr they are needed or is
  procedural programming the way to go?

 Neither - build lots of smaller Classes, each with its own
 specific role within the
 system.

 Mark
 ---
 [EMAIL PROTECTED]
 ICQ: 3094740
 Safe From Bees
 [www.safefrombees.com]

  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%





 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: [PHP/ASP] Class v/s Procedural

2003-04-03 Thread Paul Larue
Please, avoid talking about those
24-hours-a-day-coffee-and-cigarettes-no-lunch-at-regular-intervals days
8-)
I left those aside and am resting a bit. Though I'll get back to C++ soon.
Got some encryption implementation work to do. (mummy, where are you!!)

lol

Paul

 -Original Message-
 From: Mark M [mailto:[EMAIL PROTECTED]
 Sent: Thursday, April 03, 2003 11:43 PM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: [PHP/ASP] Class v/s Procedural


 glad to see we agree then ;o)

 I think it really all stems back to having to write algorithms
 and data structures in
 C...

 Probably made me a tad biasd ;o)

 Mark



  Paul Larue [EMAIL PROTECTED] wrote:
 
  Mark,
  I'm ok with all that. I was just guessing wether or not procedural
  code was
  faster than classes in a web environment. In a workstation
  environment you
  can easily compile you classes as DLL's or equivalent to the system
  and
  cache them (you can also do that with web environment but you need to
  have
  your own server!). This causes calls to the classes to be much more
  faster.
 
  I'm fine with all you said... specially people being lazy with their
  SQL. We
  too often see select * from table then a loop in the recordset to
  find a
  specific record where the whole thing could have been done using a
  where
  condition in the SQL itself!
 
  Paul
 
   -Original Message-
   From: Mark M [mailto:[EMAIL PROTECTED]
   Sent: Thursday, April 03, 2003 10:40 PM
   To: [EMAIL PROTECTED]
   Subject: [wdvltalk] Re: [PHP/ASP] Class v/s Procedural
  
  
But later I turned down to classes since those
offer more advantages and are easier to manage. But are they
  faster
and do they really provide performance increases?
  
   Personally I've always been taught 2 things
  
   (1) Sofware design is more important than anything else
   (2) Make it work first, then optimise.
  
   If you have good software design, you develop faster, and its
   cheaper to do.. and
   the rest of those good things.
  
   If you develop something that works, then find the bottlenecks,
   then you actually
   KNOW where the bottlenecks are, rather than guessing.
  
   Sure there are plenty of little tips and tricks you do during
   coding to make stuff a
   bit faster... but just just because you could write everything
   inline and make it run
   faster? Would you? hell no.. can't read it worth diddley squat.
  
   Final comment - your BIGGEST slowdown on a site is your Database
   Queries. If
   you want to make things optimised, work there. Cache your
   queries, design your
   DB better, and write concise SQL that does ALL the work you need
   it to, without
   having to get your code (ASP, PHP, whatever) to do any additional
  work.
   (I have a pet peeve about this... people are lazy with their SQL)
  
   Hope that makes sense.
  
   Feel free to disagree ;o)
  
   Mark
  
   ---
   [EMAIL PROTECTED]
   ICQ: 3094740
   Safe From Bees
   [www.safefrombees.com]
  
    • The WDVL Discussion List from WDVL.COM • 
   To Join wdvltalk, Send An Email To:
  mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
   To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub
  
     http://www.wdvl.com  ___
  
   You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
   To unsubscribe send a blank email to %%email.unsub%%
  
  
 
 
 
   • The WDVL Discussion List from WDVL.COM • 
  To Join wdvltalk, Send An Email To:
  mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
  To change subscription settings to the wdvltalk digest version:
  http://wdvl.internet.com/WDVL/Forum/#sub
 
    http://www.wdvl.com  ___
 
  You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
  To unsubscribe send a blank email to
  %%email.unsub%%


 ---
 [EMAIL PROTECTED]
 ICQ: 3094740
 Safe From Bees
 [www.safefrombees.com]
 N
 RŠÇ²Èœ¸µú™`,#N‚Š|¾[–DÐf•:j)£–Ö’:žX¶Ì¾W™'uŠ¬ú¶ÄÁÛµ©–+³•ÊN‡jx²ær
 ¸¶*±ëŠx¶‹{–Ö‘ØzËz»¢x¶ŸÁۊ{®wr‰X5üZºo¹¸¶ŸÃ vù¢f¹ªrêz{Ê˱Êm磖֑«jévÉ·
 ’ɵ:žË±ÊmëÖ•©zf–Úy«ÁÛµ©ç¿ÛCŠËÁÛ



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: List down?

2003-03-26 Thread Paul Larue
The fact is that we are nowadays required to have more fields of knowledge
than for any *normal* job. To be good in this domain you need knowledge of
design, server admin, coding, app programming, databases, multi media and so
on... And to make things more complicated, you should also ALWAYS consider
different platforms, versions, OS etc...

But hey, all those fields and no questions? AFAIK there should MORE
questions now. strange...

Paul

-Original Message-
From: Van Der Westhuizen, Sonja [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 1:08 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: List down?


lol... there is always more questions than anwers ;) maybe more about life,
the universe and everything...

i don't think we get as many newbies as we used to in the good old days of
the internet boom... life also became more serious, just work work work...
*sigh* and most companies don't want to be on the edge...

Sonja

-Original Message-
From: Jan Major [mailto:[EMAIL PROTECTED]
Sent: 26 March 2003 10:56 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: List down?


Hi Dave,
I've been so very busy, I haven't even been reading the
digest until now.  You're right, the list is non active!
I like Rudy's response:

  What's happenning?

  we've solved all the problems

I haven't.  ;o)

Jan
---


 Subject: Re: List down?
 From: David Precious [EMAIL PROTECTED]
 Date: Wed, 26 Mar 2003 01:26:22 +
 X-Message-Number: 2


 Please could someone respond just to confirm that I'm getting out on the
list
 alright - I've only just subscribed my home address!

 If  my net access is still like this tomorrow, maybe I'll get hold of NTL.

 Dave P

--
http://www.jdvisions.com
Web Development and Design


 * The WDVL Discussion List from WDVL.COM * 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%


___


The views expressed in this email are, unless otherwise stated, those of the
author and not those
of the FirstRand Banking Group or its management.  The information in this
e-mail is confidential
and is intended solely for the addressee. Access to this e-mail by anyone
else is unauthorised.
If you are not the intended recipient, any disclosure, copying, distribution
or any action taken or
omitted in reliance on this, is prohibited and may be unlawful.
Whilst all reasonable steps are taken to ensure the accuracy and integrity
of information and data
transmitted electronically and to preserve the confidentiality thereof, no
liability or
responsibility whatsoever is accepted if information or data is, for
whatever reason, corrupted
or does not reach its intended destination.

   

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: List down?

2003-03-26 Thread Paul Larue
Hi David,
You know how they call that need it yesterday stuff here? They call it the
*philosophy of now-ism*... I run away when I hear that!! True that when you
got s much to look after and to do, you don't really have time to wait
for a lits member to answer. But I'm sure if some people start sending osts
and wait for others to answer, this will liven up the list and gradually
increase the number of [interesting] posts to the list...

Paul

 -Original Message-
 From: David Precious [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, March 26, 2003 5:05 AM
 To: [EMAIL PROTECTED]
 Subject: [wdvltalk] Re: List down?



 Hi Paul,

 On Wednesday 26 March 2003 9:25 pm, Paul Larue wrote:
  The fact is that we are nowadays required to have more fields
 of knowledge
  than for any *normal* job. To be good in this domain you need
 knowledge of
  design, server admin, coding, app programming, databases, multi
 media and
  so on... And to make things more complicated, you should also ALWAYS
  consider different platforms, versions, OS etc...

 That's too true.  At work I do HTML development, Perl and PHP
 coding, MySQL
 admin, reports (written in Perl), email runs, etc.  I'm basically
 doing Web
 Development and MIS work.  On top of that, I administer our Linux
 webserver,
 backup webserver, development server, web database server, a machine that
 runs automatic ADSL availability checks, and a few others.

 Kinda explains why I've been so busy lately :o)   Think it'll be time to
 demand another pay rise soon!


  But hey, all those fields and no questions? AFAIK there should MORE
  questions now. strange...

 True.  I often find though, when I need an answer to a problem
 I've got at
 work, I don't have time to post to the list then wait for a
 response, they
 need it completed yesterday, so I have to try to solve it
 immediately.  A
 good way to learn I suppose.


 Dave P


 --
 David Precious
 [EMAIL PROTECTED]
 http://www.preshweb.co.uk/


  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
 To change subscription settings to the wdvltalk digest version:
 http://wdvl.internet.com/WDVL/Forum/#sub

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to %%email.unsub%%





 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: List down?

2003-03-25 Thread Paul Larue
Boy, I'm on wdvl for about 4 years now. I left for some reasons about a year
ago and been back since 2/3 months now. In  the good ol' days I was
receiving about 75-100 messages per day from wdvl now that's barely 10 times
less...

What's happenning?

Paul

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 9:08 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: List down?




Please could someone respond just to confirm that I'm getting out on the
list
alright - I've only just subscribed my home address!


i can see you :-)

good luck in CS!

Olya
heading home for the night






  The WDVL Discussion List from WDVL.COM  
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: List down?

2003-03-25 Thread Paul Larue
Yeah, it seems we've all been promoted from the rank of websters to the one
of webmasters! ;)
Nobody needs help! May be we should extend wdvl's advices to other domains.
Cash registers, Mechanical Engineering or hydroponic yielding of tomatoes?

Any clues?

Paul

-Original Message-
From: rudy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 10:01 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: List down?


 What's happenning?

we've solved all the problems


;o)

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: Image swapping on loaded page

2003-03-19 Thread Paul Larue
I've written a simple script that allows for easy implementation of a roll
over. I know, I know, roll-overs are not *THAT* complicated to do but with a
large site it may help to use one simple script for all of that. The
interesting part is that you use the same function call for both OnMouseOver
and OnMouseOut

function GetImageContainingFolder(ImageSource)
{
var splitImgSrc = ImageSource.split(/);
//remove image name from array; last element
splitImgSrc[splitImgSrc.length-1] = ;
return splitImgSrc.join(/);
}

function GetImageName(ImageSource)
{
var imgSrcSplit = ImageSource.split(/);
var imgName = imgSrcSplit[imgSrcSplit.length-1];
return imgName.substr(0, imgName.length - 8);//remove 4 chars for _IMG or
_OVR and 4 for .gif/.jpg/.png
}

function SwapImages(ImageName)
{
var img = document.images[ImageName];
var imgSrc = img.src;
var newSrc = GetImageContainingDir(imgSrc) + GetImageName(imgSrc);
img.src = (imgSrc.indexOf(_ov)  0) ? newSrc + _img.gif: newSrc +
_ovr.gif;
}

Just call the SwapImages function and pass the name of the image you want to
roll over. The only thing though is that all images should be named as
follows:
ImageName_IMG.ext   - Normal state
ImageName_OVR.ext - Mouse Over State

Hope that helps

Paul

-Original Message-
From: Mark Groen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 6:41 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: Image swapping on loaded page


On March 19, 2003 at 6:52, Dave Sebaste wrote:

 There isn't a way to change an image on a page being displayed in a
 browser without reloading the whole page, is there? Talking about
 using HTML, DHTML, scripting, etc.

You could use something like this to create a banner that rolls over four
pics.

script
 var banners = new
Array(banner1.jpg,banner2.jpg,banner3.jpg,banner4.jpg)
 var bnrCntr = 0
 function bancycle() {
 bnrCntr = bnrCntr + 1
 if (bnrCntr == 4) {
bnrCntr = 0
 }
  document.Banner.src = banners[bnrCntr]
  setTimeout(bancycle(),3000)
 }
/script
BODY onload=setTimeout('bancycle()',3000)
IMG SRC=banner1.jpg Name=Banner width=320 height=65



Regards,

Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
[EMAIL PROTECTED]
604-780-6917

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-19 Thread Paul Larue
Ok people, Thanks for your help. I just upgraded from MySQL 4.0.11 to MySQl
4.0.12 and guess what... IT WORKS!!!

Paul

-Original Message-
From: Furry, Tim [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 6:23 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't
update the child table - HELP


Paul wrote:
I thought about that one but the result will be that if I want to have,
let's say, a list of employees and their associated groups, I would have
to make a UNION select on the 2 tables to get the associated
employee_groups.grp_name since employees.emp_group only contains the ID
of the group name. So only to avoid that, I would prefer to keep the
actual pk/fk mapping. Your solution is somehow interesting since
updating employee_groups.grp_name DOES NOT affect the employees table.

What do you think is better? Keep the existing setup and bang my head
against the wall to find out why it won't work or change to the one you
proposed? Taking into consideration the issue I pointed out above (the
UNION stuff).

Tim sez:
Paul, I don't know anything about MySQL, but some general searching
brought up these interesting things you might want to check.  I agree
with you, updating the child table shouldn't affect the PK/FK mappings
at all unless you're trying to change the child table's FK/PK.  Weird.

These two sites suggest you need to check the version level of your
MySQL (for cascade support):
http://www.geocrawler.com/archives/3/8/2002/5/0/8813034/
http://www.riverside.org/archive/html/mysql/2003-02/msg00392.html

The order in which you declare the ON DELETE/ON UPDATE cascades may be
important:
http://www.faqchest.com/prgm/mysql-l/mysql-03/mysql-0302/mysql-030207/my
sql03020615_23303.html

Probably won't help, but maybe it will.

Tim
___
Tim Furry
Web Developer
Foulston Siefkin LLP




  The WDVL Discussion List from WDVL.COM  
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: swf file

2003-03-18 Thread Paul Larue
Actually the flash player is a separate application as well as a plug-in.
Installing Flash will give you all the necessary plug-ins/players you need.

On the other hand, you could try embedding the swf file in an html page and
see if it shows up.

Paul

-Original Message-
From: Jon Haworth [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 4:20 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: swf file


Hi Joseph,

 I can only think it might be that it won't work with IE 5.0?

Have you tried selecting Internet Explorer in the Open With... dialog box?
The Flash player doesn't show up as a separate application, it's a plug-in
for IE.

Cheers
Jon

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-18 Thread Paul Larue
Me again, Anybody can help?

Paul

-Original Message-
From: Paul Larue [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 9:58 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] [MySQL] InnoDB - Updating a parent table won't
update the child table


Hi all,
I created 2 tables in MySQl with the following statements
==
CREATE TABLE employees (
emp_id INT NOT NULL AUTO_INCREMENT,
emp_last_name TINYTEXT NOT NULL,
emp_first_name TINYTEXT NOT NULL,
emp_nick_name TINYTEXT NOT NULL,
emp_date_joined DATE NOT NULL,
emp_date_left DATE,
emp_title TINYTEXT NOT NULL,
emp_group CHAR(50),
emp_address TINYTEXT NOT NULL,
emp_city TINYTEXT NOT NULL,
emp_phone CHAR(7) NULL,
emp_mobile CHAR(7) NULL,
emp_national_id CHAR(14) NOT NULL,
emp_social_security CHAR(8) NOT NULL,
emp_tax_ac CHAR(8) NULL,
PRIMARY KEY (emp_id),
KEY (emp_group),
FOREIGN KEY (emp_group) REFERENCES employee_groups(grp_name)
ON DELETE SET NULL
ON UPDATE CASCADE
)
TYPE=InnoDB
COMMENT=Stores information about employees in company

CREATE TABLE employee_groups (
grp_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
grp_name CHAR(50) NOT NULL,
grp_overtime_paid BOOL NOT NULL,
PRIMARY KEY (grp_id),
INDEX (grp_name))
TYPE=InnoDB
COMMENT=Stores group names and their properties
==
The field employee_groups.grp_name is 'mapped' to employees.emp_group and
the referential integrity is set all the associated fileds to NULL when the
parent record is DLETED and to CASCADE when the parent record is UPDATED.

Creating the tables is fine. Inserting data in the tables is fine too. But
when I try to update a record in employee_groups, MySQL returns the
following error

mysql UPDATE employee_groups SET grp_name = FOO WHERE grp_id = 1;
ERROR 1217: Cannot delete a parent row: a foreign key constraint fails

Why is it telling me that I'm trying to delete the record when I'm only
doing a simple update?

Deleting the records is ok, MySQl sets the associated fields to NULL. But
the update WON'T work...

Any clue?

Thanks in advance

Paul



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: swf file

2003-03-18 Thread Paul Larue
Do you think it is legal to send the flash player to somebody by email?
It weighs only 800k

Paul

-Original Message-
From: Jon Haworth [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 4:40 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Re: swf file


Hi Paul,

   I can only think it might be that it won't work with IE 5.0?
 
  Have you tried selecting Internet Explorer in the Open With...
  dialog box? The Flash player doesn't show up as a separate
  application, it's a plug-in for IE.

 Actually the flash player is a separate application as well as a
 plug-in. Installing Flash will give you all the necessary plug-ins/
 players you need.

Oops, sorry for the misinformation! I don't have full Flash here, just the
player, and it doesn't show up in Open With...

That'll teach me to extrapolate from my situation to everyone else's :-)

 On the other hand, you could try embedding the swf file in an
 html page and see if it shows up.

You could, although that's a lot more work than just opening it...

Cheers
Jon

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-18 Thread Paul Larue
Sonja,
I thought about that one but the result will be that if I want to have,
let's say, a list of employees and their associated groups, I would have to
make a UNION select on the 2 tables to get the associated
employee_groups.grp_name since employees.emp_group only contains the ID of
the group name. So only to avoid that, I would prefer to keep the actual
pk/fk mapping. Your solution is somehow interesting since updating
employee_groups.grp_name DOES NOT affect the employees table.

What do you think is better? Keep the existing setup and bang my head
against the wall to find out why it won't work or change to the one you
proposed? Taking into consideration the issue I pointed out above (the UNION
stuff).

Thanks

Paul

-Original Message-
From: Van Der Westhuizen, Sonja [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 5:35 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't
update the child table - HELP


Hi Paul,

I hope I understand correctly (little sleep can make you see things)...

In MSSQL when a record gets updated it deletes it first and then it
inserts the new information. To us it looks like it just updated the
information. So I assume it will happen the same in MySQL.  The reason you
cant update the record is becuase you mapped (setting up primary and
secondary key contraints - employees.emp_group and
employee_groups.grp_name). I suggest you rather set up your constraints
using employees.emp_group (make it an INTEGER) and employee_groups.grp_id.
That way if you want to update the group name you only have to do it in
employee_groups.grp_name.  While you are updating your employees table with
the group information you can drop the constraints and then activating it
again when you are finished. Im not quite sure what the MySQl commands for
that will be.

I hope this helps.
Sonja

-Original Message-
From: Paul Larue [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 02:29 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't
update the child table - HELP


Me again, Anybody can help?

Paul

-Original Message-
From: Paul Larue [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 9:58 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] [MySQL] InnoDB - Updating a parent table won't
update the child table


Hi all,
I created 2 tables in MySQl with the following statements
==
CREATE TABLE employees (
emp_id INT NOT NULL AUTO_INCREMENT,
emp_last_name TINYTEXT NOT NULL,
emp_first_name TINYTEXT NOT NULL,
emp_nick_name TINYTEXT NOT NULL,
emp_date_joined DATE NOT NULL,
emp_date_left DATE,
emp_title TINYTEXT NOT NULL,
emp_group CHAR(50),
emp_address TINYTEXT NOT NULL,
emp_city TINYTEXT NOT NULL,
emp_phone CHAR(7) NULL,
emp_mobile CHAR(7) NULL,
emp_national_id CHAR(14) NOT NULL,
emp_social_security CHAR(8) NOT NULL,
emp_tax_ac CHAR(8) NULL,
PRIMARY KEY (emp_id),
KEY (emp_group),
FOREIGN KEY (emp_group) REFERENCES employee_groups(grp_name)
ON DELETE SET NULL
ON UPDATE CASCADE
)
TYPE=InnoDB
COMMENT=Stores information about employees in company

CREATE TABLE employee_groups (
grp_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
grp_name CHAR(50) NOT NULL,
grp_overtime_paid BOOL NOT NULL,
PRIMARY KEY (grp_id),
INDEX (grp_name))
TYPE=InnoDB
COMMENT=Stores group names and their properties
==
The field employee_groups.grp_name is 'mapped' to employees.emp_group and
the referential integrity is set all the associated fileds to NULL when the
parent record is DLETED and to CASCADE when the parent record is UPDATED.

Creating the tables is fine. Inserting data in the tables is fine too. But
when I try to update a record in employee_groups, MySQL returns the
following error

mysql UPDATE employee_groups SET grp_name = FOO WHERE grp_id = 1;
ERROR 1217: Cannot delete a parent row: a foreign key constraint fails

Why is it telling me that I'm trying to delete the record when I'm only
doing a simple update?

Deleting the records is ok, MySQl sets the associated fields to NULL. But
the update WON'T work...

Any clue?

Thanks in advance

Paul



 * The WDVL Discussion List from WDVL.COM * 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 * The WDVL Discussion List from WDVL.COM * 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts

[wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't update the child table - HELP

2003-03-18 Thread Paul Larue
Hi Sonja,
Thanks for the advice. I think I'll stick to it.

Regards
Paul

-Original Message-
From: Van Der Westhuizen, Sonja [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 11:39 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't
update the child table - HELP


Hi Paul,

You can't update or delete any information in a column if there is a pk/fk
mapping. SQL needs to maintain the integrity of the information and this is
one of the ways it does it. If you want to keep the group name in the
employees table why do you have the employees group at all. You need to
normalize your database as this is the way databases should be designed
(meaning splitting the employee information and the employee group
information with links to the id's). Therefore you need to set it up like
the example I gave you. Why do you want to avoid a union select? If it is
the same as MSSQL you would use a LEFT JOIN employees.emp_groupid ON
employee_groups.grp_id to get your information (this basically says include
all the records from employees to all the groups/id's that referenced in
employee_groups)

Just a note. I find this easier to work with.  If you have
employee_group.grp_id as the column name, use the same grp_id name in your
employees table.  Therefore if you go back at a later stage you know exactly
where what links to.

I hope this is clear
Sonja

-Original Message-
From: Paul Larue [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 04:13 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't
update the child table - HELP


Sonja,
I thought about that one but the result will be that if I want to have,
let's say, a list of employees and their associated groups, I would have to
make a UNION select on the 2 tables to get the associated
employee_groups.grp_name since employees.emp_group only contains the ID of
the group name. So only to avoid that, I would prefer to keep the actual
pk/fk mapping. Your solution is somehow interesting since updating
employee_groups.grp_name DOES NOT affect the employees table.

What do you think is better? Keep the existing setup and bang my head
against the wall to find out why it won't work or change to the one you
proposed? Taking into consideration the issue I pointed out above (the UNION
stuff).

Thanks

Paul

-Original Message-
From: Van Der Westhuizen, Sonja [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 5:35 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't
update the child table - HELP


Hi Paul,

I hope I understand correctly (little sleep can make you see things)...

In MSSQL when a record gets updated it deletes it first and then it
inserts the new information. To us it looks like it just updated the
information. So I assume it will happen the same in MySQL.  The reason you
cant update the record is becuase you mapped (setting up primary and
secondary key contraints - employees.emp_group and
employee_groups.grp_name). I suggest you rather set up your constraints
using employees.emp_group (make it an INTEGER) and employee_groups.grp_id.
That way if you want to update the group name you only have to do it in
employee_groups.grp_name.  While you are updating your employees table with
the group information you can drop the constraints and then activating it
again when you are finished. Im not quite sure what the MySQl commands for
that will be.

I hope this helps.
Sonja

-Original Message-
From: Paul Larue [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 02:29 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: [MySQL] InnoDB - Updating a parent table won't
update the child table - HELP


Me again, Anybody can help?

Paul

-Original Message-
From: Paul Larue [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 20, 2003 9:58 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] [MySQL] InnoDB - Updating a parent table won't
update the child table


Hi all,
I created 2 tables in MySQl with the following statements
==
CREATE TABLE employees (
emp_id INT NOT NULL AUTO_INCREMENT,
emp_last_name TINYTEXT NOT NULL,
emp_first_name TINYTEXT NOT NULL,
emp_nick_name TINYTEXT NOT NULL,
emp_date_joined DATE NOT NULL,
emp_date_left DATE,
emp_title TINYTEXT NOT NULL,
emp_group CHAR(50),
emp_address TINYTEXT NOT NULL,
emp_city TINYTEXT NOT NULL,
emp_phone CHAR(7) NULL,
emp_mobile CHAR(7) NULL,
emp_national_id CHAR(14) NOT NULL,
emp_social_security CHAR(8) NOT NULL,
emp_tax_ac CHAR(8) NULL,
PRIMARY KEY (emp_id),
KEY (emp_group),
FOREIGN KEY (emp_group) REFERENCES employee_groups(grp_name)
ON DELETE SET NULL
ON UPDATE CASCADE
)
TYPE=InnoDB
COMMENT=Stores information about employees in company

CREATE TABLE employee_groups

[wdvltalk] RE: Pie Charts in ASP pages

2003-03-12 Thread Paul Larue
Another option is to use ActiveX. The MS Chart Control does a nice job about
that. If you prefer avoiding ActiveX, try Java. http://www.hanengcharts.com/
will probably have what you are looking for.

Paul

-Original Message-
From: J.R. Pitts [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 4:46 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: Pie Charts in ASP pages


http://www.serverobjects.com/comp/Aspimage.htm

-Original Message-
From: Bill Mais [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 7:07 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] Pie Charts in ASP pages


Hello all,

I need to add a Pie Chart to an ASP page.  The data needs to be current but
not real time.  Any thoughts?

TIA,
Bill Mais


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: CNN.com - Scientists: Internet speed record smashe d - Mar. 7, 2003

2003-03-10 Thread Paul Larue
Have a look at www.lightpointe.com
Their technology is based on laser beam connection and they go up to 2.55
Gbps.

It's already in production level for quite some time and not experimental at
all...

Paul

-Original Message-
From: Jon Haworth [mailto:[EMAIL PROTECTED]
Sent: Monday, March 10, 2003 1:00 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: CNN.com - Scientists: Internet speed record
smashe d - Mar. 7, 2003


Hi Mary,

 6.7 gigabytes of data across 6,800 miles in less
 than a minute.

 Wonder if this is faster than the speed of light?

The speed of light is approx. 186,000 miles/second, so no :-)

Cheers
Jon

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: radio buttons and a CGI

2003-02-26 Thread Paul Larue
I try to picture your problem and come to the question: why use input
type=image ... when you could use a simple hyperlink and pass the
imagename in the query string? Wouldn't that be simpler.

And I suppose that the whole stuff is in a form, right? Then I suppose that
it's quite normal that the form reacts abnormally when it has more than one
input type=image...

Paul

-Original Message-
From: cyberkate [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 9:35 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] radio buttons and a CGI


Hi all, I have this intriguing problem re radio buttons in an html page and
the CGI script. Currently this e-card works fine with a combination of a
radio button
INPUT TYPE=radio NAME=PICTURES VALUE=card.gifand a submit button to
the preview
but I want to use this
input type=image src=select.gif name=PICTURES  VALUE=card.gif  but
it does not take the value to the next step, the preview, and goes there
without a submit, which is great ~ if it took the value with it. What is it
that is wrong? I have tried lots of things, including action=submit, id
=card.gif etc. All the cards have the name PICTURES.
Please, anyone with an idea?
Thanking you in advance
Kate





---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 27/01/2003


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: % loaded info in browser status bar

2003-02-25 Thread Paul Larue
I never did that but I suppose there won't be any reason it won't work.
Create a div that will cover up the whole page. set it's z-index to the
maximum so that all interaction is handled by the div and not the underlying
elements. Just before the /body end tag, add code to set the z-index of
the covering div to 0. All interaction should then be handled by the
elements on the page.

But now that I think of it, I suppose that the document.onReadyStateChange
event will be fine enough!!!
BTW check
http://www.msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml
/reference/objects.asp for IE's DOM

sorry for taking your time but maybe it could be useful for somebody one
day!!

Glad I helped...

Paul

-Original Message-
From: Gerenday, Perry (P.) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 25, 2003 8:09 AM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: % loaded info in browser status bar


Paul Larue [EMAIL PROTECTED] wrote:



 AFAIK there's no way to catch the text in the status bar unless you

 specified it yourself. To know the status of a page loading however, you
can

 use the document.onreadystatechange event to capture all changes in the

 progress.



Thanks Paul.

The onreadystatechange event sounds like what I'm looking for. I came upon
it in my searching but didn't know what properties it held. Mainly what I'm
concerned about is getting a boat load of images loaded before the user
begins trying to interact with them. Netscape/Mozilla seems to be able to
deal with image.onLoad to verify if an image has been loaded, but IE did
not recognize that method. I'll give onreadystatechange a look-see.



Thanks,

Perry Gerenday

www.klugelab.com

www.webinitiative.net




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] [OldNewComer] back and fresh

2003-02-24 Thread Paul Larue
Hi all, I was a member of wdvl some time back but have not been using it for
more than a year and a half now. Now i'm back and suppose I should introduce
myself first for those who do not know me and for those who forgot me.

My name's paul and i'm in web dev for about 4 years now and i'd be happy to
help/tip whenever the possibility arises.

Blink to casey, cheryl d. wise, greg cymbala, howard and the rest who helped
me a lot before... I dunno if all of them are still here.

anyway, here's my first prob...

I installed mysql 4 on red hat. fine. done. working.
I need innodb to be installed too. here things get trickier. the manual says
i should edit my /etc/my.cnf file and add some parameters to [mysqld]
I did that, i even copied/pasted the code they throw as a sample to avoid
typos and still mysql fails.

Normal way to proceed would be
1 edit the file
2 add the params
3 stop mysql and start it again.

but when I stop mysql, service reports [ FAILED ]

any clues?

Thanks a lot and... happy to be back.

Paul



 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] RE: I'm Back!!

2002-07-29 Thread Paul Larue

-Original Message-
From: Casey Crookston [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 6:18 PM
To: [EMAIL PROTECTED]
Subject: [wdvltalk] RE: I'm Back!!


Sorry, I should have also said Welcome back!


---

Thanks for the welcome and for the link mate! And oh, yeah, chels left quite
a while back... forgot about that... should be something like end of last
year she left, i think.

Paul


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]